 /*
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=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;
 }

 .container_24680b686dda {
   width: 1440px;
   height: 1328.72px;
   position: absolute !important;
   left: 0px;
   top: 4920.64px;
   background: #ededed;
 }

 .container_300f4be8fe71 {
   width: 1441px;
   height: 738.36px;
   position: absolute !important;
   left: -0.5px;
   top: 0px;
   background: #1e3546;
 }

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

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

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

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

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

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

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

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

 .line_ec26024f8dcc {
   width: 1px;
   height: 80px;
   flex-shrink: 0;
   z-index: 1;
   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_738b142ccbdd {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

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

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

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

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

 .line_9428ac0fe866 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   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_cdb2ccbae60d {
   width: 1440px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_e499fb78702b {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .imageview_ff23dd7ccab8 {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

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

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

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

 .container_38df0668aaf0 {
   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_b034775bafb7 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_150a0b86d159 {
   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_150a0b86d159 {
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_150a0b86d159 {
   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_154c17ff570b {
   padding: 48px 0 0 0;
   width: 523px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 31px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2e067855cdf9 {
   width: 826px;
   height: 462px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 8px 8px 8px 8px;
 }

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

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

 .container_e9bbfaf136c9 {
   padding: 40px 0 100px 0;
   width: 1388px;
   height: 658.36px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_12b84d8d8865 {
   width: 522px;
   flex-shrink: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_b57aabf821ca {
   width: 524px;
   flex-shrink: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

 .container_ea4358ac010b {
   width: 6px;
   height: 234px;
   flex-shrink: 0;
   background: #1e3546;
 }

 .text_2a1f7bc99f34 {
   width: 33px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_aab7372b4512 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .imageview_a8bd033304c4 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
 }

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

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

 .text_5e1031809f3b {
   width: 1269px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

 .container_703ca4b5a270 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #1e3546ff;
   border-right: 0px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 0px solid #1e3546ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6cd33646a5ea {
   width: 6px;
   height: 92px;
   flex-shrink: 0;
   background: #d2d3d4;
 }

 .text_34bf097ef644 {
   width: 33px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_12f855578fb7 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .imageview_e0f99c05ed6a {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
 }

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

 .container_2e4deecc2226 {
   padding: 28px 0 28px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a73538be563d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #d2d3d4ff;
   border-right: 0px solid #d2d3d4ff;
   border-bottom: 1px solid #d2d3d4ff;
   border-left: 0px solid #d2d3d4ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_270b0098ad62 {
   width: 6px;
   height: 92px;
   flex-shrink: 0;
   background: #d2d3d4;
 }

 .text_c8ec7ad18fa6 {
   width: 33px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_cc4c89cf4c8d {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .imageview_f10d83e84304 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
 }

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

 .container_6bdbbf47556f {
   padding: 28px 0 28px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a7168a33b680 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #d2d3d4ff;
   border-right: 0px solid #d2d3d4ff;
   border-bottom: 1px solid #d2d3d4ff;
   border-left: 0px solid #d2d3d4ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d8395f58fc2b {
   width: 6px;
   height: 92px;
   flex-shrink: 0;
   background: #d2d3d4;
 }

 .text_58c9da28d942 {
   width: 33px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_dab964161ace {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .imageview_7dfda7e67789 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
 }

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

 .container_3d53a1eb4c2b {
   padding: 28px 0 28px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d003ecdcb877 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #d2d3d4ff;
   border-right: 0px solid #d2d3d4ff;
   border-bottom: 1px solid #d2d3d4ff;
   border-left: 0px solid #d2d3d4ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1af99aab27e7 {
   width: 6px;
   height: 92px;
   flex-shrink: 0;
   background: #d2d3d4;
 }

 .text_59f802530ced {
   width: 33px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_6837de9f61b5 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .imageview_e8a288396368 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
 }

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

 .container_eddfcd1b71b4 {
   padding: 28px 0 28px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5d072780f4d4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #d2d3d4ff;
   border-right: 0px solid #d2d3d4ff;
   border-bottom: 1px solid #d2d3d4ff;
   border-left: 0px solid #d2d3d4ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_66a863b8757d {
   width: 6px;
   height: 92px;
   flex-shrink: 0;
   background: #d2d3d4;
 }

 .text_3ced8cc4edfb {
   width: 33px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_c7fbcd5e2d93 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .imageview_bdb3bb3d446d {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
 }

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

 .container_a9ac8a876d98 {
   padding: 28px 0 28px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_554f35266dcf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #d2d3d4ff;
   border-right: 0px solid #d2d3d4ff;
   border-bottom: 1px solid #d2d3d4ff;
   border-left: 0px solid #d2d3d4ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3b74fc64813c {
   width: 6px;
   height: 92px;
   flex-shrink: 0;
   background: #d2d3d4;
 }

 .text_9a4c8b96f7d9 {
   width: 33px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_9ad1bb8b16ad {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .imageview_eea05841ca49 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
 }

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

 .container_b80085b55ca3 {
   padding: 28px 0 28px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_396da643edfc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #d2d3d4ff;
   border-right: 0px solid #d2d3d4ff;
   border-bottom: 1px solid #d2d3d4ff;
   border-left: 0px solid #d2d3d4ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_4fb00742583d {
   padding: 100px 0 100px 0;
   width: 1313px;
   height: 1340px;
   position: absolute !important;
   left: 64px;
   top: 1839px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 100px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_140a4ada97c5 {
   width: 522px;
   flex-shrink: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_c39a55c1648a {
   width: 524px;
   flex-shrink: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

 .container_9134909ca87d {
   padding: 100px 0 100px 0;
   width: 1313px;
   height: 428px;
   position: absolute !important;
   left: 64px;
   top: 738.36px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 44px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

 .container_ee94d5d44412 {
   width: 100%;
   min-width: 0;
   height: 217px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .container_faf968b76260 {
   padding: 24px 24px 24px 24px;
   height: 265px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ededed;
   border-radius: 4px 4px 4px 4px;
 }

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

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

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

 .container_3347ad49034a {
   width: 100%;
   min-width: 0;
   height: 217px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .container_27ef10ceaba4 {
   padding: 24px 24px 24px 24px;
   height: 265px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ededed;
   border-radius: 4px 4px 4px 4px;
 }

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

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

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

 .container_6e1c5d5a1762 {
   width: 100%;
   min-width: 0;
   height: 217px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .container_115f6984dff4 {
   padding: 24px 24px 24px 24px;
   height: 265px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ededed;
   border-radius: 4px 4px 4px 4px;
 }

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

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

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

 .container_66cd0c875877 {
   width: 100%;
   min-width: 0;
   height: 217px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .container_eec5e9f41036 {
   padding: 24px 24px 24px 24px;
   height: 265px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ededed;
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .container_a87c58d9e17f {
   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_e2e1aeae9044 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_1883ee8d1601 {
   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_1883ee8d1601 {
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_1883ee8d1601 {
   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_986b9150f8e7 {
   padding: 100px 100px 100px 100px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #0000004d;
   border-radius: 4px 4px 4px 4px;
   mix-blend-mode: normal;
 }

 .container_e88f6984e6c8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/b98c6b70-9f72-4f7b-9e27-5e62b7997e5d/148:1564.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 4px 4px 4px 4px;
 }

 .container_e79602c15e05 {
   width: 1312px;
   height: 673px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 1166px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_560f0d4dfa12 {
   width: 1440px;
   height: 870px;
   position: absolute !important;
   left: 0px;
   top: 3179px;
   background: #1e3546;
 }

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

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

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

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

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

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

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

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

 .container_d0a9be909cce {
   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_aec5cafb6daa {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_15f700c7d718 {
   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_15f700c7d718 {
   width: fit-content;
   height: 44px;
   z-index: 1;
 }

 .container_nested_15f700c7d718 {
   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_8367f2e99699 {
   padding: 12px 24px 12px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #f4ba40ff;
   border-right: 0px solid #f4ba40ff;
   border-bottom: 0px solid #f4ba40ff;
   border-left: 2px solid #f4ba40ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_00a29d43857c {
   padding: 8px 24px 8px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .container_5a1b2171e410 {
   padding: 8px 24px 8px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .container_24f2aecdd3c6 {
   padding: 8px 24px 8px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .container_168912897150 {
   padding: 8px 24px 8px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_393dec17d649 {
   padding: 100px 0 100px 0;
   width: 637px;
   height: 694px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 3179px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5d9fd98e4aa3 {
   width: 636px;
   height: 601px;
   z-index: 1;
   position: absolute !important;
   left: 741px;
   top: 3358px;
 }

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

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

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

 .container_91d94f580c19 {
   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_a204054d6c1c {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

 .line_1b1df576c553 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

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

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

 .line_c42bc4dff4cc {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

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

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

 .line_cd79f42aee23 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

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

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

 .line_057cc01906dc {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

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

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

 .line_02480e6e85c3 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

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

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

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

 .line_a71b102485f6 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

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

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

 .line_18fc34a9de00 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

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

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

 .line_54d85feed0b0 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

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

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

 .line_863aba1c9211 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

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

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

 .line_15aee76e3b2a {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

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

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

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

 .container_1674531632a9 {
   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_cb2b6e81b276 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Barlow';
 }

 .container_271038000b2e {
   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_21c1144fc4ee {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

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

 .container_2675543a286d {
   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_2675543a286d {
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
 }

 .container_nested_2675543a286d {
   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_c8c7ef6f8f19 {
   padding: 100px 0 100px 0;
   width: 1313px;
   height: 871.64px;
   position: absolute !important;
   left: 64px;
   top: 4049px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 100px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

 .container_3230073e2dbc {
   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_6cc2d7e84940 {
   width: 524px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ae19bc834b4a {
   width: 665.68px;
   height: 462.36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

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

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

 .container_d12c2eafa02c {
   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_df5ce0ab323e {
   width: 524px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_50d4ba875d02 {
   width: 665.68px;
   height: 462.36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

 .container_516ce39b3e57 {
   padding: 100px 0 100px 0;
   width: 1313px;
   height: 1328.72px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 4920.64px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 100px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .line_dd81b9ff875a {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

 .imageview_6985c58e8678 {
   width: 113px;
   height: 113px;
   flex-shrink: 0;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_c4cc178dc642 {
   width: 72px;
   height: 72px;
   flex-shrink: 0;
 }

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

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

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

 .container_5e6943217630 {
   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_57861b87463b {
   width: 411px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_f367ae3a8578 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

 .imageview_0cad6b056cfe {
   width: 113px;
   height: 113px;
   flex-shrink: 0;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_a306da4664b6 {
   width: 72px;
   height: 72px;
   flex-shrink: 0;
 }

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

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

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

 .container_b94718559b80 {
   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_ed6d48c7df0b {
   width: 411px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_2a1c988dadee {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   direction: horizontal;
   background: #1e3546;
 }

 .imageview_ce411950dd79 {
   width: 113px;
   height: 113px;
   flex-shrink: 0;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_f2c5d14b0949 {
   width: 72px;
   height: 72px;
   flex-shrink: 0;
 }

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

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

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

 .container_cd2695a7d6ab {
   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_3998e68aac7d {
   width: 411px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_46791b2393a6 {
   padding: 100px 0 0 0;
   width: 1313px;
   height: 435px;
   position: absolute !important;
   left: 64px;
   top: 6249.36px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 100px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

 .container_4cb18787ba18 {
   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_68d5cd48b6d2 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_9f7ca9784542 {
   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_f144f6161d05 {
   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_f144f6161d05 {
   width: fit-content;
   height: 44px;
   z-index: 1;
 }

 .container_nested_f144f6161d05 {
   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_ae626f0d2724 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Barlow';
 }

 .container_55386e648609 {
   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_61282f8dc463 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_352d830d97c2 {
   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_5b9a3f980c56 {
   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_5b9a3f980c56 {
   width: fit-content;
   height: 44px;
   z-index: 1;
 }

 .container_nested_5b9a3f980c56 {
   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_75f4877313d8 {
   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_f96197320344 {
   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_b045adbc924e {
   position: relative !important;
   overflow: visible;
   width: 1321px;
   height: 388px;
   flex-shrink: 0;
   background: #f4ba40;
 }

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

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

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

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

 .container_c496707d09cf {
   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_c496707d09cf {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_c496707d09cf {
   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_dfb9f3562f16 {
   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_bead6aefee1f {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

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

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

 .container_4196fab9cce8 {
   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_5b72013d9568 {
   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_4c94446e97c2 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

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

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

 .container_2f2e5cf27a7c {
   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_2f2e5cf27a7c {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_2f2e5cf27a7c {
   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_87dc43a4f168 {
   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_56c059c795d2 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

 .container_ba3da622e708 {
   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_32dfda07de59 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_4cce4ef1dca5 {
   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_73cc47d6ad7f {
   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_73cc47d6ad7f {
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
 }

 .container_nested_73cc47d6ad7f {
   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_6228e6877cfe {
   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_329eeb6327b7 {
   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_058cd1a25059 {
   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_44c6e4f307e0 {
   width: 100%;
   min-width: 0;
   height: 40px;
 }

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

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

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

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

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

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

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

 .container_bfc7e54d5b55 {
   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_0fb628c6e570 {
   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_a56745fb13f6 {
   width: 749px;
   height: 388px;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

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

 .line_a1ce2b0254cd {
   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_59302460078a {
   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_017ca6f6f978 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Barlow';
 }

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

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

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

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

 .container_40c0c393adcf {
   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_40c0c393adcf {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_40c0c393adcf {
   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_04c985ee41f9 {
   width: 1440px;
   height: 996px;
   position: absolute !important;
   left: 0px;
   top: 6893px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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