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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_b9779502261e {
   width: 27.5px;
   height: 22.22px;
 }

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

 .text_f3d183face83 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .container_22a2f59395ac {
   width: fit-content;
   height: 26px;
   max-width: 871.56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_33e200e805d2 {
   width: fit-content;
   line-height: 17px;
   font-family: 'Onest';
 }

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

 .imageview_5d6910764283 {
   width: 17px;
   height: 17px;
 }

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

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

 .container_3a5da36babdd {
   width: fit-content;
   height: fit-content;
   border-bottom: 0.89px dashed #9aa3b8ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 3px 3px 3px 3px;
 }

 .container_cc393c69c6b7 {
   padding: 4.44px 0 3.67px 0;
   width: fit-content;
   height: 26px;
   max-width: 871.56px;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_37328fd58e31 {
   width: fit-content;
   z-index: 1;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

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

 .container_432f84172ab0 {
   padding: 0 0 0 15px;
   width: fit-content;
   height: 26px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_188532cd0f14 {
   width: fit-content;
   z-index: 1;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

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

 .container_e34bf7f47645 {
   padding: 0 0 0 15px;
   width: fit-content;
   height: 26px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_c86d500784ea {
   width: fit-content;
   z-index: 2;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

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

 .container_16f4999f928b {
   padding: 0 15px 0 15px;
   width: fit-content;
   height: 26px;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_4db9f4be4651 {
   width: 886.55px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-end;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_283ee9ae6d36 {
   padding: 10px 65px 10px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #122652;
 }

 .imageview_9ed16fdbaadc {
   width: 261.46px;
   height: 42.81px;
   flex-shrink: 0;
 }

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

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

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

 .container_228431e89f3d {
   padding: 27.44px 0 28.22px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_76da9b6b3794 {
   width: 22px;
   height: 22.89px;
   z-index: 1;
   position: absolute !important;
   left: 56.97px;
   top: 0.45px;
 }

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

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

 .container_3061afc9318c {
   padding: 27.44px 0 28.22px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_b9f51f96835f {
   width: 22px;
   height: 22.89px;
   z-index: 1;
   position: absolute !important;
   left: 73.18px;
   top: 0.45px;
 }

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

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

 .container_063ff6abc922 {
   padding: 27.44px 0 28.22px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_c4f94a4abbf5 {
   width: 22px;
   height: 22.89px;
   z-index: 1;
   position: absolute !important;
   left: 92.4px;
   top: 0.45px;
 }

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

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

 .container_445a2b4eddce {
   padding: 27.44px 0 28.22px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_41db19c3d222 {
   width: 22px;
   height: 22.89px;
   z-index: 1;
   position: absolute !important;
   left: 42.82px;
   top: 0.45px;
 }

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

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

 .container_95b16c889467 {
   padding: 27.44px 0 28.22px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_e5b98e5f43c4 {
   padding: 27.44px 0 28.22px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

 .container_wrapper_a41b23c3d0d9 {
   width: fit-content;
   height: fit-content;
   max-width: 1481.64px;
   z-index: 1;
 }

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

 .imageview_0a1138a4860b {
   width: 80px;
   height: 25.56px;
   max-width: 1481.64px;
   z-index: 1;
 }

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

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

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

 .text_f6b1b6feae8a {
   width: fit-content;
   z-index: 1;
   line-height: 26px;
   font-family: 'Sen';
 }

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

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

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

 .container_88fa64e28617 {
   padding: 0 30px 0 30px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-right: 0.89px solid #e8eaf0ff;
   border-left: 0.89px solid #e8eaf0ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_wrapper_c3e29f08c450 {
   width: fit-content;
   height: fit-content;
   max-width: 1481.64px;
   z-index: 1;
 }

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

 .imageview_131d961599d1 {
   width: 151.89px;
   height: 32px;
   max-width: 1481.64px;
   z-index: 1;
 }

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

 .container_9f0fe35e73fc {
   width: 1481.64px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-end;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

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

 .imageview_6e38709eff09 {
   width: 1743px;
   height: 920px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 0px;
 }

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

 .imageview_6d8c30b81b5d {
   height: 259px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

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

 .imageview_ccc623f701bb {
   height: 259px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

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

 .container_24fbc64a0a4d {
   padding: 15px 15px 0 15px;
   width: 470px;
   height: 291px;
   z-index: 2;
   position: absolute !important;
   left: 1353px;
   top: 629.34px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 0 0;
 }

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

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

 .imageview_a9273951aa32 {
   width: 470px;
   height: 322.39px;
   z-index: 2;
   position: absolute !important;
   left: 1258.11px;
   top: 0px;
 }

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

 .container_5919f9b1f5ae {
   position: absolute !important;
   overflow: visible;
   width: 1903.11px;
   height: 2000px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .imageview_73c6b6700ae1 {
   width: 19px;
   height: 12px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_b70ab7038eeb {
   width: fit-content;
   z-index: 2;
   line-height: 14px;
   font-family: 'Sen';
 }

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

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

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

 .container_efe5257a4ac3 {
   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_3b485afcf8a9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_f500ac3adbac {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

 .container_fd1173916011 {
   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_695a79a4e3c6 {
   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_bf004ad68002 {
   padding: 8.8px 0 0 0;
   width: 393px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_b7c451163c0a {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .container_a2ec65e026c3 {
   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_9d173a55d8a6 {
   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_d357847caf7a {
   padding: 17px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_e5ca0d9a05a5 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Sen';
 }

 .imageview_b9481d5b9d88 {
   width: 20px;
   height: 19.56px;
   z-index: 3;
 }

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

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

 .container_a3f7f0e21d4e {
   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_ea9e1d2e3268 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5f0c5176a96f {
   width: 270px;
   height: 200px;
   z-index: 2;
   position: absolute !important;
   left: -9.56px;
   top: -3.58px;
 }

 .imageview_5f0c5176a96f.wp-block-image {
   width: 250px !important;
   height: 192px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .imageview_379e28e53066 {
   width: 58px;
   height: 42.81px;
   z-index: 3;
   position: absolute !important;
   left: 123.44px;
   top: 116.42px;
   opacity: 0.8399999737739563;
 }

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

 .container_5fe2934444eb {
   position: absolute !important;
   width: 250px;
   height: 191.96px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_d02da18e06c7 {
   position: relative !important;
   overflow: visible;
   width: 250px;
   height: 191.96px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .text_c33b5f76e810 {
   width: fit-content;
   z-index: 2;
   line-height: 28.8px;
   font-family: 'Sen';
 }

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

 .container_25cac8c05fa9 {
   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_7ebcd0da403c {
   padding: 20px 0 10px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_081d342cfd5e {
   width: fit-content;
   z-index: 2;
   line-height: 26px;
   font-family: 'Onest';
 }

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

 .container_f5ae87170128 {
   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_798a9f81f076 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_ec7068c2fab8 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Sen';
 }

 .imageview_8d8aa569969b {
   width: 20px;
   height: 19.56px;
   z-index: 2;
 }

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

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

 .container_f2de3f91bff8 {
   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_1dde67a9e8fb {
   padding: 18px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_10cc91cc429c {
   padding: 0 40px 0 40px;
   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;
   background: #ffffff;
 }

 .container_f12613430661 {
   padding: 30px 30px 0 30px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #12265266 0%, #ffffffd6 90%);
   border-radius: 6px 6px 6px 6px;
 }

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

 .container_7b5f52236d1a {
   width: 390px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fc3a437fd28d {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 19px;
   top: 19px;
 }

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

 .container_fa839074920b {
   width: 36px;
   height: 83px;
   z-index: 2;
   border-top: 0.89px solid #e8eaf0ff;
   border-right: 0px solid #e8eaf0ff;
   border-bottom: 0px solid #e8eaf0ff;
   border-left: 0.89px solid #e8eaf0ff;
   position: absolute !important;
   left: 35.88px;
   top: -83.11px;
   border-radius: 6px 0 0 0;
 }

 .container_87a291ee1c91 {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 70px;
   z-index: 2;
   left: 0px;
   top: 99px;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
   box-shadow: inset 0 0 0 1px #f3f4f6ff;
 }

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

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

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

 .container_3670a732b6df {
   width: 15px;
   height: 15px;
   z-index: 2;
   border-top: 1px solid #e8eaf0ff;
   border-right: 1px solid #e8eaf0ff;
   border-bottom: 1px solid #e8eaf0ff;
   border-left: 1px solid #e8eaf0ff;
   position: absolute !important;
   left: -31px;
   top: 9.5px;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
 }

 .container_c98d938be65e {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 34px;
   z-index: 2;
   left: 100px;
   top: 0px;
 }

 .imageview_23c54f090b72 {
   width: 270px;
   height: 270px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 50px;
 }

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

 .container_eb3f4b114680 {
   position: relative !important;
   overflow: visible;
   width: 370px;
   height: 320px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_a155a06c5e5b {
   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_55214b749d33 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_95ba20dbfe8e {
   width: 370px;
   height: 320px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a5d3bb6b6743 {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 19px;
   top: 19px;
 }

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

 .container_9b4d444c4ad6 {
   width: 36px;
   height: 83px;
   z-index: 2;
   border-top: 0.89px solid #e8eaf0ff;
   border-right: 0px solid #e8eaf0ff;
   border-bottom: 0px solid #e8eaf0ff;
   border-left: 0.89px solid #e8eaf0ff;
   position: absolute !important;
   left: 35.88px;
   top: -83.11px;
   border-radius: 6px 0 0 0;
 }

 .container_c8a8d2d77106 {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 70px;
   z-index: 2;
   left: 0px;
   top: 99px;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
   box-shadow: inset 0 0 0 1px #f3f4f6ff;
 }

 .container_wrapper_c8a8d2d77106 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 99px;
   width: 70px;
   height: 70px;
   z-index: 2;
 }

 .container_nested_c8a8d2d77106 {
   width: 70px;
   height: 70px;
   z-index: 2;
   border-top: 1px solid #f3f4f6ff;
   border-right: 1px solid #f3f4f6ff;
   border-bottom: 1px solid #f3f4f6ff;
   border-left: 1px solid #f3f4f6ff;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
 }

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

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

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

 .container_66ffbbc786db {
   width: 15px;
   height: 15px;
   z-index: 2;
   border-top: 1px solid #e8eaf0ff;
   border-right: 1px solid #e8eaf0ff;
   border-bottom: 1px solid #e8eaf0ff;
   border-left: 1px solid #e8eaf0ff;
   position: absolute !important;
   left: -31px;
   top: 9.5px;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
 }

 .container_7f5f4f67d139 {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 34px;
   z-index: 2;
   left: 100px;
   top: 0px;
 }

 .imageview_81496482a32a {
   width: 270px;
   height: 270px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 50px;
 }

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

 .container_a8407ceaa23a {
   position: relative !important;
   overflow: visible;
   width: 370px;
   height: 320px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_3875faeb9e05 {
   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_9cb1e1498782 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_d217b4f56da5 {
   width: 370px;
   height: 320px;
   z-index: 2;
   position: absolute !important;
   left: 410px;
   top: -1px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_713d1ed417fc {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 19px;
   top: 19px;
 }

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

 .container_cf2787170ba0 {
   width: 36px;
   height: 83px;
   z-index: 2;
   border-top: 0.89px solid #e8eaf0ff;
   border-right: 0px solid #e8eaf0ff;
   border-bottom: 0px solid #e8eaf0ff;
   border-left: 0.89px solid #e8eaf0ff;
   position: absolute !important;
   left: 35.88px;
   top: -83.11px;
   border-radius: 6px 0 0 0;
 }

 .container_44bcf7fdd8bc {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 70px;
   z-index: 2;
   left: 0px;
   top: 99px;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
   box-shadow: inset 0 0 0 1px #f3f4f6ff;
 }

 .container_wrapper_44bcf7fdd8bc {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 99px;
   width: 70px;
   height: 70px;
   z-index: 2;
 }

 .container_nested_44bcf7fdd8bc {
   width: 70px;
   height: 70px;
   z-index: 2;
   border-top: 1px solid #f3f4f6ff;
   border-right: 1px solid #f3f4f6ff;
   border-bottom: 1px solid #f3f4f6ff;
   border-left: 1px solid #f3f4f6ff;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
 }

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

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

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

 .container_359ec356318e {
   width: 15px;
   height: 15px;
   z-index: 2;
   border-top: 1px solid #e8eaf0ff;
   border-right: 1px solid #e8eaf0ff;
   border-bottom: 1px solid #e8eaf0ff;
   border-left: 1px solid #e8eaf0ff;
   position: absolute !important;
   left: -31px;
   top: 9.5px;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
 }

 .container_b6feb16640d5 {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 34px;
   z-index: 2;
   left: 100px;
   top: 0px;
 }

 .imageview_b8f209fc0d5b {
   width: 270px;
   height: 270px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 50px;
 }

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

 .container_483eba7cd013 {
   position: relative !important;
   overflow: visible;
   width: 370px;
   height: 320px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_98224d1d1a57 {
   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_f55d4ce4f16b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_44c6dde69071 {
   width: 370px;
   height: 320px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 368px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5ddfdbf1a635 {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 19px;
   top: 19px;
 }

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

 .container_3e410f7698f8 {
   width: 36px;
   height: 83px;
   z-index: 2;
   border-top: 0.89px solid #e8eaf0ff;
   border-right: 0px solid #e8eaf0ff;
   border-bottom: 0px solid #e8eaf0ff;
   border-left: 0.89px solid #e8eaf0ff;
   position: absolute !important;
   left: 35.88px;
   top: -83.11px;
   border-radius: 6px 0 0 0;
 }

 .container_307cac6378cc {
   position: absolute !important;
   overflow: visible;
   width: 70px;
   height: 70px;
   z-index: 2;
   left: 0px;
   top: 99px;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
   box-shadow: inset 0 0 0 1px #f3f4f6ff;
 }

 .container_wrapper_307cac6378cc {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 99px;
   width: 70px;
   height: 70px;
   z-index: 2;
 }

 .container_nested_307cac6378cc {
   width: 70px;
   height: 70px;
   z-index: 2;
   border-top: 1px solid #f3f4f6ff;
   border-right: 1px solid #f3f4f6ff;
   border-bottom: 1px solid #f3f4f6ff;
   border-left: 1px solid #f3f4f6ff;
   background: #f3f4f6;
   border-radius: 50% 50% 50% 50%;
 }

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

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

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

 .container_d47d892df276 {
   width: 15px;
   height: 15px;
   z-index: 2;
   border-top: 1px solid #e8eaf0ff;
   border-right: 1px solid #e8eaf0ff;
   border-bottom: 1px solid #e8eaf0ff;
   border-left: 1px solid #e8eaf0ff;
   position: absolute !important;
   left: -31px;
   top: 9.5px;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
 }

 .container_ddcbe40cde2c {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 34px;
   z-index: 2;
   left: 100px;
   top: 0px;
 }

 .imageview_21b68b4e85ab {
   width: 270px;
   height: 270px;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 50px;
 }

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

 .container_51e8c87ab0c4 {
   position: relative !important;
   overflow: visible;
   width: 370px;
   height: 320px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_9fafe26cf8bb {
   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_91207e82d82b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ca8fb0728e9 {
   width: 370px;
   height: 320px;
   z-index: 2;
   position: absolute !important;
   left: 410px;
   top: 368px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ad02588ce298 {
   position: relative !important;
   overflow: visible;
   width: 780px;
   height: 688px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_6943c0f76adf {
   padding: 0 351.55px 0 351.56px;
   width: 1903.11px;
   height: 688px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1040px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e652d8262b7e {
   width: 445px;
   height: 755px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_d13157346e56 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   mix-blend-mode: luminosity;
 }

 .container_41f5b71354bf {
   width: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
 }

 .container_d76b8e66f69b {
   width: 445px;
   height: 755px;
   max-width: 1920px;
   z-index: 2;
   position: absolute !important;
   left: 1458.11px;
   top: 92px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3a40a227dd45 {
   width: 19px;
   height: 12px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_0fb29b2aa35d {
   width: fit-content;
   z-index: 3;
   line-height: 14px;
   font-family: 'Sen';
 }

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

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

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

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

 .container_af421fd1fcfb {
   width: 570px;
   height: 26px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_aaaafb77c604 {
   width: 100%;
   min-width: 0;
   z-index: 4;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

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

 .container_c44f54fdb77b {
   width: 456px;
   height: 204.7px;
   max-width: 570px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 25.09px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_39ccd52f1c91 {
   width: fit-content;
   min-width: 0;
   z-index: 3;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .container_99f40eedbd21 {
   width: 456px;
   height: 78px;
   max-width: 570px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 229.79px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_41177402ecdb {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

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

 .container_575e951d6489 {
   padding: 25px 0 0 0;
   width: 456px;
   height: 89px;
   max-width: 570px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 307.79px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_8ca85a1ef392 {
   width: 100%;
   min-width: 0;
   z-index: 4;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

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

 .container_3b2ae1b286af {
   width: 456px;
   height: 26px;
   max-width: 570px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 371.58px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_22ad17007bac {
   width: 19px;
   height: 18.67px;
   z-index: 3;
 }

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

 .text_cb7e551c8ebf {
   width: fit-content;
   z-index: 3;
   line-height: 26px;
   font-family: 'Sen';
 }

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

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

 .imageview_dc80cc75e4c0 {
   width: 19px;
   height: 18.67px;
   z-index: 3;
 }

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

 .text_58751f6aa2cb {
   width: fit-content;
   z-index: 3;
   line-height: 26px;
   font-family: 'Sen';
 }

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

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

 .imageview_c72c7fd2ac60 {
   width: 19px;
   height: 18.67px;
   z-index: 3;
 }

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

 .text_c6f6d884da7f {
   width: fit-content;
   z-index: 3;
   line-height: 26px;
   font-family: 'Sen';
 }

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

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

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

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

 .container_9f1b61fffc77 {
   padding: 15.44px 0 0 0;
   width: 570px;
   height: 129.91px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 397.58px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a4e20165daf9 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_2d3d9b143156 {
   padding: 35px 0 0 0;
   width: 513px;
   height: 166.78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 511.58px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_df16c50ea34c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 3;
 }

 .container_48e49e3a3281 {
   padding: 0 0 0 30px;
   width: 600px;
   height: 680px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7dc9977c0f66 {
   width: 320px;
   height: 365px;
   max-width: 570px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_f5023cfdf9fb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4519020ea62c {
   width: 385px;
   height: 285px;
   max-width: 570px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .container_59fdfce1cc6d {
   width: 570px;
   height: 680px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-end;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d1cce50c38b6 {
   width: 105px;
   height: 105px;
   z-index: 4;
   position: absolute !important;
   left: 30px;
   top: 30px;
 }

 .imageview_d1cce50c38b6 img {
   position: absolute;
   width: 105.9px !important;
   height: 105.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_d30c3073abe1 {
   margin: 1.03px 1.04px 1.03px 1.04px !important;
   width: 4.99px;
   height: 5px;
   flex-shrink: 0;
   z-index: 4;
   transform: rotate(45deg);
   transform-origin: center;
   background: #00a650;
 }

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

 .container_8b4330b1b5a1 {
   margin: 1.03px 1.04px 1.03px 1.04px !important;
   width: 4.99px;
   height: 5px;
   flex-shrink: 0;
   z-index: 4;
   transform: rotate(45deg);
   transform-origin: center;
   background: #00a650;
 }

 .container_fd8c146f5a1e {
   padding: 0 0 0 0;
   width: fit-content;
   height: 7.07px;
   z-index: 4;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b9583c12d4e {
   margin: 1.03px 1.04px 1.03px 1.04px !important;
   width: 4.99px;
   height: 5px;
   flex-shrink: 0;
   z-index: 4;
   transform: rotate(45deg);
   transform-origin: center;
   background: #00a650;
 }

 .container_0a9cd681e651 {
   padding: 0 0 0 0;
   width: fit-content;
   height: 7.07px;
   z-index: 4;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_8969a8891a59 {
   width: 29.07px;
   height: 7.07px;
   z-index: 4;
   position: absolute !important;
   left: 67.96px;
   top: 148.08px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6c76a3d84d48 {
   width: 138px;
   height: 121px;
   z-index: 5;
   position: absolute !important;
   left: 10.44px;
   top: 14.34px;
 }

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

 .container_97f10e753c2c {
   position: relative !important;
   overflow: visible;
   width: 165px;
   height: 165px;
   flex-shrink: 0;
   z-index: 4;
   background: #ffffff8c;
   border-radius: 50% 50% 50% 50%;
   box-shadow: inset 0 0 0 1px #dde5e5ff;
 }

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

 .container_ba361f7d854b {
   width: 165px;
   height: 165px;
   max-width: 1920px;
   z-index: 4;
   position: absolute !important;
   left: 405px;
   top: 100px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_36bd74e29976 {
   position: absolute !important;
   overflow: visible;
   width: 570px;
   height: 680px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .imageview_23778ce464dd {
   width: 270px;
   height: 252px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 308px;
 }

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

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

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

 .container_abf7be8bc6bc {
   padding: 0 351.55px 0 351.56px;
   width: 1903.11px;
   height: 680px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 120px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c504ccef797 {
   position: absolute !important;
   overflow: visible;
   width: 1903.11px;
   height: 920px;
   z-index: 2;
   left: 0px;
   top: 1848px;
   background: #f3f4f6;
 }

 .imageview_40e885b10653 {
   width: 263px;
   height: 299px;
   max-width: 497.64px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_b096ad724283 {
   width: fit-content;
   z-index: 1;
   line-height: 112px;
   font-family: 'Onest';
 }

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

 .text_4504a1f41f04 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 112px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

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

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

 .container_e1c85f1d866c {
   position: relative !important;
   overflow: visible;
   width: 89.58px;
   height: 112px;
   max-width: 89.58px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_6728aead3e86 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Sen';
 }

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

 .container_9a9b5de8b19c {
   padding: 30px 0 0 0;
   width: fit-content;
   height: fit-content;
   max-width: 189.58px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_c473f17d4263 {
   padding: 120px 0 120px 0;
   width: 497.64px;
   height: 572.03px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 45px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_42a28b0e697f {
   width: 643.52px;
   height: 572.03px;
   min-height: 1px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_42a28b0e697f img {
   position: absolute;
   width: 0.0px !important;
   height: 572.0px !important;
   max-width: none !important;
   left: 643.5px;
   top: 0.0px;
 }

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

 .container_5e1bef91ef61 {
   width: 30px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 75.5px;
   background: #dbdee7;
 }

 .imageview_ea174a430549 {
   width: 478px;
   height: 151px;
   z-index: 3;
   position: absolute !important;
   left: 85px;
   top: 0px;
 }

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

 .container_7028e8ba739e {
   width: 12px;
   height: 12px;
   z-index: 4;
   position: absolute !important;
   left: 9px;
   top: 9px;
   background: #dbdee7;
   border-radius: 50% 50% 50% 50%;
 }

 .container_f73797e550bb {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   z-index: 4;
   left: 28px;
   top: 60.5px;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
   box-shadow: inset 0 0 0 1px #dbdee7ff;
 }

 .container_wrapper_f73797e550bb {
   position: absolute !important;
   overflow: visible;
   left: 28px;
   top: 60.5px;
   width: 30px;
   height: 30px;
   z-index: 4;
 }

 .container_nested_f73797e550bb {
   width: 30px;
   height: 30px;
   z-index: 4;
   border-top: 1px solid #dbdee7ff;
   border-right: 1px solid #dbdee7ff;
   border-bottom: 1px solid #dbdee7ff;
   border-left: 1px solid #dbdee7ff;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
 }

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

 .container_d293ea3dd2d0 {
   width: 30px;
   height: 1px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 75.5px;
   background: #dbdee7;
 }

 .imageview_29d3c25a4248 {
   width: 478px;
   height: 151px;
   z-index: 3;
   position: absolute !important;
   left: 85px;
   top: 0px;
 }

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

 .container_5819c9fdacda {
   width: 12px;
   height: 12px;
   z-index: 4;
   position: absolute !important;
   left: 9px;
   top: 9px;
   background: #dbdee7;
   border-radius: 50% 50% 50% 50%;
 }

 .container_367695c0a14c {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   z-index: 4;
   left: 28px;
   top: 60.5px;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
   box-shadow: inset 0 0 0 1px #dbdee7ff;
 }

 .container_wrapper_367695c0a14c {
   position: absolute !important;
   overflow: visible;
   left: 28px;
   top: 60.5px;
   width: 30px;
   height: 30px;
   z-index: 4;
 }

 .container_nested_367695c0a14c {
   width: 30px;
   height: 30px;
   z-index: 4;
   border-top: 1px solid #dbdee7ff;
   border-right: 1px solid #dbdee7ff;
   border-bottom: 1px solid #dbdee7ff;
   border-left: 1px solid #dbdee7ff;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
 }

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

 .container_b2a3d45054ed {
   padding: 120px 0 120px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   border-left: 0.89px solid #dbdee7ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1ca70be2e9be {
   padding: 0 0 0 80px;
   width: 643.51px;
   height: fit-content;
   min-height: 1px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ac9f343fc0b {
   width: 30px;
   height: 1px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 75.5px;
   background: #dbdee7;
 }

 .imageview_fdaf54b55b46 {
   width: 478px;
   height: 151px;
   z-index: 4;
   position: absolute !important;
   left: 85px;
   top: 0px;
 }

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

 .container_94f279aad2a9 {
   width: 12px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 9px;
   top: 9px;
   background: #dbdee7;
   border-radius: 50% 50% 50% 50%;
 }

 .container_015125f3f0d4 {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   z-index: 5;
   left: 28px;
   top: 60.5px;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
   box-shadow: inset 0 0 0 1px #dbdee7ff;
 }

 .container_wrapper_015125f3f0d4 {
   position: absolute !important;
   overflow: visible;
   left: 28px;
   top: 60.5px;
   width: 30px;
   height: 30px;
   z-index: 5;
 }

 .container_nested_015125f3f0d4 {
   width: 30px;
   height: 30px;
   z-index: 5;
   border-top: 1px solid #dbdee7ff;
   border-right: 1px solid #dbdee7ff;
   border-bottom: 1px solid #dbdee7ff;
   border-left: 1px solid #dbdee7ff;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
 }

 .container_07fe4911d290 {
   position: relative !important;
   overflow: visible;
   width: 562.62px;
   height: 151.01px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_67a2f53ad22f {
   width: 30px;
   height: 1px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 75.5px;
   background: #dbdee7;
 }

 .imageview_7305b0b9e3e5 {
   width: 478px;
   height: 151px;
   z-index: 4;
   position: absolute !important;
   left: 85px;
   top: 0px;
 }

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

 .container_e1bcb3b3f71b {
   width: 12px;
   height: 12px;
   z-index: 5;
   position: absolute !important;
   left: 9px;
   top: 9px;
   background: #dbdee7;
   border-radius: 50% 50% 50% 50%;
 }

 .container_65d050425b46 {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   z-index: 5;
   left: 28px;
   top: 60.5px;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
   box-shadow: inset 0 0 0 1px #dbdee7ff;
 }

 .container_wrapper_65d050425b46 {
   position: absolute !important;
   overflow: visible;
   left: 28px;
   top: 60.5px;
   width: 30px;
   height: 30px;
   z-index: 5;
 }

 .container_nested_65d050425b46 {
   width: 30px;
   height: 30px;
   z-index: 5;
   border-top: 1px solid #dbdee7ff;
   border-right: 1px solid #dbdee7ff;
   border-bottom: 1px solid #dbdee7ff;
   border-left: 1px solid #dbdee7ff;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
 }

 .container_a5564d544b48 {
   position: relative !important;
   overflow: visible;
   width: 562.62px;
   height: 151.02px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_8098709d0b42 {
   padding: 120px 0 120px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 4;
   border-left: 0.89px solid #dbdee7ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1ab9046fb44b {
   padding: 0 0 0 80px;
   width: 643.51px;
   height: fit-content;
   min-height: 1px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b96313fe86a9 {
   width: 3862px;
   height: 572.03px;
   z-index: 2;
   position: absolute !important;
   left: -1287px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_ebfe4ef0418d {
   position: absolute !important;
   width: 1287.03px;
   height: 572.03px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_6fff3f2da063 {
   width: 140px;
   height: 60px;
   z-index: 3;
   position: absolute !important;
   left: -110px;
   top: 392.03px;
 }

 .imageview_6fff3f2da063.wp-block-image {
   width: 30px !important;
   height: 60px !important;
   left: 0px !important;
   top: 392px !important;
   overflow: hidden;
 }

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

 .container_2355431afb63 {
   position: relative !important;
   overflow: visible;
   width: 1287.03px;
   height: 572.03px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_cebe58a262dd {
   padding: 0 0 0 40px;
   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_90417f78c359 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_42a683278f15 {
   width: 1327.03px;
   height: 572.03px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_65eded7f9f67 {
   width: 1903.11px;
   height: 572.92px;
   z-index: 1;
   border-top: 0.89px solid #dbdee7ff;
   border-right: 0px solid #dbdee7ff;
   border-bottom: 0px solid #dbdee7ff;
   border-left: 0px solid #dbdee7ff;
   position: absolute !important;
   left: 0px;
   top: 2768px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f6;
 }

 .imageview_f67417e174ce {
   width: 1903px;
   height: 709px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   mix-blend-mode: luminosity;
   opacity: 0.05000000074505806;
 }

 .imageview_f67417e174ce img {
   position: absolute;
   width: 100.00% !important;
   height: 116.29% !important;
   max-width: none !important;
   left: -0.00%;
   top: -8.15%;
 }

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

 .imageview_4c1c5739a421 {
   width: 19px;
   height: 12px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_a67f806a48b5 {
   width: fit-content;
   z-index: 2;
   line-height: 14px;
   font-family: 'Sen';
 }

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

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

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

 .container_a5ac4f14be52 {
   width: 160px;
   height: 26px;
   max-width: 1200px;
   z-index: 2;
   position: absolute !important;
   left: 520.08px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_14d2e65f2160 {
   width: fit-content;
   z-index: 3;
   line-height: 57.6px;
   font-family: 'Sen';
 }

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

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

 .container_2519a702ba3f {
   padding: 0 0 47px 0;
   width: 528px;
   height: 163px;
   max-width: 1200px;
   z-index: 3;
   position: absolute !important;
   left: 336.04px;
   top: 24.8px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e599c611e623 {
   height: 281px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

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

 .imageview_48aa6d15e930 {
   height: 281px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

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

 .imageview_ef13334dc298 {
   height: 281px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

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

 .imageview_b2a5391b738f {
   height: 281px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

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

 .container_73564115f676 {
   width: 1200px;
   height: 280.79px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 188.19px;
   justify-content: center;
   align-items: flex-start;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_0521135e0b9b {
   padding: 0 351.55px 0 351.56px;
   width: 1903.11px;
   height: 468.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 120px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_ddeccd2111e5 {
   position: absolute !important;
   overflow: visible;
   width: 1903.11px;
   height: 708.99px;
   z-index: 1;
   left: 0px;
   top: 3340.92px;
   background: #ffffff;
 }

 .imageview_8a07bc3fd4dc {
   width: 1743px;
   height: 895px;
   z-index: 2;
   position: absolute !important;
   left: 80px;
   top: 4049.9px;
 }

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

 .imageview_e62129debd69 {
   width: 500px;
   height: 680px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_40f04e4c85ca {
   position: absolute !important;
   overflow: visible;
   width: 500px;
   height: 680px;
   min-height: 680px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .imageview_9ccaae8fcd41 {
   width: 370px;
   height: 300px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .imageview_765cd733525c {
   width: 370px;
   height: 300px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_3deaaa831bc9 {
   padding: 0 0 0 30px;
   width: 400px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ebb670d901d2 {
   width: 770px;
   height: 300.33px;
   z-index: 2;
   position: absolute !important;
   left: 430px;
   top: 275px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_6c48c63a1eef {
   position: absolute !important;
   overflow: visible;
   width: 1200px;
   height: 680px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_2e7ec992b782 {
   width: 2px;
   height: 6.44px;
   z-index: 2;
   position: absolute !important;
   left: 4.77px;
   top: 1.78px;
   background: #00a650;
 }

 .container_1c464ece7174 {
   width: 2px;
   height: 6.44px;
   z-index: 2;
   position: absolute !important;
   left: 10.22px;
   top: 1.78px;
   background: #00a650;
 }

 .container_501372f3ded9 {
   position: relative !important;
   overflow: visible;
   width: 17px;
   height: 10px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #00a650ff;
 }

 .text_af1771e00c2d {
   width: fit-content;
   z-index: 2;
   line-height: 14px;
   font-family: 'Sen';
 }

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

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

 .text_fed94200de19 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

 .container_1cb6f4beafb8 {
   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_8efdddc5ce2e {
   padding: 6.67px 0 31px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9d59acb7523f {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

 .imageview_181030f4b88c {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_f05dc43c8721 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

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

 .imageview_88b5e7e25c68 {
   width: 24px;
   height: 21px;
   z-index: 2;
 }

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

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

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

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

 .container_88f4185d529f {
   padding: 0 0 0 600px;
   width: 1200px;
   height: 688px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

 .container_cc5e900c77e0 {
   padding: 0 351.55px 0 351.56px;
   width: 1903.11px;
   height: 680px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 5064.94px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5d26422db693 {
   width: 946px;
   height: 440px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

 .container_61a67da6d32e {
   width: 1903.11px;
   height: 440px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-end;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_61bed17d8e50 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   -webkit-text-stroke: 1px #dbdee7ff;
   line-height: 200px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

 .text_6df9f2e1d298 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   -webkit-text-stroke: 1px #dbdee7ff;
   line-height: 200px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

 .text_49fbffc4c7c9 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   -webkit-text-stroke: 1px #dbdee7ff;
   line-height: 200px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

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

 .container_5439f03e7608 {
   padding: 0 94424px 0 2788px;
   width: 100000px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4cfb4b8743cb {
   padding: 0 2788px 0 0;
   width: 102788px;
   height: 200px;
   z-index: 1;
   position: absolute !important;
   left: -2788px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_e9ba1c06eb36 {
   position: relative !important;
   width: 1903.11px;
   height: 200px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
 }

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

 .container_524accd27926 {
   width: 1903.11px;
   height: 200px;
   max-width: 1920px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 473.6px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_6575c7379397 {
   width: fit-content;
   z-index: 2;
   -webkit-text-stroke: 1px #dbdee7ff;
   line-height: 200px;
   background: linear-gradient(0deg, #f3f4f6ff 0%, #e8eaf0ff 100%);
   font-family: 'Sen';
 }

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

 .text_05079ef3d1ed {
   width: fit-content;
   z-index: 2;
   -webkit-text-stroke: 1px #dbdee7ff;
   line-height: 200px;
   background: linear-gradient(0deg, #f3f4f6ff 0%, #e8eaf0ff 100%);
   font-family: 'Sen';
 }

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

 .container_3a59e9920a8e {
   padding: 0 1928.36px 0 80px;
   width: 3856.72px;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: flex-start;
   gap: 0 80px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_1761f052d738 {
   width: 1903.11px;
   height: fit-content;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_91d8fd72bb92 {
   width: 1903.11px;
   height: 200px;
   max-width: 1920px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 645.6px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_dbbacf4cf6ed {
   width: 19px;
   height: 12px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_36a3cb5cb554 {
   width: fit-content;
   z-index: 3;
   line-height: 14px;
   font-family: 'Sen';
 }

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

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

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

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

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

 .text_30f26f0877d9 {
   width: 100%;
   min-width: 0;
   z-index: 4;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

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

 .container_65aa3a8f6ab5 {
   margin: -0.99px 0 0 0 !important;
   padding: 0 0 47px 0;
   width: 936px;
   height: fit-content;
   max-width: 1200px;
   z-index: 4;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_8a6bc94e22f6 {
   width: 274px;
   height: 72px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_a339adab4d52 {
   width: 274px;
   height: 72px;
   z-index: 3;
   position: absolute !important;
   left: 168px;
   top: 20px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

 .container_02722a0f1d17 {
   width: 89px;
   height: 22px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 13px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_b1ce77d32dbd {
   width: fit-content;
   z-index: 3;
   line-height: 28px;
   font-family: 'Sen';
 }

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

 .container_117486b526cb {
   padding: 9.34px 0 10px 0;
   width: 50px;
   height: 50px;
   z-index: 3;
   border-top: 1px solid #dbdee7ff;
   border-right: 1px solid #dbdee7ff;
   border-bottom: 1px solid #dbdee7ff;
   border-left: 1px solid #dbdee7ff;
   position: absolute !important;
   left: 110px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_8b78cf529dfc {
   width: 270px;
   height: 156px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 80px;
 }

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

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

 .container_8f60d3472766 {
   padding: 0 15px 0 15px;
   height: 236px;
   max-width: 1200px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b38255f3f8ab {
   width: 274px;
   height: 72px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_2aa07836191d {
   width: 274px;
   height: 72px;
   z-index: 3;
   position: absolute !important;
   left: 168px;
   top: 20px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bf6fd9f3896e {
   width: fit-content;
   z-index: 3;
   line-height: 28px;
   font-family: 'Sen';
 }

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

 .container_0eb731a381f3 {
   padding: 9.34px 0 10px 0;
   width: 50px;
   height: 50px;
   z-index: 3;
   border-top: 1px solid #dbdee7ff;
   border-right: 1px solid #dbdee7ff;
   border-bottom: 1px solid #dbdee7ff;
   border-left: 1px solid #dbdee7ff;
   position: absolute !important;
   left: 110px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .container_wrapper_0eb731a381f3 {
   position: absolute !important;
   left: 110px;
   top: 0px;
   width: 50px;
   height: 50px;
   z-index: 3;
 }

 .container_nested_0eb731a381f3 {
   padding: 9.34px 0 10px 0;
   width: 50px;
   height: 50px;
   z-index: 3;
   border-top: 1px solid #dbdee7ff;
   border-right: 1px solid #dbdee7ff;
   border-bottom: 1px solid #dbdee7ff;
   border-left: 1px solid #dbdee7ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_a4d7755aa463 {
   width: 270px;
   height: 156px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 80px;
 }

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

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

 .container_ec433c69af25 {
   padding: 0 15px 0 15px;
   width: 100%;
   min-width: 0;
   max-width: 1200px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0772c839b802 {
   padding: 100px 0 0 0;
   height: 236px;
   max-width: 1200px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_67a6c3847348 {
   width: 274px;
   height: 72px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_18ecc0648186 {
   width: 274px;
   height: 72px;
   z-index: 3;
   position: absolute !important;
   left: 168px;
   top: 20px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f045710ede29 {
   width: fit-content;
   z-index: 3;
   line-height: 28px;
   font-family: 'Sen';
 }

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

 .container_bf47c35cca2b {
   padding: 9.34px 0 10px 0;
   width: 50px;
   height: 50px;
   z-index: 3;
   border-top: 1px solid #dbdee7ff;
   border-right: 1px solid #dbdee7ff;
   border-bottom: 1px solid #dbdee7ff;
   border-left: 1px solid #dbdee7ff;
   position: absolute !important;
   left: 110px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .container_wrapper_bf47c35cca2b {
   position: absolute !important;
   left: 110px;
   top: 0px;
   width: 50px;
   height: 50px;
   z-index: 3;
 }

 .container_nested_bf47c35cca2b {
   padding: 9.34px 0 10px 0;
   width: 50px;
   height: 50px;
   z-index: 3;
   border-top: 1px solid #dbdee7ff;
   border-right: 1px solid #dbdee7ff;
   border-bottom: 1px solid #dbdee7ff;
   border-left: 1px solid #dbdee7ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_7766803d6455 {
   width: 270px;
   height: 156px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 80px;
 }

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

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

 .container_96073f255397 {
   padding: 0 15px 0 15px;
   width: 100%;
   min-width: 0;
   max-width: 1200px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f38b29b224fb {
   padding: 200px 0 0 0;
   height: 236px;
   max-width: 1200px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

 .container_f12a0a152910 {
   width: 96px;
   height: 22px;
   z-index: 3;
   position: absolute !important;
   left: 174.79px;
   top: 13px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 0px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0a605c48a328 {
   width: fit-content;
   z-index: 3;
   line-height: 28px;
   font-family: 'Sen';
 }

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

 .container_1d0c74eb9527 {
   padding: 9.34px 0 10px 0;
   width: 50px;
   height: 50px;
   z-index: 3;
   border-top: 1px solid #dbdee7ff;
   border-right: 1px solid #dbdee7ff;
   border-bottom: 1px solid #dbdee7ff;
   border-left: 1px solid #dbdee7ff;
   position: absolute !important;
   left: 110px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_30db7766bf06 {
   width: 270px;
   height: 156px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 80px;
 }

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

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

 .container_2b10722b86c4 {
   padding: 0 15px 0 15px;
   width: 100%;
   min-width: 0;
   max-width: 1200px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_aae6582410c8 {
   padding: 300px 0 0 0;
   height: 236px;
   max-width: 1200px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_defb91234b13 {
   width: 1200px;
   height: fit-content;
   min-height: 566px;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   flex-wrap: wrap;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .container_40f57e71e994 {
   padding: 0 351.55px 0 351.56px;
   width: 1903.11px;
   height: 696.6px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 120px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_a5db8097aebc {
   position: absolute !important;
   overflow: visible;
   width: 1903.11px;
   height: 936.6px;
   z-index: 1;
   left: 0px;
   top: 5864.94px;
   background: #f3f4f6;
 }

 .imageview_520388bb17cb {
   width: 19px;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_131e54385e84 {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Sen';
 }

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

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

 .container_31fcb7033b3a {
   padding: 5.67px 0 6.33px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_f6e4a768ab98 {
   width: fit-content;
   z-index: 1;
   line-height: 57.6px;
   font-family: 'Sen';
 }

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

 .container_f61110ec81ee {
   padding: 0 0 47px 0;
   width: fit-content;
   height: fit-content;
   max-width: 1200px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_ed162a19ed18 {
   width: fit-content;
   z-index: 1;
   line-height: 34px;
   font-family: 'Sen';
 }

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

 .container_0b731c0bf052 {
   width: 295px;
   height: 38.44px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -2.67px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_25f9b4b5c77b {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

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

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

 .container_2cfe3397f689 {
   padding: 30px 0 30px 40px;
   width: 335px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1c133e5e1633 {
   width: 40px;
   height: 47.33px;
   max-width: 90px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 21.33px;
 }

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

 .container_5f8c8532eaf7 {
   height: 90px;
   min-height: 90px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   border-top: 0.89px dashed #00a650ff;
   border-right: 0px dashed #00a650ff;
   border-bottom: 0px dashed #00a650ff;
   border-left: 0.89px dashed #00a650ff;
   border-radius: 6px 0 0 0;
 }

 .container_56f74ef1d840 {
   width: 10.35px;
   height: 11px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -6px;
   background: #00a650;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_6e37eca4b8de {
   position: relative !important;
   overflow: visible;
   width: 10.35px;
   height: 5px;
   min-height: 5px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_45ee11c72d8f {
   padding: 0 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 0px 30px #0000001a;
 }

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

 .text_8ed6315a3a7a {
   width: fit-content;
   z-index: 1;
   line-height: 34px;
   font-family: 'Sen';
 }

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

 .container_2c1fbe5dad9a {
   width: 295px;
   height: 38.44px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -2.67px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_e63b87cba8a8 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

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

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

 .container_5047e959a8e3 {
   padding: 30px 0 30px 40px;
   width: 335px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0638d1af5b9f {
   width: 40px;
   height: 47.33px;
   max-width: 90px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 21.33px;
 }

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

 .container_415f9c679df6 {
   height: 90px;
   min-height: 90px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   border-top: 0.89px dashed #00a650ff;
   border-right: 0px dashed #00a650ff;
   border-bottom: 0px dashed #00a650ff;
   border-left: 0.89px dashed #00a650ff;
   border-radius: 6px 0 0 0;
 }

 .container_1b323051653a {
   width: 10.35px;
   height: 11px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -6px;
   background: #00a650;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_0013d59178ec {
   position: relative !important;
   overflow: visible;
   width: 10.35px;
   height: 5px;
   min-height: 5px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_fdc2642b3f94 {
   padding: 0 0 0 0;
   width: 485px;
   height: fit-content;
   z-index: 1;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 0px 30px #0000001a;
 }

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

 .text_203903533464 {
   width: fit-content;
   z-index: 1;
   line-height: 34px;
   font-family: 'Sen';
 }

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

 .container_2575f9dddf40 {
   width: 295px;
   height: 38.44px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -2.67px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_6b09b209bf28 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

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

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

 .container_720a4700d950 {
   padding: 30px 0 30px 40px;
   width: 335px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_430950192977 {
   width: 40px;
   height: 47.33px;
   max-width: 90px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 21.33px;
 }

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

 .container_b8cd376336bc {
   width: 10.35px;
   height: 11px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00a650;
   border-radius: 5.34px 5.34px 5.34px 5.34px;
 }

 .container_229c5945c1ec {
   position: relative !important;
   overflow: visible;
   width: 10.35px;
   height: 5px;
   min-height: 5px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_ceefdfa8df25 {
   width: 175px;
   height: 90px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-end;
   gap: 0 0px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_137ab6df4ebe {
   padding: 0 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 0px 30px #0000001a;
 }

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

 .container_d3626606f559 {
   height: 562px;
   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;
 }

 .imageview_d8201959a334 {
   width: 281px;
   height: 1200px;
   min-height: 1200px;
   z-index: 1;
   position: absolute !important;
   left: -164px;
   top: 0px;
 }

 .imageview_d8201959a334.wp-block-image {
   width: 117px !important;
   height: 562px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .imageview_f9e0e2dad1d6 {
   width: 464px;
   height: 483px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_577676cdacb6 {
   width: 600px;
   height: 483px;
   z-index: 2;
   position: absolute !important;
   left: -110px;
   top: 39.5px;
   justify-content: flex-end;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ca65a10f2492 {
   width: 48.33px;
   height: 35.67px;
   z-index: 3;
   position: absolute !important;
   left: 146.44px;
   top: 392.8px;
 }

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

 .container_a3e47f33b049 {
   width: 232px;
   height: 170px;
   z-index: 4;
   position: absolute !important;
   left: 58.44px;
   top: 391.8px;
   background: linear-gradient(180deg, #ffffff33 0%, #ffffffff 90%);
 }

 .container_134f5096cfb8 {
   position: relative !important;
   overflow: visible;
   width: 349px;
   height: 562px;
   flex-shrink: 0;
   z-index: 3;
   background: url("https://cdn.yotako.io/67574b09-badc-4104-ae5a-4acf3d4f8482/439:18252.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_ab1e568f8a3e {
   width: fit-content;
   height: 562px;
   max-width: 585px;
   z-index: 3;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3cc606495b9e {
   width: 600px;
   height: 562px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-end;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_4a2e260314b4 {
   padding: 0 351.55px 0 351.56px;
   width: 1903.11px;
   height: 693px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6921.54px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6a106560ad12 {
   width: 1743px;
   height: 934px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 7734.14px;
 }

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

 .imageview_7ea06a07ca2a {
   width: 19px;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_038098c11d95 {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Sen';
 }

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

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

 .container_04c85234c5eb {
   padding: 5.67px 0 6.33px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_78f9c5ae7ede {
   width: fit-content;
   z-index: 1;
   line-height: 57.6px;
   font-family: 'Sen';
 }

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

 .container_ca92a3104534 {
   padding: 0 0 47px 0;
   width: fit-content;
   height: fit-content;
   max-width: 1200px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_d30a3787fe81 {
   width: 100%;
   min-width: 0;
   height: 247px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_450aa3c5721d {
   width: fit-content;
   z-index: 2;
   line-height: 35px;
   font-family: 'Sen';
 }

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

 .text_3de304c1d5a2 {
   width: fit-content;
   z-index: 3;
   line-height: 25px;
   font-family: 'Onest';
 }

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

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

 .imageview_6ac9627688a1 {
   width: 45px;
   height: auto !important;
   flex-shrink: 0;
   z-index: 2;
   aspect-ratio: 1 / 1;
 }

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

 .container_281b6b0e2de5 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50% 50% 50% 50%;
 }

 .text_25a3bcbd9847 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

 .text_e28f58db2a93 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .container_f6f08e7b1480 {
   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_77d36f9ab907 {
   padding: 0 0 0 15px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_83c11737bd89 {
   padding: 0 0 0 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-left: 0.89px solid #e8eaf0ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_471840223d07 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

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

 .text_b10e06943202 {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

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

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

 .imageview_34f8d561b5cd {
   width: 24px;
   height: 21px;
   z-index: 2;
 }

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

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

 .container_67ef2a41bbed {
   position: relative !important;
   overflow: visible;
   width: 135px;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_ff98b430584d {
   padding: 0 15px 0 15px;
   width: 410px;
   height: 489.75px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3600107ca980 {
   width: 100%;
   min-width: 0;
   height: 247px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_d1c75e5262a5 {
   width: fit-content;
   z-index: 2;
   line-height: 35px;
   font-family: 'Sen';
 }

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

 .text_65bb339ac71e {
   width: fit-content;
   z-index: 3;
   line-height: 25px;
   font-family: 'Onest';
 }

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

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

 .imageview_0e30659b61f5 {
   width: 45px;
   height: auto !important;
   flex-shrink: 0;
   z-index: 2;
   aspect-ratio: 1 / 1;
 }

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

 .container_69289b35ad4b {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50% 50% 50% 50%;
 }

 .text_0993f714d551 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

 .text_97d4a13502a4 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .container_1f898c583647 {
   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_25697ed9dbd5 {
   padding: 0 0 0 15px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_98791d8b9298 {
   padding: 0 0 0 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-left: 0.89px solid #e8eaf0ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_37039cea9d59 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

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

 .text_281384f81a91 {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

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

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

 .imageview_70f75e322f42 {
   width: 24px;
   height: 21px;
   z-index: 2;
 }

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

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

 .container_204c7c3b8093 {
   position: relative !important;
   overflow: visible;
   width: 135px;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_48cd0fead2c5 {
   padding: 0 15px 0 15px;
   width: 410px;
   height: 489.75px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8a61112a9027 {
   width: 100%;
   min-width: 0;
   height: 247px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_0badaf3ae3fa {
   width: fit-content;
   z-index: 2;
   line-height: 35px;
   font-family: 'Sen';
 }

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

 .text_f0d4636f2bcc {
   width: fit-content;
   z-index: 3;
   line-height: 25px;
   font-family: 'Onest';
 }

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

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

 .imageview_18eff1892302 {
   width: 45px;
   height: auto !important;
   flex-shrink: 0;
   z-index: 2;
   aspect-ratio: 1 / 1;
 }

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

 .container_036fb92ab6cf {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50% 50% 50% 50%;
 }

 .text_3040d50325ad {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

 .text_14affaea86d0 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .container_d2db45b60eb3 {
   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_9902b3dec98f {
   padding: 0 0 0 15px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_449346d6c2f0 {
   padding: 0 0 0 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-left: 0.89px solid #e8eaf0ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_32bc7966abec {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 34px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

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

 .text_46cca4862fa8 {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

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

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

 .imageview_3516ccec9663 {
   width: 24px;
   height: 21px;
   z-index: 2;
 }

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

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

 .container_e1150c5ab904 {
   position: relative !important;
   overflow: visible;
   width: 135px;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

 .container_5231a0f9a489 {
   padding: 0 15px 0 15px;
   width: 410px;
   height: 489.75px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b3ca701460e3 {
   width: 1230px;
   height: 522.75px;
   min-height: 522.75px;
   z-index: 1;
   position: absolute !important;
   left: -15px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-wrap: wrap;
   display: flex !important;
   flex-direction: row;
 }

 .container_0508ce9e7f90 {
   position: relative !important;
   overflow: visible;
   width: 1200px;
   height: 522.75px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
 }

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

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

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

 .container_73f5fc162728 {
   padding: 0 351.55px 0 351.56px;
   width: 1903.11px;
   height: 653.75px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 8788.07px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_d91f69d9feee {
   width: 19px;
   height: 11.99px;
   flex-shrink: 0;
 }

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

 .text_d0e5813f060d {
   width: fit-content;
   line-height: 14px;
   font-family: 'Sen';
 }

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

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

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

 .container_25975b0de1f4 {
   width: 151.99px;
   height: 26px;
   max-width: 1200px;
   position: absolute !important;
   left: 527.18px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_b3f029ad9edf {
   width: fit-content;
   line-height: 57.6px;
   font-family: 'Sen';
 }

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

 .container_3519fa50ef23 {
   padding: 10px 0 0 0;
   width: 364px;
   height: 68px;
   max-width: 1200px;
   position: absolute !important;
   left: 419.96px;
   top: 26px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_37bbc3ea6319 {
   width: 100%;
   min-width: 0;
   height: 548px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

 .imageview_e0ae80d8c9c1 {
   width: 100%;
   min-width: 0;
   height: 548px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

 .imageview_757cf7d55584 {
   width: 100%;
   min-width: 0;
   height: 548px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

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

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

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

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

 .container_71956156c3d8 {
   padding: 0 349px 0 349px;
   width: 1903px;
   height: 772px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_84f26aec5de0 {
   width: 100%;
   min-width: 0;
   height: 116px;
   flex-shrink: 0;
 }

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

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

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

 .container_360d37633349 {
   padding: 0 351.55px 0 351.56px;
   width: 100%;
   min-width: 0;
   height: 131px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #ffffffff 50%, #122652ff 50%);
 }

 .text_745ee15e344e {
   width: 100%;
   min-width: 0;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

 .imageview_9c92c5129ce5 {
   width: 10px;
   height: 10px;
   position: absolute !important;
   left: 48px;
   top: -4px;
 }

 .imageview_9c92c5129ce5.wp-block-image {
   width: 8px !important;
   height: 2px !important;
   left: 48px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_d30ff11b597b {
   position: relative !important;
   overflow: visible;
   width: 56px;
   height: 2px;
   flex-shrink: 0;
   background: linear-gradient(90deg, #122652ff 0%, #00833fff 100%);
 }

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

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

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

 .text_63003d16228a {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

 .text_ac59b3104b4f {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

 .container_f397df933665 {
   padding: 0 0 1.1px 0;
   width: 300px;
   height: 52.1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 80.68px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c0edb8e2db71 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

 .text_8b2812f5164d {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .container_7e9892680a1e {
   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_67593b134c68 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a7ad1a73af80 {
   padding: 8.89px 0 0 0;
   width: 300px;
   height: 59.9px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 131.98px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ce0636c61567 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Sen';
 }

 .imageview_a471e2345fa2 {
   width: 26px;
   height: 21px;
 }

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

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

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

 .container_8e78bbe811e9 {
   padding: 15px 0 0 0;
   width: 300px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: 192.18px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_8e78bbe811e9 {
   position: absolute !important;
   left: 0px;
   top: 192.18px;
   width: 300px;
   height: 56px;
 }

 .container_nested_8e78bbe811e9 {
   padding: 15px 0 0 0;
   width: 300px;
   height: 56px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9c5b6a6f3c39 {
   width: 269.11px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 30.88px;
   top: 0px;
 }

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

 .text_beb0b497ed9e {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 21.6px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

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

 .container_94b336d7d0d8 {
   padding: 17.47px 0 0 0;
   width: 269.11px;
   height: 79.46px;
   z-index: 1;
   position: absolute !important;
   left: 30.88px;
   top: 52px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_b3bd0768a61e {
   padding: 11px 0 0 0;
   width: 269.11px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 30.88px;
   top: 113.19px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_562db41bb938 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 150.19px;
   flex-shrink: 0;
   z-index: 1;
   border-left: 0.89px dashed #b8bfcaff;
 }

 .container_4f0ef2dfd050 {
   padding: 32px 0 0 0;
   width: 300px;
   height: 182.19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 233.18px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ea155469b1a4 {
   position: relative !important;
   overflow: visible;
   height: 428px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .text_e9919aeefe86 {
   width: 100%;
   min-width: 0;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

 .imageview_801a8b9510f4 {
   width: 10px;
   height: 10px;
   position: absolute !important;
   left: 48px;
   top: -4px;
 }

 .imageview_801a8b9510f4.wp-block-image {
   width: 8px !important;
   height: 2px !important;
   left: 48px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_41b1cd45224e {
   position: relative !important;
   overflow: visible;
   width: 56px;
   height: 2px;
   flex-shrink: 0;
   background: linear-gradient(90deg, #122652ff 0%, #00833fff 100%);
 }

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

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

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

 .imageview_1aa4abaa72d2 {
   width: 12px;
   height: 12.44px;
 }

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

 .text_fe7af9585b31 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_a8186e562eb5 {
   width: 12px;
   height: 12.44px;
 }

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

 .text_ee305cf744a7 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_02599ff40ec6 {
   width: 12px;
   height: 12.44px;
 }

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

 .text_ce15e788043b {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_88bcd9b16181 {
   width: 12px;
   height: 12.44px;
 }

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

 .text_319303d6aff4 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_e2459ed40284 {
   width: 12px;
   height: 12.44px;
 }

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

 .text_a222b8818a3f {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_9c07e8b88007 {
   width: 12px;
   height: 12.44px;
 }

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

 .text_b8efd7abbd85 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_809bb29a58ad {
   width: 12px;
   height: 12.44px;
 }

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

 .text_be3062777713 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_d0e7bb8ba3bd {
   width: 12px;
   height: 12.44px;
 }

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

 .text_70b6475f8f4c {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_44145f9d1553 {
   width: 12px;
   height: 12.44px;
 }

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

 .text_cfae7e7898f0 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

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

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

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

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

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

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

 .text_eab0714770a8 {
   width: 100%;
   min-width: 0;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

 .imageview_b1b39c498ccc {
   width: 10px;
   height: 10px;
   position: absolute !important;
   left: 48px;
   top: -4px;
 }

 .imageview_b1b39c498ccc.wp-block-image {
   width: 8px !important;
   height: 2px !important;
   left: 48px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_15fffbefcf49 {
   position: relative !important;
   overflow: visible;
   width: 56px;
   height: 2px;
   flex-shrink: 0;
   background: linear-gradient(90deg, #122652ff 0%, #00833fff 100%);
 }

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

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

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

 .imageview_d49912edc8b7 {
   width: 12px;
   height: 12.44px;
 }

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

 .text_97da9e9f8eba {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_39c67d410ebd {
   width: 12px;
   height: 12.44px;
 }

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

 .text_591db960e99a {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_31ed64933396 {
   width: 12px;
   height: 12.44px;
 }

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

 .text_fd0ab45347da {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_210f736c783b {
   width: 12px;
   height: 12.44px;
 }

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

 .text_d58a187832f0 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_25723ecfdfad {
   width: 12px;
   height: 12.44px;
 }

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

 .text_379578a120bc {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_8cd560da3776 {
   width: 12px;
   height: 12.44px;
 }

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

 .text_eeb9575db087 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_9ef989933f5b {
   width: 12px;
   height: 12.44px;
 }

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

 .text_d7886333523d {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

 .imageview_0c1fae1f6ed4 {
   width: 12px;
   height: 12.44px;
 }

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

 .text_4eeea94a30f4 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

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

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

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

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

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

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

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

 .container_a606c49be3c5 {
   width: 28px;
   height: 20.67px;
   position: absolute !important;
   left: 0px;
   top: -0.67px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3b131f06c0c7 {
   position: relative !important;
   overflow: visible;
   width: 27.76px;
   height: 20px;
   flex-shrink: 0;
 }

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

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

 .container_88b3390babcb {
   padding: 20px 0 20px 0;
   width: 60px;
   height: 60px;
   min-height: 60px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_3f002bbe88f0 {
   width: 300px;
   height: 66px;
   position: absolute !important;
   left: 0px;
   top: 60px;
 }

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

 .text_48332424faff {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 20.4px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

 .text_bc19f2d601d2 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

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

 .container_aae49b08a3df {
   padding: 16.83px 0 0 0;
   width: 300px;
   height: 69.39px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 101px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e27faf37fff5 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Sen';
 }

 .imageview_09e1000ee2d6 {
   width: 26px;
   height: 21px;
 }

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

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

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

 .container_65352190a25d {
   padding: 15px 0 0 0;
   width: 300px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: 170.39px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_a58208e7478d {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Sen';
 }

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

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

 .container_59552cc22722 {
   padding: 25px 0 0 0;
   width: 300px;
   height: 74px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 211.39px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_acfa06927518 {
   width: 138px;
   height: 177px;
   max-width: 300px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .imageview_cc92872a4c75 {
   width: 132px;
   height: 177px;
   max-width: 300px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_0507e7692455 {
   width: 300px;
   height: 176.78px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 260.39px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_38e9209ed0be {
   position: relative !important;
   overflow: visible;
   height: 428px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_bacfb5981f53 {
   padding: 100px 0 100px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1200px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_1945f80a3f9d {
   padding: 0 351.55px 0 351.56px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #122652;
 }

 .text_cd20b513fe60 {
   width: 100%;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

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

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

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

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

 .imageview_6012db9c55ad {
   height: 40px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

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

 .text_20a5bcb4e15f {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

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

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

 .container_6f7bd747c2ea {
   width: 154px;
   height: 26px;
   max-width: 380px;
   position: absolute !important;
   left: 43.83px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_11aad756ce8a {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

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

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

 .container_d45d5c751be0 {
   width: 154px;
   height: 26px;
   max-width: 380px;
   position: absolute !important;
   left: 226.91px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_af22b95a9ed0 {
   width: fit-content;
   line-height: 26px;
   font-family: 'Onest';
 }

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

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

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

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

 .container_81942b4e5472 {
   width: 85px;
   height: 26px;
   max-width: 380px;
   position: absolute !important;
   left: 295.47px;
   top: 31px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_35b1969914c3 {
   position: relative !important;
   overflow: visible;
   height: 57px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_wrapper_35b1969914c3 {
   position: relative !important;
   overflow: visible;
   height: 57px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_nested_35b1969914c3 {
   height: 57px;
 }

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

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

 .container_c9c17e441747 {
   padding: 30px 0 30px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0.89px solid #2a3f6cff;
   border-right: 0px solid #2a3f6cff;
   border-bottom: 0px solid #2a3f6cff;
   border-left: 0px solid #2a3f6cff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #122652;
 }

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

 .container_wrapper_9bb650a448de {
   width: 1903.11px;
   height: fit-content;
 }

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

 .container_e608b8cc773a {
   width: 1903.11px;
   height: 11315.97px;
   position: absolute !important;
   left: 0.05px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_3cebe6cff2f0 {
   width: 1903px;
   height: 11310px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }