 /*
Theme Name: Yotako
Author: Yotako team
Author URI: https://yotako.io/
Description: Design in Figma or AdobeXD. Publish in WordPress. The Figma/Adobe XD to WordPress plugin by Yotako is the fastest way of converting your beautiful design into a fully functional WordPress website in a few clicks without writing a single line of code! Get your custom domain, professional email, and world-class secure hosting, without the hassle.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 2.0.0
License: © Yotako 2016-2024
License URI:  https://yotako.io/
Tags: figma-to-wordpress, adobe-xd-to-wordpress, xd-to-wordpress, design-to-code, seamless-transition, design-to-wordpress
Yotako WordPress Theme, (C) 2024 Yotako.io
*/
 @import url("https://fonts.googleapis.com/css?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("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_8d51c5d9b4fd {
   width: 80.62px;
   height: 45px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_wrapper_8a4c88c2cc10 {
   width: fit-content;
   height: fit-content;
 }

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

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

 .container_417e05b4d4a6 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_417e05b4d4a6 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_417e05b4d4a6 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_5c9246033216 {
   padding: 20px 240px 20px 240px;
   width: 1920px;
   height: 87px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .container_wrapper_5c9246033216 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 87px;
 }

 .container_nested_5c9246033216 {
   padding: 20px 240px 20px 240px;
   width: 1920px;
   height: 87px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .imageview_99c650c27e16 {
   width: 260px;
   height: 160px;
   flex-shrink: 0;
 }

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

 .text_5a9efff8109a {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_5a9efff8109a {
   overflow: visible;
 }

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

 .container_2ff8fb9c918a {
   padding: 0 12px 0 12px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f04d508-cb1d-4456-a0cf-611efaf9aa7e/33:13592.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }

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

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

 .container_0c0e214bd6b8 {
   padding: 0 12px 0 12px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f04d508-cb1d-4456-a0cf-611efaf9aa7e/33:13595.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }

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

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

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

 .text_c996c70cbd6f {
   width: 100%;
   min-width: 0;
   height: 69px;
   max-width: 820px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c996c70cbd6f {
   overflow: visible;
 }

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

 .container_4c067d349916 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_4c067d349916 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_4c067d349916 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_47a8b9f19d5c {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_47a8b9f19d5c {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_47a8b9f19d5c {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_aaa47312a221 {
   padding: 100px 240px 100px 240px;
   width: 1920px;
   height: 836px;
   position: absolute !important;
   left: 0px;
   top: 87px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_dc020fac88c1 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_829c7ffde8d6 {
   width: 258px;
   height: 12px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   _scaling-factor: 1;
 }

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

 .text_24512d74e448 {
   width: 258px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_24512d74e448 {
   overflow: visible;
 }

 .container_cf078fd1d9d2 {
   position: relative !important;
   overflow: visible;
   width: 258px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .imageview_2abf8b0fd2ae {
   width: 250px;
   height: 12px;
   position: absolute !important;
   left: 4px;
   top: 46px;
   _scaling-factor: 1;
 }

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

 .text_6058115358f4 {
   width: 258px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_6058115358f4 {
   overflow: visible;
 }

 .container_2681bed7f70d {
   position: relative !important;
   overflow: visible;
   width: 258px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .text_f24dd777e150 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f24dd777e150 {
   overflow: visible;
 }

 .container_451166b7bbfd {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

 .container_6ff6cbda3291 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_e16333ec3ad5 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_0af82b2efbff {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_e2607dceb7e4 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_773f86532950 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_04320ae9cfaf {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_e942fa88efc0 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_771d10cc07be {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_771d10cc07be {
   overflow: visible;
 }

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

 .container_603be7cb1f41 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_603be7cb1f41 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_603be7cb1f41 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_93c5a951b2e7 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_93c5a951b2e7 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_93c5a951b2e7 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_5276f307b6df {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f66242e49ff6 {
   padding: 100px 0 100px 0;
   width: 1920px;
   height: 1109px;
   position: absolute !important;
   left: 0px;
   top: 923px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
 }

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

 .container_9ad7574fff97 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_15f758938ced {
   width: 203px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .container_182f0d1190e9 {
   position: relative !important;
   overflow: visible;
   width: 210px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .imageview_9bc0ab47c934 {
   width: 185px;
   height: 29px;
   position: absolute !important;
   left: -7px;
   top: 23px;
   _scaling-factor: 1;
 }

 .imageview_9bc0ab47c934.wp-block-image {
   width: 178px !important;
   height: 29px !important;
   left: 0px !important;
   top: 23px !important;
   overflow: hidden;
 }

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

 .text_35461e10da04 {
   width: 190px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_35461e10da04 {
   overflow: visible;
 }

 .container_d06a04c2e4a7 {
   position: relative !important;
   overflow: visible;
   width: 190px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .text_e1373d0a8204 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e1373d0a8204 {
   overflow: visible;
 }

 .container_efd692efacb2 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_33472703ac87 {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_76ee19c63578 {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_4e96789518a6 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_d73b0744e073 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_d73b0744e073 {
   overflow: visible;
 }

 .text_ff150e7b63d4 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_ff150e7b63d4 {
   overflow: visible;
 }

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

 .container_60e00bfbf282 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_78e8cd2fd5e8 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_a9362465c357 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a9362465c357 {
   overflow: visible;
 }

 .text_1062232e46e6 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_1062232e46e6 {
   overflow: visible;
 }

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

 .container_6cd0d4be45ad {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_7cfb3b4163fe {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_a24fd0be95a1 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a24fd0be95a1 {
   overflow: visible;
 }

 .text_9b2f36dc0085 {
   width: 195px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_9b2f36dc0085 {
   overflow: visible;
 }

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

 .container_4470394f9128 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_9cc63ea8783a {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_4da8b694a886 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_4da8b694a886 {
   overflow: visible;
 }

 .text_74ed012ce402 {
   width: 195px;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_74ed012ce402 {
   overflow: visible;
 }

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

 .container_ca6a42550cdf {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .container_6f4fcb01b4d1 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

 .text_70016877fe62 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_70016877fe62 {
   overflow: visible;
 }

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

 .container_468247bba6ff {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_wrapper_cc84abf4e35a {
   width: fit-content;
   height: fit-content;
 }

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

 .container_52744929455d {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0cf1f67f50b3 {
   padding: 100px 0 60px 0;
   width: 1920px;
   height: 1087.39px;
   position: absolute !important;
   left: 0px;
   top: 2032px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_92d50c6b0a6e {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_92d50c6b0a6e {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_92d50c6b0a6e {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_3211b5921a58 {
   width: 361px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: -0.23px;
   top: -7.2px;
   _scaling-factor: 1;
 }

 .imageview_3211b5921a58.wp-block-image {
   width: 361px !important;
   height: 52px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .text_125bd97080f4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

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

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

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

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

 .text_autoheight_65cc2ff17c02 {
   overflow: visible;
 }

 .container_e52c4c982c33 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

 .container_5956d1a0d216 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_5956d1a0d216 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_nested_5956d1a0d216 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_9d469433d3d8 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

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

 .container_ff6c9af99051 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_ff6c9af99051 {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
 }

 .container_nested_ff6c9af99051 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_17b796b132d9 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

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

 .container_d50ccc4fb737 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_b406840dbb20 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

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

 .container_8c49ce2e13a0 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_8c49ce2e13a0 {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
 }

 .container_nested_8c49ce2e13a0 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_711481c389cf {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_711481c389cf {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
 }

 .container_nested_711481c389cf {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

 .text_autoheight_60acad8fec30 {
   overflow: visible;
 }

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

 .container_21b61108b81d {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_21b61108b81d {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_21b61108b81d {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_63114e6ba941 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_63114e6ba941 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_63114e6ba941 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_0bcf887ba76c {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_602a4de83366 {
   padding: 60px 0 60px 0;
   width: 1920px;
   height: 976px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3119.39px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_64970b5150c6 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_64970b5150c6 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_64970b5150c6 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_b56d4c7c6c05 {
   width: 279px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 9px;
   _scaling-factor: 1;
 }

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

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

 .container_27450ec4d5b8 {
   position: relative !important;
   overflow: visible;
   width: 273px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .text_31403584c253 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_31403584c253 {
   overflow: visible;
 }

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

 .container_343aa0044414 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_wrapper_470bb163c276 {
   width: fit-content;
   height: fit-content;
 }

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

 .container_8b1e6a72ee64 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f4480338f39d {
   height: 700px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_361666816001 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: 700px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fc92bffd2ca2 {
   padding: 60px 0 60px 0;
   width: 1920px;
   height: 1168px;
   position: absolute !important;
   left: 0px;
   top: 4095.39px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_b1f977b3bb75 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_b1f977b3bb75 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_b1f977b3bb75 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_e9d40191a451 {
   width: 277px;
   height: 29px;
   position: absolute !important;
   left: -7.41px;
   top: 19.33px;
   _scaling-factor: 1;
 }

 .imageview_e9d40191a451.wp-block-image {
   width: 259px !important;
   height: 29px !important;
   left: 0px !important;
   top: 19px !important;
   overflow: hidden;
 }

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

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

 .container_89a146a15d1e {
   position: relative !important;
   overflow: visible;
   width: 259px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .container_9123035d0073 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2703737f19d4 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_5b8535f2bc9f {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_5b8535f2bc9f {
   overflow: visible;
 }

 .text_5c69a20958af {
   width: 195px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_5c69a20958af {
   overflow: visible;
 }

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

 .container_8efd88246321 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_37789b6ef590 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_19ba9affdb43 {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_19ba9affdb43 {
   overflow: visible;
 }

 .text_cbf6f3f4b9a2 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_cbf6f3f4b9a2 {
   overflow: visible;
 }

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

 .container_45ab0f58055f {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_2e54a3b83f6d {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_8363fc9215e5 {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_8363fc9215e5 {
   overflow: visible;
 }

 .text_7eee23c6715c {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7eee23c6715c {
   overflow: visible;
 }

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

 .container_05bc0e1fa3b8 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_4021676732a8 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_d62a0dcfd22f {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_d62a0dcfd22f {
   overflow: visible;
 }

 .text_be5c1f342eb9 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_be5c1f342eb9 {
   overflow: visible;
 }

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

 .container_eca09330433f {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .imageview_804b89e0f2ec {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_61278a315db8 {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_a55b19cf37ad {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_9b94026f94bc {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_f28c7f7262f2 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_f28c7f7262f2 {
   width: 1920px;
   height: fit-content;
 }

 .container_nested_f28c7f7262f2 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c2f65d30fc00 {
   padding: 60px 0 60px 0;
   width: 1920px;
   height: 873.39px;
   position: absolute !important;
   left: 0px;
   top: 5263.39px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_7c44f6518870 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_141c36e992d8 {
   width: 330px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 23px;
   _scaling-factor: 1;
 }

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

 .text_672926fa9eda {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

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

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

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

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

 .text_autoheight_795ce03c665c {
   overflow: visible;
 }

 .container_c9e841bc3365 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_63cfb08fdfa5 {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .container_7bc3384a78b1 {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_2a9ef4f8ce23 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_bbb43a082304 {
   width: 195px;
   height: 115px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_bbb43a082304 {
   overflow: visible;
 }

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

 .container_dd1618afc700 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_206bfe5b89d8 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_c10ee866d949 {
   width: 195px;
   height: 46px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c10ee866d949 {
   overflow: visible;
 }

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

 .container_8ccaae6336ae {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_ab9b8b381aee {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_180680502ce2 {
   width: 195px;
   height: 69px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_180680502ce2 {
   overflow: visible;
 }

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

 .container_f97fc0191ac8 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_50b6a2dbb03a {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_98ebbf7cd086 {
   width: 195px;
   height: 46px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_98ebbf7cd086 {
   overflow: visible;
 }

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

 .container_6a10c1e98ad3 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .container_a7cd4f95066d {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fbb551875443 {
   padding: 60px 0 100px 0;
   width: 1920px;
   height: 893.39px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6136.78px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_8421649dfed6 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_4181adc40b27 {
   width: 131px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: -0.23px;
   top: 24.81px;
   _scaling-factor: 1;
 }

 .imageview_4181adc40b27.wp-block-image {
   width: 131px !important;
   height: 27px !important;
   left: 0px !important;
   top: 25px !important;
   overflow: hidden;
 }

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

 .text_0fe54380a2f8 {
   width: 135px;
   height: 52px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_0fe54380a2f8 {
   overflow: visible;
 }

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

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

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

 .text_autoheight_9b60e1e7639b {
   overflow: visible;
 }

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

 .text_autoheight_e041001bc5fa {
   overflow: visible;
 }

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

 .text_autoheight_898451603375 {
   overflow: visible;
 }

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

 .container_2ff9dc4ea7d6 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_79ca64ee6f16 {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_autoheight_15083c4ec495 {
   overflow: visible;
 }

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

 .text_autoheight_8677cd831543 {
   overflow: visible;
 }

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

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

 .imageview_462ebd43316c {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_autoheight_578b5897b241 {
   overflow: visible;
 }

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

 .text_autoheight_ad5529901910 {
   overflow: visible;
 }

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

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

 .imageview_41bcb2668961 {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_autoheight_cec6fbe7e06a {
   overflow: visible;
 }

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

 .text_autoheight_86b94596dd37 {
   overflow: visible;
 }

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

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

 .container_57a078e26775 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_e966262b2b10 {
   overflow: visible;
 }

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

 .container_3432183a4bf9 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_3432183a4bf9 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_3432183a4bf9 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_7c79377fcf52 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_7c79377fcf52 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_7c79377fcf52 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_6c01e700f2b3 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ecac5fa58f95 {
   padding: 100px 0 100px 0;
   width: 1920px;
   height: 1545px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7030.17px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
 }

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

 .container_6ef62e198fea {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_6ef62e198fea {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_6ef62e198fea {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_892dffeef0e6 {
   width: 175px;
   height: 34px;
   position: absolute !important;
   left: 0.41px;
   top: 11.41px;
   _scaling-factor: 1;
 }

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

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

 .container_df120b9be78d {
   position: relative !important;
   overflow: visible;
   width: 177px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .imageview_4b66c271ff90 {
   width: 232px;
   height: 29px;
   position: absolute !important;
   left: -0.21px;
   top: 24.71px;
   _scaling-factor: 1;
 }

 .imageview_4b66c271ff90.wp-block-image {
   width: 232px !important;
   height: 27px !important;
   left: 0px !important;
   top: 25px !important;
   overflow: hidden;
 }

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

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

 .container_9d9f3e8b12c7 {
   position: relative !important;
   overflow: visible;
   width: 253px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .container_94b6b72d72bb {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_wrapper_ca81f41043ba {
   width: fit-content;
   height: fit-content;
 }

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

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

 .container_5118b4a17767 {
   padding: 100px 0 100px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

 .container_5ee3af25e8e6 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: 465px;
   position: absolute !important;
   left: 0px;
   top: 8575.17px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #eae8fcff 49.52%, #f7f8f8ff 49.53%);
 }

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

 .container_2878b97cf626 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_bb9d898bb9e6 {
   width: 158px;
   height: 34px;
   position: absolute !important;
   left: 1.23px;
   top: 16.91px;
   _scaling-factor: 1;
 }

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

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

 .container_cb8b3df0078e {
   position: relative !important;
   overflow: visible;
   width: 159px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .container_816e3ff2d6d8 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_a90df32b350c {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_39ccf5fab988 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_030b2c2fb23e {
   padding: 60px 0 100px 0;
   width: 1920px;
   height: 357px;
   position: absolute !important;
   left: 0px;
   top: 9040.17px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .imageview_500e1644f052 {
   width: 80.62px;
   height: 45px;
 }

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

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

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

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

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

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

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

 .container_wrapper_cc82b96dcc47 {
   width: fit-content;
   height: fit-content;
 }

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

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

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

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

 .container_81180f16e708 {
   padding: 40px 240px 40px 240px;
   width: 1920px;
   height: 125px;
   border-top: 1px solid #e5e6e6ff;
   border-right: 0px solid #e5e6e6ff;
   border-bottom: 0px solid #e5e6e6ff;
   border-left: 0px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 9397.17px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #f7f8f8;
 }

 .viewport_1b073a8bc3eb {
   width: 1920px;
   height: 9522.17px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_236ced9f9830 {
   width: 80.62px;
   height: 45px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_wrapper_f0ddea63890f {
   width: fit-content;
   height: fit-content;
 }

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

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

 .container_54ce8d47ffe3 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_54ce8d47ffe3 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_54ce8d47ffe3 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_784b4100472c {
   padding: 20px 96px 20px 96px;
   width: 1440px;
   height: 87px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

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

 .container_nested_784b4100472c {
   padding: 20px 96px 20px 96px;
   width: 1440px;
   height: 87px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .imageview_78c9e4bfd6d5 {
   width: 260px;
   height: 160px;
   flex-shrink: 0;
 }

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

 .text_7d1d6126c971 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7d1d6126c971 {
   overflow: visible;
 }

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

 .container_a61f3b829683 {
   padding: 0 12px 0 12px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f04d508-cb1d-4456-a0cf-611efaf9aa7e/13:13362.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }

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

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

 .container_f806e81a6ef2 {
   padding: 0 12px 0 12px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f04d508-cb1d-4456-a0cf-611efaf9aa7e/13:13363.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }

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

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

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

 .text_a96a4adedada {
   width: 100%;
   min-width: 0;
   height: 69px;
   max-width: 820px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a96a4adedada {
   overflow: visible;
 }

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

 .container_218b54b3ccc1 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_218b54b3ccc1 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_218b54b3ccc1 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_2f355b9795e0 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_2f355b9795e0 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_2f355b9795e0 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_5a869636e20a {
   padding: 100px 96px 100px 96px;
   width: 1440px;
   height: 836px;
   position: absolute !important;
   left: 0px;
   top: 87px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_7c20bcba0650 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_e9ab50fb89fe {
   width: 258px;
   height: 12px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   _scaling-factor: 1;
 }

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

 .text_f268843a998e {
   width: 258px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f268843a998e {
   overflow: visible;
 }

 .container_3545f26e4811 {
   position: relative !important;
   overflow: visible;
   width: 258px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .imageview_72fdecf97112 {
   width: 250px;
   height: 12px;
   position: absolute !important;
   left: 4px;
   top: 46px;
   _scaling-factor: 1;
 }

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

 .text_aaff56c193a3 {
   width: 258px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_aaff56c193a3 {
   overflow: visible;
 }

 .container_2e3eb6a74644 {
   position: relative !important;
   overflow: visible;
   width: 258px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .text_247775ecb0f7 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_247775ecb0f7 {
   overflow: visible;
 }

 .container_5a3f6ddb1fb0 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

 .container_0fc9092f2008 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_4b8fe4b54696 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_4f2994bd2c8e {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_e8527ab91151 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_eb3a97b46641 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_8d7f8fb95bd2 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_5feed74b1356 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_474d98dc88b9 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_474d98dc88b9 {
   overflow: visible;
 }

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

 .container_c43b118400a6 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_c43b118400a6 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_c43b118400a6 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_c86149dbfeda {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_c86149dbfeda {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_c86149dbfeda {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_46606f8d5621 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f5a110f89ef3 {
   padding: 100px 0 100px 0;
   width: 1440px;
   height: 1109px;
   position: absolute !important;
   left: 0px;
   top: 923px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
 }

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

 .container_d2ee5930602a {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_b406a400607c {
   width: 203px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .container_39a8ed98f274 {
   position: relative !important;
   overflow: visible;
   width: 210px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .imageview_ef2a5814ca93 {
   width: 185px;
   height: 29px;
   position: absolute !important;
   left: -7px;
   top: 23px;
   _scaling-factor: 1;
 }

 .imageview_ef2a5814ca93.wp-block-image {
   width: 178px !important;
   height: 29px !important;
   left: 0px !important;
   top: 23px !important;
   overflow: hidden;
 }

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

 .text_9c92e1027aad {
   width: 190px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_9c92e1027aad {
   overflow: visible;
 }

 .container_25b5b73bc925 {
   position: relative !important;
   overflow: visible;
   width: 190px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .text_339400afb0f8 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_339400afb0f8 {
   overflow: visible;
 }

 .container_dabce09dd123 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_530d18f3dd2d {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_876abf7dd1b4 {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_1e77894b46ca {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_b3773874236c {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b3773874236c {
   overflow: visible;
 }

 .text_142b5b1834a5 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_142b5b1834a5 {
   overflow: visible;
 }

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

 .container_0b284781987e {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_da65d0d362ae {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_f3e6d4d55d28 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f3e6d4d55d28 {
   overflow: visible;
 }

 .text_b56ffcd3831c {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b56ffcd3831c {
   overflow: visible;
 }

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

 .container_5f5e936fbed4 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_290392c4ed55 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_dcae5b040d06 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_dcae5b040d06 {
   overflow: visible;
 }

 .text_e652a8ffd58a {
   width: 195px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e652a8ffd58a {
   overflow: visible;
 }

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

 .container_9bb10fe2cb39 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_53a12ed01bd8 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_016c05aa4642 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_016c05aa4642 {
   overflow: visible;
 }

 .text_7c34631647cb {
   width: 195px;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7c34631647cb {
   overflow: visible;
 }

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

 .container_b509f96eb8e1 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .container_a68eb6581d3f {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b8f504743610 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b8f504743610 {
   overflow: visible;
 }

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

 .container_928f3be8b98c {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_wrapper_308cfd6f3cdd {
   width: fit-content;
   height: fit-content;
 }

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

 .container_3adce3795a57 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_62c754ee60ea {
   padding: 100px 0 60px 0;
   width: 1440px;
   height: 1087.39px;
   position: absolute !important;
   left: 0px;
   top: 2032px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_9bebac249944 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_9bebac249944 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_9bebac249944 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_1916e4aa2265 {
   width: 361px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: -0.23px;
   top: -7.2px;
   _scaling-factor: 1;
 }

 .imageview_1916e4aa2265.wp-block-image {
   width: 361px !important;
   height: 52px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .text_ea4572b1acb7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

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

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

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

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

 .text_autoheight_484672210195 {
   overflow: visible;
 }

 .container_e08abe817fd1 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

 .container_29daaa85d10d {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_29daaa85d10d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_nested_29daaa85d10d {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_25dcf84b45cf {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_25dcf84b45cf {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
 }

 .container_nested_25dcf84b45cf {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

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

 .container_5f99d7199db2 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_5f99d7199db2 {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
 }

 .container_nested_5f99d7199db2 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_c7474e308877 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_c7474e308877 {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
 }

 .container_nested_c7474e308877 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

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

 .container_1a77a51e9bea {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_1a77a51e9bea {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
 }

 .container_nested_1a77a51e9bea {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_b379c020c86f {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_b379c020c86f {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
 }

 .container_nested_b379c020c86f {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

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

 .container_fa106ef9b266 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_fa106ef9b266 {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
 }

 .container_nested_fa106ef9b266 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_0e3649549c58 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_0e3649549c58 {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
 }

 .container_nested_0e3649549c58 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

 .text_autoheight_f6b73d25b68c {
   overflow: visible;
 }

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

 .container_e17d35645bda {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_e17d35645bda {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_e17d35645bda {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_2058808d5f1b {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_2058808d5f1b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_2058808d5f1b {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_cc41880b38c2 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d028d2a8d336 {
   padding: 60px 0 60px 0;
   width: 1440px;
   height: 976px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3119.39px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_a5273d347056 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_a5273d347056 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_a5273d347056 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_0e34e940bbc4 {
   width: 279px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 9px;
   _scaling-factor: 1;
 }

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

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

 .container_7e453898226f {
   position: relative !important;
   overflow: visible;
   width: 273px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .text_26d519fa853f {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_26d519fa853f {
   overflow: visible;
 }

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

 .container_adfb58338760 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_wrapper_7a9415e99ae0 {
   width: fit-content;
   height: fit-content;
 }

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

 .container_4fbd35410af2 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ac2d833b0c74 {
   height: 700px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_6416faa21f75 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: 700px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a2376ac0b588 {
   padding: 60px 0 60px 0;
   width: 1440px;
   height: 1168px;
   position: absolute !important;
   left: 0px;
   top: 4095.39px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_47e3b558ca69 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_47e3b558ca69 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_47e3b558ca69 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_ae450f25d75a {
   width: 277px;
   height: 29px;
   position: absolute !important;
   left: -7.41px;
   top: 19.33px;
   _scaling-factor: 1;
 }

 .imageview_ae450f25d75a.wp-block-image {
   width: 259px !important;
   height: 29px !important;
   left: 0px !important;
   top: 19px !important;
   overflow: hidden;
 }

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

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

 .container_4b2e7835b104 {
   position: relative !important;
   overflow: visible;
   width: 259px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .container_5e1cb40cac83 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0971682cfec7 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_7c0d8538caf5 {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7c0d8538caf5 {
   overflow: visible;
 }

 .text_19d1f7cb6624 {
   width: 195px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_19d1f7cb6624 {
   overflow: visible;
 }

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

 .container_b6067207c2de {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_1b14d85b187c {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_8cb130852f3b {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_8cb130852f3b {
   overflow: visible;
 }

 .text_e792621eaecf {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e792621eaecf {
   overflow: visible;
 }

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

 .container_a4e768824bfd {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_faf74aec9343 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_30131ae91f82 {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_30131ae91f82 {
   overflow: visible;
 }

 .text_ac44f6552940 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_ac44f6552940 {
   overflow: visible;
 }

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

 .container_9a785730d069 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_7475ebfc4004 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_08d081850d46 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_08d081850d46 {
   overflow: visible;
 }

 .text_70147651b142 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_70147651b142 {
   overflow: visible;
 }

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

 .container_54f9e94fc16b {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .imageview_29a937f2e982 {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_3ad839f1670d {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_44178b692d85 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_c886654f5416 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_2d1ca71302c2 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_2d1ca71302c2 {
   width: 1440px;
   height: fit-content;
 }

 .container_nested_2d1ca71302c2 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_22813773ed2f {
   padding: 60px 0 60px 0;
   width: 1440px;
   height: 873.39px;
   position: absolute !important;
   left: 0px;
   top: 5263.39px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_531ade50b949 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_1730a281a208 {
   width: 330px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 23px;
   _scaling-factor: 1;
 }

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

 .text_cc2ca7d645bf {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

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

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

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

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

 .text_autoheight_c63451be75d8 {
   overflow: visible;
 }

 .container_cefd7fa1f464 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c409c812eb0a {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .container_fa24e2269a84 {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c196d135019a {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_94f611766a53 {
   width: 195px;
   height: 115px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_94f611766a53 {
   overflow: visible;
 }

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

 .container_619f01e569d1 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_072d87bfae70 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_9e948b3a269f {
   width: 195px;
   height: 46px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_9e948b3a269f {
   overflow: visible;
 }

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

 .container_5b9914a11693 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_2e3c787e5fd2 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_c686f2469347 {
   width: 195px;
   height: 69px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c686f2469347 {
   overflow: visible;
 }

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

 .container_eea7c05693fa {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_7e47928ef0be {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_9a4ac1c921ac {
   width: 195px;
   height: 46px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_9a4ac1c921ac {
   overflow: visible;
 }

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

 .container_a28363795e8c {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .container_6a88bcaf3527 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

 .container_eb04717b47ed {
   padding: 60px 0 100px 0;
   width: 1440px;
   height: 893.39px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6136.78px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_192c9b281182 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_de28b8b35400 {
   width: 131px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: -0.23px;
   top: 24.81px;
   _scaling-factor: 1;
 }

 .imageview_de28b8b35400.wp-block-image {
   width: 131px !important;
   height: 27px !important;
   left: 0px !important;
   top: 25px !important;
   overflow: hidden;
 }

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

 .text_d24500696219 {
   width: 135px;
   height: 52px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_d24500696219 {
   overflow: visible;
 }

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

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

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

 .text_autoheight_c36e6018dd31 {
   overflow: visible;
 }

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

 .text_autoheight_edda4d2eb762 {
   overflow: visible;
 }

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

 .text_autoheight_d7af6d4c408c {
   overflow: visible;
 }

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

 .container_ed630dcb507d {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b9014e637203 {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_autoheight_1270ff6f0a09 {
   overflow: visible;
 }

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

 .text_autoheight_9ae31e2070a7 {
   overflow: visible;
 }

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

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

 .imageview_38a4be6b84c4 {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_autoheight_013589e7a0b0 {
   overflow: visible;
 }

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

 .text_autoheight_10fea4e0b590 {
   overflow: visible;
 }

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

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

 .imageview_cd0edf918940 {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_autoheight_2ec7c1d506d6 {
   overflow: visible;
 }

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

 .text_autoheight_2d6afee3bb93 {
   overflow: visible;
 }

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

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

 .container_93e87e047a0d {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_579e70a31865 {
   overflow: visible;
 }

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

 .container_f428320188b5 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_f428320188b5 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_f428320188b5 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_0f7ad3cda092 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_0f7ad3cda092 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_0f7ad3cda092 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_bdb7056b6813 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4fc3b11375e6 {
   padding: 100px 0 100px 0;
   width: 1440px;
   height: 1568px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7030.17px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
 }

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

 .container_636cac7efb11 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_636cac7efb11 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_636cac7efb11 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_30ba20d4a8f3 {
   width: 175px;
   height: 34px;
   position: absolute !important;
   left: 0.41px;
   top: 11.41px;
   _scaling-factor: 1;
 }

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

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

 .container_f9ccd91e5da4 {
   position: relative !important;
   overflow: visible;
   width: 177px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .imageview_bbdecb2fafca {
   width: 232px;
   height: 29px;
   position: absolute !important;
   left: -0.21px;
   top: 24.71px;
   _scaling-factor: 1;
 }

 .imageview_bbdecb2fafca.wp-block-image {
   width: 232px !important;
   height: 27px !important;
   left: 0px !important;
   top: 25px !important;
   overflow: hidden;
 }

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

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

 .container_2d1bcbca7a1c {
   position: relative !important;
   overflow: visible;
   width: 253px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .container_5dc4872f54f8 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_wrapper_4aff9c480cb4 {
   width: fit-content;
   height: fit-content;
 }

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

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

 .container_bd8f7327be1b {
   padding: 100px 0 100px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

 .container_14626e62613a {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: 465px;
   position: absolute !important;
   left: 0px;
   top: 8598.17px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #eae8fcff 49.52%, #f7f8f8ff 49.53%);
 }

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

 .container_0d5929010f19 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_96a6041716ee {
   width: 158px;
   height: 34px;
   position: absolute !important;
   left: 1.23px;
   top: 16.91px;
   _scaling-factor: 1;
 }

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

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

 .container_c45d2ea0f87b {
   position: relative !important;
   overflow: visible;
   width: 159px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .container_d1852a4b4a56 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_fed43169eb1c {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_da1c37cc2559 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_9da38acaa80f {
   padding: 60px 0 100px 0;
   width: 1440px;
   height: 357px;
   position: absolute !important;
   left: 0px;
   top: 9063.17px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .imageview_dc2b86d66c92 {
   width: 80.62px;
   height: 45px;
 }

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

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

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

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

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

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

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

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

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

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

 .container_6322ad82769e {
   padding: 40px 96px 40px 96px;
   width: 1440px;
   height: 125px;
   border-top: 1px solid #e5e6e6ff;
   border-right: 0px solid #e5e6e6ff;
   border-bottom: 0px solid #e5e6e6ff;
   border-left: 0px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 9420.17px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #f7f8f8;
 }

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

 .imageview_6ccfde96b8fe {
   width: 80.62px;
   height: 45px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_wrapper_1c5abe6533f7 {
   width: fit-content;
   height: fit-content;
 }

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

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

 .container_b2c964babe8e {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_b2c964babe8e {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_b2c964babe8e {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_aad60cf7f43d {
   padding: 20px 24px 20px 24px;
   width: 1024px;
   height: 87px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .container_wrapper_aad60cf7f43d {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1024px;
   height: 87px;
 }

 .container_nested_aad60cf7f43d {
   padding: 20px 24px 20px 24px;
   width: 1024px;
   height: 87px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .imageview_42ce85059b7e {
   width: 260px;
   height: 160px;
   flex-shrink: 0;
 }

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

 .text_c395d95002bf {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c395d95002bf {
   overflow: visible;
 }

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

 .container_e729184db129 {
   padding: 0 12px 0 12px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f04d508-cb1d-4456-a0cf-611efaf9aa7e/31:9488.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }

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

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

 .container_9c0d124bd9db {
   padding: 0 12px 0 12px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f04d508-cb1d-4456-a0cf-611efaf9aa7e/31:9491.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }

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

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

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

 .text_a6db083c2405 {
   width: 100%;
   min-width: 0;
   height: 69px;
   max-width: 820px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a6db083c2405 {
   overflow: visible;
 }

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

 .container_a2bbdcebb7eb {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_a2bbdcebb7eb {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_a2bbdcebb7eb {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_d215d813cbe2 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_d215d813cbe2 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_d215d813cbe2 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_0d3744048516 {
   padding: 100px 24px 100px 24px;
   width: 1024px;
   height: 816px;
   position: absolute !important;
   left: 0px;
   top: 87px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_c27d1df53fa4 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_529a18232871 {
   width: 258px;
   height: 12px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   _scaling-factor: 1;
 }

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

 .text_76407c69a271 {
   width: 258px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_76407c69a271 {
   overflow: visible;
 }

 .container_6efd80b741f6 {
   position: relative !important;
   overflow: visible;
   width: 258px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .imageview_bf0617d4b91d {
   width: 250px;
   height: 12px;
   position: absolute !important;
   left: 4px;
   top: 46px;
   _scaling-factor: 1;
 }

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

 .text_5be5b61b876b {
   width: 258px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_5be5b61b876b {
   overflow: visible;
 }

 .container_346a85a7d0e4 {
   position: relative !important;
   overflow: visible;
   width: 258px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .text_2df7583486a3 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_2df7583486a3 {
   overflow: visible;
 }

 .container_f636818bc4a6 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

 .container_84a4adb1dc97 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_3d3350bac2e6 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_65b57fb79196 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_b997012c175a {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_8c8ab451b8c8 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_5df57a23ff1e {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_89582e86dc47 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cabaadc954c0 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_cabaadc954c0 {
   overflow: visible;
 }

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

 .container_3174611c4607 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_3174611c4607 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_3174611c4607 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_130abd5ae1cb {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_130abd5ae1cb {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_130abd5ae1cb {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .container_9a7b1ad7188e {
   padding: 100px 0 100px 0;
   width: 1024px;
   height: 1320px;
   position: absolute !important;
   left: 0px;
   top: 903px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
 }

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

 .container_6a77b18a6dfc {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_6a77b18a6dfc {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_6a77b18a6dfc {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_c8ac1d7f210b {
   width: 203px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

 .container_5fa34733182c {
   position: relative !important;
   overflow: visible;
   width: 210px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .imageview_a7f7625e407f {
   width: 185px;
   height: 29px;
   position: absolute !important;
   left: -7px;
   top: 23px;
   _scaling-factor: 1;
 }

 .imageview_a7f7625e407f.wp-block-image {
   width: 178px !important;
   height: 29px !important;
   left: 0px !important;
   top: 23px !important;
   overflow: hidden;
 }

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

 .text_6ac996bc5c3a {
   width: 190px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_6ac996bc5c3a {
   overflow: visible;
 }

 .container_f0f20747ddd2 {
   position: relative !important;
   overflow: visible;
   width: 190px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .text_425221986837 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_425221986837 {
   overflow: visible;
 }

 .container_8c716c857cfc {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a676c463c341 {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_33182ca3dfb1 {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_0d35f105a03f {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_6e787c4c39c5 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_6e787c4c39c5 {
   overflow: visible;
 }

 .text_5a07a12eafa2 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_5a07a12eafa2 {
   overflow: visible;
 }

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

 .container_42a6c9b35614 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_8d75c91bbaa9 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_69267574aa7e {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_69267574aa7e {
   overflow: visible;
 }

 .text_88c053000219 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_88c053000219 {
   overflow: visible;
 }

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

 .container_0b09b59ae199 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_12cb55eabfb6 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_eef33db8e231 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_eef33db8e231 {
   overflow: visible;
 }

 .text_72d6f2a7c651 {
   width: 195px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_72d6f2a7c651 {
   overflow: visible;
 }

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

 .container_88ff5a4c97b0 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_5bb5f63ee5d9 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_8d7797263006 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_8d7797263006 {
   overflow: visible;
 }

 .text_e63c769370d0 {
   width: 195px;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e63c769370d0 {
   overflow: visible;
 }

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

 .container_c3fbaf114301 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .container_9bde2192072b {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3d876e1ba15b {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_3d876e1ba15b {
   overflow: visible;
 }

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

 .container_cd81a9abd14f {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_wrapper_6f3ac2c793bf {
   width: fit-content;
   height: fit-content;
 }

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

 .container_c04b85d46b44 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_78b5758adce4 {
   padding: 100px 0 60px 0;
   width: 1024px;
   height: 1087.39px;
   position: absolute !important;
   left: 0px;
   top: 2223px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_0a8fd50e996c {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_0a8fd50e996c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_0a8fd50e996c {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_bdcb65a35bae {
   width: 361px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: -0.23px;
   top: -7.2px;
   _scaling-factor: 1;
 }

 .imageview_bdcb65a35bae.wp-block-image {
   width: 361px !important;
   height: 52px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .text_b99b58bb8aec {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

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

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

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

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

 .text_autoheight_73184f1b5d91 {
   overflow: visible;
 }

 .container_8ab5e1ece932 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

 .container_6f36a564b1ec {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_d03b671faa97 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

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

 .container_4395e8087f91 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_876b3f79e6e1 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

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

 .container_f3a7abccd38f {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_1abcab9a52aa {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

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

 .container_ea1cbb52dd82 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_d8b99259acbd {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

 .text_autoheight_d2d6aa4035f7 {
   overflow: visible;
 }

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

 .container_782373f65d3f {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_782373f65d3f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_782373f65d3f {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_6013c5feaa85 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_6013c5feaa85 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_6013c5feaa85 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_5c5f092f0dcd {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba09f350dfd1 {
   padding: 60px 0 60px 0;
   width: 1024px;
   height: 1424px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3310.39px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_abb772b59be4 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_9d84e35f201f {
   width: 279px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 9px;
   _scaling-factor: 1;
 }

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

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

 .container_d63065ebacd2 {
   position: relative !important;
   overflow: visible;
   width: 273px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .text_be0329511bfb {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_be0329511bfb {
   overflow: visible;
 }

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

 .container_ee6bc092e2e8 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_wrapper_9dbf86daca3b {
   width: fit-content;
   height: fit-content;
 }

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

 .container_14d9fee518cb {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_515b887f9b26 {
   height: 700px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_dea95ebee474 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: 700px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0f9788de63db {
   padding: 60px 0 60px 0;
   width: 1024px;
   height: 1168px;
   position: absolute !important;
   left: 0px;
   top: 4734.39px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_51122cad8377 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_51122cad8377 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_51122cad8377 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_bec6de147070 {
   width: 277px;
   height: 29px;
   position: absolute !important;
   left: -7.41px;
   top: 19.33px;
   _scaling-factor: 1;
 }

 .imageview_bec6de147070.wp-block-image {
   width: 259px !important;
   height: 29px !important;
   left: 0px !important;
   top: 19px !important;
   overflow: hidden;
 }

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

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

 .container_b221ba590953 {
   position: relative !important;
   overflow: visible;
   width: 259px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .container_076b598c4985 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_65f46e05986e {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_dfd4d8b16f80 {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_dfd4d8b16f80 {
   overflow: visible;
 }

 .text_4c44e92afc51 {
   width: 195px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_4c44e92afc51 {
   overflow: visible;
 }

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

 .container_9c49bd735cfc {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_592883c228c3 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_8ee64bf2d52c {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_8ee64bf2d52c {
   overflow: visible;
 }

 .text_fa9e4cb66b12 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_fa9e4cb66b12 {
   overflow: visible;
 }

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

 .container_f5f268efa30f {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_cb14413ea596 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_0c6c9053e8fd {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_0c6c9053e8fd {
   overflow: visible;
 }

 .text_5222d30729e9 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_5222d30729e9 {
   overflow: visible;
 }

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

 .container_0cdbe527a476 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d4e4a6cc58d4 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

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

 .text_c6a2767c63b7 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c6a2767c63b7 {
   overflow: visible;
 }

 .text_d5a5d297e6ad {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_d5a5d297e6ad {
   overflow: visible;
 }

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

 .container_83773343061b {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .imageview_a22bc4338c42 {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_f1b6a4a1e5e7 {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_9de773bb3754 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_807365c80dd7 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_3229e5ed7a3e {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_3229e5ed7a3e {
   width: 1024px;
   height: fit-content;
 }

 .container_nested_3229e5ed7a3e {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a0ac2196c765 {
   padding: 60px 0 60px 0;
   width: 1024px;
   height: 873.39px;
   position: absolute !important;
   left: 0px;
   top: 5902.39px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_9ab1d87e2695 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_f91593f7c85b {
   width: 330px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 23px;
   _scaling-factor: 1;
 }

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

 .text_373fdd4dfc95 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

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

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

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

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

 .text_autoheight_1bd1930bc332 {
   overflow: visible;
 }

 .container_efade3820725 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ba32720c86fb {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .container_ed0ac10e43d9 {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_847e8637f182 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_20c0b385f147 {
   width: 195px;
   height: 115px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_20c0b385f147 {
   overflow: visible;
 }

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

 .container_6d02fb46b604 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_a37d711b7670 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_965a3ae2cc41 {
   width: 195px;
   height: 46px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_965a3ae2cc41 {
   overflow: visible;
 }

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

 .container_44a46b56159a {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_b42afffd8433 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_a3aa1a746348 {
   width: 195px;
   height: 69px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a3aa1a746348 {
   overflow: visible;
 }

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

 .container_851206c2f591 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_33af7775b09d {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_01ea8042f9ae {
   width: 195px;
   height: 46px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_01ea8042f9ae {
   overflow: visible;
 }

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

 .container_dc83e03629e0 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .container_dd26d4851c2a {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9789c6e4b367 {
   padding: 60px 0 100px 0;
   width: 1024px;
   height: 893.39px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6775.78px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_494984c21cf6 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_53179401318f {
   width: 131px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: -0.23px;
   top: 24.81px;
   _scaling-factor: 1;
 }

 .imageview_53179401318f.wp-block-image {
   width: 131px !important;
   height: 27px !important;
   left: 0px !important;
   top: 25px !important;
   overflow: hidden;
 }

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

 .text_f2f93a814583 {
   width: 135px;
   height: 52px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f2f93a814583 {
   overflow: visible;
 }

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

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

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

 .text_autoheight_fa1d51ea22a4 {
   overflow: visible;
 }

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

 .text_autoheight_73a03f1b6c14 {
   overflow: visible;
 }

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

 .text_autoheight_35daca2db211 {
   overflow: visible;
 }

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

 .container_d0580e243095 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_dcadc7cd8d79 {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_autoheight_f8ae17dcab10 {
   overflow: visible;
 }

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

 .text_autoheight_0920cc365dc0 {
   overflow: visible;
 }

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

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

 .imageview_7c457ef8d368 {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_autoheight_eaba01f6d76e {
   overflow: visible;
 }

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

 .text_autoheight_64b5c036a751 {
   overflow: visible;
 }

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

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

 .imageview_827b33cb53be {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_autoheight_0a33fa4ee586 {
   overflow: visible;
 }

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

 .text_autoheight_a9551e8af38b {
   overflow: visible;
 }

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

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

 .container_df4dd0c8cab6 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_38cfd36b3379 {
   overflow: visible;
 }

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

 .container_83165363efcf {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_83165363efcf {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_83165363efcf {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_2def2ec7a800 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_2def2ec7a800 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_2def2ec7a800 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_8a0257c9dc8c {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_12584865c49e {
   padding: 100px 0 100px 0;
   width: 1024px;
   height: 2874px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 7669.17px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
 }

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

 .container_446a395e5ded {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_446a395e5ded {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_446a395e5ded {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_1a4876e9b0eb {
   width: 175px;
   height: 34px;
   position: absolute !important;
   left: 0.41px;
   top: 11.41px;
   _scaling-factor: 1;
 }

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

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

 .container_3c130f9f4839 {
   position: relative !important;
   overflow: visible;
   width: 177px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .imageview_798a5225c10b {
   width: 232px;
   height: 29px;
   position: absolute !important;
   left: -0.21px;
   top: 24.71px;
   _scaling-factor: 1;
 }

 .imageview_798a5225c10b.wp-block-image {
   width: 232px !important;
   height: 27px !important;
   left: 0px !important;
   top: 25px !important;
   overflow: hidden;
 }

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

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

 .container_1417197c4792 {
   position: relative !important;
   overflow: visible;
   width: 253px;
   height: 52px;
   flex-shrink: 0;
 }

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

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

 .container_574021f39b96 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_wrapper_8185de9997af {
   width: fit-content;
   height: fit-content;
 }

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

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

 .container_4ae52e98dca1 {
   padding: 100px 0 100px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

 .container_c4daf1a2cae9 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: 465px;
   position: absolute !important;
   left: 0px;
   top: 10543.17px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #eae8fcff 49.52%, #f7f8f8ff 49.53%);
 }

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

 .container_54c3d2f135e3 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_54c3d2f135e3 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_54c3d2f135e3 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_de435969e0c3 {
   width: 158px;
   height: 34px;
   position: absolute !important;
   left: 1.23px;
   top: 16.91px;
   _scaling-factor: 1;
 }

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

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

 .container_c7cb1347f066 {
   position: relative !important;
   overflow: visible;
   width: 159px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .container_58caba9296c2 {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_ea013ca578ec {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

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

 .container_ec18a652b01b {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_18a53afde44f {
   padding: 60px 0 100px 0;
   width: 1024px;
   height: 357px;
   position: absolute !important;
   left: 0px;
   top: 11008.17px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .imageview_a92d1fa4e9fb {
   width: 80.62px;
   height: 45px;
 }

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

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

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

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

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

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

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

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

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

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

 .container_4f45515a1c06 {
   padding: 40px 24px 40px 24px;
   width: 1024px;
   height: 125px;
   border-top: 1px solid #e5e6e6ff;
   border-right: 0px solid #e5e6e6ff;
   border-bottom: 0px solid #e5e6e6ff;
   border-left: 0px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 11365.17px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f7f8f8;
 }

 .viewport_16e53f7f0844 {
   width: 1024px;
   height: 11490.17px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_006571623d17 {
   width: 80.62px;
   height: 45px;
 }

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

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

 .container_cf1ca6f4fee6 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_cf1ca6f4fee6 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_cf1ca6f4fee6 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

 .container_6b60487e7de7 {
   padding: 20px 24px 20px 24px;
   width: 768px;
   height: 87px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .imageview_b090c59542c5 {
   width: 260px;
   height: 160px;
   flex-shrink: 0;
 }

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

 .text_8087d98e0c1a {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_8087d98e0c1a {
   overflow: visible;
 }

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

 .container_b2bb9d714b7f {
   padding: 0 12px 0 12px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f04d508-cb1d-4456-a0cf-611efaf9aa7e/31:10338.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }

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

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

 .container_33715c7fcc5c {
   padding: 0 12px 0 12px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f04d508-cb1d-4456-a0cf-611efaf9aa7e/31:10341.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }

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

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

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

 .text_51379639c74f {
   width: 100%;
   min-width: 0;
   height: 92px;
   max-width: 820px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_51379639c74f {
   overflow: visible;
 }

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

 .container_4538076bd9c2 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_4538076bd9c2 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_4538076bd9c2 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_0be57b1312a1 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_0be57b1312a1 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_0be57b1312a1 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_1614c9278e32 {
   padding: 100px 24px 100px 24px;
   width: 768px;
   height: 904px;
   position: absolute !important;
   left: 0px;
   top: 87px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .container_8cac5b85401c {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_1948eb4f4934 {
   width: 258px;
   height: 12px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   _scaling-factor: 1;
 }

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

 .text_3742cd733ab0 {
   width: 258px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_3742cd733ab0 {
   overflow: visible;
 }

 .container_4d841480a6ce {
   position: relative !important;
   overflow: visible;
   width: 258px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .imageview_56732bf5f6c3 {
   width: 250px;
   height: 12px;
   position: absolute !important;
   left: 4px;
   top: 46px;
   _scaling-factor: 1;
 }

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

 .text_fce8078702c2 {
   width: 258px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_fce8078702c2 {
   overflow: visible;
 }

 .container_d28e30b8da03 {
   position: relative !important;
   overflow: visible;
   width: 258px;
   height: 52px;
   flex-shrink: 0;
 }

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

 .text_439f48a7fe3f {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_439f48a7fe3f {
   overflow: visible;
 }

 .container_5374539a0cbf {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

 .container_5a2e128764d1 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_7cd84e4b2384 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_93ae8e645afd {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_7f6a92b0690d {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_9fff3b526419 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_8cc60e52b241 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_902dd144178d {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c3f41a1c0d89 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c3f41a1c0d89 {
   overflow: visible;
 }

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

 .container_4049a5e909f4 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_4049a5e909f4 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_4049a5e909f4 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_496d7d62210d {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_496d7d62210d {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_496d7d62210d {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .container_3a340d74847c {
   padding: 100px 0 100px 0;
   width: 768px;
   height: 1976px;
   position: absolute !important;
   left: 0px;
   top: 991px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
 }

 .text_6bfda733a1bd {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_f160c88eb0a8 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_015db343ef54 {
   width: 203px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

 .imageview_015db343ef54 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_4fc63b659885 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_e4117c674f78 {
   position: relative !important;
   overflow: visible;
   width: 210px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_f551c90a90bd {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_9de8fa9fc6ce {
   width: 185px;
   height: 29px;
   position: absolute !important;
   left: -7px;
   top: 23px;
   _scaling-factor: 1;
 }

 .imageview_9de8fa9fc6ce.wp-block-image {
   width: 178px !important;
   height: 29px !important;
   left: 0px !important;
   top: 23px !important;
   overflow: hidden;
 }

 .imageview_9de8fa9fc6ce img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_189d9967b306 {
   width: 190px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_189d9967b306 {
   overflow: visible;
 }

 .container_1d6517240c19 {
   position: relative !important;
   overflow: visible;
   width: 190px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_12ec23a7d536 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_a99339479665 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9ce0f9c4c33b {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_9ce0f9c4c33b {
   overflow: visible;
 }

 .container_26dae48ec103 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_69a1aa559249 {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_69a1aa559249 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_730c8ca002c5 {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_be406bfc7037 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_be406bfc7037 img {
   width: 100%;
   height: 100%;
 }

 .text_0cc6a2e33dc2 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_0cc6a2e33dc2 {
   overflow: visible;
 }

 .text_0afab2f1164a {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_0afab2f1164a {
   overflow: visible;
 }

 .container_907e7ad3befb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7d9c9a933d29 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_5109c76fccc4 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_5109c76fccc4 img {
   width: 100%;
   height: 100%;
 }

 .text_b7a2c98c7541 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b7a2c98c7541 {
   overflow: visible;
 }

 .text_23d6ceff97d8 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_23d6ceff97d8 {
   overflow: visible;
 }

 .container_d34ada8d9a85 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a4314b9bad1c {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_6bfed440a005 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9a2a5d17d385 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_9a2a5d17d385 img {
   width: 100%;
   height: 100%;
 }

 .text_654a32403599 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_654a32403599 {
   overflow: visible;
 }

 .text_d41b6a4fc865 {
   width: 195px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_d41b6a4fc865 {
   overflow: visible;
 }

 .container_cd5220819b28 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6fe8c327c3f5 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_fb4108d9fe33 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_fb4108d9fe33 img {
   width: 100%;
   height: 100%;
 }

 .text_cc6791c518a1 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_cc6791c518a1 {
   overflow: visible;
 }

 .text_00ec5cc4b506 {
   width: 195px;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_00ec5cc4b506 {
   overflow: visible;
 }

 .container_440cb3af596d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_315164d3b13e {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_3d24f5803644 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6c675f63bad8 {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_24dad6fc926b {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

 .text_86abb3565692 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_86abb3565692 {
   overflow: visible;
 }

 .text_a5d6ff326264 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_3031f192cc34 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_a098b9e1615a {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_a098b9e1615a {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_a098b9e1615a {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a71dc725f4f6 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4f6a5c0f6580 {
   padding: 100px 0 60px 0;
   width: 768px;
   height: 1656.39px;
   position: absolute !important;
   left: 0px;
   top: 2967px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_03b6de9187a1 {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_4eb16b00c1f1 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_4eb16b00c1f1 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_4eb16b00c1f1 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_433d426e9882 {
   width: fit-content;
   z-index: 1;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_53e8584e8585 {
   width: 361px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: -0.23px;
   top: -7.2px;
   _scaling-factor: 1;
 }

 .imageview_53e8584e8585.wp-block-image {
   width: 361px !important;
   height: 52px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_53e8584e8585 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_dc3e800d15c1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_dacfdc8d1fda {
   position: relative !important;
   overflow: visible;
   width: 372px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_11ecd351ceab {
   width: fit-content;
   z-index: 1;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_eb20a2fae213 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_aa6820c11e19 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_aa6820c11e19 {
   overflow: visible;
 }

 .container_e30039fea368 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_18e2cbb1ab17 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_18e2cbb1ab17 img {
   width: 100%;
   height: 100%;
 }

 .text_aa5558afa381 {
   width: fit-content;
   z-index: 1;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_78f41d915fbe {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Onest';
 }

 .container_2ab8d2c80c28 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6fb375245643 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_086e99eb8211 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_086e99eb8211 img {
   width: 100%;
   height: 100%;
 }

 .text_cdca7550b48a {
   width: fit-content;
   z-index: 1;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_eba25f70ad27 {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Onest';
 }

 .container_10de63ea1e19 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fccc33ad02db {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_503a6c44f462 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b99d59e50980 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_b99d59e50980 img {
   width: 100%;
   height: 100%;
 }

 .text_89c92f8e72eb {
   width: fit-content;
   z-index: 1;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_18d5a159e6c7 {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Onest';
 }

 .container_179e1ebcacd0 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d08f0cdd8f30 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_bf892447fd46 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_bf892447fd46 img {
   width: 100%;
   height: 100%;
 }

 .text_b6087abc0f71 {
   width: fit-content;
   z-index: 1;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_a43719f4035f {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Onest';
 }

 .container_27f1878a964b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cf3f83855f59 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_04f3c30529e8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_3613fa335931 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_3613fa335931 img {
   width: 100%;
   height: 100%;
 }

 .text_64f7b212fcf8 {
   width: fit-content;
   z-index: 1;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_c2f578c57cfb {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Onest';
 }

 .container_73f54c6b2d88 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2be1a0c91451 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_2417b676f5ce {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_2417b676f5ce img {
   width: 100%;
   height: 100%;
 }

 .text_dc87dacd4f24 {
   width: fit-content;
   z-index: 1;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_24c7442fda81 {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Onest';
 }

 .container_9852fcf7b53e {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0f8e34e85f21 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_870a23994730 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c2b0d3da6d19 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_c2b0d3da6d19 img {
   width: 100%;
   height: 100%;
 }

 .text_d4bbefeb1073 {
   width: fit-content;
   z-index: 1;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_a1092a1f1d8d {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Onest';
 }

 .container_d777e07d5b10 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2619387744f2 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 520px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_16146cdcb607 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_16146cdcb607 img {
   width: 100%;
   height: 100%;
 }

 .text_e204ff8f29f2 {
   width: fit-content;
   z-index: 1;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_249005c1c43e {
   width: fit-content;
   z-index: 1;
   line-height: 21px;
   font-family: 'Onest';
 }

 .container_286b25f54194 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a5656ebc7227 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

 .container_cf6e77c2e1c1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fc55f91852fd {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f55d64f25756 {
   width: 100%;
   min-width: 0;
   height: 47px;
   z-index: 1;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f55d64f25756 {
   overflow: visible;
 }

 .text_c6392f580877 {
   width: fit-content;
   z-index: 1;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_aa676a9477af {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_aa676a9477af {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_aa676a9477af {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .text_ba7c12815853 {
   width: fit-content;
   z-index: 1;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_0a0df3257f69 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_0a0df3257f69 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_0a0df3257f69 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_d6edd8e8aa5d {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_89d8f05c5795 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7060c3381ae7 {
   padding: 60px 0 60px 0;
   width: 768px;
   height: 1424px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4623.39px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_9e09623ec433 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_d1378ad0b859 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_106fec43a5ff {
   width: 279px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 9px;
   _scaling-factor: 1;
 }

 .imageview_106fec43a5ff img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_20d828154a2f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_a75ba2463929 {
   position: relative !important;
   overflow: visible;
   width: 273px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_408536c0b154 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_c4611263d781 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a85b61b2dced {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a85b61b2dced {
   overflow: visible;
 }

 .text_6448724f351b {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_d8e50b647737 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_8f1a449a12e8 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_8f1a449a12e8 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_8f1a449a12e8 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_73d6ba9f4154 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_50c918032039 {
   height: 700px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_50c918032039 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_e75673367c2d {
   padding: 0 24px 0 24px;
   width: 768px;
   height: 700px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_448f46fdbb57 {
   padding: 60px 0 60px 0;
   width: 768px;
   height: 1168px;
   position: absolute !important;
   left: 0px;
   top: 6047.39px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_e6e5d5b6a481 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_c9a93e06c2d2 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_c9a93e06c2d2 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_c9a93e06c2d2 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_93a687f582cb {
   width: 277px;
   height: 29px;
   position: absolute !important;
   left: -7.41px;
   top: 19.33px;
   _scaling-factor: 1;
 }

 .imageview_93a687f582cb.wp-block-image {
   width: 259px !important;
   height: 29px !important;
   left: 0px !important;
   top: 19px !important;
   overflow: hidden;
 }

 .imageview_93a687f582cb img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_10b761e48138 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_7e2362c0ad4b {
   position: relative !important;
   overflow: visible;
   width: 259px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_27ab83ac224b {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_c5760b6438cb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f6a9748cfc66 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_807a221ec4eb {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_807a221ec4eb img {
   width: 100%;
   height: 100%;
 }

 .text_758b1d5b09e8 {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_758b1d5b09e8 {
   overflow: visible;
 }

 .text_cfb5e08ab95e {
   width: 195px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_cfb5e08ab95e {
   overflow: visible;
 }

 .container_e00753b3345b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_30195becbe67 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_8e948b03b456 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_8e948b03b456 img {
   width: 100%;
   height: 100%;
 }

 .text_19edde70e7cc {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_19edde70e7cc {
   overflow: visible;
 }

 .text_da2fc2b50b12 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_da2fc2b50b12 {
   overflow: visible;
 }

 .container_e1dbf2f2e041 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_43e7adda4cdd {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_45634210209d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_50505899cb7c {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_50505899cb7c img {
   width: 100%;
   height: 100%;
 }

 .text_9e7fecba4a5b {
   width: 195px;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_9e7fecba4a5b {
   overflow: visible;
 }

 .text_500a20b11287 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_500a20b11287 {
   overflow: visible;
 }

 .container_c17aff6eb120 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_847192309e42 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_0118b55a7d2d {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_0118b55a7d2d img {
   width: 100%;
   height: 100%;
 }

 .text_6d4a63d70d1b {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_6d4a63d70d1b {
   overflow: visible;
 }

 .text_69bc5907cbca {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_69bc5907cbca {
   overflow: visible;
 }

 .container_ec3acbf808ea {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_57e6103724dc {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_25be615aebf4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_96b07c78587d {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fd5a2820549d {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_fd5a2820549d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2b0d1c51b8fb {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_b25faee0e1a1 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f2322fdd4ec7 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_3efedc7a84ab {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_4cedd3f9c8bc {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_082b1dd84649 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_082b1dd84649 {
   width: 768px;
   height: fit-content;
 }

 .container_nested_082b1dd84649 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0bd6e9e83f8 {
   padding: 60px 0 60px 0;
   width: 768px;
   height: 1442.39px;
   position: absolute !important;
   left: 0px;
   top: 7215.39px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_279954b5df4a {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_7c44c113b5b1 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_c09f61d3aae3 {
   width: 330px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 23px;
   _scaling-factor: 1;
 }

 .imageview_c09f61d3aae3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_fd775ede0e7b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_8da9d6819eaf {
   position: relative !important;
   overflow: visible;
   width: 341px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_be31bcc734f7 {
   width: fit-content;
   z-index: 1;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_2d920d44252a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_46849503e9ed {
   width: 100%;
   min-width: 0;
   height: 70px;
   z-index: 1;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_46849503e9ed {
   overflow: visible;
 }

 .container_f5e523811613 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9b17f26aa618 {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_9b17f26aa618 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_0b3d0d04b86c {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_ef87f859c6d6 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ef87f859c6d6 img {
   width: 100%;
   height: 100%;
 }

 .text_c29f2c24ece4 {
   width: 195px;
   height: 115px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c29f2c24ece4 {
   overflow: visible;
 }

 .container_cdc74f814948 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4ea995f6cf83 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_060cf5449788 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_060cf5449788 img {
   width: 100%;
   height: 100%;
 }

 .text_f5a34100ee05 {
   width: 195px;
   height: 46px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f5a34100ee05 {
   overflow: visible;
 }

 .container_977e06f6fe2c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9d64e00f356e {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_73e5df4d68ef {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0bfab7f87b8f {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_0bfab7f87b8f img {
   width: 100%;
   height: 100%;
 }

 .text_e7e8d6e1a93c {
   width: 195px;
   height: 69px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e7e8d6e1a93c {
   overflow: visible;
 }

 .container_d34d15fd517d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b7c22f37ee53 {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_a9366418d586 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a9366418d586 img {
   width: 100%;
   height: 100%;
 }

 .text_624c837a3033 {
   width: 195px;
   height: 46px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_624c837a3033 {
   overflow: visible;
 }

 .container_62892c5555e1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bed60fd7fd5f {
   padding: 20px 20px 20px 20px;
   height: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

 .container_71ddb6f94df5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_08541073b330 {
   height: fit-content;
   min-width: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7daa2560eafb {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c7c75c31344b {
   padding: 60px 0 100px 0;
   width: 768px;
   height: 1421.39px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 8657.78px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_405baaf4540b {
   width: fit-content;
   z-index: 2;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_392f32a04f2e {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_fdb7009e68c9 {
   width: fit-content;
   z-index: 2;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_5a7045827b8a {
   width: 131px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: -0.23px;
   top: 24.81px;
   _scaling-factor: 1;
 }

 .imageview_5a7045827b8a.wp-block-image {
   width: 131px !important;
   height: 27px !important;
   left: 0px !important;
   top: 25px !important;
   overflow: hidden;
 }

 .imageview_5a7045827b8a img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_c8ac3d248f03 {
   width: 135px;
   height: 52px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c8ac3d248f03 {
   overflow: visible;
 }

 .container_fe1e2661c5a6 {
   position: relative !important;
   overflow: visible;
   width: 135px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_6054c866679b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 821px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_63d43e35e32d {
   width: 100%;
   min-width: 0;
   height: 140px;
   z-index: 2;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_63d43e35e32d {
   overflow: visible;
 }

 .text_0a8ffab7b381 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 2;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_0a8ffab7b381 {
   overflow: visible;
 }

 .text_c9fc0efa99cc {
   width: 100%;
   min-width: 0;
   height: 186px;
   z-index: 2;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c9fc0efa99cc {
   overflow: visible;
 }

 .container_8ed98531bc27 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_13f9a0daf246 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c970c5b41a2e {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c970c5b41a2e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_54449373bec0 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 2;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_54449373bec0 {
   overflow: visible;
 }

 .text_7a43cadd687b {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7a43cadd687b {
   overflow: visible;
 }

 .container_11799e85309a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_30a21ffe65e5 {
   width: 100%;
   height: fit-content;
   min-width: 380px;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5d3c222a2c00 {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_5d3c222a2c00 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_24831e0bcd29 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 2;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_24831e0bcd29 {
   overflow: visible;
 }

 .text_7865e6c43728 {
   width: 100%;
   min-width: 0;
   height: 60px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7865e6c43728 {
   overflow: visible;
 }

 .container_03ac2f9d431c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_820d1a34d2b4 {
   width: 100%;
   height: fit-content;
   min-width: 380px;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0189ed5d8e12 {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_0189ed5d8e12 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_2380074037d5 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 2;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_2380074037d5 {
   overflow: visible;
 }

 .text_a1008536cf6d {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a1008536cf6d {
   overflow: visible;
 }

 .container_81ca600ff48c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0f9a910488f4 {
   width: 100%;
   height: fit-content;
   min-width: 380px;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e2b29fcc4c62 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cfe2e104068a {
   width: 100%;
   min-width: 0;
   height: 93px;
   z-index: 2;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_cfe2e104068a {
   overflow: visible;
 }

 .text_455c9b88390e {
   width: fit-content;
   z-index: 2;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_cff9e3313132 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_cff9e3313132 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_cff9e3313132 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .text_313610fa342e {
   width: fit-content;
   z-index: 2;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_2183e82e503e {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_2183e82e503e {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_2183e82e503e {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_0cdbb6bfcc0e {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e591579f0053 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dfb33808d7a8 {
   padding: 100px 0 100px 0;
   width: 768px;
   height: 3036px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 10079.17px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
 }

 .text_fd791d83a781 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_57f1e82e4cba {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_e91a6062bcc2 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_650c35d8c134 {
   width: 175px;
   height: 34px;
   position: absolute !important;
   left: 0.41px;
   top: 11.41px;
   _scaling-factor: 1;
 }

 .imageview_650c35d8c134 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_9a99d51caa76 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_a53f5ba2ad4e {
   position: relative !important;
   overflow: visible;
   width: 177px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_5445356f1218 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .text_297dd82d0ce1 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_bd725d65aaf3 {
   width: 232px;
   height: 29px;
   position: absolute !important;
   left: -0.21px;
   top: 24.71px;
   _scaling-factor: 1;
 }

 .imageview_bd725d65aaf3.wp-block-image {
   width: 232px !important;
   height: 27px !important;
   left: 0px !important;
   top: 25px !important;
   overflow: hidden;
 }

 .imageview_bd725d65aaf3 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_fa6f50c6c62e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_295e9d88bcc0 {
   position: relative !important;
   overflow: visible;
   width: 253px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_7e456afc10ac {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9f988e51036f {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_c06d9ced6847 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_7d775d5c9c2f {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_7d775d5c9c2f {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_7d775d5c9c2f {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_485409481b40 {
   padding: 0 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a321cffa9364 {
   padding: 100px 0 100px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

 .container_4a5c14503882 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: 529px;
   position: absolute !important;
   left: 0px;
   top: 13115.17px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #eae8fcff 49.52%, #f7f8f8ff 49.53%);
 }

 .text_1d02d85082a4 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_842191d18274 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_5ccd5de03ad2 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_5cdf8e69aab1 {
   width: 158px;
   height: 34px;
   position: absolute !important;
   left: 1.23px;
   top: 16.91px;
   _scaling-factor: 1;
 }

 .imageview_5cdf8e69aab1 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_43ece3380a7f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_c3fbcfcf82e8 {
   position: relative !important;
   overflow: visible;
   width: 159px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_574610354b81 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_dd54eb841c44 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_71f89918ea18 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .imageview_4f2667872a4c {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

 .imageview_4f2667872a4c img {
   width: 100%;
   height: 100%;
 }

 .container_5b04699142c4 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_13ee0a58fa76 {
   padding: 60px 0 100px 0;
   width: 768px;
   height: 357px;
   position: absolute !important;
   left: 0px;
   top: 13644.17px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .imageview_7e793cc5b715 {
   width: 80.62px;
   height: 45px;
 }

 .imageview_7e793cc5b715 img {
   width: 100%;
   height: 100%;
 }

 .text_d0d3245e12a1 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_8698310fb997 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_dafe50017af7 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_e1287c04d4f6 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_687c2d1245ce {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_3319dbc1c427 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_31a35667f675 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_85c00e276a58 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_e41d68c20b35 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 100px 100px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6ee04ebd6ea3 {
   padding: 40px 24px 40px 24px;
   width: 768px;
   height: 188px;
   border-top: 1px solid #e5e6e6ff;
   border-right: 0px solid #e5e6e6ff;
   border-bottom: 0px solid #e5e6e6ff;
   border-left: 0px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 14001.17px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .viewport_50889c0a2684 {
   width: 768px;
   height: 14189.17px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_609059a5b0df {
   width: 390px;
   height: 85px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_609059a5b0df img {
   width: 100%;
   height: 100%;
 }

 .imageview_27dc7a1f7ed4 {
   width: 260px;
   height: 160px;
   flex-shrink: 0;
 }

 .imageview_27dc7a1f7ed4 img {
   width: 100%;
   height: 100%;
 }

 .text_faaa12015400 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_faaa12015400 {
   overflow: visible;
 }

 .text_011e29c40a25 {
   width: fit-content;
   line-height: 42px;
   font-family: 'Onest';
 }

 .container_c7b5f10188d5 {
   padding: 0 12px 0 12px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f04d508-cb1d-4456-a0cf-611efaf9aa7e/31:12437.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_87a751c4c4ca {
   width: fit-content;
   line-height: 42px;
   font-family: 'Onest';
 }

 .text_eb2f1f898855 {
   width: fit-content;
   line-height: 42px;
   font-family: 'Onest';
 }

 .container_533f656d8e47 {
   padding: 0 12px 0 12px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f04d508-cb1d-4456-a0cf-611efaf9aa7e/31:12440.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_833b62406de1 {
   width: fit-content;
   line-height: 42px;
   font-family: 'Onest';
 }

 .container_8110e607153c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_804f3fe4a9b3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_69c71aafd0fd {
   width: 100%;
   min-width: 0;
   height: 161px;
   max-width: 820px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_69c71aafd0fd {
   overflow: visible;
 }

 .text_e115fc890135 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_c3fa9076fe06 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_c3fa9076fe06 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_c3fa9076fe06 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .text_eb4ed2a47c97 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_92d6ab80f52f {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_92d6ab80f52f {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_92d6ab80f52f {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_799fb8dab8a4 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8400f2cce1fd {
   padding: 100px 16px 100px 16px;
   width: 390px;
   height: 932px;
   position: absolute !important;
   left: 0px;
   top: 85px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_27a205adcba4 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_f1fc36ef1d15 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_883591765d27 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_8b06d8ce6804 {
   width: 258px;
   height: 12px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   _scaling-factor: 1;
 }

 .imageview_8b06d8ce6804 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_fd05d2cb93c4 {
   width: 258px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_fd05d2cb93c4 {
   overflow: visible;
 }

 .container_e0953f9a5ce3 {
   position: relative !important;
   overflow: visible;
   width: 258px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_2885fa7d0e90 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_1d43d02a0fe9 {
   width: 250px;
   height: 12px;
   position: absolute !important;
   left: 4px;
   top: 46px;
   _scaling-factor: 1;
 }

 .imageview_1d43d02a0fe9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_d103b68e926a {
   width: 258px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_d103b68e926a {
   overflow: visible;
 }

 .container_78af1ba3d8eb {
   position: relative !important;
   overflow: visible;
   width: 258px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_996439793a45 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 821px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_597c1710a684 {
   width: 100%;
   min-width: 0;
   height: 116px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_597c1710a684 {
   overflow: visible;
 }

 .container_e72376ed0302 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_48215dafe95f {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_48215dafe95f img {
   width: 100%;
   height: 100%;
 }

 .text_5f4b366ba246 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_1139dd0b5a72 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_a0403fb16cc1 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ecd36c52b7b8 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_30a3b1345ec0 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_30a3b1345ec0 img {
   width: 100%;
   height: 100%;
 }

 .text_5dfe0328c4dc {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_4d1d1331294f {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_8a2e3e084056 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1a451ef4231b {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_79a74a925ca4 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_79a74a925ca4 img {
   width: 100%;
   height: 100%;
 }

 .text_c6a2c4a353a9 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_500a14d267b3 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_8de44374648c {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e683bfad22a3 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c950dca73050 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_c950dca73050 img {
   width: 100%;
   height: 100%;
 }

 .text_cbefe0a6d053 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_891f9c37e7ab {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_5d89113c9c73 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d6b4536fa0de {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_2e983317b08d {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_2e983317b08d img {
   width: 100%;
   height: 100%;
 }

 .text_d06f31bf77a1 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_98df8ec8d12d {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_98a954e569c1 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2b4f1cf9bcb7 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_9672c35adf4f {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_9672c35adf4f img {
   width: 100%;
   height: 100%;
 }

 .text_68eb48b4bd47 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .text_7678a0733f74 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_fac3ca973475 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e4f459e5206 {
   padding: 20px 20px 20px 20px;
   height: fit-content;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_3de033b014f5 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_18cb1b1c5983 {
   width: 100%;
   min-width: 0;
   height: 116px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_18cb1b1c5983 {
   overflow: visible;
 }

 .text_8e20eaab415e {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_3c88a0e83d61 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_3c88a0e83d61 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_3c88a0e83d61 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .text_5d6d6a6db713 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_76cfc987390d {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_76cfc987390d {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_76cfc987390d {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_db543443dbdb {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6cd31cd5e67d {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8b0adac7ada6 {
   padding: 100px 0 100px 0;
   width: 390px;
   height: 2219px;
   position: absolute !important;
   left: 0px;
   top: 1017px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
 }

 .text_47022f616620 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_3f860d4c948c {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_809273d2470a {
   width: 203px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

 .imageview_809273d2470a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_141db937bc4b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_e1c5c3b7cb7e {
   position: relative !important;
   overflow: visible;
   width: 210px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_6209c4bea079 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_e2fd3cd53088 {
   width: 185px;
   height: 29px;
   position: absolute !important;
   left: -7px;
   top: 23px;
   _scaling-factor: 1;
 }

 .imageview_e2fd3cd53088.wp-block-image {
   width: 178px !important;
   height: 29px !important;
   left: 0px !important;
   top: 23px !important;
   overflow: hidden;
 }

 .imageview_e2fd3cd53088 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_3b9e31904b6c {
   width: 190px;
   height: 52px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_3b9e31904b6c {
   overflow: visible;
 }

 .container_b2499eae8525 {
   position: relative !important;
   overflow: visible;
   width: 190px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_045153852c9f {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_559da05946c3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_57504fcaff4b {
   width: 100%;
   min-width: 0;
   height: 93px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_57504fcaff4b {
   overflow: visible;
 }

 .container_eeab1a905f7d {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_bc2af6a2118d {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_bc2af6a2118d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_575bacae4de4 {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d2ee32dd3ec1 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_d2ee32dd3ec1 img {
   width: 100%;
   height: 100%;
 }

 .text_c2f967db9ccb {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c2f967db9ccb {
   overflow: visible;
 }

 .text_db493c3cf771 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_db493c3cf771 {
   overflow: visible;
 }

 .container_a9d54b5750a4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b4f0a4f1a3bb {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_e234528cfba3 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_e234528cfba3 img {
   width: 100%;
   height: 100%;
 }

 .text_7ea3aaffa6e1 {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7ea3aaffa6e1 {
   overflow: visible;
 }

 .text_0a7d6dde6107 {
   width: 195px;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_0a7d6dde6107 {
   overflow: visible;
 }

 .container_861eceaedf9c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_03e6fc6d7dc9 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_e1d2107c8d2b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e73290e228d3 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_e73290e228d3 img {
   width: 100%;
   height: 100%;
 }

 .text_e4b0eebc9dad {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e4b0eebc9dad {
   overflow: visible;
 }

 .text_ad2ea6d18004 {
   width: 195px;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_ad2ea6d18004 {
   overflow: visible;
 }

 .container_f39a1b7322c7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dc38c8bfb85b {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_557b06e75b46 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_557b06e75b46 img {
   width: 100%;
   height: 100%;
 }

 .text_9e601a292fff {
   width: 195px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_9e601a292fff {
   overflow: visible;
 }

 .text_7b809371c5d1 {
   width: 195px;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7b809371c5d1 {
   overflow: visible;
 }

 .container_b5206e3bc5ac {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_26b035a8d314 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_c1e3713ab298 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c26848a7e27a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e1146905eadb {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0b180ae0cdce {
   width: 100%;
   min-width: 0;
   height: 116px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_0b180ae0cdce {
   overflow: visible;
 }

 .text_13cbfc425492 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_2b731c4cb8f7 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_09cb857eb642 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_09cb857eb642 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_09cb857eb642 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6a0ffbb99aa2 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ade3d1df2f11 {
   padding: 100px 0 60px 0;
   width: 390px;
   height: 2403.39px;
   position: absolute !important;
   left: 0px;
   top: 3236px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_dfde8b1b2c8b {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_b4981f61d043 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_b4981f61d043 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_b4981f61d043 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_a4195de2e2e0 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_a5e6144c4969 {
   width: 361px;
   height: 72px;
   position: absolute !important;
   left: -0.23px;
   top: -7.2px;
   _scaling-factor: 1;
 }

 .imageview_a5e6144c4969.wp-block-image {
   width: 361px !important;
   height: 52px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_a5e6144c4969 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_bb3145b57bcc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_fc52fdd9c2c8 {
   position: relative !important;
   overflow: visible;
   width: 372px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_4ffbc47de6c7 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_eff665832e53 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e659929f37f5 {
   width: 100%;
   min-width: 0;
   height: 47px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e659929f37f5 {
   overflow: visible;
 }

 .container_e960b7e82c3d {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c23c155e97e2 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_c23c155e97e2 img {
   width: 100%;
   height: 100%;
 }

 .text_1b359a960396 {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_1b359a960396 {
   overflow: visible;
 }

 .text_28a08110aa9a {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_28a08110aa9a {
   overflow: visible;
 }

 .container_f12ea206ff6d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_646d452408c7 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_cc0d36e38c28 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_cc0d36e38c28 img {
   width: 100%;
   height: 100%;
 }

 .text_b3b994c4e796 {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b3b994c4e796 {
   overflow: visible;
 }

 .text_0482020a5b77 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_0482020a5b77 {
   overflow: visible;
 }

 .container_b2526c7b7d32 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac7ff65cb463 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_8d91fccfc31d {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_8d91fccfc31d img {
   width: 100%;
   height: 100%;
 }

 .text_8680842f211c {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_8680842f211c {
   overflow: visible;
 }

 .text_70010e64c3ca {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_70010e64c3ca {
   overflow: visible;
 }

 .container_13e2fb82c6c9 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d4028d0e50c3 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_cc61d6f27310 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_cc61d6f27310 img {
   width: 100%;
   height: 100%;
 }

 .text_f9802bd72ec4 {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f9802bd72ec4 {
   overflow: visible;
 }

 .text_8b7472fd1c57 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_8b7472fd1c57 {
   overflow: visible;
 }

 .container_27370326d750 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac0496aca41f {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d9bc82be7d56 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_d9bc82be7d56 img {
   width: 100%;
   height: 100%;
 }

 .text_82d03d5d49a7 {
   width: 100%;
   min-width: 0;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_82d03d5d49a7 {
   overflow: visible;
 }

 .text_349d33b055c2 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_349d33b055c2 {
   overflow: visible;
 }

 .container_b4d92a64f0b0 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f4d839d3471d {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_4fad62741b12 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_4fad62741b12 img {
   width: 100%;
   height: 100%;
 }

 .text_e39e6dc3b2dc {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e39e6dc3b2dc {
   overflow: visible;
 }

 .text_f5b859d37d78 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f5b859d37d78 {
   overflow: visible;
 }

 .container_e76050ff17ec {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8ea6989d2224 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_035ca9892a55 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_035ca9892a55 img {
   width: 100%;
   height: 100%;
 }

 .text_c28b7854e4a7 {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c28b7854e4a7 {
   overflow: visible;
 }

 .text_c96f87a508c4 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c96f87a508c4 {
   overflow: visible;
 }

 .container_01325a6056dc {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bbea646c092c {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d8b3f94cf8ff {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_d8b3f94cf8ff img {
   width: 100%;
   height: 100%;
 }

 .text_1fd3119eb520 {
   width: 100%;
   min-width: 0;
   height: 46px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_1fd3119eb520 {
   overflow: visible;
 }

 .text_96cbf2e917b7 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_96cbf2e917b7 {
   overflow: visible;
 }

 .container_fdb41dffefa7 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7ae56d4958fe {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

 .container_d1fb417ee396 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9cb388fa5fd2 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a00dc64b3499 {
   width: 100%;
   min-width: 0;
   height: 93px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a00dc64b3499 {
   overflow: visible;
 }

 .text_c478037658f5 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_1759bded6d34 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_1759bded6d34 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_1759bded6d34 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .text_e9ebc612c5c3 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_eab6510e76b3 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_eab6510e76b3 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_eab6510e76b3 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_b40a3a5eb93b {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bbb3df0931e2 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6d2d558189b3 {
   padding: 60px 0 60px 0;
   width: 390px;
   height: 1835px;
   position: absolute !important;
   left: 0px;
   top: 5639.39px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_6af2e433ac61 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_b67a64908e0e {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_05f49c604110 {
   width: 279px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 9px;
   _scaling-factor: 1;
 }

 .imageview_05f49c604110 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_215c7da0a42d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_2f123fbc0b8d {
   position: relative !important;
   overflow: visible;
   width: 273px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_1b9d84df35c3 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_94bdcb81328c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c130b730349f {
   width: 100%;
   min-width: 0;
   height: 93px;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c130b730349f {
   overflow: visible;
 }

 .text_762636f8ee50 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_4995b023cb85 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_88fc018a34a2 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_88fc018a34a2 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_88fc018a34a2 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0dc4ed6de14f {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ee078fe140b1 {
   height: 700px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_ee078fe140b1 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_4a8ed9d88617 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: 700px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_81369067965c {
   padding: 60px 0 60px 0;
   width: 390px;
   height: 1278px;
   position: absolute !important;
   left: 0px;
   top: 7474.39px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_5f3c54b84e1a {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_5bb5dfe95651 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_5bb5dfe95651 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_5bb5dfe95651 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_8906bcfd56b1 {
   width: 277px;
   height: 29px;
   position: absolute !important;
   left: -7.41px;
   top: 19.33px;
   _scaling-factor: 1;
 }

 .imageview_8906bcfd56b1.wp-block-image {
   width: 259px !important;
   height: 29px !important;
   left: 0px !important;
   top: 19px !important;
   overflow: hidden;
 }

 .imageview_8906bcfd56b1 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_b323df7d8bfe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_317353e62174 {
   position: relative !important;
   overflow: visible;
   width: 259px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_590bb27eb5ed {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_597e8f5f5e1d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5ecfa00d3def {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_870f5d384894 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_870f5d384894 img {
   width: 100%;
   height: 100%;
 }

 .text_dfaaa08910ca {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_dfaaa08910ca {
   overflow: visible;
 }

 .text_e79063bf31a6 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e79063bf31a6 {
   overflow: visible;
 }

 .container_66beb209613b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f95ed718cf20 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_d9b1d874f67a {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_d9b1d874f67a img {
   width: 100%;
   height: 100%;
 }

 .text_1c1b1237fa5f {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_1c1b1237fa5f {
   overflow: visible;
 }

 .text_6c15e49609fc {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_6c15e49609fc {
   overflow: visible;
 }

 .container_a23658c58513 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1cf9adf345d5 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_db15f84700a5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_90a57acd236a {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_90a57acd236a img {
   width: 100%;
   height: 100%;
 }

 .text_5e8413405e4f {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_5e8413405e4f {
   overflow: visible;
 }

 .text_e895998e2985 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e895998e2985 {
   overflow: visible;
 }

 .container_c0ef15b7ac3f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_66607f171069 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_924d4b716786 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
 }

 .imageview_924d4b716786 img {
   width: 100%;
   height: 100%;
 }

 .text_f1bc40716e33 {
   width: 100%;
   min-width: 0;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f1bc40716e33 {
   overflow: visible;
 }

 .text_ee771952c354 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_ee771952c354 {
   overflow: visible;
 }

 .container_5878d8b7e086 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_609e2c1889b2 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
   border-radius: 16px 16px 16px 16px;
 }

 .container_388f282da8ab {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_311a5db3fdac {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b8a41d3d3fb7 {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_b8a41d3d3fb7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_5cf598309d94 {
   width: 100%;
   min-width: 0;
   height: 472.39px;
   min-height: 311.04px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_ca824fb2a3e1 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 33px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e14f012b63dd {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_42e12b5bfa4b {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_195c27c08a94 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_55a34c9c9fa0 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_55a34c9c9fa0 {
   width: 390px;
   height: fit-content;
 }

 .container_nested_55a34c9c9fa0 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f7f3bfb64476 {
   padding: 60px 0 60px 0;
   width: 390px;
   height: 1946.39px;
   position: absolute !important;
   left: 0px;
   top: 8752.39px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_c8f14646b1c9 {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_3c6bd5a43714 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_4c8446f9f846 {
   width: 330px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 23px;
   _scaling-factor: 1;
 }

 .imageview_4c8446f9f846 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_893310d16a71 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_65caf1ab3a3d {
   position: relative !important;
   overflow: visible;
   width: 341px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_d3b8eadc3cb9 {
   width: fit-content;
   z-index: 1;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_1b1b28cd36ee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_527562f2b01b {
   width: 100%;
   min-width: 0;
   height: 93px;
   z-index: 1;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_527562f2b01b {
   overflow: visible;
 }

 .container_9a5866130deb {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6345a100e36b {
   width: 100%;
   min-width: 0;
   height: 472px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_6345a100e36b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_df5393c57038 {
   height: 472.39px;
   min-width: 400px;
   min-height: 311.04px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_73668fb8a616 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_73668fb8a616 img {
   width: 100%;
   height: 100%;
 }

 .text_a135a1a4b15a {
   width: 100%;
   min-width: 0;
   height: 69px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a135a1a4b15a {
   overflow: visible;
 }

 .container_4da3e4c53614 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0cd16b3d5ed2 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_b9d9b7a26a2a {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_b9d9b7a26a2a img {
   width: 100%;
   height: 100%;
 }

 .text_2500bd699337 {
   width: 100%;
   min-width: 0;
   height: 46px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_2500bd699337 {
   overflow: visible;
 }

 .container_d7c3c2c47a60 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3b204be9a1f2 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_39706637c4c1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8d881d49e76a {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_8d881d49e76a img {
   width: 100%;
   height: 100%;
 }

 .text_9930332af0a0 {
   width: 100%;
   min-width: 0;
   height: 46px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_9930332af0a0 {
   overflow: visible;
 }

 .container_b0ab31545c79 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_212b01161196 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 2px solid #e5e6e6ff;
   border-right: 2px solid #e5e6e6ff;
   border-bottom: 2px solid #e5e6e6ff;
   border-left: 2px solid #e5e6e6ff;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_115e1e416e34 {
   width: 50px;
   height: 50px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_115e1e416e34 img {
   width: 100%;
   height: 100%;
 }

 .text_6e2e58e35ee9 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_6e2e58e35ee9 {
   overflow: visible;
 }

 .container_bcaaee3fbd28 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_bcaaee3fbd28 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_bcaaee3fbd28 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2ec73603665c {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

 .container_e932a03137b0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e936d59d1605 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b6f2b4bb8104 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 33px 33px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7d9d118c733d {
   padding: 60px 0 100px 0;
   width: 390px;
   height: 2012.39px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 10698.78px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_c0ec465c9d71 {
   width: fit-content;
   z-index: 2;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_ee26fcc31015 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_ed9f011ba505 {
   width: fit-content;
   z-index: 2;
   line-height: 52px;
   font-family: 'Onest';
 }

 .text_abcf7212e91c {
   width: fit-content;
   z-index: 2;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_1c0915812e97 {
   width: 131px;
   height: 29px;
   z-index: 2;
   position: absolute !important;
   left: -0.23px;
   top: 24.81px;
   _scaling-factor: 1;
 }

 .imageview_1c0915812e97.wp-block-image {
   width: 131px !important;
   height: 27px !important;
   left: 0px !important;
   top: 25px !important;
   overflow: hidden;
 }

 .imageview_1c0915812e97 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_a24d6d1b4301 {
   width: 135px;
   height: 52px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a24d6d1b4301 {
   overflow: visible;
 }

 .container_3cf8b1c71319 {
   position: relative !important;
   overflow: visible;
   width: 135px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_f1e423ec6424 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 821px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_162ea218e7a6 {
   width: 100%;
   min-width: 0;
   height: 209px;
   z-index: 2;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_162ea218e7a6 {
   overflow: visible;
 }

 .text_247d43615230 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 2;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_247d43615230 {
   overflow: visible;
 }

 .text_e70789c1c508 {
   width: 100%;
   min-width: 0;
   height: 395px;
   z-index: 2;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e70789c1c508 {
   overflow: visible;
 }

 .container_b69d9a6a0834 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_93b81f5d6cdd {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ac05258f6bce {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_ac05258f6bce img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_f5a67b7b8400 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 2;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f5a67b7b8400 {
   overflow: visible;
 }

 .text_d9a7b44de727 {
   width: 100%;
   min-width: 0;
   height: 160px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_d9a7b44de727 {
   overflow: visible;
 }

 .container_821815c40b52 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9cfe0e2f4ee6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ef9f1c106091 {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_ef9f1c106091 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_398c4a575691 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 2;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_398c4a575691 {
   overflow: visible;
 }

 .text_a3e12a9770e8 {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a3e12a9770e8 {
   overflow: visible;
 }

 .container_ea6186c98da1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ed849149c77b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8ee70033d241 {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_8ee70033d241 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_13da2f09c525 {
   width: 100%;
   min-width: 0;
   height: 35px;
   z-index: 2;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_13da2f09c525 {
   overflow: visible;
 }

 .text_5e8c84645cc2 {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_5e8c84645cc2 {
   overflow: visible;
 }

 .container_50e821b4d3e0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_03f1c959db13 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ef468c045472 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fb2fb4e11e21 {
   width: 100%;
   min-width: 0;
   height: 140px;
   z-index: 2;
   line-height: 23.2px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_fb2fb4e11e21 {
   overflow: visible;
 }

 .text_716f66fd1218 {
   width: fit-content;
   z-index: 2;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_768d8e93d63f {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_768d8e93d63f {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_768d8e93d63f {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .text_bd632bb57069 {
   width: fit-content;
   z-index: 2;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_7c2c7bcc17ca {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_7c2c7bcc17ca {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_7c2c7bcc17ca {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #22242aff;
   border-right: 1px solid #22242aff;
   border-bottom: 1px solid #22242aff;
   border-left: 1px solid #22242aff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_6cebc5c69660 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_00a742ebebf2 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_16c3b99561a8 {
   padding: 100px 0 100px 0;
   width: 390px;
   height: 3545px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 12711.17px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae8fc;
 }

 .text_2d411ab21a54 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_ff96968546ca {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_ff96968546ca {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_ff96968546ca {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_ddd58507e7ff {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_81d71c14fab5 {
   width: 175px;
   height: 34px;
   position: absolute !important;
   left: 0.41px;
   top: 11.41px;
   _scaling-factor: 1;
 }

 .imageview_81d71c14fab5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_55ca1db154a6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_40dcd0e087a9 {
   position: relative !important;
   overflow: visible;
   width: 177px;
   height: 52px;
   flex-shrink: 0;
 }

 .text_79d191aebfd6 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .text_825ad6bea99e {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_fcfbca3f24d7 {
   width: 232px;
   height: 29px;
   position: absolute !important;
   left: -0.21px;
   top: 24.71px;
   _scaling-factor: 1;
 }

 .imageview_fcfbca3f24d7.wp-block-image {
   width: 232px !important;
   height: 27px !important;
   left: 0px !important;
   top: 25px !important;
   overflow: hidden;
 }

 .imageview_fcfbca3f24d7 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_a47605fd49ce {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_6ee7d5777c04 {
   position: relative !important;
   overflow: visible;
   width: 253px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_162bb43b6427 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_467d67d983dc {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_85f0024427de {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_930035caffb2 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_930035caffb2 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_930035caffb2 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_483b9a52b3d6 {
   padding: 0 16px 0 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4629f6b97dfc {
   padding: 100px 0 100px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #eaff55;
   border-radius: 16px 16px 16px 16px;
 }

 .container_b36125bbad17 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: 671px;
   position: absolute !important;
   left: 0px;
   top: 16256.17px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(180deg, #eae8fcff 49.52%, #f7f8f8ff 49.53%);
 }

 .text_333b8dd88821 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_55ae7dd1eb07 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_10ae13e73dec {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_c2e41a58206e {
   width: 158px;
   height: 34px;
   position: absolute !important;
   left: 1.23px;
   top: 16.91px;
   _scaling-factor: 1;
 }

 .imageview_c2e41a58206e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_4acbf3eea119 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_937f7635c174 {
   position: relative !important;
   overflow: visible;
   width: 159px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_d454b34bc3a9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7b9c52efafbb {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d582684c2fe9 {
   height: 46px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_d582684c2fe9 {
   overflow: visible;
 }

 .imageview_833aea4908dd {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

 .imageview_833aea4908dd img {
   width: 100%;
   height: 100%;
 }

 .container_2ad5fa99ddc5 {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c16efd542d57 {
   padding: 60px 0 100px 0;
   width: 390px;
   height: 444px;
   position: absolute !important;
   left: 0px;
   top: 16927.17px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .imageview_d44cc2246aa3 {
   width: 80.62px;
   height: 45px;
 }

 .imageview_d44cc2246aa3 img {
   width: 100%;
   height: 100%;
 }

 .text_0bce63fbcaf4 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_c2b6b41b3e21 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_06109ae36b6a {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_d2a4c66d98f8 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_2b39531a8601 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_13e40a1b30d2 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_bab19e7cff5d {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_551b81fd6483 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_49abba4ffe12 {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_655d12a069b5 {
   padding: 60px 16px 60px 16px;
   width: 390px;
   height: 393px;
   border-top: 1px solid #e5e6e6ff;
   border-right: 0px solid #e5e6e6ff;
   border-bottom: 0px solid #e5e6e6ff;
   border-left: 0px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 17371.17px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .viewport_80d0b7afae6c {
   width: 390px;
   height: 17764.17px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_55e3211dda68 {
   width: 80.62px;
   height: 45px;
 }

 .imageview_55e3211dda68 img {
   width: 100%;
   height: 100%;
 }

 .text_64ac76041375 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_44b735835fdb {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_6d17b2ce7558 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_76a259330ffe {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_ef5ec0075ef5 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_c5908bcf4ed5 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_66dba9d4df11 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_1846e19440f9 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_dc8594d2670c {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_af1e88e0c951 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_9bac4fac6c59 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_d5e06176b5e8 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_35cfb48c7dcd {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_35cfb48c7dcd {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_35cfb48c7dcd {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f5ab254e6bb1 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_576386f843c5 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_576386f843c5 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_576386f843c5 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_67781ecf0d22 {
   padding: 20px 240px 20px 240px;
   width: 1920px;
   height: 87px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .container_wrapper_67781ecf0d22 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 87px;
 }

 .container_nested_67781ecf0d22 {
   padding: 20px 240px 20px 240px;
   width: 1920px;
   height: 87px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .imageview_c6f5c0aaebdd {
   width: 110px;
   height: 110px;
   flex-shrink: 0;
 }

 .imageview_c6f5c0aaebdd img {
   width: 100%;
   height: 100%;
 }

 .text_4995c6ef5ad7 {
   width: fit-content;
   line-height: 75px;
   font-family: 'Onest';
 }

 .container_2a11fca1482c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_abd2b2b4edeb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e31e98278867 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_79d36af22bb1 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_346bb9ec7fe4 {
   width: 38px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_444848f1c339 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3220305e9fa4 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_3220305e9fa4 {
   overflow: visible;
 }

 .container_241998bcae34 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff74286929ab {
   width: 536px;
   height: 16px;
   position: absolute !important;
   left: 12px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_26e12671dcb7 {
   width: 560px;
   height: 40px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_ec606835519a {
   width: 560px;
   height: 40px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_ec606835519a {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 40px;
 }

 .container_429ef3034ae0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a68874b0dc86 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_a1b01fa14e2a {
   width: 41px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f5e0f768f885 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_46f29258316c {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_46f29258316c {
   overflow: visible;
 }

 .container_831492725b4e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_00e6d42c3d35 {
   width: 536px;
   height: 16px;
   position: absolute !important;
   left: 12px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_439bd553066a {
   width: 560px;
   height: 40px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_93c3c74f4968 {
   width: 560px;
   height: 40px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_93c3c74f4968 {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 40px;
 }

 .container_5530a5deb109 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2b7a018c79bb {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_d164f1630690 {
   width: 64px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1773bf6d2c39 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_729f834f15de {
   width: 141.86px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .container_b8ff7a32d95f {
   position: absolute !important;
   overflow: visible;
   width: 536px;
   height: 16.8px;
   left: 12px;
   top: 12px;
 }

 .container_e86929e5674d {
   width: 560px;
   height: 100px;
   min-height: 100px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_4fbd4007a163 {
   width: 560px;
   height: 100px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_ca40daec4512 {
   width: 560px;
   height: 100px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_ca40daec4512 {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 100px;
 }

 .container_538ecd69e22f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_bdc4bf5f12e8 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

 .imageview_bdc4bf5f12e8 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2428859d2547 {
   width: 16px;
   height: 16px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 4px 4px 4px 4px;
 }

 .container_9da8c2cdcd5c {
   position: relative !important;
   overflow: visible;
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   background: #f7f8f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_77e790c48d8d {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_5edd0d7b48f1 {
   width: 494px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_07c6ece1287f {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_97be62eec7dd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_456b38a8663b {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_3aab52220199 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_3aab52220199 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
 }

 .container_nested_3aab52220199 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_c3f52c6d3d76 {
   padding: 20px 20px 20px 20px;
   width: 600px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_c3f52c6d3d76 {
   width: 600px;
   height: fit-content;
 }

 .container_nested_c3f52c6d3d76 {
   padding: 20px 20px 20px 20px;
   width: 600px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e52c30205b97 {
   padding: 100px 240px 100px 240px;
   width: 1920px;
   height: 918px;
   position: absolute !important;
   left: 0px;
   top: 87px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_53b77aa50593 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_6f466b91c703 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_2b122ee488b2 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_69be24f22dcb {
   width: 158px;
   height: 34px;
   position: absolute !important;
   left: 1.23px;
   top: 16.91px;
   _scaling-factor: 1;
 }

 .imageview_69be24f22dcb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ce78bd1c8707 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_e1f48ac00a79 {
   position: relative !important;
   overflow: visible;
   width: 159px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_f2ddc18c6b42 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1d3cf97f6d77 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4dc0862a6e84 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .imageview_bc7d75f5efde {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

 .imageview_bc7d75f5efde img {
   width: 100%;
   height: 100%;
 }

 .container_b9d99248c210 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_60d56ebb29d2 {
   padding: 60px 0 100px 0;
   width: 1920px;
   height: 357px;
   position: absolute !important;
   left: 0px;
   top: 1005px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .imageview_c04145fbfbdc {
   width: 80.62px;
   height: 45px;
 }

 .imageview_c04145fbfbdc img {
   width: 100%;
   height: 100%;
 }

 .text_58beb1b3079f {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_169f1dd1f0f6 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_55c944784544 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_9348ed3f40ab {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_1995b40a5589 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_c4b9f2a62e38 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_606d7ab6d22e {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_cf0811194cbf {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_cc05c5f230c0 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 100px 100px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a647a6d4519a {
   padding: 40px 240px 40px 240px;
   width: 1920px;
   height: 125px;
   border-top: 1px solid #e5e6e6ff;
   border-right: 0px solid #e5e6e6ff;
   border-bottom: 0px solid #e5e6e6ff;
   border-left: 0px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 1362px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #f7f8f8;
 }

 .viewport_777a35b9abc2 {
   width: 1920px;
   height: 1487px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_07d9e840ac53 {
   width: 80.62px;
   height: 45px;
 }

 .imageview_07d9e840ac53 img {
   width: 100%;
   height: 100%;
 }

 .text_3d689f5acbc2 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_f7f33c7cf66b {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_c817624e8a4c {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_3935cc8a7ace {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_5491245ec3fb {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_717813d6447d {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_322e585b3441 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_fd0f37bf81eb {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_fd0a923bf274 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_f7854d12cfe8 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_af79e4626795 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_3676a1d4155a {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_f5f8099a4824 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_f5f8099a4824 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_f5f8099a4824 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cd7f1d6d472b {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_0c3d8a2cc6b3 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_0c3d8a2cc6b3 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_0c3d8a2cc6b3 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_3033e48cd0f5 {
   padding: 20px 96px 20px 96px;
   width: 1440px;
   height: 87px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .container_wrapper_3033e48cd0f5 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 87px;
 }

 .container_nested_3033e48cd0f5 {
   padding: 20px 96px 20px 96px;
   width: 1440px;
   height: 87px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .imageview_ac10837d04b5 {
   width: 110px;
   height: 110px;
   flex-shrink: 0;
 }

 .imageview_ac10837d04b5 img {
   width: 100%;
   height: 100%;
 }

 .text_5b5b5823a873 {
   width: fit-content;
   line-height: 75px;
   font-family: 'Onest';
 }

 .container_9513512011ad {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_90c5aa51ca18 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bd37254f4c6f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e230ea82ceb5 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_ac914ab786e4 {
   width: 38px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b8b1dfe4808 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a49e3c3c3af8 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a49e3c3c3af8 {
   overflow: visible;
 }

 .container_114c77df3ed8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cca9e645bafa {
   width: 536px;
   height: 16px;
   position: absolute !important;
   left: 12px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c0e9aee3bb6c {
   width: 560px;
   height: 40px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_d61e88bc88c8 {
   width: 560px;
   height: 40px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_d61e88bc88c8 {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 40px;
 }

 .container_841f3f797041 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_65fb3c1e6265 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_30e03954cd12 {
   width: 41px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f2ade7127723 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f4931841266b {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f4931841266b {
   overflow: visible;
 }

 .container_4129f40cd110 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c785ff2be707 {
   width: 536px;
   height: 16px;
   position: absolute !important;
   left: 12px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_65b83c36e991 {
   width: 560px;
   height: 40px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_7e4be6d0bd1b {
   width: 560px;
   height: 40px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_7e4be6d0bd1b {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 40px;
 }

 .container_a09d5ee06c20 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d9d4c13a69a6 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_c83daca824bc {
   width: 64px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_96cddbc893a4 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_83d9b0fc0801 {
   width: 141.86px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .container_0fdeed96d5d8 {
   position: absolute !important;
   overflow: visible;
   width: 536px;
   height: 16.8px;
   left: 12px;
   top: 12px;
 }

 .container_cdd9b55737dc {
   width: 560px;
   height: 100px;
   min-height: 100px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_5d3c2f1431f5 {
   width: 560px;
   height: 100px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_37ec341bbd22 {
   width: 560px;
   height: 100px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_37ec341bbd22 {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 100px;
 }

 .container_0f83da36049d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_48bfa7d8c419 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

 .imageview_48bfa7d8c419 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_a0c60bfec806 {
   width: 16px;
   height: 16px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 4px 4px 4px 4px;
 }

 .container_1f14877fd7e2 {
   position: relative !important;
   overflow: visible;
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   background: #f7f8f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_a22524f1a36a {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_881120dfc946 {
   width: 494px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_84c345b65ccc {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9fcc730f14bb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1fb180308842 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_d899b4917d33 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_d899b4917d33 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
 }

 .container_nested_d899b4917d33 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_c4f0f9173d3c {
   padding: 20px 20px 20px 20px;
   width: 600px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_c4f0f9173d3c {
   width: 600px;
   height: fit-content;
 }

 .container_nested_c4f0f9173d3c {
   padding: 20px 20px 20px 20px;
   width: 600px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_160d272a802e {
   padding: 100px 96px 100px 96px;
   width: 1440px;
   height: 918px;
   position: absolute !important;
   left: 0px;
   top: 87px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_f8f9487d53cc {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_ccffd9a9713d {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_cc8a0a75ca55 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_571d93a8be47 {
   width: 158px;
   height: 34px;
   position: absolute !important;
   left: 1.23px;
   top: 16.91px;
   _scaling-factor: 1;
 }

 .imageview_571d93a8be47 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_8fe9fec2c7bc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_a9a21e0cde37 {
   position: relative !important;
   overflow: visible;
   width: 159px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_cd98634ddb16 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9f0c7fbe1f13 {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8de78d9400c9 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .imageview_eb6ea9a6725c {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

 .imageview_eb6ea9a6725c img {
   width: 100%;
   height: 100%;
 }

 .container_fe2187444ead {
   padding: 0 96px 0 96px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c6d3334e7e77 {
   padding: 60px 0 100px 0;
   width: 1440px;
   height: 357px;
   position: absolute !important;
   left: 0px;
   top: 1005px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .imageview_321b61d04dcb {
   width: 80.62px;
   height: 45px;
 }

 .imageview_321b61d04dcb img {
   width: 100%;
   height: 100%;
 }

 .text_690c0cf47186 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_a560e1da70b6 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_4156a9177bd4 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_47a258f377d3 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_70d3ec38f9f0 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_4898ed16500e {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_9dd79bc13615 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_03ea039b457f {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_40fd73eb7dd1 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 100px 100px;
   display: flex !important;
   flex-direction: row;
 }

 .container_29d30e8048b9 {
   padding: 40px 96px 40px 96px;
   width: 1440px;
   height: 125px;
   border-top: 1px solid #e5e6e6ff;
   border-right: 0px solid #e5e6e6ff;
   border-bottom: 0px solid #e5e6e6ff;
   border-left: 0px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 1362px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #f7f8f8;
 }

 .viewport_00ec7298f165 {
   width: 1440px;
   height: 1487px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_50d4d25245c0 {
   width: 80.62px;
   height: 45px;
 }

 .imageview_50d4d25245c0 img {
   width: 100%;
   height: 100%;
 }

 .text_bb8608489bea {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_0311bc7d5220 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_7b74a0812e4a {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_ef75a29129cc {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_6e73eb63aae8 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_2f551b909a1a {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_455f64ecdc69 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_6c04f3a1278b {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_1001af4787af {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_dcd8fba61f68 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_99f0813a6a46 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_c3c2de7e8920 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_8880f94ca0bd {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_8880f94ca0bd {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_8880f94ca0bd {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d0a608c41c4f {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_2a6f868083ec {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_2a6f868083ec {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_2a6f868083ec {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_b5b11120122c {
   padding: 20px 24px 20px 24px;
   width: 1024px;
   height: 87px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .container_wrapper_b5b11120122c {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1024px;
   height: 87px;
 }

 .container_nested_b5b11120122c {
   padding: 20px 24px 20px 24px;
   width: 1024px;
   height: 87px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .imageview_f58d51001bc8 {
   width: 110px;
   height: 110px;
   flex-shrink: 0;
 }

 .imageview_f58d51001bc8 img {
   width: 100%;
   height: 100%;
 }

 .text_81c859d6b81b {
   width: fit-content;
   line-height: 65px;
   font-family: 'Onest';
 }

 .container_f11cd53b6b2d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2e5fd47c3d53 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a2daf9280ace {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f85df115d76a {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_81a11e508db1 {
   width: 38px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bd992dffca0c {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7ed35ec56ea3 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7ed35ec56ea3 {
   overflow: visible;
 }

 .container_1e938245e2c1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ebc38ba7510c {
   width: 536px;
   height: 16px;
   position: absolute !important;
   left: 12px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6194045fadc6 {
   width: 560px;
   height: 40px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_4eabc810893a {
   width: 560px;
   height: 40px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_4eabc810893a {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 40px;
 }

 .container_4b3be76789fe {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e2043b8bd3de {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_68799a134f18 {
   width: 41px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a58dbacfa0fc {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7c685cfdb41f {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7c685cfdb41f {
   overflow: visible;
 }

 .container_f5b2150acae7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe22193e83b8 {
   width: 536px;
   height: 16px;
   position: absolute !important;
   left: 12px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a504d43e1b50 {
   width: 560px;
   height: 40px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_6e2dc96e5f5f {
   width: 560px;
   height: 40px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_6e2dc96e5f5f {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 40px;
 }

 .container_e1aeb0b1d697 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ee0c925cbe53 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_c7be9b2bcc5b {
   width: 64px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5be717adf2d3 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_78f8df662675 {
   width: 141.86px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .container_c9b3e8ad3012 {
   position: absolute !important;
   overflow: visible;
   width: 536px;
   height: 16.8px;
   left: 12px;
   top: 12px;
 }

 .container_99d76c140f45 {
   width: 560px;
   height: 100px;
   min-height: 100px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_387d7a5111c0 {
   width: 560px;
   height: 100px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_0294c735a388 {
   width: 560px;
   height: 100px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_0294c735a388 {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 100px;
 }

 .container_c8d7af6d0dee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2150152cdd75 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

 .imageview_2150152cdd75 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_28e11951b3de {
   width: 16px;
   height: 16px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 4px 4px 4px 4px;
 }

 .container_7683f29db558 {
   position: relative !important;
   overflow: visible;
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   background: #f7f8f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_9eefd92d1a88 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_f201c552b846 {
   width: 494px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d71fc99ae859 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_99da70230d0f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7059da39c6d6 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_d7e180e4a514 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_d7e180e4a514 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
 }

 .container_nested_d7e180e4a514 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_c1341863ca8d {
   padding: 20px 20px 20px 20px;
   width: 600px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_c1341863ca8d {
   width: 600px;
   height: fit-content;
 }

 .container_nested_c1341863ca8d {
   padding: 20px 20px 20px 20px;
   width: 600px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aa5fb782539e {
   padding: 100px 24px 100px 24px;
   width: 1024px;
   height: 908px;
   position: absolute !important;
   left: 0px;
   top: 87px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_66bda1aa9b4a {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_ce8f027e3aae {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_d063eace7377 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_a06cb94dd9e5 {
   width: 158px;
   height: 34px;
   position: absolute !important;
   left: 1.23px;
   top: 16.91px;
   _scaling-factor: 1;
 }

 .imageview_a06cb94dd9e5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_05de7dbbd4e7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_da8f87cf0a86 {
   position: relative !important;
   overflow: visible;
   width: 159px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_0169b19a3c2f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_70ee310cf6fa {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_23045e43dc6e {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .imageview_8d66af9f1833 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

 .imageview_8d66af9f1833 img {
   width: 100%;
   height: 100%;
 }

 .container_ecd3cf68ce6d {
   padding: 0 24px 0 24px;
   width: 1024px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_75fb820465ce {
   padding: 60px 0 100px 0;
   width: 1024px;
   height: 357px;
   position: absolute !important;
   left: 0px;
   top: 995px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .imageview_16aa0b53c358 {
   width: 80.62px;
   height: 45px;
 }

 .imageview_16aa0b53c358 img {
   width: 100%;
   height: 100%;
 }

 .text_232588f075fc {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_0886f33c4442 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_38840d65be52 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_e56fb231ac8a {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_d02da0f0f38e {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_f527c773f294 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_6deeb26e8acd {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_776092e0b9d6 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_828cd25df32b {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 100px 100px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a542a0501c85 {
   padding: 40px 24px 40px 24px;
   width: 1024px;
   height: 125px;
   border-top: 1px solid #e5e6e6ff;
   border-right: 0px solid #e5e6e6ff;
   border-bottom: 0px solid #e5e6e6ff;
   border-left: 0px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 1352px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #f7f8f8;
 }

 .viewport_67d4aa759eb5 {
   width: 1024px;
   height: 1477px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_c390e85187f0 {
   width: 80.62px;
   height: 45px;
 }

 .imageview_c390e85187f0 img {
   width: 100%;
   height: 100%;
 }

 .text_588d4b1a833f {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_eca3ae12fa03 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_eca3ae12fa03 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_eca3ae12fa03 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_6969b267cc1c {
   width: 40px;
   height: 44px;
   flex-shrink: 0;
 }

 .imageview_6969b267cc1c img {
   width: 100%;
   height: 100%;
 }

 .container_9c1d7e144342 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-end;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f2b5426ead6c {
   padding: 20px 24px 20px 24px;
   width: 768px;
   height: 87px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .imageview_2c2e5e9edf2a {
   width: 110px;
   height: 110px;
   flex-shrink: 0;
 }

 .imageview_2c2e5e9edf2a img {
   width: 100%;
   height: 100%;
 }

 .text_ac03b7be9535 {
   width: fit-content;
   line-height: 65px;
   font-family: 'Onest';
 }

 .container_d0e9a1f87c65 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_785176232206 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0f8ecc0b1b30 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_959d4e34ea46 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_e566333afd73 {
   width: 38px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8c9eb74967c3 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b943b3a5692f {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b943b3a5692f {
   overflow: visible;
 }

 .container_347b91f4f34b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ebae13f1ad0c {
   width: 536px;
   height: 16px;
   position: absolute !important;
   left: 12px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b1474c57c2a3 {
   width: 560px;
   height: 40px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_9456c6ec9c9c {
   width: 560px;
   height: 40px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_9456c6ec9c9c {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 40px;
 }

 .container_1b0ade854648 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_77d34029714b {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_77da77392827 {
   width: 41px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca95027f45c7 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0790331f6dbd {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_0790331f6dbd {
   overflow: visible;
 }

 .container_9b1a9cab23c1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_761dc732a5cd {
   width: 536px;
   height: 16px;
   position: absolute !important;
   left: 12px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bb69f8d922de {
   width: 560px;
   height: 40px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_50ca1e38c548 {
   width: 560px;
   height: 40px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_50ca1e38c548 {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 40px;
 }

 .container_af29ecef601f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b105d6597fa2 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_be09cd2009f6 {
   width: 64px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_81e01899a955 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9843a726a2c2 {
   width: 141.86px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .container_2cb2c209700a {
   position: absolute !important;
   overflow: visible;
   width: 536px;
   height: 16.8px;
   left: 12px;
   top: 12px;
 }

 .container_5ecfd8757e20 {
   width: 560px;
   height: 100px;
   min-height: 100px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_948b758deda4 {
   width: 560px;
   height: 100px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_b1b556bf0103 {
   width: 560px;
   height: 100px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_b1b556bf0103 {
   position: relative !important;
   overflow: visible;
   width: 560px;
   height: 100px;
 }

 .container_ef7a63d84fbb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ca3c2a37feee {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

 .imageview_ca3c2a37feee img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_40a0def8ce8e {
   width: 16px;
   height: 16px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 4px 4px 4px 4px;
 }

 .container_52561fe1e086 {
   position: relative !important;
   overflow: visible;
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   background: #f7f8f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_1fcb5599b0e9 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_001bc57d8e52 {
   width: 494px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9005a7c21538 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d2eb752a304f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d1d765736c16 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_401e8e31ccee {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_401e8e31ccee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
 }

 .container_nested_401e8e31ccee {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_8519b97d3cbd {
   padding: 20px 20px 20px 20px;
   width: 600px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_8519b97d3cbd {
   width: 600px;
   height: fit-content;
 }

 .container_nested_8519b97d3cbd {
   padding: 20px 20px 20px 20px;
   width: 600px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e63717094fcc {
   padding: 100px 24px 100px 24px;
   width: 768px;
   height: 908px;
   position: absolute !important;
   left: 0px;
   top: 87px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_80059c57bea3 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_18079da4a90a {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_e3050d7341a3 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_05bdd3d3389b {
   width: 158px;
   height: 34px;
   position: absolute !important;
   left: 1.23px;
   top: 16.91px;
   _scaling-factor: 1;
 }

 .imageview_05bdd3d3389b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_a31ce4276cfb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_694bf0aac4d5 {
   position: relative !important;
   overflow: visible;
   width: 159px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_14e62a300a6c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_759e83d39ab1 {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3dd5c2cd85f4 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .imageview_cc49f43688ae {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

 .imageview_cc49f43688ae img {
   width: 100%;
   height: 100%;
 }

 .container_8b6b8158414b {
   padding: 0 24px 0 24px;
   width: 768px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_8d4d7b6bdef0 {
   padding: 60px 0 100px 0;
   width: 768px;
   height: 357px;
   position: absolute !important;
   left: 0px;
   top: 995px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .imageview_99f7e98dbe22 {
   width: 80.62px;
   height: 45px;
 }

 .imageview_99f7e98dbe22 img {
   width: 100%;
   height: 100%;
 }

 .text_d159c4d52673 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_88ccc3cb5122 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_a7adc8e3f936 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_71ba31404698 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_1f4878b2531f {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_b0ca9af62c8f {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_b22c79872e08 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_f212021ba428 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_951fa4c2d6e6 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 100px 100px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f3d80183cf6c {
   padding: 40px 24px 40px 24px;
   width: 768px;
   height: 188px;
   border-top: 1px solid #e5e6e6ff;
   border-right: 0px solid #e5e6e6ff;
   border-bottom: 0px solid #e5e6e6ff;
   border-left: 0px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 1352px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .viewport_4d8fbaf0963a {
   width: 768px;
   height: 1540px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_1b77b5d403d8 {
   width: 390px;
   height: 85px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_1b77b5d403d8 img {
   width: 100%;
   height: 100%;
 }

 .imageview_4f80ed4c9032 {
   width: 110px;
   height: 110px;
   flex-shrink: 0;
 }

 .imageview_4f80ed4c9032 img {
   width: 100%;
   height: 100%;
 }

 .text_52338e55ac28 {
   width: fit-content;
   line-height: 42px;
   font-family: 'Onest';
 }

 .container_57e27a432f52 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a932a4964008 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4643927fac5d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8c2df062e5a8 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_f0086155834b {
   width: 38px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b049d89bcd4 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b00d08c29246 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b00d08c29246 {
   overflow: visible;
 }

 .container_01ce06c67b77 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_186a9cafb6b4 {
   width: 294px;
   height: 16px;
   position: absolute !important;
   left: 12px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_898df1401ac6 {
   width: 318px;
   height: 40px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_3808d23e622a {
   width: 318px;
   height: 40px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_3808d23e622a {
   position: relative !important;
   overflow: visible;
   width: 318px;
   height: 40px;
 }

 .container_07cc57acc586 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a9841f798b00 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_ef120a183684 {
   width: 41px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1c90479a05e {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_af5684732d79 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_af5684732d79 {
   overflow: visible;
 }

 .container_e2b633586077 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f8a0e041513f {
   width: 294px;
   height: 16px;
   position: absolute !important;
   left: 12px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f64c5d47aff0 {
   width: 318px;
   height: 40px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_1f0a725f7643 {
   width: 318px;
   height: 40px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_1f0a725f7643 {
   position: relative !important;
   overflow: visible;
   width: 318px;
   height: 40px;
 }

 .container_bcb99e148a12 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_46114b2425f5 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Onest';
 }

 .container_f2b8b1df8573 {
   width: 64px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ce5374ce8de0 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f92f871efd0c {
   width: 141.86px;
   height: 17px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .container_24c1973bcca8 {
   position: absolute !important;
   overflow: visible;
   width: 536px;
   height: 16.8px;
   left: 12px;
   top: 12px;
 }

 .container_2f676af21385 {
   width: 318px;
   height: 100px;
   min-height: 100px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_d14d2b191e15 {
   width: 318px;
   height: 100px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .input_text_fdf080d458ec {
   width: 318px;
   height: 100px;
   flex-shrink: 0;
   z-index: 998;
   border-radius: 10px 10px 10px 10px;
 }

 .wrapper_input_text_fdf080d458ec {
   position: relative !important;
   overflow: visible;
   width: 318px;
   height: 100px;
 }

 .container_38b757ab70da {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2b924ccaa930 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

 .imageview_2b924ccaa930 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_3a319ec3079a {
   width: 16px;
   height: 16px;
   z-index: 1;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 4px 4px 4px 4px;
 }

 .container_18dc907d8580 {
   position: relative !important;
   overflow: visible;
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   background: #f7f8f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_f595c90b0f84 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f595c90b0f84 {
   overflow: visible;
 }

 .container_d76b235c0d52 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2463d42034ef {
   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;
 }

 .container_bb9c247e56f0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cb5e6feda6ca {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_c9f22d91e43d {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_c9f22d91e43d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
 }

 .container_nested_c9f22d91e43d {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 560px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eaff55;
   border-radius: 12px 12px 12px 12px;
 }

 .container_1a3f7b470587 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_1a3f7b470587 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_1a3f7b470587 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_407346beedba {
   padding: 100px 16px 100px 16px;
   width: 390px;
   height: 905px;
   position: absolute !important;
   left: 0px;
   top: 85px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_2d9740cffc78 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_1f223a80ca79 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_9e9db95cca70 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_7b862809cbd0 {
   width: 158px;
   height: 34px;
   position: absolute !important;
   left: 1.23px;
   top: 16.91px;
   _scaling-factor: 1;
 }

 .imageview_7b862809cbd0 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_3f16961f1929 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_e1b9930c4c93 {
   position: relative !important;
   overflow: visible;
   width: 159px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_2fa6aeffcb25 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_accef2280c3f {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1973334fb88b {
   height: 46px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_1973334fb88b {
   overflow: visible;
 }

 .imageview_9c8d8580e830 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

 .imageview_9c8d8580e830 img {
   width: 100%;
   height: 100%;
 }

 .container_5ed2b1b5969c {
   padding: 0 16px 0 16px;
   width: 390px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_9ac5432de3aa {
   padding: 60px 0 100px 0;
   width: 390px;
   height: 444px;
   position: absolute !important;
   left: 0px;
   top: 990px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .imageview_988318d3d02c {
   width: 80.62px;
   height: 45px;
 }

 .imageview_988318d3d02c img {
   width: 100%;
   height: 100%;
 }

 .text_2e86dd9e73d0 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_a403ecd0a31d {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_c4ce4b517d81 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_a17b2b084f15 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_f90acdf7dcc7 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_a4f619e966de {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_89e52368cff0 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_953af42822ad {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_be50ceab4a01 {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a1e7f24e71a9 {
   padding: 60px 16px 60px 16px;
   width: 390px;
   height: 393px;
   border-top: 1px solid #e5e6e6ff;
   border-right: 0px solid #e5e6e6ff;
   border-bottom: 0px solid #e5e6e6ff;
   border-left: 0px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 1434px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .viewport_f30cbd28b139 {
   width: 390px;
   height: 1827px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_4c813b8eaa4a {
   width: 80.62px;
   height: 45px;
 }

 .imageview_4c813b8eaa4a img {
   width: 100%;
   height: 100%;
 }

 .text_574082019012 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_328bbf4e2ccd {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_28acfa625581 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_85fe40174117 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_81169f12ca20 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_0d60b914eddf {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_375842d0a221 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_fc9dba504b4c {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_3ffab5aed622 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_d419b93a890a {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_9c7afc916097 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_bda015ba6326 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_d14a53521eaa {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_d14a53521eaa {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_d14a53521eaa {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8871d9b25abc {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_8bf9e4fada12 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_8bf9e4fada12 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_8bf9e4fada12 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #27402c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_0ee0b2725117 {
   padding: 20px 240px 20px 240px;
   width: 1920px;
   height: 87px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .container_wrapper_0ee0b2725117 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 87px;
 }

 .container_nested_0ee0b2725117 {
   padding: 20px 240px 20px 240px;
   width: 1920px;
   height: 87px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_a4ba001369ce {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a4ba001369ce {
   overflow: visible;
 }

 .container_75532f58a03c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d05b933b066f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b1cdeb048d36 {
   width: 100%;
   min-width: 0;
   height: 35px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b1cdeb048d36 {
   overflow: visible;
 }

 .container_6aaf2e312199 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_72330d7d5c1f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fc16e037c7fb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_880a4381a79c {
   width: 191.86px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_880a4381a79c {
   overflow: visible;
 }

 .container_b4065adc916c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8005d9b06401 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8c5aeec2f021 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_8c5aeec2f021 {
   overflow: visible;
 }

 .container_261f79a92449 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6d65cf4bd484 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4a136ec944a3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4f416974c13b {
   width: 97.47px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_4f416974c13b {
   overflow: visible;
 }

 .container_d46672fc5f94 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_93fee8c63f9e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a88679c2ebc9 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a88679c2ebc9 {
   overflow: visible;
 }

 .container_ac448de25575 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_610687345349 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_610687345349 {
   overflow: visible;
 }

 .container_fa8b58c8a8b6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a32253c3c800 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_83120f2d16fe {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_83120f2d16fe {
   overflow: visible;
 }

 .container_bbfb264d2c68 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca18eae7016b {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7965a1ef2ed4 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7965a1ef2ed4 {
   overflow: visible;
 }

 .container_657f326e0f4e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_de81c7936e2e {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7bfe66d69285 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7bfe66d69285 {
   overflow: visible;
 }

 .container_68e7ed38d9a7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3f737562d077 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_99118e1fd11d {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_99118e1fd11d {
   overflow: visible;
 }

 .container_d9619f9b8100 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_851d7456781b {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f1d6d4e2ab69 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f1d6d4e2ab69 {
   overflow: visible;
 }

 .container_5d32a300494c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a194ff372f00 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9cfdf587f23e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d240cd39c5f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_949975114c49 {
   width: 421.15px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_949975114c49 {
   overflow: visible;
 }

 .container_f8facfb02b0a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2779c85df118 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_98dd75743429 {
   width: 345.88px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_98dd75743429 {
   overflow: visible;
 }

 .container_5aedb3ded243 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_55730af662af {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_74cc08445231 {
   width: 100%;
   min-width: 0;
   height: 100px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_74cc08445231 {
   overflow: visible;
 }

 .container_5f735ec9bea4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_69462ef7d0a8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7efa14c7aaf5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_acd0ba4f2f9f {
   width: 247.89px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_acd0ba4f2f9f {
   overflow: visible;
 }

 .container_04d0fedca031 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0d94f6c39d73 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d5e826d27d3f {
   width: 100%;
   min-width: 0;
   height: 140px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_d5e826d27d3f {
   overflow: visible;
 }

 .container_ead7e9e4044a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_06d5ceba3c04 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eab06db1d658 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0db9398d794 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fe10fbf7032b {
   width: 444.35px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_fe10fbf7032b {
   overflow: visible;
 }

 .container_5896d42534e8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_28f44bb9a81c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d21bd27e2bc {
   width: 493.51px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_2d21bd27e2bc {
   overflow: visible;
 }

 .container_3929efe5ca1e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c77ba616ea1d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2ac619458483 {
   width: 100%;
   min-width: 0;
   height: 120px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_2ac619458483 {
   overflow: visible;
 }

 .container_341d2b3a41a8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e4df19b136cd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9062555d79b7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b4f01c2257c6 {
   width: 436.09px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b4f01c2257c6 {
   overflow: visible;
 }

 .container_5eeac34b3a94 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_18a61f831053 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2268af49ff87 {
   width: 100%;
   min-width: 0;
   height: 120px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_2268af49ff87 {
   overflow: visible;
 }

 .container_2bc8016473a8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c7d7a5eb25d0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_04624fb0d708 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6b3ef74d9b36 {
   width: 411.39px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_6b3ef74d9b36 {
   overflow: visible;
 }

 .container_91ec7cac0de3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e29af5e3931a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_83ce11686e25 {
   width: 100%;
   min-width: 0;
   height: 100px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_83ce11686e25 {
   overflow: visible;
 }

 .container_0e78bf86b1a1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d4b618566ba9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_da0c4d2bc3b1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ecaaadb08890 {
   width: 113.69px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_ecaaadb08890 {
   overflow: visible;
 }

 .container_9e54499bb475 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a7bd26b16ecc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_01ab3d6cd9b3 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_01ab3d6cd9b3 {
   overflow: visible;
 }

 .container_12ccff53d534 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_876ca34c8b67 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d0a7e010a08b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f193ff25e5f9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_156a51205256 {
   width: 534.91px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_156a51205256 {
   overflow: visible;
 }

 .container_d0f6cd2e392a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_825b7a96b0bc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7024dd4c780e {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7024dd4c780e {
   overflow: visible;
 }

 .container_936137d16c30 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_404f5b44cca0 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_404f5b44cca0 {
   overflow: visible;
 }

 .container_9cbd702675c3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3547992d2141 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4b4c50ff9795 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d577e642dc5d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5b2b698177ce {
   width: 394.14px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_5b2b698177ce {
   overflow: visible;
 }

 .container_41d57f20dc2c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7f7256528c3f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_696c9acde00a {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_696c9acde00a {
   overflow: visible;
 }

 .container_06d2f0ef027d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a890e589a1bd {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a890e589a1bd {
   overflow: visible;
 }

 .container_6744b6a9857b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_90d38799252f {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c481c993e3c7 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c481c993e3c7 {
   overflow: visible;
 }

 .container_b1b57cde480b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d014c7b1d04a {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_88c85cf8ee74 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8097f18d1924 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_11276d162236 {
   width: 487.5px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_11276d162236 {
   overflow: visible;
 }

 .container_af46f76f1eb5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3ee32b3beaa4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5b339ab0999b {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_5b339ab0999b {
   overflow: visible;
 }

 .container_30541fc4848f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c59d21ff2c6 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_1c59d21ff2c6 {
   overflow: visible;
 }

 .container_677ae33330c0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_883a8bc913b4 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cda9ef85b747 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_cda9ef85b747 {
   overflow: visible;
 }

 .container_d607d4e8efe5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d719707a1703 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_49d578f15186 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_145a375c4416 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_461776869b60 {
   width: 278.39px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_461776869b60 {
   overflow: visible;
 }

 .container_50adc02aad8c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_23900cd42ea6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_864aa7b350ce {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_864aa7b350ce {
   overflow: visible;
 }

 .container_d282251454d9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_076210b28feb {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_076210b28feb {
   overflow: visible;
 }

 .container_fe743c291a56 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_da1a88169733 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_196783f70605 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_196783f70605 {
   overflow: visible;
 }

 .container_12ea55c0541d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_67028df6642b {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7ae3bf59999f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1b33efb9d61e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_256558cc3052 {
   width: 403.31px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_256558cc3052 {
   overflow: visible;
 }

 .container_912eb4579a8f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e59d83bc2098 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_36a11c5f7be5 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_36a11c5f7be5 {
   overflow: visible;
 }

 .container_4854f45ec1e9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_abc91410aad5 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_abc91410aad5 {
   overflow: visible;
 }

 .container_74823a6a98d9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e2604eee98fe {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_deaa1ade73e1 {
   width: 100%;
   min-width: 0;
   height: 100px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_deaa1ade73e1 {
   overflow: visible;
 }

 .container_092f72317309 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_49fa6f41b044 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c0dd6cc5bc9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_654e346d04da {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_39aba981defd {
   width: 410.36px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_39aba981defd {
   overflow: visible;
 }

 .container_11e6f0dcbfd3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_faeb838665f6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c3413dccd063 {
   width: 100%;
   min-width: 0;
   height: 100px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c3413dccd063 {
   overflow: visible;
 }

 .container_bb356bc908d7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_00eb27e84d2c {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_00eb27e84d2c {
   overflow: visible;
 }

 .container_3f5e06ef7223 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e9757ebbdee4 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fa0b4dd81866 {
   width: 100%;
   min-width: 0;
   height: 100px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_fa0b4dd81866 {
   overflow: visible;
 }

 .container_2cc24ac27d43 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0dc4f090e852 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a025c6e0c8f5 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a025c6e0c8f5 {
   overflow: visible;
 }

 .container_2a8a60ed4093 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dae6f0b05399 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_878ec5f5db99 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_878ec5f5db99 {
   overflow: visible;
 }

 .container_6041c881bda8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c8b3c24cffa6 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3caccb03c320 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4aa9b912099d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0a4206b2cf28 {
   width: 661.58px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_0a4206b2cf28 {
   overflow: visible;
 }

 .container_20c643d99587 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_90d941da6ae9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a72237daaa4b {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_a72237daaa4b {
   overflow: visible;
 }

 .container_62d67946c381 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_103a9f615342 {
   width: 100%;
   min-width: 0;
   height: 120px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_103a9f615342 {
   overflow: visible;
 }

 .container_f7516b4b23c4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ccfcd646ca84 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0a8dc18dcf38 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_0a8dc18dcf38 {
   overflow: visible;
 }

 .container_85d41d751102 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_813c52a6c736 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_47c3e01ec553 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_47c3e01ec553 {
   overflow: visible;
 }

 .container_ec1c952785cd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_783e86c068f0 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_caa0b2518af5 {
   width: 100%;
   min-width: 0;
   height: 100px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_caa0b2518af5 {
   overflow: visible;
 }

 .container_228202a94e03 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ffab0b05b7ca {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f8c0218149d0 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f8c0218149d0 {
   overflow: visible;
 }

 .container_2bd3709024f1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2cf77d34ad52 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_482f65caba28 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c800e9be9f5c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8e3c0f659c33 {
   width: 374.49px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_8e3c0f659c33 {
   overflow: visible;
 }

 .container_4ec174735480 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_052cf256d2ae {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c694532e901d {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c694532e901d {
   overflow: visible;
 }

 .container_167aef295891 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_275c3ea17b51 {
   width: 100%;
   min-width: 0;
   height: 180px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_275c3ea17b51 {
   overflow: visible;
 }

 .container_3af46e81156c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c5a9e34f2966 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fa322a2a04df {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_fa322a2a04df {
   overflow: visible;
 }

 .container_0f6d71cf355c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f1dcdbb6118c {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cd8f36e49338 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5929141ec730 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bb9160b5638c {
   width: 406.01px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_bb9160b5638c {
   overflow: visible;
 }

 .container_d7a0dd46dce9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_64a1fc9c35f2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f98e328a958 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_6f98e328a958 {
   overflow: visible;
 }

 .container_f5947945c146 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_096b3308124f {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_096b3308124f {
   overflow: visible;
 }

 .container_febd40c561e4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_20fe8ee4648e {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6e503f8375da {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_6e503f8375da {
   overflow: visible;
 }

 .container_63e9f2c5cf2a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_32443a1b8941 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e395a3d3deca {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e395a3d3deca {
   overflow: visible;
 }

 .container_1c96ef051722 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8d2ac637df11 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7d6f60d88e4e {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7d6f60d88e4e {
   overflow: visible;
 }

 .container_200746dd6ae9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cd219ab53dc1 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_86bae2d14648 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3af783f4e200 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c3218a2fb3b0 {
   width: 629.51px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_c3218a2fb3b0 {
   overflow: visible;
 }

 .container_17fdb741b9a9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_281619b60e9c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3e1c29b8e107 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_3e1c29b8e107 {
   overflow: visible;
 }

 .container_f9da2f39ce10 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_38b3dd7e142d {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_38b3dd7e142d {
   overflow: visible;
 }

 .container_758751563faa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_88262e7c3592 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_73acce3d9551 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_73acce3d9551 {
   overflow: visible;
 }

 .container_648b1c341e89 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0a3c246e85d9 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b49682622e45 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b49682622e45 {
   overflow: visible;
 }

 .container_af6519a29b8d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8643e4aa91c2 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_26845dedae60 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ed74a965f3eb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_60b2e5d75d52 {
   width: 152.41px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_60b2e5d75d52 {
   overflow: visible;
 }

 .container_73da0eab5af8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_279b9e39d6aa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e7d5feb27d2a {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_e7d5feb27d2a {
   overflow: visible;
 }

 .container_90e84d67fa67 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b0df3925f0e8 {
   width: 100%;
   min-width: 0;
   height: 220px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b0df3925f0e8 {
   overflow: visible;
 }

 .container_74d8e0ab8a64 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c5b9025872ce {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5963f386df43 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_063ecf43f1a0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ce552a11f4e6 {
   width: 126.54px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_ce552a11f4e6 {
   overflow: visible;
 }

 .container_5c1f1f766fdf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_650f9cc7ca6e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1d126b0e553a {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_1d126b0e553a {
   overflow: visible;
 }

 .container_3cd325ccbede {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b5e816b0d3cd {
   width: 100%;
   min-width: 0;
   height: 160px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_b5e816b0d3cd {
   overflow: visible;
 }

 .container_4421db9d2bb6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d9e4b17a76d {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d3a2631e3c6f {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_d3a2631e3c6f {
   overflow: visible;
 }

 .container_cfd38d3344e1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6974a480e6b0 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f3dd4a8e5a93 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_01686023f138 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ae9c85a4afbe {
   width: 400.73px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_ae9c85a4afbe {
   overflow: visible;
 }

 .container_7e55571d0adf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cf3bd9782584 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_491c01a208a3 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_491c01a208a3 {
   overflow: visible;
 }

 .container_3438e936e565 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4cf51820515d {
   width: 100%;
   min-width: 0;
   height: 120px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_4cf51820515d {
   overflow: visible;
 }

 .container_855541ec5905 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_423f5b450e26 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c8607e588a10 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_274c1fe489f6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f10cb11317bc {
   width: 100%;
   min-width: 0;
   height: 69px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_f10cb11317bc {
   overflow: visible;
 }

 .container_e94a8827e7e7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ea77fc2ffeb9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7d2fd1fb55e0 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_7d2fd1fb55e0 {
   overflow: visible;
 }

 .container_59073a3579c6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_33673b86b700 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_33673b86b700 {
   overflow: visible;
 }

 .container_4114d8b43b73 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b990452093c3 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_70118e7146ee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f35a34bae4c4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_147d10ec008a {
   width: 209.59px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_147d10ec008a {
   overflow: visible;
 }

 .container_21ec15a2f3ff {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f872d6193315 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8cc0bfd9da84 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_8cc0bfd9da84 {
   overflow: visible;
 }

 .container_fc3070a8c65a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_34fb610fd546 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3b95ea025085 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_662d66711014 {
   width: 400.64px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_662d66711014 {
   overflow: visible;
 }

 .container_cd404279a311 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2415166f1d85 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9b1bb5aa8bc6 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_9b1bb5aa8bc6 {
   overflow: visible;
 }

 .container_fc8a718f34e7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_78f2194e9476 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_90666e14fb02 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bb9450aa2dea {
   width: 136.46px;
   height: 23px;
   line-height: 23px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_bb9450aa2dea {
   overflow: visible;
 }

 .container_cfc8d4c08b94 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5449c2b77c9d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_eeee6e095f42 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Onest';
 }

 .text_autoheight_eeee6e095f42 {
   overflow: visible;
 }

 .container_7a6bc39a7c98 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e3c53c7d85e2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ee0b602d77aa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4c8abb94e710 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_badf7881bc70 {
   width: 600px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b96ceb0efaa0 {
   padding: 100px 240px 100px 240px;
   width: 1920px;
   height: 7302px;
   position: absolute !important;
   left: 0px;
   top: 87px;
   align-items: center;
   justify-content: center;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_cd5ea4571c7e {
   width: fit-content;
   line-height: 14px;
   font-family: 'Onest';
 }

 .container_2f104380e6ea {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e5e6e6ff;
   border-right: 1px solid #e5e6e6ff;
   border-bottom: 1px solid #e5e6e6ff;
   border-left: 1px solid #e5e6e6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_0c641f985a51 {
   width: fit-content;
   line-height: 52px;
   font-family: 'Onest';
 }

 .imageview_4e3add0bf3ef {
   width: 158px;
   height: 34px;
   position: absolute !important;
   left: 1.23px;
   top: 16.91px;
   _scaling-factor: 1;
 }

 .imageview_4e3add0bf3ef img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_a8e52fb69d33 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 52px;
   font-family: 'Onest';
 }

 .container_3f4a8221b39e {
   position: relative !important;
   overflow: visible;
   width: 159px;
   height: 52px;
   flex-shrink: 0;
 }

 .container_31aee8b84f82 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 900px;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 12px 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7da83c1f2d6c {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_056953092665 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .imageview_9da0341d1c65 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
 }

 .imageview_9da0341d1c65 img {
   width: 100%;
   height: 100%;
 }

 .container_146998790960 {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_7e9c79b42122 {
   padding: 60px 0 100px 0;
   width: 1920px;
   height: 357px;
   position: absolute !important;
   left: 0px;
   top: 7389px;
   align-items: center;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f8f8;
 }

 .imageview_d9e2590e43ac {
   width: 80.62px;
   height: 45px;
 }

 .imageview_d9e2590e43ac img {
   width: 100%;
   height: 100%;
 }

 .text_f68a0d1baf45 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_2797f64ffbc0 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_3ae74da474eb {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_6af48c6ef8a6 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_1684368e2dd3 {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_a4a706b6a715 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_7fd88e185a3b {
   width: fit-content;
   line-height: 23px;
   font-family: 'Onest';
 }

 .container_296c2fa56d53 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_621f1a12e8ca {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 100px 100px;
   display: flex !important;
   flex-direction: row;
 }

 .container_52c6dcd35b2f {
   padding: 40px 240px 40px 240px;
   width: 1920px;
   height: 125px;
   border-top: 1px solid #e5e6e6ff;
   border-right: 0px solid #e5e6e6ff;
   border-bottom: 0px solid #e5e6e6ff;
   border-left: 0px solid #e5e6e6ff;
   position: absolute !important;
   left: 0px;
   top: 7746px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #f7f8f8;
 }

 .viewport_04f1fb48892e {
   width: 1920px;
   height: 7871px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }


 @media (max-width: 640px) {
   .desktop_xl .yotako-main {
     display: none !important;
   }

   .desktop_xl .vp_640 {
     display: flex !important;
   }
 }

 @media (min-width: 641px) and (max-width: 1007px) {
   .desktop_xl .yotako-main {
     display: none !important;
   }

   .desktop_xl .vp_1007 {
     display: flex !important;
   }
 }

 @media (min-width: 1008px) and (max-width: 1024px) {
   .desktop_xl .yotako-main {
     display: none !important;
   }

   .desktop_xl .vp_1024 {
     display: flex !important;
   }
 }

 @media (min-width: 1025px) and (max-width: 1440px) {
   .desktop_xl .yotako-main {
     display: none !important;
   }

   .desktop_xl .vp_1440 {
     display: flex !important;
   }
 }

 @media (min-width: 1441px) {
   .desktop_xl .yotako-main {
     display: none !important;
   }

   .desktop_xl .vp_1920 {
     display: flex !important;
   }
 }

 @media (max-width: 640px) {
   .kontakt_desktop_xl .yotako-main {
     display: none !important;
   }

   .kontakt_desktop_xl .vp_640 {
     display: flex !important;
   }
 }

 @media (min-width: 641px) and (max-width: 1007px) {
   .kontakt_desktop_xl .yotako-main {
     display: none !important;
   }

   .kontakt_desktop_xl .vp_1007 {
     display: flex !important;
   }
 }

 @media (min-width: 1008px) and (max-width: 1024px) {
   .kontakt_desktop_xl .yotako-main {
     display: none !important;
   }

   .kontakt_desktop_xl .vp_1024 {
     display: flex !important;
   }
 }

 @media (min-width: 1025px) and (max-width: 1440px) {
   .kontakt_desktop_xl .yotako-main {
     display: none !important;
   }

   .kontakt_desktop_xl .vp_1440 {
     display: flex !important;
   }
 }

 @media (min-width: 1441px) {
   .kontakt_desktop_xl .yotako-main {
     display: none !important;
   }

   .kontakt_desktop_xl .vp_1920 {
     display: flex !important;
   }
 }