 /*
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=Days+One: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;
 }

 .container_2b6229034830 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .container_f95af4d2fc42 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
   background: #f5edf0;
 }

 .text_47a0aa5065c2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 23px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_70a1dd7110ff {
   width: 1071px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 197px;
   top: 22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .imageview_27ee85210505 {
   width: 37px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 1153px;
   top: 17px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b11bee806d9b {
   width: 38px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1093px;
   top: 16px;
   _scaling-factor: 0.5;
 }

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

 .imageview_8a311b5b66c2 {
   width: 47px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 1212px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e44db8294677 {
   width: 42px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 1029px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .container_f563a72f14b3 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 69px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_f563a72f14b3 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 69px;
 }

 .container_nested_f563a72f14b3 {
   width: 1280px;
   height: 69px;
 }

 .container_fbd33975eba7 {
   width: 257px;
   height: 255px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .container_556b05944354 {
   width: 257px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #9a99e1a8;
 }

 .text_7c136def25c9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 100px;
   top: 7px;
   line-height: 22.91px;
   font-family: 'Days One';
 }

 .text_e46358b6db29 {
   width: max-content;
   z-index: 2;
   transform: rotate(-90deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 72px;
   top: 10px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_84357a44a113 {
   width: 198px;
   height: 178px;
   z-index: 1;
   position: absolute !important;
   left: 45px;
   top: 57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .container_f059f956ca67 {
   position: absolute !important;
   overflow: visible;
   width: 257px;
   height: 255px;
   left: 29px;
   top: 88px;
 }

 .container_wrapper_f059f956ca67 {
   position: absolute !important;
   overflow: visible;
   left: 29px;
   top: 88px;
   width: 257px;
   height: 255px;
 }

 .container_nested_f059f956ca67 {
   width: 257px;
   height: 255px;
 }

 .container_9ef36a89c825 {
   width: 921px;
   height: 255px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf54;
 }

 .text_75bbb99d99a2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 202px;
   top: 121px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_e641f2028c2b {
   width: 40px;
   height: 7px;
   position: absolute !important;
   left: 356px;
   top: 267px;
   background: #f4e9f5;
 }

 .container_ca9309475537 {
   width: 40px;
   height: 7px;
   position: absolute !important;
   left: 472px;
   top: 267px;
   background: #f4e9f5;
 }

 .container_39cad7681b02 {
   width: 40px;
   height: 7px;
   position: absolute !important;
   left: 414px;
   top: 267px;
   background: #dcbddf;
 }

 .container_3ef016003c87 {
   position: absolute !important;
   overflow: visible;
   width: 921px;
   height: 274px;
   left: 315px;
   top: 88px;
 }

 .container_d93c9b4b2c49 {
   width: 916px;
   height: 347px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .container_60fff9136e65 {
   width: 260px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 44px;
   background: #008bd02e;
   border-radius: 36px 36px 36px 36px;
 }

 .text_80d6724494b3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 99px;
   top: 158px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .container_a8b88f906182 {
   width: 572px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 311px;
   top: 44px;
   background: #ffffff;
   border-radius: 20px 20px 20px 20px;
 }

 .text_b89f9bacc3d5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 466px;
   top: 61px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_f059b0468a33 {
   width: 141px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 526px;
   top: 248px;
   background: #9a99e154;
   border-radius: 20px 20px 20px 20px;
 }

 .text_89008b3e888a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 553px;
   top: 254px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .container_84382d98cea0 {
   position: absolute !important;
   overflow: visible;
   width: 916px;
   height: 347px;
   left: 320px;
   top: 386px;
 }

 .container_wrapper_84382d98cea0 {
   position: absolute !important;
   overflow: visible;
   left: 320px;
   top: 386px;
   width: 916px;
   height: 347px;
 }

 .container_nested_84382d98cea0 {
   width: 916px;
   height: 347px;
 }

 .container_8b90281beb73 {
   width: 257px;
   height: 347px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #bab6e65e;
 }

 .container_b9bea0c78310 {
   width: 257px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   background: #c9dbea;
 }

 .text_049993860f19 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 82px;
   top: 8px;
   line-height: 22.91px;
   font-family: 'Days One';
 }

 .text_0c505c10479f {
   width: 230px;
   height: 281px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 54px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.37px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-98b0b7011483_0c505c10479f {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-290c74dcad28_0c505c10479f {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-f6d7d044b520_0c505c10479f {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-f0328a63d811_0c505c10479f {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-9717842e2d70_0c505c10479f {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-c5dd77c13c05_0c505c10479f {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-a0c7f78ce404_0c505c10479f {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-dafda2b19f27_0c505c10479f {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-edbf2f584aa4_0c505c10479f {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .container_5d6245097351 {
   position: absolute !important;
   overflow: visible;
   width: 257px;
   height: 347px;
   left: 0px;
   top: 0px;
 }

 .container_2ed69a2b6b12 {
   position: absolute !important;
   overflow: visible;
   width: 257px;
   height: 347px;
   left: 29px;
   top: 386px;
 }

 .container_wrapper_2ed69a2b6b12 {
   position: absolute !important;
   overflow: visible;
   left: 29px;
   top: 386px;
   width: 257px;
   height: 347px;
 }

 .container_nested_2ed69a2b6b12 {
   width: 257px;
   height: 347px;
 }

 .container_bfe4c4446d66 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .imageview_62d576896268 {
   width: 47px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 1212px;
   top: 18px;
   _scaling-factor: 0.5;
 }

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

 .container_cfd742360b19 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 11px;
   background: #ffffff;
 }

 .text_93f68119471d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 22px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_8ceb57956d1a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 186px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_95d0a5133cc9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 279px;
   top: 26px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_faa7e5c2c2de {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 409px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .imageview_a158c629a144 {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1114px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .imageview_de5b4ba22d8e {
   width: 69px;
   height: 71px;
   z-index: 2;
   position: absolute !important;
   left: 1150px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_aad7d199364e {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 71px;
   left: 0px;
   top: 763px;
 }

 .container_cf1142912500 {
   width: 120px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_2a37ca2ad58b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_677ffc0e9f1d {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 1;
   left: 173px;
   top: 18px;
 }

 .container_24a878615b2f {
   width: 120px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_2ea1d037a5df {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_842d3268d41e {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 2;
   left: 284px;
   top: 18px;
 }

 .container_wrapper_842d3268d41e {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 18px;
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_nested_842d3268d41e {
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_adfee9592b8a {
   width: 180px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_04b5c7bdcfbe {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_00bca2fe8f1b {
   position: absolute !important;
   overflow: visible;
   width: 180px;
   height: 35px;
   z-index: 3;
   left: 399px;
   top: 18px;
 }

 .container_wrapper_00bca2fe8f1b {
   position: absolute !important;
   overflow: visible;
   left: 399px;
   top: 18px;
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_nested_00bca2fe8f1b {
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_646ddae8f48a {
   width: 120px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_cc0fe1abba9b {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_e6d4e6281d18 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 4;
   left: 569px;
   top: 18px;
 }

 .container_wrapper_e6d4e6281d18 {
   position: absolute !important;
   overflow: visible;
   left: 569px;
   top: 18px;
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_nested_e6d4e6281d18 {
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_8cbb4c4c86ce {
   width: 135px;
   height: 35px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_c3ddbaf45bea {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_21e8c38953a1 {
   position: absolute !important;
   overflow: visible;
   width: 135px;
   height: 35px;
   z-index: 5;
   left: 674px;
   top: 17px;
 }

 .container_wrapper_21e8c38953a1 {
   position: absolute !important;
   overflow: visible;
   left: 674px;
   top: 17px;
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .container_nested_21e8c38953a1 {
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .viewport_d55f8fa6f90a {
   width: 1280px;
   height: 832px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_18c4bc0b8b3a {
   width: 102px;
   height: 37px;
   position: absolute !important;
   left: 191px;
   top: 17px;
   background: #d9d9d9;
 }

 .container_bc40b3135d36 {
   width: 1280px;
   height: 69px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .container_b2dc9baf0dc8 {
   width: 144px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 12px;
   background: #f5edf0;
 }

 .text_1a1994164bd0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 42px;
   top: 23px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_e4e02056f764 {
   width: 1071px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 197px;
   top: 22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .imageview_2bc0d45aa019 {
   width: 37px;
   height: 37px;
   z-index: 3;
   position: absolute !important;
   left: 1153px;
   top: 17px;
   _scaling-factor: 0.5;
 }

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

 .imageview_731dbc32a9c1 {
   width: 38px;
   height: 38px;
   z-index: 3;
   position: absolute !important;
   left: 1093px;
   top: 16px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c52a4fe0c922 {
   width: 47px;
   height: 47px;
   z-index: 3;
   position: absolute !important;
   left: 1212px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .imageview_23caa3fd2cc7 {
   width: 42px;
   height: 42px;
   z-index: 3;
   position: absolute !important;
   left: 1029px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

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

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

 .container_nested_df66d8b3508b {
   width: 1280px;
   height: 69px;
   z-index: 1;
 }

 .container_6ba19427ec21 {
   width: 520px;
   height: 620px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c9dbea99;
   border-radius: 36px 36px 36px 36px;
 }

 .text_0f7deb4443bc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 154px;
   top: 292px;
   line-height: 35.64px;
   font-family: 'Days One';
 }

 .container_9ef7054e6119 {
   position: absolute !important;
   overflow: visible;
   width: 520px;
   height: 620px;
   left: 42px;
   top: 106px;
   border-radius: 36px 36px 36px 36px;
 }

 .container_d65c469ae918 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .imageview_9ec573bab789 {
   width: 47px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 1212px;
   top: 18px;
   _scaling-factor: 0.5;
 }

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

 .container_4eac72d6ebde {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 11px;
   background: #ffffff;
 }

 .text_1e45ad496221 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 22px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_b76b58faa4f0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 186px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_56c8e8ab17f9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 279px;
   top: 26px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_627be3a4834f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 409px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .imageview_b911796870d1 {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1114px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .imageview_21c3f3c50464 {
   width: 69px;
   height: 71px;
   z-index: 2;
   position: absolute !important;
   left: 1150px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_10b8ec2f788a {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 71px;
   left: 0px;
   top: 767px;
 }

 .text_f0bc68c155e1 {
   width: 589px;
   height: 92px;
   position: absolute !important;
   left: 620px;
   top: 106px;
   line-height: 45.83px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_autoheight_f0bc68c155e1 {
   overflow: visible;
 }

 .text_bbaaed5c5efd {
   width: 231px;
   height: 40px;
   position: absolute !important;
   left: 620px;
   top: 549px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.55px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_5d698498f128 {
   width: 257px;
   height: 87px;
   position: absolute !important;
   left: 620px;
   top: 218px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 35.64px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-1879e06ec0c2_5d698498f128 {
   line-height: 35.64px;
   font-family: 'Days One';
 }

 .text-290b0eedf876_5d698498f128 {
   line-height: 35.64px;
   font-family: 'Days One';
 }

 .imageview_f9976d80bfec {
   width: 289px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_37314574e74b {
   width: 161.12px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 64.45px;
   top: 22px;
   line-height: 35.64px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_autoheight_37314574e74b {
   overflow: visible;
 }

 .container_e4326457be1a {
   position: absolute !important;
   overflow: visible;
   width: 289px;
   height: 80px;
   left: 769px;
   top: 305px;
   border-radius: 20px 20px 20px 20px;
 }

 .container_wrapper_e4326457be1a {
   position: absolute !important;
   overflow: visible;
   left: 769px;
   top: 305px;
   width: 289px;
   height: 80px;
 }

 .container_nested_e4326457be1a {
   width: 289px;
   height: 80px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_91f574187678 {
   width: max-content;
   position: absolute !important;
   left: 620px;
   top: 416px;
   line-height: 30.55px;
   font-family: 'Days One';
 }

 .container_fab481e47060 {
   width: 589px;
   height: 71px;
   position: absolute !important;
   left: 620px;
   top: 447px;
   background: #dfe9f280;
   border-radius: 20px 20px 20px 20px;
 }

 .container_0d32f4cd748f {
   width: 589px;
   height: 137px;
   position: absolute !important;
   left: 620px;
   top: 589px;
   background: #dfe9f280;
   border-radius: 20px 20px 20px 20px;
 }

 .container_3d6f301334b9 {
   width: 120px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_92fe7b076579 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_781ff0513836 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 2;
   left: 182px;
   top: 19px;
 }

 .container_wrapper_781ff0513836 {
   position: absolute !important;
   overflow: visible;
   left: 182px;
   top: 19px;
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_nested_781ff0513836 {
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_afca0ead64c9 {
   width: 120px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_f8bfe67238bb {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_c7b2af08800a {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 3;
   left: 293px;
   top: 19px;
 }

 .container_wrapper_c7b2af08800a {
   position: absolute !important;
   overflow: visible;
   left: 293px;
   top: 19px;
   width: 120px;
   height: 35px;
   z-index: 3;
 }

 .container_nested_c7b2af08800a {
   width: 120px;
   height: 35px;
   z-index: 3;
 }

 .container_e46fd3cf51c4 {
   width: 180px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_6f7568ca8e50 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_87b85d1500a5 {
   position: absolute !important;
   overflow: visible;
   width: 180px;
   height: 35px;
   z-index: 4;
   left: 408px;
   top: 19px;
 }

 .container_wrapper_87b85d1500a5 {
   position: absolute !important;
   overflow: visible;
   left: 408px;
   top: 19px;
   width: 180px;
   height: 35px;
   z-index: 4;
 }

 .container_nested_87b85d1500a5 {
   width: 180px;
   height: 35px;
   z-index: 4;
 }

 .container_804ab475995b {
   width: 120px;
   height: 35px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_82b36cb497e0 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_ca6b23c974cc {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 5;
   left: 578px;
   top: 19px;
 }

 .container_wrapper_ca6b23c974cc {
   position: absolute !important;
   overflow: visible;
   left: 578px;
   top: 19px;
   width: 120px;
   height: 35px;
   z-index: 5;
 }

 .container_nested_ca6b23c974cc {
   width: 120px;
   height: 35px;
   z-index: 5;
 }

 .container_789881ced89e {
   width: 135px;
   height: 35px;
   z-index: 6;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_f18026cf24ea {
   width: max-content;
   z-index: 7;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_ed8af2d61732 {
   position: absolute !important;
   overflow: visible;
   width: 135px;
   height: 35px;
   z-index: 6;
   left: 683px;
   top: 18px;
 }

 .container_wrapper_ed8af2d61732 {
   position: absolute !important;
   overflow: visible;
   left: 683px;
   top: 18px;
   width: 135px;
   height: 35px;
   z-index: 6;
 }

 .container_nested_ed8af2d61732 {
   width: 135px;
   height: 35px;
   z-index: 6;
 }

 .viewport_99958fddd6fb {
   width: 1280px;
   height: 832px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_ee27d3b98df2 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .container_3ee13e1c5271 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
   background: #f5edf0;
 }

 .text_e868b537d573 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 23px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_375787545ff7 {
   width: 1071px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 197px;
   top: 22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .imageview_ed56be1c6b04 {
   width: 37px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 1153px;
   top: 17px;
   _scaling-factor: 0.5;
 }

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

 .imageview_293e2fc4e000 {
   width: 38px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1093px;
   top: 16px;
   _scaling-factor: 0.5;
 }

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

 .imageview_95c2d89f8b07 {
   width: 47px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 1212px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e242cdfdc832 {
   width: 42px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 1029px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .container_d1b30477008b {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 69px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_d1b30477008b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 69px;
 }

 .container_nested_d1b30477008b {
   width: 1280px;
   height: 69px;
 }

 .container_c9f28475a086 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .imageview_d61f4530660c {
   width: 47px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 1212px;
   top: 18px;
   _scaling-factor: 0.5;
 }

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

 .container_d7f4d88f3523 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 11px;
   background: #ffffff;
 }

 .text_e281427d0e3c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 22px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_28fbff835444 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 186px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_643221b6ad16 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 279px;
   top: 26px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_d8c69b479f25 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 409px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .imageview_53066c0f2e2c {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1114px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .imageview_cc8ddbdb9437 {
   width: 69px;
   height: 71px;
   z-index: 2;
   position: absolute !important;
   left: 1150px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_381b52c95559 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 71px;
   left: 0px;
   top: 763px;
 }

 .container_b0fa07eb9127 {
   width: 213px;
   height: 640px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .text_47a8aa1a6e6c {
   width: 40px;
   height: 19.49px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 58.48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.82px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_b60bd7b50b48 {
   width: 59px;
   height: 19.49px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 279.39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.82px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .container_a6822ec86700 {
   width: 170px;
   height: 23.82px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 298.88px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .text_59da777bdc5f {
   width: 79px;
   height: 19.49px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 109.37px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.82px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_44e0fb018e10 {
   width: 94px;
   height: 19.49px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 330.29px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.82px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_49fbf8c033f5 {
   width: 78px;
   height: 19.49px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 471.07px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.82px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_f4de9fcb9fa8 {
   width: 104px;
   height: 21.66px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 18.41px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .container_fd8e4c7d1d69 {
   width: 67px;
   height: 19.49px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 82.3px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_d6ef6ccd192b {
   width: 67px;
   height: 19.49px;
   z-index: 1;
   position: absolute !important;
   left: 125px;
   top: 82.3px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_4b61bfd3afad {
   width: 168px;
   height: 22.74px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 133.2px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_0c35c9438fb6 {
   width: 168px;
   height: 22.74px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 354.11px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_b59c822b96e5 {
   width: 168px;
   height: 22.74px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 494.89px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_312e99b85495 {
   width: 168px;
   height: 22.74px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 162.44px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_7d75bb739950 {
   width: 168px;
   height: 22.74px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 383.35px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_70c8895af263 {
   width: 168px;
   height: 22.74px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 524.13px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_5e808712e102 {
   width: 168px;
   height: 21.66px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 191.68px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_f179875fc9a5 {
   width: 168px;
   height: 21.66px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 412.59px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_e419324c3c94 {
   width: 168px;
   height: 21.66px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 553.37px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_7d436e27021d {
   width: 95px;
   height: 33.57px;
   z-index: 1;
   position: absolute !important;
   left: 59px;
   top: 591.27px;
   background: #9a99e180;
   border-radius: 9px 9px 9px 9px;
 }

 .container_23a31604f933 {
   width: 168px;
   height: 22.74px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 219.83px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_79ae10007a1e {
   width: 168px;
   height: 22.74px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 440.74px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .container_68bbabe6fb99 {
   width: 168px;
   height: 22.74px;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 249.07px;
   background: #dcbddf80;
   border-radius: 9px 9px 9px 9px;
 }

 .text_5e6ea0d42829 {
   width: 48px;
   height: 19.49px;
   z-index: 2;
   position: absolute !important;
   left: 83px;
   top: 598.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.82px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_4f9dca9ccfb9 {
   width: max-content;
   z-index: 2;
   transform: rotate(90.00000000000001deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 167px;
   top: 361px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_5d1a98c75675 {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 640px;
   left: 42px;
   top: 96px;
 }

 .container_wrapper_5d1a98c75675 {
   position: absolute !important;
   overflow: visible;
   left: 42px;
   top: 96px;
   width: 213px;
   height: 640px;
 }

 .container_nested_5d1a98c75675 {
   width: 213px;
   height: 640px;
 }

 .text_adb9e14404f9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 45.83px;
   font-family: 'Days One';
 }

 .container_419ec6801962 {
   width: 160px;
   height: 160px;
   position: absolute !important;
   left: 0px;
   top: 61px;
   background: #dfe9f2;
   border-radius: 20px 20px 20px 20px;
 }

 .container_5374e956bdd7 {
   width: 160px;
   height: 160px;
   position: absolute !important;
   left: 490px;
   top: 61px;
   background: #f6eff2;
   border-radius: 20px 20px 20px 20px;
 }

 .container_bbb445050ee9 {
   width: 160px;
   height: 160px;
   position: absolute !important;
   left: 0px;
   top: 264px;
   background: #f5edf0e3;
   border-radius: 20px 20px 20px 20px;
 }

 .container_e1f05f22e7e9 {
   width: 160px;
   height: 160px;
   position: absolute !important;
   left: 490px;
   top: 264px;
   background: #dfe9f2;
   border-radius: 20px 20px 20px 20px;
 }

 .container_300155c85b18 {
   width: 160px;
   height: 160px;
   position: absolute !important;
   left: 0px;
   top: 466px;
   background: #dfe9f2;
   border-radius: 20px 20px 20px 20px;
 }

 .container_c227dd8f7378 {
   width: 160px;
   height: 160px;
   position: absolute !important;
   left: 490px;
   top: 466px;
   background: #f6eff2;
   border-radius: 20px 20px 20px 20px;
 }

 .text_bb1df8d4a7b4 {
   width: 148px;
   height: 159px;
   position: absolute !important;
   left: 184px;
   top: 61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.37px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-bb593fc5fb24_bb1df8d4a7b4 {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-09d708c78a02_bb1df8d4a7b4 {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_d62aebfcdcb5 {
   width: 148px;
   height: 159px;
   position: absolute !important;
   left: 674px;
   top: 61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.37px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-ba05e4bbb0db_d62aebfcdcb5 {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-ca01860e4e46_d62aebfcdcb5 {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_8669df43673f {
   width: 148px;
   height: 159px;
   position: absolute !important;
   left: 184px;
   top: 264px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.37px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-ab74c897dadf_8669df43673f {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-594e33165956_8669df43673f {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_0fb7840326b5 {
   width: 148px;
   height: 159px;
   position: absolute !important;
   left: 674px;
   top: 264px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.37px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-257d4375de12_0fb7840326b5 {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-f97996e237fb_0fb7840326b5 {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_94300f72411a {
   width: 148px;
   height: 159px;
   position: absolute !important;
   left: 184px;
   top: 466px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.37px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-509ca56d7ef0_94300f72411a {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-f62bb40a45d3_94300f72411a {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_77e588604156 {
   width: 148px;
   height: 159px;
   position: absolute !important;
   left: 674px;
   top: 466px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.37px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-096b8c2835a9_77e588604156 {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-1fd23c31b722_77e588604156 {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .container_ac39c9fd29e7 {
   position: absolute !important;
   overflow: visible;
   width: 822px;
   height: 626px;
   left: 328px;
   top: 96px;
   border-radius: 20px 20px 20px 20px;
 }

 .container_1196ebea2471 {
   width: 120px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_d28017bf8771 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_066ad2f43233 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 1;
   left: 186px;
   top: 18px;
 }

 .container_wrapper_066ad2f43233 {
   position: absolute !important;
   overflow: visible;
   left: 186px;
   top: 18px;
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_nested_066ad2f43233 {
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_1fb0faf5f544 {
   width: 120px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_dc0135c0f85f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_358de3e522bb {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 2;
   left: 297px;
   top: 18px;
 }

 .container_c40fae733954 {
   width: 180px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_bb2d06304535 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_60b4c83dc89c {
   position: absolute !important;
   overflow: visible;
   width: 180px;
   height: 35px;
   z-index: 3;
   left: 412px;
   top: 18px;
 }

 .container_wrapper_60b4c83dc89c {
   position: absolute !important;
   overflow: visible;
   left: 412px;
   top: 18px;
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_nested_60b4c83dc89c {
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_f09cf9f37225 {
   width: 120px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_1092e8103c4b {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_b1feda2c278b {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 4;
   left: 582px;
   top: 18px;
 }

 .container_wrapper_b1feda2c278b {
   position: absolute !important;
   overflow: visible;
   left: 582px;
   top: 18px;
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_nested_b1feda2c278b {
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_f16b469a7e83 {
   width: 135px;
   height: 35px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_178c8f5189fd {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_77a2ae9aed49 {
   position: absolute !important;
   overflow: visible;
   width: 135px;
   height: 35px;
   z-index: 5;
   left: 687px;
   top: 17px;
 }

 .container_wrapper_77a2ae9aed49 {
   position: absolute !important;
   overflow: visible;
   left: 687px;
   top: 17px;
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .container_nested_77a2ae9aed49 {
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .viewport_05c8829516cf {
   width: 1280px;
   height: 832px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_b9391e95fbc3 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .container_397b33158e8b {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
   background: #f5edf0;
 }

 .text_018087f9e40e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 23px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_236e504939aa {
   width: 1071px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 197px;
   top: 22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .imageview_40f29162bf3f {
   width: 37px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 1153px;
   top: 17px;
   _scaling-factor: 0.5;
 }

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

 .imageview_4833fafccc34 {
   width: 38px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1093px;
   top: 16px;
   _scaling-factor: 0.5;
 }

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

 .imageview_5621c74f16f6 {
   width: 47px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 1212px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7d212c723275 {
   width: 42px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 1029px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .container_bc9859e625c7 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 69px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_bc9859e625c7 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 69px;
 }

 .container_nested_bc9859e625c7 {
   width: 1280px;
   height: 69px;
 }

 .container_381d60e3f028 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .imageview_151a1ce0c37c {
   width: 47px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 1212px;
   top: 18px;
   _scaling-factor: 0.5;
 }

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

 .container_8e776b531a88 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 11px;
   background: #ffffff;
 }

 .text_d141baf8ff7a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 22px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_561b7976fb5e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 186px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_11aa67d8d635 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 279px;
   top: 26px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_caa500795c85 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 409px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .imageview_d7825a486db0 {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1114px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .imageview_8f3aaa32ab06 {
   width: 69px;
   height: 71px;
   z-index: 2;
   position: absolute !important;
   left: 1150px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_a5d6ccc43bf2 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 71px;
   left: 0px;
   top: 767px;
 }

 .container_574cde7cf735 {
   width: 160px;
   height: 95px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dfe9f2;
   border-radius: 20px 20px 20px 20px;
 }

 .container_deba696838d4 {
   width: 160px;
   height: 95px;
   position: absolute !important;
   left: 181px;
   top: 0px;
   background: #dfe9f2;
   border-radius: 20px 20px 20px 20px;
 }

 .container_839c8792c899 {
   width: 160px;
   height: 95px;
   position: absolute !important;
   left: 362px;
   top: 0px;
   background: #dfe9f2;
   border-radius: 20px 20px 20px 20px;
 }

 .container_3e31d4aa135d {
   width: 160px;
   height: 95px;
   position: absolute !important;
   left: 0px;
   top: 105px;
   background: #dfe9f2;
   border-radius: 20px 20px 20px 20px;
 }

 .container_10641eb34245 {
   width: 160px;
   height: 95px;
   position: absolute !important;
   left: 181px;
   top: 105px;
   background: #dfe9f2;
   border-radius: 20px 20px 20px 20px;
 }

 .container_58aaf1c7835b {
   width: 160px;
   height: 95px;
   position: absolute !important;
   left: 362px;
   top: 105px;
   background: #dfe9f2;
   border-radius: 20px 20px 20px 20px;
 }

 .container_7058b0ecf94c {
   position: absolute !important;
   overflow: visible;
   width: 522px;
   height: 200px;
   left: 690px;
   top: 152px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_960e1ac2c49e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 45.83px;
   font-family: 'Days One';
 }

 .text_a1cc3eb696bc {
   width: 575px;
   height: 577px;
   position: absolute !important;
   left: 0px;
   top: 59px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-0d12c16b2d04_a1cc3eb696bc {
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text-aabbe501a09e_a1cc3eb696bc {
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_ed94d16467c7 {
   position: absolute !important;
   overflow: visible;
   width: 575px;
   height: 636px;
   left: 49px;
   top: 93px;
 }

 .text_63445f92419f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 35.64px;
   font-family: 'Days One';
 }

 .container_1dbc23d79cfd {
   width: 528px;
   height: 88px;
   position: absolute !important;
   left: 0px;
   top: 49px;
   background: #dcbddf69;
   border-radius: 20px 20px 20px 20px;
 }

 .container_3b1144abb431 {
   width: 528px;
   height: 88px;
   position: absolute !important;
   left: 0px;
   top: 150px;
   background: #dcbddf69;
   border-radius: 20px 20px 20px 20px;
 }

 .container_4b884dd47cdd {
   width: 528px;
   height: 88px;
   position: absolute !important;
   left: 0px;
   top: 251px;
   background: #dcbddf69;
   border-radius: 20px 20px 20px 20px;
 }

 .container_4f24a4945c1c {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 339px;
   left: 684px;
   top: 390px;
   border-radius: 20px 20px 20px 20px;
 }

 .container_2baac4e50087 {
   width: 120px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_820f00e059a8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_504f951fe36c {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 1;
   left: 188px;
   top: 19px;
 }

 .container_wrapper_504f951fe36c {
   position: absolute !important;
   overflow: visible;
   left: 188px;
   top: 19px;
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_nested_504f951fe36c {
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_4b16ad07e9dd {
   width: 120px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_c2e24b1a5004 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_7806e22acd30 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 2;
   left: 299px;
   top: 19px;
 }

 .container_wrapper_7806e22acd30 {
   position: absolute !important;
   overflow: visible;
   left: 299px;
   top: 19px;
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_nested_7806e22acd30 {
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_3f68414bb669 {
   width: 180px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_7643db7668d6 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_0895f9d01398 {
   position: absolute !important;
   overflow: visible;
   width: 180px;
   height: 35px;
   z-index: 3;
   left: 414px;
   top: 19px;
 }

 .container_5cadd24ee089 {
   width: 120px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_f30bfdfe7f89 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_6e09d62cd4d1 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 4;
   left: 584px;
   top: 19px;
 }

 .container_wrapper_6e09d62cd4d1 {
   position: absolute !important;
   overflow: visible;
   left: 584px;
   top: 19px;
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_nested_6e09d62cd4d1 {
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_04cbcd65007c {
   width: 135px;
   height: 35px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_feeeafa2b8f5 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_482145e14d4a {
   position: absolute !important;
   overflow: visible;
   width: 135px;
   height: 35px;
   z-index: 5;
   left: 689px;
   top: 18px;
 }

 .container_wrapper_482145e14d4a {
   position: absolute !important;
   overflow: visible;
   left: 689px;
   top: 18px;
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .container_nested_482145e14d4a {
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .viewport_9a14c8d0cd16 {
   width: 1280px;
   height: 832px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_a5f6e9e64135 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .container_5c0dada77834 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
   background: #f5edf0;
 }

 .text_b96627b81719 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 23px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_e4d6af07b3eb {
   width: 1071px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 197px;
   top: 22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .imageview_66dc773c41d4 {
   width: 37px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 1153px;
   top: 17px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7d9d3e0bc5bf {
   width: 38px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1093px;
   top: 16px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1b5537cfe32f {
   width: 47px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 1212px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e92101b618f4 {
   width: 42px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 1029px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .container_12f30238af63 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 69px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_12f30238af63 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 69px;
 }

 .container_nested_12f30238af63 {
   width: 1280px;
   height: 69px;
 }

 .container_c4bf8490edc5 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .imageview_afb8717e1866 {
   width: 47px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 1212px;
   top: 18px;
   _scaling-factor: 0.5;
 }

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

 .container_79017826414d {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 11px;
   background: #ffffff;
 }

 .text_258b2ecd6ecb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 22px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_b411aa542a83 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 186px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_4cb525d05ec6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 279px;
   top: 26px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_62b217f5ecf8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 409px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .imageview_90580f7a1a9c {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1114px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .imageview_270d0fe9c7a7 {
   width: 69px;
   height: 71px;
   z-index: 2;
   position: absolute !important;
   left: 1150px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_73e7e447de66 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 71px;
   left: 0px;
   top: 767px;
 }

 .text_f10d5c741f51 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 45.83px;
   font-family: 'Days One';
 }

 .container_6b66d0dc6220 {
   width: 372.67px;
   height: 272.17px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf80;
 }

 .container_459780910be5 {
   width: 373px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 177px;
   background: #dfe9f2;
 }

 .text_82ef1308eb58 {
   width: 343px;
   height: 75px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 187px;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_autoheight_82ef1308eb58 {
   overflow: visible;
 }

 .container_44075f321777 {
   position: absolute !important;
   overflow: visible;
   width: 373px;
   height: 272.17px;
   left: 0px;
   top: 70px;
 }

 .container_29e2a63757fc {
   width: 372.67px;
   height: 272.17px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .container_f4f2b80dd448 {
   width: 373px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 177px;
   background: #dfe9f2;
 }

 .text_e4bf343424ee {
   width: 343px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 187px;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_autoheight_e4bf343424ee {
   overflow: visible;
 }

 .container_0a82f4dda5df {
   position: absolute !important;
   overflow: visible;
   width: 373px;
   height: 272.17px;
   left: 404px;
   top: 70px;
 }

 .container_9eefed445e6a {
   width: 372.67px;
   height: 272.17px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .container_848830fceda1 {
   width: 373px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 177px;
   background: #dfe9f2;
 }

 .text_f916c7af4d27 {
   width: 343px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 187px;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_autoheight_f916c7af4d27 {
   overflow: visible;
 }

 .container_a0527ccbf976 {
   position: absolute !important;
   overflow: visible;
   width: 373px;
   height: 272.17px;
   left: 808px;
   top: 364px;
 }

 .container_5392931dc511 {
   width: 372.67px;
   height: 272.17px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf80;
 }

 .container_6dfbd8cdc17b {
   width: 373px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 177px;
   background: #dfe9f2;
 }

 .text_ff612cf09f96 {
   width: 343px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 187px;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_autoheight_ff612cf09f96 {
   overflow: visible;
 }

 .container_9de853a2bdb0 {
   position: absolute !important;
   overflow: visible;
   width: 373px;
   height: 272.17px;
   left: 808px;
   top: 70px;
 }

 .container_e6f3cf8e40a3 {
   width: 372.67px;
   height: 272.17px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .container_714adca4d04b {
   width: 373px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 177px;
   background: #dfe9f2;
 }

 .text_07219938a4cc {
   width: 343px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 187px;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_autoheight_07219938a4cc {
   overflow: visible;
 }

 .container_1398f740813b {
   position: absolute !important;
   overflow: visible;
   width: 373px;
   height: 272.17px;
   left: 0px;
   top: 364px;
 }

 .container_77b4300b4083 {
   width: 372.67px;
   height: 272.17px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf80;
 }

 .container_81684009b1e1 {
   width: 373px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 177px;
   background: #dfe9f2;
 }

 .text_22b592a5144a {
   width: 343px;
   height: 75px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 187px;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_autoheight_22b592a5144a {
   overflow: visible;
 }

 .container_e86b3564e893 {
   position: absolute !important;
   overflow: visible;
   width: 373px;
   height: 272.17px;
   left: 404px;
   top: 364px;
 }

 .container_459811cfc172 {
   position: absolute !important;
   overflow: visible;
   width: 1181px;
   height: 636.17px;
   left: 49px;
   top: 93px;
 }

 .container_f61a7b9af41c {
   width: 120px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_76d525af18fe {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_19fdf3cc77a0 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 1;
   left: 177px;
   top: 19px;
 }

 .container_wrapper_19fdf3cc77a0 {
   position: absolute !important;
   overflow: visible;
   left: 177px;
   top: 19px;
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_nested_19fdf3cc77a0 {
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_ed29de0ea7b3 {
   width: 120px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_b8a3b5684faa {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_b396e772ae7a {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 2;
   left: 288px;
   top: 19px;
 }

 .container_wrapper_b396e772ae7a {
   position: absolute !important;
   overflow: visible;
   left: 288px;
   top: 19px;
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_nested_b396e772ae7a {
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_2ac5ba6a977a {
   width: 180px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_7ec52c5661a2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_0849f1add6ba {
   position: absolute !important;
   overflow: visible;
   width: 180px;
   height: 35px;
   z-index: 3;
   left: 403px;
   top: 19px;
 }

 .container_wrapper_0849f1add6ba {
   position: absolute !important;
   overflow: visible;
   left: 403px;
   top: 19px;
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_nested_0849f1add6ba {
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_2fd5453ef0aa {
   width: 120px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_98b9e0ed94b0 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_41d6624df0ca {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 4;
   left: 573px;
   top: 19px;
 }

 .container_f51d76beae92 {
   width: 135px;
   height: 35px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_1cb85b771161 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_c65b1a3b9c99 {
   position: absolute !important;
   overflow: visible;
   width: 135px;
   height: 35px;
   z-index: 5;
   left: 678px;
   top: 18px;
 }

 .container_wrapper_c65b1a3b9c99 {
   position: absolute !important;
   overflow: visible;
   left: 678px;
   top: 18px;
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .container_nested_c65b1a3b9c99 {
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .viewport_5b7ca3d665a5 {
   width: 1280px;
   height: 832px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_d2a51c0d2e2e {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .container_wrapper_d2a51c0d2e2e {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 69px;
 }

 .container_nested_d2a51c0d2e2e {
   width: 1280px;
   height: 69px;
   background: #dcbddf;
 }

 .container_ae874ade2cad {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
   background: #f5edf0;
 }

 .text_d932f4118138 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 23px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_3e0166fecb19 {
   width: 1071px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 197px;
   top: 22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .imageview_3c841271a420 {
   width: 37px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 1153px;
   top: 17px;
   _scaling-factor: 0.5;
 }

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

 .imageview_9c148355c84c {
   width: 38px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1093px;
   top: 16px;
   _scaling-factor: 0.5;
 }

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

 .imageview_611ade62bc77 {
   width: 47px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 1212px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1abefe617150 {
   width: 42px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 1029px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .container_df59b4dbc59c {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 69px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_df59b4dbc59c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 69px;
 }

 .container_nested_df59b4dbc59c {
   width: 1280px;
   height: 69px;
 }

 .container_f28526deead4 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .imageview_05282449da3c {
   width: 47px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 1212px;
   top: 18px;
   _scaling-factor: 0.5;
 }

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

 .container_ed65e51806d3 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 11px;
   background: #ffffff;
 }

 .text_cbca4e3be01f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 22px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_177f57b338b0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 186px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_fb18d51b7f79 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 279px;
   top: 26px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_724817651fd9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 409px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .imageview_a88c24d88324 {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1114px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .imageview_198e802db06a {
   width: 69px;
   height: 71px;
   z-index: 2;
   position: absolute !important;
   left: 1150px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_9de38c722d77 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 71px;
   left: 0px;
   top: 767px;
 }

 .container_wrapper_9de38c722d77 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 767px;
   width: 1280px;
   height: 71px;
 }

 .container_nested_9de38c722d77 {
   width: 1280px;
   height: 71px;
 }

 .container_518c950f6b43 {
   width: 484px;
   height: 299px;
   position: absolute !important;
   left: 657px;
   top: 134px;
   background: #dcbddf73;
 }

 .text_19bca733c27a {
   width: 206px;
   height: 37px;
   z-index: 1;
   position: absolute !important;
   left: 796px;
   top: 265px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 35.64px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_97f01e664cc0 {
   width: 589px;
   height: 46px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 45.83px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_autoheight_97f01e664cc0 {
   overflow: visible;
 }

 .container_69280a25cd6d {
   width: 589px;
   height: 274px;
   position: absolute !important;
   left: 0px;
   top: 52px;
   background: #dfe9f280;
 }

 .text_910c14680472 {
   width: 479px;
   height: 175px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 103px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.55px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_e44b31aba855 {
   width: max-content;
   position: absolute !important;
   left: 657px;
   top: 82px;
   line-height: 35.64px;
   font-family: 'Days One';
 }

 .container_df72514e67c0 {
   position: absolute !important;
   overflow: visible;
   width: 1141px;
   height: 433px;
   left: 49px;
   top: 93px;
 }

 .container_842bace4e6d9 {
   width: 589px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 44px;
   background: #f4e9f5;
 }

 .text_25ef3797fbd1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 158px;
   top: 139px;
   line-height: 30.55px;
   font-family: 'Days One';
 }

 .text_87ab7e9cc12c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 30.55px;
   font-family: 'Days One';
 }

 .container_3f2d64cb973c {
   position: absolute !important;
   overflow: visible;
   width: 589px;
   height: 264px;
   z-index: 1;
   left: 49px;
   top: 458px;
 }

 .container_94f834167a26 {
   width: 120px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_c269529393e0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_a881359af013 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 1;
   left: 186px;
   top: 18px;
 }

 .container_wrapper_a881359af013 {
   position: absolute !important;
   overflow: visible;
   left: 186px;
   top: 18px;
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_nested_a881359af013 {
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_741d06b6f4b4 {
   width: 120px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_3bbfdb716943 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_54f68802bedf {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 2;
   left: 297px;
   top: 18px;
 }

 .container_wrapper_54f68802bedf {
   position: absolute !important;
   overflow: visible;
   left: 297px;
   top: 18px;
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_nested_54f68802bedf {
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_5b7ec06de071 {
   width: 180px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_253559f488c8 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_abc43f02eee3 {
   position: absolute !important;
   overflow: visible;
   width: 180px;
   height: 35px;
   z-index: 3;
   left: 412px;
   top: 18px;
 }

 .container_wrapper_abc43f02eee3 {
   position: absolute !important;
   overflow: visible;
   left: 412px;
   top: 18px;
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_nested_abc43f02eee3 {
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_877fa6c98f76 {
   width: 120px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_95c15318bdd1 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_f9e268a514c3 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 4;
   left: 582px;
   top: 18px;
 }

 .container_wrapper_f9e268a514c3 {
   position: absolute !important;
   overflow: visible;
   left: 582px;
   top: 18px;
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_nested_f9e268a514c3 {
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_a8ba4a7f8a72 {
   width: 135px;
   height: 35px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_2926f19f8888 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_64686283d03f {
   position: absolute !important;
   overflow: visible;
   width: 135px;
   height: 35px;
   z-index: 5;
   left: 687px;
   top: 17px;
 }

 .viewport_c452695e2836 {
   width: 1280px;
   height: 832px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_5636063569d9 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .container_25e69c8add04 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
   background: #f5edf0;
 }

 .text_c92c4b6aad2b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 23px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_e6ec299d60e9 {
   width: 1071px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 197px;
   top: 22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .imageview_3e654af3f6b5 {
   width: 37px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 1153px;
   top: 17px;
   _scaling-factor: 0.5;
 }

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

 .imageview_5ebf71d84806 {
   width: 38px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1093px;
   top: 16px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1bf4db47f04e {
   width: 47px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 1212px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .imageview_74acab9f82bc {
   width: 42px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 1029px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .container_e97c7788c76d {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 69px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_e97c7788c76d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 69px;
 }

 .container_nested_e97c7788c76d {
   width: 1280px;
   height: 69px;
 }

 .container_3e5cedff7596 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .imageview_299d4af77099 {
   width: 47px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 1212px;
   top: 18px;
   _scaling-factor: 0.5;
 }

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

 .container_ce0536cc7cd3 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 11px;
   background: #ffffff;
 }

 .text_2028816f11ab {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 22px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_95f47ae1224d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 186px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_ff50533c9ef3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 279px;
   top: 26px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_77ac9b86b5f5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 409px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .imageview_c7018661fddf {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1114px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .imageview_390c3cde07fd {
   width: 69px;
   height: 71px;
   z-index: 2;
   position: absolute !important;
   left: 1150px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_9a7c18403e40 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 71px;
   left: 0px;
   top: 767px;
 }

 .container_wrapper_9a7c18403e40 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 767px;
   width: 1280px;
   height: 71px;
 }

 .container_nested_9a7c18403e40 {
   width: 1280px;
   height: 71px;
 }

 .text_f96af75b2f71 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 45.83px;
   font-family: 'Days One';
 }

 .container_d4f7e85ca3f4 {
   width: 110px;
   height: 110px;
   position: absolute !important;
   left: 39px;
   top: 84px;
   background: #dcbddf80;
   border-radius: 20px 20px 20px 20px;
 }

 .container_4dc6d60e4dab {
   width: 110px;
   height: 110px;
   position: absolute !important;
   left: 39px;
   top: 348px;
   background: #dcbddf80;
   border-radius: 20px 20px 20px 20px;
 }

 .container_c3ed758c63d4 {
   width: 110px;
   height: 110px;
   position: absolute !important;
   left: 39px;
   top: 216px;
   background: #dcbddf80;
   border-radius: 20px 20px 20px 20px;
 }

 .text_7c0158d30d3c {
   width: 388px;
   height: 85px;
   position: absolute !important;
   left: 168px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.37px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-ecd2cf3e758d_7c0158d30d3c {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-1cc48a5a94b9_7c0158d30d3c {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-01186f9f05c5_7c0158d30d3c {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_1be49a77adfa {
   width: 388px;
   height: 85px;
   position: absolute !important;
   left: 168px;
   top: 348px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.37px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-6d4a25fd1cae_1be49a77adfa {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-aa614c8ebf58_1be49a77adfa {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-5a3e19c5a38f_1be49a77adfa {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_088465586974 {
   width: 388px;
   height: 85px;
   position: absolute !important;
   left: 168px;
   top: 216px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.37px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text-a093c5e9dc07_088465586974 {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-bfb68f579607_088465586974 {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text-702100ce170c_088465586974 {
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .imageview_91ad235fdb78 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 129px;
 }

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

 .imageview_57f4e1e9d27a {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 393px;
 }

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

 .imageview_8ebcedc28e46 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 261px;
 }

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

 .imageview_8fed1901da24 {
   width: 23px;
   height: 23px;
   position: absolute !important;
   left: 168px;
   top: 171px;
 }

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

 .imageview_a3f4215cb32d {
   width: 23px;
   height: 23px;
   position: absolute !important;
   left: 168px;
   top: 435px;
 }

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

 .imageview_86c00ac46f4a {
   width: 23px;
   height: 23px;
   position: absolute !important;
   left: 168px;
   top: 303px;
 }

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

 .imageview_c7d501dded3e {
   width: 23px;
   height: 23px;
   position: absolute !important;
   left: 233px;
   top: 171px;
 }

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

 .imageview_762ee530d5d1 {
   width: 23px;
   height: 23px;
   position: absolute !important;
   left: 233px;
   top: 435px;
 }

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

 .imageview_0b8fe4fe3930 {
   width: 23px;
   height: 23px;
   position: absolute !important;
   left: 233px;
   top: 303px;
 }

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

 .text_1c8237176889 {
   width: 12px;
   height: 25px;
   position: absolute !important;
   left: 206px;
   top: 169px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_5b6f95a8b45b {
   width: 12px;
   height: 25px;
   position: absolute !important;
   left: 206px;
   top: 433px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_dba2c28fbe5b {
   width: 12px;
   height: 25px;
   position: absolute !important;
   left: 206px;
   top: 301px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_f54c4e236041 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 240px;
   top: 169px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_ab40a664ab09 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 240px;
   top: 433px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_1ec9b16cc63a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 240px;
   top: 301px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_d9ecb20841d7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 174px;
   top: 169px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_dcf3aad87b74 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 174px;
   top: 433px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_e5ae34d29264 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 174px;
   top: 301px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_3707f87dd887 {
   width: 64px;
   height: 28px;
   position: absolute !important;
   left: 620px;
   top: 119px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_8cdebceb7ad6 {
   width: 64px;
   height: 28px;
   position: absolute !important;
   left: 620px;
   top: 383px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_855b850f2c52 {
   width: 64px;
   height: 28px;
   position: absolute !important;
   left: 620px;
   top: 251px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .container_f2707b82b776 {
   position: absolute !important;
   overflow: visible;
   width: 684px;
   height: 458px;
   left: 49px;
   top: 93px;
 }

 .container_c5c9ee588033 {
   width: 10px;
   height: 709px;
   z-index: 1;
   position: absolute !important;
   left: 790px;
   top: 62px;
   background: linear-gradient(180deg, #dcbddfff 0%, #f5edf0ff 100%);
 }

 .container_6761de9e7a93 {
   width: 380px;
   height: 96px;
   position: absolute !important;
   left: 860px;
   top: 562px;
   background: #deddf5a3;
   border-radius: 20px 20px 20px 20px;
 }

 .container_wrapper_6761de9e7a93 {
   position: absolute !important;
   left: 860px;
   top: 562px;
   width: 380px;
   height: 96px;
 }

 .container_nested_6761de9e7a93 {
   width: 380px;
   height: 96px;
   background: #deddf5a3;
   border-radius: 20px 20px 20px 20px;
 }

 .text_32827bf7c924 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 888px;
   top: 595px;
   line-height: 30.55px;
   font-family: 'Days One';
 }

 .container_72ba925cc4ed {
   width: 380px;
   height: 349px;
   border-top: 6px solid #dcbddfff;
   border-right: 6px solid #dcbddfff;
   border-bottom: 6px solid #dcbddfff;
   border-left: 6px solid #dcbddfff;
   position: absolute !important;
   left: 860px;
   top: 177px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_88cd67cd86c1 {
   width: 327px;
   height: 217px;
   z-index: 1;
   position: absolute !important;
   left: 888px;
   top: 204px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_57dd38cb016e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 888px;
   top: 473px;
   line-height: 30.55px;
   font-family: 'Days One';
 }

 .container_7e9c60b2363f {
   width: 87px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 1131px;
   top: 473px;
   background: #dcbddf80;
   border-radius: 20px 20px 20px 20px;
 }

 .container_5707f752d58f {
   width: 120px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_44f69d32c8b6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_1cca92b76686 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 1;
   left: 186px;
   top: 17px;
 }

 .container_wrapper_1cca92b76686 {
   position: absolute !important;
   overflow: visible;
   left: 186px;
   top: 17px;
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_nested_1cca92b76686 {
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_e5acb439caf1 {
   width: 120px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_3e461e2bd361 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_2b7f5f0b4447 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 2;
   left: 297px;
   top: 17px;
 }

 .container_wrapper_2b7f5f0b4447 {
   position: absolute !important;
   overflow: visible;
   left: 297px;
   top: 17px;
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_nested_2b7f5f0b4447 {
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_2337e6751bcf {
   width: 180px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_e0f5c9ab63a0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_1b0a486a621f {
   position: absolute !important;
   overflow: visible;
   width: 180px;
   height: 35px;
   z-index: 3;
   left: 412px;
   top: 17px;
 }

 .container_wrapper_1b0a486a621f {
   position: absolute !important;
   overflow: visible;
   left: 412px;
   top: 17px;
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_nested_1b0a486a621f {
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_7e13b73b3308 {
   width: 120px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_7dd061b265c9 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_1478772f4890 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 4;
   left: 582px;
   top: 17px;
 }

 .container_wrapper_1478772f4890 {
   position: absolute !important;
   overflow: visible;
   left: 582px;
   top: 17px;
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_nested_1478772f4890 {
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_841808cc8cb6 {
   width: 135px;
   height: 35px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_6dc6ff5bfd1f {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_ff68d3175f2c {
   position: absolute !important;
   overflow: visible;
   width: 135px;
   height: 35px;
   z-index: 5;
   left: 687px;
   top: 16px;
 }

 .container_wrapper_ff68d3175f2c {
   position: absolute !important;
   overflow: visible;
   left: 687px;
   top: 16px;
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .container_nested_ff68d3175f2c {
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .viewport_db708400105a {
   width: 1280px;
   height: 832px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_a3954751029a {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .container_64dc48309309 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
   background: #f5edf0;
 }

 .text_c03400a2c5ac {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 23px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_767a036adf3a {
   width: 1071px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 197px;
   top: 22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .imageview_6c5bd280524a {
   width: 37px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 1153px;
   top: 17px;
   _scaling-factor: 0.5;
 }

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

 .imageview_f6254fc23ea8 {
   width: 38px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1093px;
   top: 16px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c0bfc104d5a0 {
   width: 47px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 1212px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .imageview_0f7d3e072f47 {
   width: 42px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 1029px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .container_1788e0bff16f {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 69px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_1788e0bff16f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 69px;
 }

 .container_nested_1788e0bff16f {
   width: 1280px;
   height: 69px;
 }

 .container_eb6e3217a9ea {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .imageview_209fd601de6d {
   width: 47px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 1212px;
   top: 18px;
   _scaling-factor: 0.5;
 }

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

 .container_a79d74663fca {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 11px;
   background: #ffffff;
 }

 .text_fb9e53eb6149 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 22px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_361d1a4067f9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 186px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_46794bbde348 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 279px;
   top: 26px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_bf23490d71c7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 409px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .imageview_7c8e3d81e4dc {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1114px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .imageview_95a6f5538282 {
   width: 69px;
   height: 71px;
   z-index: 2;
   position: absolute !important;
   left: 1150px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_10b4730074b6 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 71px;
   left: 0px;
   top: 767px;
 }

 .container_wrapper_10b4730074b6 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 767px;
   width: 1280px;
   height: 71px;
 }

 .container_nested_10b4730074b6 {
   width: 1280px;
   height: 71px;
 }

 .text_28a8f48d44c3 {
   width: 231px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 190px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.55px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_61fdff51b95f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 30.55px;
   font-family: 'Days One';
 }

 .text_68d0549bb521 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 351px;
   line-height: 30.55px;
   font-family: 'Days One';
 }

 .container_56a3495eb03d {
   width: 589px;
   height: 114px;
   position: absolute !important;
   left: 0px;
   top: 41px;
   background: #dfe9f280;
   border-radius: 20px 20px 20px 20px;
 }

 .container_8a4e8d52bde8 {
   width: 589px;
   height: 114px;
   position: absolute !important;
   left: 0px;
   top: 392px;
   background: #dfe9f280;
   border-radius: 20px 20px 20px 20px;
 }

 .container_04ac216cf891 {
   width: 120px;
   height: 86px;
   position: absolute !important;
   left: 0px;
   top: 230px;
   background: #dfe9f280;
   border-radius: 20px 20px 20px 20px;
 }

 .container_7dd75460f202 {
   width: 120px;
   height: 86px;
   position: absolute !important;
   left: 156px;
   top: 230px;
   background: #dfe9f280;
   border-radius: 20px 20px 20px 20px;
 }

 .container_be437cf908f0 {
   width: 120px;
   height: 86px;
   position: absolute !important;
   left: 312px;
   top: 230px;
   background: #dfe9f280;
   border-radius: 20px 20px 20px 20px;
 }

 .container_38a3a268d1f2 {
   width: 120px;
   height: 86px;
   position: absolute !important;
   left: 469px;
   top: 230px;
   background: #dfe9f280;
   border-radius: 20px 20px 20px 20px;
 }

 .container_aabacd29f436 {
   position: absolute !important;
   overflow: visible;
   width: 589px;
   height: 506px;
   left: 42px;
   top: 177px;
   border-radius: 20px 20px 20px 20px;
 }

 .text_ebe7f74eb0b4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 45.83px;
   font-family: 'Days One';
 }

 .text_fced7d867e49 {
   width: 133px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 726px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.55px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .text_496e01a13fe7 {
   width: 186px;
   height: 31px;
   z-index: 1;
   position: absolute !important;
   left: 726px;
   top: 274px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.55px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .container_5b827ecd4b44 {
   width: 120px;
   height: 115px;
   z-index: 1;
   position: absolute !important;
   left: 726px;
   top: 124px;
   background: #edddee;
   border-radius: 20px 20px 20px 20px;
 }

 .container_4f9309f216de {
   width: 436px;
   height: 86px;
   z-index: 1;
   position: absolute !important;
   left: 726px;
   top: 314px;
   background: #eef3f8;
   border-radius: 20px 20px 20px 20px;
 }

 .container_f193b810c357 {
   width: 120px;
   height: 115px;
   z-index: 1;
   position: absolute !important;
   left: 859px;
   top: 124px;
   background: #edddee;
   border-radius: 20px 20px 20px 20px;
 }

 .container_3cb98af6cf10 {
   width: 380px;
   height: 96px;
   z-index: 1;
   position: absolute !important;
   left: 726px;
   top: 476px;
   background: #deddf5;
   border-radius: 20px 20px 20px 20px;
 }

 .text_35cfe0c59a45 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 835px;
   top: 503px;
   line-height: 40.73px;
   font-family: 'Days One';
 }

 .container_7b9893058641 {
   position: absolute !important;
   overflow: visible;
   width: 1162px;
   height: 572px;
   z-index: 1;
   left: 49px;
   top: 93px;
   border-radius: 20px 20px 20px 20px;
 }

 .container_8b8b66e26fe1 {
   width: 120px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_034d7c4b681f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_ac3c3896ddd2 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 1;
   left: 186px;
   top: 19px;
 }

 .container_wrapper_ac3c3896ddd2 {
   position: absolute !important;
   overflow: visible;
   left: 186px;
   top: 19px;
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_nested_ac3c3896ddd2 {
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_9cb02c6130e7 {
   width: 120px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_75fee1f9c91f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_07568a617cbb {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 2;
   left: 297px;
   top: 19px;
 }

 .container_wrapper_07568a617cbb {
   position: absolute !important;
   overflow: visible;
   left: 297px;
   top: 19px;
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_nested_07568a617cbb {
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_01bd2c069ca7 {
   width: 180px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_9de0c9ff6444 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_60a47427b12c {
   position: absolute !important;
   overflow: visible;
   width: 180px;
   height: 35px;
   z-index: 3;
   left: 412px;
   top: 19px;
 }

 .container_wrapper_60a47427b12c {
   position: absolute !important;
   overflow: visible;
   left: 412px;
   top: 19px;
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_nested_60a47427b12c {
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_4217b0045667 {
   width: 120px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_38bcb2de3ade {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_3fb32b88f0ef {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 4;
   left: 582px;
   top: 19px;
 }

 .container_wrapper_3fb32b88f0ef {
   position: absolute !important;
   overflow: visible;
   left: 582px;
   top: 19px;
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_nested_3fb32b88f0ef {
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_bc5296b625f8 {
   width: 135px;
   height: 35px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_4350288020e4 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_7507db63766d {
   position: absolute !important;
   overflow: visible;
   width: 135px;
   height: 35px;
   z-index: 5;
   left: 687px;
   top: 18px;
 }

 .container_wrapper_7507db63766d {
   position: absolute !important;
   overflow: visible;
   left: 687px;
   top: 18px;
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .container_nested_7507db63766d {
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .viewport_42213472b3d8 {
   width: 1280px;
   height: 832px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_e723748ec5ef {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .container_8245fdb6fff7 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
   background: #f5edf0;
 }

 .text_886a60de4289 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 23px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_b9bc9df4d805 {
   width: 1071px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 197px;
   top: 22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 25.46px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .imageview_ab74715ce643 {
   width: 37px;
   height: 37px;
   z-index: 2;
   position: absolute !important;
   left: 1153px;
   top: 17px;
   _scaling-factor: 0.5;
 }

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

 .imageview_8ed6ef4d67e2 {
   width: 38px;
   height: 38px;
   z-index: 2;
   position: absolute !important;
   left: 1093px;
   top: 16px;
   _scaling-factor: 0.5;
 }

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

 .imageview_2af4acd0ee70 {
   width: 47px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 1212px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .imageview_9dafc3058573 {
   width: 42px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 1029px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .container_efed7907a544 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 69px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_efed7907a544 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 69px;
 }

 .container_nested_efed7907a544 {
   width: 1280px;
   height: 69px;
 }

 .container_e8991ff4af15 {
   width: 1280px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5edf0;
 }

 .imageview_9b4e8b278fa8 {
   width: 47px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 1212px;
   top: 18px;
   _scaling-factor: 0.5;
 }

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

 .container_5ef7f0147660 {
   width: 144px;
   height: 47px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 11px;
   background: #ffffff;
 }

 .text_d836cdb22ea1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 42px;
   top: 22px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .text_e2493ee9a629 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 186px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_31f139297de1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 279px;
   top: 26px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .text_e7c8eab668e6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 409px;
   top: 25px;
   line-height: 20.37px;
   font-family: 'Days One';
 }

 .imageview_6b3ccb01510c {
   width: 42px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1114px;
   top: 14px;
   _scaling-factor: 0.5;
 }

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

 .imageview_bbbb9759e8b6 {
   width: 69px;
   height: 71px;
   z-index: 2;
   position: absolute !important;
   left: 1150px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_5989e2fb092c {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 71px;
   left: 0px;
   top: 767px;
 }

 .container_b9247fc6114f {
   width: 220px;
   height: 220px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c9dbea99;
   border-radius: 116px 116px 116px 116px;
 }

 .container_4e3cce914f63 {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 220px;
   left: 874px;
   top: 46px;
   border-radius: 116px 116px 116px 116px;
 }

 .text_0f4fb05ae851 {
   width: max-content;
   position: absolute !important;
   left: 853px;
   top: 290px;
   line-height: 35.64px;
   font-family: 'Days One';
 }

 .text_ed4074a39e01 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 45.83px;
   font-family: 'Days One';
 }

 .container_d81e3755e688 {
   position: absolute !important;
   overflow: visible;
   width: 1114px;
   height: 398px;
   left: 49px;
   top: 93px;
   border-radius: 116px 116px 116px 116px;
 }

 .text_dd4174024232 {
   width: 365px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 35.64px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .container_19d46a19a40f {
   width: 145px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 60px;
   background: #bde1f3;
   border-radius: 20px 20px 20px 20px;
 }

 .container_0e35a5afe2b3 {
   width: 145px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 164px;
   top: 60px;
   background: #bde1f3;
   border-radius: 20px 20px 20px 20px;
 }

 .container_35bb8ccd809a {
   width: 145px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 211px;
   background: #edddee;
   border-radius: 36px 36px 36px 36px;
 }

 .container_a2dbeb90558f {
   width: 145px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 164px;
   top: 211px;
   background: #edddee;
   border-radius: 36px 36px 36px 36px;
 }

 .container_2b58bf37fa13 {
   width: 102px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 239px;
   background: #edddee;
   border-radius: 36px 36px 36px 36px;
 }

 .container_5a820d6739ea {
   width: 102px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 164px;
   top: 239px;
   background: #edddee;
   border-radius: 36px 36px 36px 36px;
 }

 .container_a375618f4882 {
   position: absolute !important;
   overflow: visible;
   width: 365px;
   height: 258px;
   z-index: 1;
   left: 49px;
   top: 483px;
 }

 .text_dc528c424419 {
   width: 365px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 35.64px;
   word-wrap: break-word;
   font-family: 'Days One';
 }

 .container_32b5c4450c36 {
   width: 145px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 60px;
   background: #dcbddf80;
   border-radius: 20px 20px 20px 20px;
 }

 .container_cd7bb00d8070 {
   width: 145px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 164px;
   top: 60px;
   background: #dcbddf80;
   border-radius: 20px 20px 20px 20px;
 }

 .container_893f5605aab1 {
   width: 145px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 328px;
   top: 60px;
   background: #dcbddf80;
   border-radius: 20px 20px 20px 20px;
 }

 .container_e943511682ec {
   width: 145px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 492px;
   top: 60px;
   background: #dcbddf80;
   border-radius: 20px 20px 20px 20px;
 }

 .container_6ed7dfc23e54 {
   width: 145px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 211px;
   background: #008bd042;
   border-radius: 36px 36px 36px 36px;
 }

 .container_eef46ec5ac12 {
   width: 145px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 164px;
   top: 211px;
   background: #008bd042;
   border-radius: 36px 36px 36px 36px;
 }

 .container_da97af80197b {
   width: 145px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 328px;
   top: 211px;
   background: #008bd042;
   border-radius: 36px 36px 36px 36px;
 }

 .container_5131db7aa418 {
   width: 145px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 492px;
   top: 211px;
   background: #008bd042;
   border-radius: 36px 36px 36px 36px;
 }

 .container_6582857cfc19 {
   width: 102px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 239px;
   background: #008bd042;
   border-radius: 36px 36px 36px 36px;
 }

 .container_5c1aff1854d7 {
   width: 102px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 164px;
   top: 239px;
   background: #008bd042;
   border-radius: 36px 36px 36px 36px;
 }

 .container_0cef5ea11e95 {
   width: 102px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 328px;
   top: 239px;
   background: #008bd042;
   border-radius: 36px 36px 36px 36px;
 }

 .container_24dba1a00183 {
   width: 102px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 492px;
   top: 239px;
   background: #008bd042;
   border-radius: 36px 36px 36px 36px;
 }

 .container_f753c8857f2a {
   position: absolute !important;
   overflow: visible;
   width: 637px;
   height: 258px;
   z-index: 1;
   left: 49px;
   top: 176px;
 }

 .container_2e3f3bb0254d {
   width: 10px;
   height: 709px;
   z-index: 1;
   position: absolute !important;
   left: 804px;
   top: 61px;
   background: linear-gradient(180deg, #dcbddfff 0%, #f5edf0ff 100%);
 }

 .container_cdc6bcd321b0 {
   width: 120px;
   height: 35px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_be6dcb7ce367 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_4cbbd9c283a0 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 1;
   left: 186px;
   top: 18px;
 }

 .container_wrapper_4cbbd9c283a0 {
   position: absolute !important;
   overflow: visible;
   left: 186px;
   top: 18px;
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_nested_4cbbd9c283a0 {
   width: 120px;
   height: 35px;
   z-index: 1;
 }

 .container_dc62b5041f0d {
   width: 120px;
   height: 35px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_3d4ee84ac8a5 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_11f5aa4775b2 {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 2;
   left: 297px;
   top: 18px;
 }

 .container_wrapper_11f5aa4775b2 {
   position: absolute !important;
   overflow: visible;
   left: 297px;
   top: 18px;
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_nested_11f5aa4775b2 {
   width: 120px;
   height: 35px;
   z-index: 2;
 }

 .container_21b9afb99c95 {
   width: 180px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_c2915f437cbd {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_63a8e89b43e2 {
   position: absolute !important;
   overflow: visible;
   width: 180px;
   height: 35px;
   z-index: 3;
   left: 412px;
   top: 18px;
 }

 .container_wrapper_63a8e89b43e2 {
   position: absolute !important;
   overflow: visible;
   left: 412px;
   top: 18px;
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_nested_63a8e89b43e2 {
   width: 180px;
   height: 35px;
   z-index: 3;
 }

 .container_1df058e2f13f {
   width: 120px;
   height: 35px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_f9aacae589b3 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_fb1935fe783c {
   position: absolute !important;
   overflow: visible;
   width: 120px;
   height: 35px;
   z-index: 4;
   left: 582px;
   top: 18px;
 }

 .container_wrapper_fb1935fe783c {
   position: absolute !important;
   overflow: visible;
   left: 582px;
   top: 18px;
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_nested_fb1935fe783c {
   width: 120px;
   height: 35px;
   z-index: 4;
 }

 .container_d2ba74b56279 {
   width: 135px;
   height: 35px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #dcbddf;
 }

 .text_3fc7a38c61ec {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 15px;
   top: 5px;
   line-height: 25.46px;
   font-family: 'Days One';
 }

 .container_4015c243589b {
   position: absolute !important;
   overflow: visible;
   width: 135px;
   height: 35px;
   z-index: 5;
   left: 687px;
   top: 17px;
 }

 .container_wrapper_4015c243589b {
   position: absolute !important;
   overflow: visible;
   left: 687px;
   top: 17px;
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .container_nested_4015c243589b {
   width: 135px;
   height: 35px;
   z-index: 5;
 }

 .viewport_d4455e48e2b2 {
   width: 1280px;
   height: 832px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }