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

 .imageview_e099c150b165 {
   width: 673.61px;
   height: 683.26px;
   position: absolute !important;
   left: 606.39px;
   top: 147.74px;
 }

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

 .imageview_676dd4fdca60 {
   width: 200px;
   height: 153px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 55px;
   border-radius: 15px 15px 15px 15px;
 }

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

 .text_b1f7ee0d51ae {
   width: 235px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 7px;
   line-height: 24.2px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_c405849612ce {
   width: 231px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 214px;
   line-height: 12.1px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_43d7590b1dee {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 292px;
   z-index: 1;
   left: 399px;
   top: 504px;
   background: radial-gradient(closest-side at 50% 50%, #ffffff82 26%, #696d77b0 56.99999999999999%, #394154e3 85%);
   border-radius: 15px 15px 15px 15px;
   box-shadow: 10px 10px 9px #00000040;
 }

 .imageview_7f84ba3fa975 {
   width: 201px;
   height: 153px;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 39px;
   border-radius: 15px 15px 15px 15px;
 }

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

 .text_c1b074e62171 {
   width: 268px;
   z-index: 1;
   position: absolute !important;
   left: 6px;
   top: 9px;
   line-height: 21.78px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_0408a4d76b09 {
   width: 247px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 200px;
   line-height: 12.1px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_50dc8af58c0f {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 292px;
   z-index: 1;
   left: 399px;
   top: 171px;
   background: radial-gradient(closest-side at 50% 50%, #ffffff82 26%, #696d77b0 56.99999999999999%, #394154e3 85%);
   border-radius: 15px 15px 15px 15px;
   box-shadow: 10px 10px 9px #00000040;
 }

 .imageview_a6b887d5e3c7 {
   width: 201px;
   height: 153px;
   position: absolute !important;
   left: 39px;
   top: 50px;
   border-radius: 15px 15px 15px 15px;
 }

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

 .text_f47bde08cb51 {
   width: 259px;
   position: absolute !important;
   left: 14px;
   top: 212px;
   line-height: 12.1px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_afba53a0737c {
   width: 252px;
   position: absolute !important;
   left: 14px;
   top: 6px;
   line-height: 21.78px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_6f5404f87d2d {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 292px;
   left: 47px;
   top: 171px;
   background: radial-gradient(closest-side at 50% 50%, #ffffff82 26%, #696d77b0 56.99999999999999%, #394154e3 85%);
   border-radius: 15px 15px 15px 15px;
   box-shadow: 10px 10px 9px #00000040;
 }

 .imageview_c8d56a56a274 {
   width: 200px;
   height: 153px;
   position: absolute !important;
   left: 40px;
   top: 50px;
   border-radius: 15px 15px 15px 15px;
 }

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

 .text_630213811133 {
   width: 251px;
   position: absolute !important;
   left: 14px;
   top: 210px;
   line-height: 12.1px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_29fbc2b5e742 {
   position: absolute !important;
   overflow: visible;
   width: 280px;
   height: 292px;
   left: 47px;
   top: 510px;
   background: radial-gradient(closest-side at 50% 50%, #ffffff82 26%, #696d77b0 56.99999999999999%, #394154e3 85%);
   border-radius: 15px 15px 15px 15px;
   box-shadow: 10px 10px 9px #00000040;
 }

 .text_0e86490fba1f {
   width: 246px;
   height: 10px;
   position: absolute !important;
   left: 128px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.73px;
   word-wrap: break-word;
   filter: drop-shadow(0px 0.19px 0.19px #00000040);
   font-family: 'Inter';
 }

 .text_1ea3aea1e76f {
   width: 485.74px;
   height: 26.31px;
   position: absolute !important;
   left: 8px;
   top: 46px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 43.04px;
   word-wrap: break-word;
   filter: drop-shadow(0px 0.32px 0.32px #00000040);
   font-family: 'Kalnia';
 }

 .imageview_2b57c842b51a {
   width: 75.48px;
   height: 57.97px;
   z-index: 1;
   position: absolute !important;
   left: 22.38px;
   top: 52.69px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .imageview_7f13e5e3e75b {
   width: 65.55px;
   height: 49.54px;
   z-index: 2;
   position: absolute !important;
   left: 39.44px;
   top: 76.97px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .imageview_fc1c635174ef {
   width: 146.26px;
   height: 120.92px;
   z-index: 3;
   position: absolute !important;
   left: 16.87px;
   top: 6px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_e01f67df82c7 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 130px;
   left: 0px;
   top: 0px;
   background: linear-gradient(0deg, #39415400 -0.38%, #394154ff 31.35%);
 }

 .text_ed5d86eb5548 {
   width: 827px;
   z-index: 1;
   position: absolute !important;
   left: 247px;
   top: 109px;
   line-height: 58.09px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_60e59c5786fa {
   width: 294px;
   height: 154px;
   z-index: 1;
   position: absolute !important;
   left: 89px;
   top: 32px;
 }

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

 .text_243c37d644d0 {
   width: 464px;
   z-index: 1;
   position: absolute !important;
   left: 17px;
   top: 194px;
   line-height: 13.31px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_56fd003f00a7 {
   width: 408px;
   z-index: 1;
   position: absolute !important;
   left: 45px;
   top: 8px;
   line-height: 24.2px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_7072a1d6d9ed {
   position: absolute !important;
   overflow: visible;
   width: 498px;
   height: 309px;
   z-index: 1;
   left: 733px;
   top: 171px;
   background: radial-gradient(closest-side at 50% 50%, #ffffff82 26%, #696d77b0 56.99999999999999%, #394154e3 85%);
   border-radius: 15px 15px 15px 15px;
   box-shadow: 10px 10px 9px #00000040;
 }

 .imageview_3e028629d12a {
   width: 551px;
   height: 399px;
   z-index: 2;
   position: absolute !important;
   left: 726px;
   top: 441px;
 }

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

 .text_24e18be77630 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 84px;
   top: 19px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_1357fa50b991 {
   position: absolute !important;
   overflow: visible;
   width: 381px;
   height: 62px;
   z-index: 3;
   left: 833px;
   top: 733px;
   background: linear-gradient(90deg, #06a9ddff 21.15%, #035b77ff 100%);
   border-radius: 15.02px 15.02px 15.02px 15.02px;
   box-shadow: 10px 10px 10px 5px #00000040;
 }

 .container_wrapper_1357fa50b991 {
   position: absolute !important;
   overflow: visible;
   left: 833px;
   top: 733px;
   width: 381px;
   height: 62px;
   z-index: 3;
 }

 .container_nested_1357fa50b991 {
   width: 381px;
   height: 62px;
   z-index: 3;
   background: linear-gradient(90deg, #06a9ddff 21.15%, #035b77ff 100%);
   border-radius: 15.02px 15.02px 15.02px 15.02px;
   filter: drop-shadow(10px 10px 10px #00000040);
 }

 .text_a0f033b00ab3 {
   width: 291px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 514px;
   line-height: 21.78px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_d95942644010 {
   position: absolute !important;
   width: 1280px;
   height: 831px;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: radial-gradient(closest-side at 50% 50%, #ffffffff 57.99999999999999%, #696d77ff 83%);
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

 .container_8115ecd08478 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 832px;
   left: -4px;
   top: 3328px;
   background: linear-gradient(205deg, #394154ff 29.22%, #9ca0a9ff 43.73%, #ffffffff 64.6%);
 }

 .imageview_cad1e313b614 {
   width: 464.7px;
   height: 382.62px;
   position: absolute !important;
   left: 0px;
   top: 449.38px;
 }

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

 .imageview_ae99f4cbc54c {
   width: 888.08px;
   height: 454.56px;
   z-index: 1;
   position: absolute !important;
   left: 391.92px;
   top: 0px;
 }

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

 .text_0020fed8be3a {
   width: 450px;
   z-index: 2;
   position: absolute !important;
   left: 422px;
   top: 46px;
   line-height: 48.41px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .line_ecd5294d8dfe {
   width: 110px;
   height: 3px;
   z-index: 2;
   border-top: 3px solid #000000ff;
   border-right: 3px solid #000000ff;
   border-bottom: 3px solid #000000ff;
   border-left: 3px solid #000000ff;
   position: absolute !important;
   left: 872px;
   top: 67px;
   direction: horizontal;
   background: #000000;
 }

 .line_19101557d4a9 {
   width: 173.02px;
   height: 4px;
   z-index: 2;
   border-top: 3px solid #000000ff;
   border-right: 3px solid #000000ff;
   border-bottom: 3px solid #000000ff;
   border-left: 3px solid #000000ff;
   position: absolute !important;
   left: 599px;
   top: 66px;
   direction: horizontal;
   background: #000000;
 }

 .line_0f00cefd1633 {
   width: 173.02px;
   height: 4px;
   z-index: 2;
   border-top: 3px solid #000000ff;
   border-right: 3px solid #000000ff;
   border-bottom: 3px solid #000000ff;
   border-left: 3px solid #000000ff;
   position: absolute !important;
   left: 326px;
   top: 67px;
   direction: horizontal;
   background: #000000;
 }

 .line_e5a1df52ac01 {
   width: 102px;
   height: 3px;
   z-index: 2;
   border-top: 3px solid #000000ff;
   border-right: 3px solid #000000ff;
   border-bottom: 3px solid #000000ff;
   border-left: 3px solid #000000ff;
   position: absolute !important;
   left: 124px;
   top: 66px;
   direction: horizontal;
   background: #000000;
 }

 .text_1153c419a489 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 25px;
   line-height: 38.73px;
   font-family: 'Inter';
 }

 .container_8ca17ef8abcc {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 90px;
   z-index: 2;
   left: 982px;
   top: 22px;
   background: linear-gradient(180deg, #7e90baff 22%, #394154ff 73%);
   border-radius: 100px 100px 100px 100px;
   box-shadow: 5px 5px 3px #00000040;
 }

 .container_wrapper_8ca17ef8abcc {
   position: absolute !important;
   overflow: visible;
   left: 982px;
   top: 22px;
   width: 100px;
   height: 90px;
   z-index: 2;
 }

 .container_nested_8ca17ef8abcc {
   width: 100px;
   height: 90px;
   z-index: 2;
   background: linear-gradient(180deg, #7e90baff 22%, #394154ff 73%);
   border-radius: 100px 100px 100px 100px;
   filter: drop-shadow(5px 5px 3px #00000040);
 }

 .text_5e20c317d2e7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 40px;
   top: 25px;
   line-height: 38.73px;
   font-family: 'Inter';
 }

 .container_6b338bf3c791 {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 90px;
   z-index: 3;
   left: 772px;
   top: 22px;
   background: linear-gradient(180deg, #7e90baff 22%, #394154ff 73%);
   border-radius: 100px 100px 100px 100px;
   box-shadow: 5px 5px 3px #00000040;
 }

 .text_691fd3c41969 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 40px;
   top: 25px;
   line-height: 38.73px;
   font-family: 'Inter';
 }

 .container_1d4a7d86f8aa {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 90px;
   z-index: 3;
   left: 499px;
   top: 22px;
   background: linear-gradient(180deg, #7e90baff 22%, #394154ff 73%);
   border-radius: 100px 100px 100px 100px;
   box-shadow: 5px 5px 3px #00000040;
 }

 .text_3306f54985b7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 25px;
   line-height: 38.73px;
   font-family: 'Inter';
 }

 .container_48f11c42a968 {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 90px;
   z-index: 2;
   left: 226px;
   top: 22px;
   background: linear-gradient(180deg, #7e90baff 22%, #394154ff 73%);
   border-radius: 100px 100px 100px 100px;
   box-shadow: 5px 5px 3px #00000040;
 }

 .text_2e6d958da58a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 43px;
   top: 25px;
   line-height: 38.73px;
   font-family: 'Inter';
 }

 .container_2410790e1e39 {
   position: absolute !important;
   overflow: visible;
   width: 100px;
   height: 90px;
   z-index: 2;
   left: 24px;
   top: 22px;
   background: linear-gradient(180deg, #7e90baff 21.63%, #394154ff 72.6%);
   border-radius: 100px 100px 100px 100px;
   box-shadow: 10px 10px 8px #00000040;
 }

 .container_bc3963b8107d {
   position: absolute !important;
   width: 1198px;
   height: 135px;
   z-index: 2;
   left: 97px;
   top: 250px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff00;
 }

 .text_051e01514a41 {
   width: 176px;
   z-index: 3;
   position: absolute !important;
   left: 472px;
   top: 23px;
   line-height: 18.15px;
   word-wrap: break-word;
   filter: drop-shadow(0px 4px 4px #00000040);
   font-family: 'Inter';
 }

 .text_866d7d4c4d38 {
   width: 220px;
   z-index: 3;
   position: absolute !important;
   left: 964px;
   top: 23px;
   line-height: 18.15px;
   word-wrap: break-word;
   filter: drop-shadow(0px 4px 4px #00000040);
   font-family: 'Inter';
 }

 .text-3dd8e0404fce_866d7d4c4d38 {
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .text-5c331a3b7336_866d7d4c4d38 {
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .text_5a6790212d67 {
   width: 181px;
   z-index: 3;
   position: absolute !important;
   left: 724px;
   top: 23px;
   line-height: 18.15px;
   word-wrap: break-word;
   filter: drop-shadow(0px 4px 4px #00000040);
   font-family: 'Inter';
 }

 .text-c1b9b84722d5_5a6790212d67 {
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .text-e74225094135_5a6790212d67 {
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .text_14f82e15f354 {
   width: 221px;
   z-index: 3;
   position: absolute !important;
   left: 207px;
   top: 23px;
   line-height: 18.15px;
   word-wrap: break-word;
   filter: drop-shadow(0px 4px 4px #00000040);
   font-family: 'Inter';
 }

 .text_520c9e50acb3 {
   width: 195px;
   z-index: 3;
   position: absolute !important;
   left: -3px;
   top: 23px;
   line-height: 18.15px;
   word-wrap: break-word;
   filter: drop-shadow(0px 4px 4px #00000040);
   font-family: 'Inter';
 }

 .container_ea06533a5e6d {
   position: absolute !important;
   width: 1184px;
   height: 150px;
   z-index: 3;
   left: 65px;
   top: 120px;
   overflow-x: clip;
   overflow-y: clip;
 }

 .text_7f2ad21de086 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 16px;
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .container_68165a558a24 {
   position: absolute !important;
   overflow: visible;
   width: 225.3px;
   height: 49.06px;
   z-index: 2;
   left: 523px;
   top: 396px;
   background: linear-gradient(90deg, #06a9ddff 21.15%, #035b77ff 100%);
   border-radius: 15.02px 15.02px 15.02px 15.02px;
 }

 .container_wrapper_68165a558a24 {
   position: absolute !important;
   overflow: visible;
   left: 523px;
   top: 396px;
   width: 225.3px;
   height: 49.06px;
   z-index: 2;
 }

 .container_nested_68165a558a24 {
   width: 225.3px;
   height: 49.06px;
   z-index: 2;
   background: linear-gradient(90deg, #06a9ddff 21.15%, #035b77ff 100%);
   border-radius: 15.02px 15.02px 15.02px 15.02px;
 }

 .imageview_3b1b8579c044 {
   width: 729px;
   height: 449px;
   z-index: 3;
   position: absolute !important;
   left: 625px;
   top: 383px;
 }

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

 .imageview_c7064271fffa {
   width: 606px;
   height: 491px;
   z-index: 3;
   position: absolute !important;
   left: -10px;
   top: 352px;
 }

 .imageview_c7064271fffa.wp-block-image {
   width: 596px !important;
   height: 491px !important;
   left: 0px !important;
   top: 352px !important;
   overflow: hidden;
 }

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

 .container_b714a81f09cf {
   position: absolute !important;
   width: 1280px;
   height: 847px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: linear-gradient(10deg, #000000ff 18.7%, #ffffffff 52.48%, #000000ff 101.65%);
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

 .container_33b1d47b1095 {
   position: absolute !important;
   width: 1280px;
   height: 832px;
   left: 0px;
   top: 4160px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .imageview_a4c6e598a81b {
   width: 1282px;
   height: 1345px;
   position: absolute !important;
   left: 0px;
   top: -241px;
 }

 .imageview_a4c6e598a81b.wp-block-image {
   width: 1280px !important;
   height: 832px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .text_b513d052241f {
   width: 647px;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 140px;
   line-height: 58.09px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_172b681e2b70 {
   width: 537px;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 45px;
   line-height: 38.73px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_3c8618a1ca77 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 19px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_639f64b957be {
   position: absolute !important;
   overflow: visible;
   width: 381px;
   height: 62px;
   z-index: 1;
   left: 81px;
   top: 331px;
   background: linear-gradient(90deg, #06a9ddff 21.15%, #035b77ff 100%);
   border-radius: 15.02px 15.02px 15.02px 15.02px;
 }

 .container_wrapper_639f64b957be {
   position: absolute !important;
   overflow: visible;
   left: 81px;
   top: 331px;
   width: 381px;
   height: 62px;
   z-index: 1;
 }

 .container_nested_639f64b957be {
   width: 381px;
   height: 62px;
   z-index: 1;
   background: linear-gradient(90deg, #06a9ddff 21.15%, #035b77ff 100%);
   border-radius: 15.02px 15.02px 15.02px 15.02px;
 }

 .container_5a46826c527a {
   position: absolute !important;
   width: 571px;
   height: 422px;
   z-index: 1;
   left: 374px;
   top: 206px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff00;
 }

 .text_9cfd2d05f7f8 {
   width: 246px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.73px;
   word-wrap: break-word;
   filter: drop-shadow(0px 0.19px 0.19px #00000040);
   font-family: 'Inter';
 }

 .text_bf3d5fadb284 {
   width: 485.74px;
   height: 26.31px;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 46px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 43.04px;
   word-wrap: break-word;
   filter: drop-shadow(0px 0.32px 0.32px #00000040);
   font-family: 'Kalnia';
 }

 .imageview_12fa06bc93c5 {
   width: 75.48px;
   height: 57.97px;
   z-index: 2;
   position: absolute !important;
   left: 22.38px;
   top: 52.69px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .imageview_c707e2d65dfb {
   width: 65.55px;
   height: 49.54px;
   z-index: 3;
   position: absolute !important;
   left: 39.44px;
   top: 76.97px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .imageview_fec09dd3cf3c {
   width: 146.26px;
   height: 114.92px;
   z-index: 4;
   position: absolute !important;
   left: 16.87px;
   top: 12px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .text_7cda8e99be18 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 391px;
   top: 41px;
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text_7ac6a76f1827 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 470px;
   top: 41px;
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text_a424cf5b844f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 576px;
   top: 41px;
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text_86839030f97a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 747px;
   top: 41px;
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text_7bea5b34c845 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1023px;
   top: 41px;
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .container_53cd10333790 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 130px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: linear-gradient(0deg, #39415400 -0.38%, #394154ff 31.35%);
 }

 .container_be5ceed4eb76 {
   position: absolute !important;
   overflow: visible;
   width: 1282px;
   height: 832px;
   z-index: 1;
   left: -2px;
   top: -12px;
   background: radial-gradient(closest-side at 50% 50%, #7e90ba00 0%, #394154ff 100%);
 }

 .container_ff909d92cb8b {
   position: absolute !important;
   width: 1280px;
   height: 832px;
   left: 4px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff66;
 }

 .imageview_e90835b1f732 {
   width: 719.4px;
   height: 559.89px;
   position: absolute !important;
   left: 0px;
   top: 272.11px;
 }

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

 .imageview_d738b90a4d27 {
   width: 636.08px;
   height: 471.56px;
   z-index: 1;
   position: absolute !important;
   left: 638.92px;
   top: 0px;
 }

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

 .text_9fb200efe8c0 {
   width: 535px;
   z-index: 2;
   position: absolute !important;
   left: 350px;
   top: 118px;
   line-height: 43.57px;
   word-wrap: break-word;
   filter: drop-shadow(3px 3px 3px #00000040);
   font-family: 'Inter';
 }

 .text_a4029c12449e {
   width: 242px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 104px;
   line-height: 19.36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_0c26db9525a0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 96px;
   top: 85px;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .imageview_c0c0837d9043 {
   width: 46.37px;
   height: 63.35px;
   z-index: 1;
   position: absolute !important;
   left: 118px;
   top: 12px;
 }

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

 .container_576c2c347e11 {
   position: absolute !important;
   overflow: visible;
   width: 282px;
   height: 171px;
   z-index: 1;
   left: 29px;
   top: 215px;
   background: linear-gradient(180deg, #394154ff 6.73%, #7e90baff 100%);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 6px 4px #00000040, inset 0 0 0 1px #000000ff;
 }

 .text_3b35743059d9 {
   width: 251px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 105px;
   line-height: 19.36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_b6407b305491 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 62px;
   top: 86px;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .imageview_23baf5ca5d44 {
   width: 27.14px;
   height: 59.84px;
   z-index: 1;
   position: absolute !important;
   left: 127px;
   top: 12px;
 }

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

 .container_eb96b1a27560 {
   position: absolute !important;
   overflow: visible;
   width: 282px;
   height: 171px;
   z-index: 1;
   left: 340px;
   top: 215px;
   background: linear-gradient(180deg, #394154ff 6.73%, #7e90baff 100%);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 6px 4px #00000040, inset 0 0 0 1px #000000ff;
 }

 .text_240e5b6053bb {
   width: 247px;
   z-index: 2;
   position: absolute !important;
   left: 19px;
   top: 105px;
   line-height: 19.36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_318d8bbaa689 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 112px;
   top: 86px;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .imageview_ba4a05869459 {
   width: 40.47px;
   height: 66.2px;
   z-index: 2;
   position: absolute !important;
   left: 123px;
   top: 11px;
 }

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

 .container_0c3827f9d321 {
   position: absolute !important;
   overflow: visible;
   width: 282px;
   height: 171px;
   z-index: 2;
   left: 651px;
   top: 215px;
   background: linear-gradient(180deg, #394154ff 6.73%, #7e90baff 100%);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 6px 4px #00000040, inset 0 0 0 1px #000000ff;
 }

 .text_e458dea79cfa {
   width: 238px;
   z-index: 2;
   position: absolute !important;
   left: 22px;
   top: 117px;
   line-height: 19.36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_55838f09a839 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 106px;
   top: 92px;
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .imageview_06dc6c146e04 {
   width: 50.89px;
   height: 70.42px;
   z-index: 2;
   position: absolute !important;
   left: 116px;
   top: 15px;
 }

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

 .container_d4f77d278862 {
   position: absolute !important;
   overflow: visible;
   width: 282px;
   height: 171px;
   z-index: 2;
   left: 962px;
   top: 215px;
   background: linear-gradient(180deg, #394154ff 6.73%, #7e90baff 100%);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 6px 4px #00000040, inset 0 0 0 1px #000000ff;
 }

 .text_de236219534e {
   width: 490px;
   z-index: 2;
   position: absolute !important;
   left: 377px;
   top: 426px;
   line-height: 43.57px;
   word-wrap: break-word;
   filter: drop-shadow(3px 3px 3px #00000040);
   font-family: 'Inter';
 }

 .text_ae97a48eddc0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 53px;
   top: 0px;
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .text_2379dc5f003c {
   width: 139px;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 118px;
   line-height: 12.1px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_9c1ca1dcb209 {
   width: 54px;
   height: 106px;
   z-index: 2;
   position: absolute !important;
   left: 51px;
   top: 14px;
 }

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

 .container_d805a0782394 {
   position: absolute !important;
   overflow: visible;
   width: 155px;
   height: 184px;
   z-index: 1;
   left: 0px;
   top: 13px;
   background: linear-gradient(329deg, #394154ff 10.93%, #ffffffff 95.15%);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 6px 4px #00000040, inset 0 0 0 1px #000000ff;
 }

 .text_f271d8fcea05 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 0px;
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .text_0298e6c36d93 {
   width: 139px;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 132px;
   line-height: 12.1px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_3f2ab764f880 {
   width: 57px;
   height: 102px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 18px;
 }

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

 .container_f49fe64cd6a3 {
   position: absolute !important;
   overflow: visible;
   width: 155px;
   height: 184px;
   z-index: 1;
   left: 975px;
   top: 13px;
   background: linear-gradient(329deg, #394154ff 10.93%, #ffffffff 95.15%);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 6px 4px #00000040, inset 0 0 0 1px #000000ff;
 }

 .text_9ad558c39efe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 3px;
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .text_2f896111fcce {
   width: 139px;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 118px;
   line-height: 12.1px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_d55ed36dc56d {
   width: 49px;
   height: 97px;
   z-index: 1;
   position: absolute !important;
   left: 54px;
   top: 21px;
 }

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

 .container_6e5a4cc4d363 {
   position: absolute !important;
   width: 155px;
   height: 184px;
   z-index: 1;
   left: 195px;
   top: 13px;
   overflow-x: clip;
   overflow-y: clip;
   background: linear-gradient(329deg, #394154ff 10.93%, #ffffffff 95.15%);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 6px 4px #00000040, inset 0 0 0 1px #000000ff;
 }

 .text_8b7ae29a8ef2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 53px;
   top: 0px;
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .text_a41ae1e77c56 {
   width: 147px;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 120px;
   line-height: 12.1px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_9d59cde98bea {
   width: 55px;
   height: 107px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 14px;
 }

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

 .container_b3e152a685cf {
   position: absolute !important;
   overflow: visible;
   width: 155px;
   height: 184px;
   z-index: 1;
   left: 390px;
   top: 13px;
   background: linear-gradient(329deg, #394154ff 10.93%, #ffffffff 95.15%);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 6px 4px #00000040, inset 0 0 0 1px #000000ff;
 }

 .text_f447c37a10cb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 53px;
   top: 0px;
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .text_e171a3e38af3 {
   width: 139px;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 118px;
   line-height: 12.1px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_302a05f9e268 {
   width: 75px;
   height: 99px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 18px;
 }

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

 .container_6e205be4399c {
   position: absolute !important;
   overflow: visible;
   width: 155px;
   height: 184px;
   z-index: 1;
   left: 585px;
   top: 13px;
   background: linear-gradient(329deg, #394154ff 10.93%, #ffffffff 95.15%);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 6px 4px #00000040, inset 0 0 0 1px #000000ff;
 }

 .text_5ecfba1f89c8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 53px;
   top: 0px;
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .text_0a8df764de83 {
   width: 139px;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 118px;
   line-height: 12.1px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_83ef5e1e29ba {
   width: 56px;
   height: 103px;
   z-index: 2;
   position: absolute !important;
   left: 50px;
   top: 15px;
 }

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

 .container_87731c1fc2cb {
   position: absolute !important;
   overflow: visible;
   width: 155px;
   height: 184px;
   z-index: 1;
   left: 780px;
   top: 13px;
   background: linear-gradient(329deg, #394154ff 10.93%, #ffffffff 95.15%);
   border-radius: 20px 20px 20px 20px;
   box-shadow: 0px 6px 4px #00000040, inset 0 0 0 1px #000000ff;
 }

 .container_7089664ace74 {
   position: absolute !important;
   overflow: visible;
   width: 1130px;
   height: 211px;
   z-index: 1;
   left: 75px;
   top: 489px;
   background: #ffffff00;
 }

 .text_79ca664813a6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 57px;
   top: 19px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_540bad243a17 {
   position: absolute !important;
   overflow: visible;
   width: 381px;
   height: 62px;
   z-index: 1;
   left: 450px;
   top: 719px;
   background: linear-gradient(90deg, #06a9ddff 21.15%, #035b77ff 100%);
   border-radius: 15.02px 15.02px 15.02px 15.02px;
   box-shadow: 10px 10px 10px 5px #00000040;
 }

 .container_wrapper_540bad243a17 {
   position: absolute !important;
   overflow: visible;
   left: 450px;
   top: 719px;
   width: 381px;
   height: 62px;
   z-index: 1;
 }

 .container_nested_540bad243a17 {
   width: 381px;
   height: 62px;
   z-index: 1;
   background: linear-gradient(90deg, #06a9ddff 21.15%, #035b77ff 100%);
   border-radius: 15.02px 15.02px 15.02px 15.02px;
   filter: drop-shadow(10px 10px 10px #00000040);
 }

 .text_8b32ea7db6b6 {
   width: 246px;
   height: 10px;
   z-index: 3;
   position: absolute !important;
   left: 128px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.73px;
   word-wrap: break-word;
   filter: drop-shadow(0px 0.19px 0.19px #00000040);
   font-family: 'Inter';
 }

 .text_3f8c76db68b6 {
   width: 485.74px;
   height: 26.31px;
   z-index: 3;
   position: absolute !important;
   left: 8px;
   top: 46px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 43.04px;
   word-wrap: break-word;
   filter: drop-shadow(0px 0.32px 0.32px #00000040);
   font-family: 'Kalnia';
 }

 .imageview_b7dc6b04172e {
   width: 75.48px;
   height: 57.97px;
   z-index: 4;
   position: absolute !important;
   left: 22.38px;
   top: 52.69px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .imageview_70ba8f9f3999 {
   width: 65.55px;
   height: 49.54px;
   z-index: 5;
   position: absolute !important;
   left: 39.44px;
   top: 76.97px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .imageview_df5fd352a09c {
   width: 146.26px;
   height: 120.92px;
   z-index: 6;
   position: absolute !important;
   left: 16.87px;
   top: 6px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_253bbb97cb9c {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 130px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: linear-gradient(0deg, #39415400 -0.38%, #394154ff 31.35%);
 }

 .container_0df420ffc231 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 832px;
   left: 0px;
   top: 0px;
   background: linear-gradient(10deg, #394154ff 10.27%, #ffffff66 49.01%, #394154ff 96.18%);
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

 .container_9c57fef745b5 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 832px;
   left: 5px;
   top: 1664px;
   background: #ffffff;
 }

 .imageview_11b5d721b056 {
   width: 852px;
   height: 1509px;
   position: absolute !important;
   left: -91px;
   top: 61px;
 }

 .imageview_11b5d721b056.wp-block-image {
   width: 761px !important;
   height: 1219px !important;
   left: 0px !important;
   top: 61px !important;
   overflow: hidden;
 }

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

 .text_d5c46c51ed1e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 94px;
   top: 56px;
   line-height: 58.09px;
   font-family: 'Inter';
 }

 .text_9dd65f6eaaa1 {
   width: 414px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 568px;
   line-height: 29.05px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_0c59e0dd6ef0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 403px;
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text_324f62f7a76b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 238px;
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text_ee884d3cc76a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 140px;
   line-height: 38.73px;
   font-family: 'Inter';
 }

 .text_571a8c4cb391 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 306px;
   line-height: 38.73px;
   font-family: 'Inter';
 }

 .text_823ac9b0edec {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 475px;
   line-height: 38.73px;
   font-family: 'Inter';
 }

 .text_329adb73c274 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 192px;
   line-height: 58.09px;
   font-family: 'Inter';
 }

 .text_09b5302fa6f4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 357px;
   line-height: 58.09px;
   font-family: 'Inter';
 }

 .text_debc83ca3530 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 524px;
   line-height: 58.09px;
   font-family: 'Inter';
 }

 .container_fd4821b2ac9c {
   position: absolute !important;
   overflow: visible;
   width: 652px;
   height: 654px;
   z-index: 1;
   transform: rotate(90deg);
   transform-origin: 0 0;
   left: 729px;
   top: 401px;
   background: #ffffff00;
 }

 .container_2c8a4668eee0 {
   position: absolute !important;
   width: 771px;
   height: 1280px;
   z-index: 1;
   left: -34px;
   top: 0px;
   overflow-x: clip;
   overflow-y: clip;
   background: linear-gradient(193deg, #394154ff 66.6%, #7e90ba00 93.63%);
 }

 .text_e6fde4153f58 {
   width: 246px;
   height: 10px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.73px;
   word-wrap: break-word;
   filter: drop-shadow(0px 0.19px 0.19px #00000040);
   font-family: 'Inter';
 }

 .text_dd658b7d0df9 {
   width: 485.74px;
   height: 26.31px;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 46px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 43.04px;
   word-wrap: break-word;
   filter: drop-shadow(0px 0.32px 0.32px #00000040);
   font-family: 'Kalnia';
 }

 .imageview_7e2f03cde862 {
   width: 75.48px;
   height: 57.97px;
   z-index: 3;
   position: absolute !important;
   left: 22.38px;
   top: 52.69px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .imageview_6904475dcfd8 {
   width: 65.55px;
   height: 49.54px;
   z-index: 4;
   position: absolute !important;
   left: 39.44px;
   top: 76.97px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .imageview_30132e4e9cf8 {
   width: 146.26px;
   height: 120.92px;
   z-index: 5;
   position: absolute !important;
   left: 16.87px;
   top: 6px;
   transform: scale(1, -1);
   transform-origin: 0 0;
 }

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

 .container_3f640ccecf52 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 130px;
   z-index: 2;
   transform: rotate(90deg);
   transform-origin: 0 0;
   left: 832px;
   top: 0px;
   background: linear-gradient(0deg, #39415400 -0.38%, #394154ff 31.35%);
 }

 .container_44285940902f {
   position: absolute !important;
   width: 832px;
   height: 1280px;
   transform: rotate(-90deg);
   transform-origin: 0 0;
   left: 0px;
   top: 3328px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .imageview_168b45cc583e {
   width: 705px;
   height: 469px;
   z-index: 1;
   position: absolute !important;
   left: 519px;
   top: 305px;
   border-radius: 15px 15px 15px 15px;
 }

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

 .text_8e3365f4ac5d {
   width: 407px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 327px;
   line-height: 19.36px;
   word-wrap: break-word;
   filter: drop-shadow(0px 4px 6px #00000040);
   font-family: 'Inter';
 }

 .text-b87f2cba12df_8e3365f4ac5d {
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .text-7f7d24ae7bff_8e3365f4ac5d {
   line-height: 19.36px;
   font-family: 'Inter';
 }

 .imageview_e20b6e9a0878 {
   width: 1280px;
   height: 607px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -346px;
 }

 .imageview_e20b6e9a0878.wp-block-image {
   width: 1280px !important;
   height: 261px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .text_a9c71091fb28 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 111px;
   top: 19px;
   line-height: 24.2px;
   font-family: 'Inter';
 }

 .container_65470057d5f7 {
   position: absolute !important;
   overflow: visible;
   width: 381px;
   height: 62px;
   z-index: 2;
   left: 428px;
   top: 164px;
   background: linear-gradient(90deg, #06a9ddff 21.15%, #035b77ff 100%);
   border-radius: 15.02px 15.02px 15.02px 15.02px;
   box-shadow: 10px 10px 10px 5px #00000040;
 }

 .container_wrapper_65470057d5f7 {
   position: absolute !important;
   overflow: visible;
   left: 428px;
   top: 164px;
   width: 381px;
   height: 62px;
   z-index: 2;
 }

 .container_nested_65470057d5f7 {
   width: 381px;
   height: 62px;
   z-index: 2;
   background: linear-gradient(90deg, #06a9ddff 21.15%, #035b77ff 100%);
   border-radius: 15.02px 15.02px 15.02px 15.02px;
   filter: drop-shadow(10px 10px 10px #00000040);
 }

 .text_77cc2b3d7792 {
   width: 604px;
   height: 42px;
   z-index: 2;
   position: absolute !important;
   left: 316px;
   top: 38px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 58.09px;
   word-wrap: break-word;
   filter: drop-shadow(10px 10px 10px #00000040);
   font-family: 'Inter';
 }

 .container_70e027048568 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 261px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #035b774d;
 }

 .container_62c1954efcb2 {
   position: absolute !important;
   width: 1280px;
   height: 832px;
   z-index: 1;
   left: 0px;
   top: 830px;
   overflow-x: clip;
   overflow-y: clip;
   background: #ffffff;
 }

 .imageview_7e890cb50728 {
   width: 424px;
   height: 523px;
   position: absolute !important;
   left: 705px;
   top: 154px;
   border-radius: 10px 10px 10px 10px;
 }

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

 .text_71d0eb5104a7 {
   width: 273px;
   position: absolute !important;
   left: 85px;
   top: 17px;
   line-height: 18.15px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_188cbfc784bf {
   width: max-content;
   position: absolute !important;
   left: 21px;
   top: 9px;
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .container_afc75825fbf6 {
   position: absolute !important;
   overflow: visible;
   width: 273px;
   height: 35px;
   left: 0px;
   top: 0px;
   background: #06a9dd03;
   border-radius: 15px 15px 15px 15px;
   mix-blend-mode: normal;
 }

 .container_1b3072ec5e1d {
   position: absolute !important;
   overflow: visible;
   width: 273px;
   height: 35px;
   left: 85px;
   top: 116px;
   background: #06a9dd73;
   border-radius: 15px 15px 15px 15px;
   box-shadow: 5px 5px 4px #00000040;
 }

 .container_wrapper_1b3072ec5e1d {
   position: absolute !important;
   overflow: visible;
   left: 85px;
   top: 116px;
   width: 273px;
   height: 35px;
 }

 .container_nested_1b3072ec5e1d {
   width: 273px;
   height: 35px;
   background: #06a9dd73;
   border-radius: 15px 15px 15px 15px;
   filter: drop-shadow(5px 5px 4px #00000040);
 }

 .text_d3060579992a {
   width: max-content;
   position: absolute !important;
   left: 23px;
   top: 9px;
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .container_89795f9aa746 {
   position: absolute !important;
   overflow: visible;
   width: 273px;
   height: 35px;
   left: 0px;
   top: 0px;
   background: #06a9dd03;
   border-radius: 15px 15px 15px 15px;
   mix-blend-mode: normal;
 }

 .container_9808fe0e1006 {
   position: absolute !important;
   overflow: visible;
   width: 273px;
   height: 35px;
   left: 85px;
   top: 68px;
   background: #06a9dd73;
   border-radius: 15px 15px 15px 15px;
   box-shadow: 5px 5px 3px #00000040;
 }

 .container_wrapper_9808fe0e1006 {
   position: absolute !important;
   overflow: visible;
   left: 85px;
   top: 68px;
   width: 273px;
   height: 35px;
 }

 .container_nested_9808fe0e1006 {
   width: 273px;
   height: 35px;
   background: #06a9dd73;
   border-radius: 15px 15px 15px 15px;
   filter: drop-shadow(5px 5px 3px #00000040);
 }

 .text_2348f15f8811 {
   width: max-content;
   position: absolute !important;
   left: 92px;
   top: 11px;
   line-height: 18.15px;
   font-family: 'Inter';
 }

 .container_2175d37e0798 {
   position: absolute !important;
   overflow: visible;
   width: 220px;
   height: 40px;
   left: 112px;
   top: 165px;
   background: #7e90baad;
   border-radius: 15.02px 15.02px 15.02px 15.02px;
 }

 .container_wrapper_2175d37e0798 {
   position: absolute !important;
   overflow: visible;
   left: 112px;
   top: 165px;
   width: 220px;
   height: 40px;
 }

 .container_nested_2175d37e0798 {
   width: 220px;
   height: 40px;
   background: #7e90baad;
   border-radius: 15.02px 15.02px 15.02px 15.02px;
 }

 .container_254ba33a4a2b {
   position: absolute !important;
   overflow: visible;
   width: 443px;
   height: 215px;
   left: 197px;
   top: 529px;
   background: #2c629c4a;
   border-radius: 15px 15px 15px 15px;
   box-shadow: 5px 5px 3px #00000040;
 }

 .text_081fd2975eec {
   width: 421px;
   height: 356px;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: 61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.05px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-2004f307430a_081fd2975eec {
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text-2b6a81fd0aba_081fd2975eec {
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text-b17a1b309cb4_081fd2975eec {
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text-0f4875cdfe60_081fd2975eec {
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text-dcdd37e1ecdf_081fd2975eec {
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text-9a4286512899_081fd2975eec {
   line-height: 29.05px;
   font-family: 'Inter';
 }

 .text_e78c6ebe459a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 0px;
   line-height: 43.57px;
   font-family: 'Inter';
 }

 .container_853162040276 {
   position: absolute !important;
   overflow: visible;
   width: 443px;
   height: 483px;
   z-index: 1;
   left: 197px;
   top: 131px;
 }

 .container_1d531c0ba0e7 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 832px;
   left: 0px;
   top: 4992px;
   background: #0a2b4e;
 }

 .viewport_685c9a8d4939 {
   width: 1280px;
   height: 5824px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff00;
 }