 /*
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/css2?family=Oh+AdiOdeyaBaruch&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=Reisinger+-+Michal&display=swap");
 @import url("https://fonts.googleapis.com/css?family=42dot+Sans:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("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_2ec470099569 {
   width: 869.68px;
   height: 81px;
   transform: rotate(-0.37886589259989967deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 494.37px;
   top: 165.22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 50.41px;
   word-wrap: break-word;
   font-family: 'Oh AdiOdeyaBaruch';
 }

 .text_e9b61d1a4a99 {
   width: 869.68px;
   height: 81px;
   transform: rotate(-0.37886589259989967deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 329.35px;
   top: 1558.27px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 50.41px;
   word-wrap: break-word;
   font-family: 'Oh AdiOdeyaBaruch';
 }

 .text_a80a9823d124 {
   width: 860.26px;
   height: 409.65px;
   z-index: 1;
   position: absolute !important;
   left: 512.88px;
   top: 204.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 72.1px;
   word-wrap: break-word;
   background: linear-gradient(91deg, #f7aeffff 13.37%, #f585a1ff 39.68%, #b691beff 76.83%);
   font-family: 'Reisinger - Michal';
 }

 .imageview_33f614ce73dd {
   width: 223px;
   height: 223px;
   z-index: 1;
   position: absolute !important;
   left: 1239.86px;
   top: -62.84px;
   _scaling-factor: 0.5;
 }

 .imageview_33f614ce73dd.wp-block-image {
   width: 200px !important;
   height: 160px !important;
   left: 1240px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .imageview_0b7f2d500ccd {
   width: 188px;
   height: 188px;
   position: absolute !important;
   left: -68.99px;
   top: 444.62px;
   _scaling-factor: 0.5;
 }

 .imageview_0b7f2d500ccd.wp-block-image {
   width: 119px !important;
   height: 188px !important;
   left: 0px !important;
   top: 445px !important;
   overflow: hidden;
 }

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

 .imageview_97152bed62c7 {
   width: 68.01px;
   height: 65.34px;
   z-index: 2;
   position: absolute !important;
   left: 895.47px;
   top: 435.67px;
 }

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

 .text_1d1669376e54 {
   width: max-content;
   position: absolute !important;
   left: 761.3px;
   top: 666.75px;
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .container_62c50bf18936 {
   width: 306.6px;
   height: 46px;
   z-index: 1;
   border-top: 1px solid #464646ff;
   border-right: 1px solid #464646ff;
   border-bottom: 1px solid #464646ff;
   border-left: 1px solid #464646ff;
   position: absolute !important;
   left: 733px;
   top: 657.25px;
   background: #d9d9d900;
   border-radius: 51.04px 51.04px 51.04px 51.04px;
 }

 .imageview_469ef96fd136 {
   width: 46px;
   height: 46px;
   z-index: 2;
   position: absolute !important;
   left: 1016.6px;
   top: 657.25px;
 }

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

 .imageview_12044bc81e04 {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 1027.6px;
   top: 668.25px;
 }

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

 .container_53f8dbe2b84d {
   width: 375.12px;
   height: 65.34px;
   z-index: 2;
   border-top: 1px solid #464646ff;
   border-right: 1px solid #464646ff;
   border-bottom: 1px solid #464646ff;
   border-left: 1px solid #464646ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #f6cdffff 0%, #e985ffcf 100%);
   border-radius: 51.04px 51.04px 51.04px 51.04px;
 }

 .container_49e98b697642 {
   position: absolute !important;
   overflow: visible;
   width: 375.12px;
   height: 65.34px;
   z-index: 2;
   left: 998.02px;
   top: 480.27px;
   border-radius: 51.04px 51.04px 51.04px 51.04px;
 }

 .container_wrapper_49e98b697642 {
   position: absolute !important;
   overflow: visible;
   left: 998.02px;
   top: 480.27px;
   width: 375.12px;
   height: 65.34px;
   z-index: 2;
 }

 .container_nested_49e98b697642 {
   width: 375.12px;
   height: 65.34px;
   z-index: 2;
   border-radius: 51.04px 51.04px 51.04px 51.04px;
 }

 .text_70852b1789d4 {
   width: max-content;
   position: absolute !important;
   left: 33.7px;
   top: 9.5px;
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .container_800b016ce694 {
   width: 260px;
   height: 46px;
   z-index: 1;
   border-top: 1px solid #464646ff;
   border-right: 1px solid #464646ff;
   border-bottom: 1px solid #464646ff;
   border-left: 1px solid #464646ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d900;
   border-radius: 51.04px 51.04px 51.04px 51.04px;
 }

 .imageview_c4c4b8812093 {
   width: 46px;
   height: 46px;
   z-index: 2;
   position: absolute !important;
   left: 237px;
   top: 0px;
 }

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

 .imageview_bdabd1087b67 {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 248px;
   top: 11px;
 }

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

 .container_c8ebc1a20880 {
   position: absolute !important;
   overflow: visible;
   width: 283px;
   height: 46px;
   left: 412.04px;
   top: 655.88px;
 }

 .container_wrapper_c8ebc1a20880 {
   position: absolute !important;
   overflow: visible;
   left: 412.04px;
   top: 655.88px;
   width: 283px;
   height: 46px;
 }

 .container_nested_c8ebc1a20880 {
   width: 283px;
   height: 46px;
 }

 .text_2ddf2ad24751 {
   width: 345.94px;
   height: 59.61px;
   z-index: 3;
   position: absolute !important;
   left: 1012.61px;
   top: 499.16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: 'Reisinger - Michal';
 }

 .text_c10224455597 {
   width: max-content;
   position: absolute !important;
   left: 1142.57px;
   top: 666px;
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .container_f7cf7f1228b1 {
   width: 260px;
   height: 46px;
   z-index: 1;
   border-top: 1px solid #464646ff;
   border-right: 1px solid #464646ff;
   border-bottom: 1px solid #464646ff;
   border-left: 1px solid #464646ff;
   position: absolute !important;
   left: 1093.87px;
   top: 656.5px;
   background: #d9d9d900;
   border-radius: 51.04px 51.04px 51.04px 51.04px;
 }

 .imageview_062a1fae05e2 {
   width: 46px;
   height: 46px;
   z-index: 2;
   position: absolute !important;
   left: 1330.87px;
   top: 656.5px;
 }

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

 .imageview_59c02918327d {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 1341.87px;
   top: 667.5px;
 }

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

 .imageview_4fd24003fa30 {
   width: 78.71px;
   height: 52.47px;
   position: absolute !important;
   left: 362.39px;
   top: 690.88px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

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

 .imageview_6fdf43adcbca {
   width: 30.3px;
   height: 30.3px;
   z-index: 1;
   position: absolute !important;
   left: 283.68px;
   top: 735.01px;
   transform-origin: 0 0;
 }

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

 .text_30ba4c868f8f {
   width: 608.61px;
   height: 78px;
   z-index: 3;
   position: absolute !important;
   left: 758.3px;
   top: 363.67px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_30ba4c868f8f {
   overflow: visible;
 }

 .text-a8f2cf296921_30ba4c868f8f {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text-cb5378722a00_30ba4c868f8f {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .imageview_878277896994 {
   width: 544px;
   height: 680px;
   z-index: 1;
   position: absolute !important;
   left: -49.38px;
   top: 48.43px;
   _scaling-factor: 0.5;
 }

 .imageview_878277896994.wp-block-image {
   width: 495px !important;
   height: 680px !important;
   left: 0px !important;
   top: 48px !important;
   overflow: hidden;
 }

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

 .imageview_1e65452cc27c {
   width: 363.58px;
   height: 504.78px;
   z-index: 2;
   position: absolute !important;
   left: 125.47px;
   top: 31.7px;
 }

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

 .container_0479588cedd2 {
   width: 90.43px;
   height: 1.32px;
   z-index: 3;
   transform: rotate(10.296363744617935deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 215.78px;
   top: 512.94px;
   background: #1c1b1f;
   border-radius: 0 0 20px 20px;
 }

 .imageview_6537e376fc50 {
   width: 50px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 201.33px;
   top: 644.96px;
   _scaling-factor: 0.5;
 }

 .imageview_6537e376fc50 img {
   position: absolute;
   width: 193.32% !important;
   height: 240.53% !important;
   max-width: none !important;
   left: -47.90%;
   top: -68.02%;
 }

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

 .imageview_9739bfdf3a09 {
   width: 119.09px;
   height: 120.51px;
   z-index: 3;
   position: absolute !important;
   left: 404.04px;
   top: 115.92px;
 }

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

 .text_9eb882e55639 {
   width: 86.6px;
   height: 128.51px;
   z-index: 4;
   transform: rotate(-13.4288909152809deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 410.55px;
   top: 143.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.96px;
   word-wrap: break-word;
   font-family: 'Reisinger - Michal';
 }

 .text-579f33121bca_9eb882e55639 {
   line-height: 20.96px;
   font-family: 'Reisinger - Michal';
 }

 .text-b29395a54151_9eb882e55639 {
   line-height: 20.96px;
   font-family: 'Reisinger - Michal';
 }

 .line_bda1ead8fb4a {
   width: 18.68px;
   height: 11.92px;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 529.13px;
   top: 135.39px;
   direction: horizontal;
   background: #000000;
 }

 .line_e14ba0e91572 {
   width: 21.27px;
   height: 1.1px;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 531.02px;
   top: 160.87px;
   direction: horizontal;
   background: #000000;
 }

 .line_58176a2592c4 {
   width: 21.12px;
   height: 4.64px;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 531.18px;
   top: 183.09px;
   direction: horizontal;
   background: #000000;
 }

 .imageview_ccf1942a7635 {
   width: 1522.72px;
   height: 543.1px;
   position: absolute !important;
   left: -41.36px;
   top: 851.56px;
 }

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

 .imageview_ccf1942a7635 img {
   position: absolute;
   width: 1440.0px !important;
   height: 544.3px !important;
   max-width: none !important;
   left: 41.4px;
   top: -0.7px;
 }

 .imageview_ebc5ce91528e {
   width: 68.01px;
   height: 65.34px;
   z-index: 1;
   position: absolute !important;
   left: 948.06px;
   top: 971.71px;
 }

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

 .text_d82d7dbdda0e {
   width: 907.63px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 271.81px;
   top: 1075.78px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_d82d7dbdda0e {
   overflow: visible;
 }

 .text-cfec50db19e7_d82d7dbdda0e {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text-c37790eaa68d_d82d7dbdda0e {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text-541d03944e4c_d82d7dbdda0e {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text-ccf27e3cac19_d82d7dbdda0e {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text_7778e8a6d406 {
   width: 860.26px;
   height: 409.65px;
   z-index: 2;
   position: absolute !important;
   left: 307.66px;
   top: 1004.38px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.44px;
   word-wrap: break-word;
   background: linear-gradient(91deg, #f7aeffff 13.37%, #f585a1ff 39.68%, #b691beff 76.83%);
   font-family: 'Reisinger - Michal';
 }

 .text_697f76631872 {
   width: 860.26px;
   height: 354.07px;
   z-index: 1;
   position: absolute !important;
   left: 676.34px;
   top: 1521px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.44px;
   word-wrap: break-word;
   background: linear-gradient(91deg, #f7aeffff 13.37%, #f585a1ff 39.68%, #b691beff 76.83%);
   font-family: 'Reisinger - Michal';
 }

 .container_7647977b6caa {
   width: 373.21px;
   height: 423.4px;
   z-index: 2;
   position: absolute !important;
   left: 984.04px;
   top: 1667.6px;
   background: #d9d9d9a6;
   border-radius: 56px 56px 56px 56px;
 }

 .text_c65a6b573fff {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 1229.25px;
   top: 1835.07px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .text_57aab49d85d8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 1047.25px;
   top: 1831.07px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .line_24af779f22eb {
   width: 1px;
   height: 424px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 1175.25px;
   top: 1667px;
   direction: vertical;
   background: #000000;
 }

 .imageview_dfb1f49891a0 {
   width: 193px;
   height: 420px;
   z-index: 4;
   position: absolute !important;
   left: 981.7px;
   top: 1670.45px;
   _scaling-factor: 0.5;
   border-radius: 58px 0 0 58px;
 }

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

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

 .imageview_0804b09368bd {
   width: 172px;
   height: 420px;
   z-index: 4;
   position: absolute !important;
   left: 1178px;
   top: 1670.45px;
   _scaling-factor: 0.5;
   border-radius: 0 49px 49px 0;
 }

 .imageview_0804b09368bd img {
   position: absolute;
   width: 182.58% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -30.39%;
   top: 0.00%;
 }

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

 .container_954c7b5ff8ca {
   width: 88px;
   height: 32px;
   z-index: 5;
   position: absolute !important;
   left: 1131.25px;
   top: 1877px;
   background: #adabab;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_0dc074ddfd33 {
   width: 24px;
   height: 24px;
   z-index: 6;
   position: absolute !important;
   left: 1163.25px;
   top: 1881px;
 }

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

 .container_2c8349c4bef1 {
   width: 373.21px;
   height: 423.4px;
   z-index: 2;
   position: absolute !important;
   left: 542.04px;
   top: 1667.6px;
   background: #d9d9d9a6;
   border-radius: 56px 56px 56px 56px;
 }

 .text_7aa6f5be4d0a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 787.25px;
   top: 1835.07px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .text_22133e6348c6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 605.25px;
   top: 1831.07px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .line_3b491f3a0174 {
   width: 1px;
   height: 424px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 733.25px;
   top: 1667px;
   direction: vertical;
   background: #000000;
 }

 .imageview_759c1e040d3e {
   width: 194px;
   height: 423px;
   z-index: 4;
   position: absolute !important;
   left: 733.25px;
   top: 1668.45px;
   _scaling-factor: 0.5;
   border-radius: 0 64px 64px 0;
 }

 .imageview_759c1e040d3e img {
   position: absolute;
   width: 163.61% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -9.66%;
   top: -0.00%;
 }

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

 .imageview_a6d8775c4c9b {
   width: 188px;
   height: 424px;
   z-index: 4;
   position: absolute !important;
   left: 542.52px;
   top: 1668.26px;
   _scaling-factor: 0.5;
   border-radius: 62px 0 0 62px;
 }

 .imageview_a6d8775c4c9b img {
   position: absolute;
   width: 169.24% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -15.87%;
   top: 0.00%;
 }

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

 .container_ec1f9391dc4a {
   width: 88px;
   height: 32px;
   z-index: 5;
   position: absolute !important;
   left: 689.25px;
   top: 1877px;
   background: #adabab;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_cc9dffef9ff6 {
   width: 24px;
   height: 24px;
   z-index: 6;
   position: absolute !important;
   left: 721.25px;
   top: 1881px;
 }

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

 .container_644baa982033 {
   width: 373.21px;
   height: 423.4px;
   position: absolute !important;
   left: 92.6px;
   top: 1667.6px;
   background: #d9d9d9a6;
   border-radius: 56px 56px 56px 56px;
 }

 .text_4a9156a80bc3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 337.81px;
   top: 1835.07px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .text_5fcbf462a58d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 155.81px;
   top: 1831.07px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .imageview_e1f812079df7 {
   width: 193px;
   height: 423px;
   z-index: 2;
   position: absolute !important;
   left: 280.89px;
   top: 1667px;
   _scaling-factor: 0.5;
   border-radius: 0 73px 73px 0;
 }

 .imageview_e1f812079df7 img {
   position: absolute;
   width: 390.25% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -126.39%;
   top: 0.00%;
 }

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

 .imageview_84e62be2a7e6 {
   width: 192px;
   height: 425px;
   z-index: 3;
   position: absolute !important;
   left: 284.01px;
   top: 1667.67px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
   border-radius: 0 51px 51px 0;
 }

 .imageview_84e62be2a7e6 img {
   position: absolute;
   width: 124.55% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: 0.11%;
   top: 0.00%;
 }

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

 .line_ba8729a32ae4 {
   width: 1px;
   height: 424px;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 283.81px;
   top: 1667px;
   direction: vertical;
   background: #000000;
 }

 .container_9205b2ac09d2 {
   width: 88px;
   height: 32px;
   z-index: 5;
   position: absolute !important;
   left: 239.81px;
   top: 1877px;
   background: #adabab;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_51e433d6fccb {
   width: 24px;
   height: 24px;
   z-index: 6;
   position: absolute !important;
   left: 271.81px;
   top: 1881px;
 }

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

 .container_99315d2d688a {
   width: 373.21px;
   height: 423.4px;
   position: absolute !important;
   left: 92.6px;
   top: 2130.98px;
   background: #d9d9d9a6;
   border-radius: 56px 56px 56px 56px;
 }

 .text_ba8e5e2817aa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 337.81px;
   top: 2298.45px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .text_6dc5fa10d4f0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 155.81px;
   top: 2294.45px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .imageview_194ec302adab {
   width: 191px;
   height: 425px;
   z-index: 2;
   position: absolute !important;
   left: 92.01px;
   top: 2130.98px;
   _scaling-factor: 0.5;
   border-radius: 55px 0 0 55px;
 }

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

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

 .imageview_98891faa2514 {
   width: 182px;
   height: 428px;
   z-index: 2;
   position: absolute !important;
   left: 283.81px;
   top: 2130.38px;
   _scaling-factor: 0.5;
   border-radius: 0 55px 55px 0;
 }

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

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

 .line_9a58ea7cdbfb {
   width: 1px;
   height: 424px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 283.81px;
   top: 2130.38px;
   direction: vertical;
   background: #000000;
 }

 .container_b042df8dbd31 {
   width: 88px;
   height: 32px;
   z-index: 4;
   position: absolute !important;
   left: 239.81px;
   top: 2340.38px;
   background: #adabab;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_0770eb5dcde6 {
   width: 24px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 271.81px;
   top: 2344.38px;
 }

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

 .container_94a51a9ad1e6 {
   width: 373.21px;
   height: 423.4px;
   position: absolute !important;
   left: 539.24px;
   top: 2138.97px;
   background: #d9d9d9a6;
   border-radius: 56px 56px 56px 56px;
 }

 .text_d029c362acc9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 784.45px;
   top: 2306.44px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .text_ca43c22e7757 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 602.45px;
   top: 2302.44px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .imageview_fbb99b78b5ac {
   width: 421px;
   height: 182px;
   z-index: 2;
   position: absolute !important;
   left: 730.45px;
   top: 2138.38px;
   _scaling-factor: 0.5;
   border-radius: 68px 68px 0 0;
 }

 .imageview_fbb99b78b5ac img {
   position: absolute;
   width: 100.00% !important;
   height: 130.05% !important;
   max-width: none !important;
   left: -0.00%;
   top: -15.82%;
 }

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

 .imageview_37fab4994ec8 {
   width: 191px;
   height: 425px;
   z-index: 2;
   position: absolute !important;
   left: 539.24px;
   top: 2139.79px;
   _scaling-factor: 0.5;
   border-radius: 63px 0 0 63px;
 }

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

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

 .line_464e5aae73d0 {
   width: 1px;
   height: 424px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 730.45px;
   top: 2138.38px;
   direction: vertical;
   background: #000000;
 }

 .container_678df3b83d43 {
   width: 88px;
   height: 32px;
   z-index: 4;
   position: absolute !important;
   left: 686.45px;
   top: 2348.38px;
   background: #adabab;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_562eba382c22 {
   width: 24px;
   height: 24px;
   z-index: 5;
   position: absolute !important;
   left: 718.45px;
   top: 2352.38px;
 }

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

 .container_b705201f58f0 {
   width: 373.21px;
   height: 423.4px;
   position: absolute !important;
   left: 991.26px;
   top: 2138.97px;
   background: #d9d9d9a6;
   border-radius: 56px 56px 56px 56px;
 }

 .text_f3f452883a7f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1236.47px;
   top: 2306.44px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .text_bdd7c833b2a5 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 1054.47px;
   top: 2302.44px;
   line-height: 32.96px;
   font-family: 'Reisinger - Michal';
 }

 .imageview_077d689f71d5 {
   width: 423px;
   height: 184px;
   z-index: 2;
   position: absolute !important;
   left: 1182.47px;
   top: 2139.34px;
   _scaling-factor: 0.5;
   border-radius: 63px 63px 0 0;
 }

 .imageview_077d689f71d5 img {
   position: absolute;
   width: 100.00% !important;
   height: 129.21% !important;
   max-width: none !important;
   left: 0.00%;
   top: -16.52%;
 }

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

 .imageview_86ccdde7e8f8 {
   width: 423px;
   height: 191px;
   z-index: 4;
   position: absolute !important;
   left: 991.26px;
   top: 2138.99px;
   _scaling-factor: 0.5;
   border-radius: 0 0 56px 56px;
 }

 .imageview_86ccdde7e8f8 img {
   position: absolute;
   width: 100.00% !important;
   height: 124.83% !important;
   max-width: none !important;
   left: -0.00%;
   top: -24.83%;
 }

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

 .line_235c3cdde5aa {
   width: 1px;
   height: 424px;
   z-index: 5;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 1182.47px;
   top: 2138.38px;
   direction: vertical;
   background: #000000;
 }

 .container_58ca92dc9d27 {
   width: 88px;
   height: 32px;
   z-index: 6;
   position: absolute !important;
   left: 1138.47px;
   top: 2348.38px;
   background: #adabab;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_de22bb500125 {
   width: 24px;
   height: 24px;
   z-index: 7;
   position: absolute !important;
   left: 1170.47px;
   top: 2352.38px;
 }

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

 .container_cb9751ebf9f0 {
   width: 1447.25px;
   height: 938.29px;
   position: absolute !important;
   left: 0px;
   top: 2752.71px;
   background: #ffffffcf;
 }

 .imageview_f1caa0eaa9a4 {
   width: 127px;
   height: 127px;
   z-index: 1;
   position: absolute !important;
   left: 130.55px;
   top: 2930.44px;
   _scaling-factor: 0.5;
 }

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

 .text_e3aca51d6f73 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 413.11px;
   top: 2846.71px;
   line-height: 49.44px;
   background: linear-gradient(94deg, #f7aeffff 13.37%, #f585a1ff 39.68%, #b691beff 76.83%);
   font-family: 'Reisinger - Michal';
 }

 .imageview_bf2e352f887b {
   width: 250.75px;
   height: 167.16px;
   z-index: 1;
   position: absolute !important;
   left: 1155.86px;
   top: 2890.71px;
   _scaling-factor: 0.5;
 }

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

 .container_19904ea42a81 {
   width: 322.22px;
   height: 219.14px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 991.26px;
   top: 2999.24px;
   background: linear-gradient(90deg, #f585a1a6 0%, #fffad6c4 57.69%, #f6cdffb0 98.56%);
   border-radius: 82px 82px 82px 82px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_5909d69ad4ac {
   width: 228.95px;
   height: 50.61px;
   z-index: 3;
   position: absolute !important;
   left: 1037.89px;
   top: 3034.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.72px;
   word-wrap: break-word;
   font-family: 'Reisinger - Michal';
 }

 .text_3cde8abf394d {
   width: 291.85px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 1005.55px;
   top: 3080.27px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_3cde8abf394d {
   overflow: visible;
 }

 .container_f3f687d4666f {
   width: 322.22px;
   height: 219.14px;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 561.67px;
   top: 2999.24px;
   background: linear-gradient(90deg, #f585a1a6 0%, #fffad6c4 57.69%, #f6cdffb0 98.56%);
   border-radius: 82px 82px 82px 82px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_d8fcf09ad88e {
   width: 228.95px;
   height: 50.61px;
   z-index: 2;
   position: absolute !important;
   left: 608.3px;
   top: 3034.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.72px;
   word-wrap: break-word;
   font-family: 'Reisinger - Michal';
 }

 .imageview_493039f8c34c {
   width: 150px;
   height: 150px;
   z-index: 3;
   position: absolute !important;
   left: 702.48px;
   top: 2913.11px;
   _scaling-factor: 0.5;
 }

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

 .text_3400a4db942f {
   width: 275.29px;
   height: 130px;
   z-index: 3;
   position: absolute !important;
   left: 585.13px;
   top: 3068.15px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_3400a4db942f {
   overflow: visible;
 }

 .imageview_ee7446599b4f {
   width: 216px;
   height: 216px;
   z-index: 3;
   position: absolute !important;
   left: 968.63px;
   top: 3204.15px;
   _scaling-factor: 0.5;
 }

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

 .container_8b4fda427e46 {
   width: 322.22px;
   height: 219.14px;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #f585a1a6 0%, #fffad6c4 57.69%, #f6cdffb0 98.56%);
   border-radius: 82px 82px 82px 82px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_a4ebb832a6a2 {
   width: 228.95px;
   height: 50.61px;
   z-index: 5;
   position: absolute !important;
   left: 46.63px;
   top: 35.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.72px;
   word-wrap: break-word;
   font-family: 'Reisinger - Michal';
 }

 .text_974711f12bed {
   width: 275.29px;
   height: 130px;
   z-index: 6;
   position: absolute !important;
   left: 23.46px;
   top: 68.91px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_974711f12bed {
   overflow: visible;
 }

 .container_8a811197e170 {
   position: absolute !important;
   overflow: visible;
   width: 322.22px;
   height: 219.14px;
   z-index: 4;
   left: 790px;
   top: 3296.48px;
   border-radius: 82px 82px 82px 82px;
 }

 .imageview_82fccd3ec993 {
   width: 226px;
   height: 226px;
   z-index: 4;
   position: absolute !important;
   left: 462.09px;
   top: 3185.11px;
   _scaling-factor: 0.5;
 }

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

 .container_3853e1600958 {
   width: 322.22px;
   height: 219.14px;
   z-index: 5;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 298px;
   top: 3294.53px;
   background: linear-gradient(90deg, #f585a1a6 0%, #fffad6c4 57.69%, #f6cdffb0 98.56%);
   border-radius: 82px 82px 82px 82px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_97f26dd734d4 {
   width: 228.95px;
   height: 50.61px;
   z-index: 6;
   position: absolute !important;
   left: 344.63px;
   top: 3329.65px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.72px;
   word-wrap: break-word;
   font-family: 'Reisinger - Michal';
 }

 .text_4ea7369b5b6d {
   width: 275.29px;
   height: 104px;
   z-index: 7;
   position: absolute !important;
   left: 321.46px;
   top: 3363.44px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_4ea7369b5b6d {
   overflow: visible;
 }

 .container_75c4e7ea776c {
   width: 322.22px;
   height: 219.14px;
   z-index: 2;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #f585a1a6 0%, #fffad6c4 57.69%, #f6cdffb0 98.56%);
   border-radius: 82px 82px 82px 82px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_5f92d0e165d2 {
   width: 228.95px;
   height: 50.61px;
   z-index: 3;
   position: absolute !important;
   left: 46.63px;
   top: 35.12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.72px;
   word-wrap: break-word;
   font-family: 'Reisinger - Michal';
 }

 .text_7c64c4bb8041 {
   width: 275.29px;
   height: 104px;
   z-index: 4;
   position: absolute !important;
   left: 23.46px;
   top: 68.91px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_7c64c4bb8041 {
   overflow: visible;
 }

 .container_274aa36310eb {
   position: absolute !important;
   overflow: visible;
   width: 322.22px;
   height: 219.14px;
   z-index: 2;
   left: 118.1px;
   top: 3001.65px;
   border-radius: 82px 82px 82px 82px;
 }

 .imageview_1c462187f490 {
   width: 1351.06px;
   height: 653.72px;
   position: absolute !important;
   left: 0px;
   top: 3878.18px;
   transform-origin: 0 0;
 }

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

 .text_831659b2ab8f {
   width: 870.63px;
   height: 83.88px;
   z-index: 1;
   transform: rotate(-0.37886589259989967deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 148.37px;
   top: 4217.64px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.01px;
   word-wrap: break-word;
   font-family: 'Oh AdiOdeyaBaruch';
 }

 .text_7cf4aa382c9f {
   width: 870.63px;
   height: 83.88px;
   z-index: 1;
   transform: rotate(-0.37886589259989967deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 117.54px;
   top: 3584.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.01px;
   word-wrap: break-word;
   font-family: 'Oh AdiOdeyaBaruch';
 }

 .text_c18fca1fbb03 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 206.93px;
   top: 3975.82px;
   line-height: 37.08px;
   background: linear-gradient(95deg, #b691beff 9.89%, #f585a1ff 73.73%, #eb3affff 89.6%);
   font-family: 'Reisinger - Michal';
 }

 .text_aed51947c4ed {
   width: 666.36px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 122.57px;
   top: 4035.39px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_aed51947c4ed {
   overflow: visible;
 }

 .text-0a56edbb2205_aed51947c4ed {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text-c7145199cc89_aed51947c4ed {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text_47d53d59ff0e {
   width: 607.33px;
   height: 104px;
   z-index: 2;
   position: absolute !important;
   left: 181.6px;
   top: 4144.39px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_47d53d59ff0e {
   overflow: visible;
 }

 .text_c97a41ccc3de {
   width: 713.39px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 75.54px;
   top: 4301.77px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_c97a41ccc3de {
   overflow: visible;
 }

 .text-85d166c1c762_c97a41ccc3de {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text-ee42ae24b2fe_c97a41ccc3de {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text_9d6bfd8c82bc {
   width: 868.6px;
   height: 52px;
   position: absolute !important;
   left: 305.46px;
   top: 7184.59px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_9d6bfd8c82bc {
   overflow: visible;
 }

 .text-69944043990a_9d6bfd8c82bc {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text-d026cab40f67_9d6bfd8c82bc {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text_86725f11a1ff {
   width: 668.05px;
   height: 130px;
   position: absolute !important;
   left: 389.63px;
   top: 7243.48px;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_86725f11a1ff {
   overflow: visible;
 }

 .text-77db37d6da65_86725f11a1ff {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .text-07384491357d_86725f11a1ff {
   line-height: 26.2px;
   font-family: '42dot Sans';
 }

 .imageview_46ad8f9b5a6b {
   width: 38.06px;
   height: 34.06px;
   z-index: 2;
   position: absolute !important;
   left: 400.75px;
   top: 3560.5px;
 }

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

 .imageview_16e12548144f {
   width: 1440px;
   height: 544px;
   z-index: 3;
   position: absolute !important;
   left: -58.88000000000011px;
   top: 848.32px;
   transform-origin: 0 0;
   _scaling-factor: 1;
 }

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

 .imageview_429e9ec624a0 {
   width: 627px;
   height: 772px;
   z-index: 2;
   position: absolute !important;
   left: 829.08px;
   top: 3799px;
   _scaling-factor: 0.5;
 }

 .imageview_429e9ec624a0 img {
   position: absolute;
   width: 148.28% !important;
   height: 180.70% !important;
   max-width: none !important;
   left: -48.28%;
   top: -32.14%;
 }

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

 .container_2284cf722c76 {
   width: 502.78px;
   height: 520.36px;
   position: absolute !important;
   left: 86.15px;
   top: 5530.94px;
   border-radius: 106px 106px 106px 106px;
 }

 .imageview_b78c6e4e6245 {
   width: 495px;
   height: 816px;
   z-index: 1;
   position: absolute !important;
   left: 462.75px;
   top: 5574.94px;
   _scaling-factor: 0.5;
 }

 .imageview_b78c6e4e6245 img {
   position: absolute;
   width: 112.24% !important;
   height: 101.87% !important;
   max-width: none !important;
   left: 0.00%;
   top: -1.88%;
 }

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

 .imageview_1db0e26569d5 {
   width: 458px;
   height: 815px;
   z-index: 1;
   position: absolute !important;
   left: 4.26px;
   top: 5574.94px;
   _scaling-factor: 0.5;
 }

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

 .imageview_690185ddf8ee {
   width: 478px;
   height: 816px;
   z-index: 2;
   position: absolute !important;
   left: 957.05px;
   top: 5574.94px;
   _scaling-factor: 0.5;
 }

 .imageview_690185ddf8ee img {
   position: absolute;
   width: 128.09% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -11.56%;
   top: 0.00%;
 }

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

 .imageview_a831186b93d8 {
   width: 519px;
   height: 816px;
   z-index: 2;
   position: absolute !important;
   left: -55.96px;
   top: 5574.94px;
   _scaling-factor: 0.5;
 }

 .imageview_a831186b93d8.wp-block-image {
   width: 463px !important;
   height: 816px !important;
   left: 0px !important;
   top: 5575px !important;
   overflow: hidden;
 }

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

 .container_e6df1bd42c8a {
   width: 840px;
   height: 345px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 306.75px;
   top: 5770.77px;
   background: #ffffffdb;
   border-radius: 258.66px 258.66px 258.66px 258.66px;
   backdrop-filter: blur(7.2px);
   -webkit-font-smoothing: antialiased;
 }

 .text_84997442e81e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 501.95px;
   top: 5811.23px;
   line-height: 37.08px;
   background: linear-gradient(94deg, #b691beff 9.89%, #f585a1ff 73.73%, #eb3affff 89.6%);
   font-family: 'Reisinger - Michal';
 }

 .text_a70c8e2874c6 {
   width: 243.89px;
   height: 107.89px;
   z-index: 4;
   position: absolute !important;
   left: 860.75px;
   top: 5918.79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20.96px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text-03f06ea85751_a70c8e2874c6 {
   line-height: 20.96px;
   font-family: '42dot Sans';
 }

 .text-b8bdc550127e_a70c8e2874c6 {
   line-height: 20.96px;
   font-family: '42dot Sans';
 }

 .text_5d1b621bd944 {
   width: 246.74px;
   height: 105px;
   z-index: 4;
   position: absolute !important;
   left: 361.35px;
   top: 5922.19px;
   line-height: 20.96px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_5d1b621bd944 {
   overflow: visible;
 }

 .text-5b5416521168_5d1b621bd944 {
   line-height: 20.96px;
   font-family: '42dot Sans';
 }

 .text-c7d70c6a4ee7_5d1b621bd944 {
   line-height: 20.96px;
   font-family: '42dot Sans';
 }

 .text_fccc99f9ab47 {
   width: 219.86px;
   height: 84px;
   z-index: 4;
   position: absolute !important;
   left: 624.49px;
   top: 5922.19px;
   line-height: 20.96px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .text_autoheight_fccc99f9ab47 {
   overflow: visible;
 }

 .text-ba69ec144424_fccc99f9ab47 {
   line-height: 20.96px;
   font-family: '42dot Sans';
 }

 .text-5ab8f60facc3_fccc99f9ab47 {
   line-height: 20.96px;
   font-family: '42dot Sans';
 }

 .text_ff1b34be3a7e {
   width: 869.68px;
   height: 81px;
   z-index: 4;
   transform: rotate(-0.37886589259989967deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: -25.85px;
   top: 6040.52px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.81px;
   word-wrap: break-word;
   font-family: 'Oh AdiOdeyaBaruch';
 }

 .text_42074ca04f92 {
   width: max-content;
   position: absolute !important;
   left: 500.5px;
   top: 7127.09px;
   line-height: 37.08px;
   background: linear-gradient(94deg, #b691beff 9.89%, #f585a1ff 73.73%, #eb3affff 89.6%);
   font-family: 'Reisinger - Michal';
 }

 .text_30d6dfb65c37 {
   width: max-content;
   position: absolute !important;
   left: 985.79px;
   top: 6484.8px;
   line-height: 37.08px;
   background: linear-gradient(93deg, #b691beff 9.89%, #f585a1ff 73.73%, #eb3affff 89.6%);
   font-family: 'Reisinger - Michal';
 }

 .text_ddbc8b52bc98 {
   width: max-content;
   position: absolute !important;
   left: 432.23px;
   top: 4703.5px;
   line-height: 37.08px;
   background: linear-gradient(96deg, #f7aeffff 13.37%, #f585a1ff 39.68%, #b691beff 76.83%);
   font-family: 'Reisinger - Michal';
 }

 .imageview_ec817d0b51a1 {
   width: 295px;
   height: 504px;
   position: absolute !important;
   left: 1144.78px;
   top: 4810.22px;
   _scaling-factor: 0.5;
 }

 .imageview_ec817d0b51a1 img {
   position: absolute;
   width: 100.00% !important;
   height: 126.99% !important;
   max-width: none !important;
   left: 0.00%;
   top: -26.99%;
 }

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

 .imageview_c46f471b037d {
   width: 295px;
   height: 481px;
   position: absolute !important;
   left: 829.08px;
   top: 5092.22px;
   _scaling-factor: 0.5;
 }

 .imageview_c46f471b037d img {
   position: absolute;
   width: 100.00% !important;
   height: 133.06% !important;
   max-width: none !important;
   left: 0.00%;
   top: -28.17%;
 }

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

 .text_22cd0d62cf51 {
   width: 933px;
   height: 52.08px;
   transform: rotate(-0.37886589259989967deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 241.08px;
   top: 7440.4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.81px;
   word-wrap: break-word;
   font-family: 'Oh AdiOdeyaBaruch';
 }

 .text_6c07ebc8c81d {
   width: 933px;
   height: 52.08px;
   z-index: 1;
   transform: rotate(-0.37886589259989967deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 316.12px;
   top: 6517.8px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.01px;
   word-wrap: break-word;
   font-family: 'Oh AdiOdeyaBaruch';
 }

 .imageview_4389e548c5e4 {
   width: 295px;
   height: 268px;
   position: absolute !important;
   left: 829.08px;
   top: 4810.22px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1fcd67c9726b {
   width: 295px;
   height: 245px;
   position: absolute !important;
   left: 1148.31px;
   top: 5328.24px;
   _scaling-factor: 0.5;
 }

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

 .imageview_2ba633cc9317 {
   width: 414px;
   height: 763px;
   z-index: 1;
   position: absolute !important;
   left: 394.41px;
   top: 4810.22px;
   _scaling-factor: 0.5;
 }

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

 .imageview_6d5c4ee60a70 {
   width: 382px;
   height: 339px;
   position: absolute !important;
   left: 0px;
   top: 4810.22px;
   _scaling-factor: 0.5;
 }

 .imageview_6d5c4ee60a70 img {
   position: absolute;
   width: 96.86% !important;
   height: 236.60% !important;
   max-width: none !important;
   left: 0.00%;
   top: -88.92%;
 }

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

 .imageview_3393196f217b {
   width: 370px;
   height: 405px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 5168.22px;
   _scaling-factor: 0.5;
 }

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

 .imageview_7b6bcd23c275 {
   width: 729px;
   height: 1459px;
   z-index: 1;
   position: absolute !important;
   left: -5.59px;
   top: 7029.21px;
   _scaling-factor: 0.5;
 }

 .imageview_7b6bcd23c275.wp-block-image {
   width: 723px !important;
   height: 725px !important;
   left: 0px !important;
   top: 7029px !important;
   overflow: hidden;
 }

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

 .imageview_2e47d408d7a1 {
   width: 584px;
   height: 778px;
   z-index: 2;
   position: absolute !important;
   left: -101.59px;
   top: 6975.87px;
   _scaling-factor: 0.5;
 }

 .imageview_2e47d408d7a1.wp-block-image {
   width: 482px !important;
   height: 778px !important;
   left: 0px !important;
   top: 6976px !important;
   overflow: hidden;
 }

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

 .imageview_aea5410985d9 {
   width: 46.71px;
   height: 55.86px;
   position: absolute !important;
   left: 1174.41px;
   top: 7407.5px;
 }

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

 .imageview_cf5b84b34650 {
   width: 53.47px;
   height: 51.83px;
   z-index: 3;
   position: absolute !important;
   left: 850.02px;
   top: 4190.39px;
 }

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

 .imageview_34987f272db5 {
   width: 34.01px;
   height: 32.67px;
   z-index: 5;
   position: absolute !important;
   left: 948.69px;
   top: 5797.06px;
 }

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

 .container_e88f68f2993d {
   width: 527.56px;
   height: 65.34px;
   z-index: 3;
   border-top: 1px solid #464646ff;
   border-right: 1px solid #464646ff;
   border-bottom: 1px solid #464646ff;
   border-left: 1px solid #464646ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #f6cdffff 0%, #e985ffcf 100%);
   border-radius: 51.04px 51.04px 51.04px 51.04px;
 }

 .container_defc46f86925 {
   position: absolute !important;
   overflow: visible;
   width: 527.56px;
   height: 65.34px;
   z-index: 3;
   left: 0px;
   top: 0px;
   border-radius: 51.04px 51.04px 51.04px 51.04px;
 }

 .text_3f87f5e0f171 {
   width: 445.34px;
   height: 59.61px;
   z-index: 4;
   position: absolute !important;
   left: 63.57px;
   top: 18.89px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: 'Reisinger - Michal';
 }

 .imageview_0dcbd13d3e0c {
   width: 34.01px;
   height: 32.67px;
   z-index: 4;
   position: absolute !important;
   left: 21.57px;
   top: 16.339999999999996px;
   transform-origin: 0 0;
 }

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

 .container_6e242a565100 {
   position: absolute !important;
   overflow: visible;
   width: 527.56px;
   height: 78.5px;
   z-index: 3;
   left: 456.22px;
   top: 7502.62px;
   border-radius: 51.04px 51.04px 51.04px 51.04px;
 }

 .container_wrapper_6e242a565100 {
   position: absolute !important;
   overflow: visible;
   left: 456.22px;
   top: 7502.62px;
   width: 527.56px;
   height: 78.5px;
   z-index: 3;
 }

 .container_nested_6e242a565100 {
   width: 527.56px;
   height: 78.5px;
   z-index: 3;
   border-radius: 51.04px 51.04px 51.04px 51.04px;
 }

 .imageview_796ea1972e89 {
   width: 42px;
   height: 42px;
   z-index: 5;
   position: absolute !important;
   left: 987.69px;
   top: 5877.89px;
   _scaling-factor: 0.5;
 }

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

 .imageview_2b94ae0b16c6 {
   width: 42px;
   height: 42px;
   z-index: 4;
   position: absolute !important;
   left: 726.69px;
   top: 5877.89px;
   _scaling-factor: 0.5;
 }

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

 .imageview_518d6aa3f600 {
   width: 42px;
   height: 42px;
   z-index: 4;
   position: absolute !important;
   left: 465.69px;
   top: 5877.1px;
   _scaling-factor: 0.5;
 }

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

 .imageview_fb44c0cdf270 {
   width: 431px;
   height: 646px;
   z-index: 3;
   position: absolute !important;
   left: 408.79px;
   top: 6386.05px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

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

 .container_a68d059d7f19 {
   width: 299.88px;
   height: 323.03px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 82px 82px 82px 82px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_fcc2fa0126ed {
   width: 213.08px;
   height: 74.6px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 38.77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.72px;
   word-wrap: break-word;
   font-family: 'Reisinger - Michal';
 }

 .text_3b9a3bee3f80 {
   width: 256.21px;
   height: 191.63px;
   z-index: 2;
   position: absolute !important;
   left: 21.83px;
   top: 76.07px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .container_fd5b27090e24 {
   position: absolute !important;
   overflow: visible;
   width: 299.88px;
   height: 323.03px;
   left: 1010.91px;
   top: 6606.53px;
   border-radius: 82px 82px 82px 82px;
 }

 .container_8a845f2b369c {
   width: 299.88px;
   height: 323.03px;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 82px 82px 82px 82px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_456e177093dd {
   width: 213.08px;
   height: 74.6px;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 38.77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.72px;
   word-wrap: break-word;
   font-family: 'Reisinger - Michal';
 }

 .text_f88382b556ac {
   width: 256.21px;
   height: 191.63px;
   z-index: 2;
   position: absolute !important;
   left: 21.83px;
   top: 76.07px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .container_974d42e055e6 {
   position: absolute !important;
   overflow: visible;
   width: 299.88px;
   height: 323.03px;
   left: 571.22px;
   top: 6613.07px;
   border-radius: 82px 82px 82px 82px;
 }

 .container_da037cdb1301 {
   width: 299.88px;
   height: 323.03px;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 82px 82px 82px 82px;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_dca1ec8ed045 {
   width: 213.08px;
   height: 74.6px;
   z-index: 5;
   position: absolute !important;
   left: 47px;
   top: 38.77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.72px;
   word-wrap: break-word;
   font-family: 'Reisinger - Michal';
 }

 .text_5dd1457d2ae9 {
   width: 256.21px;
   height: 191.63px;
   z-index: 6;
   position: absolute !important;
   left: 21.83px;
   top: 76.07px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26.2px;
   word-wrap: break-word;
   font-family: '42dot Sans';
 }

 .container_f73da1dad210 {
   position: absolute !important;
   overflow: visible;
   width: 299.88px;
   height: 323.03px;
   z-index: 4;
   left: 129.21px;
   top: 6613.07px;
   border-radius: 82px 82px 82px 82px;
 }

 .imageview_73cd13d72b1a {
   width: 298px;
   height: 298px;
   z-index: 1;
   position: absolute !important;
   left: 1310.22px;
   top: 6732.46px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

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

 .imageview_19cbd2b9a9e7 {
   width: 298px;
   height: 298px;
   z-index: 2;
   position: absolute !important;
   left: 870.53px;
   top: 6738.99px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

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

 .imageview_06b17e4634c0 {
   width: 298px;
   height: 298px;
   z-index: 5;
   position: absolute !important;
   left: 428.52px;
   top: 6738.99px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

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

 .container_5c4ef4d83638 {
   width: 596.07px;
   height: 474.08px;
   z-index: 6;
   position: absolute !important;
   left: 330.91px;
   top: 2138.38px;
 }

 .viewport_645c08900a78 {
   width: 1440px;
   height: 7754px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(90deg, #f9dfffff 8.56%, #fcedf1ff 25%, #fffce4ff 68.04%, #f9dfffff 95.7%);
 }