 /*
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=Montserrat:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("https://storage.googleapis.com/yotako-fonts/CdnFonts/css/Butler.css");
 @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_bfd4acd99f09 {
   width: 1172px;
   height: 1102px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.029999999329447746;
 }

 .imageview_bfd4acd99f09 img {
   position: absolute;
   width: 12.80% !important;
   height: 13.61% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .container_727330c3faec {
   width: 1172px;
   height: 1102px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 50% 38%, #b37f2c14 0%, #00000000 50%);
 }

 .imageview_413f19eb0dd7 {
   width: 96px;
   height: 96px;
   z-index: 2;
   position: absolute !important;
   left: 64px;
   top: 128px;
   _scaling-factor: 0.5;
 }

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

 .container_e38f9d4ffed2 {
   width: 64px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 64px;
   top: 272px;
   background: linear-gradient(90deg, #b37f2cff 0%, #e0be61ff 100%);
 }

 .text_3d4570220e95 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.2px;
   line-height: 15px;
   font-family: 'Montserrat';
 }

 .container_e90b41ee5997 {
   position: absolute !important;
   overflow: visible;
   width: 458px;
   height: 15px;
   z-index: 2;
   left: 64px;
   top: 306px;
 }

 .text_38ea5a02f335 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -3.4px;
   line-height: 79.8px;
   font-family: 'Butler';
 }

 .text_f986409cf825 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 76.4px;
   line-height: 79.8px;
   font-family: 'Butler';
 }

 .text_4f0cdba7c3f3 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 156.2px;
   line-height: 79.8px;
   font-family: 'Butler';
 }

 .container_a04fa0be900b {
   position: absolute !important;
   overflow: visible;
   width: 458px;
   height: 239.4px;
   z-index: 2;
   left: 64px;
   top: 345px;
 }

 .text_0d0738fb8da3 {
   width: 442px;
   height: 92px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 30.6px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0d0738fb8da3 {
   overflow: visible;
 }

 .container_c30174fb3ae0 {
   position: absolute !important;
   overflow: visible;
   width: 458px;
   height: 91.8px;
   z-index: 2;
   left: 64px;
   top: 616.4px;
 }

 .imageview_d40271f0c1a2 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 53.26px;
   top: 19px;
 }

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

 .text_646428d9ca8c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 85.26px;
   top: 16.35px;
   line-height: 22.5px;
   font-family: 'Montserrat';
 }

 .text_eae73859bff1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: -1.4px;
   line-height: 22.5px;
   font-family: 'Montserrat';
 }

 .container_01d6b5e635cb {
   position: absolute !important;
   overflow: visible;
   width: 15.75px;
   height: 22.5px;
   z-index: 2;
   left: 388.98px;
   top: 17.75px;
 }

 .container_065a195b269e {
   position: absolute !important;
   overflow: visible;
   width: 458px;
   height: 58px;
   z-index: 2;
   left: 64px;
   top: 756.2px;
   background: #b37f2c;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 8px 24px #b37f2c4d;
 }

 .container_wrapper_065a195b269e {
   position: absolute !important;
   overflow: visible;
   left: 64px;
   top: 756.2px;
   width: 458px;
   height: 58px;
   z-index: 2;
 }

 .container_nested_065a195b269e {
   width: 458px;
   height: 58px;
   z-index: 2;
   background: #b37f2c;
   border-radius: 6px 6px 6px 6px;
   filter: drop-shadow(0px 8px 24px #b37f2c4d);
 }

 .text_030c70af260c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 42px;
   font-family: 'Butler';
 }

 .container_70cc7c310568 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_426be61cd2f7 {
   width: 85px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.4px;
   line-height: 16.5px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_426be61cd2f7 {
   overflow: visible;
 }

 .container_1bbf54275f73 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 33px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_bb1522ebe620 {
   width: 136.66px;
   height: 79px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 32.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bd10878b0d95 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 42px;
   font-family: 'Butler';
 }

 .container_4e54589e2871 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_40fdbc1458ba {
   width: 86px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.4px;
   line-height: 16.5px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_40fdbc1458ba {
   overflow: visible;
 }

 .container_4e91e2b3856f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 33px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_9ac782916d96 {
   width: 136.66px;
   height: 79px;
   z-index: 2;
   position: absolute !important;
   left: 160.66px;
   top: 32.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5561d062d165 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 11px;
 }

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

 .text_ec14ce296f7a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: -1px;
   line-height: 42px;
   font-family: 'Butler';
 }

 .container_d86a38af56fd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 42px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_81c0523bb4d9 {
   width: 88px;
   height: 33px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.4px;
   line-height: 16.5px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_81c0523bb4d9 {
   overflow: visible;
 }

 .container_1c575d0f88bc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 33px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_ca4574fdedf4 {
   width: 136.66px;
   height: 79px;
   z-index: 2;
   position: absolute !important;
   left: 321.33px;
   top: 32.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9e4b5bb73fb1 {
   position: absolute !important;
   overflow: visible;
   width: 458px;
   height: 111.8px;
   z-index: 2;
   border-right: 0px solid #b37f2c33;
   border-bottom: 0px solid #b37f2c33;
   border-left: 0px solid #b37f2c33;
   left: 64px;
   top: 862.2px;
   box-shadow: inset 0 0.8px 0 0 #b37f2c33;
 }

 .container_06166f00693d {
   position: absolute !important;
   overflow: visible;
   width: 586px;
   height: 1102px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_924c6e0245c3 {
   width: 586px;
   height: 1102px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_3428821fc9f2 {
   width: 586px;
   height: 1102px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #18181899 0%, #00000000 30%);
 }

 .container_ecdc8d5302c9 {
   width: 586px;
   height: 1102px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(0deg, #b37f2c26 0%, #00000000 40%);
 }

 .container_7b7b6cb9fe79 {
   position: absolute !important;
   overflow: visible;
   width: 586px;
   height: 1102px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_20bbfeece5c9 {
   width: 1px;
   height: 1102px;
   z-index: 3;
   position: absolute !important;
   left: 585px;
   top: 0px;
   background: linear-gradient(180deg, #00000000 0%, #b37f2cff 50%, #00000000 100%);
 }

 .container_7765f85dee9a {
   position: absolute !important;
   overflow: visible;
   width: 586px;
   height: 1102px;
   z-index: 2;
   left: 586px;
   top: 0px;
 }

 .container_421b0b0bc3fe {
   position: absolute !important;
   overflow: visible;
   width: 1172px;
   height: 1102px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_dae9155393c4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1102px;
   flex-shrink: 0;
   background: #181818;
 }

 .imageview_6f20c704dfb6 {
   width: 1172px;
   height: 400px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.029999999329447746;
 }

 .imageview_6f20c704dfb6 img {
   position: absolute;
   width: 12.80% !important;
   height: 37.48% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .container_b81aba2189a2 {
   width: 1172px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #00000000 0%, #b37f2cff 50%, #00000000 100%);
 }

 .container_b903f65054a8 {
   width: 1172px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 399.2px;
   background: linear-gradient(90deg, #00000000 0%, #b37f2cff 50%, #00000000 100%);
 }

 .text_3d5406e7bb49 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 22px;
   top: -2.4px;
   line-height: 63px;
   font-family: 'Butler';
 }

 .container_7dfde38903d4 {
   position: absolute !important;
   overflow: visible;
   width: 486.45px;
   height: 63px;
   z-index: 1;
   left: 294.77px;
   top: 0px;
 }

 .container_f7b239184424 {
   width: 96px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 490px;
   top: 71px;
   background: linear-gradient(90deg, #00000000 0%, #b37f2cff 50%, #00000000 100%);
 }

 .container_e8f122922409 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 73px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_b9377892086e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.2px;
   line-height: 19.6px;
   font-family: 'Montserrat';
 }

 .container_47885ec8d371 {
   position: absolute !important;
   overflow: visible;
   width: 143.75px;
   height: 19.6px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_1a2ace3c680b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 49.06px;
   top: -0.2px;
   line-height: 19.6px;
   font-family: 'Montserrat';
 }

 .container_d668f65113ae {
   position: absolute !important;
   overflow: visible;
   width: 143.75px;
   height: 19.6px;
   z-index: 2;
   left: 0px;
   top: 19.6px;
 }

 .container_7fcefe89f686 {
   position: absolute !important;
   overflow: visible;
   width: 143.75px;
   height: 39.2px;
   z-index: 1;
   left: 44.63px;
   top: 80px;
 }

 .imageview_c2719c785c60 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 84.5px;
   top: 0px;
 }

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

 .container_5ec9d07182bb {
   position: absolute !important;
   overflow: visible;
   width: 233px;
   height: 119.2px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_cd92910e61d7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.2px;
   line-height: 19.6px;
   font-family: 'Montserrat';
 }

 .container_dde16b2613e0 {
   position: absolute !important;
   overflow: visible;
   width: 99.05px;
   height: 19.6px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_800715885302 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8.75px;
   top: -0.2px;
   line-height: 19.6px;
   font-family: 'Montserrat';
 }

 .container_3e3a4af26fb3 {
   position: absolute !important;
   overflow: visible;
   width: 99.05px;
   height: 19.6px;
   z-index: 2;
   left: 0px;
   top: 19.6px;
 }

 .container_af16069e97d5 {
   position: absolute !important;
   overflow: visible;
   width: 99.05px;
   height: 39.2px;
   z-index: 1;
   left: 66.98px;
   top: 80px;
 }

 .imageview_03901d25a9af {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 84.5px;
   top: 0px;
 }

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

 .container_e7146892d317 {
   position: absolute !important;
   overflow: visible;
   width: 233px;
   height: 119.2px;
   z-index: 1;
   left: 281px;
   top: 0px;
 }

 .text_c298b7d486d6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 18.31px;
   top: -0.2px;
   line-height: 19.6px;
   font-family: 'Montserrat';
 }

 .container_19f35b43b3ab {
   position: absolute !important;
   overflow: visible;
   width: 100.7px;
   height: 19.6px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_b4c030cac6f6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.2px;
   line-height: 19.6px;
   font-family: 'Montserrat';
 }

 .container_c790281701d7 {
   position: absolute !important;
   overflow: visible;
   width: 100.7px;
   height: 19.6px;
   z-index: 2;
   left: 0px;
   top: 19.6px;
 }

 .container_a0159226e7c9 {
   position: absolute !important;
   overflow: visible;
   width: 100.7px;
   height: 39.2px;
   z-index: 1;
   left: 66.15px;
   top: 80px;
 }

 .imageview_5a6995d9e375 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 84.5px;
   top: 0px;
 }

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

 .container_98dd2144edd2 {
   position: absolute !important;
   overflow: visible;
   width: 233px;
   height: 119.2px;
   z-index: 1;
   left: 562px;
   top: 0px;
 }

 .text_c15f1ae5001b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 7.46px;
   top: -0.2px;
   line-height: 19.6px;
   font-family: 'Montserrat';
 }

 .container_de59cb9c113e {
   position: absolute !important;
   overflow: visible;
   width: 93.39px;
   height: 19.6px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_d8a124936f38 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.2px;
   line-height: 19.6px;
   font-family: 'Montserrat';
 }

 .container_ac2fe99b7aee {
   position: absolute !important;
   overflow: visible;
   width: 93.39px;
   height: 19.6px;
   z-index: 2;
   left: 0px;
   top: 19.6px;
 }

 .container_5b478e6c55cf {
   position: absolute !important;
   overflow: visible;
   width: 93.39px;
   height: 39.2px;
   z-index: 1;
   left: 69.8px;
   top: 80px;
 }

 .imageview_a502527a463b {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 84.5px;
   top: 0px;
 }

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

 .container_1f0db10bd116 {
   position: absolute !important;
   overflow: visible;
   width: 233px;
   height: 119.2px;
   z-index: 1;
   left: 843px;
   top: 0px;
 }

 .container_737e7e1be856 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 119.2px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_69bb1bfe566d {
   padding: 0 48px 0 48px;
   width: 1172px;
   height: 240.2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6c989e1fb380 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 400.2px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(161deg, #181818ff 0%, #1a1613ff 50%, #181818ff 100%);
 }

 .imageview_b84cb033d675 {
   width: 1172px;
   height: 828px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.029999999329447746;
 }

 .imageview_b84cb033d675 img {
   position: absolute;
   width: 12.80% !important;
   height: 18.12% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_9eee315f655f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 455.73px;
   top: -0.4px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

 .container_ce0d5cbfc3bb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_54da3c3a3072 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.73px;
   top: -1.2px;
   line-height: 60px;
   font-family: 'Butler';
 }

 .container_9cf282cd338d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7529d555621e {
   width: 100%;
   min-width: 0;
   height: 92.5px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fbfd1a1c49fd {
   width: 275.46px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 33.6px;
 }

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

 .text_1b88d75d514a {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 27.5px;
   word-wrap: break-word;
   font-family: 'Butler';
 }

 .text_autoheight_1b88d75d514a {
   overflow: visible;
 }

 .container_79eaa1ab0a0b {
   width: 275.46px;
   height: 27.5px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 81.6px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_66bd64f11b5d {
   width: 270px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.4px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_66bd64f11b5d {
   overflow: visible;
 }

 .container_4f21bc4790d9 {
   position: absolute !important;
   overflow: visible;
   width: 275.46px;
   height: 45.5px;
   z-index: 1;
   left: 33.6px;
   top: 121.1px;
 }

 .container_7e84ed25e4c3 {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 222.95px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #222222;
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1.6px #000000ff;
 }

 .imageview_4e2a364f2e14 {
   width: 275.46px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 33.6px;
 }

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

 .text_25f9159885f2 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 27.5px;
   word-wrap: break-word;
   font-family: 'Butler';
 }

 .text_autoheight_25f9159885f2 {
   overflow: visible;
 }

 .container_36370670a839 {
   width: 275.46px;
   height: 27.5px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 81.6px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_743083a55a5e {
   width: 184px;
   height: 69px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.4px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_743083a55a5e {
   overflow: visible;
 }

 .container_fa5128b796af {
   position: absolute !important;
   overflow: visible;
   width: 275.46px;
   height: 68.25px;
   z-index: 1;
   left: 33.6px;
   top: 121.1px;
 }

 .container_676214ae1925 {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 222.95px;
   z-index: 1;
   left: 366.66px;
   top: 0px;
   background: #222222;
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1.6px #000000ff;
 }

 .imageview_914b1a5e59bc {
   width: 275.48px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 33.6px;
 }

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

 .text_fe89686494e9 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 27.5px;
   word-wrap: break-word;
   font-family: 'Butler';
 }

 .text_autoheight_fe89686494e9 {
   overflow: visible;
 }

 .container_b69a9715294b {
   width: 275.48px;
   height: 27.5px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 81.6px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e8e518982c5b {
   width: 250px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.4px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_e8e518982c5b {
   overflow: visible;
 }

 .container_ea22a0c8d4d8 {
   position: absolute !important;
   overflow: visible;
   width: 275.48px;
   height: 45.5px;
   z-index: 1;
   left: 33.6px;
   top: 121.1px;
 }

 .container_4109b1bb4666 {
   position: absolute !important;
   overflow: visible;
   width: 342.68px;
   height: 222.95px;
   z-index: 1;
   left: 733.33px;
   top: 0px;
   background: #222222;
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1.6px #000000ff;
 }

 .imageview_1de9d657595b {
   width: 275.46px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 33.6px;
 }

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

 .text_fbff042fb094 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 27.5px;
   word-wrap: break-word;
   font-family: 'Butler';
 }

 .text_autoheight_fbff042fb094 {
   overflow: visible;
 }

 .container_d0de9c8fdb04 {
   width: 275.46px;
   height: 27.5px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 81.6px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_debf0d1009e1 {
   width: 257px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.4px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_debf0d1009e1 {
   overflow: visible;
 }

 .container_4afef46264b8 {
   position: absolute !important;
   overflow: visible;
   width: 275.46px;
   height: 45.5px;
   z-index: 1;
   left: 33.6px;
   top: 121.1px;
 }

 .container_21f648690ded {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 200.2px;
   z-index: 1;
   left: 0px;
   top: 246.95px;
   background: #222222;
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1.6px #000000ff;
 }

 .imageview_8729307c94cb {
   width: 275.46px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 33.6px;
 }

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

 .text_af931a16fc73 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 27.5px;
   word-wrap: break-word;
   font-family: 'Butler';
 }

 .text_autoheight_af931a16fc73 {
   overflow: visible;
 }

 .container_cf8fde7149dc {
   width: 275.46px;
   height: 27.5px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 81.6px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5b30b5067f2c {
   width: 269px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.4px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_5b30b5067f2c {
   overflow: visible;
 }

 .container_ec0449bfecdb {
   position: absolute !important;
   overflow: visible;
   width: 275.46px;
   height: 45.5px;
   z-index: 1;
   left: 33.6px;
   top: 121.1px;
 }

 .container_888dbe2017ed {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 200.2px;
   z-index: 1;
   left: 366.66px;
   top: 246.95px;
   background: #222222;
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1.6px #000000ff;
 }

 .imageview_3f8c3cf24cc0 {
   width: 275.48px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 33.6px;
 }

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

 .text_2237e4e36350 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 27.5px;
   word-wrap: break-word;
   font-family: 'Butler';
 }

 .text_autoheight_2237e4e36350 {
   overflow: visible;
 }

 .container_d0e22dba5d1d {
   width: 275.48px;
   height: 27.5px;
   z-index: 1;
   position: absolute !important;
   left: 33.6px;
   top: 81.6px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f896b62eeb32 {
   width: 232px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.4px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f896b62eeb32 {
   overflow: visible;
 }

 .container_06184745d5ec {
   position: absolute !important;
   overflow: visible;
   width: 275.48px;
   height: 45.5px;
   z-index: 1;
   left: 33.6px;
   top: 121.1px;
 }

 .container_b924fd9b3f52 {
   position: absolute !important;
   overflow: visible;
   width: 342.68px;
   height: 200.2px;
   z-index: 1;
   left: 733.33px;
   top: 246.95px;
   background: #222222;
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1.6px #000000ff;
 }

 .container_4df04d5deeb3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 447.15px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_a7f30c2eaf2a {
   padding: 0 48px 0 48px;
   width: 1172px;
   height: 603.65px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 112px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a53668dd0695 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 827.65px;
   flex-shrink: 0;
   background: #181818;
 }

 .text_7caf31631476 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.4px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

 .container_42d03a81248d {
   position: absolute !important;
   overflow: visible;
   width: 506px;
   height: 16.5px;
   left: 0px;
   top: 0px;
 }

 .text_b5c510ded457 {
   width: 480px;
   height: 158px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 52.5px;
   word-wrap: break-word;
   font-family: 'Butler';
 }

 .text_autoheight_b5c510ded457 {
   overflow: visible;
 }

 .container_4e669953f8a5 {
   position: absolute !important;
   overflow: visible;
   width: 506px;
   height: 157.5px;
   left: 0px;
   top: 32.5px;
 }

 .text_5e0472d8af57 {
   width: max-content;
   position: absolute !important;
   left: 16px;
   top: 8.6px;
   line-height: 20px;
   font-family: 'Montserrat';
 }

 .container_856d245a2849 {
   position: absolute !important;
   overflow: visible;
   width: 224.39px;
   height: 36px;
   left: 0px;
   top: 0px;
   background: #181818;
   border-radius: 26843500px 26843500px 26843500px 26843500px;
 }

 .container_wrapper_856d245a2849 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 224.39px;
   height: 36px;
 }

 .container_nested_856d245a2849 {
   width: 224.39px;
   height: 36px;
   background: #181818;
   border-radius: 26843500px 26843500px 26843500px 26843500px;
 }

 .text_0c83d23be012 {
   width: max-content;
   position: absolute !important;
   left: 16px;
   top: 8.6px;
   line-height: 20px;
   font-family: 'Montserrat';
 }

 .container_cb63bb1b3166 {
   position: absolute !important;
   overflow: visible;
   width: 150.26px;
   height: 36px;
   left: 236.39px;
   top: 0px;
   background: #181818;
   border-radius: 26843500px 26843500px 26843500px 26843500px;
 }

 .container_wrapper_cb63bb1b3166 {
   position: absolute !important;
   overflow: visible;
   left: 236.39px;
   top: 0px;
   width: 150.26px;
   height: 36px;
 }

 .container_nested_cb63bb1b3166 {
   width: 150.26px;
   height: 36px;
   background: #181818;
   border-radius: 26843500px 26843500px 26843500px 26843500px;
 }

 .text_d4a6d449f83f {
   width: max-content;
   position: absolute !important;
   left: 16px;
   top: 8.6px;
   line-height: 20px;
   font-family: 'Montserrat';
 }

 .container_68279f22eec7 {
   position: absolute !important;
   overflow: visible;
   width: 143.46px;
   height: 36px;
   left: 0px;
   top: 48px;
   background: #181818;
   border-radius: 26843500px 26843500px 26843500px 26843500px;
 }

 .container_wrapper_68279f22eec7 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 48px;
   width: 143.46px;
   height: 36px;
 }

 .container_nested_68279f22eec7 {
   width: 143.46px;
   height: 36px;
   background: #181818;
   border-radius: 26843500px 26843500px 26843500px 26843500px;
 }

 .container_e880f724ec3e {
   position: absolute !important;
   overflow: visible;
   width: 506px;
   height: 84px;
   left: 0px;
   top: 444px;
 }

 .text_468e8a1dce0e {
   width: 506px;
   height: 104px;
   position: absolute !important;
   left: 0px;
   top: 0.2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_468e8a1dce0e {
   overflow: visible;
 }

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

 .text_574578f638f6 {
   width: 433px;
   height: 78px;
   position: absolute !important;
   left: 0px;
   top: 0.2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_574578f638f6 {
   overflow: visible;
 }

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

 .container_187677cd5d77 {
   width: 506px;
   height: 198px;
   position: absolute !important;
   left: 0px;
   top: 214px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_21424166e562 {
   position: absolute !important;
   overflow: visible;
   width: 506px;
   height: 528px;
   left: 618px;
   top: 185.32px;
 }

 .imageview_51fb1256d971 {
   width: 503px;
   height: 671px;
   position: absolute !important;
   left: 1.6px;
   top: 1.6px;
   _scaling-factor: 0.5;
 }

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

 .text_237bb1ab90bf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.6px;
   line-height: 72px;
   font-family: 'Butler';
 }

 .container_f30691c0a63d {
   position: absolute !important;
   overflow: visible;
   width: 58.85px;
   height: 72px;
   z-index: 1;
   left: 429.55px;
   top: 585.06px;
 }

 .container_31fd09bc0caa {
   position: absolute !important;
   overflow: visible;
   width: 506px;
   height: 674.66px;
   left: 48px;
   top: 112px;
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1.6px #b37f2cff;
 }

 .container_327b60bc3b1d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 898.66px;
   flex-shrink: 0;
   background: #fded98;
 }

 .imageview_0d6bbfb68e70 {
   width: 1172px;
   height: 738px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.029999999329447746;
 }

 .imageview_0d6bbfb68e70 img {
   position: absolute;
   width: 12.80% !important;
   height: 20.34% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_7251ef2e0663 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 458.25px;
   top: -0.4px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

 .container_78a8c466edb2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16.5px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_74131dda0827 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 377.15px;
   top: -1.2px;
   line-height: 60px;
   font-family: 'Butler';
 }

 .container_3848eb1d89fc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_4aa890682c86 {
   width: 1076px;
   height: 92.5px;
   z-index: 2;
   position: absolute !important;
   left: 48px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6fcb7f229fda {
   width: 343px;
   height: 257px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_8caf7121428d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 5.6px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

 .container_09b6a5ce2a1e {
   position: absolute !important;
   overflow: visible;
   width: 85.93px;
   height: 28.5px;
   z-index: 3;
   left: 240.74px;
   top: 16px;
   background: #181818cc;
   border-radius: 4px 4px 4px 4px;
 }

 .container_ca2bdee3f23f {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 256.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_4aed5b2e0710 {
   width: 343px;
   height: 257px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_0d202484f5ef {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 12px;
   top: 5.6px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

 .container_c2d88f538aa0 {
   position: absolute !important;
   overflow: visible;
   width: 67.56px;
   height: 28.5px;
   z-index: 4;
   left: 16px;
   top: 16px;
   background: #181818cc;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b623320dc07b {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 256.99px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .imageview_1a755d9a9ae5 {
   width: 4px;
   height: 257px;
   z-index: 4;
   position: absolute !important;
   left: 169.32px;
   top: 0px;
 }

 .imageview_1a755d9a9ae5 img {
   position: absolute;
   width: 72.0px !important;
   height: 257.0px !important;
   max-width: none !important;
   left: -34.0px;
   top: 0.0px;
 }

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

 .container_f9e10101af7b {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 256.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_620b1737a77d {
   width: 343px;
   height: 257px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_51b6ebbbaa72 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 5.6px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

 .container_1835da1fa982 {
   position: absolute !important;
   overflow: visible;
   width: 85.93px;
   height: 28.5px;
   z-index: 3;
   left: 240.74px;
   top: 16px;
   background: #181818cc;
   border-radius: 4px 4px 4px 4px;
 }

 .container_4e53c7827fd0 {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 256.99px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_e3bacaf132bb {
   width: 343px;
   height: 257px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_9e7efcd69b99 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 12px;
   top: 5.6px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

 .container_24178aabd894 {
   position: absolute !important;
   overflow: visible;
   width: 67.56px;
   height: 28.5px;
   z-index: 4;
   left: 16px;
   top: 16px;
   background: #181818cc;
   border-radius: 4px 4px 4px 4px;
 }

 .container_7b16f589eeef {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 256.99px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .imageview_80027b8e5846 {
   width: 4px;
   height: 257px;
   z-index: 4;
   position: absolute !important;
   left: 169.32px;
   top: 0px;
 }

 .imageview_80027b8e5846 img {
   position: absolute;
   width: 72.0px !important;
   height: 257.0px !important;
   max-width: none !important;
   left: -34.0px;
   top: 0.0px;
 }

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

 .container_28a6a45b0a0b {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 256.99px;
   z-index: 2;
   left: 366.66px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_0bb1d2a4b8d1 {
   width: 343px;
   height: 257px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_d92b4547cd11 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 5.6px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

 .container_c25e95c3c30f {
   position: absolute !important;
   overflow: visible;
   width: 85.93px;
   height: 28.5px;
   z-index: 3;
   left: 240.75px;
   top: 16px;
   background: #181818cc;
   border-radius: 4px 4px 4px 4px;
 }

 .container_2353d7504309 {
   position: absolute !important;
   overflow: visible;
   width: 342.68px;
   height: 257px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .imageview_78d3b3aae5ef {
   width: 343px;
   height: 257px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_a06e89360270 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 12px;
   top: 5.6px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

 .container_b8acf6e3227a {
   position: absolute !important;
   overflow: visible;
   width: 67.56px;
   height: 28.5px;
   z-index: 4;
   left: 16px;
   top: 16px;
   background: #181818cc;
   border-radius: 4px 4px 4px 4px;
 }

 .container_ffbf22adcbd2 {
   position: absolute !important;
   overflow: visible;
   width: 342.68px;
   height: 257px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .imageview_993a357001a7 {
   width: 4px;
   height: 257px;
   z-index: 4;
   position: absolute !important;
   left: 169.34px;
   top: 0px;
 }

 .imageview_993a357001a7 img {
   position: absolute;
   width: 72.0px !important;
   height: 257.0px !important;
   max-width: none !important;
   left: -34.0px;
   top: 0.0px;
 }

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

 .container_79d898abe180 {
   position: absolute !important;
   overflow: visible;
   width: 342.68px;
   height: 257px;
   z-index: 2;
   left: 733.33px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_192b2546761d {
   position: absolute !important;
   overflow: visible;
   width: 1076px;
   height: 257px;
   z-index: 2;
   left: 48px;
   top: 156.5px;
 }

 .imageview_fe9b17ce98d8 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 16px;
 }

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

 .text_0cac23df62f5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 64px;
   top: 14.4px;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_6372f1ec2ebf {
   position: absolute !important;
   overflow: visible;
   width: 341.34px;
   height: 52px;
   z-index: 2;
   left: 415.33px;
   top: 461.5px;
   background: #b37f2c;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_6372f1ec2ebf {
   position: absolute !important;
   overflow: visible;
   left: 415.33px;
   top: 461.5px;
   width: 341.34px;
   height: 52px;
   z-index: 2;
 }

 .container_nested_6372f1ec2ebf {
   width: 341.34px;
   height: 52px;
   z-index: 2;
   background: #b37f2c;
   border-radius: 8px 8px 8px 8px;
 }

 .container_c66f5535152f {
   position: absolute !important;
   overflow: visible;
   width: 1172px;
   height: 513.5px;
   z-index: 2;
   left: 0px;
   top: 112px;
 }

 .container_51987e157929 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 737.5px;
   flex-shrink: 0;
   z-index: 1;
   background: #181818;
 }

 .text_28b4eaeb5742 {
   width: max-content;
   position: absolute !important;
   left: 487.25px;
   top: -0.4px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

 .container_dca53a1aa25d {
   position: absolute !important;
   overflow: visible;
   width: 1076px;
   height: 16.5px;
   left: 0px;
   top: 84px;
 }

 .text_f6c74b7c58c4 {
   width: max-content;
   position: absolute !important;
   left: 231.17px;
   top: -1.2px;
   line-height: 60px;
   font-family: 'Butler';
 }

 .container_e6248540519d {
   position: absolute !important;
   overflow: visible;
   width: 1076px;
   height: 60px;
   left: 0px;
   top: 116.5px;
 }

 .text_9914957bbcfb {
   width: max-content;
   position: absolute !important;
   left: 513.85px;
   top: -4.2px;
   line-height: 60px;
   font-family: 'Butler';
 }

 .container_3d35e2347b14 {
   position: absolute !important;
   overflow: visible;
   width: 1076px;
   height: 60px;
   left: 0px;
   top: 0px;
 }

 .container_521c64bcde16 {
   position: absolute !important;
   overflow: visible;
   width: 1076px;
   height: 176.5px;
   left: 48px;
   top: 112px;
 }

 .imageview_1a4c636fad3e {
   width: 278.66px;
   height: 18px;
   position: absolute !important;
   left: 32px;
   top: 33.6px;
 }

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

 .text_c541c9691ccc {
   width: 271px;
   height: 147px;
   position: absolute !important;
   left: 0px;
   top: -1.6px;
   line-height: 24.38px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c541c9691ccc {
   overflow: visible;
 }

 .container_7b23d519fefc {
   position: absolute !important;
   overflow: visible;
   width: 278.66px;
   height: 146.25px;
   left: 32px;
   top: 67.6px;
 }

 .text_dab7752a6fec {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.6px;
   line-height: 27px;
   font-family: 'Butler';
 }

 .container_e1e8a1761c65 {
   position: absolute !important;
   overflow: visible;
   width: 278.66px;
   height: 27px;
   left: 32px;
   top: 237.85px;
 }

 .container_b71c86c6b43e {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 296.85px;
   border-right: 0px solid #b37f2cff;
   border-bottom: 0px solid #b37f2cff;
   border-left: 0px solid #b37f2cff;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a, inset 0 1.6px 0 0 #b37f2cff;
 }

 .imageview_679b1c78d7c2 {
   width: 278.66px;
   height: 18px;
   position: absolute !important;
   left: 32px;
   top: 33.6px;
 }

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

 .text_e85f00092eaf {
   width: 254px;
   height: 147px;
   position: absolute !important;
   left: 0px;
   top: -1.6px;
   line-height: 24.38px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_e85f00092eaf {
   overflow: visible;
 }

 .container_737bd77adaa0 {
   position: absolute !important;
   overflow: visible;
   width: 278.66px;
   height: 146.25px;
   left: 32px;
   top: 67.6px;
 }

 .text_4b2a19ef0acf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.6px;
   line-height: 27px;
   font-family: 'Butler';
 }

 .container_34c853488d49 {
   position: absolute !important;
   overflow: visible;
   width: 278.66px;
   height: 27px;
   left: 32px;
   top: 237.85px;
 }

 .container_fff94c47d33f {
   position: absolute !important;
   overflow: visible;
   width: 342.66px;
   height: 296.85px;
   border-right: 0px solid #b37f2cff;
   border-bottom: 0px solid #b37f2cff;
   border-left: 0px solid #b37f2cff;
   left: 366.66px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a, inset 0 1.6px 0 0 #b37f2cff;
 }

 .imageview_ef786b061ae8 {
   width: 278.68px;
   height: 18px;
   position: absolute !important;
   left: 32px;
   top: 33.6px;
 }

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

 .text_52c9e0ea309c {
   width: 277px;
   height: 122px;
   position: absolute !important;
   left: 0px;
   top: -1.6px;
   line-height: 24.38px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_52c9e0ea309c {
   overflow: visible;
 }

 .container_34ed4ac6db38 {
   position: absolute !important;
   overflow: visible;
   width: 278.68px;
   height: 121.88px;
   left: 32px;
   top: 67.6px;
 }

 .text_88914f0044da {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.6px;
   line-height: 27px;
   font-family: 'Butler';
 }

 .container_19ec565a5b31 {
   position: absolute !important;
   overflow: visible;
   width: 278.68px;
   height: 27px;
   left: 32px;
   top: 213.48px;
 }

 .container_7b5fbe152873 {
   position: absolute !important;
   overflow: visible;
   width: 342.68px;
   height: 296.85px;
   border-right: 0px solid #b37f2cff;
   border-bottom: 0px solid #b37f2cff;
   border-left: 0px solid #b37f2cff;
   left: 733.33px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a, inset 0 1.6px 0 0 #b37f2cff;
 }

 .container_b321e437e718 {
   position: absolute !important;
   overflow: visible;
   width: 1076px;
   height: 296.85px;
   left: 48px;
   top: 352.5px;
 }

 .imageview_d4adf7144332 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 32px;
   top: 16px;
 }

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

 .text_71980c71fe52 {
   width: max-content;
   position: absolute !important;
   left: 64px;
   top: 14.4px;
   line-height: 24px;
   font-family: 'Montserrat';
 }

 .container_70bbcd333802 {
   position: absolute !important;
   overflow: visible;
   width: 268.36px;
   height: 52px;
   left: 451.81px;
   top: 697.35px;
   background: #b37f2c;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_70bbcd333802 {
   position: absolute !important;
   overflow: visible;
   left: 451.81px;
   top: 697.35px;
   width: 268.36px;
   height: 52px;
 }

 .container_nested_70bbcd333802 {
   width: 268.36px;
   height: 52px;
   background: #b37f2c;
   border-radius: 8px 8px 8px 8px;
 }

 .container_28db03fa5758 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 861.35px;
   flex-shrink: 0;
   background: #fded98;
 }

 .imageview_2ce4157548ef {
   width: 1172px;
   height: 662px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.029999999329447746;
 }

 .imageview_2ce4157548ef img {
   position: absolute;
   width: 12.80% !important;
   height: 22.66% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_70e843ec56a8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 325.52px;
   top: -0.4px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

 .container_0523e771a341 {
   position: absolute !important;
   overflow: visible;
   width: 804px;
   height: 16.5px;
   z-index: 1;
   left: 48px;
   top: 0px;
 }

 .text_58bd1b724099 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 141.09px;
   top: -2.2px;
   line-height: 70px;
   font-family: 'Butler';
 }

 .text_b9a9e5e5d06f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 280.93px;
   top: 67.8px;
   line-height: 70px;
   font-family: 'Butler';
 }

 .container_bf71dad3ba1a {
   position: absolute !important;
   overflow: visible;
   width: 804px;
   height: 140px;
   z-index: 1;
   left: 48px;
   top: 40.5px;
 }

 .text_ed26127d931e {
   width: 623px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 24.81px;
   top: -0.8px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_ed26127d931e {
   overflow: visible;
 }

 .container_d3ae439f4c8f {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 58.5px;
   z-index: 1;
   left: 114px;
   top: 204.5px;
 }

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

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

 .text_a0fde45b7ec2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 74px;
   top: 14.1px;
   line-height: 27px;
   font-family: 'Montserrat';
 }

 .container_024320f1bbab {
   position: absolute !important;
   overflow: visible;
   width: 334.5px;
   height: 58px;
   z-index: 1;
   left: 282.75px;
   top: 303px;
   background: #b37f2c;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_024320f1bbab {
   position: absolute !important;
   overflow: visible;
   left: 282.75px;
   top: 303px;
   width: 334.5px;
   height: 58px;
   z-index: 1;
 }

 .container_nested_024320f1bbab {
   width: 334.5px;
   height: 58px;
   z-index: 1;
   background: #b37f2c;
   border-radius: 8px 8px 8px 8px;
 }

 .container_04008c462611 {
   width: 8px;
   height: 8px;
   z-index: 1;
   position: absolute !important;
   left: 213.15px;
   top: 6.5px;
   background: #4ade80;
   border-radius: 26843500px 26843500px 26843500px 26843500px;
 }

 .text_82279e7e8bff {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 231.15px;
   top: -0.4px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

 .container_cbc7367296f8 {
   position: absolute !important;
   overflow: visible;
   width: 804px;
   height: 21px;
   z-index: 1;
   left: 48px;
   top: 385px;
 }

 .container_8f517207a1d1 {
   position: absolute !important;
   overflow: visible;
   width: 900px;
   height: 406px;
   z-index: 1;
   left: 136px;
   top: 128px;
 }

 .container_55f286d82a31 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 662px;
   flex-shrink: 0;
   background: #181818;
 }

 .text_7aa0bbad6d96 {
   width: max-content;
   position: absolute !important;
   left: 446.9px;
   top: -0.4px;
   line-height: 16.5px;
   font-family: 'Montserrat';
 }

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

 .text_66f6f047a68f {
   width: max-content;
   position: absolute !important;
   left: 278.79px;
   top: -1.2px;
   line-height: 60px;
   font-family: 'Butler';
 }

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

 .container_7f280d7665de {
   width: 1076px;
   height: 92.5px;
   position: absolute !important;
   left: 48px;
   top: 112px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_16784a5b4298 {
   width: 100%;
   min-width: 0;
   height: 282px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_e0c939d234cb {
   padding: 1.6px 1.6px 1.6px 1.6px;
   width: 100%;
   min-width: 0;
   height: 285px;
   flex-shrink: 0;
   border-top: 1.6px solid #000000ff;
   border-right: 1.6px solid #000000ff;
   border-bottom: 1.6px solid #000000ff;
   border-left: 1.6px solid #000000ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
 }

 .text_2cf433555efb {
   width: max-content;
   position: absolute !important;
   left: 137.9px;
   top: -0.4px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

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

 .container_f7df0f24eb3e {
   width: 380px;
   height: 318px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b6f6d69ad0bc {
   width: 100%;
   min-width: 0;
   height: 282px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_ff72f3c9c348 {
   padding: 1.6px 1.6px 1.6px 1.6px;
   width: 100%;
   min-width: 0;
   height: 285px;
   flex-shrink: 0;
   border-top: 1.6px solid #000000ff;
   border-right: 1.6px solid #000000ff;
   border-bottom: 1.6px solid #000000ff;
   border-left: 1.6px solid #000000ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
 }

 .text_8f67f672c27f {
   width: max-content;
   position: absolute !important;
   left: 97.41px;
   top: -0.4px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

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

 .container_7ff81a099809 {
   width: 380px;
   height: 318px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_30c3f6d3ba92 {
   width: 100%;
   min-width: 0;
   height: 282px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_08bd79436f34 {
   padding: 1.6px 1.6px 1.6px 1.6px;
   width: 100%;
   min-width: 0;
   height: 285px;
   flex-shrink: 0;
   border-top: 1.6px solid #000000ff;
   border-right: 1.6px solid #000000ff;
   border-bottom: 1.6px solid #000000ff;
   border-left: 1.6px solid #000000ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
 }

 .text_778557414d2c {
   width: max-content;
   position: absolute !important;
   left: 106.54px;
   top: -0.4px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

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

 .container_c9f09f143b51 {
   width: 380px;
   height: 318px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c2c1a2781818 {
   width: 100%;
   min-width: 0;
   height: 318px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_df6ce9dc0e88 {
   padding: 0 0 0 24px;
   width: 1124px;
   height: 357.2px;
   position: absolute !important;
   left: 24px;
   top: 252.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_076631ededbc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 721.7px;
   flex-shrink: 0;
   background: #ffffff;
 }

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

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

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

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

 .text_8518202ff48e {
   width: 285px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: 0.4px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_8518202ff48e {
   overflow: visible;
 }

 .container_f943894c47ff {
   position: absolute !important;
   overflow: visible;
   width: 326.66px;
   height: 68.25px;
   left: 0px;
   top: 88px;
 }

 .imageview_627fa614cef9 {
   width: 326.66px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: 180.25px;
 }

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

 .container_43e51cd4bead {
   position: absolute !important;
   overflow: visible;
   width: 326.66px;
   height: 220.25px;
   left: 0px;
   top: 0px;
 }

 .text_afb8058926a4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.6px;
   line-height: 27px;
   font-family: 'Butler';
 }

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

 .text_660f94ed6cbf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.4px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

 .container_9e2add15b739 {
   position: absolute !important;
   overflow: visible;
   width: 62.66px;
   height: 21px;
   left: 0px;
   top: 3.2px;
 }

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

 .text_9e37f3c2a140 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.4px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

 .container_e13177da25c3 {
   position: absolute !important;
   overflow: visible;
   width: 63.75px;
   height: 21px;
   left: 0px;
   top: 3.2px;
 }

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

 .text_f4587e8b20e6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.4px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

 .container_9d4a4a2134f0 {
   position: absolute !important;
   overflow: visible;
   width: 41.19px;
   height: 21px;
   left: 0px;
   top: 3.2px;
 }

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

 .text_00bff24f7f77 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.4px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

 .container_e2f729a9adf0 {
   position: absolute !important;
   overflow: visible;
   width: 64.51px;
   height: 21px;
   left: 0px;
   top: 3.2px;
 }

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

 .container_b370b0f17ca3 {
   width: 100%;
   min-width: 0;
   height: 132.8px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b370b0f17ca3 {
   width: 100%;
   min-width: 0;
   height: 132.8px;
   flex-shrink: 0;
 }

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

 .container_ace44e4bb956 {
   width: 326.66px;
   height: 220.25px;
   position: absolute !important;
   left: 374.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a3014bf13553 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.6px;
   line-height: 27px;
   font-family: 'Butler';
 }

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

 .imageview_42ecaff10708 {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_50698ec7b3bf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1.8px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

 .container_249ab925a46e {
   position: absolute !important;
   overflow: visible;
   width: 117.89px;
   height: 24.2px;
   left: 30px;
   top: 0px;
 }

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

 .imageview_1427adbe58fa {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_6f3f4fd8361a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.4px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

 .text_e65730f41f33 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 20.6px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

 .container_620b9571937a {
   position: absolute !important;
   overflow: visible;
   width: 181.51px;
   height: 42px;
   left: 30px;
   top: 0px;
 }

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

 .imageview_0498d708de53 {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_c4f770129e2f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.4px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

 .text_3e60cee85134 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 20.6px;
   line-height: 21px;
   font-family: 'Montserrat';
 }

 .container_721566599ea0 {
   position: absolute !important;
   overflow: visible;
   width: 198.07px;
   height: 42px;
   left: 30px;
   top: 0px;
 }

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

 .container_b552cf52ddcd {
   width: 100%;
   min-width: 0;
   height: 140.2px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b552cf52ddcd {
   width: 100%;
   min-width: 0;
   height: 140.2px;
   flex-shrink: 0;
 }

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

 .container_d97562211907 {
   width: 326.68px;
   height: 220.25px;
   position: absolute !important;
   left: 749.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_2d90a6ab9f1b {
   width: max-content;
   position: absolute !important;
   left: 371.68px;
   top: 0.6px;
   line-height: 19.5px;
   font-family: 'Montserrat';
 }

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

 .container_49a3c5aa73d4 {
   padding: 32.8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 52.3px;
   flex-shrink: 0;
   border-top: 0.8px solid #b37f2c33;
   border-right: 0px solid #b37f2c33;
   border-bottom: 0px solid #b37f2c33;
   border-left: 0px solid #b37f2c33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eaa36aff4488 {
   padding: 64px 48px 0 48px;
   width: 100%;
   min-width: 0;
   height: 448.55px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a326efbabb86 {
   width: 100%;
   min-width: 0;
   height: 449.55px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #181818;
 }

 .container_wrapper_a326efbabb86 {
   width: 100%;
   min-width: 0;
   height: 449.55px;
   flex-shrink: 0;
 }

 .container_nested_a326efbabb86 {
   width: 100%;
   min-width: 0;
   height: 449.55px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #181818;
 }

 .container_953912b1bb7c {
   width: 1172px;
   height: 6660.61px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_32bffa354f30 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .text_9fb1d1e9a34e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 38.87px;
   top: -0.8px;
   line-height: 17.5px;
   font-family: 'Butler';
 }

 .container_a628d450631d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 17.5px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_c22334f86007 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   font-family: 'Montserrat';
 }

 .container_f253a288e144 {
   width: 100%;
   min-width: 0;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_2266a620248b {
   width: 166.91px;
   height: 33.49px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4cfb63844d27 {
   width: 226.93px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_be47880b7f19 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.6px;
   line-height: 20px;
   font-family: 'Montserrat';
 }

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

 .text_6633abe0065d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.6px;
   line-height: 20px;
   font-family: 'Montserrat';
 }

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

 .text_a86e4bb3c28a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.6px;
   line-height: 20px;
   font-family: 'Montserrat';
 }

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

 .text_59c382b060c1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.6px;
   line-height: 20px;
   font-family: 'Montserrat';
 }

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

 .container_966f52f995a4 {
   width: 328.11px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_966f52f995a4 {
   width: 328.11px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_966f52f995a4 {
   width: 328.11px;
   height: 20px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4578d5e481f2 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_98e29eaf3030 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: -1px;
   top: 0.6px;
   line-height: 20px;
   font-family: 'Montserrat';
 }

 .container_689009eeba95 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_b6ddec7e7678 {
   padding: 0 20px 0 20px;
   width: 234.95px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #b37f2c;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_b6ddec7e7678 {
   width: 234.95px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_b6ddec7e7678 {
   padding: 0 20px 0 20px;
   width: 234.95px;
   height: 40px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #b37f2c;
   border-radius: 8px 8px 8px 8px;
 }

 .container_ee4abf2b52fd {
   padding: 0 48px 0 48px;
   width: 1172px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #181818;
 }

 .container_wrapper_ee4abf2b52fd {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1172px;
   height: 80px;
   z-index: 1;
 }

 .container_nested_ee4abf2b52fd {
   padding: 0 48px 0 48px;
   width: 1172px;
   height: 80px;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #181818;
 }

 .imageview_660c09ba541d {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 1084px;
   top: 595.2px;
 }

 .imageview_660c09ba541d img {
   position: absolute;
   width: 171.8px !important;
   height: 171.8px !important;
   max-width: none !important;
   left: -53.9px;
   top: -28.9px;
 }

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

 .viewport_e62f3471f130 {
   width: 1172px;
   height: 6661px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }