 /*
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=Epilogue: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_b1ef5b9e58b0 {
   width: max-content;
   position: absolute !important;
   left: 62px;
   top: 9px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .imageview_500edc8168e6 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_500edc8168e6 img {
   position: absolute;
   width: 45.7px !important;
   height: 43.4px !important;
   max-width: none !important;
   left: 1.2px;
   top: 0.0px;
 }

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

 .imageview_3eb29ee2b398 {
   width: 19px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 14px;
 }

 .imageview_3eb29ee2b398 img {
   position: absolute;
   width: 18.1px !important;
   height: 17.2px !important;
   max-width: none !important;
   left: 0.5px;
   top: 0.0px;
 }

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

 .container_52886d813e4f {
   position: relative !important;
   overflow: visible;
   width: 152px;
   height: 48px;
   flex-shrink: 0;
 }

 .text_48343f71cd7e {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_19685926b996 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_9e936d652bea {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_3e1d8f26d8a7 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_b2f7202a3862 {
   height: fit-content;
   min-width: 400px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_9f63b14e5a5f {
   width: 138px;
   height: 48px;
   border-top: 1px solid #ffffff4d;
   border-right: 1px solid #ffffff4d;
   border-bottom: 1px solid #ffffff4d;
   border-left: 1px solid #ffffff4d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 6px 6px 6px 6px;
 }

 .text_19b94e07fb7b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 34.46px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_68f594fd3cd6 {
   position: relative !important;
   overflow: visible;
   width: 138px;
   height: 48px;
   flex-shrink: 0;
 }

 .container_521a31f9de22 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1170px;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 50px 183px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ae028ada9e0b {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ae028ada9e0b {
   overflow: visible;
 }

 .text_f576b98fd1f7 {
   width: 100%;
   min-width: 0;
   height: 240px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f576b98fd1f7 {
   overflow: visible;
 }

 .text_ffa1cddc0a1d {
   width: 470px;
   height: 66px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_a84877313d30 {
   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_d54d6040cd63 {
   width: 154px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

 .text_bdc967de3aba {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22.73px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_d0d18d0b5d44 {
   position: absolute !important;
   overflow: visible;
   width: 154px;
   height: 48px;
   left: 0px;
   top: 0px;
 }

 .text_aca5ced92f95 {
   width: max-content;
   position: absolute !important;
   left: 200px;
   top: 8px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_f2281a42ade0 {
   position: relative !important;
   overflow: visible;
   width: 288px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .imageview_aaaad0289a00 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 4px;
   _scaling-factor: 1;
 }

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

 .text_18cf4803dcdd {
   width: max-content;
   position: absolute !important;
   left: 64px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_0581d01b2188 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 70px;
   top: 28px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .imageview_bb3dad7dd74e {
   width: 370px;
   height: 370px;
   position: absolute !important;
   left: 100px;
   top: 100px;
 }

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

 .imageview_bf8edf1280ea {
   width: 112px;
   height: 82px;
   z-index: 1;
   position: absolute !important;
   left: 458px;
   top: 80px;
 }

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

 .imageview_069dc718a238 {
   width: 142px;
   height: 73px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 341px;
 }

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

 .imageview_a67ad1a38d14 {
   width: 92.54px;
   height: 33.81px;
   position: absolute !important;
   left: 314.59px;
   top: 543.96px;
   transform-origin: 0 0;
 }

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

 .imageview_dd67904b5068 {
   width: 246px;
   height: 305px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .imageview_58309effd4e9 {
   width: 255px;
   height: 265px;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 24px;
   _scaling-factor: 1;
 }

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

 .imageview_b4229b3f8b4a {
   width: 246px;
   height: 305px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 189px;
   _scaling-factor: 1;
 }

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

 .container_b67c81cb9e26 {
   width: 214px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_8b7967b8d2b3 {
   width: 45px;
   height: 45px;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 18px;
 }

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

 .container_a3fbe184436c {
   width: 94px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 83px;
   top: 27px;
   background: #dfe0e9;
   border-radius: 2px 2px 2px 2px;
 }

 .container_288b2c9fe384 {
   width: 78px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 83px;
   top: 57px;
   background: #dfe0e9;
   border-radius: 3px 3px 3px 3px;
 }

 .container_c54e943b1e55 {
   width: 94px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 83px;
   top: 71px;
   background: #dfe0e9;
   border-radius: 3px 3px 3px 3px;
 }

 .container_2ec93e5e16a9 {
   width: 62px;
   height: 6px;
   z-index: 2;
   position: absolute !important;
   left: 83px;
   top: 85px;
   background: #dfe0e9;
   border-radius: 3px 3px 3px 3px;
 }

 .container_89f8ffb5a831 {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 112px;
   z-index: 1;
   left: 56px;
   top: 431px;
 }

 .imageview_e4a47b0dbd6e {
   width: 112px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 304px;
   top: 40px;
 }

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

 .imageview_5fde6a492f52 {
   width: 42px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 339px;
   top: 68px;
 }

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

 .container_9b8619a9e10f {
   position: relative !important;
   overflow: visible;
   width: 570px;
   height: 601.93px;
   flex-shrink: 0;
 }

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

 .container_4779cd9aa608 {
   padding: 16px 135px 56px 135px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 114px 0;
   display: flex !important;
   flex-direction: column;
   background: #28293e;
 }

 .imageview_0e7d7af3b9c6 {
   width: 147px;
   height: 42px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .imageview_c564b54bbc52 {
   width: 108px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .imageview_d921327c95e5 {
   width: 119px;
   height: 47px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .imageview_081f23ed9e76 {
   width: 86px;
   height: 21px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .imageview_5ced08b90133 {
   width: 126px;
   height: 24px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

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

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

 .container_79d059f6ca8c {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

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

 .container_e7f462a78bab {
   width: 384px;
   height: 319px;
   position: absolute !important;
   left: 68px;
   top: 15px;
   background: #f9e5da;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_dc27f351f81c {
   width: 192.98px;
   height: 166.07px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 76px;
 }

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

 .imageview_f526a886c8f4 {
   width: 193.32px;
   height: 89px;
   z-index: 1;
   position: absolute !important;
   left: 360px;
   top: 0px;
 }

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

 .container_9bf0742214ef {
   width: 216px;
   height: 68px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 24px 48px #551e0014;
 }

 .imageview_3b21849f1d28 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 14px;
 }

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

 .imageview_bb0c0db719b7 {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 47px;
   top: 14px;
 }

 .imageview_bb0c0db719b7 img {
   position: absolute;
   width: 48.0px !important;
   height: 48.0px !important;
   max-width: none !important;
   left: -4.0px;
   top: -4.0px;
 }

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

 .imageview_ace19bcdc1f5 {
   width: 40px;
   height: 40px;
   z-index: 5;
   position: absolute !important;
   left: 79px;
   top: 14px;
 }

 .imageview_ace19bcdc1f5 img {
   position: absolute;
   width: 48.0px !important;
   height: 48.0px !important;
   max-width: none !important;
   left: -4.0px;
   top: -4.0px;
 }

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

 .container_9fffc8421ed6 {
   width: 62px;
   height: 14px;
   z-index: 3;
   position: absolute !important;
   left: 131px;
   top: 20px;
   background: #f5ded1;
   border-radius: 2px 2px 2px 2px;
 }

 .container_03089402b00a {
   width: 51px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 131px;
   top: 42px;
   background: #f5ded1;
   border-radius: 3px 3px 3px 3px;
 }

 .container_2a027a1d9fe1 {
   position: absolute !important;
   overflow: visible;
   width: 216px;
   height: 68px;
   z-index: 2;
   left: 294px;
   top: 53px;
 }

 .imageview_0ccfd1136dc4 {
   width: 470px;
   height: 319px;
   z-index: 2;
   position: absolute !important;
   left: 96px;
   top: 155px;
   _scaling-factor: 1;
 }

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

 .imageview_3025db44e92f {
   width: 219px;
   height: 219px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 366px;
   _scaling-factor: 1;
 }

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

 .container_c79f67a57c46 {
   position: relative !important;
   overflow: visible;
   width: 566px;
   height: 585px;
   flex-shrink: 0;
 }

 .text_d4785e5775f6 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d4785e5775f6 {
   overflow: visible;
 }

 .text_bd4ee0d9bfaa {
   width: 100%;
   min-width: 0;
   height: 128px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_bd4ee0d9bfaa {
   overflow: visible;
 }

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

 .text_23be2f511199 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_23be2f511199 {
   overflow: visible;
 }

 .text_36fbcfadb90e {
   width: 100%;
   min-width: 0;
   height: 98px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

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

 .container_6de7023d3bff {
   width: 138px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .text_664ad7e0849f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33.46px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_a7e5e00f4321 {
   position: relative !important;
   overflow: visible;
   width: 138px;
   height: 48px;
   flex-shrink: 0;
 }

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

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

 .text_962a52b79287 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_ffb211d88ede {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_08372c893476 {
   padding: 38px 48px 38px 48px;
   width: 391px;
   height: 176px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: center;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 0 0 6px;
 }

 .text_32140ade0038 {
   width: fit-content;
   z-index: 1;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_69c99aa7c3a5 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_3cd25f3564ef {
   margin: 0 0 0 -1px !important;
   padding: 38px 48px 38px 48px;
   width: 391px;
   height: 176px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: center;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
   background: #fdf0e9;
 }

 .text_231b6e65f104 {
   width: fit-content;
   z-index: 2;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_31b49b26328b {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_ccc4835a21a9 {
   margin: 0 0 0 -1px !important;
   padding: 38px 48px 38px 48px;
   width: 391px;
   height: 176px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: center;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 6px 6px 0;
 }

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

 .text_8bf0be691ca5 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8bf0be691ca5 {
   overflow: visible;
 }

 .text_bbcb03db8a6b {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_bbcb03db8a6b {
   overflow: visible;
 }

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

 .text_ee9535df300a {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_cb2abeb77b69 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_cb2abeb77b69 {
   overflow: visible;
 }

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

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

 .text_e01aa55f6773 {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_62d11017bf38 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .text_392b8d5e164d {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_f37241337aa4 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .text_ab6d8bc528e1 {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_bbb35896107c {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

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

 .container_3e7fc8eb0241 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .imageview_e6ab99853ad2 {
   width: 100%;
   min-width: 0;
   height: 148px;
 }

 .imageview_e6ab99853ad2 img {
   position: absolute;
   width: 522.0px !important;
   height: 148.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_46e6ea76aa81 {
   width: 47px;
   height: 32px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #570b00;
   border-radius: 6px 6px 6px 6px;
   mix-blend-mode: normal;
   opacity: 0.2363480031490326;
 }

 .text_372d1d922c3b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 2px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_4c032dc72bad {
   position: relative !important;
   overflow: visible;
   width: 47px;
   height: 34px;
   flex-shrink: 0;
 }

 .container_bf016a160c98 {
   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_7ffe9ce6647c {
   padding: 20px 24px 20px 24px;
   height: 321px;
   min-width: 300px;
   max-width: 570px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: center;
   justify-content: flex-end;
   gap: 50px 0;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/bcb514b9-4e2d-463c-8c24-cf4482c9267f/12614:360.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 6px 6px 6px 6px;
 }

 .text_3f27af73c570 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_3f27af73c570 {
   overflow: visible;
 }

 .text_a5ec224547c2 {
   width: 100%;
   min-width: 0;
   height: 99px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

 .text_c063642c340b {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_eb368c4e1f6b {
   width: 470px;
   height: fit-content;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 28px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_0b8405ba9fb0 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_0b8405ba9fb0 {
   overflow: visible;
 }

 .text_1efd9be44dbf {
   width: 100%;
   min-width: 0;
   height: 128px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_1efd9be44dbf {
   overflow: visible;
 }

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

 .text_1f247c3c2825 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_dd1e26fa8cee {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .text_153ad3ba1ae1 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_62df3414e316 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .text_090d9e5579c9 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_acdafb378b4d {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .text_e3b935c2941f {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_90edabef0904 {
   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_119b6ba363d9 {
   width: 470px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d13ad6ba7108 {
   width: 447px;
   height: 148px;
   transform: rotate(-32.00000027843785deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 0px;
   top: 283.89px;
   background: #f9e5da;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_459e15e0f491 {
   width: 215px;
   height: 130px;
   z-index: 1;
   position: absolute !important;
   left: 16.7px;
   top: 360.66px;
 }

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

 .imageview_56b63c318a11 {
   width: 273.04px;
   height: 95.77px;
   z-index: 1;
   position: absolute !important;
   left: 236.13px;
   top: 79.86999999999999px;
   transform-origin: 0 0;
 }

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

 .container_bac9e70821ed {
   width: 316px;
   height: 181px;
   z-index: 2;
   transform: rotate(21.000000583211836deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 214.63px;
   top: 268.05px;
   background: #f7cc47;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_ffcc5e343a08 {
   width: 470px;
   height: 290px;
   z-index: 3;
   position: absolute !important;
   left: 58.7px;
   top: 163.66px;
   _scaling-factor: 1;
 }

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

 .imageview_eba2b5b06478 {
   width: 184px;
   height: 184px;
   z-index: 4;
   position: absolute !important;
   left: 99.7px;
   top: 23.66px;
   _scaling-factor: 1;
 }

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

 .container_710af8e31577 {
   position: relative !important;
   overflow: visible;
   width: 528.7px;
   height: 550.27px;
   flex-shrink: 0;
 }

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

 .text_aaacae3a219f {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_aaacae3a219f {
   overflow: visible;
 }

 .text_ad633739b0ad {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_fd0e39e60374 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_fd0e39e60374 {
   overflow: visible;
 }

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

 .imageview_3b0bb44093b5 {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
 }

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

 .text_2bb9cef0d565 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_2bb9cef0d565 {
   overflow: visible;
 }

 .text_f26881b8dc01 {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

 .container_71c43fdfebec {
   padding: 46px 48px 46px 48px;
   width: 336px;
   height: 336px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 41px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 0 6px;
   box-shadow: 0px 32px 64px #3914000a;
 }

 .text_efcdf6d2a7c7 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_f2976ee25e53 {
   width: 240px;
   height: 70px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_b64270c99912 {
   margin: 0 0 0 -1px !important;
   padding: 46px 48px 46px 48px;
   width: 336px;
   height: 272px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-end;
   gap: 19px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 6px 6px 0;
 }

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

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

 .imageview_3eeefcea5847 {
   width: 570px;
   height: 464px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_3eeefcea5847 img {
   position: absolute;
   width: 551.1px !important;
   height: 453.1px !important;
   max-width: none !important;
   left: 9.4px;
   top: 10.9px;
 }

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

 .imageview_ec3ed03de16f {
   width: 51px;
   height: 211px;
   z-index: 1;
   position: absolute !important;
   left: 158px;
   top: 311px;
 }

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

 .imageview_5524081f1513 {
   width: 121.53px;
   height: 147.73px;
   z-index: 1;
   position: absolute !important;
   left: 452.37px;
   top: 262.22px;
   transform-origin: 0 0;
 }

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

 .imageview_c96fe8b79a57 {
   width: 246px;
   height: 305px;
   z-index: 2;
   position: absolute !important;
   left: 41px;
   top: 51px;
   _scaling-factor: 1;
 }

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

 .imageview_6889b364a3fe {
   width: 211px;
   height: 211px;
   z-index: 2;
   position: absolute !important;
   left: 282px;
   top: 359px;
   _scaling-factor: 1;
 }

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

 .imageview_64cb7f380021 {
   width: 148px;
   height: 148px;
   z-index: 1;
   position: absolute !important;
   left: 425px;
   top: 75px;
 }

 .imageview_64cb7f380021 img {
   position: absolute;
   width: 146.9px !important;
   height: 145.8px !important;
   max-width: none !important;
   left: 0.5px;
   top: 0.0px;
 }

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

 .container_d4ac7aa5df2e {
   width: 166px;
   height: 142px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 24px 48px #551e0014;
 }

 .imageview_401904a8cf5c {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 14px;
 }

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

 .container_936ff157c766 {
   width: 75px;
   height: 14px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 79px;
   background: #f5ded1;
   border-radius: 2px 2px 2px 2px;
 }

 .container_f194362695c5 {
   width: 126px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 101px;
   background: #f5ded1;
   border-radius: 3px 3px 3px 3px;
 }

 .container_d808319a4f10 {
   width: 105px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 15px;
   top: 113px;
   background: #f5ded1;
   border-radius: 3px 3px 3px 3px;
 }

 .container_7f24bc3f370e {
   position: absolute !important;
   overflow: visible;
   width: 166px;
   height: 142px;
   z-index: 2;
   left: 352px;
   top: 133px;
 }

 .container_0b6e9898e199 {
   position: relative !important;
   overflow: visible;
   width: 579.76px;
   height: 570px;
   flex-shrink: 0;
 }

 .text_ca6c4006a7d4 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ca6c4006a7d4 {
   overflow: visible;
 }

 .text_d7dc2a6fac32 {
   width: 100%;
   min-width: 0;
   height: 128px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d7dc2a6fac32 {
   overflow: visible;
 }

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

 .text_d8d085c0d564 {
   width: 100%;
   min-width: 0;
   height: 63px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_fdb7f1e420e8 {
   width: 386px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_d16f610cfb32 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 60px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_30ffa8cd0253 {
   position: relative !important;
   overflow: visible;
   width: 470px;
   height: 100px;
   flex-shrink: 0;
 }

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

 .container_b2747b6c649e {
   width: 138px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .text_eb2c1b07ae2d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 37.46px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_159690547080 {
   position: relative !important;
   overflow: visible;
   width: 138px;
   height: 48px;
   flex-shrink: 0;
 }

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

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

 .text_69c74a3b571c {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_69c74a3b571c {
   overflow: visible;
 }

 .text_575aed9cc8ed {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_575aed9cc8ed {
   overflow: visible;
 }

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

 .imageview_0664f8cea2ef {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
 }

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

 .text_5f137d455568 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_5f137d455568 {
   overflow: visible;
 }

 .text_1a12a8c8c336 {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_c25a8f5a4525 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_c25a8f5a4525 {
   overflow: visible;
 }

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

 .container_de91d8136af4 {
   padding: 48px 48px 48px 48px;
   width: 391px;
   height: 400px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 41px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 0 0 6px;
 }

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

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

 .text_673b47a7e16b {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_673b47a7e16b {
   overflow: visible;
 }

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

 .text_67da99e0cb8a {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_67da99e0cb8a {
   overflow: visible;
 }

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

 .container_0013eaa35388 {
   margin: 0 0 0 -1px !important;
   padding: 48px 48px 48px 48px;
   width: 391px;
   height: 400px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 41px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c5bfd063b686 {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_06f46ff90aab {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 2;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_06f46ff90aab {
   overflow: visible;
 }

 .text_c27c8be4b063 {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_0c9069dc0a48 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 2;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_0c9069dc0a48 {
   overflow: visible;
 }

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

 .container_26ff0015b15f {
   margin: 0 0 0 -1px !important;
   padding: 48px 48px 48px 48px;
   width: 391px;
   height: 400px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 41px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 6px 6px 0;
 }

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

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

 .container_3a80ff054c48 {
   padding: 0 134.5px 146px 134.5px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   align-items: center;
   justify-content: flex-start;
   gap: 146px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f4456dd72645 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f4456dd72645 {
   overflow: visible;
 }

 .text_b55da6391709 {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b55da6391709 {
   overflow: visible;
 }

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

 .text_1e0f6c870d98 {
   width: max-content;
   position: absolute !important;
   left: 64px;
   top: 0px;
   line-height: 24px;
   font-family: 'Epilogue';
 }

 .text_2af48a4bdf56 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 8px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_0721404e63be {
   position: relative !important;
   overflow: visible;
   width: 78px;
   height: 40px;
   flex-shrink: 0;
 }

 .text_11498ec2013d {
   width: max-content;
   position: absolute !important;
   left: 53px;
   top: 0px;
   line-height: 24px;
   font-family: 'Epilogue';
 }

 .text_e66f080e7842 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 8px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_e12467c9babb {
   position: relative !important;
   overflow: visible;
   width: 62px;
   height: 40px;
   flex-shrink: 0;
 }

 .text_15e47532802f {
   width: max-content;
   position: absolute !important;
   left: 70.5px;
   top: 0px;
   line-height: 24px;
   font-family: 'Epilogue';
 }

 .text_15acb4411b08 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 8px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_51eb3a63521b {
   position: relative !important;
   overflow: visible;
   width: 78.5px;
   height: 40px;
   flex-shrink: 0;
 }

 .text_eb03d5d12558 {
   width: max-content;
   position: absolute !important;
   left: 85px;
   top: 0px;
   line-height: 24px;
   font-family: 'Epilogue';
 }

 .text_79a5649befdf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 8px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_4c700ec34b2d {
   position: relative !important;
   overflow: visible;
   width: 93px;
   height: 40px;
   flex-shrink: 0;
 }

 .text_1d42a6cb4bf0 {
   width: max-content;
   position: absolute !important;
   left: 55.5px;
   top: 0px;
   line-height: 24px;
   font-family: 'Epilogue';
 }

 .text_797d40d1c6ca {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 8px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_d4962f4dcfad {
   position: relative !important;
   overflow: visible;
   width: 61.5px;
   height: 40px;
   flex-shrink: 0;
 }

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

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

 .container_55058f136bc6 {
   width: 84px;
   height: 38px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 19px 19px 19px 19px;
 }

 .text_9ae7e987bcc5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 5px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_595da4b7aed7 {
   position: relative !important;
   overflow: visible;
   width: 84px;
   height: 38px;
   flex-shrink: 0;
 }

 .text_034eaece929e {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_1436ceb580bb {
   padding: 51px 48px 51px 48px;
   height: 416px;
   min-width: 470px;
   max-width: 670px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-end;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/bcb514b9-4e2d-463c-8c24-cf4482c9267f/12614:525.webp");
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_b45c6720a1cb {
   width: 102px;
   height: 38px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 19px 19px 19px 19px;
 }

 .text_564b4c2cc54c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 5px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_809fff7ff0a0 {
   position: relative !important;
   overflow: visible;
   width: 102px;
   height: 38px;
   flex-shrink: 0;
 }

 .text_ff52d84d7be8 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_c183b5b7a99f {
   padding: 51px 48px 51px 48px;
   width: 670px;
   height: 416px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-end;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/bcb514b9-4e2d-463c-8c24-cf4482c9267f/12614:535.webp");
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

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

 .container_ed339713a564 {
   width: 116px;
   height: 38px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 19px 19px 19px 19px;
 }

 .text_79667a86ece9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 5px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_7b6bd14d8262 {
   position: relative !important;
   overflow: visible;
   width: 116px;
   height: 38px;
   flex-shrink: 0;
 }

 .text_26ca68819170 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_1fbcd73e4fe7 {
   padding: 51px 48px 51px 48px;
   width: 670px;
   height: 416px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-end;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/bcb514b9-4e2d-463c-8c24-cf4482c9267f/12614:545.webp");
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_e33f2da5bf76 {
   width: 86px;
   height: 38px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 19px 19px 19px 19px;
 }

 .text_22412f490c3b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 5px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_0615dbf0f11f {
   position: relative !important;
   overflow: visible;
   width: 86px;
   height: 38px;
   flex-shrink: 0;
 }

 .text_c43246d3c6f6 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_8febd818ee1a {
   padding: 51px 48px 51px 48px;
   height: 416px;
   min-width: 470px;
   max-width: 670px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: flex-end;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/bcb514b9-4e2d-463c-8c24-cf4482c9267f/12614:555.webp");
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: center;
 }

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

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

 .container_5d8843a9829d {
   width: 170px;
   height: 48px;
   border-top: 1px solid #ffffff4d;
   border-right: 1px solid #ffffff4d;
   border-bottom: 1px solid #ffffff4d;
   border-left: 1px solid #ffffff4d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 6px 6px 6px 6px;
 }

 .text_489c6db9fa0b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_bf17965ecda3 {
   position: relative !important;
   overflow: visible;
   width: 170px;
   height: 48px;
   flex-shrink: 0;
 }

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

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

 .imageview_319c80a99f92 {
   width: 148px;
   height: 148px;
   flex-shrink: 0;
 }

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

 .text_e030fc2cbc03 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e030fc2cbc03 {
   overflow: visible;
 }

 .text_8b1356d9654a {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8b1356d9654a {
   overflow: visible;
 }

 .container_b242b14f8ff8 {
   width: 154px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

 .text_b519eee14147 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 31.73px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_cb0616d498c2 {
   position: relative !important;
   overflow: visible;
   width: 154px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .container_48777813a6b8 {
   padding: 0 0 30px 0;
   width: 248px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_95e1c9e90d56 {
   width: 274px;
   height: 176px;
   position: absolute !important;
   left: 32px;
   top: 16px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 24px 48px #551e000a;
 }

 .container_9f52ff016a62 {
   width: 306px;
   height: 176px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 8px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 24px 48px #551e000a;
 }

 .container_af0e9949d260 {
   width: 338px;
   height: 176px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 24px 48px #551e000a;
 }

 .imageview_74afad24ee9e {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_49022465f098 {
   width: 75px;
   height: 14px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 78px;
   background: #f5ded1;
   border-radius: 2px 2px 2px 2px;
 }

 .container_bd081800f07e {
   width: 126px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 100px;
   background: #f5ded1;
   border-radius: 3px 3px 3px 3px;
 }

 .imageview_545bd307f7b3 {
   width: 93px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 219.5px;
   top: 24.5px;
   transform-origin: 0 0;
 }

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

 .container_efcdefef938a {
   width: 289px;
   height: 6px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 144px;
   background: #f4e4ff;
   border-radius: 3px 3px 3px 3px;
 }

 .container_2e7e44285c1f {
   width: 113px;
   height: 6px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 144px;
   background: #b550f8;
   border-radius: 3px 3px 3px 3px;
 }

 .container_0ce5a7d809f8 {
   position: relative !important;
   overflow: visible;
   width: 338px;
   height: 192px;
   flex-shrink: 0;
 }

 .container_30ede304bc6a {
   width: 338px;
   height: 336px;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b7f382c5463b {
   width: 282px;
   height: 242px;
   position: absolute !important;
   left: 0px;
   top: 107px;
 }

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

 .imageview_f3624b4c92be {
   width: 239px;
   height: 395px;
   z-index: 1;
   position: absolute !important;
   left: 56px;
   top: 1px;
   _scaling-factor: 1;
 }

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

 .container_212f1996ed52 {
   position: relative !important;
   overflow: visible;
   width: 295px;
   height: 396px;
   flex-shrink: 0;
 }

 .container_854a564cb2ff {
   padding: 0 75px 0 75px;
   width: 100%;
   min-width: 0;
   height: 336px;
   max-width: 1184px;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #fdf0e9;
   border-radius: 6px 6px 6px 6px;
 }

 .text_8cf6163c9951 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8cf6163c9951 {
   overflow: visible;
 }

 .text_589b459ecd83 {
   width: 100%;
   min-width: 0;
   height: 128px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_589b459ecd83 {
   overflow: visible;
 }

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

 .text_23fe8df87f50 {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_042b61357df1 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_9994af81342b {
   width: 186px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0c987e6419be {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

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

 .text_d6bdc22654e5 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_0ca50bbc0a90 {
   width: 290px;
   height: 1px;
   flex-shrink: 0;
   background: #3a3c56;
 }

 .text_28e68f9b74da {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_28e68f9b74da {
   overflow: visible;
 }

 .text_709af18c52e2 {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_dade59ce8a9b {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_dade59ce8a9b {
   overflow: visible;
 }

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

 .container_bebc356ffa44 {
   padding: 35px 40px 35px 40px;
   width: 370px;
   height: 448px;
   flex-shrink: 0;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .text_1904b3bbfa93 {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_ffe79d8db7e5 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_f995ab4c6745 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

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

 .text_b812424e3171 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_7a125db12ee6 {
   width: 290px;
   height: 1px;
   flex-shrink: 0;
   background: #3a3c56;
 }

 .text_8d887a168e5e {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8d887a168e5e {
   overflow: visible;
 }

 .text_08511f452116 {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_9e9d6269b1ec {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_9e9d6269b1ec {
   overflow: visible;
 }

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

 .container_c0164642bf7d {
   padding: 35px 40px 35px 40px;
   width: 370px;
   height: 448px;
   flex-shrink: 0;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .text_a777f81b22c0 {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_f7bfc527fb77 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_82fe3f19b935 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

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

 .text_25dba9c2ebbd {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_32c07ed57761 {
   width: 290px;
   height: 1px;
   flex-shrink: 0;
   background: #3a3c56;
 }

 .text_904836270989 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_904836270989 {
   overflow: visible;
 }

 .text_555d4f53f57b {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_b27b1116e51e {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b27b1116e51e {
   overflow: visible;
 }

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

 .container_bf186fb20c57 {
   padding: 35px 40px 35px 40px;
   width: 370px;
   height: 448px;
   flex-shrink: 0;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

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

 .container_2a27b679a420 {
   width: 170px;
   height: 48px;
   border-top: 1px solid #ffffff4d;
   border-right: 1px solid #ffffff4d;
   border-bottom: 1px solid #ffffff4d;
   border-left: 1px solid #ffffff4d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 6px 6px 6px 6px;
 }

 .text_51f130f44ada {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_c202f10e8643 {
   position: relative !important;
   overflow: visible;
   width: 170px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .text_b37618a3de47 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_e7da1fc598b2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 52px;
   line-height: 64px;
   font-family: 'Epilogue';
 }

 .container_412b7d4dab2c {
   position: relative !important;
   overflow: visible;
   width: 531px;
   height: 180px;
   flex-shrink: 0;
 }

 .container_41592a21e0ea {
   width: 48px;
   height: 48px;
   border-top: 1px solid #ffffff4d;
   border-right: 1px solid #ffffff4d;
   border-bottom: 1px solid #ffffff4d;
   border-left: 1px solid #ffffff4d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_da31000e2a25 {
   width: 14px;
   height: 9px;
   z-index: 1;
   position: absolute !important;
   left: 17px;
   top: 19.5px;
 }

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

 .container_1cea3b38531b {
   position: relative !important;
   overflow: visible;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

 .container_775a22e5b711 {
   width: 48px;
   height: 48px;
   border-top: 1px solid #ffffff4d;
   border-right: 1px solid #ffffff4d;
   border-bottom: 1px solid #ffffff4d;
   border-left: 1px solid #ffffff4d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_f601ee7e1e32 {
   width: 14px;
   height: 9px;
   z-index: 1;
   position: absolute !important;
   left: 17px;
   top: 19.5px;
 }

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

 .container_c9768eed995a {
   position: relative !important;
   overflow: visible;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

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

 .container_164e18c73a76 {
   width: 270px;
   height: 272px;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_adeae4430174 {
   width: 196px;
   height: 247px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 24px;
   _scaling-factor: 1;
 }

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

 .text_84ae22136d83 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 297px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_28e29d344f45 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 332px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_f5aee6661431 {
   position: relative !important;
   overflow: visible;
   width: 270px;
   height: 364px;
   flex-shrink: 0;
 }

 .container_43d64c5ddd40 {
   width: 270px;
   height: 272px;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_d394e8bd3a31 {
   width: 259px;
   height: 231px;
   z-index: 1;
   position: absolute !important;
   left: 6px;
   top: 40px;
   _scaling-factor: 1;
 }

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

 .text_ad4738ed8e83 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 297px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_0ebed3ffb01b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 332px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_c93dd51aa4af {
   position: relative !important;
   overflow: visible;
   width: 270px;
   height: 364px;
   flex-shrink: 0;
 }

 .container_af7f35d9a195 {
   width: 270px;
   height: 272px;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_1a5b5539d62c {
   width: 205px;
   height: 238px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 33px;
   _scaling-factor: 1;
 }

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

 .text_41cf740c970a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 297px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_cfb8718febda {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 332px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_56ddf87c27c8 {
   position: relative !important;
   overflow: visible;
   width: 270px;
   height: 364px;
   flex-shrink: 0;
 }

 .container_050bd8db660f {
   width: 270px;
   height: 272px;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_ae866ec2847d {
   width: 230px;
   height: 233px;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 38px;
   _scaling-factor: 1;
 }

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

 .text_b8cb5e045c7f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 297px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_208ce8b0bb77 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 332px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_6a9a21cb7036 {
   position: relative !important;
   overflow: visible;
   width: 270px;
   height: 364px;
   flex-shrink: 0;
 }

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

 .imageview_c82d5e68a803 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
 }

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

 .imageview_87a01ea7e0aa {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
 }

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

 .imageview_f5610e700cdc {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
 }

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

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

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

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

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

 .imageview_260260177722 {
   width: 570px;
   height: 448px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_89d547f6b84d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .imageview_92104e3540e1 {
   width: 100px;
   height: 80px;
   position: absolute !important;
   left: 324px;
   top: 0px;
 }

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

 .text_bff8177b32d3 {
   width: 470px;
   height: 193px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 56px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

 .text_2685119b31ef {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_2685119b31ef {
   overflow: visible;
 }

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

 .text_autoheight_8872c760da52 {
   overflow: visible;
 }

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

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

 .container_bd3cdb2eb223 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1184px;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 130px 0;
   display: flex !important;
   flex-direction: row;
 }

 .container_562e788b8868 {
   padding: 92px 128px 92px 128px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 186px 0;
   display: flex !important;
   flex-direction: column;
   background: #28293e;
 }

 .text_5c831f785f6b {
   width: max-content;
   position: absolute !important;
   left: 128.5px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_add42469598a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 52px;
   line-height: 64px;
   font-family: 'Epilogue';
 }

 .container_d787ae983155 {
   position: relative !important;
   overflow: visible;
   width: 394px;
   height: 180px;
   flex-shrink: 0;
 }

 .imageview_6221b20a34ce {
   width: 152px;
   height: 24px;
 }

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

 .text_c7361a7bba86 {
   width: 490px;
   height: 128px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_881c5f75b53e {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_24b8b5fa78d8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_0572009ae66a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 35px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_7be41b87b8c0 {
   position: relative !important;
   overflow: visible;
   width: 126px;
   height: 67px;
   flex-shrink: 0;
 }

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

 .container_17c86e00fcf5 {
   padding: 48px 48px 48px 48px;
   width: fit-content;
   height: 400px;
   min-width: 586px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 36px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 0 0 0;
   box-shadow: 0px 32px 64px #3914000a;
 }

 .imageview_ca4a837b15ea {
   width: 152px;
   height: 24px;
 }

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

 .text_a3f0053713fc {
   width: 490px;
   height: 69px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_f67570e5bf02 {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_e1186dc8d9a3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_9f982e76b062 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 35px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_cd28e90a69ed {
   position: relative !important;
   overflow: visible;
   width: 205px;
   height: 67px;
   flex-shrink: 0;
 }

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

 .container_ac3f12949673 {
   padding: 47px 48px 47px 48px;
   width: fit-content;
   height: 336px;
   min-width: 586px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 34px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 0 6px 6px;
 }

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

 .imageview_023cb6275f9c {
   width: 152px;
   height: 24px;
   z-index: 1;
 }

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

 .text_80b480f27f1d {
   width: 490px;
   height: 69px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

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

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

 .text_25cdb822a083 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 35px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_ff84ce874408 {
   position: relative !important;
   overflow: visible;
   width: 177px;
   height: 67px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_938ab4dd0aa7 {
   padding: 48px 48px 48px 48px;
   width: fit-content;
   height: 336px;
   min-width: 586px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 34px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 6px 0 0;
 }

 .imageview_492d2b0773f7 {
   width: 152px;
   height: 24px;
   z-index: 1;
 }

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

 .text_3f9118b8b054 {
   width: 490px;
   height: 69px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

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

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

 .text_9e5585e75a83 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 35px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_302bce4e1d4a {
   position: relative !important;
   overflow: visible;
   width: 198px;
   height: 67px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_af77a2e433d7 {
   padding: 47px 48px 47px 48px;
   width: fit-content;
   height: 336px;
   min-width: 586px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 34px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 0 6px 0;
 }

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

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

 .container_ccbb4820a335 {
   width: 138px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .text_f2510688a994 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 41.46px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_6f23ecea0b1b {
   position: relative !important;
   overflow: visible;
   width: 138px;
   height: 48px;
   flex-shrink: 0;
 }

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

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

 .text_271c37fb9f36 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_271c37fb9f36 {
   overflow: visible;
 }

 .text_1e4f9ecc1096 {
   width: 100%;
   min-width: 0;
   height: 128px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_1e4f9ecc1096 {
   overflow: visible;
 }

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

 .text_d90beed9f77d {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d90beed9f77d {
   overflow: visible;
 }

 .text_79f8f5ff5454 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_79f8f5ff5454 {
   overflow: visible;
 }

 .text_713ef049ed26 {
   width: 100%;
   min-width: 0;
   height: 69px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

 .imageview_d8cd3057ff6f {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

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

 .text_ae7fc6288a14 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_a40a4dbca162 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_03f0ffa4cc86 {
   width: 8px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 7px;
   background: #ffffff;
   border-radius: 1px 1px 1px 1px;
 }

 .container_b91fbf0f5131 {
   position: relative !important;
   overflow: visible;
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

 .text_ff9303dc8176 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_11bff4baff76 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_c0e37fd22ce0 {
   width: 8px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 7px;
   background: #ffffff;
   border-radius: 1px 1px 1px 1px;
 }

 .container_9aff16ed358a {
   position: relative !important;
   overflow: visible;
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

 .text_84c2548b0aa5 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_6b4968fb2564 {
   width: 154px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .text_1bece8545fdf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 31.73px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_f3cf9108b523 {
   position: relative !important;
   overflow: visible;
   width: 154px;
   height: 48px;
   flex-shrink: 0;
 }

 .container_eb18e5bf8e78 {
   padding: 44px 48px 44px 48px;
   width: 391px;
   height: 512px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 0 0 6px;
 }

 .container_f3573ba78814 {
   width: 92px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ef6d58;
   border-radius: 19px 19px 19px 19px;
 }

 .text_559607d12b5f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 17px;
   top: 4px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_7b069449256a {
   position: relative !important;
   overflow: visible;
   width: 92px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_17633bd19de2 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_17633bd19de2 {
   overflow: visible;
 }

 .text_9da93d70a905 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 1;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_9da93d70a905 {
   overflow: visible;
 }

 .text_d262a4742dc9 {
   width: 100%;
   min-width: 0;
   height: 69px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

 .imageview_ef5e5a7da1cf {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_6f19010432d8 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_8d04bbdca1c9 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_e16c8f6da22a {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_9782fe3d43fe {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_dc20a146adf1 {
   width: 8px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 7px;
   background: #ffffff;
   border-radius: 1px 1px 1px 1px;
 }

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

 .text_24453f1d6bac {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_df3825262ede {
   width: 154px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

 .text_07ebc4f39b17 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31.73px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_27f4bfc89547 {
   position: relative !important;
   overflow: visible;
   width: 154px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_0eae8eb5f154 {
   margin: 0 0 0 -1px !important;
   padding: 32px 40px 32px 40px;
   width: 391px;
   height: 560px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 0 0;
   box-shadow: 0px 32px 64px #3914000a;
 }

 .text_8bb453a27920 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 2;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8bb453a27920 {
   overflow: visible;
 }

 .text_9fb2f719404c {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 2;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_9fb2f719404c {
   overflow: visible;
 }

 .text_0d0ffc86c90c {
   width: 100%;
   min-width: 0;
   height: 69px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

 .imageview_7126d277144a {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_cc9e5d3c1886 {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_868255d5c4b5 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_8a9416a19628 {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_8e4b103fe0af {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_78a29c2729a6 {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_b8e7c42b2f4c {
   width: 154px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .text_21e4200fabfd {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 31.73px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_232154faa7f9 {
   position: relative !important;
   overflow: visible;
   width: 154px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_4ea3593b8940 {
   margin: 0 0 0 -1px !important;
   padding: 44px 48px 44px 48px;
   width: 391px;
   height: 512px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 6px 6px 0;
 }

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

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

 .text_e70026ca5bfe {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_a2ef2011b18d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 49px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_afabe330fbfe {
   width: 470px;
   height: 67px;
   position: absolute !important;
   left: 0px;
   top: 176px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_d9c05d525e6d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 272px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_fd99b61f3b45 {
   position: relative !important;
   overflow: visible;
   width: 470px;
   height: 304px;
   flex-shrink: 0;
 }

 .text_ef68c3c11e6e {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ef68c3c11e6e {
   overflow: visible;
 }

 .imageview_3a33c5ed2f97 {
   width: 31.08px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .text_6e5d983eceaf {
   width: 100%;
   min-width: 0;
   height: 128px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_6e5d983eceaf {
   overflow: visible;
 }

 .container_e8a8fadb004e {
   padding: 40px 48px 40px 48px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 0 0;
   box-shadow: 0px 32px 64px #3914000a;
 }

 .text_e2c9092cedac {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e2c9092cedac {
   overflow: visible;
 }

 .imageview_0de4f00221f0 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .container_36c41c09b49f {
   padding: 40px 48px 40px 48px;
   width: 100%;
   min-width: 0;
   height: 113px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_fb42002aa9af {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_fb42002aa9af {
   overflow: visible;
 }

 .imageview_a8bc4f3cdf2c {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .container_e9a52603e83c {
   padding: 40px 48px 40px 48px;
   width: 100%;
   min-width: 0;
   height: 113px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_89bb6b47be9e {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_89bb6b47be9e {
   overflow: visible;
 }

 .imageview_649b2d05265a {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .container_aa9017177a45 {
   padding: 40px 48px 40px 48px;
   width: 100%;
   min-width: 0;
   height: 113px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   border-radius: 0 0 6px 6px;
 }

 .container_1b46c50719cd {
   padding: 22px 0 0 0;
   width: 570px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eb3cb9e05062 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1171px;
   align-items: flex-start;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 130px 0;
   display: flex !important;
   flex-direction: row;
 }

 .text_fb9da23a39c2 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_fb9da23a39c2 {
   overflow: visible;
 }

 .container_241cbcd1d060 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .imageview_11ec87b4eaac {
   width: 120px;
   height: 80px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_fc8fa4d34072 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .text_abaa9330feba {
   height: 32px;
   min-width: 150px;
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_abaa9330feba {
   overflow: visible;
 }

 .text_f0a6dbb5f694 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .imageview_71b27b0b5e56 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_7c72358002fc {
   height: fit-content;
   max-width: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: center;
   flex-wrap: wrap;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_0100cc3e5205 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .imageview_1006011daf78 {
   width: 120px;
   height: 80px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_1294d99a7c7a {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .text_e0f54940197e {
   height: 32px;
   min-width: 150px;
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e0f54940197e {
   overflow: visible;
 }

 .text_5bd9c39725c3 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .imageview_8a55bbe5d597 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_980b7467e2e4 {
   height: fit-content;
   max-width: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: center;
   flex-wrap: wrap;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_e8040a2aaa50 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .imageview_8aef30d52f68 {
   width: 120px;
   height: 80px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_1d776434d041 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .text_0b53eee7189a {
   height: 32px;
   min-width: 150px;
   flex-grow: 1;
   flex-basis: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_0b53eee7189a {
   overflow: visible;
 }

 .text_87718c6e26dd {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .imageview_aa88d7aa6efb {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_835e5268c7bc {
   height: fit-content;
   max-width: 220px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: center;
   flex-wrap: wrap;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_8a88144899fa {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

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

 .text_c4b06d74993c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_f6aa99fc1b88 {
   width: max-content;
   position: absolute !important;
   left: 163px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .text_59eeb5706c2a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_f2b86d334fd7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 52px;
   line-height: 64px;
   font-family: 'Epilogue';
 }

 .container_e6ae8faad622 {
   position: relative !important;
   overflow: visible;
   width: 318px;
   height: 180px;
   flex-shrink: 0;
 }

 .container_1c4b57f3eb24 {
   width: 170px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .text_508b1ddda1d4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

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

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

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

 .imageview_c72dfb4c38b2 {
   width: 370px;
   height: 224px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_70d8787cf55d {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_70d8787cf55d {
   overflow: visible;
 }

 .text_23df81f6f219 {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_a69abce1965f {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_a69abce1965f {
   overflow: visible;
 }

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

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

 .imageview_73d9dce645f2 {
   width: 370px;
   height: 224px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_495c1a4375ef {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_495c1a4375ef {
   overflow: visible;
 }

 .text_e87f3e8fb494 {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_1ff43dc7d5cc {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_1ff43dc7d5cc {
   overflow: visible;
 }

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

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

 .imageview_306884d37f4c {
   width: 370px;
   height: 224px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_bdf452bb729d {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_bdf452bb729d {
   overflow: visible;
 }

 .text_0aeac00869fd {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_64be94cfac6b {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_64be94cfac6b {
   overflow: visible;
 }

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

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

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

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

 .container_d84ced8e4064 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

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

 .text_77b0c934d50d {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_813c5a463671 {
   width: 370px;
   height: 48px;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_caba733c6f16 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 9px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_fafcb399f35b {
   position: relative !important;
   overflow: visible;
   height: 48px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_cc856d4c26ea {
   width: 170px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .text_2478b119ee84 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 46px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_32dbfd3f2331 {
   position: relative !important;
   overflow: visible;
   width: 170px;
   height: 48px;
   flex-shrink: 0;
 }

 .container_f431783a4828 {
   width: 570px;
   height: fit-content;
   max-width: 570px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 30px;
   display: flex !important;
   flex-direction: row;
 }

 .container_eed1b6b19229 {
   padding: 0 135px 0 135px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 25px 0;
   display: flex !important;
   flex-direction: row;
 }

 .container_93d38274effe {
   width: 470px;
   height: 464px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_eaa55a61bafd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 48px;
   top: 57px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_1574ff30043c {
   width: 374px;
   height: 48px;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_f3fb6bd33967 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 9px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_81947c3c4eed {
   position: absolute !important;
   overflow: visible;
   width: 374px;
   height: 48px;
   z-index: 1;
   left: 48px;
   top: 112px;
 }

 .container_13b5bcba30f6 {
   width: 374px;
   height: 48px;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_fdedd1a8638f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 9px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_996a3c51e1c3 {
   position: absolute !important;
   overflow: visible;
   width: 374px;
   height: 48px;
   z-index: 1;
   left: 48px;
   top: 176px;
 }

 .container_e29c49bcc4dd {
   width: 374px;
   height: 96px;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_68496fb2ef0b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 9px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_b5360cc0df7a {
   position: absolute !important;
   overflow: visible;
   width: 374px;
   height: 96px;
   z-index: 1;
   left: 48px;
   top: 240px;
 }

 .container_4f8398f31a5d {
   width: 154px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

 .text_8eb0531e54c0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 29.73px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_91e72f83f8a4 {
   position: absolute !important;
   overflow: visible;
   width: 154px;
   height: 48px;
   z-index: 1;
   left: 268px;
   top: 368px;
 }

 .container_7ab8e8fb35ad {
   position: relative !important;
   overflow: visible;
   width: 470px;
   height: 464px;
   flex-shrink: 0;
 }

 .imageview_f1fdef420d9a {
   width: 470px;
   height: 470px;
 }

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

 .container_f92147514507 {
   height: fit-content;
   max-width: 1170px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   display: flex !important;
   flex-direction: row;
 }

 .container_60d91e22859f {
   padding: 128px 135px 128px 135px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 329px;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/bcb514b9-4e2d-463c-8c24-cf4482c9267f/12615:1147.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_56af9be3e1da {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_ae97a2a8f176 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .text_91f520ebdbd3 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_af04c69736bc {
   padding: 32px 48px 32px 48px;
   width: 391px;
   height: 192px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 0 0 6px;
 }

 .imageview_e866affc5451 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_42c9c672de30 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .text_b76d7e0e1dcf {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_dc5c6e942ab5 {
   margin: 0 0 0 -1px !important;
   padding: 32px 48px 32px 48px;
   width: 391px;
   height: 192px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
   background: #fdf0e9;
 }

 .imageview_cd3aa64c0835 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_70adf4c57d8f {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .text_d19b73b95e27 {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_d6872b8bb0e3 {
   margin: 0 0 0 -1px !important;
   padding: 32px 48px 32px 48px;
   width: 391px;
   height: 192px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 6px 6px 0;
 }

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

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

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

 .text_fdb9090de967 {
   width: fit-content;
   line-height: 64px;
   font-family: 'Epilogue';
 }

 .text_81231e628987 {
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_dde50a51abf9 {
   width: 154px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .text_e5a96fc1d0c4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 31.73px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_fec56ef82df8 {
   position: relative !important;
   overflow: visible;
   width: 154px;
   height: 48px;
   flex-shrink: 0;
 }

 .container_5e394f8ea7f7 {
   padding: 56px 0 0 0;
   width: 470px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 31px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_47c4ace62e6d {
   width: 318px;
   height: 318px;
   position: absolute !important;
   left: 69.75px;
   top: 113.75px;
 }

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

 .imageview_b35cda744af9 {
   width: 91.77px;
   height: 116.43px;
   z-index: 1;
   position: absolute !important;
   left: 106.44px;
   top: 104.05px;
 }

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

 .imageview_0fdf1f94d02e {
   width: 86.65px;
   height: 46.82px;
   z-index: 1;
   position: absolute !important;
   left: 147.51px;
   top: 358.12px;
   transform-origin: 0 0;
 }

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

 .imageview_d237a98415e3 {
   width: 246px;
   height: 305px;
   z-index: 2;
   position: absolute !important;
   left: 197.75px;
   top: 57.75px;
   _scaling-factor: 1;
 }

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

 .container_1039727350ee {
   width: 214px;
   height: 112px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_814756f987c1 {
   width: 45px;
   height: 45px;
   z-index: 4;
   position: absolute !important;
   left: 17px;
   top: 18px;
 }

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

 .container_f0889e578a40 {
   width: 62px;
   height: 14px;
   z-index: 4;
   position: absolute !important;
   left: 83px;
   top: 27px;
   background: #ffe4df;
   border-radius: 2px 2px 2px 2px;
 }

 .container_b9ec77e2b7ff {
   width: 6px;
   height: 29px;
   z-index: 4;
   position: absolute !important;
   left: 83px;
   top: 65px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_a3b775037c78 {
   width: 6px;
   height: 34px;
   z-index: 4;
   position: absolute !important;
   left: 100px;
   top: 60px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_b00cdea5afdc {
   width: 6px;
   height: 38px;
   z-index: 4;
   position: absolute !important;
   left: 118px;
   top: 56px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_84cfd830c810 {
   width: 6px;
   height: 31px;
   z-index: 4;
   position: absolute !important;
   left: 135px;
   top: 63px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_5ad6bae2c066 {
   width: 6px;
   height: 25px;
   z-index: 4;
   position: absolute !important;
   left: 152px;
   top: 69px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_8331316270f5 {
   width: 6px;
   height: 29px;
   z-index: 4;
   position: absolute !important;
   left: 170px;
   top: 65px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_d506c82bf3f2 {
   width: 6px;
   height: 21px;
   z-index: 4;
   position: absolute !important;
   left: 187px;
   top: 73px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_0e1aa819cd5c {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 112px;
   z-index: 3;
   left: 13.75px;
   top: 215.75px;
 }

 .imageview_834c42b11695 {
   width: 146.9px;
   height: 146.1px;
   z-index: 2;
   position: absolute !important;
   left: 15.43px;
   top: 16.65px;
 }

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

 .imageview_128de62c7966 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 72.75px;
   top: 72.75px;
 }

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

 .container_04283fd5c963 {
   position: relative !important;
   overflow: visible;
   width: 443.75px;
   height: 431.75px;
   flex-shrink: 0;
 }

 .container_39b5fe9cf908 {
   padding: 55px 100px 55px 100px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1171px;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 86px 0;
   display: flex !important;
   flex-direction: row;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

 .text_ef0a4d4544a6 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_ae1de0cd3002 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_7c142df59ed9 {
   width: 69px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_7c142df59ed9 {
   overflow: visible;
 }

 .text_c3479e15e4d1 {
   width: 69px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_c3479e15e4d1 {
   overflow: visible;
 }

 .text_509821f521a1 {
   width: 69px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_509821f521a1 {
   overflow: visible;
 }

 .text_5e82bbf174c0 {
   width: 69px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_5e82bbf174c0 {
   overflow: visible;
 }

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

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

 .text_6fae2e9b7654 {
   width: 105px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_6fae2e9b7654 {
   overflow: visible;
 }

 .text_b397c25a1d8e {
   width: 105px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b397c25a1d8e {
   overflow: visible;
 }

 .text_28bb466da878 {
   width: 105px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_28bb466da878 {
   overflow: visible;
 }

 .text_c78326d0e809 {
   width: 105px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_c78326d0e809 {
   overflow: visible;
 }

 .text_4085e0082a40 {
   width: 105px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_4085e0082a40 {
   overflow: visible;
 }

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

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

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

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

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

 .container_632161d0bd93 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .text_7b38e49780c5 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_0ba7fe443f01 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_0df2285aef20 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

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

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

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

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

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

 .text_3425ba751254 {
   width: max-content;
   position: absolute !important;
   left: 62px;
   top: 9px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .imageview_6cdf463a6ef6 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_6cdf463a6ef6 img {
   position: absolute;
   width: 45.7px !important;
   height: 43.4px !important;
   max-width: none !important;
   left: 1.2px;
   top: 0.0px;
 }

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

 .imageview_dd87bc98c021 {
   width: 19px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 14px;
 }

 .imageview_dd87bc98c021 img {
   position: absolute;
   width: 18.1px !important;
   height: 17.2px !important;
   max-width: none !important;
   left: 0.5px;
   top: 0.0px;
 }

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

 .container_a562a22c86cb {
   position: relative !important;
   overflow: visible;
   width: 152px;
   height: 48px;
   flex-shrink: 0;
 }

 .text_1bf496860124 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_f627b282d9cd {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_75ffd8201b3c {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_536a54523da7 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_f87058232028 {
   height: fit-content;
   min-width: 400px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_17d1085885fa {
   width: 138px;
   height: 48px;
   border-top: 1px solid #ffffff4d;
   border-right: 1px solid #ffffff4d;
   border-bottom: 1px solid #ffffff4d;
   border-left: 1px solid #ffffff4d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 6px 6px 6px 6px;
 }

 .text_2319ce654c53 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 34.46px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_4fbe9549e427 {
   position: relative !important;
   overflow: visible;
   width: 138px;
   height: 48px;
   flex-shrink: 0;
 }

 .container_617d468e2b96 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1170px;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   gap: 50px 183px;
   display: flex !important;
   flex-direction: row;
 }

 .text_82b5b6e58bbd {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 80px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_82b5b6e58bbd {
   overflow: visible;
 }

 .text_6b1f653a24df {
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

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

 .imageview_93326a58499b {
   width: 100%;
   min-width: 0;
   height: 336px;
   flex-shrink: 0;
   _scaling-factor: 1;
   border-radius: 6px 6px 6px 6px;
 }

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

 .text_725e1e9f758c {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_725e1e9f758c {
   overflow: visible;
 }

 .text_b9773b5f667a {
   width: 100%;
   min-width: 0;
   height: 99px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_b3015da450fc {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b3015da450fc {
   overflow: visible;
 }

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

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

 .imageview_4354ce937738 {
   width: 100%;
   min-width: 0;
   height: 336px;
   flex-shrink: 0;
   _scaling-factor: 1;
   border-radius: 6px 6px 6px 6px;
 }

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

 .text_b7fa4dccf56a {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b7fa4dccf56a {
   overflow: visible;
 }

 .text_f2cffe89e79c {
   width: 100%;
   min-width: 0;
   height: 99px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_0cb11b43a64c {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_0cb11b43a64c {
   overflow: visible;
 }

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

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

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

 .container_095ae20e72a8 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

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

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

 .text_3e936e5270ea {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_3e936e5270ea {
   overflow: visible;
 }

 .text_47858858023d {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_8e7135158d97 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8e7135158d97 {
   overflow: visible;
 }

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

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

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

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

 .text_9d5b2926c7c5 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_9d5b2926c7c5 {
   overflow: visible;
 }

 .text_e8672d3563f7 {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_6fd6fb60dc1c {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_6fd6fb60dc1c {
   overflow: visible;
 }

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

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

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

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

 .text_22473e77bfc4 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_22473e77bfc4 {
   overflow: visible;
 }

 .text_c214ec7729ec {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_494290cf5e3d {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_494290cf5e3d {
   overflow: visible;
 }

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

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

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

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

 .text_c5d4b4d0af7c {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_c5d4b4d0af7c {
   overflow: visible;
 }

 .text_914de30bd06d {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_7839459c09bb {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_7839459c09bb {
   overflow: visible;
 }

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

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

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

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

 .text_2499beb7a491 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_2499beb7a491 {
   overflow: visible;
 }

 .text_79eb608e29dd {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_eabe2b3b6313 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_eabe2b3b6313 {
   overflow: visible;
 }

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

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

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

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

 .text_409252ea46e1 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_409252ea46e1 {
   overflow: visible;
 }

 .text_070e367b2571 {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_e7d1248eafea {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e7d1248eafea {
   overflow: visible;
 }

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

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

 .container_c3f387714082 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1170px;
   justify-content: center;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 68px 30px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4f7ea4ddcdf2 {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_466b7e504e0e {
   padding: 16px 43px 16px 43px;
   width: fit-content;
   height: 48px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

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

 .container_c8d24e55e040 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .text_78bcd6a61059 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_718e0540717d {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_f7b31ac3d114 {
   padding: 7px 16px 7px 16px;
   width: 370px;
   height: 48px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_92890c257528 {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_cd0ec6023f6b {
   padding: 16px 45px 16px 45px;
   width: fit-content;
   height: 48px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

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

 .container_fee1876e64b0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1171px;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 367px 0;
   display: flex !important;
   flex-direction: row;
 }

 .container_7bc80c1c7ccb {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

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

 .text_c0eceb249105 {
   width: fit-content;
   line-height: 64px;
   font-family: 'Epilogue';
 }

 .text_f15a4ea6e049 {
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_4d4bee78987f {
   width: 154px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .text_fab0c21c9478 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 31.73px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_192f63418196 {
   position: relative !important;
   overflow: visible;
   width: 154px;
   height: 48px;
   flex-shrink: 0;
 }

 .container_92120e9b5bcf {
   padding: 56px 0 0 0;
   width: 470px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 31px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3d55af143dd3 {
   width: 318px;
   height: 318px;
   position: absolute !important;
   left: 69.75px;
   top: 113.75px;
 }

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

 .imageview_b756421b605d {
   width: 91.77px;
   height: 116.43px;
   z-index: 1;
   position: absolute !important;
   left: 106.44px;
   top: 104.05px;
 }

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

 .imageview_98d43bd11228 {
   width: 86.65px;
   height: 46.82px;
   z-index: 1;
   position: absolute !important;
   left: 147.51px;
   top: 358.12px;
   transform-origin: 0 0;
 }

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

 .imageview_95770e2cff65 {
   width: 246px;
   height: 305px;
   z-index: 2;
   position: absolute !important;
   left: 197.75px;
   top: 57.75px;
   _scaling-factor: 1;
 }

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

 .container_6c7dbdfb6947 {
   width: 214px;
   height: 112px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_f7c6434e2ef3 {
   width: 45px;
   height: 45px;
   z-index: 4;
   position: absolute !important;
   left: 17px;
   top: 18px;
 }

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

 .container_2da9c0fed567 {
   width: 62px;
   height: 14px;
   z-index: 4;
   position: absolute !important;
   left: 83px;
   top: 27px;
   background: #ffe4df;
   border-radius: 2px 2px 2px 2px;
 }

 .container_f0793991bc85 {
   width: 6px;
   height: 29px;
   z-index: 4;
   position: absolute !important;
   left: 83px;
   top: 65px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_04dd304f4ddb {
   width: 6px;
   height: 34px;
   z-index: 4;
   position: absolute !important;
   left: 100px;
   top: 60px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_198cb2791fe0 {
   width: 6px;
   height: 38px;
   z-index: 4;
   position: absolute !important;
   left: 118px;
   top: 56px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_cdbfbdff54b0 {
   width: 6px;
   height: 31px;
   z-index: 4;
   position: absolute !important;
   left: 135px;
   top: 63px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_bb97e5d2d94f {
   width: 6px;
   height: 25px;
   z-index: 4;
   position: absolute !important;
   left: 152px;
   top: 69px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_beea9b539284 {
   width: 6px;
   height: 29px;
   z-index: 4;
   position: absolute !important;
   left: 170px;
   top: 65px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_6831d9196fd7 {
   width: 6px;
   height: 21px;
   z-index: 4;
   position: absolute !important;
   left: 187px;
   top: 73px;
   background: #ffe4df;
   border-radius: 3px 3px 3px 3px;
 }

 .container_aeddbe7f3c5a {
   position: absolute !important;
   overflow: visible;
   width: 214px;
   height: 112px;
   z-index: 3;
   left: 13.75px;
   top: 215.75px;
 }

 .imageview_4b62dd5aa5fc {
   width: 146.9px;
   height: 146.1px;
   z-index: 2;
   position: absolute !important;
   left: 15.43px;
   top: 16.65px;
 }

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

 .imageview_6a132b4104ad {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 72.75px;
   top: 72.75px;
 }

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

 .container_e3c6d4e85cca {
   position: relative !important;
   overflow: visible;
   width: 443.75px;
   height: 431.75px;
   flex-shrink: 0;
 }

 .container_86da41f12015 {
   padding: 55px 100px 55px 100px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1171px;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 86px 0;
   display: flex !important;
   flex-direction: row;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

 .text_01f87a65018b {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_109a9f8e1d3e {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_ecca2eee8562 {
   width: 69px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ecca2eee8562 {
   overflow: visible;
 }

 .text_b30ec4425616 {
   width: 69px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b30ec4425616 {
   overflow: visible;
 }

 .text_68e8258c136d {
   width: 69px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_68e8258c136d {
   overflow: visible;
 }

 .text_fdd02690199e {
   width: 69px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_fdd02690199e {
   overflow: visible;
 }

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

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

 .text_16ce46e16e87 {
   width: 105px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_16ce46e16e87 {
   overflow: visible;
 }

 .text_5458cf82603f {
   width: 105px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_5458cf82603f {
   overflow: visible;
 }

 .text_9f2845776438 {
   width: 105px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_9f2845776438 {
   overflow: visible;
 }

 .text_1e51efd29ec4 {
   width: 105px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_1e51efd29ec4 {
   overflow: visible;
 }

 .text_18b2d6a81549 {
   width: 105px;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_18b2d6a81549 {
   overflow: visible;
 }

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

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

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

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

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

 .container_a9a340ca87ce {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .text_65ab50fee738 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_84dfc5a8a26c {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_7bbf2f694543 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

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

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

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

 .text_bb1217dfc3bc {
   width: max-content;
   position: absolute !important;
   left: 62px;
   top: 9px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .imageview_b720a2877825 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_b720a2877825 img {
   position: absolute;
   width: 45.7px !important;
   height: 43.4px !important;
   max-width: none !important;
   left: 1.2px;
   top: 0.0px;
 }

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

 .imageview_e09ee9d81d97 {
   width: 19px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 14px;
 }

 .imageview_e09ee9d81d97 img {
   position: absolute;
   width: 18.1px !important;
   height: 17.2px !important;
   max-width: none !important;
   left: 0.5px;
   top: 0.0px;
 }

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

 .container_978c4773d855 {
   position: relative !important;
   overflow: visible;
   width: 152px;
   height: 48px;
   flex-shrink: 0;
 }

 .imageview_6c81f6274eee {
   width: 48px;
   height: 48px;
 }

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

 .container_b58c5c516d9a {
   width: 329px;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_f1eb29f21861 {
   width: fit-content;
   line-height: 64px;
   font-family: 'Epilogue';
 }

 .text_ec027fb308d7 {
   width: 100%;
   min-width: 0;
   height: 93px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

 .container_32c7126b6d5e {
   padding: 16px 23px 16px 23px;
   width: 100%;
   min-width: 0;
   height: 464px;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #28293e;
 }

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

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

 .text_7592731c8728 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_7592731c8728 {
   overflow: visible;
 }

 .text_da8d1af66413 {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_da8d1af66413 {
   overflow: visible;
 }

 .text_79ed6a5841fa {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_79ed6a5841fa {
   overflow: visible;
 }

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

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

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

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

 .text_126bdb262339 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_126bdb262339 {
   overflow: visible;
 }

 .text_aa48f6abed3a {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_aa48f6abed3a {
   overflow: visible;
 }

 .text_e3693cb50bba {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e3693cb50bba {
   overflow: visible;
 }

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

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

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

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

 .text_a7baf2986a9c {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_a7baf2986a9c {
   overflow: visible;
 }

 .text_bed18224a5ac {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_bed18224a5ac {
   overflow: visible;
 }

 .text_76953605fd50 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_76953605fd50 {
   overflow: visible;
 }

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

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

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

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

 .text_b2f33638ed50 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b2f33638ed50 {
   overflow: visible;
 }

 .text_774b7d177c91 {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_774b7d177c91 {
   overflow: visible;
 }

 .text_1d69cfd7a588 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_1d69cfd7a588 {
   overflow: visible;
 }

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

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

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

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

 .text_ec7c56ccea78 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ec7c56ccea78 {
   overflow: visible;
 }

 .text_b0b21d23e1d2 {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b0b21d23e1d2 {
   overflow: visible;
 }

 .text_0f2212606978 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_0f2212606978 {
   overflow: visible;
 }

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

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

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

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

 .text_4c14a24b3e23 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_4c14a24b3e23 {
   overflow: visible;
 }

 .text_3ffbf8b225a9 {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_3ffbf8b225a9 {
   overflow: visible;
 }

 .text_e81fc933c5ce {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e81fc933c5ce {
   overflow: visible;
 }

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

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

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

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

 .text_d94e5897eddf {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d94e5897eddf {
   overflow: visible;
 }

 .text_f5bb4e22a753 {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f5bb4e22a753 {
   overflow: visible;
 }

 .text_57de22b3a827 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_57de22b3a827 {
   overflow: visible;
 }

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

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

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

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

 .text_ba6efa07567c {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ba6efa07567c {
   overflow: visible;
 }

 .text_b99f35282b5b {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b99f35282b5b {
   overflow: visible;
 }

 .text_6507d2a26751 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_6507d2a26751 {
   overflow: visible;
 }

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

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

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

 .text_f3952807c76d {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_74cfcd9d1731 {
   padding: 16px 43px 16px 43px;
   width: fit-content;
   height: 48px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

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

 .container_ae740b0d1804 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .text_eb46bf905488 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_eb46bf905488 {
   overflow: visible;
 }

 .text_ccf6742c4c20 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_e5015eaadf5e {
   padding: 7px 16px 7px 16px;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_38fb6acc2c09 {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_012d738d18ad {
   padding: 16px 125px 16px 125px;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

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

 .container_15cb41190258 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .imageview_ef0af1fd2c93 {
   width: 273px;
   height: 264px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_af766ac683fb {
   width: 274px;
   height: 192px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_af766ac683fb {
   overflow: visible;
 }

 .text_c88e9686f5f7 {
   width: 273px;
   height: 127px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_bdf852b908f9 {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_7ea67829c791 {
   padding: 16px 32px 16px 32px;
   width: 154px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

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

 .container_908e4ced87d1 {
   padding: 32px 27px 32px 27px;
   width: 100%;
   min-width: 0;
   height: 784px;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

 .text_a517d58c0815 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_a517d58c0815 {
   overflow: visible;
 }

 .text_3fe25a8d8378 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_3fe25a8d8378 {
   overflow: visible;
 }

 .text_e1bed048253c {
   width: 100%;
   min-width: 0;
   height: 128px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e1bed048253c {
   overflow: visible;
 }

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

 .text_a78ba5abfc60 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_a78ba5abfc60 {
   overflow: visible;
 }

 .text_2f9324fb6406 {
   width: 100%;
   min-width: 0;
   height: 128px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_2f9324fb6406 {
   overflow: visible;
 }

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

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

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

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

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

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

 .container_b0561548c131 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .text_62df2ea63c38 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_22d31b232577 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_4cab8125d437 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

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

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

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

 .text_573dcdf81184 {
   width: max-content;
   position: absolute !important;
   left: 62px;
   top: 9px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .imageview_42bbca807f38 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_42bbca807f38 img {
   position: absolute;
   width: 45.7px !important;
   height: 43.4px !important;
   max-width: none !important;
   left: 1.2px;
   top: 0.0px;
 }

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

 .imageview_a7619c69f368 {
   width: 19px;
   height: 19px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 14px;
 }

 .imageview_a7619c69f368 img {
   position: absolute;
   width: 18.1px !important;
   height: 17.2px !important;
   max-width: none !important;
   left: 0.5px;
   top: 0.0px;
 }

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

 .container_65fdda5034c8 {
   position: relative !important;
   overflow: visible;
   width: 152px;
   height: 48px;
   flex-shrink: 0;
 }

 .container_9a3908742645 {
   width: 48px;
   height: 48px;
   border-top: 1px solid #ffffff4d;
   border-right: 1px solid #ffffff4d;
   border-bottom: 1px solid #ffffff4d;
   border-left: 1px solid #ffffff4d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_557bdd588f3a {
   width: 16px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 17px;
 }

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

 .container_3125d4b55e6b {
   position: relative !important;
   overflow: visible;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

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

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

 .text_33c4c216c52f {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_33c4c216c52f {
   overflow: visible;
 }

 .text_0eb8d605fed1 {
   width: 100%;
   min-width: 0;
   height: 256px;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_0eb8d605fed1 {
   overflow: visible;
 }

 .text_8828b04b607a {
   width: 100%;
   min-width: 0;
   height: 100px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_6dd8e56f504e {
   width: 154px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

 .text_d0e3bb9b24ce {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22.73px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_ff5dbcb05f16 {
   position: relative !important;
   overflow: visible;
   width: 154px;
   height: 48px;
   flex-shrink: 0;
 }

 .text_8ce034313d91 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .imageview_52ae0d04151d {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_29b5f6fe658a {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_29b5f6fe658a {
   overflow: visible;
 }

 .text_91a8863ce72c {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_91a8863ce72c {
   overflow: visible;
 }

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

 .container_f06a0e4e0147 {
   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_b9f79b49e2a2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 44px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_423f0e79a2bc {
   padding: 16px 23px 30px 23px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
   background: #28293e;
 }

 .imageview_f51e368e1c8f {
   width: 147px;
   height: 42px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .imageview_59bd11f38fa5 {
   width: 108px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .imageview_088c3de27967 {
   width: 119px;
   height: 47px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .imageview_ca1515f84e4a {
   width: 86px;
   height: 21px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .imageview_93b98ce0a000 {
   width: 126px;
   height: 24px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

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

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

 .container_1e078e0061db {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

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

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

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

 .text_76d159499253 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_a1a1fe13a94f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 49px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_f40a2fa0fb77 {
   position: relative !important;
   overflow: visible;
   width: 307px;
   height: 145px;
   flex-shrink: 0;
 }

 .text_542a0b891ca7 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_542a0b891ca7 {
   overflow: visible;
 }

 .text_946f47bd9a23 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_c0f03c6f0ff7 {
   width: 329px;
   height: 357px;
   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_ea283f8dbaf3 {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_85aefe09993e {
   padding: 0 32px 0 32px;
   width: 135px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 388px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

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

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

 .text_13a23fd7e784 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_fc2827ad700d {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_235e70d0ee4a {
   padding: 38px 48px 38px 48px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 0 0;
 }

 .text_64731c5a28cd {
   width: fit-content;
   z-index: 1;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_a1b43f44672f {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_05aee6c2765d {
   margin: -1px 0 0 0 !important;
   padding: 38px 48px 38px 48px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6a908bf23edf {
   width: fit-content;
   z-index: 2;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .text_0a67c6c4289c {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_207a04f42147 {
   margin: -1px 0 0 0 !important;
   padding: 38px 48px 38px 48px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 13px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 0 6px 6px;
 }

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

 .text_d6075364da3a {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d6075364da3a {
   overflow: visible;
 }

 .text_473c292e965f {
   width: 100%;
   min-width: 0;
   height: 144px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_473c292e965f {
   overflow: visible;
 }

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

 .text_18a12f5e5545 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_f72bf9c1ef33 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f72bf9c1ef33 {
   overflow: visible;
 }

 .container_0c79f3e81929 {
   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_2067c523bb87 {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_453f0dcd27d7 {
   width: 257px;
   height: 64px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_453f0dcd27d7 {
   overflow: visible;
 }

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

 .text_4ff85701da4e {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_da9a046e84d4 {
   width: 257px;
   height: 64px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_da9a046e84d4 {
   overflow: visible;
 }

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

 .text_09da80b3fc9b {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_816b0e338654 {
   width: 257px;
   height: 64px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_816b0e338654 {
   overflow: visible;
 }

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

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

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

 .container_e0d38edd9e54 {
   width: 329px;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

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

 .imageview_d5f59222a210 img {
   position: absolute;
   width: 281.0px !important;
   height: 100.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_2fec157f925b {
   width: 47px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #570b00;
   border-radius: 6px 6px 6px 6px;
   mix-blend-mode: normal;
   opacity: 0.2363480031490326;
 }

 .text_2286f24785ea {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 9px;
   top: 2px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_7bd29cf0ebab {
   position: relative !important;
   overflow: visible;
   width: 47px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_81854d9386ff {
   margin: -22px 0 0 0 !important;
   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_cb8a2b75f2eb {
   padding: 20px 24px 20px 24px;
   width: 100%;
   height: 185px;
   min-width: 300px;
   max-width: 570px;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/bcb514b9-4e2d-463c-8c24-cf4482c9267f/12663:1660.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 6px 6px 6px 6px;
 }

 .text_32dcb3b333b4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_cd1331e35782 {
   width: 329px;
   height: 143px;
   position: absolute !important;
   left: 0px;
   top: 49px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_8798db8c4930 {
   position: absolute !important;
   overflow: visible;
   width: 329px;
   height: 192px;
   left: 0px;
   top: 0px;
 }

 .text_22774d94bd9a {
   width: 329px;
   height: 99px;
   position: absolute !important;
   left: 0px;
   top: 208px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

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

 .imageview_bc8c37664f25 {
   width: 329px;
   height: 328px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .text_708c35ecc143 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_ae3129220946 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

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

 .text_2ae3bd6592c1 {
   width: 329px;
   height: 98px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

 .imageview_bd41526ebe2b {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .text_f1615d299a24 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_feac23d61f6c {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .text_0e80bf466e71 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_6dc44c8d0270 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .text_6a2432556915 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_6f61ac80f108 {
   width: 329px;
   height: 410px;
   position: absolute !important;
   left: 0px;
   top: 332px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a72c226d9b1d {
   position: relative !important;
   overflow: visible;
   width: 329px;
   height: 742px;
   flex-shrink: 0;
 }

 .text_20c51d66d4ab {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_20c51d66d4ab {
   overflow: visible;
 }

 .text_b10c11fc5d8c {
   width: 100%;
   min-width: 0;
   height: 98px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_93c08e53e36a {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_93c08e53e36a {
   overflow: visible;
 }

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

 .imageview_ff16f1d7f8a6 {
   width: 80px;
   height: 80px;
 }

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

 .text_e63f1f9674d3 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_3ea02b3f8e7d {
   width: 240px;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_571bc9f91937 {
   padding: 46px 41px 46px 41px;
   width: 100%;
   min-width: 0;
   height: 336px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 0 0;
   box-shadow: 0px 32px 64px #3914000a;
 }

 .text_cf7decc79a23 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_cf7decc79a23 {
   overflow: visible;
 }

 .text_5f55658f7b1f {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_96f1e5e6dfd7 {
   padding: 46px 41px 46px 41px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 0 6px 6px;
 }

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

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

 .imageview_c86646e6c0df {
   width: 329px;
   height: 327px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_0e12f9d306b0 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_0e12f9d306b0 {
   overflow: visible;
 }

 .text_09bdaae7f816 {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_09bdaae7f816 {
   overflow: visible;
 }

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

 .text_cd55e6f737a6 {
   width: 329px;
   height: 102px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_3f6c9199d6a1 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_be19bed4420c {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_2b37a5a90e94 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_2b37a5a90e94 {
   overflow: visible;
 }

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

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

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

 .container_d686d7e4469e {
   width: 138px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .text_b78601e8c68a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 37.46px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_be45e2f160dd {
   position: relative !important;
   overflow: visible;
   width: 138px;
   height: 48px;
   flex-shrink: 0;
 }

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

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

 .text_1b046d17f9a4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_6747248645b1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 49px;
   line-height: 48px;
   font-family: 'Epilogue';
 }

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

 .imageview_3010c6fe12d7 {
   width: 80px;
   height: 80px;
 }

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

 .text_e9ff45238192 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e9ff45238192 {
   overflow: visible;
 }

 .text_7910e4b80b46 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_e8de9fe603ad {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e8de9fe603ad {
   overflow: visible;
 }

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

 .container_7ca4acc96f39 {
   padding: 48px 28px 48px 28px;
   width: 100%;
   min-width: 0;
   height: 416px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 41px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 0 0;
 }

 .imageview_6de2bc253ecf {
   width: 80px;
   height: 78px;
 }

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

 .text_2ccd79dfc177 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_2ccd79dfc177 {
   overflow: visible;
 }

 .text_5317c1c07e1b {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_aab06b4c26ce {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_aab06b4c26ce {
   overflow: visible;
 }

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

 .container_fae301d40886 {
   padding: 48px 28px 48px 28px;
   width: 100%;
   min-width: 0;
   height: 400px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 43px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_123a04fcb0b3 {
   width: 80px;
   height: 80px;
 }

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

 .text_27dd6a97a660 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_27dd6a97a660 {
   overflow: visible;
 }

 .text_ec6b2888afd7 {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_1c3bb69a2e90 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_1c3bb69a2e90 {
   overflow: visible;
 }

 .container_8e1fc6ca1d19 {
   width: 273px;
   height: 180px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_c2edd824ca92 {
   padding: 48px 28px 48px 28px;
   width: 100%;
   min-width: 0;
   height: 400px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 41px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 0 6px 6px;
 }

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

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

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

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

 .text_f8da26758d7f {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f8da26758d7f {
   overflow: visible;
 }

 .text_1007249545d0 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_1007249545d0 {
   overflow: visible;
 }

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

 .text_bdeb42f3d7ca {
   width: 64px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_764869c1e385 {
   width: 10px;
   height: 6px;
   flex-shrink: 0;
   transform-origin: center;
 }

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

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

 .text_b22b07e7c0d3 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_8f81fc1a799c {
   padding: 1px 16px 1px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 19px 19px 19px 19px;
 }

 .text_8f3ba5e9d5cb {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_d82cf2b40b55 {
   padding: 51px 28px 51px 28px;
   width: 100%;
   min-width: 0;
   height: 416px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-end;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/bcb514b9-4e2d-463c-8c24-cf4482c9267f/12663:1717.webp");
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 6px 6px 6px 6px;
 }

 .text_b8f222d5d68e {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_9920f56de6c5 {
   padding: 1px 16px 1px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 19px 19px 19px 19px;
 }

 .text_748141b485f6 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_942b67d75a52 {
   padding: 51px 28px 51px 28px;
   width: 100%;
   min-width: 0;
   height: 416px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-end;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/bcb514b9-4e2d-463c-8c24-cf4482c9267f/12663:1720.webp");
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 6px 6px 6px 6px;
 }

 .text_6668271e4509 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_80bcdb0c9c54 {
   padding: 1px 16px 1px 16px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 19px 19px 19px 19px;
 }

 .text_d5980d6d962e {
   width: fit-content;
   line-height: 48px;
   font-family: 'Epilogue';
 }

 .container_f4b4fe9f0f6b {
   padding: 51px 28px 51px 28px;
   width: 100%;
   min-width: 0;
   height: 416px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-end;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/bcb514b9-4e2d-463c-8c24-cf4482c9267f/12663:1721.webp");
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 6px 6px 6px 6px;
 }

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

 .container_a766c9836efb {
   width: 170px;
   height: 48px;
   border-top: 1px solid #ffffff4d;
   border-right: 1px solid #ffffff4d;
   border-bottom: 1px solid #ffffff4d;
   border-left: 1px solid #ffffff4d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 6px 6px 6px 6px;
 }

 .text_1b1c5c8de65a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_3ac9382fc3f3 {
   position: relative !important;
   overflow: visible;
   width: 170px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .imageview_c0ee944b190d {
   width: 148px;
   height: 148px;
   flex-shrink: 0;
 }

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

 .text_a796fe241e83 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_a796fe241e83 {
   overflow: visible;
 }

 .text_aa9914bc57fc {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_aa9914bc57fc {
   overflow: visible;
 }

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

 .text_13d77eae2433 {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_be0bf61b38c2 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: 48px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

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

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

 .container_696633822106 {
   width: 224.14px;
   height: 143.98px;
   position: absolute !important;
   left: 26.18px;
   top: 13.09px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 24px 48px #551e000a;
 }

 .container_e250fb4ef2e8 {
   width: 250.32px;
   height: 143.98px;
   z-index: 1;
   position: absolute !important;
   left: 13.09px;
   top: 6.54px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 24px 48px #551e000a;
 }

 .container_eb984bd0bfb4 {
   width: 276.5px;
   height: 143.98px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 24px 48px #551e000a;
 }

 .imageview_84a4fd56daa7 {
   width: 32.72px;
   height: 32.72px;
   z-index: 3;
   position: absolute !important;
   left: 19.63px;
   top: 19.63px;
 }

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

 .container_e19b4ef71abe {
   width: 61.35px;
   height: 11.45px;
   z-index: 3;
   position: absolute !important;
   left: 19.63px;
   top: 63.81px;
   background: #f5ded1;
   border-radius: 2px 2px 2px 2px;
 }

 .container_9d0065f5f3e0 {
   width: 103.07px;
   height: 4.91px;
   z-index: 3;
   position: absolute !important;
   left: 19.63px;
   top: 81.8px;
   background: #f5ded1;
   border-radius: 3px 3px 3px 3px;
 }

 .imageview_0d6f32b48505 {
   width: 76.08px;
   height: 45.81px;
   z-index: 3;
   position: absolute !important;
   left: 179.56px;
   top: 20.04px;
   transform-origin: 0 0;
 }

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

 .container_7185c050e82a {
   width: 236.42px;
   height: 4.91px;
   z-index: 3;
   position: absolute !important;
   left: 19.63px;
   top: 117.8px;
   background: #f4e4ff;
   border-radius: 3px 3px 3px 3px;
 }

 .container_b59c61fb02e7 {
   width: 92.44px;
   height: 4.91px;
   z-index: 4;
   position: absolute !important;
   left: 19.63px;
   top: 117.8px;
   background: #b550f8;
   border-radius: 3px 3px 3px 3px;
 }

 .container_fe729496fb32 {
   position: relative !important;
   overflow: visible;
   width: 276.5px;
   height: 157.07px;
   flex-shrink: 0;
 }

 .imageview_6051964efb6e {
   width: 226px;
   height: 194px;
   position: absolute !important;
   left: 0px;
   top: 85px;
 }

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

 .imageview_1629e5c0ba33 {
   width: 191px;
   height: 317px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .container_ee2e096d8a89 {
   position: relative !important;
   overflow: visible;
   width: 235px;
   height: 317px;
   flex-shrink: 0;
 }

 .container_1828eac0bf7d {
   padding: 0 25px 0 25px;
   height: 832px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: flex-end;
   gap: 43px 0;
   display: flex !important;
   flex-direction: column;
   background: #fdf0e9;
   border-radius: 6px 6px 6px 6px;
 }

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

 .text_1c253a629de3 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_1c253a629de3 {
   overflow: visible;
 }

 .text_d564cada7d9a {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d564cada7d9a {
   overflow: visible;
 }

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

 .text_e4633d02a25c {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_00c296988270 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_1f73b13a9bac {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

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

 .text_bcc11be76a54 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_312e9288c2a3 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #3a3c56;
 }

 .text_6cbae5527b4e {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_6cbae5527b4e {
   overflow: visible;
 }

 .text_97d2c3c61963 {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_76d92fd2b85f {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_76d92fd2b85f {
   overflow: visible;
 }

 .container_c7e9639754fa {
   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_3fd86f203b2f {
   padding: 35px 28px 35px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .text_61fc09f252fa {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_a5c225510d67 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_33be4cb3058f {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

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

 .text_cd67fcfeef0f {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_f89209574e02 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #3a3c56;
 }

 .text_e9d1f45d5d03 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e9d1f45d5d03 {
   overflow: visible;
 }

 .text_42dbf59709a0 {
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_ef74084d85ce {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ef74084d85ce {
   overflow: visible;
 }

 .container_c433ce268e1f {
   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_b8f5d20341b1 {
   padding: 35px 28px 35px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .text_29a36b55fbd4 {
   width: fit-content;
   line-height: 80px;
   font-family: 'Epilogue';
 }

 .text_b03847798eb7 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_6554c4a693e3 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

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

 .text_809e6661901d {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .container_a2837151a2e6 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #3a3c56;
 }

 .text_247a08f30a01 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_247a08f30a01 {
   overflow: visible;
 }

 .text_04b56e0764e1 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_63b8d168576d {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_63b8d168576d {
   overflow: visible;
 }

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

 .container_dc673cfe5af5 {
   padding: 35px 28px 35px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 38px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

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

 .container_9dd146ed22c4 {
   width: 170px;
   height: 48px;
   border-top: 1px solid #ffffff4d;
   border-right: 1px solid #ffffff4d;
   border-bottom: 1px solid #ffffff4d;
   border-left: 1px solid #ffffff4d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 6px 6px 6px 6px;
 }

 .text_9ea568c60973 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_dea008f1c57e {
   position: relative !important;
   overflow: visible;
   width: 170px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .text_d60c3b542815 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_d60c3b542815 {
   overflow: visible;
 }

 .text_c81e8fd5a722 {
   width: 100%;
   min-width: 0;
   height: 144px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_c81e8fd5a722 {
   overflow: visible;
 }

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

 .imageview_ad3980830c43 {
   width: 196px;
   height: 247px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_ee6bd05d41f6 {
   padding: 1px 37px 1px 37px;
   width: 100%;
   min-width: 0;
   height: 272px;
   flex-shrink: 0;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   justify-content: center;
   align-items: flex-end;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .text_f1a5c5c9b0c2 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f1a5c5c9b0c2 {
   overflow: visible;
 }

 .text_f987fdaa1468 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f987fdaa1468 {
   overflow: visible;
 }

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

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

 .imageview_dee118a9895b {
   width: 259px;
   height: 231px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_4f93b382ae24 {
   padding: 1px 5px 1px 5px;
   width: 100%;
   min-width: 0;
   height: 272px;
   flex-shrink: 0;
   border-top: 1px solid #3a3b55ff;
   border-right: 1px solid #3a3b55ff;
   border-bottom: 1px solid #3a3b55ff;
   border-left: 1px solid #3a3b55ff;
   align-items: center;
   justify-content: flex-end;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .text_76d80178dc31 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_76d80178dc31 {
   overflow: visible;
 }

 .text_2546486b32ac {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_2546486b32ac {
   overflow: visible;
 }

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

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

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

 .imageview_59bcfc2d3f2d {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
 }

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

 .imageview_8016033e9283 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
 }

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

 .imageview_e90df2c3f132 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
 }

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

 .imageview_d8401c66acf9 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
 }

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

 .imageview_5e49bdfeb662 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
 }

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

 .imageview_1b2e22cca519 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
 }

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

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

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

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

 .imageview_1b208a72ed3a {
   width: 329px;
   height: 259px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .imageview_421badadf05e {
   width: 100px;
   height: 80px;
   position: absolute !important;
   left: 229px;
   top: 9px;
 }

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

 .text_b2ca44d0111a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_ca072ffe0a1e {
   width: 329px;
   height: 138px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_c721a760915a {
   position: relative !important;
   overflow: visible;
   width: 329px;
   height: 199px;
   flex-shrink: 0;
 }

 .text_b72ae5f8daf6 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b72ae5f8daf6 {
   overflow: visible;
 }

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

 .text_autoheight_8990e457d682 {
   overflow: visible;
 }

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

 .container_97db2d6534df {
   padding: 0 23px 0 23px;
   width: 375px;
   height: 585px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 41px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_9121e87828ff {
   padding: 87px 0 87px 0;
   width: 100%;
   min-width: 0;
   height: 6112px;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 131px 0;
   display: flex !important;
   flex-direction: column;
   background: #28293e;
 }

 .text_215dfd16f1b3 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_215dfd16f1b3 {
   overflow: visible;
 }

 .text_f0c03eeaa1d1 {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f0c03eeaa1d1 {
   overflow: visible;
 }

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

 .imageview_6fe03069a412 {
   width: 152px;
   height: 24px;
 }

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

 .text_dccbfb4d9105 {
   width: 273px;
   height: 261px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_74c45e3aed5e {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_edf5343338e9 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_edf5343338e9 {
   overflow: visible;
 }

 .text_258482babc89 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_258482babc89 {
   overflow: visible;
 }

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

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

 .container_88500264acaa {
   padding: 48px 28px 48px 28px;
   width: 100%;
   min-width: 0;
   height: 528px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 34px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 0 0;
   box-shadow: 0px 32px 64px #3914000a;
 }

 .imageview_75b527bbf1f4 {
   width: 152px;
   height: 24px;
   z-index: 1;
 }

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

 .text_55cd7ebf46c8 {
   width: 273px;
   height: 132px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

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

 .text_84ad38a3b8b7 {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_84ad38a3b8b7 {
   overflow: visible;
 }

 .text_100e13daa79f {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_100e13daa79f {
   overflow: visible;
 }

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

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

 .container_23ecb3d6e1c9 {
   margin: -1px 0 0 0 !important;
   padding: 45px 28px 45px 28px;
   width: 100%;
   min-width: 0;
   height: 417px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 34px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_36c925c85e3c {
   width: 152px;
   height: 24px;
   z-index: 2;
 }

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

 .text_c70ab4a8b8e5 {
   width: 273px;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

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

 .text_b65effc0ff66 {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 2;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b65effc0ff66 {
   overflow: visible;
 }

 .text_e86817da53b3 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 2;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e86817da53b3 {
   overflow: visible;
 }

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

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

 .container_d6288a053a21 {
   margin: -1px 0 0 0 !important;
   padding: 44px 28px 44px 28px;
   width: 100%;
   min-width: 0;
   height: 416px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 34px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e0d87f5dce39 {
   width: 152px;
   height: 24px;
   z-index: 3;
 }

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

 .text_8432db5c436d {
   width: 273px;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .imageview_b11d6d54768d {
   width: 80px;
   height: 80px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 1;
 }

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

 .text_f2ffd5dafc9e {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 3;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f2ffd5dafc9e {
   overflow: visible;
 }

 .text_58013722f678 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 3;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_58013722f678 {
   overflow: visible;
 }

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

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

 .container_871f16ce8d0e {
   margin: -1px 0 0 0 !important;
   padding: 43px 28px 43px 28px;
   width: 100%;
   min-width: 0;
   height: 416px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 34px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 0 6px 6px;
 }

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

 .container_20aa09d4aba4 {
   width: 138px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .text_256a2526e05f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 41.46px;
   top: 18px;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_9fdaa9681b1d {
   position: relative !important;
   overflow: visible;
   width: 138px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .text_1e3da0b21321 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_1e3da0b21321 {
   overflow: visible;
 }

 .text_8157e25358d0 {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_8157e25358d0 {
   overflow: visible;
 }

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

 .text_50b9d31dee2a {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_50b9d31dee2a {
   overflow: visible;
 }

 .text_ecf5ed52db06 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ecf5ed52db06 {
   overflow: visible;
 }

 .text_b48593d879b7 {
   width: 100%;
   min-width: 0;
   height: 69px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

 .imageview_b6a1b5e588a5 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

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

 .text_0f384ed77186 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_e121092e8a26 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_01193f662f95 {
   width: 8px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 7px;
   background: #ffffff;
   border-radius: 1px 1px 1px 1px;
 }

 .container_6201ac54eb7b {
   position: relative !important;
   overflow: visible;
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

 .text_7355baf8814a {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_4ccf33c990d4 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_5b940234d808 {
   width: 8px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 7px;
   background: #ffffff;
   border-radius: 1px 1px 1px 1px;
 }

 .container_79ebde09b69a {
   position: relative !important;
   overflow: visible;
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

 .text_53268d2d5608 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .container_bf700d9d4d2b {
   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_205bad75790a {
   width: 273px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 27px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_976a659b299d {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_4f089b35f9ba {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .container_69c72d5f20de {
   padding: 44px 28px 44px 28px;
   width: 100%;
   min-width: 0;
   height: 512px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 36px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 0 0;
 }

 .text_977bd372b874 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_78174e157975 {
   padding: 1px 16px 1px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ef6d58;
   border-radius: 19px 19px 19px 19px;
 }

 .text_bace94c3d92c {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_bace94c3d92c {
   overflow: visible;
 }

 .text_4d93316a6d12 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 1;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_4d93316a6d12 {
   overflow: visible;
 }

 .text_e5edf0493534 {
   width: 100%;
   min-width: 0;
   height: 92px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

 .imageview_7eec8248ca2d {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_bf2281ec10dc {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_ae6d0e3fb319 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_9c5bacb0d152 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_26845b8d559e {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_3d002aa1e74a {
   width: 8px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 7px;
   background: #ffffff;
   border-radius: 1px 1px 1px 1px;
 }

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

 .text_a05098330a36 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

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

 .text_0fc9547d0e7f {
   width: fit-content;
   z-index: 1;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_1632eee99141 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

 .container_dd83777ff451 {
   padding: 0 0 0 8px;
   width: 281px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 36px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_955cf8801598 {
   margin: -1px 0 0 0 !important;
   padding: 33px 20px 33px 20px;
   width: 100%;
   min-width: 0;
   height: 593px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   box-shadow: 0px 32px 64px #3914000a;
 }

 .text_f7d0be07f214 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 2;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f7d0be07f214 {
   overflow: visible;
 }

 .text_57505dd7432e {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 2;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_57505dd7432e {
   overflow: visible;
 }

 .text_027f6b6ef619 {
   width: 100%;
   min-width: 0;
   height: 69px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

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

 .imageview_9e1497834c03 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_9cd35f5b0f87 {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_e3e41b4830cd {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_5bd41857ea60 {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .imageview_e2feccf89a43 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_4f15479cd0da {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

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

 .text_5be757ed74d3 {
   width: fit-content;
   z-index: 2;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_78a6c5dc46c0 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .container_e7506552aeca {
   margin: -1px 0 0 0 !important;
   padding: 45px 28px 45px 28px;
   width: 100%;
   min-width: 0;
   height: 513px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 36px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 0 6px 6px;
 }

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

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

 .text_4676f0d1dcb2 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_4676f0d1dcb2 {
   overflow: visible;
 }

 .text_f9ab5507d3b2 {
   width: 100%;
   min-width: 0;
   height: 144px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f9ab5507d3b2 {
   overflow: visible;
 }

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

 .text_298471b223f5 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_91f92b143f99 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_91f92b143f99 {
   overflow: visible;
 }

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

 .text_381a5b5b44f1 {
   width: 226px;
   height: 64px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_381a5b5b44f1 {
   overflow: visible;
 }

 .imageview_639c18a452dd {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

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

 .text_d273ebc7cd20 {
   width: 273px;
   height: 255px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .container_0f678bf7059b {
   padding: 38px 28px 38px 28px;
   width: 100%;
   min-width: 0;
   height: 417px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 0 0;
   box-shadow: 0px 32px 64px #3914000a;
 }

 .text_96b1ec23a810 {
   width: 226px;
   height: 64px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_96b1ec23a810 {
   overflow: visible;
 }

 .imageview_2cf7bce8a1ec {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .container_957f23c32ae0 {
   padding: 40px 28px 40px 28px;
   width: 100%;
   min-width: 0;
   height: 145px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 15px;
   display: flex !important;
   flex-direction: row;
 }

 .text_033b3eeca7aa {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .imageview_323496aacd44 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .container_334433f9f47b {
   padding: 40px 28px 40px 28px;
   width: 100%;
   min-width: 0;
   height: 113px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 22px;
   display: flex !important;
   flex-direction: row;
 }

 .text_72ce186fb777 {
   width: 226px;
   height: 64px;
   flex-shrink: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_72ce186fb777 {
   overflow: visible;
 }

 .imageview_7874f3cb8404 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
 }

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

 .container_d248430981af {
   padding: 40px 28px 40px 28px;
   width: 100%;
   min-width: 0;
   height: 145px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 15px;
   display: flex !important;
   flex-direction: row;
   border-radius: 0 0 6px 6px;
 }

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

 .text_4661f27e542d {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_4661f27e542d {
   overflow: visible;
 }

 .container_ef6b8dcb3e88 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .imageview_ca4dfbb9700e {
   width: 120px;
   height: 80px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_ab28a8d2009b {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ab28a8d2009b {
   overflow: visible;
 }

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

 .text_301a48b066cf {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_301a48b066cf {
   overflow: visible;
 }

 .text_5b3aad84a753 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_5b3aad84a753 {
   overflow: visible;
 }

 .imageview_eb3fef6783fe {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

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

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

 .container_d6b69ee2a3ed {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .imageview_23d33cfeec82 {
   width: 120px;
   height: 80px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_3a83671fd608 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_3a83671fd608 {
   overflow: visible;
 }

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

 .text_f6a731c7bfb9 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f6a731c7bfb9 {
   overflow: visible;
 }

 .text_02ad5262afe3 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_02ad5262afe3 {
   overflow: visible;
 }

 .imageview_cd776021a9cf {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

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

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

 .container_9b300dfcdaf1 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .imageview_5be1518e313f {
   width: 120px;
   height: 80px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_12757074d6dd {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_12757074d6dd {
   overflow: visible;
 }

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

 .text_eae8f62411ed {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_eae8f62411ed {
   overflow: visible;
 }

 .text_18aadf84f1cc {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_18aadf84f1cc {
   overflow: visible;
 }

 .imageview_9018c7a5a96e {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

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

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

 .container_25120b73e2ce {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

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

 .text_dad49529d39b {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_0b0e2f360681 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

 .text_02fbbfdf1286 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_02fbbfdf1286 {
   overflow: visible;
 }

 .text_23ed43eb729c {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_23ed43eb729c {
   overflow: visible;
 }

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

 .text_86ff07bdb6bc {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_c3df2abcbafa {
   padding: 16px 35px 16px 35px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

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

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

 .text_c3a078179d1e {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_c3a078179d1e {
   overflow: visible;
 }

 .text_e3938516849e {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_73fb4df6de0a {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_73fb4df6de0a {
   overflow: visible;
 }

 .container_4282420aae12 {
   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_fce2bbd18fee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_b2cbc3c2957c {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_b2cbc3c2957c {
   overflow: visible;
 }

 .text_0a456aba7ea9 {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_710e96998834 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_710e96998834 {
   overflow: visible;
 }

 .container_199fc38d2974 {
   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_08f98284c2f2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d7ce80ecb588 {
   width: 329px;
   height: 224px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_7f8d1e24a909 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_7f8d1e24a909 {
   overflow: visible;
 }

 .text_d918db691387 {
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_f49f79bd8b4a {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_f49f79bd8b4a {
   overflow: visible;
 }

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

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

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

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

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

 .container_7c354dff6cac {
   width: 329px;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .text_06fd15643671 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_06fd15643671 {
   overflow: visible;
 }

 .text_57c8f867ccf4 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_4533839b2676 {
   padding: 7px 16px 7px 16px;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_9fd824132621 {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_89dd04a86e23 {
   padding: 16px 32px 16px 32px;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

 .container_d86a33037b42 {
   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_2f2806fb7430 {
   width: 329px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 35px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e9bb253a8a72 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_1b2f945d04b0 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_0f97cf2d4cec {
   padding: 7px 16px 7px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_c194ccc7d013 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .imageview_a7510a6442a7 {
   width: 10px;
   height: 6px;
   flex-shrink: 0;
   transform-origin: center;
 }

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

 .container_e889e30b03f2 {
   padding: 7px 16px 7px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_fe5ff442fcfe {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_7aa47bf93468 {
   padding: 9px 16px 9px 16px;
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

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

 .text_5a9ae015216d {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_dca5728957b2 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

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

 .container_5e6d18f5f92f {
   padding: 50px 24px 50px 24px;
   width: 329px;
   height: 464px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_1ad7c8d54208 {
   width: 100%;
   min-width: 0;
   height: 720px;
   flex-shrink: 0;
 }

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

 .imageview_d73a32668fc4 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_b1bc6b50a063 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .text_1ec1d14556b0 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_8f0ee4bf2f7f {
   padding: 32px 28px 32px 28px;
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 0 0;
 }

 .imageview_1ef79cf60ffe {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_1a037cde217b {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .text_f70d84f09068 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .container_c64dc3f0ef74 {
   padding: 33px 28px 33px 28px;
   width: 100%;
   min-width: 0;
   height: 193px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_cb7de597e81e {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

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

 .text_5ed8e30f16f5 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

 .text_e013690daefa {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_e013690daefa {
   overflow: visible;
 }

 .container_0ebdae9a1730 {
   padding: 33px 28px 33px 28px;
   width: 100%;
   min-width: 0;
   height: 193px;
   flex-shrink: 0;
   border-top: 1px solid #f3d1bfff;
   border-right: 1px solid #f3d1bfff;
   border-bottom: 1px solid #f3d1bfff;
   border-left: 1px solid #f3d1bfff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 26px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 0 0 6px 6px;
 }

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

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

 .imageview_f3492bf9b27d {
   width: 273px;
   height: 264px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .text_649edef605a4 {
   width: 274px;
   height: 192px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_649edef605a4 {
   overflow: visible;
 }

 .text_11324f380b3d {
   width: 273px;
   height: 127px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_9be4399c9047 {
   width: fit-content;
   line-height: 14.35px;
   font-family: 'Epilogue';
 }

 .container_16aa5eb96a8c {
   padding: 16px 32px 16px 32px;
   width: 154px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 3px 9px #39140014;
 }

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

 .container_0911aecc525b {
   padding: 32px 27px 32px 27px;
   width: 329px;
   height: 784px;
   flex-shrink: 0;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ef6d58;
   border-radius: 6px 6px 6px 6px;
 }

 .text_29a9d7b1bfd4 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_29a9d7b1bfd4 {
   overflow: visible;
 }

 .text_2e8c40eb660a {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_2e8c40eb660a {
   overflow: visible;
 }

 .text_ac053ea84f0b {
   width: 100%;
   min-width: 0;
   height: 128px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_ac053ea84f0b {
   overflow: visible;
 }

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

 .text_2a5927a247e5 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_2a5927a247e5 {
   overflow: visible;
 }

 .text_a3215500e1ce {
   width: 100%;
   min-width: 0;
   height: 128px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Epilogue';
 }

 .text_autoheight_a3215500e1ce {
   overflow: visible;
 }

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

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

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

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

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

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

 .container_fd31ed4e75dc {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3d1bf;
 }

 .text_266be718a136 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_21fcf9ef80e2 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

 .text_d71733da42a7 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Epilogue';
 }

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

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

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

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

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