 /*
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=Cormorant+Garamond: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://fonts.googleapis.com/css?family=Jost:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("https://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_019b8a978497 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_019b8a978497 {
   overflow: visible;
 }

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

 .text_530c12bc48a3 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_530c12bc48a3 {
   overflow: visible;
 }

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

 .container_dba34e790148 {
   padding: 28px 32px 28px 32px;
   width: 288px;
   height: 118.79px;
   border-right: 1px solid #1a2e1226;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ca41f3ccf37a {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_ca41f3ccf37a {
   overflow: visible;
 }

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

 .text_5e2e517b637d {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_5e2e517b637d {
   overflow: visible;
 }

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

 .container_6f42934c50d8 {
   padding: 28px 32px 28px 32px;
   width: 288px;
   height: 118.79px;
   border-right: 1px solid #1a2e1226;
   position: absolute !important;
   left: 288px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_03ae0248b23b {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_03ae0248b23b {
   overflow: visible;
 }

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

 .text_2c878833bf79 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_2c878833bf79 {
   overflow: visible;
 }

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

 .container_6fc5e6489756 {
   padding: 28px 32px 28px 32px;
   width: 288px;
   height: 118.79px;
   border-right: 1px solid #1a2e1226;
   position: absolute !important;
   left: 576px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_261b7808c334 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_261b7808c334 {
   overflow: visible;
 }

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

 .text_793f9971d077 {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_793f9971d077 {
   overflow: visible;
 }

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

 .container_e95902809b7d {
   padding: 28px 32px 28px 32px;
   width: 288px;
   height: 118.79px;
   border-right: 1px solid #1a2e1226;
   position: absolute !important;
   left: 864px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c26d670cb6f9 {
   width: 100%;
   min-width: 0;
   height: 32px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_c26d670cb6f9 {
   overflow: visible;
 }

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

 .text_0f47f06b6d4b {
   width: 100%;
   min-width: 0;
   height: 26px;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_0f47f06b6d4b {
   overflow: visible;
 }

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

 .container_e15232e2b1c6 {
   padding: 28px 32px 28px 32px;
   width: 288px;
   height: 118.79px;
   position: absolute !important;
   left: 1152px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_841a8a24beff {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 119.19px;
   max-width: 1440px;
   flex-shrink: 0;
 }

 .container_115b67cb155f {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: 119.19px;
   position: absolute !important;
   left: 0px;
   top: 1312px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #c9a84c;
 }

 .text_6b6c98106293 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14.45px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_6b6c98106293 {
   overflow: visible;
 }

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

 .container_23b246b33254 {
   width: 60px;
   height: 1.5px;
   flex-shrink: 0;
   background: #c9a84c;
 }

 .text_298ef68de127 {
   width: 100%;
   min-width: 0;
   height: 110px;
   line-height: 54.6px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_298ef68de127 {
   overflow: visible;
 }

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

 .text_11b6c336e3a8 {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_11b6c336e3a8 {
   overflow: visible;
 }

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

 .text_a1193e22cc3e {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_a1193e22cc3e {
   overflow: visible;
 }

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

 .text_adf0fbe973e6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 11.9px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_adf0fbe973e6 {
   overflow: visible;
 }

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

 .container_1d756f0cd556 {
   padding: 0 24px 0 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   border-right: 1px solid #1a2e121a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.94px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4ed47dcb2785 {
   padding: 0 24px 0 0;
   width: 187px;
   height: 67.78px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_937ec4ff634e {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_937ec4ff634e {
   overflow: visible;
 }

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

 .text_f0ffd1476ad2 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 11.9px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_f0ffd1476ad2 {
   overflow: visible;
 }

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

 .container_ae7ac9cad7b7 {
   padding: 0 24px 0 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   border-right: 1px solid #1a2e121a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.94px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1bc0ce9d9a4 {
   padding: 0 24px 0 0;
   width: 187px;
   height: 67.78px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_360b08a06520 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_360b08a06520 {
   overflow: visible;
 }

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

 .text_1849569bd1d8 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 11.9px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_1849569bd1d8 {
   overflow: visible;
 }

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

 .container_a0befe4a4e67 {
   width: 138px;
   height: 67.78px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.94px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ed980a7bd65c {
   padding: 24px 0 24px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #1a2e121a;
   border-right: 0px solid #1a2e121a;
   border-bottom: 1px solid #1a2e121a;
   border-left: 0px solid #1a2e121a;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7c267866f863 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14.45px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_7c267866f863 {
   overflow: visible;
 }

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

 .container_53c4c5588401 {
   width: 5px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_a6733711ac55 {
   width: 141.12px;
   height: 18px;
   position: absolute !important;
   left: 13px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_1ce705965aab {
   position: absolute !important;
   overflow: visible;
   width: 244px;
   height: 18px;
   left: 0px;
   top: 0px;
 }

 .container_f283800bdce4 {
   width: 5px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_93a61e2335ce {
   width: 148.84px;
   height: 18px;
   position: absolute !important;
   left: 13px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_08fc9a103446 {
   position: absolute !important;
   overflow: visible;
   width: 244px;
   height: 18px;
   left: 268px;
   top: 0px;
 }

 .container_7d5c5e569e67 {
   width: 5px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_8916bc3bfa05 {
   width: 141.59px;
   height: 18px;
   position: absolute !important;
   left: 13px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_c8a2fa8a1f4a {
   position: absolute !important;
   overflow: visible;
   width: 244px;
   height: 18px;
   left: 0px;
   top: 28px;
 }

 .container_41a3f26218fb {
   width: 5px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_a3ac47ba7bb3 {
   width: 92.17px;
   height: 18px;
   position: absolute !important;
   left: 13px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_10cf783aac85 {
   position: absolute !important;
   overflow: visible;
   width: 244px;
   height: 18px;
   left: 268px;
   top: 28px;
 }

 .container_e7b50463a041 {
   width: 5px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_3a8d0e33907e {
   width: 141.29px;
   height: 18px;
   position: absolute !important;
   left: 13px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_53ca262410e6 {
   position: absolute !important;
   overflow: visible;
   width: 244px;
   height: 18px;
   left: 0px;
   top: 56px;
 }

 .container_08e46cfb16f7 {
   width: 5px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_1bd398236e3b {
   width: 119.83px;
   height: 18px;
   position: absolute !important;
   left: 13px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_d5e1c5c1215b {
   position: absolute !important;
   overflow: visible;
   width: 244px;
   height: 18px;
   left: 268px;
   top: 56px;
 }

 .container_169a4f209d28 {
   width: 5px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_77a013c8cb04 {
   width: 99.82px;
   height: 18px;
   position: absolute !important;
   left: 13px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_aea62ffd29b9 {
   position: absolute !important;
   overflow: visible;
   width: 244px;
   height: 18px;
   left: 0px;
   top: 84px;
 }

 .container_ef5c022774f6 {
   width: 5px;
   height: 5px;
   position: absolute !important;
   left: 0px;
   top: 5px;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_176e8ad69767 {
   width: 78.29px;
   height: 18px;
   position: absolute !important;
   left: 13px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_3c85dfe7dc1c {
   position: absolute !important;
   overflow: visible;
   width: 244px;
   height: 18px;
   left: 268px;
   top: 84px;
 }

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

 .container_77823299a043 {
   width: 512px;
   height: 533.08px;
   position: absolute !important;
   left: 48px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4cfadee14e70 {
   width: fit-content;
   line-height: 57.8px;
   font-family: 'Jost';
 }

 .container_13ab53f79b6a {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fe5652368e4b {
   width: fit-content;
   line-height: 14.45px;
   font-family: 'Jost';
 }

 .container_8e1ed9faec29 {
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_201e827130bd {
   width: fit-content;
   line-height: 15px;
   font-family: 'Jost';
 }

 .container_5a1eb8ee0063 {
   padding: 0 2.27px 0 2.25px;
   width: fit-content;
   height: fit-content;
   max-width: 200px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_227c330a2cb4 {
   padding: 185px 20px 185px 20px;
   width: 512px;
   height: auto !important;
   position: absolute !important;
   left: 640px;
   top: 0px;
   aspect-ratio: 1 / 1;
   align-items: center;
   justify-content: center;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #243d19;
   border-radius: 3px 3px 3px 3px;
 }

 .container_e1f6e575b77a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 535.47px;
   max-width: 1200px;
   flex-shrink: 0;
 }

 .container_1c5a0e6ec967 {
   padding: 140px 360px 140px 360px;
   width: 1920px;
   height: 815.47px;
   position: absolute !important;
   left: 0px;
   top: 6527.77px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f0e6;
 }

 .text_3c956195dda5 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 26.64px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_3c956195dda5 {
   overflow: visible;
 }

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

 .text_cfbd9af574df {
   width: 100%;
   min-width: 0;
   height: 13px;
   line-height: 13.01px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_cfbd9af574df {
   overflow: visible;
 }

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

 .text_81b711e94fc1 {
   width: fit-content;
   line-height: 21.88px;
   font-family: 'Jost';
 }

 .container_b8e97df0b03b {
   padding: 14.88px 0 0.75px 0;
   width: 280px;
   height: fit-content;
   max-width: 280px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9d176f9efd09 {
   padding: 0 0 8.37px 0;
   width: 408px;
   height: 138px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a696aa4969f3 {
   width: 100%;
   min-width: 0;
   height: 13px;
   line-height: 13.01px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_a696aa4969f3 {
   overflow: visible;
 }

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

 .text_4a812aae5280 {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_4a812aae5280 {
   overflow: visible;
 }

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

 .text_fc48ee89a476 {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_fc48ee89a476 {
   overflow: visible;
 }

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

 .text_f667c4f198b2 {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_f667c4f198b2 {
   overflow: visible;
 }

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

 .text_7144f84516d9 {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_7144f84516d9 {
   overflow: visible;
 }

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

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

 .container_2a66ef3170e5 {
   width: 204px;
   height: 137px;
   position: absolute !important;
   left: 468px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f88caa20187b {
   width: 100%;
   min-width: 0;
   height: 13px;
   line-height: 13.01px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_f88caa20187b {
   overflow: visible;
 }

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

 .text_cfe92188feba {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_cfe92188feba {
   overflow: visible;
 }

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

 .text_1ee45d76f79c {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_1ee45d76f79c {
   overflow: visible;
 }

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

 .text_edcef909c092 {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_edcef909c092 {
   overflow: visible;
 }

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

 .text_6b56ed223ee5 {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_6b56ed223ee5 {
   overflow: visible;
 }

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

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

 .container_c2ea5faccc6b {
   width: 204px;
   height: 137px;
   position: absolute !important;
   left: 732px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c6f03ca897c2 {
   width: 100%;
   min-width: 0;
   height: 13px;
   line-height: 13.01px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_c6f03ca897c2 {
   overflow: visible;
 }

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

 .text_fdf874731bf7 {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_fdf874731bf7 {
   overflow: visible;
 }

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

 .text_c8e9cbfc72bb {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_c8e9cbfc72bb {
   overflow: visible;
 }

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

 .text_1d3d7c96b8d5 {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_1d3d7c96b8d5 {
   overflow: visible;
 }

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

 .text_2d3b55075fb2 {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_2d3b55075fb2 {
   overflow: visible;
 }

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

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

 .container_310d6f48e89e {
   width: 204px;
   height: 137px;
   position: absolute !important;
   left: 996px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 18px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ea0814e1254b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 137px;
   max-width: 1200px;
   flex-shrink: 0;
 }

 .text_63210932d382 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_a7c376de2f06 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b73eba224d90 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_7e065444eeb7 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9bdb29cd0c53 {
   padding: 28px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1200px;
   border-top: 1px solid #c9a84c14;
   border-right: 0px solid #c9a84c14;
   border-bottom: 0px solid #c9a84c14;
   border-left: 0px solid #c9a84c14;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_42c2188f091e {
   padding: 60px 360px 40px 360px;
   width: 1920px;
   height: 331px;
   border-top: 1px solid #c9a84c1a;
   border-right: 0px solid #c9a84c1a;
   border-bottom: 0px solid #c9a84c1a;
   border-left: 0px solid #c9a84c1a;
   position: absolute !important;
   left: 0px;
   top: 10342.09px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #0e1c0a;
 }

 .text_02c6fe827716 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14.45px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_02c6fe827716 {
   overflow: visible;
 }

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

 .text_dcec8bb23879 {
   width: 100%;
   min-width: 0;
   height: 13px;
   line-height: 13.01px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_dcec8bb23879 {
   overflow: visible;
 }

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

 .container_7b590543f0be {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   background: #1a2e12;
   border-radius: 3px 3px 3px 3px;
 }

 .text_4fd12852c5aa {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_f121000b9794 {
   width: 312px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0d7862e97de7 {
   width: fit-content;
   line-height: 12.1px;
   font-family: 'Inter';
 }

 .container_9440a42e23d7 {
   padding: 1px 0 1px 0;
   width: 312px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ec4873556e99 {
   width: fit-content;
   height: fit-content;
   min-width: 312px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b02adcfd2479 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f7c3c39d28d0 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   background: #c9a84c;
   border-radius: 3px 3px 3px 3px;
 }

 .text_e5e30cc5e5b8 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_b31392090e33 {
   width: 264px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_951e5f655fc3 {
   width: fit-content;
   line-height: 12.1px;
   font-family: 'Inter';
 }

 .container_0ba57fc101b4 {
   padding: 1px 0 1px 0;
   width: 264px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_80137c16e6c1 {
   width: fit-content;
   height: fit-content;
   min-width: 264px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3457194f65bd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cab04fc69792 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   border-top: 1px solid #555555ff;
   border-right: 1px solid #555555ff;
   border-bottom: 1px solid #555555ff;
   border-left: 1px solid #555555ff;
   background: #f5f0e6;
   border-radius: 3px 3px 3px 3px;
 }

 .text_05b90a87b4c3 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_1586f9f8bca8 {
   width: 324px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b5b58f9ea8c4 {
   width: fit-content;
   line-height: 12.1px;
   font-family: 'Inter';
 }

 .container_5237d89bd1db {
   padding: 1px 0 1px 0;
   width: 324px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_aea4275830fb {
   width: fit-content;
   height: fit-content;
   min-width: 324px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d56d210f0904 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8adddc91fe8b {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   background: #0e1c0a;
   border-radius: 3px 3px 3px 3px;
 }

 .text_5afd93c4ac7c {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_9dfe983e3734 {
   width: 216px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b11f12d2907c {
   width: fit-content;
   line-height: 12.1px;
   font-family: 'Inter';
 }

 .container_ec2c990030ff {
   padding: 1px 0 1px 0;
   width: 216px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dee3466f0965 {
   width: fit-content;
   height: fit-content;
   min-width: 216px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_243c1169e768 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_de348a4d0222 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   border-top: 1px solid #333333ff;
   border-right: 1px solid #333333ff;
   border-bottom: 1px solid #333333ff;
   border-left: 1px solid #333333ff;
   background: #d4c9a8;
   border-radius: 3px 3px 3px 3px;
 }

 .text_41fd7b2b3cea {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_e2f34ffd680d {
   width: 228px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9c2c150f6324 {
   width: fit-content;
   line-height: 12.1px;
   font-family: 'Inter';
 }

 .container_8afd1a424dfc {
   padding: 1px 0 1px 0;
   width: 228px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_88689fd2ad60 {
   width: fit-content;
   height: fit-content;
   min-width: 228px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_baea219705f3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7f9785ad001a {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   border-top: 1px solid #555555ff;
   border-right: 1px solid #555555ff;
   border-bottom: 1px solid #555555ff;
   border-left: 1px solid #555555ff;
   background: #ede5d0;
   border-radius: 3px 3px 3px 3px;
 }

 .text_83ebdea6edf4 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_caa024bab7b5 {
   width: 216px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8e8c2cef28b1 {
   width: fit-content;
   line-height: 12.1px;
   font-family: 'Inter';
 }

 .container_88e8f9b74d25 {
   padding: 1px 0 1px 0;
   width: 216px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0a3e01cc7465 {
   width: fit-content;
   height: fit-content;
   min-width: 216px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9bc25b77c38e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_82caeabd7a63 {
   padding: 0 0 333.38px 0;
   width: 373.33px;
   height: 594.38px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_7a083579a20e {
   width: 100%;
   min-width: 0;
   height: 13px;
   line-height: 13.01px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_7a083579a20e {
   overflow: visible;
 }

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

 .text_2fdc4def70c3 {
   width: 100%;
   min-width: 0;
   height: 13px;
   line-height: 13.01px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_2fdc4def70c3 {
   overflow: visible;
 }

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

 .text_b6ea430ad0fb {
   width: 100%;
   min-width: 0;
   height: 64px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_b6ea430ad0fb {
   overflow: visible;
 }

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

 .text_3a77f70c3640 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14.45px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_3a77f70c3640 {
   overflow: visible;
 }

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

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

 .text_83db8722bb50 {
   width: 100%;
   min-width: 0;
   height: 13px;
   line-height: 13.01px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_83db8722bb50 {
   overflow: visible;
 }

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

 .text_242467f2c9a5 {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 21.8px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_242467f2c9a5 {
   overflow: visible;
 }

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

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

 .text_b47b13e542f3 {
   width: 100%;
   min-width: 0;
   height: 13px;
   line-height: 13.01px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_b47b13e542f3 {
   overflow: visible;
 }

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

 .text_e66a2280d792 {
   width: 100%;
   min-width: 0;
   height: 41px;
   line-height: 20.4px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_e66a2280d792 {
   overflow: visible;
 }

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

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

 .text_265fb1d4f9e9 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 14.45px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_265fb1d4f9e9 {
   overflow: visible;
 }

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

 .container_91861f8c3d9a {
   padding: 0 0 290.59px 0;
   width: 373.33px;
   height: 591.59px;
   position: absolute !important;
   left: 413.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4eb71424541c {
   width: 100%;
   min-width: 0;
   height: 13px;
   line-height: 13.01px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_4eb71424541c {
   overflow: visible;
 }

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

 .text_16d5a8ff3b7e {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 13.73px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_16d5a8ff3b7e {
   overflow: visible;
 }

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

 .text_0832f5d30d63 {
   width: 100%;
   min-width: 0;
   height: 76px;
   line-height: 18.98px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_0832f5d30d63 {
   overflow: visible;
 }

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

 .container_3c2a16588dd9 {
   padding: 2px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.45px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_792041c28076 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 13.73px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_792041c28076 {
   overflow: visible;
 }

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

 .text_375bf4f36c2b {
   width: 100%;
   min-width: 0;
   height: 76px;
   line-height: 18.98px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_375bf4f36c2b {
   overflow: visible;
 }

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

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

 .text_36fb9b2eec2e {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 13.73px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_36fb9b2eec2e {
   overflow: visible;
 }

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

 .text_700425cfb49d {
   width: 100%;
   min-width: 0;
   height: 57px;
   line-height: 18.98px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_700425cfb49d {
   overflow: visible;
 }

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

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

 .text_d7d075836247 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 13.73px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_d7d075836247 {
   overflow: visible;
 }

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

 .text_55e5798c2bd1 {
   width: 100%;
   min-width: 0;
   height: 57px;
   line-height: 18.98px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_55e5798c2bd1 {
   overflow: visible;
 }

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

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

 .text_da142dbc66f0 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 13.73px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_da142dbc66f0 {
   overflow: visible;
 }

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

 .text_b9bbb02b2728 {
   width: 100%;
   min-width: 0;
   height: 57px;
   line-height: 18.98px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_b9bbb02b2728 {
   overflow: visible;
 }

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

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

 .text_119cb00642ea {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 13.73px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_119cb00642ea {
   overflow: visible;
 }

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

 .text_8761b54ce5bd {
   width: 100%;
   min-width: 0;
   height: 57px;
   line-height: 18.98px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_8761b54ce5bd {
   overflow: visible;
 }

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

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

 .container_1d39f1789912 {
   padding: 0 0 14px 0;
   width: 373.33px;
   height: 591.79px;
   position: absolute !important;
   left: 826.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 14px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_e21a7b98ff95 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1200px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_53d9ada09a40 {
   padding: 60px 360px 60px 360px;
   width: 1920px;
   height: 769.38px;
   border-top: 1px solid #c9a84c26;
   border-right: 0px solid #c9a84c26;
   border-bottom: 0px solid #c9a84c26;
   border-left: 0px solid #c9a84c26;
   position: absolute !important;
   left: 0px;
   top: 10673.09px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #1a1a14;
 }

 .imageview_346f3f7e6a5c {
   width: 1920px;
   height: 1199.99px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_b26d1d25ab58 {
   width: 1920px;
   height: 1199.99px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #0e1c0a26 0%, #0e1c0a99 55%, #0e1c0aff 100%);
   mix-blend-mode: normal;
 }

 .container_43d031b24584 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 1199.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #0e1c0a;
 }

 .text_cca8877ea3dc {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 2;
   line-height: 14.45px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_cca8877ea3dc {
   overflow: visible;
 }

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

 .text_41158c5f46fd {
   width: fit-content;
   z-index: 2;
   line-height: 88.32px;
   font-family: 'Cormorant Garamond';
 }

 .text_867166be87c9 {
   width: 100%;
   min-width: 0;
   height: 89px;
   z-index: 3;
   line-height: 88.32px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_867166be87c9 {
   overflow: visible;
 }

 .container_f01aba21d4b1 {
   margin: -0.54px 0 0 0 !important;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_5bb90e46f6b1 {
   width: fit-content;
   z-index: 2;
   line-height: 34.1px;
   font-family: 'Cormorant Garamond';
 }

 .container_45da84b101a0 {
   padding: 8.79px 0 0 0;
   width: 580px;
   height: fit-content;
   max-width: 580px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_490c66e240e4 {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 2;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_490c66e240e4 {
   overflow: visible;
 }

 .container_127c23c62e67 {
   padding: 20.8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3d444cc1cd4f {
   width: fit-content;
   z-index: 2;
   line-height: 13.73px;
   font-family: 'Jost';
 }

 .container_9c43bba454ad {
   padding: 7px 20px 7px 20px;
   width: fit-content;
   height: 30px;
   z-index: 2;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_9c43bba454ad {
   width: fit-content;
   height: 30px;
   z-index: 2;
 }

 .container_nested_9c43bba454ad {
   padding: 7px 20px 7px 20px;
   width: fit-content;
   height: 30px;
   z-index: 2;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .text_928692836460 {
   width: fit-content;
   z-index: 2;
   line-height: 13.73px;
   font-family: 'Jost';
 }

 .container_f137afa0e750 {
   padding: 7px 20px 7px 20px;
   width: fit-content;
   height: 30px;
   z-index: 2;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_f137afa0e750 {
   width: fit-content;
   height: 30px;
   z-index: 2;
 }

 .container_nested_f137afa0e750 {
   padding: 7px 20px 7px 20px;
   width: fit-content;
   height: 30px;
   z-index: 2;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .text_b6b5b203a5a8 {
   width: fit-content;
   z-index: 2;
   line-height: 13.73px;
   font-family: 'Jost';
 }

 .container_c27e54741a1c {
   padding: 7px 20px 7px 20px;
   width: fit-content;
   height: 30px;
   z-index: 2;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_c27e54741a1c {
   width: fit-content;
   height: 30px;
   z-index: 2;
 }

 .container_nested_c27e54741a1c {
   padding: 7px 20px 7px 20px;
   width: fit-content;
   height: 30px;
   z-index: 2;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .text_2ad3d31d51b0 {
   width: fit-content;
   z-index: 2;
   line-height: 13.73px;
   font-family: 'Jost';
 }

 .container_a92d05db9e4a {
   padding: 7px 20px 7px 20px;
   width: fit-content;
   height: 30px;
   z-index: 2;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .container_wrapper_a92d05db9e4a {
   width: fit-content;
   height: 30px;
   z-index: 2;
 }

 .container_nested_a92d05db9e4a {
   padding: 7px 20px 7px 20px;
   width: fit-content;
   height: 30px;
   z-index: 2;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 50px 50px 50px 50px;
 }

 .container_9a682f59158f {
   padding: 28.8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a517edac49be {
   width: fit-content;
   z-index: 2;
   line-height: 15.17px;
   font-family: 'Jost';
 }

 .container_7af007412925 {
   padding: 16px 36px 16px 36px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #c9a84c;
   border-radius: 2px 2px 2px 2px;
 }

 .container_wrapper_7af007412925 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_7af007412925 {
   padding: 16px 36px 16px 36px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #c9a84c;
   border-radius: 2px 2px 2px 2px;
 }

 .text_603eed62c329 {
   width: fit-content;
   z-index: 2;
   line-height: 15.17px;
   font-family: 'Jost';
 }

 .container_f030097ad3f7 {
   padding: 16px 36px 16px 36px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #c9a84c59;
   border-right: 1px solid #c9a84c59;
   border-bottom: 1px solid #c9a84c59;
   border-left: 1px solid #c9a84c59;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 2px 2px 2px 2px;
 }

 .container_wrapper_f030097ad3f7 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_f030097ad3f7 {
   padding: 16px 36px 16px 36px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #c9a84c59;
   border-right: 1px solid #c9a84c59;
   border-bottom: 1px solid #c9a84c59;
   border-left: 1px solid #c9a84c59;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 2px 2px 2px 2px;
 }

 .container_631166f18661 {
   padding: 32.8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_aeefd6a0d369 {
   padding: 0 80px 100px 80px;
   width: 1400px;
   height: 733.66px;
   max-width: 1400px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 466.34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 19.2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_953d43185ac6 {
   width: 60px;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   background: linear-gradient(90deg, #8a6e2a00 0%, #8a6e2aff 100%);
 }

 .text_003468d28ed9 {
   width: fit-content;
   z-index: 2;
   line-height: 13.01px;
   font-family: 'Jost';
 }

 .container_c5f189fddb40 {
   width: 202px;
   height: 13px;
   z-index: 2;
   position: absolute !important;
   left: 1635.75px;
   top: 1150.99px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f7c64d4b2d47 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 1200px;
   left: 0px;
   top: 112px;
   background: #0e1c0a;
 }

 .text_402e817bb51d {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 1;
   line-height: 14.45px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_402e817bb51d {
   overflow: visible;
 }

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

 .container_e73322b8a8d9 {
   width: 60px;
   height: 1.5px;
   flex-shrink: 0;
   z-index: 1;
   background: #c9a84c;
 }

 .text_244b77fb5286 {
   width: 100%;
   min-width: 0;
   height: 119px;
   z-index: 1;
   line-height: 59.16px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_244b77fb5286 {
   overflow: visible;
 }

 .container_06afa41a2e8a {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e3c4d47c9740 {
   width: fit-content;
   z-index: 1;
   line-height: 27.75px;
   font-family: 'Jost';
 }

 .text_23df59777b71 {
   width: fit-content;
   z-index: 1;
   line-height: 27.75px;
   font-family: 'Jost';
 }

 .text-280420d638fa_23df59777b71 {
   line-height: 27.75px;
   font-family: 'Jost';
 }

 .text-3b373720c92b_23df59777b71 {
   line-height: 27.75px;
   font-family: 'Jost';
 }

 .container_73d0189a8b89 {
   padding: 14.75px 0 20.75px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 27.25px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e97eb58ae777 {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 1;
   line-height: 31.9px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_e97eb58ae777 {
   overflow: visible;
 }

 .text-b8511271cfe2_e97eb58ae777 {
   line-height: 31.9px;
   font-family: 'Cormorant Garamond';
 }

 .text-b99d6fed16c1_e97eb58ae777 {
   line-height: 31.9px;
   font-family: 'Cormorant Garamond';
 }

 .container_fb39fdb26a66 {
   padding: 0 0 0.83px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_140f06616293 {
   padding: 26.95px 32px 28px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
   border-radius: 3px 3px 3px 3px;
 }

 .container_wrapper_140f06616293 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_140f06616293 {
   padding: 26.95px 32px 28px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
   border-radius: 3px 3px 3px 3px;
 }

 .container_e4639f005208 {
   width: 502px;
   height: 497.03px;
   z-index: 1;
   position: absolute !important;
   left: 48px;
   top: 86.15px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_28d4b5b84534 {
   width: 502px;
   height: 669.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(135deg, #243d19ff 0%, #0e1c0aff 100%);
 }

 .text_a678203afdc4 {
   width: fit-content;
   z-index: 2;
   line-height: 52.02px;
   font-family: 'Jost';
 }

 .container_29f29ba84be7 {
   width: 143px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_625a27da4a16 {
   width: fit-content;
   z-index: 2;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_48b63f0ed750 {
   width: 143px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1163e66cd320 {
   width: 143px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 179.5px;
   top: 294.65px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ee3036493e80 {
   position: absolute !important;
   width: 502px;
   height: 669.33px;
   z-index: 1;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #243d19;
   border-radius: 3px 3px 3px 3px;
 }

 .text_d85e3e907211 {
   width: fit-content;
   z-index: 2;
   line-height: 42px;
   font-family: 'Cormorant Garamond';
 }

 .container_c3eb426bb834 {
   width: 72px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_179c6728b921 {
   width: fit-content;
   z-index: 2;
   line-height: 12.28px;
   font-family: 'Jost';
 }

 .container_edc18dedebbb {
   width: 72px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e8fbde4e9301 {
   padding: 20px 24px 20px 24px;
   width: 120px;
   height: 110px;
   z-index: 2;
   position: absolute !important;
   left: -20px;
   top: 579.33px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #c9a84c;
   border-radius: 3px 3px 3px 3px;
 }

 .container_fc171517397c {
   position: absolute !important;
   overflow: visible;
   width: 502px;
   height: 669.33px;
   z-index: 1;
   left: 650px;
   top: 0px;
 }

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

 .container_5a79b8409269 {
   padding: 140px 360px 140px 360px;
   width: 1920px;
   height: 949.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1431.19px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f0e6;
 }

 .text_1002059422ad {
   width: fit-content;
   line-height: 14.45px;
   font-family: 'Jost';
 }

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

 .container_abda3f817d4c {
   width: 60px;
   height: 1.5px;
   flex-shrink: 0;
   background: #c9a84c;
 }

 .text_31c4c0b0e80a {
   width: fit-content;
   line-height: 60.9px;
   font-family: 'Cormorant Garamond';
 }

 .container_bb2dc3920ecc {
   padding: 10.94px 0 0.83px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_db310cfddb65 {
   width: fit-content;
   line-height: 23.8px;
   font-family: 'Jost';
 }

 .container_63a33088da63 {
   padding: 3px 0 0.8px 0;
   width: 500px;
   height: fit-content;
   max-width: 500px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f4dd5f35eb73 {
   width: 1104px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f11e164a4d87 {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_f11e164a4d87 {
   overflow: visible;
 }

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

 .text_ba34ab203cff {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 40.46px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_ba34ab203cff {
   overflow: visible;
 }

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

 .text_bd0542010be9 {
   width: 100%;
   min-width: 0;
   height: 75px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_bd0542010be9 {
   overflow: visible;
 }

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

 .text_e6ff6cb7c88f {
   width: 100%;
   min-width: 0;
   height: 110px;
   line-height: 21.88px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_e6ff6cb7c88f {
   overflow: visible;
 }

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

 .container_52318e1cdab6 {
   padding: 48px 36px 48px 36px;
   width: 287.2px;
   height: 416.43px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10.8px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
 }

 .text_0b29017a77be {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_0b29017a77be {
   overflow: visible;
 }

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

 .text_610af39dc4fa {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 40.46px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_610af39dc4fa {
   overflow: visible;
 }

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

 .text_1ab0853eb931 {
   width: 100%;
   min-width: 0;
   height: 75px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_1ab0853eb931 {
   overflow: visible;
 }

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

 .text_5320d04ec94e {
   width: 100%;
   min-width: 0;
   height: 110px;
   line-height: 21.88px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_5320d04ec94e {
   overflow: visible;
 }

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

 .container_d37398727825 {
   padding: 48px 36px 48px 36px;
   width: 287.2px;
   height: 416.43px;
   position: absolute !important;
   left: 288.2px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10.8px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
 }

 .text_a76bff9f4949 {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_a76bff9f4949 {
   overflow: visible;
 }

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

 .text_593ad475dc7a {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 40.46px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_593ad475dc7a {
   overflow: visible;
 }

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

 .text_90bd7f65fc16 {
   width: 100%;
   min-width: 0;
   height: 75px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_90bd7f65fc16 {
   overflow: visible;
 }

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

 .text_1ddcbbbe1c3c {
   width: 100%;
   min-width: 0;
   height: 110px;
   line-height: 21.88px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_1ddcbbbe1c3c {
   overflow: visible;
 }

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

 .container_597a37080d32 {
   padding: 48px 36px 48px 36px;
   width: 287.2px;
   height: 416.43px;
   position: absolute !important;
   left: 576.4px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10.8px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
 }

 .text_139764278965 {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_139764278965 {
   overflow: visible;
 }

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

 .text_51efb40b3500 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 40.46px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_51efb40b3500 {
   overflow: visible;
 }

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

 .text_0e09df8e95cd {
   width: 100%;
   min-width: 0;
   height: 75px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_0e09df8e95cd {
   overflow: visible;
 }

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

 .text_a90219781b46 {
   width: 100%;
   min-width: 0;
   height: 110px;
   line-height: 21.88px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_a90219781b46 {
   overflow: visible;
 }

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

 .container_13583d369dbc {
   padding: 48px 36px 48px 36px;
   width: 287.2px;
   height: 416.43px;
   position: absolute !important;
   left: 864.6px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10.8px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
 }

 .text_baa2802a81c4 {
   width: 100%;
   min-width: 0;
   height: 52px;
   line-height: 52px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_baa2802a81c4 {
   overflow: visible;
 }

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

 .text_6784828bc99a {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 40.46px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_6784828bc99a {
   overflow: visible;
 }

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

 .text_26a3dd41d28d {
   width: 100%;
   min-width: 0;
   height: 75px;
   line-height: 25px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_26a3dd41d28d {
   overflow: visible;
 }

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

 .text_dc660c12aba4 {
   width: 100%;
   min-width: 0;
   height: 110px;
   line-height: 21.88px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_dc660c12aba4 {
   overflow: visible;
 }

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

 .container_fb49ee6fbe3e {
   padding: 48px 36px 48px 36px;
   width: 287.2px;
   height: 416.43px;
   position: absolute !important;
   left: 1152.8px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10.8px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
 }

 .container_6cc26e78fd5b {
   position: relative !important;
   overflow: visible;
   width: 1440px;
   height: 429.38px;
   max-width: 1440px;
   flex-shrink: 0;
   background: #c9a84c1a;
 }

 .container_8dc698a63ebe {
   padding: 140px 0 140px 0;
   width: 1920px;
   height: 1002.45px;
   position: absolute !important;
   left: 0px;
   top: 2380.52px;
   align-items: center;
   justify-content: flex-start;
   gap: 79.99px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
 }

 .text_41a5935b4235 {
   width: 100%;
   min-width: 0;
   height: 14px;
   line-height: 14.45px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_41a5935b4235 {
   overflow: visible;
 }

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

 .container_02d4f0fda618 {
   width: 60px;
   height: 1.5px;
   flex-shrink: 0;
   background: #c9a84c;
 }

 .text_4ae9dade1ba6 {
   width: 100%;
   min-width: 0;
   height: 110px;
   line-height: 54.6px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_4ae9dade1ba6 {
   overflow: visible;
 }

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

 .text_c415607c2887 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 23.8px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_c415607c2887 {
   overflow: visible;
 }

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

 .container_fb7c5fc63826 {
   width: 1.5px;
   height: 299.3px;
   position: absolute !important;
   left: 18px;
   top: 64px;
   background: linear-gradient(180deg, #c9a84cff 0%, #c9a84c14 100%);
 }

 .text_974eb8361421 {
   width: fit-content;
   z-index: 1;
   line-height: 14.53px;
   font-family: 'Cormorant Garamond';
 }

 .container_ad4516aadaca {
   width: 38px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1a2e12;
   border-radius: 50% 50% 50% 50%;
 }

 .text_6297f2c18fe6 {
   width: fit-content;
   z-index: 1;
   line-height: 12.28px;
   font-family: 'Jost';
 }

 .container_d3702d1cf142 {
   width: 439px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8370b758110a {
   width: fit-content;
   z-index: 1;
   line-height: 20.59px;
   font-family: 'Cormorant Garamond';
 }

 .container_6f5146410511 {
   padding: 0.9px 0 0 0;
   width: 439px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2f87dd09b182 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Jost';
 }

 .container_c2fb079d080d {
   width: 439px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_604a96f85209 {
   padding: 6px 0 0 0;
   width: fit-content;
   height: 85.1px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.1px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cac3c9c777a9 {
   padding: 0 0 36px 0;
   width: 502px;
   height: 121.1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6fdc4b44f0a3 {
   width: fit-content;
   z-index: 1;
   line-height: 14.53px;
   font-family: 'Cormorant Garamond';
 }

 .container_4a382a5b9bb6 {
   width: 38px;
   height: 38px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_ad0bb819e5d7 {
   width: fit-content;
   z-index: 1;
   line-height: 12.28px;
   font-family: 'Jost';
 }

 .container_455569b6538c {
   width: 440px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2af2127a9aac {
   width: fit-content;
   z-index: 1;
   line-height: 20.59px;
   font-family: 'Cormorant Garamond';
 }

 .container_7b48651dfc93 {
   padding: 0.9px 0 0 0;
   width: 440px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_babdffb9df17 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Jost';
 }

 .container_cd4689953ea3 {
   width: 440px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c60bcb2c32c8 {
   padding: 6px 0 0 0;
   width: fit-content;
   height: 85.1px;
   min-width: 440px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.1px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1fa04730cb58 {
   padding: 0 0 36px 0;
   width: 502px;
   height: 121.1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 157.1px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f7a998f2e2ee {
   width: fit-content;
   z-index: 2;
   line-height: 14.53px;
   font-family: 'Cormorant Garamond';
 }

 .container_21c3f6a2541d {
   width: 38px;
   height: 38px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1a2e12;
   border-radius: 50% 50% 50% 50%;
 }

 .container_wrapper_21c3f6a2541d {
   width: 38px;
   height: 38px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_21c3f6a2541d {
   width: 38px;
   height: 38px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1a2e12;
   border-radius: 50% 50% 50% 50%;
 }

 .text_7ef54e3ed264 {
   width: fit-content;
   z-index: 2;
   line-height: 12.28px;
   font-family: 'Jost';
 }

 .container_9efa03c80b04 {
   width: 435px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d98bd255bc7f {
   width: fit-content;
   z-index: 2;
   line-height: 20.59px;
   font-family: 'Cormorant Garamond';
 }

 .container_614d9aad6523 {
   padding: 0.9px 0 0 0;
   width: 435px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_410c555b5e99 {
   width: fit-content;
   z-index: 2;
   line-height: 19.2px;
   font-family: 'Jost';
 }

 .container_b6ec0cbb7677 {
   width: 435px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_15b46f0659ee {
   padding: 6px 0 0 0;
   width: fit-content;
   height: 85.1px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 3.1px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c864517465f9 {
   width: 502px;
   height: 85.1px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 278.2px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_65cb2cd6fcb2 {
   position: relative !important;
   overflow: visible;
   width: 502px;
   height: 375.3px;
   flex-shrink: 0;
 }

 .text_4a4dad75ada3 {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 17.6px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_4a4dad75ada3 {
   overflow: visible;
 }

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

 .container_2c93f661644c {
   padding: 12.8px 18px 14px 18px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-left: 3px solid #c9a84cff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #1a2e120f;
   border-radius: 0 3px 3px 0;
 }

 .container_wrapper_2c93f661644c {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_2c93f661644c {
   padding: 12.8px 18px 14px 18px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-left: 3px solid #c9a84cff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #1a2e120f;
   border-radius: 0 3px 3px 0;
 }

 .container_a65fbdcd831e {
   width: 502px;
   height: 693.98px;
   position: absolute !important;
   left: 48px;
   top: 1.31px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_235c95b76e8a {
   width: 100%;
   min-width: 0;
   height: 12px;
   line-height: 12.28px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_235c95b76e8a {
   overflow: visible;
 }

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

 .text_1774886ef43e {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_1774886ef43e {
   overflow: visible;
 }

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

 .text_b213fb725bf2 {
   width: 100%;
   min-width: 0;
   height: 17px;
   line-height: 17.34px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_b213fb725bf2 {
   overflow: visible;
 }

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

 .container_aeeacdc254ff {
   padding: 28px 32px 28px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
   border-radius: 3px 3px 3px 3px;
 }

 .text_0bb13f275e51 {
   width: 100%;
   min-width: 0;
   height: 12px;
   line-height: 12.28px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_0bb13f275e51 {
   overflow: visible;
 }

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

 .text_cc59845063d5 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_cc59845063d5 {
   overflow: visible;
 }

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

 .text_5c0706fbd855 {
   width: 100%;
   min-width: 0;
   height: 17px;
   line-height: 17.34px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_5c0706fbd855 {
   overflow: visible;
 }

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

 .container_17fb3fabcc5e {
   padding: 28px 32px 28px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
   border-radius: 3px 3px 3px 3px;
 }

 .text_6c066cd652a4 {
   width: 100%;
   min-width: 0;
   height: 12px;
   line-height: 12.28px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_6c066cd652a4 {
   overflow: visible;
 }

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

 .text_021ada6cd859 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_021ada6cd859 {
   overflow: visible;
 }

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

 .text_b3d91a3900be {
   width: 100%;
   min-width: 0;
   height: 34px;
   line-height: 17.34px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_b3d91a3900be {
   overflow: visible;
 }

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

 .container_5c1a4a99aa1e {
   padding: 28px 32px 28px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #c9a84c;
   border-radius: 3px 3px 3px 3px;
 }

 .text_f987d2a55723 {
   width: 100%;
   min-width: 0;
   height: 12px;
   line-height: 12.28px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_f987d2a55723 {
   overflow: visible;
 }

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

 .text_45e3d23ebb41 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_45e3d23ebb41 {
   overflow: visible;
 }

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

 .text_2e7314e805c7 {
   width: 100%;
   min-width: 0;
   height: 17px;
   line-height: 17.34px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_2e7314e805c7 {
   overflow: visible;
 }

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

 .container_42e2e67b283b {
   padding: 28px 32px 28px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
   border-radius: 3px 3px 3px 3px;
 }

 .container_5da64b318f73 {
   width: 502px;
   height: 649px;
   position: absolute !important;
   left: 650px;
   top: 23.8px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4afd504aedcd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 696.59px;
   max-width: 1200px;
   flex-shrink: 0;
 }

 .container_e2efbaa15606 {
   padding: 140px 360px 140px 360px;
   width: 1920px;
   height: 976.59px;
   position: absolute !important;
   left: 0px;
   top: 3383.97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ede5d0;
 }

 .text_625d742ea538 {
   width: fit-content;
   line-height: 57.8px;
   font-family: 'Jost';
 }

 .container_8efb7476b5ee {
   width: 234px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_02c039231588 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_d542dcfb531a {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_51c0958eceb6 {
   width: 1056px;
   height: 960px;
   position: absolute !important;
   left: 864px;
   top: 0px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #243d19;
 }

 .container_be35a5b249bb {
   width: 1920px;
   height: 960px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #0e1c0afa 45%, #0e1c0a80 100%);
 }

 .text_97897b8e8e70 {
   width: fit-content;
   z-index: 2;
   line-height: 14.45px;
   font-family: 'Jost';
 }

 .container_f221628d2ab3 {
   width: 440px;
   height: 14px;
   z-index: 2;
   position: absolute !important;
   left: 80px;
   top: 120px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c66f673f4742 {
   width: 60px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 80px;
   top: 147px;
   background: #c9a84c;
 }

 .text_776778f24df2 {
   width: fit-content;
   z-index: 2;
   line-height: 60.76px;
   font-family: 'Cormorant Garamond';
 }

 .text_25114954b0a5 {
   width: 100%;
   min-width: 0;
   height: 61px;
   z-index: 3;
   line-height: 60.76px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_25114954b0a5 {
   overflow: visible;
 }

 .container_0d8ff339bfb2 {
   padding: 0 0 0.75px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c58ffba56f15 {
   padding: 18.88px 0 0 0;
   width: 440px;
   height: 202.25px;
   z-index: 2;
   position: absolute !important;
   left: 80px;
   top: 160.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4634679eb8da {
   width: fit-content;
   z-index: 2;
   line-height: 25.2px;
   font-family: 'Jost';
 }

 .container_69c457b1ec4c {
   padding: 15.28px 0 28px 0;
   width: 440px;
   height: 144.28px;
   z-index: 2;
   position: absolute !important;
   left: 80px;
   top: 374.75px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_31624baf09c0 {
   width: fit-content;
   z-index: 2;
   line-height: 15.17px;
   font-family: 'Jost';
 }

 .container_bcd14a77c2e3 {
   padding: 16px 36px 16px 36px;
   width: 203px;
   height: 47px;
   z-index: 2;
   position: absolute !important;
   left: 80px;
   top: 531.5px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #c9a84c;
   border-radius: 2px 2px 2px 2px;
 }

 .container_wrapper_bcd14a77c2e3 {
   position: absolute !important;
   left: 80px;
   top: 531.5px;
   width: 203px;
   height: 47px;
   z-index: 2;
 }

 .container_nested_bcd14a77c2e3 {
   padding: 16px 36px 16px 36px;
   width: 203px;
   height: 47px;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #c9a84c;
   border-radius: 2px 2px 2px 2px;
 }

 .text_eded6fcf5b18 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 2;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_eded6fcf5b18 {
   overflow: visible;
 }

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

 .text_cb89679d6da2 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 2;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_cb89679d6da2 {
   overflow: visible;
 }

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

 .container_c1d9029ed555 {
   padding: 0 28px 0 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   border-right: 1px solid #c9a84c1f;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3ea5794032e8 {
   padding: 0 28px 0 0;
   width: 165.67px;
   height: 70.79px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_4ccc6cea6ff9 {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 2;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_4ccc6cea6ff9 {
   overflow: visible;
 }

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

 .text_1c3c2936cf0d {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 2;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_1c3c2936cf0d {
   overflow: visible;
 }

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

 .container_8c9fdde0f96a {
   padding: 0 28px 0 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   border-right: 1px solid #c9a84c1f;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9de86ad92b80 {
   padding: 0 28px 0 0;
   width: 165.67px;
   height: 70.79px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_53ffc404febd {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 2;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_53ffc404febd {
   overflow: visible;
 }

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

 .text_26ae778d0516 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 2;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_26ae778d0516 {
   overflow: visible;
 }

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

 .container_fab48b2a3f9f {
   width: 108.67px;
   height: 70.79px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_085c860bdc26 {
   padding: 32px 0 0 0;
   width: 440px;
   height: 103.79px;
   z-index: 2;
   border-top: 1px solid #c9a84c26;
   border-right: 0px solid #c9a84c26;
   border-bottom: 0px solid #c9a84c26;
   border-left: 0px solid #c9a84c26;
   position: absolute !important;
   left: 80px;
   top: 626.5px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_54617df8b35a {
   position: absolute !important;
   overflow: visible;
   width: 600px;
   height: 850.69px;
   max-width: 600px;
   z-index: 2;
   left: 0px;
   top: 54.66px;
 }

 .container_e44add9bfb15 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 960px;
   left: 0px;
   top: 4360.56px;
   background: #0e1c0a;
 }

 .text_f21c379a6a53 {
   width: fit-content;
   line-height: 14.45px;
   font-family: 'Jost';
 }

 .container_39e1f0e5a9b0 {
   width: 270px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_55d2371cb73d {
   width: 60px;
   height: 1.5px;
   flex-shrink: 0;
   background: #c9a84c;
 }

 .text_d78f92c1008b {
   width: fit-content;
   line-height: 59.16px;
   font-family: 'Cormorant Garamond';
 }

 .container_e5e5e24a9e78 {
   padding: 4px 0 0 0;
   width: 270px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_852b52a57b0b {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0570b0517854 {
   width: fit-content;
   line-height: 23.63px;
   font-family: 'Jost';
 }

 .container_3eff2141fe5c {
   padding: 0 0 0 8.67px;
   width: fit-content;
   height: fit-content;
   max-width: 380px;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4f86f621d388 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_bc9f646652e2 {
   width: fit-content;
   line-height: 40.46px;
   font-family: 'Jost';
 }

 .container_120cebb5be46 {
   width: 112px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a0221d7d24f2 {
   width: fit-content;
   line-height: 13.73px;
   font-family: 'Jost';
 }

 .container_d6730bcf07e5 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_62fbdc343fa7 {
   width: 542px;
   height: 410px;
   position: absolute !important;
   left: 0px;
   top: 16.01px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #243d19;
   border-radius: 3px 3px 3px 3px;
 }

 .text_74cb16509f78 {
   width: fit-content;
   line-height: 31.79px;
   font-family: 'Jost';
 }

 .container_57a7e4cfe5fc {
   width: 36px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ea0a8650331b {
   width: fit-content;
   line-height: 12.28px;
   font-family: 'Jost';
 }

 .container_feb688902dc0 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_336b5f6a1fd4 {
   width: 271px;
   height: 200px;
   position: absolute !important;
   left: 552px;
   top: 16.01px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #243d19;
   border-radius: 3px 3px 3px 3px;
 }

 .text_85c31db2ab96 {
   width: fit-content;
   line-height: 31.79px;
   font-family: 'Jost';
 }

 .container_c5c4ffd4f245 {
   width: 61px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_41ad1047088e {
   width: fit-content;
   line-height: 12.28px;
   font-family: 'Jost';
 }

 .container_b92fb9a3a976 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e400cab59e54 {
   width: 271px;
   height: 200px;
   position: absolute !important;
   left: 833px;
   top: 16.01px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #243d19;
   border-radius: 3px 3px 3px 3px;
 }

 .text_868f810af69f {
   width: fit-content;
   line-height: 31.79px;
   font-family: 'Jost';
 }

 .container_63c11687bf88 {
   width: 38px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_516c140e0770 {
   width: fit-content;
   line-height: 12.28px;
   font-family: 'Jost';
 }

 .container_d5165be56119 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_30ec9ea4241b {
   width: 271px;
   height: 200px;
   position: absolute !important;
   left: 552px;
   top: 226.01px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #243d19;
   border-radius: 3px 3px 3px 3px;
 }

 .text_98bd91f4be34 {
   width: fit-content;
   line-height: 31.79px;
   font-family: 'Jost';
 }

 .container_f59446dd7800 {
   width: 49px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_16b6ce244085 {
   width: fit-content;
   line-height: 12.28px;
   font-family: 'Jost';
 }

 .container_bc134907e131 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2eece5d48c41 {
   width: 271px;
   height: 200px;
   position: absolute !important;
   left: 833px;
   top: 226.01px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #243d19;
   border-radius: 3px 3px 3px 3px;
 }

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

 .text_b4b641ee7479 {
   width: fit-content;
   line-height: 31.79px;
   font-family: 'Jost';
 }

 .text_265e6c570d20 {
   width: fit-content;
   line-height: 15.4px;
   font-family: 'Jost';
 }

 .container_5ec05abeff18 {
   padding: 0 24px 0 0;
   width: 184px;
   height: 45px;
   border-right: 1px solid #c9a84c1a;
   position: absolute !important;
   left: 0px;
   top: 49px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3b14ce130889 {
   width: fit-content;
   line-height: 31.79px;
   font-family: 'Jost';
 }

 .text_94d7e0fb3c58 {
   width: fit-content;
   line-height: 15.4px;
   font-family: 'Jost';
 }

 .container_dc564b3c19c0 {
   padding: 0 24px 0 0;
   width: 184px;
   height: 45px;
   border-right: 1px solid #c9a84c1a;
   position: absolute !important;
   left: 184px;
   top: 49px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d2d0728a699b {
   width: fit-content;
   line-height: 31.79px;
   font-family: 'Jost';
 }

 .text_5908ab6e7d88 {
   width: fit-content;
   line-height: 15.4px;
   font-family: 'Jost';
 }

 .container_6757bd6c465b {
   padding: 0 24px 0 0;
   width: 184px;
   height: 45px;
   border-right: 1px solid #c9a84c1a;
   position: absolute !important;
   left: 368px;
   top: 49px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3330d6dc12b9 {
   width: fit-content;
   line-height: 31.79px;
   font-family: 'Jost';
 }

 .text_f071fddf01ff {
   width: fit-content;
   line-height: 15.4px;
   font-family: 'Jost';
 }

 .container_1ec2b59a9de8 {
   padding: 0 24px 0 0;
   width: 184px;
   height: 45px;
   border-right: 1px solid #c9a84c1a;
   position: absolute !important;
   left: 552px;
   top: 49px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f6bd97cec56a {
   width: fit-content;
   line-height: 31.79px;
   font-family: 'Jost';
 }

 .text_75280508c2b2 {
   width: fit-content;
   line-height: 15.4px;
   font-family: 'Jost';
 }

 .container_530ecc444e18 {
   padding: 0 24px 0 0;
   width: 184px;
   height: 45px;
   border-right: 1px solid #c9a84c1a;
   position: absolute !important;
   left: 736px;
   top: 49px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cf8969b56281 {
   width: fit-content;
   line-height: 31.79px;
   font-family: 'Jost';
 }

 .text_6e1d2161a150 {
   width: fit-content;
   line-height: 15.4px;
   font-family: 'Jost';
 }

 .container_2a3a7dc1b096 {
   padding: 0 24px 0 0;
   width: 184px;
   height: 45px;
   position: absolute !important;
   left: 920px;
   top: 49px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 7px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e6834cfcdd54 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 104.39px;
   flex-shrink: 0;
   border-right: 0px solid #c9a84c1f;
   border-bottom: 0px solid #c9a84c1f;
   border-left: 0px solid #c9a84c1f;
   box-shadow: inset 0 1px 0 0 #c9a84c1f;
 }

 .text_8c78fea278d3 {
   width: fit-content;
   line-height: 24.22px;
   font-family: 'Cormorant Garamond';
 }

 .container_a231a7575097 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_a231a7575097 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_a231a7575097 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e9c970700f46 {
   width: fit-content;
   line-height: 13.01px;
   font-family: 'Jost';
 }

 .container_82cd87a695e4 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_82cd87a695e4 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_82cd87a695e4 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b2755d245b2a {
   padding: 24px 32px 24px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #c9a84c33;
   border-right: 1px solid #c9a84c33;
   border-bottom: 1px solid #c9a84c33;
   border-left: 1px solid #c9a84c33;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #c9a84c14;
   border-radius: 3px 3px 3px 3px;
 }

 .container_964e29963925 {
   padding: 0 48px 0 48px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1200px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4937e1d99c49 {
   padding: 140px 360px 140px 360px;
   width: 1920px;
   height: 1206.9px;
   position: absolute !important;
   left: 0px;
   top: 5320.56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
 }

 .text_b93b2b73a586 {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 1;
   line-height: 14.45px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_b93b2b73a586 {
   overflow: visible;
 }

 .container_9ce8ffde68d5 {
   padding: 0 0 6px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e6afaf9a3f7 {
   width: 60px;
   height: 1.5px;
   flex-shrink: 0;
   z-index: 1;
   background: #c9a84c;
 }

 .text_73d91689359d {
   width: 100%;
   min-width: 0;
   height: 55px;
   z-index: 1;
   line-height: 54.6px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_73d91689359d {
   overflow: visible;
 }

 .container_a6d64ebf8b37 {
   padding: 25px 0 0.59px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8dd3941ebed9 {
   width: 100%;
   min-width: 0;
   height: 21px;
   z-index: 1;
   line-height: 20.59px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_8dd3941ebed9 {
   overflow: visible;
 }

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

 .text_45579be7d573 {
   width: 100%;
   min-width: 0;
   height: 130px;
   z-index: 1;
   line-height: 25.9px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_45579be7d573 {
   overflow: visible;
 }

 .container_cfcdaeddb1e6 {
   padding: 20.78px 0 0.67px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5c6a68b1499d {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_5c6a68b1499d {
   overflow: visible;
 }

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

 .text_37de1a73e3a2 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 1;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_37de1a73e3a2 {
   overflow: visible;
 }

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

 .container_7c4e26482eed {
   padding: 20px 24px 20px 24px;
   width: 243px;
   height: 110.8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.8px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
   border-radius: 3px 3px 3px 3px;
 }

 .text_2e1753040f5e {
   width: 100%;
   min-width: 0;
   height: 42px;
   z-index: 1;
   line-height: 42px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_2e1753040f5e {
   overflow: visible;
 }

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

 .text_d6fa53f5dca2 {
   width: 100%;
   min-width: 0;
   height: 26px;
   z-index: 1;
   line-height: 12.6px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_d6fa53f5dca2 {
   overflow: visible;
 }

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

 .container_80cb8e37cb4f {
   padding: 20px 24px 20px 24px;
   width: 243px;
   height: 110.8px;
   z-index: 1;
   position: absolute !important;
   left: 259px;
   top: 34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2.8px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
   border-radius: 3px 3px 3px 3px;
 }

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

 .container_2f191ae5105e {
   width: 5px;
   height: 5px;
   flex-shrink: 0;
   z-index: 1;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_619b4f36f713 {
   width: fit-content;
   z-index: 1;
   line-height: 18.06px;
   font-family: 'Jost';
 }

 .container_ed3cb968cf1f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f209515c936a {
   width: 5px;
   height: 5px;
   flex-shrink: 0;
   z-index: 1;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_699661c0aae2 {
   width: fit-content;
   z-index: 1;
   line-height: 18.06px;
   font-family: 'Jost';
 }

 .container_d357277a550d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_31416cc407f7 {
   width: 5px;
   height: 5px;
   flex-shrink: 0;
   z-index: 1;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_09a68bfa60c7 {
   width: fit-content;
   z-index: 1;
   line-height: 18.06px;
   font-family: 'Jost';
 }

 .container_f6f34354cbe0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7954fe6bbb47 {
   width: 5px;
   height: 5px;
   flex-shrink: 0;
   z-index: 1;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_6d0bf2377d68 {
   width: fit-content;
   z-index: 1;
   line-height: 18.06px;
   font-family: 'Jost';
 }

 .container_30c1259f2a62 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1302d5c6559e {
   width: 5px;
   height: 5px;
   flex-shrink: 0;
   z-index: 1;
   background: #c9a84c;
   border-radius: 50% 50% 50% 50%;
 }

 .text_c2ecb1f1f75d {
   width: fit-content;
   z-index: 1;
   line-height: 18.06px;
   font-family: 'Jost';
 }

 .container_ad4490a03eff {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4903087cc43b {
   padding: 34px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_212f051d95a7 {
   width: 502px;
   height: 619.73px;
   z-index: 1;
   position: absolute !important;
   left: 48px;
   top: 0.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_809416b1e298 {
   width: fit-content;
   z-index: 1;
   line-height: 34.68px;
   font-family: 'Jost';
 }

 .container_cd81ed0e48c1 {
   width: 64px;
   height: 64px;
   z-index: 1;
   border-top: 2px solid #c9a84c66;
   border-right: 2px solid #c9a84c66;
   border-bottom: 2px solid #c9a84c66;
   border-left: 2px solid #c9a84c66;
   position: absolute !important;
   left: 178.11px;
   top: 73.18px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .text_aeec9f43ed49 {
   width: fit-content;
   z-index: 1;
   line-height: 14.45px;
   font-family: 'Jost';
 }

 .container_9fff79df79e1 {
   width: 99px;
   height: 14px;
   z-index: 1;
   position: absolute !important;
   left: 160.61px;
   top: 149.18px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6559943a0f09 {
   width: 420px;
   height: 236.38px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(135deg, #243d19ff 0%, #0e1c0aff 100%);
   opacity: 0.6000000238418579;
 }

 .container_d081c1d2f7c5 {
   position: relative !important;
   overflow: visible;
   width: 420.22px;
   height: 236.38px;
   flex-shrink: 0;
   z-index: 1;
   background: #243d19;
   border-radius: 2px 2px 2px 2px;
 }

 .text_dee8066aa5ee {
   width: fit-content;
   z-index: 1;
   line-height: 27px;
   font-family: 'Cormorant Garamond';
 }

 .container_0bb89b626ff9 {
   padding: 0 0 0 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-left: 3px solid #c9a84cff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_253f709a111b {
   padding: 40px 40px 40px 40px;
   width: 502px;
   height: 421.37px;
   z-index: 1;
   position: absolute !important;
   left: 650px;
   top: 99.68px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 23.99px 0;
   display: flex !important;
   flex-direction: column;
   background: #1a2e12;
   border-radius: 3px 3px 3px 3px;
 }

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

 .container_abe6afa1019b {
   padding: 140px 360px 140px 360px;
   width: 1920px;
   height: 900.73px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 7343.23px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ede5d0;
 }

 .text_9008e461037a {
   width: fit-content;
   line-height: 14.45px;
   font-family: 'Jost';
 }

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

 .container_baa81370ffcb {
   width: 60px;
   height: 1.5px;
   flex-shrink: 0;
   background: #c9a84c;
 }

 .text_26a075dda576 {
   width: fit-content;
   line-height: 59.16px;
   font-family: 'Cormorant Garamond';
 }

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

 .text_a55406978843 {
   width: fit-content;
   line-height: 20.23px;
   font-family: 'Jost';
 }

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

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

 .text_2aa116bcc0d1 {
   width: fit-content;
   line-height: 14.45px;
   font-family: 'Jost';
 }

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

 .text_41c486cfeac2 {
   width: fit-content;
   line-height: 120px;
   font-family: 'Cormorant Garamond';
 }

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

 .text_62a9258da33d {
   width: fit-content;
   line-height: 24.22px;
   font-family: 'Cormorant Garamond';
 }

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

 .text_2b78f0190e82 {
   width: fit-content;
   line-height: 14.45px;
   font-family: 'Jost';
 }

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

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

 .text_75c44ae739d1 {
   width: 100%;
   min-width: 0;
   height: 12px;
   line-height: 11.56px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_75c44ae739d1 {
   overflow: visible;
 }

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

 .container_d306a56c1367 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   background: linear-gradient(90deg, #c9a84cff 0%, #e2c880ff 100%);
   border-radius: 2px 2px 2px 2px;
 }

 .container_4785b782056e {
   width: 100%;
   min-width: 0;
   height: 3px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff12;
   border-radius: 2px 2px 2px 2px;
 }

 .text_cefb865004d4 {
   width: 100%;
   min-width: 0;
   height: 18px;
   line-height: 18.16px;
   word-wrap: break-word;
   font-family: 'Cormorant Garamond';
 }

 .text_autoheight_cefb865004d4 {
   overflow: visible;
 }

 .text-8a5991b90814_cefb865004d4 {
   line-height: 18.16px;
   font-family: 'Cormorant Garamond';
 }

 .text-61e078a331b0_cefb865004d4 {
   line-height: 18.16px;
   font-family: 'Cormorant Garamond';
 }

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

 .container_41ef6e4d8b48 {
   padding: 24px 32px 24px 32px;
   width: 600px;
   height: fit-content;
   max-width: 600px;
   border-top: 1px solid #c9a84c26;
   border-right: 1px solid #c9a84c26;
   border-bottom: 1px solid #c9a84c26;
   border-left: 1px solid #c9a84c26;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff0a;
   border-radius: 3px 3px 3px 3px;
 }

 .text_cf7eea38ffb9 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_2b538ba93007 {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .text_fcd00e3f8d57 {
   width: 246.72px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.4px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_4e49a2da1fca {
   position: relative !important;
   overflow: visible;
   width: 246.33px;
   height: 17.39px;
   flex-shrink: 0;
 }

 .container_b684e9aa453e {
   padding: 20px 24px 20px 24px;
   width: 357.33px;
   height: 68px;
   border-top: 1px solid #c9a84c1a;
   border-right: 1px solid #c9a84c1a;
   border-bottom: 1px solid #c9a84c1a;
   border-left: 1px solid #c9a84c1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff08;
   border-radius: 3px 3px 3px 3px;
 }

 .container_wrapper_b684e9aa453e {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 357.33px;
   height: 68px;
 }

 .container_nested_b684e9aa453e {
   padding: 20px 24px 20px 24px;
   width: 357.33px;
   height: 68px;
   border-top: 1px solid #c9a84c1a;
   border-right: 1px solid #c9a84c1a;
   border-bottom: 1px solid #c9a84c1a;
   border-left: 1px solid #c9a84c1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff08;
   border-radius: 3px 3px 3px 3px;
 }

 .text_d23cc396ac36 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_7d66cf99acbc {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .text_1d79282d56db {
   width: 210.99px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.4px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_46fe3cbe7094 {
   position: relative !important;
   overflow: visible;
   width: 210.63px;
   height: 17.39px;
   flex-shrink: 0;
 }

 .container_f8377ead265e {
   padding: 20px 24px 20px 24px;
   width: 357.33px;
   height: 68px;
   border-top: 1px solid #c9a84c1a;
   border-right: 1px solid #c9a84c1a;
   border-bottom: 1px solid #c9a84c1a;
   border-left: 1px solid #c9a84c1a;
   position: absolute !important;
   left: 373.33px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff08;
   border-radius: 3px 3px 3px 3px;
 }

 .text_809225e3ba6e {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_41b22543345a {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .text_fad80e53ae5a {
   width: 233.17px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.4px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_fc2836e4f382 {
   position: relative !important;
   overflow: visible;
   width: 232.25px;
   height: 17.39px;
   flex-shrink: 0;
 }

 .container_2bd454d59bfa {
   padding: 20px 24px 20px 24px;
   width: 357.33px;
   height: 68px;
   border-top: 1px solid #c9a84c1a;
   border-right: 1px solid #c9a84c1a;
   border-bottom: 1px solid #c9a84c1a;
   border-left: 1px solid #c9a84c1a;
   position: absolute !important;
   left: 746.67px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff08;
   border-radius: 3px 3px 3px 3px;
 }

 .text_397f5c21d76f {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_53ca6a592be9 {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .text_448f680df924 {
   width: 229.22px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.4px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_b1b078ccb7cb {
   position: relative !important;
   overflow: visible;
   width: 228.84px;
   height: 17.39px;
   flex-shrink: 0;
 }

 .container_3a46eefdcfd7 {
   padding: 20px 24px 20px 24px;
   width: 357.33px;
   height: 76.78px;
   border-top: 1px solid #c9a84c1a;
   border-right: 1px solid #c9a84c1a;
   border-bottom: 1px solid #c9a84c1a;
   border-left: 1px solid #c9a84c1a;
   position: absolute !important;
   left: 0px;
   top: 84px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff08;
   border-radius: 3px 3px 3px 3px;
 }

 .container_wrapper_3a46eefdcfd7 {
   position: absolute !important;
   left: 0px;
   top: 84px;
   width: 357.33px;
   height: 76.78px;
 }

 .container_nested_3a46eefdcfd7 {
   padding: 20px 24px 20px 24px;
   width: 357.33px;
   height: 76.78px;
   border-top: 1px solid #c9a84c1a;
   border-right: 1px solid #c9a84c1a;
   border-bottom: 1px solid #c9a84c1a;
   border-left: 1px solid #c9a84c1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff08;
   border-radius: 3px 3px 3px 3px;
 }

 .text_58f87cd4754d {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_7f2376a9c24a {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .text_6fbd56e67cf5 {
   width: 220.46px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.4px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_be86789915f6 {
   position: relative !important;
   overflow: visible;
   width: 220.09px;
   height: 17.39px;
   flex-shrink: 0;
 }

 .container_b57c725a4124 {
   padding: 20px 24px 20px 24px;
   width: 357.33px;
   height: 76.78px;
   border-top: 1px solid #c9a84c1a;
   border-right: 1px solid #c9a84c1a;
   border-bottom: 1px solid #c9a84c1a;
   border-left: 1px solid #c9a84c1a;
   position: absolute !important;
   left: 373.33px;
   top: 84px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff08;
   border-radius: 3px 3px 3px 3px;
 }

 .container_wrapper_b57c725a4124 {
   position: absolute !important;
   left: 373.33px;
   top: 84px;
   width: 357.33px;
   height: 76.78px;
 }

 .container_nested_b57c725a4124 {
   padding: 20px 24px 20px 24px;
   width: 357.33px;
   height: 76.78px;
   border-top: 1px solid #c9a84c1a;
   border-right: 1px solid #c9a84c1a;
   border-bottom: 1px solid #c9a84c1a;
   border-left: 1px solid #c9a84c1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff08;
   border-radius: 3px 3px 3px 3px;
 }

 .text_dc8cc77316d5 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_06a98f1fdb1e {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
   border-top: 1px solid #c9a84c4d;
   border-right: 1px solid #c9a84c4d;
   border-bottom: 1px solid #c9a84c4d;
   border-left: 1px solid #c9a84c4d;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 50% 50% 50% 50%;
 }

 .text_a94e189fb595 {
   width: 202.31px;
   height: 35px;
   position: absolute !important;
   left: 0px;
   top: -0.81px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.4px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .container_5377851ca224 {
   position: relative !important;
   overflow: visible;
   width: 267.34px;
   height: 34.78px;
   flex-shrink: 0;
 }

 .container_11a7a9e07eee {
   padding: 20px 24px 20px 24px;
   width: 357.33px;
   height: 76.78px;
   border-top: 1px solid #c9a84c1a;
   border-right: 1px solid #c9a84c1a;
   border-bottom: 1px solid #c9a84c1a;
   border-left: 1px solid #c9a84c1a;
   position: absolute !important;
   left: 746.67px;
   top: 84px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff08;
   border-radius: 3px 3px 3px 3px;
 }

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

 .container_6fb5b950c46d {
   padding: 0 48px 0 48px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1200px;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d7aa35c9f822 {
   padding: 140px 360px 204px 360px;
   width: 1920px;
   height: 1252.28px;
   position: absolute !important;
   left: 0px;
   top: 8243.97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0e1c0a;
 }

 .container_d156f976be32 {
   width: 1920px;
   height: 842.77px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 50% 50%, #c9a84c12 0%, #c9a84c00 65%);
 }

 .text_1609b2716d2b {
   width: fit-content;
   z-index: 1;
   line-height: 14.45px;
   font-family: 'Jost';
 }

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

 .text_4f0f9007a7a3 {
   width: fit-content;
   z-index: 1;
   line-height: 65.28px;
   font-family: 'Cormorant Garamond';
 }

 .text_51ec3194c79f {
   width: fit-content;
   z-index: 2;
   line-height: 65.28px;
   font-family: 'Cormorant Garamond';
 }

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

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

 .text_229c7906849d {
   width: fit-content;
   z-index: 1;
   line-height: 24.5px;
   font-family: 'Jost';
 }

 .container_cc793d39f31c {
   padding: 12px 0 0 0;
   width: 480px;
   height: fit-content;
   max-width: 480px;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4c1f52f13d6d {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_4c1f52f13d6d {
   overflow: visible;
 }

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

 .input_text_38e9c60b7366 {
   padding: 14px 18px 14px 18px;
   width: 194px;
   height: 49px;
   z-index: 1;
   border-top: 1px solid #c9a84c33;
   border-right: 1px solid #c9a84c33;
   border-bottom: 1px solid #c9a84c33;
   border-left: 1px solid #c9a84c33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 2px 2px 2px 2px;
   font-family: 'Jost';
 }

 .wrapper_input_text_38e9c60b7366 {
   position: absolute !important;
   left: 0px;
   top: 40px;
   width: 194px;
   height: 49px;
 }

 .input_text_38e9c60b7366::placeholder {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 18.78px;
   text-align: start;
   word-wrap: break-word;
   color: #d4c9a859;
   font-family: 'Jost';
 }

 .text_e70f324cdb63 {
   width: 100%;
   min-width: 0;
   height: 19px;
   z-index: 1;
   line-height: 18.78px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_e70f324cdb63 {
   overflow: visible;
 }

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

 .container_201d64bc2868 {
   padding: 14px 18px 14px 18px;
   width: 194px;
   height: 49px;
   z-index: 1;
   border-top: 1px solid #c9a84c33;
   border-right: 1px solid #c9a84c33;
   border-bottom: 1px solid #c9a84c33;
   border-left: 1px solid #c9a84c33;
   position: absolute !important;
   left: 206px;
   top: 40px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff0f;
   border-radius: 2px 2px 2px 2px;
 }

 .container_wrapper_201d64bc2868 {
   position: absolute !important;
   left: 206px;
   top: 40px;
   width: 194px;
   height: 49px;
   z-index: 1;
 }

 .container_nested_201d64bc2868 {
   padding: 14px 18px 14px 18px;
   width: 194px;
   height: 49px;
   z-index: 1;
   border-top: 1px solid #c9a84c33;
   border-right: 1px solid #c9a84c33;
   border-bottom: 1px solid #c9a84c33;
   border-left: 1px solid #c9a84c33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff0f;
   border-radius: 2px 2px 2px 2px;
 }

 .text_406db3a5551f {
   width: fit-content;
   z-index: 1;
   line-height: 14.45px;
   font-family: 'Jost';
 }

 .container_1d9244da349b {
   padding: 17px 28px 17px 28px;
   width: 119px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 412px;
   top: 40px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #c9a84c;
   border-radius: 2px 2px 2px 2px;
 }

 .container_wrapper_1d9244da349b {
   position: absolute !important;
   left: 412px;
   top: 40px;
   width: 119px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_1d9244da349b {
   padding: 17px 28px 17px 28px;
   width: 119px;
   height: 48px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #c9a84c;
   border-radius: 2px 2px 2px 2px;
 }

 .container_410bb65cfee1 {
   position: relative !important;
   overflow: visible;
   width: 480px;
   height: 89px;
   max-width: 480px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_af3a0c154feb {
   width: fit-content;
   z-index: 1;
   line-height: 14.45px;
   font-family: 'Jost';
 }

 .container_f006a061ac55 {
   padding: 16px 0 48px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_f006a061ac55 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_f006a061ac55 {
   padding: 16px 0 48px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1d7405587e3e {
   width: fit-content;
   z-index: 1;
   line-height: 12.28px;
   font-family: 'Jost';
 }

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

 .text_2cc0dabffbd2 {
   width: fit-content;
   z-index: 1;
   line-height: 29.06px;
   font-family: 'Cormorant Garamond';
 }

 .container_402245b7dd47 {
   padding: 2px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a8dabc931916 {
   width: fit-content;
   z-index: 1;
   line-height: 15.9px;
   font-family: 'Jost';
 }

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

 .container_9727dd298567 {
   padding: 28px 32px 28px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #c9a84c33;
   border-right: 1px solid #c9a84c33;
   border-bottom: 1px solid #c9a84c33;
   border-left: 1px solid #c9a84c33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 3px 3px 3px 3px;
 }

 .container_7c250fb94337 {
   padding: 0 48px 0 48px;
   width: 680px;
   height: 562.77px;
   max-width: 680px;
   z-index: 1;
   position: absolute !important;
   left: 620px;
   top: 140px;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_94c9985685a0 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 842.77px;
   left: 0px;
   top: 9498.56px;
   background: #1a2e12;
 }

 .text_37eb43b78db1 {
   width: fit-content;
   line-height: 18px;
   font-family: 'Cormorant Garamond';
 }

 .container_9021686f298f {
   width: 127px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6ee01d45fbda {
   width: 100%;
   min-width: 0;
   height: 12px;
   line-height: 12.28px;
   word-wrap: break-word;
   font-family: 'Jost';
 }

 .text_autoheight_6ee01d45fbda {
   overflow: visible;
 }

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

 .container_8bc732bd9dea {
   padding: 3px 0 0 0;
   width: 127px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8906f5ffb04c {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_86ad7b169b68 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3f933c8c0ff6 {
   width: fit-content;
   line-height: 16.62px;
   font-family: 'Jost';
 }

 .container_fe721b9ed733 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_54603e2457ca {
   padding: 5px 0 2px 0;
   width: fit-content;
   height: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_904848c1a77f {
   width: fit-content;
   line-height: 16.62px;
   font-family: 'Jost';
 }

 .container_de2514b100b8 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_67697f514196 {
   padding: 5px 0 2px 0;
   width: fit-content;
   height: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_452de2388baf {
   width: fit-content;
   line-height: 16.62px;
   font-family: 'Jost';
 }

 .container_bfefe3967b20 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_1bede0846ebd {
   padding: 5px 0 2px 0;
   width: fit-content;
   height: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c0fa20b7a3c {
   width: fit-content;
   line-height: 16.62px;
   font-family: 'Jost';
 }

 .container_3c7626f341cc {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_f042f36e05f8 {
   padding: 5px 0 2px 0;
   width: fit-content;
   height: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4a6b0102e9e1 {
   width: fit-content;
   line-height: 16.62px;
   font-family: 'Jost';
 }

 .container_baf1d634124e {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_7e29c0e79929 {
   padding: 5px 0 2px 0;
   width: fit-content;
   height: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5c0e4b0c25e6 {
   width: fit-content;
   line-height: 16.62px;
   font-family: 'Jost';
 }

 .container_9ec6c5506036 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_ce36ff5b0fd7 {
   padding: 5px 0 2px 0;
   width: fit-content;
   height: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_28e425e975a7 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4ba3e9c367b7 {
   width: fit-content;
   line-height: 15.17px;
   font-family: 'Jost';
 }

 .container_0b101f86bd3d {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #c9a84c;
   border-radius: 2px 2px 2px 2px;
 }

 .container_wrapper_0b101f86bd3d {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_0b101f86bd3d {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #c9a84c;
   border-radius: 2px 2px 2px 2px;
 }

 .container_bdd6e828f02f {
   padding: 18px 48px 18px 48px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1440px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_9804ac4bf1bf {
   padding: 0 240px 0 240px;
   width: 1920px;
   height: 72px;
   border-bottom: 1px solid #c9a84c1f;
   position: absolute !important;
   left: 0px;
   top: 40px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0e1c0a;
 }

 .text_3464c5efa370 {
   width: fit-content;
   line-height: 16.95px;
   font-family: 'Cormorant Garamond';
 }

 .container_477b9857c7df {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_03e51ebe246d {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_1935c400c8a5 {
   width: fit-content;
   height: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f0371249c323 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_83f47e63dcba {
   width: fit-content;
   height: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fcdac585b92a {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_591ff9f6284e {
   width: fit-content;
   height: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6998f6052be0 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_232c41c5e027 {
   width: fit-content;
   height: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_98b9756bbcfa {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_727ca80c92a6 {
   width: fit-content;
   height: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e5760c874911 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_9613ecc23c50 {
   width: fit-content;
   height: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_48124481e023 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_da1974561e65 {
   width: fit-content;
   height: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8d2c1c438e6f {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_6fd5aaf2180e {
   width: fit-content;
   height: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7a9ffa95b1fe {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_76a768b2c0fe {
   width: fit-content;
   height: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e3bcdb6759b5 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_a834ef204ca5 {
   width: fit-content;
   height: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3f7abfa7a0ba {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d011dc84deb9 {
   width: fit-content;
   line-height: 15.9px;
   font-family: 'Jost';
 }

 .container_6baa67bda2da {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_af141f195d8c {
   position: fixed !important;
   padding: 10px 32.01px 10px 32px;
   width: 1920px;
   height: 38px;
   z-index: 9999;
   border-bottom: 1px solid #c9a84c33;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #0a0a08f5;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .viewport_9b31c2867a87 {
   width: 1920px;
   height: 11443.47px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #1a1a14;
 }