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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_e7982d36db63 {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_be44c150bf05 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_63e7464fbd37 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_63e7464fbd37 {
   width: 100%;
   min-width: 0;
   height: 80px;
   background: #1e1e1e;
 }

 .text_6c2ae54c2f57 {
   width: 116px;
   height: 35px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_262d94353590 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   position: absolute !important;
   left: 1114px;
   top: 501px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_262d94353590 {
   position: absolute !important;
   left: 1114px;
   top: 501px;
   width: 218px;
   height: 74px;
 }

 .container_nested_262d94353590 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .text_60b9c81fcff2 {
   width: 369px;
   height: 200px;
   position: absolute !important;
   left: 110px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 96px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_e06f54eb8448 {
   width: 323px;
   height: 144px;
   position: absolute !important;
   left: 998px;
   top: 116px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_efc3bbf31aa2 {
   width: 239px;
   height: 132px;
   position: absolute !important;
   left: 110px;
   top: 342px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_6bea7ac6b821 {
   width: 497px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 843px;
   top: 250px;
   background: #d9d9d9;
 }

 .container_f53aafe07f3c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 600px;
   flex-shrink: 0;
   background: #525252;
 }

 .text_e67470d9aff5 {
   width: 238px;
   height: 24px;
   position: absolute !important;
   left: 151px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_1f3376467ba5 {
   width: 296px;
   height: 26px;
   position: absolute !important;
   left: 151px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_2592f449876a {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 118px;
   _scaling-factor: 0.5;
 }

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

 .imageview_20b91ed3a47b {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 156px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b944d58a1829 {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_b0f62638f2f0 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_c09843b0ecca {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_c09843b0ecca {
   width: 100%;
   min-width: 0;
   height: 200px;
   background: #1e1e1e;
 }

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

 .text_bc309535ca27 {
   width: 57px;
   height: 32px;
   position: absolute !important;
   left: 691px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_1f750c486267 {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_14c032967b9c {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_277971b06638 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_277971b06638 {
   width: 100%;
   min-width: 0;
   height: 80px;
   background: #1e1e1e;
 }

 .text_3b0fd1518f4e {
   width: 183px;
   height: 56px;
   position: absolute !important;
   left: 141px;
   top: 129px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_de6777cf2fc5 {
   width: 183px;
   height: 56px;
   position: absolute !important;
   left: 761px;
   top: 136px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_eee6bae0849c {
   width: 579px;
   height: 232px;
   position: absolute !important;
   left: 141px;
   top: 204px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_e5a32331cfef {
   width: 579px;
   height: 232px;
   position: absolute !important;
   left: 761px;
   top: 204px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_b0734d4c802f {
   width: 116px;
   height: 35px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_3601b250ce87 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   position: absolute !important;
   left: 1114px;
   top: 501px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_3601b250ce87 {
   position: absolute !important;
   left: 1114px;
   top: 501px;
   width: 218px;
   height: 74px;
 }

 .container_nested_3601b250ce87 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .text_38c36d23f5f9 {
   width: 116px;
   height: 35px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_172d5aca0ccd {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   position: absolute !important;
   left: 106px;
   top: 501px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_172d5aca0ccd {
   position: absolute !important;
   left: 106px;
   top: 501px;
   width: 218px;
   height: 74px;
 }

 .container_nested_172d5aca0ccd {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_5cc2f0e786f1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 600px;
   flex-shrink: 0;
   background: #525252;
 }

 .text_e1bfdc9c75a1 {
   width: 238px;
   height: 24px;
   position: absolute !important;
   left: 151px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_984a01465b64 {
   width: 296px;
   height: 26px;
   position: absolute !important;
   left: 151px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_7237acf410d2 {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 118px;
   _scaling-factor: 0.5;
 }

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

 .imageview_fe74f51a1f77 {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 156px;
   _scaling-factor: 0.5;
 }

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

 .imageview_1c6403f9bc65 {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_92ecc3dd1873 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_d4e72ad3478b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_d4e72ad3478b {
   width: 100%;
   min-width: 0;
   height: 200px;
   background: #1e1e1e;
 }

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

 .imageview_9c3563b14ef7 {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_ad954d21f000 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_996785040864 {
   width: 57px;
   height: 32px;
   position: absolute !important;
   left: 691px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_e9f0baefc2dc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_e9f0baefc2dc {
   width: 100%;
   min-width: 0;
   height: 80px;
   background: #1e1e1e;
 }

 .text_35995be3cdac {
   width: 832px;
   height: 89px;
   position: absolute !important;
   left: 141px;
   top: 53px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_353f82bbe3c1 {
   width: 1132px;
   height: 297px;
   z-index: 1;
   position: absolute !important;
   left: 141px;
   top: 133px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_353f82bbe3c1 {
   overflow: visible;
 }

 .text_e12fa66336d3 {
   width: 116px;
   height: 35px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_cb4c1b99c67c {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   position: absolute !important;
   left: 1114px;
   top: 501px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_cb4c1b99c67c {
   position: absolute !important;
   left: 1114px;
   top: 501px;
   width: 218px;
   height: 74px;
 }

 .container_nested_cb4c1b99c67c {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .text_715b5c1cad47 {
   width: 116px;
   height: 35px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_40fa2b234ae7 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   position: absolute !important;
   left: 106px;
   top: 501px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_40fa2b234ae7 {
   position: absolute !important;
   left: 106px;
   top: 501px;
   width: 218px;
   height: 74px;
 }

 .container_nested_40fa2b234ae7 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_11bd6de844c4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 600px;
   flex-shrink: 0;
   background: #525252;
 }

 .text_4c0faf0759f6 {
   width: 238px;
   height: 24px;
   position: absolute !important;
   left: 151px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_c0749f862be7 {
   width: 296px;
   height: 26px;
   position: absolute !important;
   left: 151px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_f7daa3246c87 {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 118px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e938d7614a68 {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 156px;
   _scaling-factor: 0.5;
 }

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

 .imageview_8c517111250c {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_62e489682123 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_dc4e181d3abd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_dc4e181d3abd {
   width: 100%;
   min-width: 0;
   height: 200px;
   background: #1e1e1e;
 }

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

 .text_41145880ecb2 {
   width: 57px;
   height: 32px;
   position: absolute !important;
   left: 691px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_9a654df9ee01 {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_9f5083747818 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_1eaf321ec328 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_1eaf321ec328 {
   width: 100%;
   min-width: 0;
   height: 80px;
   background: #1e1e1e;
 }

 .text_4f07c7ca8585 {
   width: 183px;
   height: 56px;
   position: absolute !important;
   left: 141px;
   top: 129px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_3f045321f1d0 {
   width: 653px;
   height: 153px;
   position: absolute !important;
   left: 141px;
   top: 204px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_1f39d31db7cf {
   width: 388px;
   height: 370px;
   position: absolute !important;
   left: 829px;
   top: 67px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

 .imageview_1f39d31db7cf img {
   position: absolute;
   width: 118.22% !important;
   height: 121.35% !important;
   max-width: none !important;
   left: -9.02%;
   top: -41.50%;
 }

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

 .text_301270d65264 {
   width: 102px;
   height: 35px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_3f0c78361c66 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   position: absolute !important;
   left: 1114px;
   top: 501px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_3f0c78361c66 {
   position: absolute !important;
   left: 1114px;
   top: 501px;
   width: 218px;
   height: 74px;
 }

 .container_nested_3f0c78361c66 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .text_8b814f635e54 {
   width: 116px;
   height: 35px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_0cc2bc2dd9e8 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   position: absolute !important;
   left: 106px;
   top: 501px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_0cc2bc2dd9e8 {
   position: absolute !important;
   left: 106px;
   top: 501px;
   width: 218px;
   height: 74px;
 }

 .container_nested_0cc2bc2dd9e8 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_a4973c4aa9c1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 600px;
   flex-shrink: 0;
   background: #525252;
 }

 .text_92c4c67d5b2a {
   width: 238px;
   height: 24px;
   position: absolute !important;
   left: 151px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_64b9fe185042 {
   width: 296px;
   height: 26px;
   position: absolute !important;
   left: 151px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_00b23d00b85c {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 118px;
   _scaling-factor: 0.5;
 }

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

 .imageview_cdb2c686d1e5 {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 156px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e188026bddd1 {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_fd57ceabc4b4 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_a0d4538ef0e7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_a0d4538ef0e7 {
   width: 100%;
   min-width: 0;
   height: 200px;
   background: #1e1e1e;
 }

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

 .text_1870cee38cfa {
   width: 57px;
   height: 32px;
   position: absolute !important;
   left: 691px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_d73d2a21c2f0 {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_9936da940d70 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_1b049bb84387 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_1b049bb84387 {
   width: 100%;
   min-width: 0;
   height: 80px;
   background: #1e1e1e;
 }

 .text_d37839ab96eb {
   width: 972px;
   height: 55px;
   position: absolute !important;
   left: 142px;
   top: 48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_a6b24a379dea {
   width: 400px;
   height: 450px;
   position: absolute !important;
   left: 142px;
   top: 117px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

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

 .text_f44ba201395c {
   width: 102px;
   height: 35px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_122a6daec94c {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   position: absolute !important;
   left: 1114px;
   top: 809px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_122a6daec94c {
   position: absolute !important;
   left: 1114px;
   top: 809px;
   width: 218px;
   height: 74px;
 }

 .container_nested_122a6daec94c {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .imageview_6e317b6977a8 {
   width: 319px;
   height: 200px;
   position: absolute !important;
   left: 560px;
   top: 115px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

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

 .imageview_6197aee72458 {
   width: 319px;
   height: 200px;
   position: absolute !important;
   left: 560px;
   top: 342px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

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

 .imageview_a6c58f6662a6 {
   width: 408px;
   height: 267px;
   position: absolute !important;
   left: 516px;
   top: 579px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

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

 .imageview_277a4571f22c {
   width: 400px;
   height: 450px;
   position: absolute !important;
   left: 897px;
   top: 115px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

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

 .text_aed15981d679 {
   width: 116px;
   height: 35px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_24954ec2bcb0 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   position: absolute !important;
   left: 108px;
   top: 809px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_24954ec2bcb0 {
   position: absolute !important;
   left: 108px;
   top: 809px;
   width: 218px;
   height: 74px;
 }

 .container_nested_24954ec2bcb0 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_467cee22f3fc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 900px;
   flex-shrink: 0;
   background: #525252;
 }

 .text_4bece3cb3bc2 {
   width: 238px;
   height: 24px;
   position: absolute !important;
   left: 151px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_72865b85c0c4 {
   width: 296px;
   height: 26px;
   position: absolute !important;
   left: 151px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_9beccd595ffb {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 118px;
   _scaling-factor: 0.5;
 }

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

 .imageview_158bdbf1fffc {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 156px;
   _scaling-factor: 0.5;
 }

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

 .imageview_5dac8f151e25 {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_b4042a8dd611 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_ef8c317273ec {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_ef8c317273ec {
   width: 100%;
   min-width: 0;
   height: 200px;
   background: #1e1e1e;
 }

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

 .text_3c4752f74529 {
   width: 57px;
   height: 32px;
   position: absolute !important;
   left: 691px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_8fb1cfc59f2a {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_67f17edc1ea8 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_a01e163e0636 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_a01e163e0636 {
   width: 100%;
   min-width: 0;
   height: 80px;
   background: #1e1e1e;
 }

 .text_08911e554e92 {
   width: 972px;
   height: 55px;
   position: absolute !important;
   left: 142px;
   top: 48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_ae5d18394956 {
   width: 360px;
   height: 450px;
   position: absolute !important;
   left: 142px;
   top: 117px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

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

 .text_d62d32900764 {
   width: 102px;
   height: 35px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_c5e4064fc733 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   position: absolute !important;
   left: 1114px;
   top: 809px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_c5e4064fc733 {
   position: absolute !important;
   left: 1114px;
   top: 809px;
   width: 218px;
   height: 74px;
 }

 .container_nested_c5e4064fc733 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .imageview_f4cea9ac8b6c {
   width: 349px;
   height: 212px;
   position: absolute !important;
   left: 545px;
   top: 117px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

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

 .imageview_c0745ff9fbb0 {
   width: 349px;
   height: 212px;
   position: absolute !important;
   left: 545px;
   top: 357px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

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

 .imageview_69b807762635 {
   width: 408px;
   height: 267px;
   position: absolute !important;
   left: 516px;
   top: 579px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

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

 .imageview_9849cb35e84d {
   width: 360px;
   height: 450px;
   position: absolute !important;
   left: 937px;
   top: 115px;
   _scaling-factor: 0.5;
   border-radius: 20px 20px 20px 20px;
 }

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

 .text_386df66359bf {
   width: 116px;
   height: 35px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_be18323c0cbc {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   position: absolute !important;
   left: 108px;
   top: 809px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_be18323c0cbc {
   position: absolute !important;
   left: 108px;
   top: 809px;
   width: 218px;
   height: 74px;
 }

 .container_nested_be18323c0cbc {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_cd16398827ff {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 900px;
   flex-shrink: 0;
   background: #525252;
 }

 .text_5d2814a7f417 {
   width: 238px;
   height: 24px;
   position: absolute !important;
   left: 151px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_aff6599a319c {
   width: 296px;
   height: 26px;
   position: absolute !important;
   left: 151px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_dba243949eb2 {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 118px;
   _scaling-factor: 0.5;
 }

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

 .imageview_c82120f03b6f {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 156px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b7c51fdbf959 {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_1425cdf22ff5 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_20b64132a570 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_20b64132a570 {
   width: 100%;
   min-width: 0;
   height: 200px;
   background: #1e1e1e;
 }

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

 .text_9c3534afb16d {
   width: 57px;
   height: 32px;
   position: absolute !important;
   left: 691px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_6b09c5a9d60f {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_9be863877590 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_0f6564369371 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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

 .container_nested_0f6564369371 {
   width: 100%;
   min-width: 0;
   height: 80px;
   background: #1e1e1e;
 }

 .text_6e4a6515006a {
   width: 1100px;
   height: 57px;
   position: absolute !important;
   left: 142px;
   top: 48px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_a0867fc01b4c {
   width: 957px;
   height: 473px;
   position: absolute !important;
   left: 241px;
   top: 116px;
   _scaling-factor: 0.5;
   border-radius: 40px 40px 40px 40px;
 }

 .imageview_a0867fc01b4c img {
   position: absolute;
   width: 102.51% !important;
   height: 102.91% !important;
   max-width: none !important;
   left: -1.50%;
   top: 2.06%;
 }

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

 .text_73bbe3a06bc8 {
   width: 1152px;
   height: 556px;
   position: absolute !important;
   left: 142px;
   top: 619px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_46dc76f69b3c {
   width: 102px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_9d0f31150717 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   z-index: 1;
   position: absolute !important;
   left: 1114px;
   top: 1101px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_9d0f31150717 {
   position: absolute !important;
   left: 1114px;
   top: 1101px;
   width: 218px;
   height: 74px;
   z-index: 1;
 }

 .container_nested_9d0f31150717 {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .text_9be5057f7bb9 {
   width: 116px;
   height: 35px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_67389cd5381d {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   z-index: 1;
   position: absolute !important;
   left: 114px;
   top: 1101px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_wrapper_67389cd5381d {
   position: absolute !important;
   left: 114px;
   top: 1101px;
   width: 218px;
   height: 74px;
   z-index: 1;
 }

 .container_nested_67389cd5381d {
   padding: 23px 32px 16px 32px;
   width: 218px;
   height: 74px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #d9d9d9;
   border-radius: 60px 60px 60px 60px;
 }

 .container_acd34d0b5faa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1200px;
   flex-shrink: 0;
   background: #525252;
 }

 .text_51eda665ead7 {
   width: 238px;
   height: 24px;
   position: absolute !important;
   left: 151px;
   top: 118px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_3740de1fc08e {
   width: 296px;
   height: 26px;
   position: absolute !important;
   left: 151px;
   top: 156px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_7228fa20354c {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 118px;
   _scaling-factor: 0.5;
 }

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

 .imageview_d18c58dd4a40 {
   width: 28px;
   height: 28px;
   position: absolute !important;
   left: 112px;
   top: 156px;
   _scaling-factor: 0.5;
 }

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

 .imageview_eda71e3b1da0 {
   width: 35px;
   height: 33px;
   position: absolute !important;
   left: 108px;
   top: 23px;
   _scaling-factor: 0.5;
   border-radius: 60px 60px 60px 60px;
 }

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

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

 .text_51186f1c3033 {
   width: 118px;
   height: 33px;
   position: absolute !important;
   left: 147px;
   top: 25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_015e9fbf693c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   background: #1e1e1e;
 }

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