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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_906da27ab52e {
   width: 1554px;
   height: 1335px;
   position: absolute !important;
   left: -31px;
   top: 1165px;
   _scaling-factor: 0.5;
   opacity: 0.05000000074505806;
 }

 .imageview_906da27ab52e.wp-block-image {
   width: 1440px !important;
   height: 1335px !important;
   left: 0px !important;
   top: 1165px !important;
   overflow: hidden;
 }

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

 .imageview_5f168ffeb0e3 {
   width: 1440px;
   height: 649px;
   position: absolute !important;
   left: 0px;
   top: 74px;
   _scaling-factor: 0.5;
   border-radius: 3px 3px 130px 130px;
 }

 .imageview_5f168ffeb0e3 img {
   position: absolute;
   width: 128.03% !important;
   height: 165.81% !important;
   max-width: none !important;
   left: -15.22%;
   top: -0.04%;
 }

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

 .text_f51eff6a4426 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 152px;
   line-height: 74.94px;
   filter: drop-shadow(5px 4px 4px #00000040);
   font-family: 'Roboto Serif';
 }

 .container_ad6252168952 {
   width: 174px;
   height: 51px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 359px;
   background: #ff9915;
   border-radius: 15px 15px 15px 15px;
 }

 .text_b7b254fe4ddc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 370px;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text_3e557f5796c3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 413px;
   top: 1673px;
   line-height: 54px;
   font-family: 'Poppins';
 }

 .imageview_bdd3c32b97a7 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 746px;
   top: 1014px;
 }

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

 .line_14edfb82f37e {
   width: 5.04px;
   height: 613px;
   z-index: 1;
   border-top: 5px solid #ff1515d9;
   border-right: 5px solid #ff1515d9;
   border-bottom: 5px solid #ff1515d9;
   border-left: 5px solid #ff1515d9;
   position: absolute !important;
   left: 771px;
   top: 1064px;
   direction: vertical;
   background: #ff1515d9;
 }

 .imageview_d77e754fa91a {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 746px;
   top: 1677px;
 }

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

 .container_93dfd14b31fe {
   width: 233.58px;
   height: 62.03px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff9915;
   border-radius: 15px 15px 15px 15px;
 }

 .text_914a34c03c4f {
   width: 184.41px;
   height: 44.66px;
   z-index: 2;
   position: absolute !important;
   left: 43px;
   top: 9px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_3f7a7d91fbd2 {
   position: absolute !important;
   overflow: visible;
   width: 233.58px;
   height: 62.03px;
   z-index: 1;
   left: 179px;
   top: 2136px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_3f7a7d91fbd2 {
   position: absolute !important;
   overflow: visible;
   left: 179px;
   top: 2136px;
   width: 233.58px;
   height: 62.03px;
   z-index: 1;
 }

 .container_nested_3f7a7d91fbd2 {
   width: 233.58px;
   height: 62.03px;
   z-index: 1;
   border-radius: 15px 15px 15px 15px;
 }

 .container_2b030142b112 {
   width: 586px;
   height: 465px;
   z-index: 2;
   border-top: 1px solid #ff9915ff;
   border-right: 1px solid #ff9915ff;
   border-bottom: 1px solid #ff9915ff;
   border-left: 1px solid #ff9915ff;
   position: absolute !important;
   left: 135px;
   top: 1781px;
   background: #ff99151a;
   border-radius: 25px 25px 25px 25px;
 }

 .text_b4756d6fa8b0 {
   width: 491.75px;
   height: 238.21px;
   z-index: 3;
   position: absolute !important;
   left: 182px;
   top: 1810px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .line_8cb3d7526486 {
   width: 5.04px;
   height: 613px;
   z-index: 1;
   border-top: 5px solid #ff1515d9;
   border-right: 5px solid #ff1515d9;
   border-bottom: 5px solid #ff1515d9;
   border-left: 5px solid #ff1515d9;
   position: absolute !important;
   left: 771px;
   top: 1727px;
   direction: vertical;
   background: #ff1515d9;
 }

 .imageview_fc72007ad422 {
   width: 561px;
   height: 386px;
   z-index: 1;
   position: absolute !important;
   left: 822px;
   top: 1781px;
   _scaling-factor: 0.5;
   border-radius: 80px 80px 80px 80px;
 }

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

 .imageview_f9386c27f45e {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 746px;
   top: 2340px;
 }

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

 .line_49e6497bb473 {
   width: 5.03px;
   height: 472px;
   z-index: 1;
   border-top: 5px solid #ff1515d9;
   border-right: 5px solid #ff1515d9;
   border-bottom: 5px solid #ff1515d9;
   border-left: 5px solid #ff1515d9;
   position: absolute !important;
   left: 771px;
   top: 2390px;
   direction: vertical;
   background: #ff1515d9;
 }

 .text_fc82a6c0d318 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 844px;
   top: 2336px;
   line-height: 54px;
   font-family: 'Poppins';
 }

 .container_ca77bc90a5d7 {
   width: 572px;
   height: 366px;
   z-index: 1;
   border-top: 1px solid #ff9915ff;
   border-right: 1px solid #ff9915ff;
   border-bottom: 1px solid #ff9915ff;
   border-left: 1px solid #ff9915ff;
   position: absolute !important;
   left: 822px;
   top: 2420px;
   background: #ff99151a;
   border-radius: 25px 25px 25px 25px;
 }

 .text_d3a4b3d6915e {
   width: 491.75px;
   height: 238.21px;
   z-index: 2;
   position: absolute !important;
   left: 861px;
   top: 2458px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_262828a64721 {
   width: 228px;
   height: 75px;
   z-index: 3;
   border-top: 1px solid #ff9915ff;
   border-right: 1px solid #ff9915ff;
   border-bottom: 1px solid #ff9915ff;
   border-left: 1px solid #ff9915ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff9915;
   border-radius: 15px 15px 15px 15px;
 }

 .text_7dd0d39da0f8 {
   width: max-content;
   z-index: 4;
   -webkit-text-stroke: 1px #ff9915ff;
   position: absolute !important;
   left: 34px;
   top: 14px;
   line-height: 48px;
   font-family: 'Poppins';
 }

 .container_6b43cda18145 {
   position: absolute !important;
   overflow: visible;
   width: 228px;
   height: 75px;
   z-index: 3;
   left: 861px;
   top: 2658px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_6b43cda18145 {
   position: absolute !important;
   overflow: visible;
   left: 861px;
   top: 2658px;
   width: 228px;
   height: 75px;
   z-index: 3;
 }

 .container_nested_6b43cda18145 {
   width: 228px;
   height: 75px;
   z-index: 3;
   border-radius: 15px 15px 15px 15px;
 }

 .imageview_41157dc84be4 {
   width: 648px;
   height: 365px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 2390px;
   _scaling-factor: 0.5;
   border-radius: 80px 80px 80px 80px;
 }

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

 .text_fc003fa65f80 {
   width: max-content;
   position: absolute !important;
   left: 123px;
   top: 858px;
   line-height: 60px;
   font-family: 'Poppins';
 }

 .line_b3ab0d82c46d {
   width: 8px;
   height: 85px;
   border-top: 8px solid #ff991580;
   border-right: 8px solid #ff991580;
   border-bottom: 8px solid #ff991580;
   border-left: 8px solid #ff991580;
   position: absolute !important;
   left: 104px;
   top: 845px;
   direction: vertical;
   background: #ff991580;
 }

 .text_8bb000c96766 {
   width: max-content;
   position: absolute !important;
   left: 19px;
   top: 13px;
   line-height: 60px;
   font-family: 'Poppins';
 }

 .line_6b3f43ab2386 {
   width: 8px;
   height: 85px;
   border-top: 8px solid #ff991580;
   border-right: 8px solid #ff991580;
   border-bottom: 8px solid #ff991580;
   border-left: 8px solid #ff991580;
   position: absolute !important;
   left: 0px;
   top: 0px;
   direction: vertical;
   background: #ff991580;
 }

 .container_6e3c007d92c2 {
   position: absolute !important;
   overflow: visible;
   width: 325px;
   height: 85px;
   left: 123px;
   top: 2986px;
 }

 .container_67a9933b8aa4 {
   width: 1304px;
   height: 552px;
   border-top: 1px solid #ff9915ff;
   border-right: 1px solid #ff9915ff;
   border-bottom: 1px solid #ff9915ff;
   border-left: 1px solid #ff9915ff;
   position: absolute !important;
   left: 69px;
   top: 3126px;
   background: #ff99151a;
   border-radius: 25px 25px 25px 25px;
 }

 .text_b07cc9db0b82 {
   width: 1282px;
   height: 972px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 54px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b07cc9db0b82 {
   overflow: visible;
 }

 .container_692447927f84 {
   position: absolute !important;
   width: 1282px;
   height: 490px;
   z-index: 1;
   left: 94px;
   top: 3146px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .imageview_82380dff80d5 {
   width: 1556px;
   height: 724px;
   z-index: 2;
   position: absolute !important;
   left: -81px;
   top: 2863px;
   _scaling-factor: 0.5;
   opacity: 0.05000000074505806;
 }

 .imageview_82380dff80d5.wp-block-image {
   width: 1440px !important;
   height: 724px !important;
   left: 0px !important;
   top: 2863px !important;
   overflow: hidden;
 }

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

 .text_6b554e956427 {
   width: max-content;
   position: absolute !important;
   left: 842px;
   top: 1014px;
   line-height: 54px;
   font-family: 'Poppins';
 }

 .text_7ae2859f4f48 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 16px;
   line-height: 48px;
   font-family: 'Poppins';
 }

 .text_0750af74c1f9 {
   width: 509px;
   height: 180px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 90px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_0750af74c1f9 {
   overflow: visible;
 }

 .container_400b1be8411b {
   width: 228px;
   height: 75px;
   z-index: 1;
   border-top: 1px solid #ff9915ff;
   border-right: 1px solid #ff9915ff;
   border-bottom: 1px solid #ff9915ff;
   border-left: 1px solid #ff9915ff;
   position: absolute !important;
   left: 29px;
   top: 296px;
   background: #ff9915;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_400b1be8411b {
   position: absolute !important;
   left: 29px;
   top: 296px;
   width: 228px;
   height: 75px;
   z-index: 1;
 }

 .container_nested_400b1be8411b {
   width: 228px;
   height: 75px;
   z-index: 1;
   border-top: 1px solid #ff9915ff;
   border-right: 1px solid #ff9915ff;
   border-bottom: 1px solid #ff9915ff;
   border-left: 1px solid #ff9915ff;
   background: #ff9915;
   border-radius: 15px 15px 15px 15px;
 }

 .text_c74dbe6d32c8 {
   width: max-content;
   z-index: 2;
   -webkit-text-stroke: 1px #ff9915ff;
   position: absolute !important;
   left: 65px;
   top: 310px;
   line-height: 48px;
   font-family: 'Poppins';
 }

 .container_98a765f988ee {
   position: absolute !important;
   overflow: visible;
   width: 572px;
   height: 424px;
   z-index: 1;
   left: 813px;
   top: 1125px;
   background: #ff99151a;
   border-radius: 25px 25px 25px 25px;
   box-shadow: inset 0 0 0 1px #ff9915ff;
 }

 .imageview_f160605a89c9 {
   width: 627px;
   height: 418px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 1064px;
   _scaling-factor: 0.5;
   border-radius: 80px 80px 80px 80px;
 }

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

 .text_27afee5888ee {
   width: max-content;
   position: absolute !important;
   left: 136px;
   top: 3804px;
   line-height: 60px;
   font-family: 'Poppins';
 }

 .line_d27b276ff250 {
   width: 8px;
   height: 85px;
   border-top: 8px solid #ff991580;
   border-right: 8px solid #ff991580;
   border-bottom: 8px solid #ff991580;
   border-left: 8px solid #ff991580;
   position: absolute !important;
   left: 117px;
   top: 3791px;
   direction: vertical;
   background: #ff991580;
 }

 .container_5376d61f736b {
   width: 301px;
   height: 93px;
   border-top: 1px solid #ff9915ff;
   border-right: 1px solid #ff9915ff;
   border-bottom: 1px solid #ff9915ff;
   border-left: 1px solid #ff9915ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff9915;
   border-radius: 15px 15px 15px 15px;
 }

 .text_03b9a37bfdd2 {
   width: max-content;
   z-index: 1;
   -webkit-text-stroke: 1px #ff9915ff;
   position: absolute !important;
   left: 53px;
   top: 23px;
   line-height: 48px;
   font-family: 'Poppins';
 }

 .container_ff629dd25387 {
   position: absolute !important;
   overflow: visible;
   width: 301px;
   height: 93px;
   left: 61px;
   top: 299px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_wrapper_ff629dd25387 {
   position: absolute !important;
   overflow: visible;
   left: 61px;
   top: 299px;
   width: 301px;
   height: 93px;
 }

 .container_nested_ff629dd25387 {
   width: 301px;
   height: 93px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_38165c54ff11 {
   width: 1285px;
   height: 502px;
   z-index: 1;
   border-top: 1px solid #ff9915ff;
   border-right: 1px solid #ff9915ff;
   border-bottom: 1px solid #ff9915ff;
   border-left: 1px solid #ff9915ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff99151a;
   border-radius: 25px 25px 25px 25px;
 }

 .container_8eb0be604063 {
   position: absolute !important;
   overflow: visible;
   width: 1285px;
   height: 502px;
   left: 75px;
   top: 3948px;
 }

 .text_f3accb672700 {
   width: 611px;
   height: 170px;
   z-index: 1;
   position: absolute !important;
   left: 142px;
   top: 3996px;
   line-height: 85px;
   word-wrap: break-word;
   font-family: 'Unkempt';
 }

 .text_autoheight_f3accb672700 {
   overflow: visible;
 }

 .imageview_2a5b6e600160 {
   width: 427px;
   height: 427px;
   z-index: 1;
   position: absolute !important;
   left: 861px;
   top: 3990px;
   _scaling-factor: 0.5;
   border-radius: 15px 100px 15px 15px;
 }

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

 .container_10b805f3e2bb {
   width: 1440px;
   height: 531px;
   position: absolute !important;
   left: -2px;
   top: 4600px;
   background: #ff9915;
 }

 .imageview_eddcab55ea28 {
   width: 66px;
   height: 67px;
   z-index: 1;
   position: absolute !important;
   left: 266px;
   top: 4651px;
   _scaling-factor: 0.5;
 }

 .imageview_eddcab55ea28 img {
   position: absolute;
   width: 130.77% !important;
   height: 100.28% !important;
   max-width: none !important;
   left: 18.30%;
   top: 8.84%;
 }

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

 .text_ecef06fc6c0f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 332px;
   top: 4651px;
   line-height: 85px;
   font-family: 'Poppins';
 }

 .imageview_f64c9e43d366 {
   width: 66px;
   height: 67px;
   z-index: 2;
   position: absolute !important;
   left: 1093px;
   top: 4651px;
   _scaling-factor: 0.5;
 }

 .imageview_f64c9e43d366 img {
   position: absolute;
   width: 130.77% !important;
   height: 100.28% !important;
   max-width: none !important;
   left: 18.30%;
   top: 8.84%;
 }

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

 .text_69311cfaa50f {
   width: 679px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 397px;
   top: 5001px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 85px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_99377ef301dc {
   width: 202px;
   height: 186px;
   z-index: 1;
   position: absolute !important;
   left: 158px;
   top: 4779px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text-56d7ec463650_99377ef301dc {
   line-height: 40px;
   font-family: 'Poppins';
 }

 .text-0676c50b0443_99377ef301dc {
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text-61dd4a0575e6_99377ef301dc {
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text-74662033898b_99377ef301dc {
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text-a6e8eafab616_99377ef301dc {
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text_5fe2bdf517ca {
   width: 387px;
   height: 169px;
   z-index: 1;
   position: absolute !important;
   left: 567px;
   top: 4784px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_c4e199f98e71 {
   width: 330px;
   height: 92px;
   z-index: 1;
   position: absolute !important;
   left: 1076px;
   top: 4784px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_c4e199f98e71 {
   overflow: visible;
 }

 .imageview_e314e5e7c078 {
   width: 1556px;
   height: 724px;
   z-index: 3;
   position: absolute !important;
   left: -60px;
   top: 4444px;
   _scaling-factor: 0.5;
   opacity: 0.05000000074505806;
 }

 .imageview_e314e5e7c078.wp-block-image {
   width: 1440px !important;
   height: 678px !important;
   left: 0px !important;
   top: 4444px !important;
   overflow: hidden;
 }

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

 .container_5a239adb9f58 {
   width: 1440px;
   height: 74px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff9915;
 }

 .text_eda80582766c {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text_2001931a5ddb {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text_8f941a8e3a6c {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text_4984f5e7fabe {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .text_c07a54182929 {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   font-family: 'Poppins';
 }

 .container_875d50092397 {
   padding: 0 73px 0 73px;
   width: 868px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 281px;
   top: 22px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_875d50092397 {
   position: absolute !important;
   left: 281px;
   top: 22px;
   width: 868px;
   height: 30px;
   z-index: 1;
 }

 .container_nested_875d50092397 {
   padding: 0 73px 0 73px;
   width: 868px;
   height: 30px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e61383172bb2 {
   width: 47px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: 73px;
   top: 10px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

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

 .container_b09ecae989b8 {
   position: fixed !important;
   overflow: visible;
   width: 1440px;
   height: 74px;
   z-index: 9999;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_b09ecae989b8 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 74px;
   z-index: 9999;
 }

 .container_nested_b09ecae989b8 {
   position: fixed !important;
   width: 1440px;
   height: 74px;
   z-index: 9999;
 }

 .viewport_763a18658988 {
   width: 1440px;
   height: 5122px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fbf5df;
 }

 .container_76401d8f8221 {
   width: 1440px;
   height: 100px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff9915;
 }

 .text_83d05abc386a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 383px;
   top: 15px;
   line-height: 85px;
   font-family: 'Roboto';
 }

 .imageview_0510ffbb3397 {
   width: 59px;
   height: 36px;
   position: absolute !important;
   left: 437px;
   top: 313px;
   _scaling-factor: 1;
 }

 .imageview_0510ffbb3397 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .container_3f9c13c15603 {
   width: 33px;
   height: 128px;
   position: absolute !important;
   left: 390px;
   top: 101px;
   background: #ff0005;
 }

 .container_9b031b6d0d7c {
   width: 33px;
   height: 130px;
   position: absolute !important;
   left: 325px;
   top: 134px;
   background: #ff0005;
 }

 .container_6c7e0ad108c7 {
   width: 33px;
   height: 35px;
   position: absolute !important;
   left: 390px;
   top: 229px;
   background: #ff0005;
 }

 .container_2b01be922ed3 {
   width: 33px;
   height: 130px;
   position: absolute !important;
   left: 263px;
   top: 134px;
   background: #ff0005;
 }

 .container_2afbf0cd5ce8 {
   width: 33px;
   height: 130px;
   position: absolute !important;
   left: 202px;
   top: 264px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   background: #ff0005;
 }

 .container_65a37d265c62 {
   width: 33px;
   height: 130px;
   position: absolute !important;
   left: 139px;
   top: 134px;
   background: #ff0005;
 }

 .container_ba3eae834cc3 {
   width: 33px;
   height: 95px;
   position: absolute !important;
   left: 77px;
   top: 134px;
   background: #ff0005;
 }

 .container_2702fe5af3d1 {
   width: 33px;
   height: 130px;
   position: absolute !important;
   left: 15px;
   top: 134px;
   background: #ff0005;
 }

 .container_99788ea7e969 {
   width: 33px;
   height: 70px;
   position: absolute !important;
   left: 76px;
   top: 229px;
   background: #ff0005;
 }

 .container_71c3e6ba3508 {
   width: 33px;
   height: 35px;
   position: absolute !important;
   left: 15px;
   top: 264px;
   background: #ff0005;
 }

 .imageview_5055016f3ae7 {
   width: 437px;
   height: 253px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 60px;
   _scaling-factor: 0.5;
 }

 .imageview_5055016f3ae7 img {
   position: absolute;
   width: 100.00% !important;
   height: 150.20% !important;
   max-width: none !important;
   left: 0.51%;
   top: -57.73%;
 }

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

 .container_9f77978c9dd0 {
   width: 437px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 25px;
   background: #ff9915;
 }

 .text_59f5d0f3ee58 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 162px;
   top: 0px;
   line-height: 85px;
   font-family: 'Roboto';
 }

 .container_bf7b05430422 {
   position: absolute !important;
   overflow: visible;
   width: 437px;
   height: 313px;
   left: 0px;
   top: 18px;
 }

 .container_af6e65342ba5 {
   position: absolute !important;
   overflow: visible;
   width: 512px;
   height: 349px;
   left: 483px;
   top: 208px;
 }

 .container_27cdd32b9db8 {
   width: 33px;
   height: 35px;
   position: absolute !important;
   left: 383px;
   top: 647px;
   background: #ff0005;
 }

 .text_d00a6fcae8b1 {
   width: max-content;
   position: absolute !important;
   left: 428px;
   top: 622px;
   line-height: 85px;
   font-family: 'Poppins';
 }

 .container_44742b69588c {
   width: 33px;
   height: 35px;
   position: absolute !important;
   left: 665px;
   top: 647px;
   background: #77cf2a;
 }

 .container_aedc99d43a00 {
   width: 33px;
   height: 35px;
   position: absolute !important;
   left: 924px;
   top: 647px;
   background: #ff9915;
 }

 .text_c3538f6743fd {
   width: max-content;
   position: absolute !important;
   left: 710px;
   top: 622px;
   line-height: 85px;
   font-family: 'Poppins';
 }

 .text_74a05b22274e {
   width: max-content;
   position: absolute !important;
   left: 970px;
   top: 622px;
   line-height: 85px;
   font-family: 'Poppins';
 }

 .container_aeb928fe9edc {
   width: 245px;
   height: 55px;
   position: absolute !important;
   left: 155px;
   top: 819px;
   background: #ff000538;
 }

 .text_20e2619b1f0d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 162px;
   top: 746px;
   line-height: 85px;
   font-family: 'Poppins';
 }

 .text_e418383891b1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 164px;
   top: 804px;
   line-height: 85px;
   font-family: 'Poppins';
 }

 .text_95fe2bf5614d {
   width: max-content;
   position: absolute !important;
   left: 164px;
   top: 929px;
   line-height: 85px;
   font-family: 'Poppins';
 }

 .text_a27a6607a467 {
   width: max-content;
   position: absolute !important;
   left: 162px;
   top: 1674px;
   line-height: 85px;
   font-family: 'Poppins';
 }

 .container_c84ed30b44fa {
   width: 530px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #ff000538;
   border-radius: 20px 20px 20px 20px;
 }

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

 .container_78fe3f705840 {
   position: absolute !important;
   overflow: visible;
   width: 530px;
   height: 85px;
   left: 155px;
   top: 1038px;
   border-radius: 20px 20px 20px 20px;
 }

 .container_e8dc37e5114d {
   width: 530px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #ff000538;
   border-radius: 19px 19px 19px 19px;
 }

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

 .container_fa6c706f5f37 {
   position: absolute !important;
   overflow: visible;
   width: 530px;
   height: 85px;
   left: 155px;
   top: 1162px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_98eeeb006b79 {
   width: 530px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #ff000538;
   border-radius: 20px 20px 20px 20px;
 }

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

 .container_cc1a1a46f931 {
   position: absolute !important;
   overflow: visible;
   width: 530px;
   height: 85px;
   left: 164px;
   top: 1286px;
   border-radius: 20px 20px 20px 20px;
 }

 .container_9e371c30aa99 {
   width: 530px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #ff000538;
   border-radius: 20px 20px 20px 20px;
 }

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

 .container_115c415ded23 {
   position: absolute !important;
   overflow: visible;
   width: 530px;
   height: 85px;
   left: 164px;
   top: 1410px;
   border-radius: 20px 20px 20px 20px;
 }

 .container_09bd45f7f4d9 {
   width: 530px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #ff000538;
   border-radius: 20px 20px 20px 20px;
 }

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

 .container_625bf0ea77c3 {
   position: absolute !important;
   overflow: visible;
   width: 530px;
   height: 85px;
   left: 164px;
   top: 1534px;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_07caf46b8eae {
   width: 30px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 35px;
 }

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

 .container_01014d962fc1 {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 100px;
   z-index: 1;
   left: 586px;
   top: 1031px;
 }

 .imageview_1299f7ffe9ba {
   width: 30px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 35px;
 }

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

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

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

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

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

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

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

 .container_08d18517c6c7 {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 100px;
   z-index: 1;
   left: 586px;
   top: 1155px;
 }

 .imageview_c5c41e0012f3 {
   width: 30px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 35px;
 }

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

 .container_dbcd182dbe9a {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 100px;
   z-index: 1;
   left: 586px;
   top: 1279px;
 }

 .imageview_79a33aa245b1 {
   width: 30px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 35px;
 }

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

 .container_a35971ae086c {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 100px;
   z-index: 1;
   left: 586px;
   top: 1403px;
 }

 .imageview_9b812e3c992b {
   width: 30px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 35px;
 }

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

 .container_51f6df3842ce {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 100px;
   z-index: 1;
   left: 586px;
   top: 1527px;
 }

 .container_2bc42c7ea6d2 {
   width: 1114px;
   height: 347px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff000538;
   border-radius: 20px 20px 20px 20px;
 }

 .text_36e5d863195c {
   width: 262.74px;
   height: 94.23px;
   z-index: 1;
   position: absolute !important;
   left: 29.43px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 85px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_5ae771f5af53 {
   position: absolute !important;
   overflow: visible;
   width: 1114px;
   height: 347px;
   left: 164px;
   top: 1799px;
   border-radius: 20px 20px 20px 20px;
 }

 .imageview_3db382c40ee3 {
   width: 223px;
   height: 262px;
   z-index: 1;
   position: absolute !important;
   left: 162px;
   top: 1781px;
   _scaling-factor: 1;
 }

 .imageview_3db382c40ee3 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_f8b042013667 {
   width: 151px;
   height: 97px;
   z-index: 2;
   position: absolute !important;
   left: 178px;
   top: 1956px;
   _scaling-factor: 1;
 }

 .imageview_f8b042013667 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_ab6336ad9585 {
   width: 30px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 35px;
 }

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

 .container_78a82ed0f69d {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 100px;
   z-index: 1;
   left: 585px;
   top: 1862px;
 }

 .imageview_e7a88ec5c90e {
   width: 30px;
   height: 30px;
   z-index: 2;
   position: absolute !important;
   left: 35px;
   top: 35px;
 }

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

 .container_448c3223a142 {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 100px;
   z-index: 2;
   left: 585px;
   top: 1946px;
 }

 .imageview_a2785de2ca5a {
   width: 355px;
   height: 355px;
   z-index: 1;
   position: absolute !important;
   left: 1024px;
   top: 1799px;
   _scaling-factor: 0.5;
 }

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

 .text_1f9f50e21d70 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 201px;
   top: 2046px;
   line-height: 85px;
   font-family: 'Poppins';
 }

 .imageview_194cec9a7e2b {
   width: 30px;
   height: 30px;
   z-index: 3;
   position: absolute !important;
   left: 35px;
   top: 35px;
 }

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

 .container_7807e5660072 {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 100px;
   z-index: 3;
   left: 585px;
   top: 2031px;
 }

 .container_8c2b674243f3 {
   width: 1309px;
   height: 151px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ff9915;
   border-radius: 50px 50px 50px 50px;
 }

 .container_b0d5f8806f99 {
   position: absolute !important;
   overflow: visible;
   width: 1309px;
   height: 151px;
   left: 70px;
   top: 2244px;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_fd0738e1d0e3 {
   width: 82px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 137px;
   top: 2299px;
   _scaling-factor: 1;
 }

 .imageview_fd0738e1d0e3 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_8032e30b7bf1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 193px;
   top: 2284px;
   line-height: 85px;
   font-family: 'Poppins';
 }

 .container_cb77a37a13d0 {
   width: 530px;
   height: 102px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
   border-radius: 20px 20px 20px 20px;
 }

 .container_9ac05f926b10 {
   position: absolute !important;
   overflow: visible;
   width: 530px;
   height: 102px;
   z-index: 1;
   left: 821px;
   top: 2269px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_376657d728fb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 958px;
   top: 2284px;
   line-height: 85px;
   font-family: 'Poppins';
 }

 .viewport_dbdd3c2e1fbe {
   width: 1440px;
   height: 2395px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fbf5df;
 }