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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_94e3d997a944 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0b6d02e5fe15 {
   position: relative !important;
   overflow: visible;
   width: 126.22px;
   height: 41.59px;
   flex-shrink: 0;
 }

 .text_b5a7d7f89887 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8d54d21bffe6 {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #b5005dff;
   border-right: 0px solid #b5005dff;
   border-bottom: 2px solid #b5005dff;
   border-left: 0px solid #b5005dff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3092ceb539c3 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_25e17e7e805e {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_f128f8a11e66 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_2c81fc2a4ed2 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_e5632f579647 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

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

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

 .text_594cd0d6eb77 {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_83d577b90f56 {
   padding: 2px 0 3px 0;
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 8.02px;
   top: -8px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_ee8ae636bd1e {
   position: relative !important;
   overflow: visible;
   width: 19.98px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_wrapper_ee8ae636bd1e {
   position: relative !important;
   overflow: visible;
   width: 19.98px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_nested_ee8ae636bd1e {
   width: 19.98px;
   height: 20px;
 }

 .text_32f181670d8e {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_813ff938ac64 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_813ff938ac64 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_e3a73e8af2d3 {
   padding: 16px 80.02px 16px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_69d3f4b9c012 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #e3bdc6ff;
   border-right: 0px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 0px solid #e3bdc6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fcf9f8cc;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

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

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

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

 .container_b4cad4c2c6dc {
   padding: 10px 10px 10px 10px;
   width: 1440px;
   height: 154.59px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b4cad4c2c6dc {
   width: 1440px;
   height: 154.59px;
   flex-shrink: 0;
 }

 .container_nested_b4cad4c2c6dc {
   padding: 10px 10px 10px 10px;
   width: 1440px;
   height: 154.59px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cfb3e1dc79da {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_6e8e8f743914 {
   width: 100%;
   min-width: 0;
   height: 240px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6e8e8f743914 {
   overflow: visible;
 }

 .text-d0f4bdeb2b02_6e8e8f743914 {
   line-height: 80px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-8710693a9215_6e8e8f743914 {
   line-height: 80px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_6bafdac42939 {
   width: fit-content;
   line-height: 33.6px;
   font-family: 'EB Garamond';
 }

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

 .text_b3c0b9b2101e {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20.16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_b3c0b9b2101e {
   overflow: visible;
 }

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

 .container_e3d63eef2858 {
   padding: 17px 16px 18px 48px;
   width: 379.98px;
   height: 59px;
   border-top: 2px solid #e3bdc6ff;
   border-right: 2px solid #e3bdc6ff;
   border-bottom: 2px solid #e3bdc6ff;
   border-left: 2px solid #e3bdc6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #f0eded;
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_6e0980d22ab6 {
   width: 16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 18px;
 }

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

 .container_8aaafab3ee2d {
   position: relative !important;
   overflow: visible;
   width: 379.98px;
   height: 60px;
   flex-shrink: 0;
 }

 .container_wrapper_8aaafab3ee2d {
   position: relative !important;
   overflow: visible;
   width: 379.98px;
   height: 60px;
   flex-shrink: 0;
 }

 .container_nested_8aaafab3ee2d {
   width: 379.98px;
   height: 60px;
 }

 .text_36f43703b68b {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_182369c84cb1 {
   padding: 23px 32px 23px 32px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 12px 12px 0px #b5005d1a;
 }

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

 .container_nested_182369c84cb1 {
   padding: 23px 32px 23px 32px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(12px 12px 0px #b5005d1a);
 }

 .container_dd4f921cf699 {
   padding: 16.7px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 576px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ee64f13bab53 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2713f5da7675 {
   padding: 5.5px 0 6.5px 0;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   border-top: 2px solid #fcf9f8ff;
   border-right: 2px solid #fcf9f8ff;
   border-bottom: 2px solid #fcf9f8ff;
   border-left: 2px solid #fcf9f8ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fed74c;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_nested_2713f5da7675 {
   padding: 5.5px 0 6.5px 0;
   width: 40px;
   height: 40px;
   border-top: 2px solid #fcf9f8ff;
   border-right: 2px solid #fcf9f8ff;
   border-bottom: 2px solid #fcf9f8ff;
   border-left: 2px solid #fcf9f8ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fed74c;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_87b6681d0a19 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_dc239bd806e9 {
   padding: 5.5px 0 6.5px 0;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 2px solid #fcf9f8ff;
   border-right: 2px solid #fcf9f8ff;
   border-bottom: 2px solid #fcf9f8ff;
   border-left: 2px solid #fcf9f8ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffd9e1;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_589a7b83bb90 {
   margin: 0 0 0 -12px !important;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a3df84eebee0 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_eb78d373beb1 {
   padding: 5.5px 0 6.5px 0;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 2px solid #fcf9f8ff;
   border-right: 2px solid #fcf9f8ff;
   border-bottom: 2px solid #fcf9f8ff;
   border-left: 2px solid #fcf9f8ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ece1d2;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_e7a8813d49e9 {
   margin: 0 0 0 -12px !important;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_e7a8813d49e9 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_e7a8813d49e9 {
   margin: 0 0 0 -12px !important;
   width: 40px;
   height: 40px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_2ab8b2c95ac2 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

 .container_9b3fb44eb8c1 {
   width: 616px;
   height: 686.3px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 23.3px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5899cac7bff2 {
   width: 256px;
   height: 256px;
   position: absolute !important;
   left: 331.49px;
   top: -30.85px;
   background: #fed74c33;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .container_9cb247a646e2 {
   width: 256px;
   height: 256px;
   position: absolute !important;
   left: -28.51px;
   top: 461.15px;
   background: #ffd9e133;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .imageview_9411e9d867f4 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   z-index: 1;
   aspect-ratio: 0.8 / 1;
   height: auto !important;
   _scaling-factor: 1;
 }

 .imageview_9411e9d867f4 img {
   position: absolute;
   width: 168.86% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -34.43%;
   top: 0.00%;
 }

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

 .container_6da757a1b789 {
   width: 536px;
   height: 668px;
   z-index: 1;
   transform: rotate(1.9999997622926007deg);
   transform-origin: 0 0;
   border-top: 4px solid #ffffffff;
   border-right: 4px solid #ffffffff;
   border-bottom: 4px solid #ffffffff;
   border-left: 4px solid #ffffffff;
   position: absolute !important;
   left: 23.31px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 12px 12px 0px #b5005d1a;
 }

 .text_ed86f5af24c8 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_99121a2c3f4e {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_64bacfeff7f3 {
   padding: 24px 24px 24px 24px;
   width: 142.3px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 429.19px;
   top: 621.15px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fed74c;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 12px 12px 0px #b5005d1a;
 }

 .container_wrapper_64bacfeff7f3 {
   position: absolute !important;
   left: 429.19px;
   top: 621.15px;
   width: 142.3px;
   height: 80px;
   z-index: 2;
 }

 .container_nested_64bacfeff7f3 {
   padding: 24px 24px 24px 24px;
   width: 142.3px;
   height: 80px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fed74c;
   border-radius: 16px 16px 16px 16px;
   filter: drop-shadow(12px 12px 0px #b5005d1a);
 }

 .container_b2fafcc7e6f4 {
   position: relative !important;
   overflow: visible;
   width: 547.49px;
   height: 686.3px;
   flex-shrink: 0;
 }

 .container_cd640b5e3e64 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1e2b89812179 {
   padding: 10px 10px 10px 10px;
   width: 1440px;
   height: 706.3px;
   position: absolute !important;
   left: 80px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_ff5f4765eef5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
 }

 .container_4c76e83d9613 {
   padding: 96px 0 128px 0;
   width: 1440px;
   height: 892px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fcf9f8;
 }

 .text_8493001e3b5f {
   width: 100%;
   min-width: 0;
   height: 58px;
   z-index: 1;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8493001e3b5f {
   overflow: visible;
 }

 .container_534189c4424d {
   width: 96px;
   height: 4px;
   flex-shrink: 0;
   z-index: 1;
   background: #b5005d;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

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

 .imageview_45f9a7f237d6 {
   width: 80px;
   height: 80px;
   z-index: 1;
 }

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

 .text_dd6b78fd26b4 {
   width: fit-content;
   z-index: 1;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_36e6724e1154 {
   width: fit-content;
   z-index: 1;
   line-height: 26px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

 .container_ae73ed411e71 {
   padding: 32px 32px 32px 32px;
   width: 394.67px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_1f8dbb7fca01 {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_787e61500c67 {
   width: fit-content;
   z-index: 1;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_b8fa61be80ca {
   width: fit-content;
   z-index: 1;
   line-height: 26px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .container_0fcd76217f60 {
   padding: 32px 32px 32px 32px;
   width: 394.67px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_dc1c6a4f9b69 {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_2456f2955c22 {
   width: fit-content;
   z-index: 1;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_bb5e66bc77cd {
   width: fit-content;
   z-index: 1;
   line-height: 26px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_9e3f4fe7c20e {
   padding: 32px 32px 32px 32px;
   width: 394.67px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_11af269ee868 {
   padding: 10px 10px 10px 10px;
   width: 1300px;
   height: 331.59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_05862f73b4fe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

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

 .container_fd00c1aee2c2 {
   padding: 120px 0 120px 0;
   width: 1440px;
   height: 693.61px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f6f3f2;
 }

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

 .text_04113ada3b79 {
   width: 100%;
   min-width: 0;
   height: 116px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_299afe03620b {
   width: fit-content;
   line-height: 33.6px;
   font-family: 'EB Garamond';
 }

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

 .text_232079caee94 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_b64c5f26c5c8 {
   width: 16px;
   height: 16px;
 }

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

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

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

 .container_b7c652cc4252 {
   width: 835.92px;
   height: 58px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8ece6cea6381 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_77ac1361c394 {
   width: 100%;
   min-width: 0;
   height: 133px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_8c35747acc0b {
   width: 100%;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
   border-radius: 12px 12px 12px 12px;
 }

 .text_9583d8cd0490 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_34a5df15eb3b {
   padding: 16px 16px 16px 16px;
   width: 193.33px;
   height: 196.66px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_fc4af1675adc {
   width: 100%;
   min-width: 0;
   height: 133px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_115ae4e3ef74 {
   width: 100%;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
   border-radius: 12px 12px 12px 12px;
 }

 .text_4114fcc3704c {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_0e28f6067c87 {
   padding: 16px 16px 16px 16px;
   width: 193.33px;
   height: 196.67px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 217.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_bf93ba0ade75 {
   width: 100%;
   min-width: 0;
   height: 133px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_5e83354229b6 {
   width: 100%;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
   border-radius: 12px 12px 12px 12px;
 }

 .text_02fd7ff2b9fe {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_cfee2484671a {
   padding: 16px 16px 16px 16px;
   width: 193.33px;
   height: 196.67px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 434.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_911bd3369cea {
   width: 100%;
   min-width: 0;
   height: 133px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_52d6fb0c8698 {
   width: 100%;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
   border-radius: 12px 12px 12px 12px;
 }

 .text_074535db1bd4 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_206e3c491562 {
   padding: 16px 16px 16px 16px;
   width: 193.33px;
   height: 196.66px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 652px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_006de78c5be5 {
   width: 100%;
   min-width: 0;
   height: 133px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_4079fadb9fec {
   width: 100%;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
   border-radius: 12px 12px 12px 12px;
 }

 .text_c4d16aaf27c0 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_a4ea67006d43 {
   padding: 16px 16px 16px 16px;
   width: 193.33px;
   height: 196.67px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 869.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c7a99e5b9368 {
   width: 100%;
   min-width: 0;
   height: 133px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_277fa05f693c {
   width: 100%;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
   border-radius: 12px 12px 12px 12px;
 }

 .text_3c42ce92cb0d {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_c3153b2aaefc {
   padding: 16px 16px 16px 16px;
   width: 193.33px;
   height: 196.67px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 1086.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_314f4ad3eb7c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

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

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

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

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

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

 .container_a97323fc2ea6 {
   padding: 0 80px 0 80px;
   width: 1440px;
   height: 344.68px;
   max-width: 1536px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0022029e47d3 {
   width: 100%;
   min-width: 0;
   height: 116px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0022029e47d3 {
   overflow: visible;
 }

 .text_bc05226106c8 {
   width: 100%;
   min-width: 0;
   height: 87px;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_bc05226106c8 {
   overflow: visible;
 }

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

 .imageview_ab0925c7e396 {
   width: 22px;
   height: 21px;
 }

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

 .text_8938c82fe13d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_74bc761a87f0 {
   padding: 16px 24px 16px 24px;
   width: fit-content;
   height: 58px;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_74bc761a87f0 {
   width: fit-content;
   height: 58px;
 }

 .container_nested_74bc761a87f0 {
   padding: 16px 24px 16px 24px;
   width: fit-content;
   height: 58px;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_48d8ecb278d0 {
   width: 20px;
   height: 16px;
 }

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

 .text_00988261176e {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_71551474fc31 {
   padding: 16px 24px 16px 24px;
   width: fit-content;
   height: 58px;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   justify-content: flex-start;
   align-items: center;
   gap: 0 11.99px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_71551474fc31 {
   width: fit-content;
   height: 58px;
 }

 .container_nested_71551474fc31 {
   padding: 16px 24px 16px 24px;
   width: fit-content;
   height: 58px;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   justify-content: flex-start;
   align-items: center;
   gap: 0 11.99px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff1a;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

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

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

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

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

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

 .container_45f2c325ab5d {
   width: 616px;
   height: 316.39px;
   position: absolute !important;
   left: 0px;
   top: 77.81px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_62fefa520888 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .text_ea6b0954fcd3 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ea6b0954fcd3 {
   overflow: visible;
 }

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

 .text_b9754caf5312 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_b9754caf5312 {
   overflow: visible;
 }

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

 .imageview_02a9764e4bda {
   width: 11.67px;
   height: 11.08px;
 }

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

 .text_b94d097c6e9c {
   width: fit-content;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_bef805ee8ed2 {
   padding: 24px 24px 56px 24px;
   width: 100%;
   min-width: 0;
   height: 232px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 12px 12px 0px #b5005d1a;
 }

 .imageview_c49ace33cc8a {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .text_5b83e237c6b7 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_5b83e237c6b7 {
   overflow: visible;
 }

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

 .text_0952dd546439 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0952dd546439 {
   overflow: visible;
 }

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

 .imageview_b1f344ff1096 {
   width: 11.67px;
   height: 11.08px;
 }

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

 .text_439b5e0ceda1 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_f326a0ec3c7e {
   padding: 24px 24px 56px 24px;
   width: 300px;
   height: 232px;
   position: absolute !important;
   left: 0px;
   top: -16px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 12px 12px 0px #b5005d1a;
 }

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

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

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

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

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

 .imageview_9d08617c0687 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .text_6d81d5ff3e1f {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6d81d5ff3e1f {
   overflow: visible;
 }

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

 .text_096f9b8ef6da {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_096f9b8ef6da {
   overflow: visible;
 }

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

 .imageview_09c38d7f1448 {
   width: 11.67px;
   height: 11.08px;
 }

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

 .text_e63f44fdd50f {
   width: fit-content;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_17d7b2211e9a {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 12px 12px 0px #b5005d1a;
 }

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

 .imageview_5182b00b078f {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .text_2c8a339fa8f1 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_2c8a339fa8f1 {
   overflow: visible;
 }

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

 .text_0916e069faa6 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0916e069faa6 {
   overflow: visible;
 }

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

 .imageview_64a6f3e001df {
   width: 11.67px;
   height: 11.08px;
 }

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

 .text_47fd8abe223d {
   width: fit-content;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_d7ffad514543 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 12px 12px 0px #b5005d1a;
 }

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

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

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

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

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

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

 .container_2671a32e7acf {
   width: 640px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_92300e2f231d {
   padding: 10px 10px 10px 10px;
   width: 660px;
   height: 512px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_199546771c51 {
   position: absolute !important;
   overflow: visible;
   width: 616px;
   height: 472px;
   left: 664px;
   top: 0px;
 }

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

 .container_5528bfcbda41 {
   padding: 120px 80px 120px 80px;
   width: 1440px;
   height: 712px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 1725% 1725%, #ffffffff 1%, #ffffff00 1%);
   mix-blend-mode: normal;
 }

 .container_99d79fb1cb16 {
   width: 1440px;
   height: 712px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
 }

 .imageview_e9e3b4d6bc37 {
   width: 50px;
   height: 50px;
 }

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

 .text_93e689f61724 {
   width: fit-content;
   line-height: 70.4px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_69c2e66d949a {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f9923fad49fa {
   padding: 0 0 0.69px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.800000011920929;
 }

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

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

 .text_3ea726117659 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_577b244f40d8 {
   padding: 21.5px 48px 22.5px 48px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 8px 8px 8px 8px;
   mix-blend-mode: normal;
 }

 .container_ea98dcf7a5b0 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

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

 .container_nested_ea98dcf7a5b0 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 8px 10px #0000001a) drop-shadow(0px 20px 25px #0000001a);
 }

 .text_83f61158b427 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f9d30e77e182 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #b5005dff;
   border-right: 2px solid #b5005dff;
   border-bottom: 2px solid #b5005dff;
   border-left: 2px solid #b5005dff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_f9d30e77e182 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #b5005dff;
   border-right: 2px solid #b5005dff;
   border-bottom: 2px solid #b5005dff;
   border-left: 2px solid #b5005dff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

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

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

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

 .container_38e82f4b5670 {
   padding: 0 20px 0 20px;
   width: 896px;
   height: fit-content;
   max-width: 896px;
   align-items: center;
   justify-content: flex-start;
   gap: 22.9px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0c97a2edbe46 {
   padding: 120px 192px 120px 192px;
   width: 100%;
   min-width: 0;
   height: 648.8px;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fed74c;
 }

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

 .text_013069454e96 {
   width: fit-content;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_d9141856d3dc {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_df6069b5d401 {
   padding: 0.59px 0 0 0;
   width: 320px;
   max-width: 320px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d4a0a58cd45e {
   width: 100%;
   min-width: 0;
   height: 40px;
 }

 .imageview_d4a0a58cd45e img {
   position: absolute;
   width: 410.7px !important;
   height: 40.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_f0d42f434cbd {
   padding: 0 0 28.41px 0;
   width: 410.67px;
   height: 231px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .text_399e8248c7b5 {
   width: 100%;
   min-width: 0;
   height: 28px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_399e8248c7b5 {
   overflow: visible;
 }

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

 .text_3332b34e9c10 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3332b34e9c10 {
   overflow: visible;
 }

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

 .text_9c7bb8f162fd {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_9c7bb8f162fd {
   overflow: visible;
 }

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

 .text_52089c538c4c {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_52089c538c4c {
   overflow: visible;
 }

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

 .text_74c0315b60a5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_74c0315b60a5 {
   overflow: visible;
 }

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

 .text_320965d53dce {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_320965d53dce {
   overflow: visible;
 }

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

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

 .container_e04bfcb52697 {
   padding: 0 0 18px 0;
   width: 193.33px;
   height: 230px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .text_c0d39fca5f6c {
   width: 100%;
   min-width: 0;
   height: 28px;
   z-index: 2;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_c0d39fca5f6c {
   overflow: visible;
 }

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

 .text_ab670cdcdf8b {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ab670cdcdf8b {
   overflow: visible;
 }

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

 .text_0d1b31fd960f {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0d1b31fd960f {
   overflow: visible;
 }

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

 .text_ae88a71baec0 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ae88a71baec0 {
   overflow: visible;
 }

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

 .text_750ea7ed2c74 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_750ea7ed2c74 {
   overflow: visible;
 }

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

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

 .container_a38938586e48 {
   padding: 0 0 54px 0;
   width: 193.33px;
   height: 230px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .text_3b4d85b36a3f {
   width: 100%;
   min-width: 0;
   height: 28px;
   z-index: 3;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3b4d85b36a3f {
   overflow: visible;
 }

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

 .text_b29b3d0b2a51 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 3;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_b29b3d0b2a51 {
   overflow: visible;
 }

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

 .imageview_5f1958384e23 {
   width: 79.61px;
   height: 80px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_04ec95d3ec82 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_1a8f688ba85d {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_cc2fc222cd3d {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .container_b6bac1af3981 {
   width: 410.67px;
   height: 230px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .container_46a5e7a48baa {
   width: 1080px;
   height: 231px;
   position: absolute !important;
   left: 80px;
   top: 16px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_46a5e7a48baa {
   position: absolute !important;
   left: 80px;
   top: 16px;
   width: 1080px;
   height: 231px;
 }

 .container_nested_46a5e7a48baa {
   width: 1080px;
   height: 231px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_73d9dec2bf50 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .imageview_4c2d10b713f4 {
   width: 110px;
   height: 20px;
 }

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

 .container_1ae15d26b8fd {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #e3bdc6ff;
   border-right: 0px solid #e3bdc6ff;
   border-bottom: 0px solid #e3bdc6ff;
   border-left: 0px solid #e3bdc6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_26447084e0a9 {
   padding: 48px 0 0 0;
   width: 1080px;
   height: 101px;
   position: absolute !important;
   left: 80px;
   top: 270px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_01529b1b341d {
   position: relative !important;
   overflow: visible;
   height: fit-content;
   max-width: 1536px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_12646b915be7 {
   padding: 120px 100px 120px 100px;
   width: 1440px;
   height: 642px;
   flex-shrink: 0;
   border-top: 1px solid #e3bdc6ff;
   border-right: 0px solid #e3bdc6ff;
   border-bottom: 0px solid #e3bdc6ff;
   border-left: 0px solid #e3bdc6ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #eae7e7;
 }

 .container_3ac9dad6105f {
   padding: 10px 10px 10px 10px;
   width: 1440px;
   height: 652px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a432936f911e {
   padding: 0 0 9.77px 0;
   width: 100%;
   min-width: 0;
   height: 4301px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 119.38px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b6802b2edc40 {
   width: 1440px;
   height: 4455.59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_bc981d4c1cd8 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 4455.59px;
   left: 0px;
   top: 0px;
 }

 .container_2a131e13f388 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 4455.59px;
   left: 0px;
   top: 0px;
 }

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

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

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

 .text_c92a3a6d1eba {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_371c9c54f252 {
   position: relative !important;
   overflow: visible;
   width: 126.22px;
   height: 41.59px;
   flex-shrink: 0;
 }

 .text_549fbc938986 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_c9319ac2cd42 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_e0fe8ba89dc4 {
   padding: 0 0 4px 0;
   width: fit-content;
   height: 30px;
   border-top: 0px solid #b5005dff;
   border-right: 0px solid #b5005dff;
   border-bottom: 2px solid #b5005dff;
   border-left: 0px solid #b5005dff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c6488f27afce {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_c03b2c04a5fc {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

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

 .imageview_a67e0cf71075 {
   width: 10.5px;
   height: 10.5px;
 }

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

 .text_6a362b78f890 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 17.64px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6a362b78f890 {
   overflow: visible;
 }

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

 .container_03bb870d89d2 {
   padding: 9px 12px 9px 12px;
   width: 192px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_260e40a62328 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e3bdc64d;
   border-right: 1px solid #e3bdc64d;
   border-bottom: 1px solid #e3bdc64d;
   border-left: 1px solid #e3bdc64d;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f0eded;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .text_bdb33d26132b {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_01543461d3e9 {
   padding: 2px 6px 2px 6px;
   width: 18.13px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 9.89px;
   top: -8px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #725c00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_2deca45dca33 {
   position: relative !important;
   overflow: visible;
   width: 19.98px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_wrapper_2deca45dca33 {
   position: relative !important;
   overflow: visible;
   width: 19.98px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_nested_2deca45dca33 {
   width: 19.98px;
   height: 20px;
 }

 .text_93b88a2a7986 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_513c83849837 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_513c83849837 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_2ff660506bbe {
   padding: 16px 80px 16px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_44089c86438a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #e3bdc6ff;
   border-right: 0px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 0px solid #e3bdc6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fcf9f8cc;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

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

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

 .text_5b8e44dc90e4 {
   width: fit-content;
   line-height: 70.4px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_af9f0fcb4060 {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_7ae64dd99ced {
   width: fit-content;
   height: fit-content;
   max-width: 672px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14.9px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_470fcb52d0d9 {
   width: fit-content;
   line-height: 33.6px;
   font-family: 'EB Garamond';
 }

 .container_466fa61fbbba {
   width: 177.66px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b87b1821f37 {
   width: 24px;
   height: 12px;
   z-index: 1;
   border-top: 0px solid #b5005dff;
   border-right: 0px solid #b5005dff;
   border-bottom: 3px solid #b5005dff;
   border-left: 0px solid #b5005dff;
   position: absolute !important;
   left: 169.66px;
   top: 33.6px;
   border-radius: 9px 9px 9px 9px;
 }

 .container_e58e656bddde {
   position: relative !important;
   overflow: visible;
   width: 177.66px;
   height: 45.59px;
   flex-shrink: 0;
 }

 .container_7b285a301b5a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_ec9e6c91f5d7 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ec9e6c91f5d7 {
   overflow: visible;
 }

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

 .text_d9d8ddd2fbb9 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_9caa4b48ebcb {
   width: 7.4px;
   height: 12px;
 }

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

 .container_66dfb209cd5b {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

 .text_6af78bacc92f {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_da5873aa465c {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_05968c65276c {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0467394ab641 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_d83670b1647f {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_3e25015bb711 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_cfe86329c78e {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_559dd8504e4e {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_e996abfab50c {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_e32d27b10657 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .text_80331cffdcbb {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_80331cffdcbb {
   overflow: visible;
 }

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

 .imageview_b7c8ec4d5673 {
   width: 100%;
   min-width: 0;
   height: 8px;
   flex-shrink: 0;
 }

 .imageview_b7c8ec4d5673 img {
   position: absolute;
   width: 210.0px !important;
   height: 16.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -4.0px;
 }

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

 .text_13c690fa38cd {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_fb53911acdac {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_d6b0f8a14de9 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 2px solid #ffe07eff;
   border-right: 2px solid #ffe07eff;
   border-bottom: 2px solid #ffe07eff;
   border-left: 2px solid #ffe07eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffe07e4d;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_da85aeac5ded {
   width: 100px;
   height: 90px;
   position: absolute !important;
   left: 178px;
   top: 154px;
   opacity: 0.20000000298023224;
 }

 .imageview_da85aeac5ded img {
   position: absolute;
   width: 84.0px !important;
   height: 74.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

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

 .text_autoheight_2a78290d82e3 {
   overflow: visible;
 }

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

 .text_8149451a8384 {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 1;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8149451a8384 {
   overflow: visible;
 }

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

 .text_db9b98a49037 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .container_630f86772173 {
   width: 198px;
   height: 164px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 32px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7c36abe8b6f1 {
   position: relative !important;
   overflow: visible;
   width: 262px;
   height: 228px;
   flex-shrink: 0;
   background: #e20676;
   border-radius: 24px 24px 24px 24px;
 }

 .container_8d18ea4427a1 {
   padding: 0 0 303.34px 0;
   width: 262px;
   height: 1115.34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d549afcf2be2 {
   width: 255px;
   height: 255px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .text_92bbc82793bf {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_fe457cc29375 {
   padding: 4px 12px 4px 12px;
   width: 84.58px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 154.08px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_7b045d7b3222 {
   position: relative !important;
   width: 254.67px;
   height: 254.66px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0eded;
 }

 .text_3ef6efd9dc63 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_f6a74fc4538b {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'EB Garamond';
 }

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

 .text_83405536aad2 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_83405536aad2 {
   overflow: visible;
 }

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

 .imageview_6b8ad14c80bc {
   width: 12.07px;
   height: 12.25px;
 }

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

 .text_849fe244c19b {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_4df53c39083b {
   padding: 12px 0 12px 0;
   width: 206.67px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_4df53c39083b {
   width: 206.67px;
   height: fit-content;
 }

 .container_nested_4df53c39083b {
   padding: 12px 0 12px 0;
   width: 206.67px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

 .container_73d73b38edf2 {
   padding: 24px 24px 24px 24px;
   width: 254.67px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_09b0ecff3e5a {
   width: 256.67px;
   height: 480.65px;
   border-top: 1px solid #e3bdc666;
   border-right: 1px solid #e3bdc666;
   border-bottom: 1px solid #e3bdc666;
   border-left: 1px solid #e3bdc666;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 8px 8px 0px #b5005d26;
 }

 .imageview_dadb7613b762 {
   width: 255px;
   height: 255px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .text_42e79856b5e7 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_a2aaefce9641 {
   padding: 4px 12px 4px 12px;
   width: 104.88px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 133.79px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #725c00;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_98f27b4afde0 {
   position: relative !important;
   width: 254.67px;
   height: 254.67px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f0eded;
 }

 .text_c39331a24d4c {
   width: fit-content;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_8f3ffd0f8b91 {
   width: fit-content;
   line-height: 24px;
   font-family: 'EB Garamond';
 }

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

 .text_40b944eeba08 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_40b944eeba08 {
   overflow: visible;
 }

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

 .imageview_b08c6f9fdc61 {
   width: 12.07px;
   height: 12.25px;
 }

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

 .text_ef66430b901b {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_d9f1cdc663f6 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 7.99px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_d9f1cdc663f6 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 7.99px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_15ff10876bb8 {
   width: 256.67px;
   height: 480.67px;
   border-top: 1px solid #e3bdc666;
   border-right: 1px solid #e3bdc666;
   border-bottom: 1px solid #e3bdc666;
   border-left: 1px solid #e3bdc666;
   position: absolute !important;
   left: 288.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 8px 8px 0px #b5005d26;
 }

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

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

 .container_b2e01e1591ce {
   width: 100%;
   min-width: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
 }

 .text_0ee4eae747c0 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_a88bd29661d0 {
   width: fit-content;
   line-height: 24px;
   font-family: 'EB Garamond';
 }

 .container_11908a512191 {
   padding: 0 0.01px 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_f83945e0c9ca {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f83945e0c9ca {
   overflow: visible;
 }

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

 .imageview_3987f921d258 {
   width: 12.07px;
   height: 12.25px;
 }

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

 .text_7865a79ec1d5 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_78ed885e8b0c {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_78ed885e8b0c {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_6935c2271836 {
   width: 256.67px;
   height: 480.65px;
   border-top: 1px solid #e3bdc666;
   border-right: 1px solid #e3bdc666;
   border-bottom: 1px solid #e3bdc666;
   border-left: 1px solid #e3bdc666;
   position: absolute !important;
   left: 577.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 8px 8px 0px #b5005d26;
 }

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

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

 .container_7db418050144 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
 }

 .text_56515a97e3b1 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_e3e90217bef3 {
   width: fit-content;
   line-height: 24px;
   font-family: 'EB Garamond';
 }

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

 .text_52b2bd8e6fbc {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_52b2bd8e6fbc {
   overflow: visible;
 }

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

 .imageview_fb3046f2e74c {
   width: 12.07px;
   height: 12.25px;
 }

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

 .text_b09288b0f767 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_24c0dc0637da {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_24c0dc0637da {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_b11a76e8fd40 {
   width: 256.67px;
   height: 480.65px;
   border-top: 1px solid #e3bdc666;
   border-right: 1px solid #e3bdc666;
   border-bottom: 1px solid #e3bdc666;
   border-left: 1px solid #e3bdc666;
   position: absolute !important;
   left: 0px;
   top: 512.67px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 8px 8px 0px #b5005d26;
 }

 .imageview_d6426aef9c32 {
   width: 100%;
   min-width: 0;
   height: 255px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_dd9680059853 {
   width: 100%;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
 }

 .text_48366d57b812 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_b4c4a7907b50 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'EB Garamond';
 }

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

 .text_80d08e5e9cf0 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_80d08e5e9cf0 {
   overflow: visible;
 }

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

 .imageview_29f87b6c9597 {
   width: 12.07px;
   height: 12.25px;
 }

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

 .text_5ccf6a4488d4 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_61860411b436 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 7.99px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_61860411b436 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 7.99px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_390ed4f07201 {
   width: 256.67px;
   height: 480.67px;
   border-top: 1px solid #e3bdc666;
   border-right: 1px solid #e3bdc666;
   border-bottom: 1px solid #e3bdc666;
   border-left: 1px solid #e3bdc666;
   position: absolute !important;
   left: 288.67px;
   top: 512.67px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 0px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 8px 8px 0px #b5005d26;
 }

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

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

 .container_90b59d0a2f0c {
   width: 100%;
   min-width: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 1;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
 }

 .text_ee8cade69e1e {
   width: fit-content;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_6f2ce6e1163d {
   width: fit-content;
   line-height: 24px;
   font-family: 'EB Garamond';
 }

 .container_d8e42ce46b83 {
   padding: 0 0.01px 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_d90a4958b924 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d90a4958b924 {
   overflow: visible;
 }

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

 .imageview_28ff2a3fdc54 {
   width: 12.07px;
   height: 12.25px;
 }

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

 .text_bebc053c6ba3 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_930f8905ac83 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_930f8905ac83 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_0baca09adfda {
   width: 256.67px;
   height: 480.65px;
   border-top: 1px solid #e3bdc666;
   border-right: 1px solid #e3bdc666;
   border-bottom: 1px solid #e3bdc666;
   border-left: 1px solid #e3bdc666;
   position: absolute !important;
   left: 577.33px;
   top: 512.67px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 8px 8px 0px #b5005d26;
 }

 .container_03ca92f1de0d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .text_4711d6d33712 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .imageview_a5030e188f9f {
   width: 16px;
   height: 16px;
 }

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

 .container_c22d49282c2b {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #e5e2e180;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

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

 .container_d2e0eb923acd {
   width: 834px;
   height: 1115.34px;
   position: absolute !important;
   left: 286px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c065e4b75b4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_a757c4dbd174 {
   padding: 48px 80px 48px 80px;
   width: 1280px;
   height: fit-content;
   max-width: 1536px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_460514a38828 {
   padding: 10px 10px 10px 10px;
   width: 100%;
   min-width: 0;
   height: 1509.93px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9fbb337e1330 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_9fbb337e1330 {
   overflow: visible;
 }

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

 .text_adbc16de4170 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .imageview_0fc7272c5e7a {
   width: 100%;
   min-width: 0;
   height: 48px;
 }

 .imageview_0fc7272c5e7a img {
   position: absolute;
   width: 404.0px !important;
   height: 48.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_65809d98a795 {
   width: 404px;
   height: 210.59px;
   position: absolute !important;
   left: 80px;
   top: 120px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_55dd3b849852 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_55dd3b849852 {
   overflow: visible;
 }

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

 .text_8bba8342a867 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8bba8342a867 {
   overflow: visible;
 }

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

 .text_67dd9ba76fe2 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_67dd9ba76fe2 {
   overflow: visible;
 }

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

 .text_ef9abee0be75 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ef9abee0be75 {
   overflow: visible;
 }

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

 .text_7e0b9524c557 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_7e0b9524c557 {
   overflow: visible;
 }

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

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

 .container_a3e741f22981 {
   padding: 0 0 27.59px 0;
   width: 190px;
   height: 209.59px;
   position: absolute !important;
   left: 508px;
   top: 120px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3100be996881 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3100be996881 {
   overflow: visible;
 }

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

 .text_8da05183bacc {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8da05183bacc {
   overflow: visible;
 }

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

 .text_d465a91cfb66 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d465a91cfb66 {
   overflow: visible;
 }

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

 .text_6f0156693b43 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6f0156693b43 {
   overflow: visible;
 }

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

 .text_8e8a64bb1dcc {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8e8a64bb1dcc {
   overflow: visible;
 }

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

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

 .container_5f88419dbed5 {
   padding: 0 0 27.59px 0;
   width: 190px;
   height: 209.59px;
   position: absolute !important;
   left: 722px;
   top: 120px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2e99ff4103fa {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_2e99ff4103fa {
   overflow: visible;
 }

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

 .text_07215306ce5f {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_07215306ce5f {
   overflow: visible;
 }

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

 .text_5f0e5b03e94a {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20.16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_5f0e5b03e94a {
   overflow: visible;
 }

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

 .input_text_01ac15098855 {
   padding: 13px 16px 14px 16px;
   width: 100%;
   min-width: 0;
   height: 50px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 998;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 0 0 12px;
   font-family: 'Plus Jakarta Sans';
 }

 .wrapper_input_text_01ac15098855 {
   width: 100%;
   min-width: 0;
   height: 50px;
 }

 .input_text_01ac15098855::placeholder {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20.16px;
   text-align: start;
   word-wrap: break-word;
   color: #6b7280;
   font-family: 'Plus Jakarta Sans';
 }

 .text_8ef9eb84a603 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_843fad026689 {
   padding: 12.5px 24px 13.5px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 0 12px 12px 0;
 }

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

 .container_nested_843fad026689 {
   padding: 12.5px 24px 13.5px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 0 12px 12px 0;
 }

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

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

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

 .text_6fa237c54041 {
   width: 100%;
   min-width: 0;
   height: 15px;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6fa237c54041 {
   overflow: visible;
 }

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

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

 .container_1c658479ac25 {
   padding: 0 0 42.59px 0;
   width: 404px;
   height: 209.59px;
   position: absolute !important;
   left: 936px;
   top: 120px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_35c9835bc508 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .text_11f51f1fb01e {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_67f24047a0e0 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_52f16f3b7b79 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_2f117d0bd58a {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_e2ea830b1979 {
   padding: 32px 80px 32px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 0px solid #e3bdc6ff;
   border-bottom: 0px solid #e3bdc6ff;
   border-left: 0px solid #e3bdc6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .text_3752fcc5bab1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8a18c8920d8f {
   position: relative !important;
   overflow: visible;
   width: 126.22px;
   height: 41.59px;
   flex-shrink: 0;
 }

 .text_ef4ea1b99026 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_6968c4094712 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_f3e9f798444d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8b7421a0d98d {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #b5005dff;
   border-right: 0px solid #b5005dff;
   border-bottom: 2px solid #b5005dff;
   border-left: 0px solid #b5005dff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f88f69ad5226 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_9f9c34ae1bb9 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

 .imageview_62d5fe887f81 {
   width: 19.98px;
   height: 20px;
 }

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

 .text_c5e2d078f6c8 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_bb663d42fb75 {
   padding: 8px 24px 8px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_bb663d42fb75 {
   padding: 8px 24px 8px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_bcf7858a5ed8 {
   padding: 16px 80.02px 16px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_5859ef631cf7 {
   width: 1430px;
   height: fit-content;
   border-top: 0px solid #e3bdc6ff;
   border-right: 0px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 0px solid #e3bdc6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fcf9f8cc;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

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

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

 .text_470fc42bae91 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8ca8f198e0dc {
   padding: 4px 16px 4px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffe07e;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_534d4b260c25 {
   width: 100%;
   min-width: 0;
   height: 192px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_534d4b260c25 {
   overflow: visible;
 }

 .text-32619c103cdb_534d4b260c25 {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-6b9d4a77d84a_534d4b260c25 {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-80c0ab999140_534d4b260c25 {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_66c9ab594377 {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_6bcf41cd4f1d {
   padding: 0 0 0.69px 0;
   width: 512px;
   height: fit-content;
   max-width: 512px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2837c6aaf8b9 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_ab173ed89d52 {
   padding: 18px 40px 18px 40px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 8px 8px 0px #000000ff;
 }

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

 .container_nested_ab173ed89d52 {
   padding: 18px 40px 18px 40px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(8px 8px 0px #000000ff);
 }

 .text_2c5154027910 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c12ba5e90b09 {
   padding: 16px 40px 16px 40px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #1c1b1bff;
   border-right: 2px solid #1c1b1bff;
   border-bottom: 2px solid #1c1b1bff;
   border-left: 2px solid #1c1b1bff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_c12ba5e90b09 {
   padding: 16px 40px 16px 40px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #1c1b1bff;
   border-right: 2px solid #1c1b1bff;
   border-bottom: 2px solid #1c1b1bff;
   border-left: 2px solid #1c1b1bff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_62ffced8189c {
   width: 100%;
   min-width: 0;
   height: 433.9px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .container_0a6001b99658 {
   width: 616px;
   height: 433.9px;
   position: absolute !important;
   left: 0px;
   top: -0.15px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30.9px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9bb9d8c09c7b {
   width: 370.87px;
   height: auto !important;
   max-width: 448px;
   transform: rotate(6.999600679076872deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 74.95px;
   top: -14.65px;
   aspect-ratio: 1 / 0.6249999906867744;
   background: #ffe07e;
   border-radius: 24px 24px 24px 24px;
   opacity: 0.5;
 }

 .text_2eecd308a726 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_b271f9fe17b2 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 336px;
   top: 0px;
 }

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

 .container_fc8cf81a18f5 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 48px;
   z-index: 1;
   left: 32px;
   top: 32px;
 }

 .text_2b4b027bf61f {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 1;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_2b4b027bf61f {
   overflow: visible;
 }

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

 .text_c532654fa638 {
   width: 100%;
   min-width: 0;
   height: 71px;
   z-index: 1;
   line-height: 70.4px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_c532654fa638 {
   overflow: visible;
 }

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

 .container_b9b0f33afd48 {
   width: 384px;
   height: 85px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 128px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2b3623bf2dc9 {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_36916e0fa4a0 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .text_f0d319b2ce9d {
   width: fit-content;
   z-index: 1;
   line-height: 33.6px;
   font-family: 'EB Garamond';
 }

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

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

 .container_30605fdeba37 {
   width: 384px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 219px;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_75a61d9b1122 {
   width: 160px;
   height: 160px;
   z-index: 2;
   border-top: 20px solid #ffe07e33;
   border-right: 20px solid #ffe07e33;
   border-bottom: 20px solid #ffe07e33;
   border-left: 20px solid #ffe07e33;
   position: absolute !important;
   left: 328px;
   top: 161px;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_4f2dfc866aa6 {
   position: absolute !important;
   width: 448px;
   height: 280.61px;
   z-index: 1;
   left: 43px;
   top: -0.3px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #b5005d;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 8px 8px 0px #000000ff;
 }

 .container_1ef90abb1563 {
   position: absolute !important;
   overflow: visible;
   width: 534px;
   height: 280px;
   left: 664px;
   top: 76.8px;
 }

 .container_052442a7d2fa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
 }

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

 .container_b142660b1d8a {
   padding: 64px 80px 96px 80px;
   width: 1298px;
   height: 593.59px;
   position: absolute !important;
   left: -4px;
   top: -1076.46px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(155deg, #fcf9f8ff 0%, #ffe07eff 100%);
 }

 .container_97e99cca663f {
   position: absolute !important;
   overflow: visible;
   width: 1291px;
   height: 1076.46px;
   left: 0px;
   top: 0px;
 }

 .text_5edb7789d3df {
   width: fit-content;
   line-height: 57.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_378266d32608 {
   width: 576px;
   height: 116px;
   position: absolute !important;
   left: 0px;
   top: -0.7px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cd2853db22bc {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2d27e8e51a70 {
   padding: 0 0 0.69px 0;
   width: 576px;
   height: 58.69px;
   position: absolute !important;
   left: 0px;
   top: 130.09px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b50ef2faa8db {
   position: relative !important;
   overflow: visible;
   width: 576px;
   height: 188.78px;
   max-width: 576px;
   flex-shrink: 0;
 }

 .imageview_5144c88b3df7 {
   width: 60px;
   height: 80px;
 }

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

 .container_ba54074e7e6d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_7636d0eff0ad {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -45px;
   line-height: 70.4px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_ce9ffd8aae38 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_f9b648a025a5 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f9b648a025a5 {
   overflow: visible;
 }

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

 .text_11d3a87c2ab1 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_11d3a87c2ab1 {
   overflow: visible;
 }

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

 .container_964c888c48c2 {
   padding: 32px 32px 55.99px 32px;
   width: 262px;
   height: 283.58px;
   z-index: 1;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #fcf9f8;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 10px 0px #b5005d1a;
 }

 .container_84143e68baff {
   position: absolute !important;
   overflow: visible;
   width: 262px;
   height: 283.58px;
   left: 0px;
   top: 0px;
 }

 .text_27f02acc48ec {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -45px;
   line-height: 70.4px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_eda7b6f86c93 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_970457a57121 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_970457a57121 {
   overflow: visible;
 }

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

 .text_9656338a8540 {
   width: 100%;
   min-width: 0;
   height: 96px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_9656338a8540 {
   overflow: visible;
 }

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

 .container_2833ceb75e5c {
   padding: 32px 32px 32px 32px;
   width: 262px;
   height: 283.59px;
   z-index: 1;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #fcf9f8;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 10px 0px #b5005d1a;
 }

 .container_5e84ff3bbb6c {
   position: absolute !important;
   overflow: visible;
   width: 262px;
   height: 283.59px;
   left: 286px;
   top: 0px;
 }

 .text_81a578c475d5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -45px;
   line-height: 70.4px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_1c70fe292578 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_cf259d62ca9e {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_cf259d62ca9e {
   overflow: visible;
 }

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

 .text_f7cabf911cda {
   width: 100%;
   min-width: 0;
   height: 96px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f7cabf911cda {
   overflow: visible;
 }

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

 .container_dd02ea1a673b {
   padding: 32px 32px 32px 32px;
   width: 262px;
   height: 283.59px;
   z-index: 1;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #fcf9f8;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 10px 0px #b5005d1a;
 }

 .container_c3b38932a06d {
   position: absolute !important;
   overflow: visible;
   width: 262px;
   height: 283.59px;
   left: 572px;
   top: 0px;
 }

 .text_a68386434732 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -45px;
   line-height: 70.4px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_264803da0f7a {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_c29a2b4cee38 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_c29a2b4cee38 {
   overflow: visible;
 }

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

 .text_d6aacbebbdc2 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d6aacbebbdc2 {
   overflow: visible;
 }

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

 .container_d17da0b27ee9 {
   padding: 32px 32px 55.99px 32px;
   width: 262px;
   height: 283.58px;
   z-index: 1;
   border-top: 1px solid #b5005dff;
   border-right: 1px solid #b5005dff;
   border-bottom: 1px solid #b5005dff;
   border-left: 1px solid #b5005dff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #fcf9f8;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 8px 8px 0px #000000ff;
 }

 .container_31d193d568f5 {
   position: absolute !important;
   overflow: visible;
   width: 262px;
   height: 283.58px;
   left: 858px;
   top: 0px;
 }

 .container_1ae8d5647466 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

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

 .container_41674b48250b {
   padding: 120px 80px 120px 80px;
   width: 1280px;
   height: 776.37px;
   position: absolute !important;
   left: -39px;
   top: 1378px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_8697c5b14362 {
   width: 1121.07px;
   height: 776.01px;
   z-index: 1;
   position: absolute !important;
   left: -1.07px;
   top: -195.03px;
   opacity: 0.10000000149011612;
 }

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

 .imageview_8697c5b14362 img {
   position: absolute;
   width: 1122.1px !important;
   height: 701.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 75.0px;
 }

 .text_9696ab9d1abd {
   width: fit-content;
   z-index: 2;
   line-height: 70.4px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_35da1fbb752e {
   padding: 0 0 32px 0;
   width: 633.03px;
   height: 103px;
   z-index: 2;
   position: absolute !important;
   left: 243.48px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8271bbbab52d {
   width: fit-content;
   z-index: 2;
   line-height: 28.8px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_afb16d69a98b {
   padding: 0 16.69px 0.69px 16.69px;
   width: 672px;
   height: 58.69px;
   max-width: 672px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1.1px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.8999999761581421;
 }

 .container_9967b47bc630 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 105.59px;
   max-width: 672px;
   z-index: 2;
   left: 224px;
   top: 199px;
 }

 .text_95800d588725 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_23ff6bbd7015 {
   padding: 20px 48px 20px 48px;
   width: 428.89px;
   height: 68px;
   z-index: 2;
   position: absolute !important;
   left: 345.55px;
   top: 304.59px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffe07e;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 8px 8px 0px #000000ff;
 }

 .container_wrapper_23ff6bbd7015 {
   position: absolute !important;
   left: 345.55px;
   top: 304.59px;
   width: 428.89px;
   height: 68px;
   z-index: 2;
 }

 .container_nested_23ff6bbd7015 {
   padding: 20px 48px 20px 48px;
   width: 428.89px;
   height: 68px;
   z-index: 2;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffe07e;
   border-radius: 12px 12px 12px 12px;
   filter: drop-shadow(8px 8px 0px #000000ff);
 }

 .container_5325fb25701b {
   width: 96px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 0px solid #ffffff66;
   border-right: 0px solid #ffffff66;
   border-bottom: 8px solid #ffffff66;
   border-left: 0px solid #ffffff66;
   border-radius: 0 0 48px 48px;
 }

 .container_ed2ef55169fa {
   padding: 64px 0 0 0;
   width: 96px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 512px;
   top: 372.59px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a2dc2871c13e {
   position: relative !important;
   overflow: visible;
   width: 1120px;
   height: 580.59px;
   flex-shrink: 0;
   z-index: 1;
   background: #b5005d;
   border-radius: 40px 40px 40px 40px;
 }

 .container_b1f3ca158897 {
   padding: 120px 80px 120px 80px;
   width: 1280px;
   height: 820.59px;
   z-index: 1;
   position: absolute !important;
   left: -45px;
   top: 557px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b1f3ca158897 {
   position: absolute !important;
   left: -45px;
   top: 557px;
   width: 1280px;
   height: 820.59px;
   z-index: 1;
 }

 .container_nested_b1f3ca158897 {
   padding: 120px 80px 120px 80px;
   width: 1280px;
   height: 820.59px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_eeb4f637c932 {
   width: 846px;
   height: 58px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_eeb4f637c932 {
   overflow: visible;
 }

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

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

 .imageview_9d2b86964560 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_410b8e9d8067 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 2;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_410b8e9d8067 {
   overflow: visible;
 }

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

 .text_8a07aa9380e2 {
   width: 100%;
   min-width: 0;
   height: 96px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8a07aa9380e2 {
   overflow: visible;
 }

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

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

 .imageview_6432d33a97d6 {
   width: 100%;
   min-width: 0;
   height: 256px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 1;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_6432d33a97d6 img {
   position: absolute;
   width: 100.00% !important;
   height: 122.00% !important;
   max-width: none !important;
   left: 0.00%;
   top: -11.00%;
 }

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

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

 .container_53ed74891cc6 {
   padding: 40px 40px 40px 40px;
   width: 738.67px;
   height: 357.19px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   justify-content: center;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 32px 32px 32px 32px;
 }

 .imageview_3416e1558fdf {
   width: 36px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_21a2d93e9700 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 2;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_21a2d93e9700 {
   overflow: visible;
 }

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

 .text_de278882db9b {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_de278882db9b {
   overflow: visible;
 }

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

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

 .text_ca9823d38854 {
   width: fit-content;
   z-index: 3;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_1f945a680bbe {
   width: 16px;
   height: 16px;
   z-index: 3;
 }

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

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

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

 .container_ef2ede2e7ede {
   padding: 40px 40px 40px 40px;
   width: 357.33px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #ffe07e;
   border-radius: 32px 32px 32px 32px;
 }

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

 .imageview_c5610bdd7cf5 {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_e8fb1bc3ef29 {
   width: fit-content;
   z-index: 2;
   line-height: 40px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .text_66bf72cf1504 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5aead37728f5 {
   padding: 0 7.36px 0 7.36px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.8999999761581421;
 }

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

 .container_a71a70bebbef {
   padding: 40px 40px 40px 40px;
   width: 357.33px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 32px 32px 32px 32px;
   box-shadow: 8px 8px 0px #000000ff;
 }

 .text_4680580198b9 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 2;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_4680580198b9 {
   overflow: visible;
 }

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

 .text_410b47438ce1 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_410b47438ce1 {
   overflow: visible;
 }

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

 .container_7267bc110b97 {
   width: 312.33px;
   height: 172px;
   z-index: 2;
   position: absolute !important;
   left: 41px;
   top: 94px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e1ffc81e0c60 {
   width: 22px;
   height: 30px;
   z-index: 2;
 }

 .imageview_e1ffc81e0c60 img {
   position: absolute;
   width: 23.5px !important;
   height: 31.1px !important;
   max-width: none !important;
   margin-left: -0.8px !important;
   margin-top: -0.6px !important;
   transform: rotate(-3.0000011414478056deg);
   transform-origin: center;
 }

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

 .text_e1d0828e1382 {
   width: fit-content;
   z-index: 3;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_8a4d41a94b2d {
   padding: 16px 16px 16px 16px;
   width: 160px;
   height: 160px;
   z-index: 2;
   transform: rotate(3.0000011414478056deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 4.29px;
   top: 11.93px;
   align-items: center;
   justify-content: center;
   gap: 0.01px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 1px 2px #0000000d;
 }

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

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

 .text_d18cf0dad874 {
   width: fit-content;
   z-index: 3;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_8d1f6867e556 {
   padding: 16px 16px 16px 16px;
   width: 160px;
   height: 160px;
   z-index: 2;
   transform: rotate(-5.999973261199654deg);
   transform-origin: 0 0;
   border-top: 2px solid #ffe07eff;
   border-right: 2px solid #ffe07eff;
   border-bottom: 2px solid #ffe07eff;
   border-left: 2px solid #ffe07eff;
   position: absolute !important;
   left: 168.07px;
   top: 24.8px;
   align-items: center;
   justify-content: center;
   gap: 0.03px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_785119eb0117 {
   position: absolute !important;
   width: 312.33px;
   height: 192px;
   z-index: 2;
   left: 385.33px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_97d6809fab2f {
   position: relative !important;
   overflow: visible;
   width: 738.67px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   background: #f0eded;
   border-radius: 32px 32px 32px 32px;
   box-shadow: inset 0 0 0 1px #e3bdc6ff;
 }

 .container_551b11959714 {
   width: 100%;
   min-width: 0;
   height: 360px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_dc5b92b0115f {
   width: 1120px;
   height: 741.19px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3b8f7a647ee4 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 741.19px;
   z-index: 2;
   left: -31.5px;
   top: 98px;
 }

 .text_90648cece822 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 231px;
   top: -0.18px;
   line-height: 33.6px;
   font-family: 'EB Garamond';
 }

 .container_fd402b7ac431 {
   position: relative !important;
   overflow: visible;
   width: 1377px;
   height: 839.19px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_be2fd5b75f9e {
   padding: 44px 80px 44px 80px;
   width: 1280px;
   height: 1003.19px;
   z-index: 2;
   position: absolute !important;
   left: -4px;
   top: -446px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18px 0;
   display: flex !important;
   flex-direction: column;
   background: #fcf9f8;
 }

 .container_c388f58db0ad {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 3230.84px;
   left: 63px;
   top: 1136.41px;
 }

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

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

 .imageview_e9d13d9fc544 {
   width: 1280px;
   height: 81px;
   position: absolute !important;
   left: 80px;
   top: 384px;
 }

 .imageview_e9d13d9fc544 img {
   position: absolute;
   width: 1280.0px !important;
   height: 0.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_d714274f45e4 {
   width: fit-content;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_04595875ddec {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_781d7ac4041a {
   padding: 0 0 12.4px 0;
   width: 357.33px;
   height: 151px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4cc235076b95 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_4cc235076b95 {
   overflow: visible;
 }

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

 .text_fa8d825b7b59 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_fa8d825b7b59 {
   overflow: visible;
 }

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

 .text_64d04a8a3647 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_64d04a8a3647 {
   overflow: visible;
 }

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

 .text_8c8f9fa93eb3 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8c8f9fa93eb3 {
   overflow: visible;
 }

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

 .text_c3881a5d0bef {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_c3881a5d0bef {
   overflow: visible;
 }

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

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

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

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

 .container_9686668edad3 {
   width: 193.33px;
   height: 146px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0f39ae65e701 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0f39ae65e701 {
   overflow: visible;
 }

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

 .text_71a24a98d5d5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_71a24a98d5d5 {
   overflow: visible;
 }

 .text_ce7400da46c5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ce7400da46c5 {
   overflow: visible;
 }

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

 .text_fc9d4e670c7e {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_fc9d4e670c7e {
   overflow: visible;
 }

 .text_8ba7367349eb {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8ba7367349eb {
   overflow: visible;
 }

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

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

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

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

 .container_2a85df0528d6 {
   width: 193.33px;
   height: 150px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3649562497d8 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3649562497d8 {
   overflow: visible;
 }

 .text_67b47e213996 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_67b47e213996 {
   overflow: visible;
 }

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

 .text_36ec51e25912 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_36ec51e25912 {
   overflow: visible;
 }

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

 .text_109aa691f64a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_109aa691f64a {
   overflow: visible;
 }

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

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

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

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

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

 .container_4c0f46aa58f6 {
   padding: 0 0 32px 0;
   width: 193.33px;
   height: 176px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .text_4ba999dd9d54 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_4ba999dd9d54 {
   overflow: visible;
 }

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

 .imageview_c97c5353c128 {
   width: 100%;
   min-width: 0;
   height: 40px;
 }

 .imageview_c97c5353c128 img {
   position: absolute;
   width: 193.3px !important;
   height: 40.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_8a51fe6208ee {
   padding: 0 0 72px 0;
   width: 193.33px;
   height: 150px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .container_e325501265f9 {
   width: 1280px;
   height: 176px;
   position: absolute !important;
   left: 80px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 37px;
   display: flex !important;
   flex-direction: row;
 }

 .text_53943867ac22 {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_cdf71deecdad {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   background: #1c1b1b;
   opacity: 0.10000000149011612;
 }

 .container_fcded127c38c {
   padding: 4px 4px 4px 4px;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #8e6f77ff;
   border-right: 1px solid #8e6f77ff;
   border-bottom: 1px solid #8e6f77ff;
   border-left: 1px solid #8e6f77ff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_86459ab11165 {
   width: 236px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 1040px;
   top: 174px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_4a472f52bd24 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f46055ef8360 {
   width: 278px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 186.67px;
   top: 174px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_3e156654b9dd {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: fit-content;
   max-width: 1536px;
 }

 .container_645c2dd28a08 {
   padding: 120px 0 120px 0;
   width: fit-content;
   height: 504px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
 }

 .container_wrapper_645c2dd28a08 {
   width: fit-content;
   height: 504px;
   flex-shrink: 0;
 }

 .container_nested_645c2dd28a08 {
   padding: 120px 0 120px 0;
   width: fit-content;
   height: 504px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
 }

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

 .text_202ef453ab44 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b36684b14c43 {
   position: relative !important;
   overflow: visible;
   width: 126.22px;
   height: 41.59px;
   flex-shrink: 0;
 }

 .text_a970f4c1fcb5 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_5dadd9c843b1 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_be4e233267e6 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_45e04ef647b9 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_615246d23b3b {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_c93722048abc {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b3cf1cba7067 {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #b5005dff;
   border-right: 0px solid #b5005dff;
   border-bottom: 2px solid #b5005dff;
   border-left: 0px solid #b5005dff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .imageview_934a97af6025 {
   width: 19.98px;
   height: 20px;
 }

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

 .text_c1cbe7696f14 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8bd6811b057f {
   padding: 8px 24px 8px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

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

 .container_nested_8bd6811b057f {
   padding: 8px 24px 8px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

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

 .container_7f38568642a0 {
   padding: 16px 80px 16px 80px;
   width: 1440px;
   height: 73.59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_35d8c6972aef {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 74.59px;
   flex-shrink: 0;
   border-top: 0px solid #e3bdc6ff;
   border-right: 0px solid #e3bdc6ff;
   border-left: 0px solid #e3bdc6ff;
   background: #fcf9f8cc;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 -1px 0 0 #e3bdc6ff;
 }

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

 .container_nested_35d8c6972aef {
   width: 100%;
   min-width: 0;
   height: 74.59px;
   border-top: 0px solid #e3bdc6ff;
   border-right: 0px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 0px solid #e3bdc6ff;
   background: #fcf9f8cc;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_a9bdb0b7b393 {
   width: 384px;
   height: 384px;
   position: absolute !important;
   left: 1152px;
   top: -96px;
   background: #fed74c33;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .text_e4e9f37da191 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'EB Garamond';
 }

 .text_autoheight_e4e9f37da191 {
   overflow: visible;
 }

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

 .text_ae12b18e3335 {
   width: fit-content;
   z-index: 1;
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-6b5672147b2d_ae12b18e3335 {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-af5870a3e9f5_ae12b18e3335 {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

 .text-fbaeb6257784_ae12b18e3335 {
   line-height: 64px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_c9198f5f49ff {
   width: 1280px;
   height: 178.01px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 64px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16.01px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fee282c9ed27 {
   position: absolute !important;
   width: 1440px;
   height: 274.01px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_41413689b3ef {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_41413689b3ef {
   overflow: visible;
 }

 .container_ca3ff4f92d64 {
   padding: 0 0 0.59px 0;
   width: 386.67px;
   height: 42.59px;
   position: absolute !important;
   left: 33px;
   top: 32px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_81f6593f8d9c {
   width: 132px;
   height: 132px;
   z-index: 1;
   position: absolute !important;
   left: 319.66px;
   top: 1px;
   opacity: 0.10000000149011612;
 }

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

 .text_7a68b152ba09 {
   width: fit-content;
   z-index: 2;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_5dde9e6ee9c9 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 20.16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_5dde9e6ee9c9 {
   overflow: visible;
 }

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

 .input_text_3f9a76419049 {
   padding: 17px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .input_text_3f9a76419049::placeholder {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 20.16px;
   text-align: start;
   word-wrap: break-word;
   color: #6b7280;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_1db08ff5eefa {
   width: fit-content;
   z-index: 2;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_64a77fbc3353 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 20.16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_64a77fbc3353 {
   overflow: visible;
 }

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

 .input_text_b41184975933 {
   padding: 17px 16px 18px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .input_text_b41184975933::placeholder {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 20.16px;
   text-align: start;
   word-wrap: break-word;
   color: #6b7280;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_83b54c4e0b10 {
   width: fit-content;
   z-index: 2;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_fec1d2e3ca43 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_fec1d2e3ca43 {
   overflow: visible;
 }

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

 .container_27d886e3f52e {
   padding: 16px 16px 88px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .input_text_ecb6cbd76065 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   font-family: 'Plus Jakarta Sans';
 }

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

 .input_text_ecb6cbd76065::placeholder {
   width: 100%;
   z-index: 2;
   line-height: 14px;
   text-align: start;
   color: #5a3f47;
   letter-case: uppercase;
   font-family: 'Plus Jakarta Sans';
   letter-spacing: 0.7px;
 }

 .text_8555d251da24 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_4ba7abfdb758 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_4ba7abfdb758 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_4ba7abfdb758 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

 .container_6b8659836345 {
   width: 386.67px;
   height: 442px;
   z-index: 2;
   position: absolute !important;
   left: 33px;
   top: 106.59px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bdd624bc0799 {
   position: relative !important;
   overflow: visible;
   width: 452.67px;
   height: 597.59px;
   flex-shrink: 0;
   background: #f6f3f2;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #e5e7ebff;
 }

 .container_wrapper_bdd624bc0799 {
   position: relative !important;
   overflow: visible;
   width: 452.67px;
   height: 597.59px;
   flex-shrink: 0;
 }

 .container_nested_bdd624bc0799 {
   width: 452.67px;
   height: 597.59px;
   border-top: 1px solid #e5e7ebff;
   border-right: 1px solid #e5e7ebff;
   border-bottom: 1px solid #e5e7ebff;
   border-left: 1px solid #e5e7ebff;
   background: #f6f3f2;
   border-radius: 16px 16px 16px 16px;
 }

 .text_10edab7ea0a3 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_10edab7ea0a3 {
   overflow: visible;
 }

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

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

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

 .imageview_995e627c7fad {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_8e8b841bef48 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_e64986ce53bb {
   width: fit-content;
   line-height: 32px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .imageview_f886667aad3d {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_f1a396d13228 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_36dd7ee0a236 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .container_dc0aaeefd076 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

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

 .container_90eb45406617 {
   width: 452.67px;
   height: 871.19px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 47px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5a053a68b00a {
   width: 635px;
   height: 475px;
   position: absolute !important;
   left: 4px;
   top: 4px;
   _scaling-factor: 1;
 }

 .imageview_5a053a68b00a img {
   position: absolute;
   width: 100.00% !important;
   height: 133.90% !important;
   max-width: none !important;
   left: 0.00%;
   top: -16.95%;
 }

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

 .container_f866c88b0c11 {
   width: 38.02px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .imageview_42546f1b5a79 {
   width: 14px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_d37d3aa96d3c {
   position: relative !important;
   overflow: visible;
   width: 38px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffffe6;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(2px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_d37d3aa96d3c {
   width: 38px;
   height: 38px;
   z-index: 1;
   background: #ffffffe6;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(2px);
   -webkit-font-smoothing: antialiased;
 }

 .container_16a15d18bfcf {
   width: 38.02px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .imageview_18fbdc562653 {
   width: 14px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 12px;
 }

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

 .container_29be966c1cc1 {
   position: relative !important;
   overflow: visible;
   width: 38px;
   height: 26px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffffe6;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(2px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_29be966c1cc1 {
   width: 38px;
   height: 26px;
   z-index: 1;
   background: #ffffffe6;
   border-radius: 12px 12px 12px 12px;
   backdrop-filter: blur(2px);
   -webkit-font-smoothing: antialiased;
 }

 .container_bc300d9bc514 {
   width: 38px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 577.34px;
   top: 28px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e8dc2dbf540b {
   width: 587.34px;
   height: 98px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .text_5dfb87948952 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_64e9514842f4 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_823272bd737b {
   width: 167.81px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 25px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_657827a1fd81 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 2;
   background: #b5005d;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_34d12d39a835 {
   width: fit-content;
   z-index: 2;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_873eff1b137b {
   width: 133.52px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 428.82px;
   top: 42px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a2e77fcc6748 {
   position: absolute !important;
   overflow: visible;
   width: 587.34px;
   height: 98px;
   z-index: 1;
   left: 28px;
   top: 356.5px;
   background: #fffffff2;
   border-radius: 16px 16px 16px 16px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #e3bdc6ff;
 }

 .container_e99abb519e07 {
   position: relative !important;
   overflow: visible;
   width: 643.33px;
   height: 482.5px;
   flex-shrink: 0;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 25px 50px -12px #00000040, inset 0 0 0 4px #ffffffff;
 }

 .text_2a94cedcd052 {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_2a94cedcd052 {
   overflow: visible;
 }

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

 .text_d5c4ea8a6277 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_4117f33692cb {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_4117f33692cb {
   overflow: visible;
 }

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

 .text_ae2cea4aa49d {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ae2cea4aa49d {
   overflow: visible;
 }

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

 .container_9e8bac46c22d {
   padding: 16px 16px 16px 16px;
   width: 181.78px;
   height: 104px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .text_fb4ad79dcbfc {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_b0ad7183026c {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_b0ad7183026c {
   overflow: visible;
 }

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

 .text_3ed59afbb1d5 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3ed59afbb1d5 {
   overflow: visible;
 }

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

 .container_8ae8c59fd9fa {
   padding: 16px 16px 16px 16px;
   width: 181.78px;
   height: 104px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 197.78px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .text_f0d4e3288f1c {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_5547ee621554 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_5547ee621554 {
   overflow: visible;
 }

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

 .text_ec4f9fb6d774 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ec4f9fb6d774 {
   overflow: visible;
 }

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

 .container_0d6f0705f909 {
   padding: 16px 16px 16px 16px;
   width: 181.78px;
   height: 104px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 395.56px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .text_44c891d3c8fd {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_1b4f0ce65fc9 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_1b4f0ce65fc9 {
   overflow: visible;
 }

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

 .text_f8d8fd89d46d {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f8d8fd89d46d {
   overflow: visible;
 }

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

 .container_d38e254c227f {
   padding: 16px 16px 16px 16px;
   width: 181.78px;
   height: 104px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 0px;
   top: 120px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .text_aa475a45b804 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_60a80f977f36 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_60a80f977f36 {
   overflow: visible;
 }

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

 .text_d325421a3465 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d325421a3465 {
   overflow: visible;
 }

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

 .container_26a128a9cd46 {
   padding: 16px 16px 16px 16px;
   width: 181.78px;
   height: 104px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 197.78px;
   top: 120px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_7eb0356b329f {
   width: 18px;
   height: 22px;
 }

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

 .text_69ea4cb65494 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_1a3a1d1c70ca {
   padding: 30px 16px 30px 16px;
   width: 181.78px;
   height: 98px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 395.56px;
   top: 120px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_wrapper_1a3a1d1c70ca {
   position: absolute !important;
   left: 395.56px;
   top: 120px;
   width: 181.78px;
   height: 98px;
 }

 .container_nested_1a3a1d1c70ca {
   padding: 30px 16px 30px 16px;
   width: 181.78px;
   height: 98px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

 .container_bb39f25a846a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_dea6bc859de1 {
   padding: 31px 32px 32px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: radial-gradient(closest-side at 50% 50%, #e3bdc6ff 1%, #e3bdc600 1%);
   border-radius: 24px 24px 24px 24px;
 }

 .container_1f56ad7c2c0d {
   width: 643.33px;
   height: 870.09px;
   position: absolute !important;
   left: 476.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6add4f635252 {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 993.19px;
   left: 160px;
   top: 322.01px;
 }

 .text_d79713291660 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 45px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_a1fe3c440a2b {
   position: absolute !important;
   overflow: visible;
   width: 551.92px;
   height: 90px;
   left: 0px;
   top: 0px;
 }

 .text_1a8efecef18b {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_73d0fc631d40 {
   padding: 0 0 0.69px 0;
   width: 551.92px;
   height: 58.69px;
   position: absolute !important;
   left: 0px;
   top: 104.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.800000011920929;
 }

 .container_5b1b39ae9613 {
   position: absolute !important;
   overflow: visible;
   width: 551.92px;
   height: 163.59px;
   left: 0px;
   top: 0px;
 }

 .container_d8c18a5d2172 {
   width: 448px;
   height: 62px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .text_3263a159bd75 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20.16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3263a159bd75 {
   overflow: visible;
 }

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

 .container_517df4c8fce6 {
   padding: 12px 16px 13px 16px;
   width: 292.47px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 8px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_21f69a5e2f1e {
   width: fit-content;
   z-index: 2;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_8127c477df12 {
   padding: 16px 32px 16px 32px;
   width: 139.53px;
   height: 46px;
   z-index: 2;
   position: absolute !important;
   left: 300.47px;
   top: 8px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_8127c477df12 {
   position: absolute !important;
   left: 300.47px;
   top: 8px;
   width: 139.53px;
   height: 46px;
   z-index: 2;
 }

 .container_nested_8127c477df12 {
   padding: 16px 32px 16px 32px;
   width: 139.53px;
   height: 46px;
   z-index: 2;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 12px 12px 12px 12px;
 }

 .container_5ade4234da71 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 62px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_a4aa58bb32ca {
   width: 448px;
   height: 62px;
   max-width: 448px;
   position: absolute !important;
   left: 832px;
   top: 50.79px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5061d6761b6b {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 163.59px;
   left: 80px;
   top: 64px;
 }

 .container_856c5862e29b {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 291.59px;
   left: 0px;
   top: 1363.2px;
   background: #fed74c;
 }

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

 .text_6ef126b511bb {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_6ef126b511bb {
   overflow: visible;
 }

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

 .text_e6669ba57004 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .imageview_dbd9844b8df0 {
   width: 100%;
   min-width: 0;
   height: 40px;
 }

 .imageview_dbd9844b8df0 img {
   position: absolute;
   width: 404.0px !important;
   height: 40.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_c10a2bf7cb71 {
   width: 404px;
   height: 202.59px;
   position: absolute !important;
   left: 80px;
   top: 120px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f3193ad2b467 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f3193ad2b467 {
   overflow: visible;
 }

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

 .text_869bed26ed54 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_869bed26ed54 {
   overflow: visible;
 }

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

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

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

 .text_f5a73f71e2e8 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f5a73f71e2e8 {
   overflow: visible;
 }

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

 .text_975a37f5dfd4 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_975a37f5dfd4 {
   overflow: visible;
 }

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

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

 .container_e9b8ca96df75 {
   padding: 0 0 59.59px 0;
   width: 190px;
   height: 201.59px;
   position: absolute !important;
   left: 508px;
   top: 120px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_95312b4f7f10 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_95312b4f7f10 {
   overflow: visible;
 }

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

 .text_0f3f9e016743 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0f3f9e016743 {
   overflow: visible;
 }

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

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

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

 .text_7b73f5ceaee0 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_7b73f5ceaee0 {
   overflow: visible;
 }

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

 .text_3858484a3b27 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3858484a3b27 {
   overflow: visible;
 }

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

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

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

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

 .container_5f29e168c48f {
   padding: 0 0 59.59px 0;
   width: 190px;
   height: 201.59px;
   position: absolute !important;
   left: 722px;
   top: 120px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_33ad8b6aedd4 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_33ad8b6aedd4 {
   overflow: visible;
 }

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

 .text_524e4183a249 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_524e4183a249 {
   overflow: visible;
 }

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

 .container_9ead21f647fb {
   width: 32px;
   height: 16px;
   border-top: 0px solid #b5005dff;
   border-right: 4px solid #b5005dff;
   border-bottom: 4px solid #b5005dff;
   border-left: 4px solid #b5005dff;
   position: absolute !important;
   left: 0px;
   top: -4px;
   border-radius: 0 0 100px 100px;
 }

 .container_ae89d19f890e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2px;
   flex-shrink: 0;
   background: #b5005d33;
 }

 .container_6da22f65995d {
   padding: 0 0 65.59px 0;
   width: 404px;
   height: 201.59px;
   position: absolute !important;
   left: 936px;
   top: 120px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_01908b5f4285 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .imageview_8a1bf90694cb {
   width: 116.04px;
   height: 20px;
 }

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

 .container_c27b3bc9c080 {
   padding: 48px 0 0 0;
   width: 1260px;
   height: 73px;
   border-top: 1px solid #e3bdc6ff;
   border-right: 0px solid #e3bdc6ff;
   border-bottom: 0px solid #e3bdc6ff;
   border-left: 0px solid #e3bdc6ff;
   position: absolute !important;
   left: 80px;
   top: 345.59px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_9029c036d718 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
 }

 .container_881757fb4821 {
   width: 1420px;
   height: 538.59px;
   position: absolute !important;
   left: 10px;
   top: 10px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
 }

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

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

 .container_nested_aa5065d3731b {
   width: 100%;
   min-width: 0;
   height: 558.59px;
 }

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

 .text_3d260459fe8f {
   width: fit-content;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_219bfded9215 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_695ac1beb26c {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_e175a6b0f898 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_a935848373bf {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_319acb76b787 {
   padding: 0 0 4px 0;
   width: fit-content;
   height: 30px;
   border-top: 0px solid #b5005dff;
   border-right: 0px solid #b5005dff;
   border-bottom: 2px solid #b5005dff;
   border-left: 0px solid #b5005dff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2b4541554998 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_8d83a882f66c {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

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

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

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

 .imageview_e02560c2c806 {
   width: 19.98px;
   height: 20px;
 }

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

 .text_2f8bacb15b3c {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_2b29149ad823 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_2b29149ad823 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_48c456e62e06 {
   padding: 16px 80px 16px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_b028bb576126 {
   padding: 10px 10px 10px 10px;
   width: 1410px;
   height: 113.59px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_b028bb576126 {
   width: 1410px;
   height: 113.59px;
   flex-shrink: 0;
 }

 .container_nested_b028bb576126 {
   padding: 10px 10px 10px 10px;
   width: 1410px;
   height: 113.59px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7d590ab2629e {
   width: 463.33px;
   height: 713.19px;
   position: absolute !important;
   left: 926.67px;
   top: 0px;
   background: #ffd9e1;
   border-radius: 100px 0 0 100px;
   opacity: 0.30000001192092896;
 }

 .text_f25b77d6aeb4 {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_30f64ceb6ec3 {
   width: fit-content;
   z-index: 1;
   line-height: 80px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_651d48dfa850 {
   width: fit-content;
   z-index: 2;
   line-height: 80px;
   font-family: 'EB Garamond';
 }

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

 .text_f583ff6905d5 {
   width: fit-content;
   z-index: 1;
   line-height: 28.8px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .imageview_90ef4931d4d8 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_1ea619a0a83e {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_391791a8b66c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

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

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

 .imageview_82531d21b8b2 img {
   position: absolute;
   width: 110.46% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -5.23%;
   top: 0.00%;
 }

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

 .container_ae83716c3b44 {
   width: 511px;
   height: 500px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 10px 10px 0px #b5005d1a;
 }

 .container_429d7f1c96e3 {
   width: 80px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .text_02e08d05fab2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 17.01px;
   top: 16px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_8365f8f02365 {
   position: absolute !important;
   overflow: visible;
   width: 80px;
   height: 80px;
   z-index: 2;
   transform: rotate(12.000012657215834deg);
   transform-origin: 0 0;
   left: -14.81px;
   top: 436.56px;
   background: #fed74c;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_cfefd21ea569 {
   width: 1230px;
   height: 504.2px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_27f6e9388ac4 {
   position: absolute !important;
   overflow: visible;
   width: 1390px;
   height: 505.19px;
   max-width: 1536px;
   z-index: 1;
   left: 0px;
   top: 80px;
 }

 .container_22a8dfa63132 {
   position: relative !important;
   width: 1390px;
   height: 713.19px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fcf9f8;
 }

 .container_a76cde1ce8a6 {
   padding: 10px 10px 10px 10px;
   width: 1410px;
   height: 733.19px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_26d9a3abecc8 {
   width: 170.92px;
   height: 171.04px;
   z-index: 1;
   position: absolute !important;
   left: 653.74px;
   top: 0px;
   opacity: 0.20000000298023224;
 }

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

 .text_940e0c10aae9 {
   width: 100%;
   min-width: 0;
   height: 58px;
   z-index: 2;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_940e0c10aae9 {
   overflow: visible;
 }

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

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

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

 .text_85fed28bf318 {
   width: 100%;
   min-width: 0;
   height: 117px;
   z-index: 2;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_85fed28bf318 {
   overflow: visible;
 }

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

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

 .container_4ebf6e15a6e1 {
   width: 729.33px;
   height: 199px;
   z-index: 2;
   position: absolute !important;
   left: 48px;
   top: 48px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a990a89a07cd {
   position: relative !important;
   overflow: visible;
   width: 825.33px;
   height: 295px;
   flex-shrink: 0;
   z-index: 1;
   background: #b5005d;
   border-radius: 16px 16px 16px 16px;
 }

 .text_46f5b49d7b01 {
   width: fit-content;
   z-index: 1;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_3913f994ec68 {
   padding: 0 0 0.59px 0;
   width: 305.34px;
   height: 42.59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_0366093185d0 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0366093185d0 {
   overflow: visible;
 }

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

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

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

 .container_f1f23d4d745c {
   padding: 78.5px 48px 78.49px 48px;
   width: 400.67px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 0.01px 0;
   display: flex !important;
   flex-direction: column;
   background: #fed74c;
   border-radius: 16px 16px 16px 16px;
 }

 .container_ddc9798bf6d9 {
   width: 1250px;
   height: 295px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_9083ab8d4797 {
   position: relative !important;
   overflow: visible;
   width: 1250px;
   height: fit-content;
   z-index: 1;
 }

 .container_76591467b4b1 {
   padding: 120px 80px 120px 80px;
   width: 1410px;
   height: 534.59px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f6f3f2;
 }

 .imageview_6c816e084f5f {
   width: 592px;
   height: 450px;
   flex-shrink: 0;
   _scaling-factor: 1;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_6c816e084f5f img {
   position: absolute;
   width: 100.00% !important;
   height: 113.78% !important;
   max-width: none !important;
   left: 0.00%;
   top: -6.89%;
 }

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

 .imageview_d184c4e05351 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_7871fe9c1d01 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_7871fe9c1d01 {
   overflow: visible;
 }

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

 .text_b64d3ace9d8d {
   width: 100%;
   min-width: 0;
   height: 116px;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_b64d3ace9d8d {
   overflow: visible;
 }

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

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

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

 .container_wrapper_db1b8f136b69 {
   width: 100%;
   min-width: 0;
   height: 282px;
   flex-shrink: 0;
 }

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

 .container_69e0e46bfe7f {
   padding: 10px 10px 10px 10px;
   width: 612px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_0bcb8534c3af {
   width: 1280px;
   height: 450px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8e009c2e0079 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_1f00a2bb5a10 {
   width: 100%;
   min-width: 0;
   height: 116px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_1f00a2bb5a10 {
   overflow: visible;
 }

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

 .text_13ed52f5dd41 {
   width: 100%;
   min-width: 0;
   height: 116px;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_13ed52f5dd41 {
   overflow: visible;
 }

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

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

 .container_67a2094d4753 {
   width: 592px;
   height: 342.6px;
   position: absolute !important;
   left: 0px;
   top: 53.7px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22.7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_95b01c5e4a82 {
   width: 592px;
   height: 450px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_95b01c5e4a82 img {
   position: absolute;
   width: 100.00% !important;
   height: 113.78% !important;
   max-width: none !important;
   left: 0.00%;
   top: -6.89%;
 }

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

 .text_5f521921dce7 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'EB Garamond';
 }

 .container_cd57395bbf92 {
   padding: 16px 24px 16px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   mix-blend-mode: normal;
 }

 .container_46eaee1d8299 {
   width: 265.42px;
   height: 58px;
   z-index: 1;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   position: absolute !important;
   left: 342.58px;
   top: -16px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_wrapper_46eaee1d8299 {
   position: absolute !important;
   left: 342.58px;
   top: -16px;
   width: 265.42px;
   height: 58px;
   z-index: 1;
 }

 .container_nested_46eaee1d8299 {
   width: 265.42px;
   height: 58px;
   z-index: 1;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
   filter: drop-shadow(0px 4px 6px #0000001a) drop-shadow(0px 10px 15px #0000001a);
 }

 .container_65db56209787 {
   position: absolute !important;
   overflow: visible;
   width: 592px;
   height: 450px;
   left: 688px;
   top: 0px;
 }

 .container_627861b8ddbb {
   position: relative !important;
   overflow: visible;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_a583ad5eac9d {
   width: 1280px;
   height: 450px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_5226398974fd {
   padding: 120.01px 80px 120px 80px;
   width: 1410px;
   height: 1268.01px;
   max-width: 1536px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 128px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1880093214dd {
   width: fit-content;
   z-index: 1;
   line-height: 80px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_1117ce6839fe {
   width: fit-content;
   z-index: 2;
   line-height: 80px;
   font-family: 'EB Garamond';
 }

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

 .imageview_620550d24e13 {
   width: 20px;
   height: 24px;
   z-index: 1;
 }

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

 .text_67f11ee85a90 {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_2520ee90d624 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .imageview_916e01bfb237 {
   width: 20px;
   height: 24px;
   z-index: 1;
 }

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

 .text_d9435810998b {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_b389e724b290 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .imageview_b197700f0395 {
   width: 20px;
   height: 24px;
   z-index: 1;
 }

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

 .text_c15ed30aac37 {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_7e9ad4d986a4 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

 .container_2e2856f3b4e9 {
   width: 513px;
   height: 353.5px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 103.25px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_27d030cca6b3 {
   width: 513px;
   height: 400px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_27d030cca6b3 img {
   position: absolute;
   width: 100.00% !important;
   height: 112.00% !important;
   max-width: none !important;
   left: 0.00%;
   top: -6.00%;
 }

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

 .container_512f55084f0b {
   width: 137px;
   height: 137px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .imageview_88ed030ea169 {
   width: 56.5px;
   height: 56.5px;
   z-index: 3;
   position: absolute !important;
   left: 40px;
   top: 40px;
 }

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

 .container_f7b063835d8a {
   position: absolute !important;
   overflow: visible;
   width: 136.5px;
   height: 136.5px;
   z-index: 2;
   left: -32px;
   top: 295.5px;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: inset 0 0 0 8px #ffd9e1ff;
 }

 .container_77cc844ba413 {
   position: absolute !important;
   overflow: visible;
   width: 513px;
   height: 400px;
   z-index: 1;
   left: 657px;
   top: 80px;
 }

 .container_c4e202865d9e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   background: #ffd9e1;
   border-radius: 24px 24px 24px 24px;
 }

 .container_86b1e4be1f18 {
   padding: 120px 80px 120px 80px;
   width: 1410px;
   height: 800px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7fc0e035cce1 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_bf62cf2b0777 {
   width: fit-content;
   line-height: 57.6px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

 .text_4e35002bdc35 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_80e016fa43b0 {
   width: 448px;
   height: 48px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_307ccd104474 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_fcf87ac3a8b1 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

 .imageview_fcf87ac3a8b1 img {
   position: absolute;
   width: 133.59% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -16.79%;
   top: 0.00%;
 }

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

 .container_b0b9b9fdf926 {
   width: 100%;
   min-width: 0;
   height: 350px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .text_a7e1ea4d79a1 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_a6d68362ad44 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

 .imageview_7fea90518c16 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

 .imageview_7fea90518c16 img {
   position: absolute;
   width: 133.59% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -16.79%;
   top: 0.00%;
 }

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

 .container_3102c044afb6 {
   width: 100%;
   min-width: 0;
   height: 350px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .text_99c845c80f76 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_99c845c80f76 {
   overflow: visible;
 }

 .text_14a637dddca1 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_6d122105a406 {
   width: 302px;
   height: 405px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2ba2e47cb098 {
   position: relative !important;
   overflow: visible;
   width: 302px;
   height: 400px;
   flex-shrink: 0;
 }

 .imageview_2ece0b815a9a {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

 .imageview_2ece0b815a9a img {
   position: absolute;
   width: 133.59% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -16.79%;
   top: 0.00%;
 }

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

 .container_60405a17feac {
   width: 100%;
   min-width: 0;
   height: 350px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .text_461b4a6606cc {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_accf7c5e65cd {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

 .imageview_5465e7d1981e {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

 .imageview_5465e7d1981e img {
   position: absolute;
   width: 133.59% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -16.79%;
   top: 0.00%;
 }

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

 .container_9a7333e29f67 {
   width: 100%;
   min-width: 0;
   height: 350px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .text_125ed5526330 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_05857bf7cba3 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .container_2ffd77f03123 {
   width: 302px;
   height: 404px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_326d3f8bb3c3 {
   position: relative !important;
   overflow: visible;
   width: 302px;
   height: 400px;
   flex-shrink: 0;
 }

 .container_0c26b1f1c8b6 {
   width: 1280px;
   height: 404px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d3892d1c483a {
   position: relative !important;
   overflow: visible;
   width: 1296px;
   height: fit-content;
 }

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

 .container_a4e2c717f961 {
   padding: 0 120px 0 120px;
   width: 1427px;
   height: fit-content;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_2c4cfe67a102 {
   padding: 120px 80px 239.99px 80px;
   width: 1410px;
   height: 1329.27px;
   max-width: 1536px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 63.99px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_57f4e4ba12f7 {
   width: max-content;
   position: absolute !important;
   left: 274.88px;
   top: -0.5px;
   line-height: 70.4px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_9a2bb0b32f02 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 469.77px;
   top: 69.89px;
   line-height: 70.4px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_2e5acc65fe17 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 580.56px;
   top: 73.39px;
   line-height: 70.4px;
   font-family: 'EB Garamond';
 }

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

 .text_34539e4ebb4e {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_6ec79f12b652 {
   padding: 0 0 0.69px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 576px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fad4c066d753 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0a4f60497981 {
   padding: 22px 40px 22px 40px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_0a4f60497981 {
   padding: 22px 40px 22px 40px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

 .text_a23adfc2dfbf {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f079e2836d57 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #735d00ff;
   border-right: 2px solid #735d00ff;
   border-bottom: 2px solid #735d00ff;
   border-left: 2px solid #735d00ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_f079e2836d57 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   border-top: 2px solid #735d00ff;
   border-right: 2px solid #735d00ff;
   border-bottom: 2px solid #735d00ff;
   border-left: 2px solid #735d00ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

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

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

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

 .container_6f83f88336c8 {
   width: 1170px;
   height: 318.58px;
   position: absolute !important;
   left: 80px;
   top: 80px;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c4774477b12c {
   width: 160px;
   height: 160px;
   z-index: 1;
   position: absolute !important;
   left: 1210px;
   top: -40px;
   background: #b5005d1a;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .container_bd7285b12821 {
   width: 160px;
   height: 160px;
   z-index: 1;
   position: absolute !important;
   left: -40px;
   top: 359.38px;
   background: #b5005d1a;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .container_bb4aec8a74f6 {
   position: relative !important;
   width: 1330px;
   height: 478.58px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fed74c;
   border-radius: 24px 24px 24px 24px;
 }

 .container_fbfeede488e6 {
   padding: 60px 40px 80px 40px;
   width: 1410px;
   height: 618.58px;
   position: absolute !important;
   left: 0px;
   top: 1329.27px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_18e917384e54 {
   width: fit-content;
   z-index: 1;
   line-height: 70.4px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c545ee7b3290 {
   width: fit-content;
   z-index: 1;
   line-height: 28.8px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .imageview_fc2935f2892a {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_a7e86b0407b6 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_a7e86b0407b6 {
   overflow: visible;
 }

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

 .text_bca4c5cce696 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_bca4c5cce696 {
   overflow: visible;
 }

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

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

 .container_3dbda973768e {
   padding: 32px 32px 32px 32px;
   width: 410.67px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_37bdfce12c10 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_1cc4d45a0272 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_1cc4d45a0272 {
   overflow: visible;
 }

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

 .text_fbcee840fe4e {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_fbcee840fe4e {
   overflow: visible;
 }

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

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

 .container_b31ea7134a7f {
   padding: 32px 32px 55.99px 32px;
   width: 410.67px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_c5226c48073d {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_5e179eb1840a {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_5e179eb1840a {
   overflow: visible;
 }

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

 .text_d745797151cc {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d745797151cc {
   overflow: visible;
 }

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

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

 .container_5540fc8eff03 {
   padding: 32px 32px 32px 32px;
   width: 410.67px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_0c511ffedf41 {
   width: 1250px;
   height: 267.59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ab8f6f253104 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

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

 .container_52bb4cda7e5c {
   padding: 20px 80px 20px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 79.99px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b24ff39ed905 {
   padding: 120px 0 120px 0;
   width: 1410px;
   height: 821.39px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1947.84px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #1c1b1b;
 }

 .text_dc21b8523add {
   width: 100%;
   min-width: 0;
   height: 42px;
   line-height: 41.6px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_dc21b8523add {
   overflow: visible;
 }

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

 .text_d19e7219114d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .imageview_8e75c612be4b {
   width: 100%;
   min-width: 0;
   height: 48px;
 }

 .imageview_8e75c612be4b img {
   position: absolute;
   width: 330.7px !important;
   height: 48.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_7a7e01698ba6 {
   width: 330.67px;
   height: 210.59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a358793733a4 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_a358793733a4 {
   overflow: visible;
 }

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

 .text_0d4ae172f273 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_0d4ae172f273 {
   overflow: visible;
 }

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

 .text_340fddd8e928 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_340fddd8e928 {
   overflow: visible;
 }

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

 .text_611e924558af {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_611e924558af {
   overflow: visible;
 }

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

 .text_1b4c71b0fa92 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_1b4c71b0fa92 {
   overflow: visible;
 }

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

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

 .container_945995b4c574 {
   padding: 0 0 27.59px 0;
   width: 153.33px;
   height: 209.59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_33e1af3dd2c7 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_33e1af3dd2c7 {
   overflow: visible;
 }

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

 .text_d0b38d734668 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d0b38d734668 {
   overflow: visible;
 }

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

 .text_8ab2442318ba {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8ab2442318ba {
   overflow: visible;
 }

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

 .text_16dd82d5dd51 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_16dd82d5dd51 {
   overflow: visible;
 }

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

 .text_8b0c4306ab7d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_8b0c4306ab7d {
   overflow: visible;
 }

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

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

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

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

 .container_16aa72bf4f7c {
   padding: 0 0 27.59px 0;
   width: 153.33px;
   height: 209.59px;
   position: absolute !important;
   left: 201.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d2d1817a2e9d {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d2d1817a2e9d {
   overflow: visible;
 }

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

 .text_baa5d709f34f {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_baa5d709f34f {
   overflow: visible;
 }

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

 .text_ec2643710d72 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20.16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ec2643710d72 {
   overflow: visible;
 }

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

 .input_text_79122a32502d {
   padding: 13px 16px 14px 16px;
   width: 100%;
   min-width: 0;
   height: 50px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 998;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Plus Jakarta Sans';
 }

 .wrapper_input_text_79122a32502d {
   width: 100%;
   min-width: 0;
   height: 50px;
 }

 .input_text_79122a32502d::placeholder {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20.16px;
   text-align: start;
   word-wrap: break-word;
   color: #6b7280;
   font-family: 'Plus Jakarta Sans';
 }

 .text_69ff31a58d73 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b8078a1a0ee5 {
   padding: 18px 24px 18px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

 .container_nested_b8078a1a0ee5 {
   padding: 18px 24px 18px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

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

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

 .container_16f81b2aaef8 {
   padding: 0 0 49.59px 0;
   width: 330.67px;
   height: 209.59px;
   position: absolute !important;
   left: 402.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6112b587df84 {
   position: absolute !important;
   overflow: visible;
   width: 733.33px;
   height: 209.59px;
   left: 354.67px;
   top: 0px;
 }

 .container_2f388fdfc3b0 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 210.59px;
   left: 80px;
   top: 120px;
 }

 .container_4960b1c8d0b2 {
   position: relative !important;
   overflow: visible;
   width: 1200px;
   height: 449.59px;
   max-width: 1536px;
   flex-shrink: 0;
 }

 .text_aaf293fae262 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_94f3d66114d4 {
   padding: 32px 80px 32px 80px;
   width: 1200px;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #e3bdc64d;
   border-right: 0px solid #e3bdc64d;
   border-bottom: 0px solid #e3bdc64d;
   border-left: 0px solid #e3bdc64d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5e17bdbda6cd {
   padding: 80px 120px 60px 120px;
   width: 1440px;
   height: 750px;
   position: absolute !important;
   left: 0px;
   top: 2926.62px;
   align-items: center;
   justify-content: flex-end;
   gap: 0px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
 }

 .container_wrapper_5e17bdbda6cd {
   position: absolute !important;
   left: 0px;
   top: 2926.62px;
   width: 1440px;
   height: 750px;
 }

 .container_nested_5e17bdbda6cd {
   padding: 80px 120px 60px 120px;
   width: 1440px;
   height: 750px;
   align-items: center;
   justify-content: flex-end;
   gap: 0px 0;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
 }

 .container_6c72e1216eb1 {
   position: relative !important;
   overflow: visible;
   width: 1410px;
   height: 3520px;
   flex-shrink: 0;
 }

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

 .text_5df1ff6c55e3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0b487db412c0 {
   position: relative !important;
   overflow: visible;
   width: 126.22px;
   height: 41.59px;
   flex-shrink: 0;
 }

 .text_c5ae94300d2b {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_aa4755fe9644 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_053e5925ae3f {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_155d0b82b976 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b6ba259d51ec {
   padding: 0 0 4px 0;
   width: fit-content;
   height: fit-content;
   border-top: 0px solid #b5005dff;
   border-right: 0px solid #b5005dff;
   border-bottom: 2px solid #b5005dff;
   border-left: 0px solid #b5005dff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b1aa6033029d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

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

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

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

 .imageview_f87ce998b963 {
   width: 26px;
   height: 18px;
 }

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

 .text_2ae15668e8bf {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 17.64px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_2ae15668e8bf {
   overflow: visible;
 }

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

 .container_c2cfcd863f2f {
   padding: 9px 12px 9px 12px;
   width: 192px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_013f54c43c80 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f0eded;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_nested_013f54c43c80 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e3bdc6ff;
   border-right: 1px solid #e3bdc6ff;
   border-bottom: 1px solid #e3bdc6ff;
   border-left: 1px solid #e3bdc6ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f0eded;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .imageview_a60f4a486e11 {
   width: 35.98px;
   height: 36px;
 }

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

 .text_1573c813c54d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_f3416d9f2524 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 1px 2px #0000000d;
 }

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

 .container_nested_f3416d9f2524 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 1px 2px #0000000d);
 }

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

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

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

 .container_11c974a1ae6c {
   padding: 16px 80px 16px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_11c974a1ae6c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
 }

 .container_nested_11c974a1ae6c {
   padding: 16px 80px 16px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1536px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e281b9dcb6c3 {
   width: 642px;
   height: 600px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

 .imageview_e281b9dcb6c3 img {
   position: absolute;
   width: 100.00% !important;
   height: 107.03% !important;
   max-width: none !important;
   left: 0.00%;
   top: -3.51%;
 }

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

 .text_ad366a1cc189 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_dcbc9a46088f {
   padding: 6px 16px 6px 16px;
   width: 152.48px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fed74c;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_wrapper_dcbc9a46088f {
   position: absolute !important;
   left: 24px;
   top: 24px;
   width: 152.48px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_dcbc9a46088f {
   padding: 6px 16px 6px 16px;
   width: 152.48px;
   height: 36px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fed74c;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_8b7d01a7f3dd {
   position: relative !important;
   overflow: visible;
   width: 642.17px;
   height: 600px;
   flex-shrink: 0;
 }

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

 .text_011c632813c8 {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'EB Garamond';
 }

 .text_autoheight_011c632813c8 {
   overflow: visible;
 }

 .text_2fdb55a35153 {
   width: fit-content;
   line-height: 57.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_690eb1f0631f {
   width: 355.83px;
   height: 231px;
   position: absolute !important;
   left: 0px;
   top: -0.61px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_3d768445ac14 {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_754d5d4a7dbe {
   padding: 0 0 0.88px 0;
   width: 355.83px;
   height: 144.88px;
   position: absolute !important;
   left: 0px;
   top: -0.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_389df7d93e26 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_268a3caf0e9e {
   width: 16px;
   height: 16px;
 }

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

 .container_de84c438ab7e {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 7.99px;
   display: flex !important;
   flex-direction: row;
   background: #b5005d;
   border-radius: 8px 8px 8px 8px;
 }

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

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

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

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

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

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

 .container_92e7818eb15f {
   padding: 48px 48px 48px 48px;
   width: 451.83px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_8d3d810160ab {
   width: 1118px;
   height: 681.36px;
   position: absolute !important;
   left: 121px;
   top: 81px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_a6adb94815f9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   background: #f6f3f2;
   border-radius: 32px 32px 32px 32px;
   box-shadow: inset 0 0 0 1px #e3bdc64d;
 }

 .text_b35a2814c604 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_db38aeae54a1 {
   position: relative !important;
   overflow: visible;
   width: 236.64px;
   height: 41.59px;
   flex-shrink: 0;
 }

 .text_19c88ca6e427 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_948d375e505c {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffd9e1;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_nested_948d375e505c {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffd9e1;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_4b42a1ca9c81 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_a4fe38f73a12 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_nested_a4fe38f73a12 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_51e4a41a93e7 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_3eb8ae2bcc87 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_nested_3eb8ae2bcc87 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f0eded;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_3e3efef1defb {
   padding: 0 0 8px 0;
   width: fit-content;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8d208bb05010 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5b3308705de9 {
   width: 100%;
   min-width: 0;
   height: 234px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_5b3308705de9 img {
   position: absolute;
   width: 100.00% !important;
   height: 160.00% !important;
   max-width: none !important;
   left: 0.00%;
   top: -30.00%;
 }

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

 .container_1b253911a9e3 {
   width: 100%;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 0.625;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_6362941e1628 {
   width: fit-content;
   line-height: 28px;
   font-family: 'EB Garamond';
 }

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

 .text_402332ba8558 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_bb9cbafd1ea9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_eb9ff63e300b {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_eb9ff63e300b {
   overflow: visible;
 }

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

 .text_bcf7b39686a3 {
   width: 100%;
   min-width: 0;
   height: 144px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_bcf7b39686a3 {
   overflow: visible;
 }

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

 .text_a51ebf58d954 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_1a5d143a93d8 {
   width: 5.55px;
   height: 9px;
 }

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

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

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

 .container_497c0914c404 {
   width: 298.76px;
   height: 627.75px;
   border-top: 1px solid #e3bdc64d;
   border-right: 1px solid #e3bdc64d;
   border-bottom: 1px solid #e3bdc64d;
   border-left: 1px solid #e3bdc64d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_3ff89e6cfe15 {
   width: 100%;
   min-width: 0;
   height: 234px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_3ff89e6cfe15 img {
   position: absolute;
   width: 100.00% !important;
   height: 160.00% !important;
   max-width: none !important;
   left: 0.00%;
   top: -30.00%;
 }

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

 .container_5160e9ba1e7a {
   width: 100%;
   min-width: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 0.625;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_234d7a16ea50 {
   width: fit-content;
   line-height: 28px;
   font-family: 'EB Garamond';
 }

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

 .text_0d10a5180bef {
   width: fit-content;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .container_96be8ab451f2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_af36311d8cc8 {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_af36311d8cc8 {
   overflow: visible;
 }

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

 .text_40a54298377d {
   width: 100%;
   min-width: 0;
   height: 144px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_40a54298377d {
   overflow: visible;
 }

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

 .text_e95229e16ee3 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_292231bc8107 {
   width: 5.55px;
   height: 9px;
 }

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

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

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

 .container_24012a5400b2 {
   width: 298.76px;
   height: 627.75px;
   border-top: 1px solid #e3bdc64d;
   border-right: 1px solid #e3bdc64d;
   border-bottom: 1px solid #e3bdc64d;
   border-left: 1px solid #e3bdc64d;
   position: absolute !important;
   left: 330.76px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_012261fb9210 img {
   position: absolute;
   width: 100.00% !important;
   height: 160.00% !important;
   max-width: none !important;
   left: 0.00%;
   top: -30.00%;
 }

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

 .container_d355e7925119 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 0.625;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_fa5a52a687fd {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   font-family: 'EB Garamond';
 }

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

 .text_206488cbbf77 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .text_181785e8bc73 {
   width: 100%;
   min-width: 0;
   height: 96px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_181785e8bc73 {
   overflow: visible;
 }

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

 .text_09c23bbdc419 {
   width: 100%;
   min-width: 0;
   height: 96px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_09c23bbdc419 {
   overflow: visible;
 }

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

 .text_07c96e956a18 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_cf156d8c7563 {
   width: 5.55px;
   height: 9px;
   z-index: 1;
 }

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

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

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

 .container_7e7e78c5c13b {
   width: 298.76px;
   height: 579.75px;
   z-index: 1;
   border-top: 1px solid #e3bdc64d;
   border-right: 1px solid #e3bdc64d;
   border-bottom: 1px solid #e3bdc64d;
   border-left: 1px solid #e3bdc64d;
   position: absolute !important;
   left: 0px;
   top: 559.75px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .imageview_1edadeebebcb img {
   position: absolute;
   width: 100.00% !important;
   height: 160.00% !important;
   max-width: none !important;
   left: 0.00%;
   top: -30.00%;
 }

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

 .container_6e9549f71ded {
   width: 100%;
   min-width: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 1 / 0.625;
   height: auto !important;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_f1ab65413943 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   font-family: 'EB Garamond';
 }

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

 .text_867e125b9ffc {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .text_61caf331d269 {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_61caf331d269 {
   overflow: visible;
 }

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

 .text_3b57baeea964 {
   width: 100%;
   min-width: 0;
   height: 120px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_3b57baeea964 {
   overflow: visible;
 }

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

 .text_7bcb1acd4901 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .imageview_6b19654b8575 {
   width: 5.55px;
   height: 9px;
   z-index: 1;
 }

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

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

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

 .container_d7c287e2cb49 {
   width: 298.76px;
   height: 571.75px;
   z-index: 1;
   border-top: 1px solid #e3bdc64d;
   border-right: 1px solid #e3bdc64d;
   border-bottom: 1px solid #e3bdc64d;
   border-left: 1px solid #e3bdc64d;
   position: absolute !important;
   left: 330.76px;
   top: 559.75px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_58c6c22a820f {
   position: relative !important;
   overflow: visible;
   height: 1136px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

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

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

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

 .imageview_8ddf55bc3bb0 {
   width: 94.15px;
   height: 113.98px;
   position: absolute !important;
   left: 334.51px;
   top: 202.02px;
   opacity: 0.10000000149011612;
 }

 .imageview_8ddf55bc3bb0 img {
   position: absolute;
   width: 65.5px !important;
   height: 99.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_de9c78e686cd {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_de9c78e686cd {
   overflow: visible;
 }

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

 .text_f3c775f1b42b {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_f3c775f1b42b {
   overflow: visible;
 }

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

 .text_08d509d559d1 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20.16px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_08d509d559d1 {
   overflow: visible;
 }

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

 .input_text_acddee666096 {
   padding: 13px 16px 14px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .input_text_acddee666096::placeholder {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
   line-height: 20.16px;
   text-align: start;
   word-wrap: break-word;
   color: #6b7280;
   font-family: 'Plus Jakarta Sans';
 }

 .text_87ca6a6242d0 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_49c545860835 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1c1b1b;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_49c545860835 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_49c545860835 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1c1b1b;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_b6ce05de0a4e {
   width: 400px;
   height: 219px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 33px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a6746b23fb11 {
   position: relative !important;
   width: 400px;
   height: 301px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fed74c;
   border-radius: 32px 32px 32px 32px;
   box-shadow: inset 0 0 0 1px #e3bdc633;
 }

 .container_wrapper_a6746b23fb11 {
   position: relative !important;
   overflow: visible;
   width: 400px;
   height: 301px;
   flex-shrink: 0;
 }

 .container_nested_a6746b23fb11 {
   width: 400px;
   height: 301px;
   border-top: 1px solid #e3bdc633;
   border-right: 1px solid #e3bdc633;
   border-bottom: 1px solid #e3bdc633;
   border-left: 1px solid #e3bdc633;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fed74c;
   border-radius: 32px 32px 32px 32px;
 }

 .text_d7204dc4e215 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_9ae9cf468650 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_94614302fd26 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_28940412b432 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_28940412b432 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
   border-radius: 4px 4px 4px 4px;
 }

 .container_9d47247fac6a {
   padding: 0 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_9c430c536934 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_a75c6c959ac2 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5023de2e57c1 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_5023de2e57c1 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
   border-radius: 4px 4px 4px 4px;
 }

 .container_1667c1cfa976 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_071245d77182 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_a5d33acef6c4 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_0cee896503ea {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_0cee896503ea {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
   border-radius: 4px 4px 4px 4px;
 }

 .container_a851cef25325 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_14068ffcfdac {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_3f98d6aeb869 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_daf67d1c2a86 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_daf67d1c2a86 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
   border-radius: 4px 4px 4px 4px;
 }

 .container_ec7667fe3a3e {
   padding: 0 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

 .text_fdbf4c6a3391 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .imageview_94b540b18ad3 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

 .container_d91dfdc8d456 {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .text_8c1341c9c39b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 19.25px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5a8c898baa48 {
   position: relative !important;
   width: 72px;
   height: 19.25px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_c37ed1075ba0 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .imageview_4d7ff2c9a5cb {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

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

 .container_5af1a1813754 {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .text_c8b1ad618a65 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 19.25px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_b9a8fd30fcfd {
   position: relative !important;
   width: 76.67px;
   height: 19.25px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_be250fae79f0 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

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

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

 .imageview_4385e813a3c4 {
   width: 100%;
   min-width: 0;
   height: 72px;
 }

 .imageview_4385e813a3c4 img {
   position: absolute;
   width: 320.0px !important;
   height: 72.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

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

 .container_bd768a655fc6 {
   padding: 0 120px 0 120px;
   width: 1260px;
   height: 1182px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_854b2e036c53 {
   padding: 32px 80px 120px 80px;
   width: 100%;
   min-width: 0;
   height: 2247.95px;
   max-width: 1536px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .text_fde7dd3934fe {
   width: fit-content;
   line-height: 41.6px;
   font-family: 'Plus Jakarta Sans';
 }

 .text_c7fd5b2088ef {
   width: fit-content;
   line-height: 26px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_12803b90922e {
   padding: 0.6px 0 0 0;
   width: 320px;
   height: fit-content;
   max-width: 320px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_33f7d0856dc4 {
   width: 32px;
   height: 16px;
   flex-shrink: 0;
   border-top: 0px solid #b5005dff;
   border-right: 0px solid #b5005dff;
   border-bottom: 3px solid #b5005dff;
   border-left: 0px solid #b5005dff;
   border-radius: 0 0 16px 16px;
 }

 .text_d3badeffde32 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

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

 .text_acc80c1cc3ea {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_acc80c1cc3ea {
   overflow: visible;
 }

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

 .text_2b89064eda6d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_2b89064eda6d {
   overflow: visible;
 }

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

 .text_e1614e874223 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

 .text_5f1a74f97c8d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_5f1a74f97c8d {
   overflow: visible;
 }

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

 .text_9fcc7593aa77 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_9fcc7593aa77 {
   overflow: visible;
 }

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

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

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

 .container_703b4f7edb29 {
   padding: 0 0 31.59px 0;
   width: 188px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_703b4f7edb29 {
   width: 188px;
   height: fit-content;
   flex-shrink: 0;
 }

 .container_nested_703b4f7edb29 {
   padding: 0 0 31.59px 0;
   width: 188px;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ba322cafdf99 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_ba322cafdf99 {
   overflow: visible;
 }

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

 .text_809bfb39adf4 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_809bfb39adf4 {
   overflow: visible;
 }

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

 .text_cb1b5fbf203c {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_cb1b5fbf203c {
   overflow: visible;
 }

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

 .text_b6fd5d8416f4 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_b6fd5d8416f4 {
   overflow: visible;
 }

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

 .text_32817d0b5ed4 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_32817d0b5ed4 {
   overflow: visible;
 }

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

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

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

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

 .container_c87700097c8d {
   padding: 0 0 31.59px 0;
   width: 188px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_d9e1e2bc023b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Plus Jakarta Sans';
 }

 .text_autoheight_d9e1e2bc023b {
   overflow: visible;
 }

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

 .imageview_2c24b2e63ba1 {
   width: 18.75px;
   height: 27.5px;
 }

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

 .text_b2e3ce17ec07 {
   width: fit-content;
   line-height: 10px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_5b639a8cd61e {
   width: 78.84px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .text_fcfd33ad31f7 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_1a0e48972675 {
   padding: 12px 12px 12px 12px;
   width: fit-content;
   height: 58px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #1c1b1b;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_1a0e48972675 {
   width: fit-content;
   height: 58px;
 }

 .container_nested_1a0e48972675 {
   padding: 12px 12px 12px 12px;
   width: fit-content;
   height: 58px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #1c1b1b;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_6eeabc69318d {
   width: 13.75px;
   height: 17.5px;
 }

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

 .text_b9caed0b5872 {
   width: fit-content;
   line-height: 10px;
   font-family: 'Plus Jakarta Sans';
 }

 .container_c5ce31ef3ace {
   width: 93.95px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .text_72f64c801c90 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Plus Jakarta Sans';
 }

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

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

 .container_43e92d57cdae {
   padding: 12px 12px 12px 12px;
   width: fit-content;
   height: 58px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #1c1b1b;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_43e92d57cdae {
   width: fit-content;
   height: 58px;
 }

 .container_nested_43e92d57cdae {
   padding: 12px 12px 12px 12px;
   width: fit-content;
   height: 58px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #1c1b1b;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_63b9e83f65af {
   padding: 0 0 83.59px 0;
   width: 400px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a6ab2ecbb794 {
   width: 1376px;
   height: 199.59px;
   position: absolute !important;
   left: 80px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_aef03bca5c9c {
   position: relative !important;
   overflow: visible;
   width: 1536px;
   height: 332.59px;
   max-width: 1536px;
   flex-shrink: 0;
 }

 .container_3771c19a5ed6 {
   padding: 60px 0 120px 0;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eae7e7;
 }

 .container_6ec776fec1b2 {
   padding: 10px 200px 10px 200px;
   width: 1719px;
   height: 532.59px;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_6ec776fec1b2 {
   width: 1719px;
   height: 532.59px;
   flex-shrink: 0;
 }

 .container_nested_6ec776fec1b2 {
   padding: 10px 200px 10px 200px;
   width: 1719px;
   height: 532.59px;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

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