 /*
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?display=swap&family=Playfair+Display:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("https://fonts.googleapis.com/css?display=swap&family=Montserrat:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("https://fonts.googleapis.com/css?family=Archivo: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;
 }

 .text_4c254b5e3655 {
   width: 603.47px;
   height: 298px;
   line-height: 67px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_4c254b5e3655 {
   overflow: visible;
 }

 .text-32eba8826da5_4c254b5e3655 {
   line-height: 67px;
   font-family: 'Montserrat';
 }

 .text-347151f6c645_4c254b5e3655 {
   line-height: 67px;
   font-family: 'Montserrat';
 }

 .text-93cd61124b86_4c254b5e3655 {
   line-height: 67px;
   font-family: 'Montserrat';
 }

 .text-c2d5be66e986_4c254b5e3655 {
   line-height: 67px;
   font-family: 'Montserrat';
 }

 .text-dbcef6b81b3a_4c254b5e3655 {
   line-height: 67px;
   font-family: 'Montserrat';
 }

 .text_f837f25876ce {
   width: 623px;
   height: 78px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f837f25876ce {
   overflow: visible;
 }

 .container_1b196bca231a {
   width: 623px;
   height: 396px;
   position: absolute !important;
   left: 0px;
   top: 144.34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_7a6e189c05a7 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_a1d79b3fd758 {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

 .container_3aa5e3259456 {
   width: 313px;
   height: 54px;
   position: absolute !important;
   left: 0px;
   top: 575.34px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_3aa5e3259456 {
   position: absolute !important;
   left: 0px;
   top: 575.34px;
   width: 313px;
   height: 54px;
 }

 .container_nested_3aa5e3259456 {
   width: 313px;
   height: 54px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e2d885b9cf14 {
   position: absolute !important;
   overflow: visible;
   width: 1240px;
   height: 519px;
   left: 100px;
   top: 154.5px;
 }

 .container_8b8a863ce3aa {
   width: 50px;
   height: 12px;
   flex-shrink: 0;
   background: #bb947b;
   border-radius: 30px 30px 30px 30px;
 }

 .container_bcf2862925b3 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   background: #dc9c514d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_bdeff9f3432c {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   background: #dc9c514d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_5bf21112f5c2 {
   width: 98px;
   height: 12px;
   position: absolute !important;
   left: 720px;
   top: 889px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_028493ec1acb {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 961px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2376-1.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_eb3592d8db71 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 961px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2376.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_1f6a588a9590 {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 961px;
   flex-shrink: 0;
   background: #707070;
 }

 .container_4ecdb06ee23f {
   width: 1440px;
   height: 961px;
   position: absolute !important;
   left: 0px;
   top: 1.16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_15bd769de21a {
   width: 213px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .imageview_0b85c92f5492 {
   width: 9px;
   height: 13px;
   z-index: 1;
 }

 .imageview_0b85c92f5492 img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

 .imageview_4e422dd11766 {
   width: 9px;
   height: 13px;
   z-index: 1;
 }

 .imageview_4e422dd11766 img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

 .imageview_638cf89737b3 {
   width: 9px;
   height: 13px;
   z-index: 1;
 }

 .imageview_638cf89737b3 img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

 .imageview_29c09ff4eeec {
   width: 9px;
   height: 13px;
   z-index: 1;
 }

 .imageview_29c09ff4eeec img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

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

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

 .container_6c7f4b1ee814 {
   width: 810px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 279.65px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_6c7f4b1ee814 {
   position: absolute !important;
   left: 279.65px;
   top: 15px;
   width: 810px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_6c7f4b1ee814 {
   width: 810px;
   height: 24px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b194e1bdbfbc {
   width: 29.15px;
   height: 29.94px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .imageview_a164f137f59f {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 1;
 }

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

 .container_cdb917a82108 {
   width: 83.7px;
   height: 34.85px;
   z-index: 1;
   position: absolute !important;
   left: 1156.3px;
   top: 9.58px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 19.7px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_cdb917a82108 {
   position: absolute !important;
   left: 1156.3px;
   top: 9.58px;
   width: 83.7px;
   height: 34.85px;
   z-index: 1;
 }

 .container_nested_cdb917a82108 {
   width: 83.7px;
   height: 34.85px;
   z-index: 1;
   justify-content: flex-end;
   align-items: center;
   gap: 0 19.7px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_5b9df68fc03d {
   width: 1440px;
   height: 139.25px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_nested_5b9df68fc03d {
   width: 1440px;
   height: 139.25px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d572e555d706 {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 962.16px;
   flex-shrink: 0;
 }

 .text_d6390c14d8fb {
   width: 100%;
   min-width: 0;
   height: 59px;
   line-height: 59px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_d6390c14d8fb {
   overflow: visible;
 }

 .text-5cbf5bbeb7f2_d6390c14d8fb {
   line-height: 59px;
   font-family: 'Montserrat';
 }

 .text-2b65496f172c_d6390c14d8fb {
   line-height: 59px;
   font-family: 'Montserrat';
 }

 .text-1b747003de31_d6390c14d8fb {
   line-height: 59px;
   font-family: 'Montserrat';
 }

 .text-ea4c232194a7_d6390c14d8fb {
   line-height: 59px;
   font-family: 'Montserrat';
 }

 .text_dae45779f336 {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Archivo';
 }

 .text_autoheight_dae45779f336 {
   overflow: visible;
 }

 .container_f22dc10e428a {
   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_4022e12389e5 {
   height: 139px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_885a0b87f0c7 {
   width: 1240px;
   height: 139px;
   position: absolute !important;
   left: 100px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 60px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a91169037ae5 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 279px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2458.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: multiply;
   opacity: 0.4000000059604645;
 }

 .container_721fc9f5511f {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 279px;
   flex-shrink: 0;
   background: #bb947b;
 }

 .container_8447010465c1 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2171-1.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_ec011fc544bd {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2171.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
 }

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

 .text_27a99af259b0 {
   width: 590px;
   height: 118px;
   z-index: 1;
   line-height: 59px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_27a99af259b0 {
   overflow: visible;
 }

 .text_b7eb249cb424 {
   width: 590px;
   height: 220px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_b7eb249cb424 {
   overflow: visible;
 }

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

 .imageview_7d0c23ba114c {
   width: 16px;
   height: 24px;
   z-index: 1;
 }

 .imageview_7d0c23ba114c img {
   position: absolute;
   width: 16.1px !important;
   height: 10.2px !important;
   max-width: none !important;
   left: 0.0px;
   top: 6.9px;
 }

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

 .container_6a560f83145e {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_6a560f83145e {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_081044bf192e {
   padding: 60px 0 60px 0;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b1cac0e749f {
   padding: 100px 100px 100px 100px;
   width: 100%;
   min-width: 0;
   height: 663px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 60px;
   display: flex !important;
   flex-direction: row;
   background: #d3d5d926;
 }

 .text_5546406f532b {
   width: 100%;
   min-width: 0;
   height: 59px;
   line-height: 59px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_5546406f532b {
   overflow: visible;
 }

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

 .imageview_e108c09f0286 {
   width: 52px;
   height: 52px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

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

 .imageview_1db6d1858779 img {
   position: absolute;
   width: 188.13% !important;
   height: 106.25% !important;
   max-width: none !important;
   left: -41.48%;
   top: 0.00%;
 }

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

 .text_08dece03ba76 {
   width: 303.15px;
   height: 111px;
   line-height: 37px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_08dece03ba76 {
   overflow: visible;
 }

 .text_df265b328e48 {
   width: 100%;
   min-width: 0;
   height: 156px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_df265b328e48 {
   overflow: visible;
 }

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

 .container_2d55863debac {
   padding: 35px 35px 35px 35px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbf5ed;
 }

 .container_78f4ef21b8b6 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 30px 30px 30px 30px;
 }

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

 .imageview_831f8f4ea64e img {
   position: absolute;
   width: 215.80% !important;
   height: 114.25% !important;
   max-width: none !important;
   left: -9.29%;
   top: -14.25%;
 }

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

 .text_c5c210f962a8 {
   width: 289.54px;
   height: 74px;
   line-height: 37px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c5c210f962a8 {
   overflow: visible;
 }

 .text_7e1ed61c1233 {
   width: 100%;
   min-width: 0;
   height: 208px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_7e1ed61c1233 {
   overflow: visible;
 }

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

 .container_f575526c8dcd {
   padding: 35px 35px 35px 35px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbf5ed;
 }

 .container_f37476019413 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 30px 30px 30px 30px;
 }

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

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

 .text_a855742bf885 {
   width: 100%;
   min-width: 0;
   height: 74px;
   line-height: 37px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a855742bf885 {
   overflow: visible;
 }

 .text_4a3242de76c2 {
   width: 100%;
   min-width: 0;
   height: 156px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_4a3242de76c2 {
   overflow: visible;
 }

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

 .container_36bb278f71d3 {
   padding: 35px 35px 35px 35px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbf5ed;
 }

 .container_b73e6d5d3289 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 30px 30px 30px 30px;
 }

 .imageview_48c8498a09dc {
   width: 52px;
   height: 52px;
   flex-shrink: 0;
   transform-origin: center;
   _scaling-factor: 1;
 }

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

 .container_d41bbbf65442 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1a33e6989ad3 {
   width: 50px;
   height: 12px;
   flex-shrink: 0;
   background: #bb947b;
   border-radius: 30px 30px 30px 30px;
 }

 .container_21f4d7b138c1 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   background: #dc9c514d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_c3026c9769bc {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   background: #dc9c514d;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_b51b76114d27 {
   padding: 100px 100px 100px 100px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 45px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_2a7e7633a300 {
   width: 590px;
   height: 118px;
   line-height: 59px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_2a7e7633a300 {
   overflow: visible;
 }

 .text_868ebe0cfaed {
   width: 590px;
   height: 142px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_868ebe0cfaed {
   overflow: visible;
 }

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

 .text_4750c02b946f {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .imageview_bf92aadd6cf7 {
   width: 16px;
   height: 24px;
 }

 .imageview_bf92aadd6cf7 img {
   position: absolute;
   width: 16.1px !important;
   height: 10.2px !important;
   max-width: none !important;
   left: 0.0px;
   top: 6.9px;
 }

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

 .container_58058add2e0f {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_58058add2e0f {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

 .container_d5fdaeca9393 {
   padding: 60px 0 60px 0;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c1426f4988e6 {
   width: 590px;
   height: 545px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_d178a249cf5d {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: center;
   align-items: center;
   gap: 0 45px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d73924642cb5 {
   padding: 100px 100px 100px 100px;
   height: 663px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 60px;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2177.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: multiply;
   opacity: 0.4000000059604645;
 }

 .container_60c2ffd439a2 {
   width: 100%;
   min-width: 0;
   height: 663px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #bb947b;
 }

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

 .text_autoheight_bb5ed736ebd3 {
   overflow: visible;
 }

 .text_82fd2ab41ca5 {
   width: 100%;
   min-width: 0;
   height: 59px;
   line-height: 59px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_82fd2ab41ca5 {
   overflow: visible;
 }

 .text_a61f2c8d966d {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a61f2c8d966d {
   overflow: visible;
 }

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

 .text_1474ba9c8e18 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_6397c5344395 {
   padding: 20px 50px 20px 50px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_6397c5344395 {
   padding: 20px 50px 20px 50px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

 .text_42803699e5d2 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_5e2541a62518 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_5e2541a62518 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

 .text_923adcccc2e4 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_af009d35bf6a {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_af009d35bf6a {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

 .text_9086c8261d80 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_b8312f43976f {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_b8312f43976f {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

 .container_4a79ef8fde57 {
   width: 1240px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: flex-start;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6958bc91dd59 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_94313dcc3480 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_94313dcc3480 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

 .text_efed3b4c940d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_861543e3b532 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_861543e3b532 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

 .text_d97442dd0cf2 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_53771856cfcd {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_53771856cfcd {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

 .container_3e7569c9eb55 {
   width: 1240px;
   height: 64px;
   position: absolute !important;
   left: 0px;
   top: 78px;
   justify-content: center;
   align-items: flex-start;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_19f14cadb290 {
   position: relative !important;
   overflow: visible;
   width: 1240px;
   height: 142px;
   flex-shrink: 0;
 }

 .container_72a588678b66 {
   width: 343px;
   height: 275px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2248.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_a43340fcc114 {
   position: relative !important;
   overflow: visible;
   width: 343px;
   height: 275px;
   flex-shrink: 0;
   background: #00000033;
   border-radius: 30px 30px 30px 30px;
 }

 .container_9cad68ec9c9c {
   width: 469px;
   height: 275px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2249.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_a5098fbba978 {
   position: relative !important;
   overflow: visible;
   width: 469px;
   height: 275px;
   flex-shrink: 0;
   background: #00000033;
   border-radius: 30px 30px 30px 30px;
 }

 .container_7e19344767e9 {
   height: 275px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2250.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_7a88d045c189 {
   height: 275px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_91bc301cd3b5 {
   width: 454px;
   height: 346px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2252.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_81e51ae27a97 {
   position: relative !important;
   overflow: visible;
   width: 454px;
   height: 346px;
   flex-shrink: 0;
   background: #00000033;
   border-radius: 30px 30px 30px 30px;
 }

 .container_36eec1911b5e {
   width: 469px;
   height: 346px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2253.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_38f53519b4c9 {
   position: relative !important;
   overflow: visible;
   width: 469px;
   height: 346px;
   flex-shrink: 0;
   background: #00000033;
   border-radius: 30px 30px 30px 30px;
 }

 .container_13be1a20fa65 {
   height: 346px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2254.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_96dcb87df974 {
   height: 346px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
   border-radius: 30px 30px 30px 30px;
 }

 .container_fcec08271f9f {
   width: 100%;
   min-width: 0;
   height: 346px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_45e2b39033fc {
   width: 388px;
   height: 275px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2256.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_f117f535d886 {
   position: relative !important;
   overflow: visible;
   width: 388px;
   height: 275px;
   flex-shrink: 0;
   background: #00000033;
   border-radius: 30px 30px 30px 30px;
 }

 .container_a0b49bd03024 {
   width: 351px;
   height: 275px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2257.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_6bdf48690124 {
   position: relative !important;
   overflow: visible;
   width: 351px;
   height: 275px;
   flex-shrink: 0;
   background: #00000033;
   border-radius: 30px 30px 30px 30px;
 }

 .container_f614267c8302 {
   height: 275px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1102:2258.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_97f70e352ce0 {
   height: 275px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
   border-radius: 30px 30px 30px 30px;
 }

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

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

 .text_ccfc94b4ac02 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .imageview_4c7b474161e5 {
   width: 16px;
   height: 24px;
 }

 .imageview_4c7b474161e5 img {
   position: absolute;
   width: 16.1px !important;
   height: 10.2px !important;
   max-width: none !important;
   left: 0.0px;
   top: 6.9px;
 }

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

 .container_4e6173ec1f11 {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_4e6173ec1f11 {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

 .container_335a3780eb9a {
   padding: 50px 100px 100px 100px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 45px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_934fee0814ca {
   width: 1440px;
   height: 322px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 368px;
   background: #ffffff1a;
 }

 .container_3ff90e3f7f6b {
   width: 1440px;
   height: 510px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 510px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1105:280.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: multiply;
   opacity: 0.4000000059604645;
 }

 .container_dc6a0b73d6d7 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 510px;
   z-index: 2;
   left: 0px;
   top: 510px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   background: linear-gradient(0deg, #bc9378ff 56.64%, #8f664cff 123.37%);
 }

 .text_0068da53e5f2 {
   width: 1130px;
   height: 59px;
   z-index: 3;
   line-height: 59px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0068da53e5f2 {
   overflow: visible;
 }

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

 .text_c0293a306df2 {
   width: 485px;
   height: 130px;
   z-index: 3;
   position: absolute !important;
   left: 35px;
   top: 35px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c0293a306df2 {
   overflow: visible;
 }

 .container_7b68bb9ee923 {
   width: 65px;
   height: 65px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #bc9378;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_06dfed1aa0e7 {
   position: relative !important;
   overflow: visible;
   width: 65px;
   height: 65px;
   flex-shrink: 0;
   z-index: 3;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1105:291.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
 }

 .text_f81ad127d744 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 3;
   line-height: 29px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f81ad127d744 {
   overflow: visible;
 }

 .text_a722b3a9daa9 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 3;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a722b3a9daa9 {
   overflow: visible;
 }

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

 .container_36a61a72dcf1 {
   width: 485px;
   height: 65px;
   z-index: 3;
   position: absolute !important;
   left: 35px;
   top: 185px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 25px;
   display: flex !important;
   flex-direction: row;
 }

 .text_210100f4719f {
   width: 56px;
   height: 26px;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 44px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_210100f4719f {
   overflow: visible;
 }

 .container_be0d5c983eda {
   position: relative !important;
   overflow: visible;
   width: 555px;
   height: 285px;
   flex-shrink: 0;
   z-index: 3;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

 .text_22dfa513ea7e {
   width: 485px;
   height: 130px;
   z-index: 3;
   position: absolute !important;
   left: 35px;
   top: 35px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_22dfa513ea7e {
   overflow: visible;
 }

 .container_1db5f9677347 {
   width: 65px;
   height: 65px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #bc9378;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_66501b24d08f {
   position: relative !important;
   overflow: visible;
   width: 65px;
   height: 65px;
   flex-shrink: 0;
   z-index: 3;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1105:299.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
 }

 .text_e0d0c5fe360b {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 3;
   line-height: 29px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_e0d0c5fe360b {
   overflow: visible;
 }

 .text_f5d2e65ea432 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 3;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f5d2e65ea432 {
   overflow: visible;
 }

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

 .container_56be2070eb23 {
   width: 485px;
   height: 65px;
   z-index: 3;
   position: absolute !important;
   left: 35px;
   top: 185px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 25px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3b8555c2bd4f {
   width: 56px;
   height: 26px;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 44px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_3b8555c2bd4f {
   overflow: visible;
 }

 .container_6e498d919c82 {
   position: relative !important;
   overflow: visible;
   width: 555px;
   height: 285px;
   flex-shrink: 0;
   z-index: 3;
   background: #dc9c511a;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_75ca40bc9c6e {
   width: 50px;
   height: 12px;
   flex-shrink: 0;
   z-index: 3;
   background: #bc9378;
   border-radius: 30px 30px 30px 30px;
 }

 .container_0131e239376b {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 3;
   background: #bc93784d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_fa1fce99563b {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 3;
   background: #bc93784d;
   border-radius: 30px 30px 30px 30px;
 }

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

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

 .container_59b16e7d6952 {
   padding: 50px 50px 50px 50px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 45px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 30px 30px 30px 30px;
   box-shadow: 0px -15px 25px #0000001a;
 }

 .container_97f9790dd859 {
   padding: 0 100px 0 100px;
   width: 1440px;
   height: 531px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 71px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_889302d32044 {
   position: relative !important;
   width: 1440px;
   height: 632px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_7e75fce81d37 {
   width: 100%;
   min-width: 0;
   height: 118px;
   line-height: 59px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_7e75fce81d37 {
   overflow: visible;
 }

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

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

 .text_ae765488da69 {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_ae765488da69 {
   overflow: visible;
 }

 .text_cc6e5405583e {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_cc6e5405583e {
   overflow: visible;
 }

 .imageview_bd17daaf536e {
   width: 18px;
   height: 20px;
 }

 .imageview_bd17daaf536e img {
   position: absolute;
   width: 17.8px !important;
   height: 10.1px !important;
   max-width: none !important;
   left: -0.2px;
   top: 6.6px;
 }

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

 .container_5faa4a415c6f {
   padding: 20px 40px 20px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 30px 30px 30px 30px;
 }

 .text_f015faedb636 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f015faedb636 {
   overflow: visible;
 }

 .imageview_c54e0a21651c {
   width: 18px;
   height: 20px;
 }

 .imageview_c54e0a21651c img {
   position: absolute;
   width: 17.8px !important;
   height: 10.1px !important;
   max-width: none !important;
   left: -0.2px;
   top: 6.6px;
 }

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

 .container_74f6ef038a47 {
   padding: 20px 40px 20px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 30px 30px 30px 30px;
 }

 .text_dd1960ac98ec {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_dd1960ac98ec {
   overflow: visible;
 }

 .imageview_3d9fc082acc9 {
   width: 18px;
   height: 20px;
 }

 .imageview_3d9fc082acc9 img {
   position: absolute;
   width: 17.8px !important;
   height: 10.1px !important;
   max-width: none !important;
   left: -0.2px;
   top: 6.6px;
 }

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

 .input_text_33e0ded50629 {
   padding: 20px 40px 20px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
   border-radius: 30px 30px 30px 30px;
   font-family: 'Montserrat';
 }

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

 .input_text_33e0ded50629::placeholder {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   text-align: start;
   word-wrap: break-word;
   color: #000000;
   font-family: 'Montserrat';
 }

 .imageview_5252460723b8 {
   width: 18px;
   height: 20px;
 }

 .text_555923cb8537 {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_555923cb8537 {
   overflow: visible;
 }

 .imageview_3cde268eba81 {
   width: 18px;
   height: 20px;
 }

 .imageview_3cde268eba81 img {
   position: absolute;
   width: 17.8px !important;
   height: 10.1px !important;
   max-width: none !important;
   left: -0.2px;
   top: 6.6px;
 }

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

 .input_text_4634da6e87cd {
   padding: 20px 40px 20px 40px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 998;
   border-top: 2px solid #000000ff;
   border-right: 2px solid #000000ff;
   border-bottom: 2px solid #000000ff;
   border-left: 2px solid #000000ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
   border-radius: 30px 30px 30px 30px;
   font-family: 'Montserrat';
 }

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

 .input_text_4634da6e87cd::placeholder {
   height: 27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 27px;
   text-align: start;
   word-wrap: break-word;
   color: #000000;
   font-family: 'Montserrat';
 }

 .imageview_384b84b05aa5 {
   width: 18px;
   height: 20px;
 }

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

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

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

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

 .container_f02240553856 {
   padding: 120px 100px 120px 100px;
   width: 100%;
   min-width: 0;
   height: 783px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_a32125ee8580 {
   width: 1286.69px;
   height: 130px;
   line-height: 65px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_a32125ee8580 {
   overflow: visible;
 }

 .text-e74d6df3c26f_a32125ee8580 {
   line-height: 65px;
   font-family: 'Montserrat';
 }

 .text-64923f1d80bc_a32125ee8580 {
   line-height: 65px;
   font-family: 'Montserrat';
 }

 .text-83a95e824e09_a32125ee8580 {
   line-height: 65px;
   font-family: 'Montserrat';
 }

 .text_38f72dca5311 {
   width: 589px;
   height: 26px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_38f72dca5311 {
   overflow: visible;
 }

 .text_b0246e597956 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .imageview_92243291c0ff {
   width: 16px;
   height: 24px;
 }

 .imageview_92243291c0ff img {
   position: absolute;
   width: 16.1px !important;
   height: 10.2px !important;
   max-width: none !important;
   left: 0.0px;
   top: 6.9px;
 }

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

 .container_9db8b08ae8fc {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_9db8b08ae8fc {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

 .container_29b5d251f695 {
   width: 1286px;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8e993eb45511 {
   padding: 100px 100px 100px 100px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #bb947b29;
 }

 .text_13c4533d7357 {
   width: 100%;
   min-width: 0;
   height: 35px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_13c4533d7357 {
   overflow: visible;
 }

 .imageview_71e678511e25 {
   width: 10px;
   height: 20px;
 }

 .imageview_71e678511e25 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_3859c5dd79ec {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_3859c5dd79ec {
   overflow: visible;
 }

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

 .imageview_205cc15bbeed {
   width: 10px;
   height: 20px;
 }

 .imageview_205cc15bbeed img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_da6e1325d392 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_da6e1325d392 {
   overflow: visible;
 }

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

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

 .text_77209834c66f {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_77209834c66f {
   overflow: visible;
 }

 .imageview_5d787464b4f9 {
   width: 20px;
   height: 20px;
 }

 .imageview_5d787464b4f9 img {
   position: absolute;
   width: 19.4px !important;
   height: 19.2px !important;
   max-width: none !important;
   left: 0.3px;
   top: 0.8px;
 }

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

 .imageview_9efb6382fb37 {
   width: 18px;
   height: 20px;
 }

 .imageview_9efb6382fb37 img {
   position: absolute;
   width: 17.5px !important;
   height: 17.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: 1.8px;
 }

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

 .imageview_23bef62507ba {
   width: 18px;
   height: 20px;
 }

 .imageview_23bef62507ba img {
   position: absolute;
   width: 17.5px !important;
   height: 17.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 1.8px;
 }

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

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

 .container_2412f49002c9 {
   width: 306px;
   height: 267px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ea54d2ab396c {
   width: 100%;
   min-width: 0;
   height: 35px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_ea54d2ab396c {
   overflow: visible;
 }

 .imageview_2ce9b2516b24 {
   width: 10px;
   height: 20px;
 }

 .imageview_2ce9b2516b24 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_b292e0078914 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_b292e0078914 {
   overflow: visible;
 }

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

 .imageview_da3290873015 {
   width: 10px;
   height: 20px;
 }

 .imageview_da3290873015 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_58a079618e7a {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_58a079618e7a {
   overflow: visible;
 }

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

 .imageview_ffdebe8f318a {
   width: 10px;
   height: 20px;
 }

 .imageview_ffdebe8f318a img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_3c974c6b6318 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_3c974c6b6318 {
   overflow: visible;
 }

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

 .imageview_9a6972d55cc2 {
   width: 10px;
   height: 20px;
 }

 .imageview_9a6972d55cc2 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_5b094246e0bb {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_5b094246e0bb {
   overflow: visible;
 }

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

 .imageview_b4acfd59a9a4 {
   width: 10px;
   height: 20px;
 }

 .imageview_b4acfd59a9a4 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_97ebf3c20e89 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_97ebf3c20e89 {
   overflow: visible;
 }

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

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

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

 .text_181fa45e5d8a {
   width: 100%;
   min-width: 0;
   height: 35px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_181fa45e5d8a {
   overflow: visible;
 }

 .imageview_7f4be103b908 {
   width: 10px;
   height: 20px;
 }

 .imageview_7f4be103b908 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_0cba66f0873f {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0cba66f0873f {
   overflow: visible;
 }

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

 .imageview_bb624dffe999 {
   width: 10px;
   height: 20px;
 }

 .imageview_bb624dffe999 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_8b30744ac1b1 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_8b30744ac1b1 {
   overflow: visible;
 }

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

 .imageview_292c9abd4c55 {
   width: 10px;
   height: 20px;
 }

 .imageview_292c9abd4c55 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_730b95d7d798 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_730b95d7d798 {
   overflow: visible;
 }

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

 .imageview_e1afc157fd87 {
   width: 10px;
   height: 20px;
 }

 .imageview_e1afc157fd87 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_249527267811 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_249527267811 {
   overflow: visible;
 }

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

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

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

 .text_d6e1321a27cc {
   width: 100%;
   min-width: 0;
   height: 35px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_d6e1321a27cc {
   overflow: visible;
 }

 .text_0837a94bc54e {
   height: 52px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0837a94bc54e {
   overflow: visible;
 }

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

 .imageview_aa56b2948543 {
   width: 10px;
   height: 20px;
 }

 .imageview_aa56b2948543 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_e896403b7d36 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_e896403b7d36 {
   overflow: visible;
 }

 .container_6eda18887c3b {
   width: 100%;
   min-width: 0;
   height: 37px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .text_autoheight_789eedde97d8 {
   overflow: visible;
 }

 .container_d303f79a6ef2 {
   padding: 30px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #bb947bff;
   border-right: 0px solid #bb947bff;
   border-bottom: 0px solid #bb947bff;
   border-left: 0px solid #bb947bff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ffc7436b229d {
   padding: 100px 100px 30px 100px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .text_4afed2552f4b {
   width: 1126px;
   height: 178px;
   line-height: 89px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_4afed2552f4b {
   overflow: visible;
 }

 .container_c0ea9c1ad26a {
   width: 1240px;
   height: 178px;
   position: absolute !important;
   left: 0px;
   top: 41px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_17b9eb7a26fe {
   position: absolute !important;
   overflow: visible;
   width: 1240px;
   height: 219px;
   left: 100px;
   top: 154.81px;
 }

 .container_36343ee0e1ba {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 440px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:93.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: multiply;
   opacity: 0.25999999046325684;
 }

 .container_f8c4912a51aa {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 440px;
   flex-shrink: 0;
   background: #fbf5ed;
 }

 .container_516e05066d58 {
   width: 1440px;
   height: 459px;
   position: absolute !important;
   left: 0px;
   top: 1px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2a1ec214c690 {
   width: 213px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .imageview_958dc1773e16 {
   width: 9px;
   height: 13px;
   z-index: 1;
 }

 .imageview_958dc1773e16 img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

 .imageview_2c11a0b8f8cd {
   width: 9px;
   height: 13px;
   z-index: 1;
 }

 .imageview_2c11a0b8f8cd img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

 .imageview_f054de9e0c73 {
   width: 9px;
   height: 13px;
   z-index: 1;
 }

 .imageview_f054de9e0c73 img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

 .imageview_bdf6758e48e7 {
   width: 9px;
   height: 13px;
   z-index: 1;
 }

 .imageview_bdf6758e48e7 img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

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

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

 .container_b60c94083d67 {
   width: 810px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 279.65px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_b60c94083d67 {
   position: absolute !important;
   left: 279.65px;
   top: 15px;
   width: 810px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_b60c94083d67 {
   width: 810px;
   height: 24px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7d12fb59441f {
   width: 29.15px;
   height: 29.94px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .imageview_5d9d684f4ccc {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 1;
 }

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

 .container_2a549abb5541 {
   width: 83.7px;
   height: 34.85px;
   z-index: 1;
   position: absolute !important;
   left: 1156.3px;
   top: 9.58px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 19.7px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_2a549abb5541 {
   position: absolute !important;
   left: 1156.3px;
   top: 9.58px;
   width: 83.7px;
   height: 34.85px;
   z-index: 1;
 }

 .container_nested_2a549abb5541 {
   width: 83.7px;
   height: 34.85px;
   z-index: 1;
   justify-content: flex-end;
   align-items: center;
   gap: 0 19.7px;
   display: flex !important;
   flex-direction: row;
 }

 .container_85ff96052b38 {
   position: relative !important;
   width: 1240px;
   height: 54px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_01462bfc1fb4 {
   width: 1440px;
   height: 143.06px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_nested_01462bfc1fb4 {
   width: 1440px;
   height: 143.06px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ab321a60b7d2 {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 460px;
   flex-shrink: 0;
 }

 .container_d57f123dbb8d {
   width: 1440px;
   height: 468px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:268.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: multiply;
   opacity: 0.4000000059604645;
 }

 .container_ff24509f2eff {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 468px;
   flex-shrink: 0;
   background: #fbf5ed;
 }

 .container_20c8cfaa3584 {
   width: 1440px;
   height: 595px;
   position: absolute !important;
   left: 0px;
   top: 1px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_08708f64e365 {
   width: 100%;
   min-width: 0;
   height: 150px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 70px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text-0c9e934acc8b_08708f64e365 {
   line-height: 70px;
   font-family: 'Montserrat';
 }

 .text-6cb5a58fa278_08708f64e365 {
   line-height: 70px;
   font-family: 'Montserrat';
 }

 .text_7a84be13827c {
   width: 1072px;
   height: 104px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_7a84be13827c {
   overflow: visible;
 }

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

 .container_f491c6966c9a {
   padding: 50px 50px 0 50px;
   width: 100%;
   min-width: 0;
   height: 409px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 45px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 30px 30px 30px 30px;
   box-shadow: 0px -15px 25px #0000001a;
 }

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

 .container_ddc99045fb26 {
   width: 1440px;
   height: 485px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 111px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ee4d352249e8 {
   width: 213px;
   height: 54px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

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

 .imageview_c2f1654606e5 {
   width: 9px;
   height: 13px;
   z-index: 2;
 }

 .imageview_c2f1654606e5 img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

 .imageview_f1244c4c676a {
   width: 9px;
   height: 13px;
   z-index: 2;
 }

 .imageview_f1244c4c676a img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

 .imageview_4ded9e4b427a {
   width: 9px;
   height: 13px;
   z-index: 2;
 }

 .imageview_4ded9e4b427a img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

 .imageview_fff3d00dd7a4 {
   width: 9px;
   height: 13px;
   z-index: 2;
 }

 .imageview_fff3d00dd7a4 img {
   position: absolute;
   width: 8.2px !important;
   height: 4.9px !important;
   max-width: none !important;
   left: -0.1px;
   top: 4.5px;
 }

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

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

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

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

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

 .container_358f36fe9721 {
   width: 810px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 279.65px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_39a2d7de5556 {
   width: 29.15px;
   height: 29.94px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .imageview_b116cfab9c9c {
   width: 35px;
   height: 35px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 1;
 }

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

 .container_a296095a383c {
   width: 83.7px;
   height: 34.85px;
   z-index: 2;
   position: absolute !important;
   left: 1156.3px;
   top: 9.58px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 19.7px;
   display: flex !important;
   flex-direction: row;
 }

 .container_874775d19a1b {
   position: relative !important;
   width: 1240px;
   height: 54px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
 }

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

 .container_6f6eb5100a11 {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 596px;
   flex-shrink: 0;
 }

 .container_aa8ec2d23eb1 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:356.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_3e3bb5d850c1 {
   height: 750px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #dbc3b3;
   border-radius: 30px 30px 30px 30px;
 }

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

 .text_autoheight_523a5e8d28f9 {
   overflow: visible;
 }

 .text_779988d1c492 {
   width: 100%;
   min-width: 0;
   height: 200px;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_779988d1c492 {
   overflow: visible;
 }

 .text-48cd1a5cf73c_779988d1c492 {
   line-height: 50px;
   font-family: 'Montserrat';
 }

 .text-eb3146f354ab_779988d1c492 {
   line-height: 50px;
   font-family: 'Montserrat';
 }

 .text_0ea680490eac {
   width: 100%;
   min-width: 0;
   height: 182px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0ea680490eac {
   overflow: visible;
 }

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

 .imageview_dff8a9c6f199 {
   width: 20px;
   height: 20px;
 }

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

 .text_c5ff5128824d {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c5ff5128824d {
   overflow: visible;
 }

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

 .imageview_5ce58ae94061 {
   width: 20px;
   height: 20px;
 }

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

 .text_3b91b5a5f9c7 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_3b91b5a5f9c7 {
   overflow: visible;
 }

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

 .imageview_ab4d4f401e38 {
   width: 20px;
   height: 20px;
 }

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

 .text_d1b43063b657 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_d1b43063b657 {
   overflow: visible;
 }

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

 .imageview_31da4eec7f3e {
   width: 20px;
   height: 20px;
 }

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

 .text_a2efa5734c3b {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a2efa5734c3b {
   overflow: visible;
 }

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

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

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

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

 .container_cf437331293d {
   padding: 100px 100px 100px 100px;
   width: 1440px;
   height: fit-content;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

 .text_autoheight_369cb8a74120 {
   overflow: visible;
 }

 .text_563ae50371c8 {
   width: 100%;
   min-width: 0;
   height: 200px;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_563ae50371c8 {
   overflow: visible;
 }

 .text-737f6dcf3636_563ae50371c8 {
   line-height: 50px;
   font-family: 'Montserrat';
 }

 .text-c5e3d44a53cd_563ae50371c8 {
   line-height: 50px;
   font-family: 'Montserrat';
 }

 .text_6c4a040ce9de {
   width: 100%;
   min-width: 0;
   height: 182px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_6c4a040ce9de {
   overflow: visible;
 }

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

 .imageview_e54725c5f38b {
   width: 20px;
   height: 20px;
 }

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

 .text_afb3da010eab {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_afb3da010eab {
   overflow: visible;
 }

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

 .imageview_6d7db937576b {
   width: 20px;
   height: 20px;
 }

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

 .text_dadfc24949cb {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_dadfc24949cb {
   overflow: visible;
 }

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

 .imageview_7a94e3d5aa33 {
   width: 20px;
   height: 20px;
 }

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

 .text_980c8d312565 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_980c8d312565 {
   overflow: visible;
 }

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

 .imageview_edf478405b48 {
   width: 20px;
   height: 20px;
 }

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

 .text_03fd32ffc209 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_03fd32ffc209 {
   overflow: visible;
 }

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

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

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

 .imageview_5b9a5df48c49 {
   height: 750px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   _scaling-factor: 0.5;
   border-radius: 30px 30px 30px 30px;
 }

 .imageview_5b9a5df48c49 img {
   position: absolute;
   width: 100.00% !important;
   height: 182.17% !important;
   max-width: none !important;
   left: 0.00%;
   top: -55.49%;
 }

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

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

 .container_9c129d2cb780 {
   padding: 0 100px 100px 100px;
   width: 1440px;
   height: fit-content;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_26e5ff27c6e4 {
   width: 590px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_55f0597651a6 {
   width: 100%;
   min-width: 0;
   height: 59px;
   line-height: 59px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_55f0597651a6 {
   overflow: visible;
 }

 .text-fd0fb2ff61b3_55f0597651a6 {
   line-height: 59px;
   font-family: 'Montserrat';
 }

 .text-7986e7705c91_55f0597651a6 {
   line-height: 59px;
   font-family: 'Montserrat';
 }

 .text-b5a5ebaee394_55f0597651a6 {
   line-height: 59px;
   font-family: 'Montserrat';
 }

 .text_a67747d0185f {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a67747d0185f {
   overflow: visible;
 }

 .container_31f41a38b113 {
   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_4b82e540e44e {
   height: 197px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bc484ce5216c {
   width: 1240px;
   height: 197px;
   position: absolute !important;
   left: 100px;
   top: 70px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 60px;
   display: flex !important;
   flex-direction: row;
 }

 .container_15ed31012294 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 337px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:396.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: multiply;
   opacity: 0.4000000059604645;
 }

 .container_fbb039422a7b {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 337px;
   flex-shrink: 0;
   background: #bb947b;
 }

 .container_37ccacaa25c3 {
   width: 2389px;
   height: 846px;
   position: absolute !important;
   left: 0px;
   top: 846px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:736.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: multiply;
   opacity: 0.4000000059604645;
 }

 .container_831a633308df {
   position: absolute !important;
   overflow: visible;
   width: 2389px;
   height: 846px;
   left: -473.85px;
   top: 846px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   background: linear-gradient(0deg, #bc9378ff 56.64%, #8f664cff 123.37%);
 }

 .imageview_794c35625b12 {
   width: 1240px;
   height: 400px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 80px;
   _scaling-factor: 0.5;
   border-radius: 30px 30px 30px 30px;
 }

 .imageview_794c35625b12 img {
   position: absolute;
   width: 100.00% !important;
   height: 193.75% !important;
   max-width: none !important;
   left: 0.00%;
   top: -29.62%;
 }

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

 .text_56e53e9e49e2 {
   width: 100%;
   min-width: 0;
   height: 59px;
   z-index: 1;
   line-height: 59px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_56e53e9e49e2 {
   overflow: visible;
 }

 .text_98ae145b96f5 {
   width: 1088px;
   height: 52px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_98ae145b96f5 {
   overflow: visible;
 }

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

 .imageview_11033e4705c0 {
   width: 16px;
   height: 24px;
   z-index: 1;
 }

 .imageview_11033e4705c0 img {
   position: absolute;
   width: 16.1px !important;
   height: 10.2px !important;
   max-width: none !important;
   left: 0.0px;
   top: 6.9px;
 }

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

 .container_18e17129fc1f {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_18e17129fc1f {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

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

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

 .container_2e692d9b961b {
   width: 1240px;
   height: 235px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 530px;
   justify-content: center;
   align-items: flex-start;
   gap: 0 60px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3e44f9b59cd4 {
   position: absolute !important;
   width: 1440px;
   height: 846px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:416.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: multiply;
   opacity: 0.20000000298023224;
 }

 .container_97e0406c499b {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 846px;
   flex-shrink: 0;
   background: #fcf6ee;
 }

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

 .container_7531f4442021 {
   height: 350px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:440.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_7fbc441543f9 {
   width: 590px;
   height: 350px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #c4c4c4;
   border-radius: 30px 30px 30px 30px;
 }

 .text_430a4ab9c0e8 {
   width: 590px;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_430a4ab9c0e8 {
   overflow: visible;
 }

 .text_1a4f4800c891 {
   width: 590px;
   height: 100px;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_1a4f4800c891 {
   overflow: visible;
 }

 .text_16d4c31265b9 {
   width: 590px;
   height: 168px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_16d4c31265b9 {
   overflow: visible;
 }

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

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

 .imageview_023f2799c174 {
   width: 590px;
   height: 350px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 30px 30px 30px 30px;
 }

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

 .text_cac4b7ecd53a {
   width: 590px;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_cac4b7ecd53a {
   overflow: visible;
 }

 .text_f9edbc99fc21 {
   width: 590px;
   height: 100px;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f9edbc99fc21 {
   overflow: visible;
 }

 .text_a2febaf231d2 {
   width: 590px;
   height: 168px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a2febaf231d2 {
   overflow: visible;
 }

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

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

 .container_f89c3983d97e {
   padding: 0 100px 50px 100px;
   width: 1440px;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 60px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .container_5060b7c89dd3 {
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:453.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_eff2629c3beb {
   height: 278px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #00000033;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_640c77074647 {
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #c4c4c4;
   border-radius: 30px 30px 30px 30px;
 }

 .text_536572c12795 {
   width: 100%;
   min-width: 0;
   height: 100px;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_536572c12795 {
   overflow: visible;
 }

 .text_acf5ca439538 {
   width: 100%;
   min-width: 0;
   height: 194px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_acf5ca439538 {
   overflow: visible;
 }

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

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

 .container_867df28dbdf8 {
   height: 278px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:458.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_be002269a05b {
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #c4c4c4;
   border-radius: 30px 30px 30px 30px;
 }

 .text_ec3e0146b0b3 {
   width: 100%;
   min-width: 0;
   height: 100px;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_ec3e0146b0b3 {
   overflow: visible;
 }

 .text_0fcc4afa6d08 {
   width: 100%;
   min-width: 0;
   height: 194px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0fcc4afa6d08 {
   overflow: visible;
 }

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

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

 .container_72cefce8e1ea {
   height: 278px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:463.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_4aa386b461b5 {
   width: 100%;
   min-width: 0;
   height: 278px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #c4c4c4;
   border-radius: 30px 30px 30px 30px;
 }

 .text_eef95446bf17 {
   width: 100%;
   min-width: 0;
   height: 100px;
   line-height: 50px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_eef95446bf17 {
   overflow: visible;
 }

 .text_cf7cb37c8c79 {
   width: 100%;
   min-width: 0;
   height: 194px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_cf7cb37c8c79 {
   overflow: visible;
 }

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

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

 .container_49a11e424470 {
   padding: 0 100px 100px 100px;
   width: 1440px;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 60px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_ac8d37a81c98 {
   width: 100%;
   min-width: 0;
   height: 110px;
   line-height: 55px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_ac8d37a81c98 {
   overflow: visible;
 }

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

 .container_6fea8fb0f953 {
   height: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:471.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_3766428727b7 {
   height: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
   mix-blend-mode: normal;
 }

 .container_3bc1738ac598 {
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
 }

 .text_29bfaf7518c1 {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_29bfaf7518c1 {
   overflow: visible;
 }

 .container_8b4321c3b0e1 {
   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;
 }

 .container_35dafa1561b4 {
   padding: 35px 35px 35px 35px;
   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_a44fd123000f {
   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;
   background: #fbf5ed;
   border-radius: 30px 30px 30px 30px;
 }

 .container_22fbe17ce3a4 {
   height: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:476.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_25e5d9a2f88d {
   height: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
   mix-blend-mode: normal;
 }

 .container_8ef5ea0a4b0b {
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
 }

 .text_8a2146d89cc2 {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_8a2146d89cc2 {
   overflow: visible;
 }

 .container_48ec2a98b4c9 {
   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;
 }

 .container_3ca2790a739f {
   padding: 35px 35px 35px 35px;
   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_859a984277b9 {
   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;
   background: #fbf5ed;
   border-radius: 30px 30px 30px 30px;
 }

 .container_0fb6fde670ca {
   height: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:481.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_85a12b09cd0f {
   height: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
   mix-blend-mode: normal;
 }

 .container_92b214f5912e {
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
 }

 .text_5ecf32b55e99 {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_5ecf32b55e99 {
   overflow: visible;
 }

 .container_57273746e13a {
   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;
 }

 .container_90c38756971d {
   padding: 35px 35px 35px 35px;
   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_0fa8b2948f2c {
   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;
   background: #fbf5ed;
   border-radius: 30px 30px 30px 30px;
 }

 .container_c6362d5dc858 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_c678146d4bb8 img {
   position: absolute;
   width: 100.00% !important;
   height: 184.53% !important;
   max-width: none !important;
   left: 0.00%;
   top: -16.97%;
 }

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

 .text_298316f4cb80 {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_298316f4cb80 {
   overflow: visible;
 }

 .container_0edbc6fa38a9 {
   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;
 }

 .container_db1a04baecf0 {
   padding: 35px 35px 35px 35px;
   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_afdc82fc533d {
   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;
   background: #fbf5ed;
   border-radius: 30px 30px 30px 30px;
 }

 .container_fac5b65de4bf {
   height: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:492.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_cd9822d25b29 {
   height: 500px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
   mix-blend-mode: normal;
 }

 .container_3105142b182e {
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
 }

 .text_f7a6973bf5b3 {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f7a6973bf5b3 {
   overflow: visible;
 }

 .container_3565181ff54d {
   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;
 }

 .container_1eba855925da {
   padding: 35px 35px 35px 35px;
   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_6be2ba22ee01 {
   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;
   background: #fbf5ed;
   border-radius: 30px 30px 30px 30px;
 }

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

 .imageview_b2aa14130f4d img {
   position: absolute;
   width: 100.00% !important;
   height: 218.31% !important;
   max-width: none !important;
   left: 0.05%;
   top: -37.07%;
 }

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

 .text_e68a8c023b35 {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_e68a8c023b35 {
   overflow: visible;
 }

 .container_326c15774475 {
   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;
 }

 .container_d026bf35281f {
   padding: 35px 35px 35px 35px;
   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_674a74378e4f {
   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;
   background: #fbf5ed;
   border-radius: 30px 30px 30px 30px;
 }

 .container_dc1c1e02f803 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e2cce091a4f1 {
   width: 50px;
   height: 12px;
   flex-shrink: 0;
   background: #bb947b;
   border-radius: 30px 30px 30px 30px;
 }

 .container_0d8ce2d5d55e {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   background: #dc9c514d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_b54113d62651 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   background: #dc9c514d;
   border-radius: 30px 30px 30px 30px;
 }

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

 .text_15b9f3a7f754 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .imageview_c4e7899db748 {
   width: 16px;
   height: 24px;
 }

 .imageview_c4e7899db748 img {
   position: absolute;
   width: 16.1px !important;
   height: 10.2px !important;
   max-width: none !important;
   left: 0.0px;
   top: 6.9px;
 }

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

 .container_6c7b9ef6602e {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_6c7b9ef6602e {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

 .container_67549d0c9273 {
   padding: 0 100px 100px 100px;
   width: 1440px;
   height: 1786px;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_2115e5df9ce1 {
   height: 395px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1446:109.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 30px 30px 30px 30px;
   mix-blend-mode: normal;
 }

 .container_6cd553e3eaf1 {
   width: 100%;
   min-width: 0;
   height: 395px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
   border-radius: 30px 30px 30px 30px;
 }

 .container_7873e09da7d9 {
   height: 162px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1446:250-1.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_19603cc10991 {
   height: 162px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1446:250.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: normal;
 }

 .container_0fdb204c3faf {
   width: 100%;
   min-width: 0;
   height: 162px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00000033;
 }

 .container_1d51a2cd9c99 {
   padding: 0 0 60px 0;
   height: 733px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e2250ade90fc {
   width: 332px;
   height: 100%;
   min-height: 0;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 57px;
   display: flex !important;
   flex-direction: row;
 }

 .text_211b3022037d {
   width: 100%;
   min-width: 0;
   height: 59px;
   line-height: 59px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_211b3022037d {
   overflow: visible;
 }

 .text_940ab4ad6010 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 25px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_940ab4ad6010 {
   overflow: visible;
 }

 .text_b613401ad101 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 25px;
   top: 30px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_b613401ad101 {
   overflow: visible;
 }

 .text_62a442daed09 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 25px;
   top: 60px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_62a442daed09 {
   overflow: visible;
 }

 .text_91f93c187539 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 25px;
   top: 90px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_91f93c187539 {
   overflow: visible;
 }

 .text_9689af7f8219 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 120px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_9689af7f8219 {
   overflow: visible;
 }

 .text_002675fd2576 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 120px;
   top: 30px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_002675fd2576 {
   overflow: visible;
 }

 .text_cf1dec6ab515 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 120px;
   top: 60px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_cf1dec6ab515 {
   overflow: visible;
 }

 .text_24285182d0bc {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 120px;
   top: 90px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_24285182d0bc {
   overflow: visible;
 }

 .text_cb057c3a47c4 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 215px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_cb057c3a47c4 {
   overflow: visible;
 }

 .text_3cebe0de4f51 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 215px;
   top: 30px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_3cebe0de4f51 {
   overflow: visible;
 }

 .text_642baef3e43f {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 215px;
   top: 60px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_642baef3e43f {
   overflow: visible;
 }

 .text_1d31eddce3b7 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 215px;
   top: 90px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_1d31eddce3b7 {
   overflow: visible;
 }

 .text_fa26bc32bc47 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 310px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_fa26bc32bc47 {
   overflow: visible;
 }

 .text_e43fb872047f {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 310px;
   top: 30px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_e43fb872047f {
   overflow: visible;
 }

 .text_f1b5681b9b6d {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 310px;
   top: 60px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f1b5681b9b6d {
   overflow: visible;
 }

 .text_2fef54d09f22 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 310px;
   top: 90px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_2fef54d09f22 {
   overflow: visible;
 }

 .text_136a221c0977 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 405px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_136a221c0977 {
   overflow: visible;
 }

 .text_b66ac5b953cf {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 405px;
   top: 30px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_b66ac5b953cf {
   overflow: visible;
 }

 .text_02fe06c2ca35 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 405px;
   top: 60px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_02fe06c2ca35 {
   overflow: visible;
 }

 .text_46acb409b5b0 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 405px;
   top: 90px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_46acb409b5b0 {
   overflow: visible;
 }

 .text_affb058379d5 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 500px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_affb058379d5 {
   overflow: visible;
 }

 .text_06a9ea1ac415 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 500px;
   top: 30px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_06a9ea1ac415 {
   overflow: visible;
 }

 .text_2a9c1b6d2a68 {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 500px;
   top: 60px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_2a9c1b6d2a68 {
   overflow: visible;
 }

 .text_124bf10b3bbf {
   width: 90px;
   height: 24px;
   position: absolute !important;
   left: 500px;
   top: 90px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_124bf10b3bbf {
   overflow: visible;
 }

 .text_75508b5f924f {
   width: 115px;
   height: 24px;
   position: absolute !important;
   left: 595px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_75508b5f924f {
   overflow: visible;
 }

 .text_46378e95fd91 {
   width: 115px;
   height: 24px;
   position: absolute !important;
   left: 595px;
   top: 30px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_46378e95fd91 {
   overflow: visible;
 }

 .text_200b8a971b13 {
   width: 115px;
   height: 24px;
   position: absolute !important;
   left: 595px;
   top: 60px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_200b8a971b13 {
   overflow: visible;
 }

 .text_186636b31bc5 {
   width: 115px;
   height: 24px;
   position: absolute !important;
   left: 595px;
   top: 90px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_186636b31bc5 {
   overflow: visible;
 }

 .text_295bea1e0d16 {
   width: 130px;
   height: 24px;
   position: absolute !important;
   left: 715px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_295bea1e0d16 {
   overflow: visible;
 }

 .text_de682da9aae4 {
   width: 130px;
   height: 24px;
   position: absolute !important;
   left: 715px;
   top: 30px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_de682da9aae4 {
   overflow: visible;
 }

 .text_b89c55d94226 {
   width: 130px;
   height: 24px;
   position: absolute !important;
   left: 715px;
   top: 60px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_b89c55d94226 {
   overflow: visible;
 }

 .text_1c711baaf5c4 {
   width: 130px;
   height: 24px;
   position: absolute !important;
   left: 715px;
   top: 90px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_1c711baaf5c4 {
   overflow: visible;
 }

 .imageview_54b3f9843a7b {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 1px;
   top: 33px;
 }

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

 .imageview_d4ffbd116422 {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 1px;
   top: 63px;
 }

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

 .imageview_ebfae83dca44 {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 1px;
   top: 93px;
 }

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

 .imageview_1b6aeb72e6eb {
   width: 10px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 37px;
 }

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

 .imageview_3924bca5ce21 {
   width: 10px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 67px;
 }

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

 .imageview_237b7087348b {
   width: 10px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 97px;
 }

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

 .container_149ac374ca2e {
   position: relative !important;
   overflow: visible;
   width: 845px;
   height: 114px;
   flex-shrink: 0;
 }

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

 .text_4267e826a4c3 {
   width: 254px;
   height: 24px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_4267e826a4c3 {
   overflow: visible;
 }

 .text-c0c9834c047c_4267e826a4c3 {
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .text-1f6569653a52_4267e826a4c3 {
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .text_5e882f421ba8 {
   width: 254px;
   height: 96px;
   position: absolute !important;
   left: 259px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_5e882f421ba8 {
   overflow: visible;
 }

 .text-725dad06ccf2_5e882f421ba8 {
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .text-a58aedb66256_5e882f421ba8 {
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .text-61be52975342_5e882f421ba8 {
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .text-1478b1a2da49_5e882f421ba8 {
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .text-b053285c02b4_5e882f421ba8 {
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .text-5bec9e1a8edc_5e882f421ba8 {
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_beb35f3fad5c {
   width: 120px;
   height: 64px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 1px;
   top: 31px;
 }

 .container_af234f703adc {
   width: 110px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 6px;
   top: 36px;
   background: radial-gradient(closest-side at 81% 69%, #65564bff 0%, #ffffffff 100%);
 }

 .container_ce90bbcefe9f {
   position: relative !important;
   overflow: visible;
   width: 513px;
   height: 96px;
   flex-shrink: 0;
 }

 .text_80d9b8252c9d {
   width: 161px;
   height: 24px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_80d9b8252c9d {
   overflow: visible;
 }

 .text_b3d33347972e {
   width: fit-content;
   line-height: 24px;
   font-family: 'Archivo';
 }

 .container_3044fdaf79d1 {
   padding: 15px 38px 15px 38px;
   width: 59px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #bb947b;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_3044fdaf79d1 {
   width: 59px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_3044fdaf79d1 {
   padding: 15px 38px 15px 38px;
   width: 59px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #bb947b;
   border-radius: 10px 10px 10px 10px;
 }

 .text_545463aa77a7 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_5f20117c2e59 {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #bb947bff;
   border-right: 2px solid #bb947bff;
   border-bottom: 2px solid #bb947bff;
   border-left: 2px solid #bb947bff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 10px 10px 10px 10px;
 }

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

 .container_nested_5f20117c2e59 {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #bb947bff;
   border-right: 2px solid #bb947bff;
   border-bottom: 2px solid #bb947bff;
   border-left: 2px solid #bb947bff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 10px 10px 10px 10px;
 }

 .text_80732b2a1617 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Archivo';
 }

 .container_1f401cb8f025 {
   padding: 15px 38px 15px 38px;
   width: 59px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #bb947b;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_1f401cb8f025 {
   width: 59px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_1f401cb8f025 {
   padding: 15px 38px 15px 38px;
   width: 59px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #bb947b;
   border-radius: 10px 10px 10px 10px;
 }

 .container_0a3fdd7edd2f {
   width: 333px;
   height: 54px;
   position: absolute !important;
   left: 0px;
   top: 37px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 11px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2831a5693bf2 {
   position: relative !important;
   overflow: visible;
   width: 333px;
   height: 91px;
   flex-shrink: 0;
 }

 .text_be570661bb6f {
   width: fit-content;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .imageview_b427bd6c8805 {
   width: 16px;
   height: 24px;
 }

 .imageview_b427bd6c8805 img {
   position: absolute;
   width: 16.1px !important;
   height: 10.2px !important;
   max-width: none !important;
   left: 0.0px;
   top: 6.9px;
 }

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

 .container_80cdc5ceac6b {
   padding: 15px 38px 15px 38px;
   width: 225px;
   height: 54px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

 .container_wrapper_80cdc5ceac6b {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 225px;
   height: 54px;
 }

 .container_nested_80cdc5ceac6b {
   padding: 15px 38px 15px 38px;
   width: 225px;
   height: 54px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

 .text_4f27733094a2 {
   width: 848px;
   height: 24px;
   position: absolute !important;
   left: 0px;
   top: 67px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_4f27733094a2 {
   overflow: visible;
 }

 .container_58ca95593d25 {
   position: relative !important;
   overflow: visible;
   width: 848px;
   height: 91px;
   flex-shrink: 0;
   border-radius: 30px 30px 30px 30px;
 }

 .container_1d68501bfe6e {
   padding: 0 0 60px 0;
   height: 630px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: center;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_16912b3feabb {
   padding: 100px 100px 1px 100px;
   width: 1440px;
   height: 730px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 60px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_ffa898f192d0 {
   width: 100%;
   min-width: 0;
   height: 59px;
   line-height: 59px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_ffa898f192d0 {
   overflow: visible;
 }

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

 .imageview_1e32b6876102 {
   width: 52px;
   height: 52px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

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

 .imageview_14e374734b26 img {
   position: absolute;
   width: 119.61% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -9.81%;
   top: 0.00%;
 }

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

 .container_e36d24eb67d0 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 30px 30px 30px 30px;
 }

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

 .imageview_baae12d0e79d img {
   position: absolute;
   width: 117.80% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -8.90%;
   top: 0.00%;
 }

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

 .container_6ebc80ff84f2 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 30px 30px 30px 30px;
 }

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

 .imageview_aafd35070099 img {
   position: absolute;
   width: 118.05% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -9.03%;
   top: 0.00%;
 }

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

 .container_181d67db755b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 30px 30px 30px 30px;
 }

 .imageview_87c75c445d1d {
   width: 52px;
   height: 52px;
   flex-shrink: 0;
   transform-origin: center;
   _scaling-factor: 1;
 }

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

 .container_acbe60c781e6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3818164e1c7b {
   width: 50px;
   height: 12px;
   flex-shrink: 0;
   background: #bb947b;
   border-radius: 30px 30px 30px 30px;
 }

 .container_84abc8309eef {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   background: #dc9c514d;
   border-radius: 30px 30px 30px 30px;
 }

 .container_1ebae9e5a064 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   background: #dc9c514d;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_eec449272a93 {
   padding: 0 100px 100px 100px;
   width: 1440px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 45px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_59c08736c81c {
   width: 1440px;
   height: 510px;
   position: absolute !important;
   left: 0px;
   top: 510px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   background: url("https://cdn.yotako.io/a478f8d3-91c9-43a9-950e-817694ca3b0a/1187:734.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   mix-blend-mode: multiply;
   opacity: 0.4000000059604645;
 }

 .container_95ba0627f655 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 510px;
   left: 0.5px;
   top: 509.77px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   background: linear-gradient(0deg, #bc9378ff 56.64%, #8f664cff 123.37%);
 }

 .text_677bed7c0d80 {
   width: 1286.69px;
   height: 130px;
   z-index: 1;
   line-height: 65px;
   word-wrap: break-word;
   font-family: 'Playfair Display';
 }

 .text_autoheight_677bed7c0d80 {
   overflow: visible;
 }

 .text-39ba1f95a8b8_677bed7c0d80 {
   line-height: 65px;
   font-family: 'Montserrat';
 }

 .text-bfcd58b285c2_677bed7c0d80 {
   line-height: 65px;
   font-family: 'Montserrat';
 }

 .text-87d351375743_677bed7c0d80 {
   line-height: 65px;
   font-family: 'Montserrat';
 }

 .text_ccdda26cc732 {
   width: 589px;
   height: 26px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_ccdda26cc732 {
   overflow: visible;
 }

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

 .imageview_bde5bfc845f0 {
   width: 16px;
   height: 24px;
   z-index: 1;
 }

 .imageview_bde5bfc845f0 img {
   position: absolute;
   width: 16.1px !important;
   height: 10.2px !important;
   max-width: none !important;
   left: 0.0px;
   top: 6.9px;
 }

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

 .container_ee99a13faa74 {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

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

 .container_nested_ee99a13faa74 {
   padding: 15px 38px 15px 38px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 30px 30px 30px 30px;
 }

 .container_095218e72835 {
   width: 1286px;
   height: 280px;
   z-index: 1;
   position: absolute !important;
   left: 77px;
   top: 100px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8de57efba524 {
   position: relative !important;
   width: 1440px;
   height: 480px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #bb947b29;
 }

 .text_9931a48f68ff {
   width: 100%;
   min-width: 0;
   height: 35px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_9931a48f68ff {
   overflow: visible;
 }

 .imageview_3208c4c0055b {
   width: 10px;
   height: 20px;
 }

 .imageview_3208c4c0055b img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_ccdb2f3982e3 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_ccdb2f3982e3 {
   overflow: visible;
 }

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

 .imageview_040cf7036aaa {
   width: 10px;
   height: 20px;
 }

 .imageview_040cf7036aaa img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_885e0b153827 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_885e0b153827 {
   overflow: visible;
 }

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

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

 .text_54a4d22824a4 {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_54a4d22824a4 {
   overflow: visible;
 }

 .imageview_bc82e177f062 {
   width: 20px;
   height: 20px;
 }

 .imageview_bc82e177f062 img {
   position: absolute;
   width: 19.4px !important;
   height: 19.2px !important;
   max-width: none !important;
   left: 0.3px;
   top: 0.8px;
 }

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

 .imageview_1630d083d4be {
   width: 18px;
   height: 20px;
 }

 .imageview_1630d083d4be img {
   position: absolute;
   width: 17.5px !important;
   height: 17.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: 1.8px;
 }

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

 .imageview_72a373e6a9af {
   width: 18px;
   height: 20px;
 }

 .imageview_72a373e6a9af img {
   position: absolute;
   width: 17.5px !important;
   height: 17.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 1.8px;
 }

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

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

 .container_668fbb0837cd {
   width: 306px;
   height: 267px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 25px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2ee46d8cfb51 {
   width: 100%;
   min-width: 0;
   height: 35px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_2ee46d8cfb51 {
   overflow: visible;
 }

 .imageview_3c3abe95e381 {
   width: 10px;
   height: 20px;
 }

 .imageview_3c3abe95e381 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_21071e4ce1ec {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_21071e4ce1ec {
   overflow: visible;
 }

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

 .imageview_940670d2f772 {
   width: 10px;
   height: 20px;
 }

 .imageview_940670d2f772 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_7d79a9d9c830 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_7d79a9d9c830 {
   overflow: visible;
 }

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

 .imageview_beec6616e9f1 {
   width: 10px;
   height: 20px;
 }

 .imageview_beec6616e9f1 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_73ada5747ba4 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_73ada5747ba4 {
   overflow: visible;
 }

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

 .imageview_dd74fc1bab9c {
   width: 10px;
   height: 20px;
 }

 .imageview_dd74fc1bab9c img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_2980cd8593fc {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_2980cd8593fc {
   overflow: visible;
 }

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

 .imageview_29295c5abe65 {
   width: 10px;
   height: 20px;
 }

 .imageview_29295c5abe65 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_30829f12e2da {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_30829f12e2da {
   overflow: visible;
 }

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

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

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

 .text_8e23cbc3b5f2 {
   width: 100%;
   min-width: 0;
   height: 35px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_8e23cbc3b5f2 {
   overflow: visible;
 }

 .imageview_9eab040f33e5 {
   width: 10px;
   height: 20px;
 }

 .imageview_9eab040f33e5 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_bcdd6c0f5bf3 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_bcdd6c0f5bf3 {
   overflow: visible;
 }

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

 .imageview_375498f10635 {
   width: 10px;
   height: 20px;
 }

 .imageview_375498f10635 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_c328d1f543a6 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c328d1f543a6 {
   overflow: visible;
 }

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

 .imageview_041b71ee37f1 {
   width: 10px;
   height: 20px;
 }

 .imageview_041b71ee37f1 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_2ef2f3f4044a {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_2ef2f3f4044a {
   overflow: visible;
 }

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

 .imageview_b204ed63057a {
   width: 10px;
   height: 20px;
 }

 .imageview_b204ed63057a img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_a20786db6dd6 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a20786db6dd6 {
   overflow: visible;
 }

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

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

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

 .text_943675a6294d {
   width: 100%;
   min-width: 0;
   height: 35px;
   line-height: 35px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_943675a6294d {
   overflow: visible;
 }

 .text_c403276dd423 {
   height: 52px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c403276dd423 {
   overflow: visible;
 }

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

 .imageview_f616daef8477 {
   width: 10px;
   height: 20px;
 }

 .imageview_f616daef8477 img {
   position: absolute;
   width: 7.5px !important;
   height: 12.6px !important;
   max-width: none !important;
   left: 2.5px;
   top: 4.2px;
 }

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

 .text_4d1aed3cb4e2 {
   height: 26px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_4d1aed3cb4e2 {
   overflow: visible;
 }

 .container_9077c63f08b3 {
   width: 100%;
   min-width: 0;
   height: 37px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .text_autoheight_e16bfdd6857c {
   overflow: visible;
 }

 .container_3258b5f7ed0d {
   padding: 30px 0 0 0;
   width: 1240px;
   height: fit-content;
   border-top: 1px solid #bb947bff;
   border-right: 0px solid #bb947bff;
   border-bottom: 0px solid #bb947bff;
   border-left: 0px solid #bb947bff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_82e4abe3a273 {
   padding: 100px 100px 30px 100px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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