 /*
Theme Name: À CHAPADA
Author: Cenas
Author URI:
Description:
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 2.0.0
License: 
License URI:
*/
 @import url("https://fonts.googleapis.com/css?family=Inter:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("style-browsers-support.css");

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text_cb2a08f8fb0b {
   width: 1362px;
   height: 384px;
   position: absolute !important;
   left: 40px;
   top: 2039px;
   line-height: 128px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cb2a08f8fb0b {
   overflow: visible;
 }

 .text_4a29b4b56644 {
   width: 690px;
   height: 97px;
   position: absolute !important;
   left: 40px;
   top: 2463px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .line_aa1d71f9b2a1 {
   width: 1440px;
   height: 1px;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 0px;
   top: 6689px;
   direction: horizontal;
   background: #ffffff80;
 }

 .line_f14299f1317f {
   width: 1362px;
   height: 1px;
   border-top: 0.5px solid #ffffff80;
   border-right: 0.5px solid #ffffff80;
   border-bottom: 0.5px solid #ffffff80;
   border-left: 0.5px solid #ffffff80;
   position: absolute !important;
   left: 40px;
   top: 3191px;
   direction: horizontal;
   background: #ffffff80;
 }

 .container_afa449621e89 {
   width: 173px;
   height: 44px;
   position: absolute !important;
   left: 40px;
   top: 2580px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_5c4f267525a8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 2580px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .container_849dc04edffc {
   width: 173px;
   height: 44px;
   position: absolute !important;
   left: 739px;
   top: 3067px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_0d01704d16ad {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 778px;
   top: 3067px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .container_ff0b13698963 {
   width: 173px;
   height: 44px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 253px;
   top: 2580px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_7ad55ce6ac09 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 293px;
   top: 2580px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_eee10a6e6419 {
   width: max-content;
   position: absolute !important;
   left: 609px;
   top: 280px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_a84f311f9731 {
   width: max-content;
   position: absolute !important;
   left: 460px;
   top: 819px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_579b0a56fa1c {
   width: max-content;
   position: absolute !important;
   left: 498px;
   top: 753px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_a575fa5c6290 {
   width: 131px;
   height: 26px;
   position: absolute !important;
   left: 40px;
   top: 2744px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_ba58045b4213 {
   width: 80px;
   height: 26px;
   position: absolute !important;
   left: 40px;
   top: 5122px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_a4cd0d0c3cf6 {
   width: 125px;
   height: 26px;
   position: absolute !important;
   left: 40px;
   top: 6348px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_1678c4dcbd87 {
   width: 91px;
   height: 26px;
   position: absolute !important;
   left: 730px;
   top: 6348px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_0b409d807563 {
   width: 576px;
   height: 120px;
   position: absolute !important;
   left: 40px;
   top: 2810px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0b409d807563 {
   overflow: visible;
 }

 .text_418434ae22a5 {
   width: 663px;
   height: 196px;
   position: absolute !important;
   left: 739px;
   top: 2810px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_cef040e3a18f {
   width: 576px;
   height: 132px;
   position: absolute !important;
   left: 40px;
   top: 5188px;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cef040e3a18f {
   overflow: visible;
 }

 .text_f45aa85e2038 {
   width: 496px;
   height: 88px;
   position: absolute !important;
   left: 40px;
   top: 6414px;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f45aa85e2038 {
   overflow: visible;
 }

 .text_24d4370c9475 {
   width: 657px;
   height: 44px;
   position: absolute !important;
   left: 730px;
   top: 6414px;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_24d4370c9475 {
   overflow: visible;
 }

 .text_a99f8c45ca02 {
   width: 663px;
   height: 224px;
   position: absolute !important;
   left: 739px;
   top: 5188px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_f6428bc8787e {
   width: 674px;
   height: 73px;
   position: absolute !important;
   left: 40px;
   top: 6520px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_f76614d98d08 {
   width: 663px;
   height: 246px;
   z-index: 1;
   position: absolute !important;
   left: 730px;
   top: 6478px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_312f96a90dc0 {
   width: max-content;
   position: absolute !important;
   left: 758px;
   top: 3211px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_f3c66f952789 {
   width: max-content;
   position: absolute !important;
   left: 481px;
   top: 3211px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_7dedfbe454bd {
   width: max-content;
   position: absolute !important;
   left: 260px;
   top: 3211px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_50f2f7d305c3 {
   width: max-content;
   position: absolute !important;
   left: 82px;
   top: 3211px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_d4234ae6e625 {
   width: 105px;
   height: 26px;
   position: absolute !important;
   left: 40px;
   top: 3355px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_768e685c906f {
   width: 429px;
   height: 80px;
   position: absolute !important;
   left: 40px;
   top: 3421px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_768e685c906f {
   overflow: visible;
 }

 .text_f5cc3699b741 {
   width: 663px;
   height: 246px;
   position: absolute !important;
   left: 739px;
   top: 3421px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_51051b352d7b {
   width: 440px;
   height: 605px;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #000000;
   border-radius: 27px 27px 27px 27px;
 }

 .container_a6bf10f88327 {
   width: 409px;
   height: 282px;
   z-index: 1;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 15px;
   top: 16px;
   background: #ffffff;
   border-radius: 22px 22px 22px 22px;
 }

 .text_f0a6a4551e75 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 71px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_c15e3c93d97a {
   width: 376px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 118px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c15e3c93d97a {
   overflow: visible;
 }

 .text_b9d427a8f812 {
   width: 376px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 410px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b9d427a8f812 {
   overflow: visible;
 }

 .text_56d41d3351ae {
   width: 376px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 478px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_56d41d3351ae {
   overflow: visible;
 }

 .text_01888653a046 {
   width: 376px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 546px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_01888653a046 {
   overflow: visible;
 }

 .text_c04a5ba28ac7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 30px;
   line-height: 28px;
   font-family: 'Inter';
 }

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

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

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

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

 .container_02f01fcec72b {
   position: absolute !important;
   overflow: visible;
   width: 95px;
   height: 24px;
   z-index: 2;
   left: 32px;
   top: 245px;
 }

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

 .container_6dfa3c86f158 {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 605px;
   left: 40px;
   top: 3581px;
 }

 .container_eef996ca6f1b {
   width: 440px;
   height: 605px;
   z-index: 1;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #000000;
   border-radius: 27px 27px 27px 27px;
 }

 .container_565ab0a079ba {
   width: 409px;
   height: 282px;
   z-index: 2;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 15px;
   top: 16px;
   background: #ffffff;
   border-radius: 22px 22px 22px 22px;
 }

 .text_5743b7be9715 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 71px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_6dedecfd5535 {
   width: 376px;
   height: 84px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 118px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6dedecfd5535 {
   overflow: visible;
 }

 .text_f51f9bbd54ed {
   width: 376px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 410px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f51f9bbd54ed {
   overflow: visible;
 }

 .text_0545a45085b1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 30px;
   line-height: 28px;
   font-family: 'Inter';
 }

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

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

 .container_afbb4104d35d {
   position: absolute !important;
   overflow: visible;
   width: 155px;
   height: 24px;
   z-index: 3;
   left: 32px;
   top: 245px;
 }

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

 .container_3fee52c44e37 {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 605px;
   z-index: 1;
   left: 500px;
   top: 3581px;
 }

 .container_76f85ab344b7 {
   width: 440px;
   height: 605px;
   z-index: 1;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #000000;
   border-radius: 27px 27px 27px 27px;
 }

 .container_42b3be0cc35b {
   width: 409px;
   height: 282px;
   z-index: 2;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 15px;
   top: 16px;
   background: #ffffff;
   border-radius: 22px 22px 22px 22px;
 }

 .text_a787f1cb5bc7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 71px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_2d5e3e9b24c7 {
   width: 376px;
   height: 84px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 118px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2d5e3e9b24c7 {
   overflow: visible;
 }

 .text_3c3905ff41ee {
   width: 376px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 410px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3c3905ff41ee {
   overflow: visible;
 }

 .text_5247f989ab24 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 30px;
   line-height: 28px;
   font-family: 'Inter';
 }

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

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

 .container_0b182eff9eb5 {
   position: absolute !important;
   overflow: visible;
   width: 134px;
   height: 24px;
   z-index: 3;
   left: 32px;
   top: 245px;
 }

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

 .container_39ee641241ef {
   position: absolute !important;
   overflow: visible;
   width: 440px;
   height: 605px;
   z-index: 1;
   left: 960px;
   top: 3581px;
 }

 .text_5e21ecc4ad04 {
   width: max-content;
   position: absolute !important;
   left: 211px;
   top: 387px;
   line-height: 149px;
   font-family: 'Inter';
 }

 .imageview_bd553532f9a0 {
   width: 1150px;
   height: 696px;
   position: absolute !important;
   left: 145px;
   top: 1241px;
   _scaling-factor: 1;
 }

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

 .text_1a1786cced7a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_5e5c5cb86adc {
   width: max-content;
   position: absolute !important;
   left: 373px;
   top: 50px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_91374bd125a1 {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 50px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_feb9623fdfc3 {
   width: max-content;
   position: absolute !important;
   left: 757px;
   top: 50px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_c68a6cdc2ea5 {
   width: max-content;
   position: absolute !important;
   left: 1159px;
   top: 50px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_d233ae52672b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 373px;
   top: 76px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_d42ad9cbaf23 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 76px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_8ab68792211b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 757px;
   top: 76px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_c06d569005e1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1159px;
   top: 76px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .line_53d844005d55 {
   width: 1px;
   height: 54px;
   border-top: 1px solid #ffffff26;
   border-right: 1px solid #ffffff26;
   border-bottom: 1px solid #ffffff26;
   border-left: 1px solid #ffffff26;
   position: absolute !important;
   left: 364px;
   top: 58px;
   direction: vertical;
   background: #ffffff26;
 }

 .line_4c3d06ff8fcd {
   width: 1px;
   height: 54px;
   border-top: 1px solid #ffffff26;
   border-right: 1px solid #ffffff26;
   border-bottom: 1px solid #ffffff26;
   border-left: 1px solid #ffffff26;
   position: absolute !important;
   left: 0px;
   top: 58px;
   direction: vertical;
   background: #ffffff26;
 }

 .line_2c25ada997f7 {
   width: 1px;
   height: 54px;
   border-top: 1px solid #ffffff26;
   border-right: 1px solid #ffffff26;
   border-bottom: 1px solid #ffffff26;
   border-left: 1px solid #ffffff26;
   position: absolute !important;
   left: 748px;
   top: 58px;
   direction: vertical;
   background: #ffffff26;
 }

 .line_66118772dd08 {
   width: 1px;
   height: 54px;
   border-top: 1px solid #ffffff26;
   border-right: 1px solid #ffffff26;
   border-bottom: 1px solid #ffffff26;
   border-left: 1px solid #ffffff26;
   position: absolute !important;
   left: 1150px;
   top: 58px;
   direction: vertical;
   background: #ffffff26;
 }

 .container_6582c2e0eee1 {
   position: absolute !important;
   overflow: visible;
   width: 1360px;
   height: 120px;
   left: 40px;
   top: 1019px;
 }

 .text_391c8342e52e {
   width: max-content;
   position: absolute !important;
   left: 1201px;
   top: 3211px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_1fbca0dd66e4 {
   width: max-content;
   position: absolute !important;
   left: 978px;
   top: 3211px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_50231d7fd620 {
   width: 1150px;
   height: 696px;
   position: absolute !important;
   left: 145px;
   top: 4306px;
   _scaling-factor: 1;
 }

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

 .imageview_0d23c83b09b2 {
   width: 1150px;
   height: 696px;
   position: absolute !important;
   left: 145px;
   top: 5532px;
   _scaling-factor: 1;
 }

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

 .imageview_dc0714eba23f {
   width: 120px;
   height: 96px;
   position: absolute !important;
   left: 27px;
   top: 6701px;
   _scaling-factor: 0.5;
 }

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

 .imageview_98a809689a86 {
   width: 23px;
   height: 14.73px;
   z-index: 1;
   position: absolute !important;
   left: 420px;
   top: 3838px;
 }

 .imageview_98a809689a86 img {
   position: absolute;
   width: 24.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .imageview_40a3858ec057 {
   width: 23px;
   height: 14.73px;
   z-index: 2;
   position: absolute !important;
   left: 880px;
   top: 3838px;
 }

 .imageview_40a3858ec057 img {
   position: absolute;
   width: 24.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .imageview_43536c85562f {
   width: 23px;
   height: 14.73px;
   z-index: 2;
   position: absolute !important;
   left: 1340px;
   top: 3838px;
 }

 .imageview_43536c85562f img {
   position: absolute;
   width: 24.0px !important;
   height: 14.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: -7.4px;
 }

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

 .text_92973764b73b {
   width: max-content;
   position: absolute !important;
   left: 1198px;
   top: 6727px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .container_448984171e7a {
   width: 1440px;
   height: 120px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #000000;
 }

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

 .container_1153aacbc897 {
   width: 50px;
   height: 29px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 7px;
   border-radius: 27px 27px 27px 27px;
 }

 .text_ceb776233b02 {
   width: 20px;
   height: 27px;
   z-index: 2;
   position: absolute !important;
   left: 15px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_b8434fcfb0c9 {
   position: absolute !important;
   overflow: visible;
   width: 50px;
   height: 36px;
   z-index: 1;
   left: 368px;
   top: 4px;
   border-radius: 27px 27px 27px 27px;
 }

 .container_wrapper_b8434fcfb0c9 {
   position: absolute !important;
   overflow: visible;
   left: 368px;
   top: 4px;
   width: 50px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_b8434fcfb0c9 {
   width: 50px;
   height: 36px;
   z-index: 1;
   border-radius: 27px 27px 27px 27px;
 }

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

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

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

 .container_243b605eae11 {
   position: absolute !important;
   overflow: visible;
   width: 418px;
   height: 44px;
   z-index: 1;
   left: 982px;
   top: 38px;
   border-radius: 27px 27px 27px 27px;
 }

 .imageview_e4fcb2b9d548 {
   width: 120px;
   height: 96px;
   z-index: 1;
   position: absolute !important;
   left: 27px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .line_57389e5f4919 {
   width: 1440px;
   height: 1px;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 0px;
   top: 120px;
   direction: horizontal;
   background: #ffffff80;
 }

 .container_400e39487272 {
   position: fixed !important;
   overflow: visible;
   width: 1478px;
   height: 120px;
   z-index: 9999;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_400e39487272 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1478px;
   height: 120px;
   z-index: 9999;
 }

 .container_nested_400e39487272 {
   position: fixed !important;
   width: 1478px;
   height: 120px;
   z-index: 9999;
 }

 .viewport_260a1c93f4be {
   width: 1440px;
   height: 6809px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #000000;
 }

 .text_8b479c3f54f8 {
   width: 131px;
   height: 26px;
   position: absolute !important;
   left: 40px;
   top: 234px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_cd8386bd3aeb {
   width: 576px;
   height: 120px;
   position: absolute !important;
   left: 40px;
   top: 300px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cd8386bd3aeb {
   overflow: visible;
 }

 .text_cbf7ce62fa5f {
   width: 663px;
   height: 224px;
   position: absolute !important;
   left: 739px;
   top: 300px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_ebd6457fc521 {
   width: max-content;
   position: absolute !important;
   left: 270px;
   top: 0px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .container_e6875f2035dc {
   width: 50px;
   height: 29px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 7px;
   border-radius: 27px 27px 27px 27px;
 }

 .text_53e4d02f2d94 {
   width: 20px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_791cee19ebd6 {
   position: absolute !important;
   overflow: visible;
   width: 50px;
   height: 36px;
   left: 368px;
   top: 4px;
   border-radius: 27px 27px 27px 27px;
 }

 .container_wrapper_791cee19ebd6 {
   position: absolute !important;
   overflow: visible;
   left: 368px;
   top: 4px;
   width: 50px;
   height: 36px;
 }

 .container_nested_791cee19ebd6 {
   width: 50px;
   height: 36px;
   border-radius: 27px 27px 27px 27px;
 }

 .text_4b3df28b155d {
   width: max-content;
   position: absolute !important;
   left: 185px;
   top: 0px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_40f9ac658728 {
   width: max-content;
   position: absolute !important;
   left: 84px;
   top: 0px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_790619217e11 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .container_d7c992404636 {
   position: absolute !important;
   overflow: visible;
   width: 418px;
   height: 44px;
   left: 982px;
   top: 38px;
   border-radius: 27px 27px 27px 27px;
 }

 .imageview_c08a9c1d6c91 {
   width: 120px;
   height: 96px;
   position: absolute !important;
   left: 27px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .line_626caf423a48 {
   width: 1440px;
   height: 1px;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 0px;
   top: 120px;
   direction: horizontal;
   background: #ffffff80;
 }

 .imageview_5de6ea2cb838 {
   width: 160px;
   height: 158px;
   position: absolute !important;
   left: 123px;
   top: 2131px;
   _scaling-factor: 0.5;
 }

 /* .imageview_5de6ea2cb838 img {
   position: absolute;
   width: 1549.50% !important;
   height: 778.97% !important;
   max-width: none !important;
   left: -823.74%;
   top: -240.51%;
 } */

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

 .imageview_3e21c178ab79 {
   width: 158px;
   height: 157px;
   position: absolute !important;
   left: 469px;
   top: 2132px;
   _scaling-factor: 0.5;
 }

 /* .imageview_3e21c178ab79 img {
   position: absolute;
   width: 1541.71% !important;
   height: 767.17% !important;
   max-width: none !important;
   left: -1009.55%;
   top: -236.87%;
 } */

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

 .imageview_eae339a76081 {
   width: 159px;
   height: 160px;
   position: absolute !important;
   left: 813px;
   top: 2132px;
   _scaling-factor: 0.5;
 }

 /* .imageview_eae339a76081 img {
   position: absolute;
   width: 1518.81% !important;
   height: 748.28% !important;
   max-width: none !important;
   left: -1179.21%;
   top: -230.54%;
 } */

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

 .imageview_eded32295ab1 {
   width: 155px;
   height: 155px;
   position: absolute !important;
   left: 1160px;
   top: 2133px;
   _scaling-factor: 0.5;
 }

 /* .imageview_eded32295ab1 img {
   position: absolute;
   width: 1589.64% !important;
   height: 787.05% !important;
   max-width: none !important;
   left: -1429.53%;
   top: -247.67%;
 } */

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

 .imageview_94d644e1f5cb {
   width: 155px;
   height: 157px;
   position: absolute !important;
   left: 1160px;
   top: 1399px;
   _scaling-factor: 0.5;
 }

 /* .imageview_94d644e1f5cb img {
   position: absolute;
   width: 1534.00% !important;
   height: 751.98% !important;
   max-width: none !important;
   left: -627.50%;
   top: -234.16%;
 } */

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

 .imageview_66b240a6e60f {
   width: 158px;
   height: 157px;
   position: absolute !important;
   left: 814px;
   top: 1399px;
   _scaling-factor: 0.5;
 }

 /* .imageview_66b240a6e60f img {
   position: absolute;
   width: 1534.00% !important;
   height: 763.32% !important;
   max-width: none !important;
   left: -443.00%;
   top: -236.18%;
 } */

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

 .imageview_ab48fffa3d3a {
   width: 155px;
   height: 157px;
   position: absolute !important;
   left: 470px;
   top: 1399px;
   _scaling-factor: 0.5;
 }

 /* .imageview_ab48fffa3d3a img {
   position: absolute;
   width: 1565.31% !important;
   height: 771.07% !important;
   max-width: none !important;
   left: -254.59%;
   top: -238.07%;
 } */

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

 .text_619300ce073d {
   width: 131px;
   height: 26px;
   position: absolute !important;
   left: 40px;
   top: 1178px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_b2489c9371e3 {
   width: 131px;
   height: 26px;
   position: absolute !important;
   left: 40px;
   top: 2872px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_80edd6136588 {
   width: 576px;
   height: 40px;
   position: absolute !important;
   left: 40px;
   top: 1244px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_80edd6136588 {
   overflow: visible;
 }

 .text_241dbfe20fe0 {
   width: 325px;
   height: 246px;
   position: absolute !important;
   left: 40px;
   top: 1690px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_d468422b2827 {
   width: 325px;
   height: 246px;
   position: absolute !important;
   left: 40px;
   top: 2423px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_045e4316ca70 {
   width: 325px;
   height: 290px;
   position: absolute !important;
   left: 1075px;
   top: 1690px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_a8692000b738 {
   width: 325px;
   height: 320px;
   position: absolute !important;
   left: 1075px;
   top: 2423px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_a7b9a1bf320c {
   width: 325px;
   height: 246px;
   position: absolute !important;
   left: 730px;
   top: 1690px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_aec8f26c683c {
   width: 325px;
   height: 273px;
   position: absolute !important;
   left: 730px;
   top: 2423px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_63d48973d509 {
   width: 325px;
   height: 290px;
   position: absolute !important;
   left: 385px;
   top: 1690px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_54911f45afd4 {
   width: 325px;
   height: 261px;
   position: absolute !important;
   left: 385px;
   top: 2423px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_a42c81fa89ab {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 29px;
   line-height: 44px;
   font-family: 'Inter';
 }

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

 .container_d4ef50310bb2 {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 73px;
   left: 108px;
   top: 1566px;
 }

 .text_0c6b7f815d07 {
   width: max-content;
   position: absolute !important;
   left: 59px;
   top: 29px;
   line-height: 44px;
   font-family: 'Inter';
 }

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

 .container_e304d7598c89 {
   position: absolute !important;
   overflow: visible;
   width: 185px;
   height: 73px;
   left: 110px;
   top: 2299px;
 }

 .text_3b1f2e7fce2f {
   width: max-content;
   position: absolute !important;
   left: 52px;
   top: 29px;
   line-height: 44px;
   font-family: 'Inter';
 }

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

 .container_a96e8803890c {
   position: absolute !important;
   overflow: visible;
   width: 167px;
   height: 73px;
   left: 1154px;
   top: 1566px;
 }

 .text_728c0e80c944 {
   width: max-content;
   position: absolute !important;
   left: 70px;
   top: 29px;
   line-height: 44px;
   font-family: 'Inter';
 }

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

 .container_68f69039f1f8 {
   position: absolute !important;
   overflow: visible;
   width: 185px;
   height: 73px;
   left: 1145px;
   top: 2299px;
 }

 .text_aab8bf1fe547 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 29px;
   line-height: 44px;
   font-family: 'Inter';
 }

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

 .container_f3a3af0d28e2 {
   position: absolute !important;
   overflow: visible;
   width: 157px;
   height: 73px;
   left: 814px;
   top: 1566px;
 }

 .text_7a36c30d14d4 {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 29px;
   line-height: 44px;
   font-family: 'Inter';
 }

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

 .container_67c7343f69b2 {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 73px;
   left: 804px;
   top: 2299px;
 }

 .text_923bfe4fa3fb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 29px;
   line-height: 44px;
   font-family: 'Inter';
 }

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

 .container_cae5f0564f88 {
   position: absolute !important;
   overflow: visible;
   width: 133px;
   height: 73px;
   left: 481px;
   top: 1566px;
 }

 .text_c17fdb88cac4 {
   width: max-content;
   position: absolute !important;
   left: 12px;
   top: 29px;
   line-height: 44px;
   font-family: 'Inter';
 }

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

 .container_658c91d45099 {
   position: absolute !important;
   overflow: visible;
   width: 96px;
   height: 73px;
   left: 500px;
   top: 2299px;
 }

 .imageview_b9b702f90556 {
   width: 231px;
   height: 183px;
   position: absolute !important;
   left: 29px;
   top: 2978px;
   _scaling-factor: 0.5;
 }

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

 .imageview_b9c6aca94554 {
   width: 314px;
   height: 117px;
   position: absolute !important;
   left: 1110px;
   top: 3032px;
   _scaling-factor: 0.5;
 }

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

 .imageview_62c3d3a75a1b {
   width: 183px;
   height: 184px;
   position: absolute !important;
   left: 365px;
   top: 3252px;
   _scaling-factor: 0.5;
 }

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

 .imageview_41653157805d {
   width: 251px;
   height: 65px;
   position: absolute !important;
   left: 548px;
   top: 3052px;
   _scaling-factor: 0.5;
 }

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

 .imageview_46aeda63c2d8 {
   width: 144px;
   height: 143px;
   position: absolute !important;
   left: 921px;
   top: 3001px;
   _scaling-factor: 0.5;
 }

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

 .imageview_5786fdc924d0 {
   width: 197px;
   height: 179px;
   position: absolute !important;
   left: 305px;
   top: 2982px;
   _scaling-factor: 0.5;
 }

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

 .imageview_226cb754e9a0 {
   width: 149px;
   height: 78px;
   position: absolute !important;
   left: 616px;
   top: 3312px;
   _scaling-factor: 0.5;
 }

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

 .imageview_e5a1196f1b38 {
   width: 151px;
   height: 158px;
   position: absolute !important;
   left: 868px;
   top: 3252px;
   _scaling-factor: 0.5;
 }

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

 .imageview_9eb27566a121 {
   width: 267px;
   height: 87px;
   position: absolute !important;
   left: 33px;
   top: 3303px;
   _scaling-factor: 0.5;
 }

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

 .imageview_8a2d4eecad08 {
   width: 160px;
   height: 157px;
   position: absolute !important;
   left: 123px;
   top: 1399px;
   _scaling-factor: 0.5;
 }

 /* .imageview_8a2d4eecad08 img {
   position: absolute;
   width: 1534.96% !important;
   height: 772.93% !important;
   max-width: none !important;
   left: -59.38%;
   top: -238.18%;
 } */

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

 .imageview_d1c229d74aa4 {
   width: 313px;
   height: 58px;
   position: absolute !important;
   left: 1087px;
   top: 3312px;
   _scaling-factor: 0.5;
 }

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

 .text_660f0d6cafc8 {
   width: 80px;
   height: 26px;
   position: absolute !important;
   left: 40px;
   top: 768px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_e7ee02bf07db {
   width: 576px;
   height: 132px;
   position: absolute !important;
   left: 40px;
   top: 834px;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e7ee02bf07db {
   overflow: visible;
 }

 .text_bc84db476988 {
   width: 663px;
   height: 224px;
   position: absolute !important;
   left: 739px;
   top: 834px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .line_8caf9ad77d4f {
   width: 1362px;
   height: 1px;
   border-top: 0.5px solid #ffffff80;
   border-right: 0.5px solid #ffffff80;
   border-bottom: 0.5px solid #ffffff80;
   border-left: 0.5px solid #ffffff80;
   position: absolute !important;
   left: 40px;
   top: 604px;
   direction: horizontal;
   background: #ffffff80;
 }

 .text_6d515cb7011d {
   width: max-content;
   position: absolute !important;
   left: 758px;
   top: 624px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_46f22e6058e5 {
   width: max-content;
   position: absolute !important;
   left: 481px;
   top: 624px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_fdd0a006ff10 {
   width: max-content;
   position: absolute !important;
   left: 260px;
   top: 624px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_e32397363d73 {
   width: max-content;
   position: absolute !important;
   left: 82px;
   top: 624px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_e90bc2e3587d {
   width: max-content;
   position: absolute !important;
   left: 1201px;
   top: 624px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_72045f5a5c8f {
   width: max-content;
   position: absolute !important;
   left: 978px;
   top: 624px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .line_764e2a211a18 {
   width: 1440px;
   height: 1px;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 0px;
   top: 3556px;
   direction: horizontal;
   background: #ffffff80;
 }

 .imageview_7880b1c04ea4 {
   width: 120px;
   height: 96px;
   position: absolute !important;
   left: 27px;
   top: 3568px;
   _scaling-factor: 0.5;
 }

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

 .text_bce1d5430ed5 {
   width: max-content;
   position: absolute !important;
   left: 1198px;
   top: 3594px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .viewport_76b9dac1d8eb {
   width: 1440px;
   height: 3676px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #000000;
 }

 .container_ebb32f7bd123 {
   width: 368px;
   height: 86px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 40px;
   top: 433px;
 }

 .container_0f2e14865a9b {
   width: 368px;
   height: 86px;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 416px;
   top: 433px;
 }

 .container_9c77af0e3051 {
   width: 1371px;
   height: 1648px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 40px;
   top: 519px;
 }

 .text_f9443718c21b {
   width: max-content;
   position: absolute !important;
   left: 40px;
   top: 234px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_09960e03e454 {
   width: 835px;
   height: 40px;
   position: absolute !important;
   left: 40px;
   top: 300px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_09960e03e454 {
   overflow: visible;
 }

 .imageview_73eef4ef2ba8 {
   width: 569px;
   height: 818px;
   z-index: 1;
   position: absolute !important;
   left: 65px;
   top: 631px;
   _scaling-factor: 0.5;
 }

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

 .text_cfdcaf250208 {
   width: max-content;
   position: absolute !important;
   left: 270px;
   top: 0px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .container_9e3eeedbff5c {
   width: 50px;
   height: 29px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 7px;
   border-radius: 27px 27px 27px 27px;
 }

 .text_6eaeeb1e6118 {
   width: 20px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_716303ace741 {
   position: absolute !important;
   overflow: visible;
   width: 50px;
   height: 36px;
   left: 368px;
   top: 4px;
   border-radius: 27px 27px 27px 27px;
 }

 .container_wrapper_716303ace741 {
   position: absolute !important;
   overflow: visible;
   left: 368px;
   top: 4px;
   width: 50px;
   height: 36px;
 }

 .container_nested_716303ace741 {
   width: 50px;
   height: 36px;
   border-radius: 27px 27px 27px 27px;
 }

 .text_269d93be9d4d {
   width: max-content;
   position: absolute !important;
   left: 185px;
   top: 0px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_f78e366e807e {
   width: max-content;
   position: absolute !important;
   left: 84px;
   top: 0px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_c1417ea434cc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .container_bce00a8efa7b {
   position: absolute !important;
   overflow: visible;
   width: 418px;
   height: 44px;
   left: 982px;
   top: 38px;
   border-radius: 27px 27px 27px 27px;
 }

 .imageview_bf97183cc101 {
   width: 120px;
   height: 96px;
   position: absolute !important;
   left: 27px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .line_291dd5a3043e {
   width: 1440px;
   height: 1px;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 0px;
   top: 120px;
   direction: horizontal;
   background: #ffffff80;
 }

 .text_f643e25fbfc1 {
   width: 466px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 728px;
   top: 2079px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .line_00250bef6428 {
   width: 1440px;
   height: 1px;
   border-top: 1px solid #ffffff80;
   border-right: 1px solid #ffffff80;
   border-bottom: 1px solid #ffffff80;
   border-left: 1px solid #ffffff80;
   position: absolute !important;
   left: 0px;
   top: 2322px;
   direction: horizontal;
   background: #ffffff80;
 }

 .imageview_221e07e68077 {
   width: 120px;
   height: 96px;
   position: absolute !important;
   left: 27px;
   top: 2334px;
   _scaling-factor: 0.5;
 }

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

 .text_71ed6dc71907 {
   width: max-content;
   position: absolute !important;
   left: 1198px;
   top: 2360px;
   line-height: 44px;
   font-family: 'Inter';
 }

 .text_e4f45042557d {
   width: 259px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 462px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-2ed2146f8b01_e4f45042557d {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-6ffd2b855793_e4f45042557d {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_d8e733992b4b {
   width: 274px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 467px;
   top: 462px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-f21261aacf9f_d8e733992b4b {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-aeac032e4f78_d8e733992b4b {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_a41477274d2f {
   width: 665px;
   height: 1476px;
   z-index: 2;
   position: absolute !important;
   left: 728px;
   top: 631px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-b3e6f980e438_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-8b6a7a8e17e0_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-e74676a7c0ad_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-2e37ac16c4c7_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-9f96c8aac83b_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-89f9f606c077_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-1aef2c68f94f_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-9f64cb032301_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-f48af6d66c08_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-e178ca99dee9_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-1b27748565dc_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-b479d8554926_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-98ca0afe78d0_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-a7c3f5d72f4b_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-1f77ed5433a9_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-f42b29fcad30_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-5bbe70ee143e_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .text-0b0ce60f844d_a41477274d2f {
   line-height: 28px;
   font-family: 'Inter';
 }

 .viewport_f963495e8536 {
   width: 1440px;
   height: 2450px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #000000;
 }