 /*
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?family=Inter:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("https://fonts.googleapis.com/css?display=swap&family=Montserrat:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("style-browsers-support.css");

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_a98aa83fe005 {
   width: 84px;
   height: 36px;
   flex-shrink: 0;
 }

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

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

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

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

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

 .imageview_f4def2c82093 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_57793024e143 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

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

 .container_9c230d2f401a {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_9c230d2f401a {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_2e76e2898883 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_2e76e2898883 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_1a2863829ff6 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1161e37d49b9 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_6612e6237dbe {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_6612e6237dbe {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .container_nested_6612e6237dbe {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_b900ef9d50f5 {
   overflow: visible;
 }

 .imageview_87215aa73fc3 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_e122e8e037ed {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e122e8e037ed {
   overflow: visible;
 }

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

 .text_autoheight_c111e89cbdab {
   overflow: visible;
 }

 .container_e329adca31ba {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_79fa3a7a6237 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8bacece86425 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_715b7e8f1080 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_715b7e8f1080 {
   overflow: visible;
 }

 .text_ca1ddccec085 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ca1ddccec085 {
   overflow: visible;
 }

 .container_b5de9e3e2222 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f8c4fed4de82 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4882845e23c3 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_ea8e2f38712f {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ea8e2f38712f {
   overflow: visible;
 }

 .text_1256957d86ab {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1256957d86ab {
   overflow: visible;
 }

 .container_4f087fdaed13 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e2de014f2129 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_99e9dbcae440 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_292fa8a37262 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_292fa8a37262 {
   overflow: visible;
 }

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

 .text_autoheight_eae63084e5dc {
   overflow: visible;
 }

 .container_768ecb020d99 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_752a36c21e4c {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_f104f113603d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_7a8afb2f71c5 {
   overflow: visible;
 }

 .imageview_87a2e6edbf47 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_e184b13fc895 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e184b13fc895 {
   overflow: visible;
 }

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

 .text_autoheight_6a0275d7d0c6 {
   overflow: visible;
 }

 .container_39f296048307 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8923dba24e59 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b18752541432 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_89c52519b827 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_89c52519b827 {
   overflow: visible;
 }

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

 .text_autoheight_e67f786a846e {
   overflow: visible;
 }

 .container_a63d2c71a256 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_aac82f130bb6 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_22be4b99b06f {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_5cfb8e2f0d5f {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5cfb8e2f0d5f {
   overflow: visible;
 }

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

 .text_autoheight_52647943a89c {
   overflow: visible;
 }

 .container_8c975ba30366 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e09ccdf003b {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_012b6482934b {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_9d87445a15fb {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9d87445a15fb {
   overflow: visible;
 }

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

 .text_autoheight_22b0b14daf60 {
   overflow: visible;
 }

 .container_f38731a258bb {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_efdbd2df09d0 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_cb3aa0ae0f1a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_786e32650253 {
   overflow: visible;
 }

 .imageview_835898c6a731 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_a985577dab8c {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a985577dab8c {
   overflow: visible;
 }

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

 .text_autoheight_0eb9d7c25702 {
   overflow: visible;
 }

 .container_bb944636852e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_18e224fb97e6 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d6c41873e4fa {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_4e9761bf289d {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4e9761bf289d {
   overflow: visible;
 }

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

 .text_autoheight_9952ca2a4771 {
   overflow: visible;
 }

 .container_8ccb3b0a5bb9 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f5a7dec3279e {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_cf9c3519276f {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_13a407212612 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_13a407212612 {
   overflow: visible;
 }

 .text_1e37e0d64e7b {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1e37e0d64e7b {
   overflow: visible;
 }

 .container_0f12494e9ebb {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c92aedffe24e {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8a05ca9ee32a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_72841272e68f {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_72841272e68f {
   overflow: visible;
 }

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

 .text_autoheight_163dc421b302 {
   overflow: visible;
 }

 .container_22ef39224c83 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_52700247e0ec {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_69f59856d9e6 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0707c3d96e23 {
   padding: 32px 32px 32px 64px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_b94e4dab8ac3 {
   overflow: visible;
 }

 .imageview_f54719382f0d {
   width: 160px;
   height: 107px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

 .text_34c865b64872 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_34c865b64872 {
   overflow: visible;
 }

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

 .text_autoheight_5d5f36c75b50 {
   overflow: visible;
 }

 .container_df44e8d9595f {
   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_3100c57f3734 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3909429b5114 {
   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;
 }

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

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

 .imageview_a819014e4eb4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_b983e8361144 {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_f3dcc2cee1e1 {
   padding: 32px 64px 32px 32px;
   width: 416px;
   height: 480px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

 .container_a3347bdd4839 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_f485c815bdd4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #00000026;
   border-right: 0px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 0px solid #00000026;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_7d110bc7fe54 {
   width: 100%;
   min-width: 0;
   height: 252px;
   line-height: 84px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_7d110bc7fe54 {
   overflow: visible;
 }

 .text_dc1b998fa394 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dc1b998fa394 {
   overflow: visible;
 }

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

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

 .container_b9e41b9da596 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_b9e41b9da596 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_47eaa0a6b350 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_47eaa0a6b350 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .imageview_18804c68a057 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.5625;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .container_d553fc0eb952 {
   padding: 112px 64px 112px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

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

 .text_ffcd604406ca {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_ffcd604406ca {
   overflow: visible;
 }

 .text_bdc2746a238d {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bdc2746a238d {
   overflow: visible;
 }

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

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

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

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

 .text_5a3e11b76da9 {
   width: 100%;
   min-width: 0;
   height: 240px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_5a3e11b76da9 {
   overflow: visible;
 }

 .text_0637991b2bf0 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0637991b2bf0 {
   overflow: visible;
 }

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

 .container_85e3024f1a9c {
   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_0d7e04e1e546 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_bc089af00c3c {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_bc089af00c3c {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_ce976a3cebd4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_21ac78686377 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_5585ffc42dd8 {
   padding: 48px 48px 48px 48px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_7eca9886ae7d {
   height: 970px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_e88898c1fa60 {
   width: 100%;
   min-width: 0;
   height: 105px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_e88898c1fa60 {
   overflow: visible;
 }

 .text_3d88cb3af94a {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3d88cb3af94a {
   overflow: visible;
 }

 .container_70f38d338e3b {
   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;
 }

 .container_270d8d577025 {
   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_7778a11a1bdb {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_8f7f41997f05 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_2d01461393e2 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_032704048589 {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_6a06a37f7d3f {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_6a06a37f7d3f {
   overflow: visible;
 }

 .text_da30fc44203d {
   width: 100%;
   min-width: 0;
   height: 81px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_da30fc44203d {
   overflow: visible;
 }

 .container_5ab026d765e9 {
   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;
 }

 .container_04edd1d598b7 {
   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_9dbd5907d365 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_750f6ab3ee74 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_55c3607a63ea {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_98975fa605d0 {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

 .text_80dac023670b {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_80dac023670b {
   overflow: visible;
 }

 .text_5d2f6598bc65 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5d2f6598bc65 {
   overflow: visible;
 }

 .container_5184df164011 {
   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;
 }

 .container_40ef51cab975 {
   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_da982e07cf0b {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_9ce2d88719c9 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_5085c8acf5d9 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_d667a81bceda {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_a021126734b2 {
   width: 100%;
   min-width: 0;
   height: 105px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a021126734b2 {
   overflow: visible;
 }

 .text_6d8a2a296311 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6d8a2a296311 {
   overflow: visible;
 }

 .container_c25b0667f54f {
   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;
 }

 .container_d779a77b8970 {
   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_f21ea85a9498 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_adb77f2396bb {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_233e2d834f62 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

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

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

 .container_5b7fa025409f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_41adf1c892e2 {
   padding: 112px 64px 112px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

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

 .text_1eb9b752d330 {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_1eb9b752d330 {
   overflow: visible;
 }

 .text_7901e798c4bd {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7901e798c4bd {
   overflow: visible;
 }

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

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

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

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

 .text_34b58bf67f79 {
   width: 100%;
   min-width: 0;
   height: 240px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_34b58bf67f79 {
   overflow: visible;
 }

 .text_5a8118bddae9 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5a8118bddae9 {
   overflow: visible;
 }

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

 .container_feb306b2e753 {
   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_5ab593ebdeed {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_95309d57ca42 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_95309d57ca42 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_e41175fe6bce {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_e5b21d3de21f {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_80153f8946ca {
   padding: 48px 48px 48px 48px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_c8a7dbba167c {
   height: 1164px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_c27105bbf830 {
   width: 100%;
   min-width: 0;
   height: 175px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c27105bbf830 {
   overflow: visible;
 }

 .text_abc70bfeb389 {
   width: 100%;
   min-width: 0;
   height: 81px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_abc70bfeb389 {
   overflow: visible;
 }

 .container_cec543fa4f2b {
   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;
 }

 .container_f1698b708da4 {
   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_641aef56f619 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_df834064111d {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_c315e540be44 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_682926f9753b {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_988b7550ff8c {
   width: 100%;
   min-width: 0;
   height: 175px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_988b7550ff8c {
   overflow: visible;
 }

 .text_1d36872d96b6 {
   width: 100%;
   min-width: 0;
   height: 81px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1d36872d96b6 {
   overflow: visible;
 }

 .container_17f547c36a38 {
   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;
 }

 .container_18a19d70b72e {
   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_939b64ff71cc {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_d3e78af6df57 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_345c83bbce01 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_77687152eaf3 {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

 .text_955253f10fd0 {
   width: 100%;
   min-width: 0;
   height: 105px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_955253f10fd0 {
   overflow: visible;
 }

 .text_0914907dc359 {
   width: 100%;
   min-width: 0;
   height: 81px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0914907dc359 {
   overflow: visible;
 }

 .container_6be3b680e2fe {
   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;
 }

 .container_d158e3c6be61 {
   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_a08542dd1fe3 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_46d9abd7581a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_a7a68d59e2f7 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_599964862573 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_141131c73146 {
   width: 100%;
   min-width: 0;
   height: 175px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_141131c73146 {
   overflow: visible;
 }

 .text_0ff20a61f6b8 {
   width: 100%;
   min-width: 0;
   height: 81px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0ff20a61f6b8 {
   overflow: visible;
 }

 .container_78467b9ebeb4 {
   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;
 }

 .container_5437e79bdb27 {
   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_93f31a3d35d7 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_880d13060a9f {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_ea0b588cc27b {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_aeaebeedf373 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_f46a92186c83 {
   padding: 112px 64px 112px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

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

 .text_0238b0d5a014 {
   width: 100%;
   min-width: 0;
   height: 120px;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0238b0d5a014 {
   overflow: visible;
 }

 .text_d31dc2e9aa4f {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d31dc2e9aa4f {
   overflow: visible;
 }

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

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

 .text_ac42f035c588 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_ac42f035c588 {
   overflow: visible;
 }

 .container_04ff5b544faa {
   padding: 24px 32px 24px 32px;
   height: 106px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 0px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 0px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: center;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0dd2ccd0fa7d {
   width: 100%;
   min-width: 0;
   height: 29px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0dd2ccd0fa7d {
   overflow: visible;
 }

 .container_2358b67dd3f3 {
   padding: 24px 32px 24px 32px;
   height: 106px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 0px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: center;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_2358b67dd3f3 {
   height: 106px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_nested_2358b67dd3f3 {
   padding: 24px 32px 24px 32px;
   height: 106px;
   border-top: 0px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: center;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_53280c512f79 {
   width: 100%;
   min-width: 0;
   height: 29px;
   z-index: 1;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_53280c512f79 {
   overflow: visible;
 }

 .container_14401cf1e4d5 {
   padding: 24px 32px 24px 32px;
   height: 106px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: center;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_98ca6aaefdad {
   width: 100%;
   min-width: 0;
   height: 29px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_98ca6aaefdad {
   overflow: visible;
 }

 .container_af07cbaa336f {
   padding: 24px 32px 24px 32px;
   height: 106px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 0px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: center;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_582aeb0f7cf5 {
   width: 100%;
   min-width: 0;
   height: 58px;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_582aeb0f7cf5 {
   overflow: visible;
 }

 .container_a799a64c5bc6 {
   padding: 24px 32px 24px 32px;
   height: 106px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 0px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: center;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_654754b4566c {
   width: 100%;
   min-width: 0;
   height: 58px;
   z-index: 1;
   line-height: 28.6px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_654754b4566c {
   overflow: visible;
 }

 .container_5953f4351c1e {
   padding: 24px 32px 24px 32px;
   height: 106px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-bottom: 1px solid #ffffff33;
   align-items: center;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_06ca03090f01 {
   height: auto !important;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   aspect-ratio: 1 / 1;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

 .text_37a6366beb68 {
   width: 100%;
   min-width: 0;
   height: 144px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_37a6366beb68 {
   overflow: visible;
 }

 .text_eca2b5f8f2fe {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eca2b5f8f2fe {
   overflow: visible;
 }

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

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

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

 .container_b62cc5cd1097 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_b62cc5cd1097 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_793971850b70 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_c1e44cf5547b {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_2c8ed1092ae1 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9471adc20701 {
   padding: 48px 48px 48px 48px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 80px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_3b2bcbb8c82d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_188803d796ac {
   padding: 112px 64px 112px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

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

 .text_c1a03fe47628 {
   width: 100%;
   min-width: 0;
   height: 120px;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c1a03fe47628 {
   overflow: visible;
 }

 .text_60358ea3ff62 {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_60358ea3ff62 {
   overflow: visible;
 }

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

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

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

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

 .text_cd2e8d1e3f13 {
   width: 100%;
   min-width: 0;
   height: 144px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_cd2e8d1e3f13 {
   overflow: visible;
 }

 .text_abbeaa55e572 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_abbeaa55e572 {
   overflow: visible;
 }

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

 .container_5764a81f150f {
   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_123c99ddeaa4 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_65ba3bf339b3 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_65ba3bf339b3 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_e98532809889 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_4fd31ceebfd3 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_5c22f7d30e99 {
   padding: 48px 48px 48px 48px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_7e5b79c69b76 {
   height: 962px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_f7ad97362752 {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f7ad97362752 {
   overflow: visible;
 }

 .text_cf9846d17ebc {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cf9846d17ebc {
   overflow: visible;
 }

 .container_7c2d7fa2eec1 {
   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;
 }

 .container_76e5112b5486 {
   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_cc212263bd38 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_bca0c5167ddc {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_701644efbaef {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_01b5e6ab5c79 {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_cf12f95101e4 {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_cf12f95101e4 {
   overflow: visible;
 }

 .text_337707c3dfec {
   width: 100%;
   min-width: 0;
   height: 81px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_337707c3dfec {
   overflow: visible;
 }

 .container_1acf4d454103 {
   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;
 }

 .container_bce544620f9c {
   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_40cdb7383d0d {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_0c9c2d912bd0 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_21800f4589dd {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_46468a90ecc1 {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

 .text_86beb2c3c571 {
   width: 100%;
   min-width: 0;
   height: 105px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_86beb2c3c571 {
   overflow: visible;
 }

 .text_1a4ee1d83477 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1a4ee1d83477 {
   overflow: visible;
 }

 .container_fd92413c4062 {
   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;
 }

 .container_4705d93e134c {
   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_50966ecd6c75 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_de2e3285d449 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_b43cf026e478 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_307cb8142cff {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_062aa5f7b6c5 {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_062aa5f7b6c5 {
   overflow: visible;
 }

 .text_54e64399557d {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_54e64399557d {
   overflow: visible;
 }

 .container_2575052281da {
   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;
 }

 .container_5f07084aa349 {
   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_ec365f43fabc {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_f629f25018e9 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_e28702666fe1 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_49f331fb36be {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_fc43136d5205 {
   padding: 112px 64px 112px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

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

 .text_1ca9a27ad0eb {
   width: 100%;
   min-width: 0;
   height: 60px;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_1ca9a27ad0eb {
   overflow: visible;
 }

 .text_d629d4156e94 {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d629d4156e94 {
   overflow: visible;
 }

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

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

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

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

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

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

 .text_031327b2f2bd {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_031327b2f2bd {
   overflow: visible;
 }

 .text_5052d1beb67e {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5052d1beb67e {
   overflow: visible;
 }

 .container_d187ea53de9d {
   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;
 }

 .container_3aed71a6693f {
   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_dde66a629f01 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_df56bf50b0e4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_ea03d20dd97a {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .container_d966cf480832 {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

 .text_4e59f6b9b1b1 {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_4e59f6b9b1b1 {
   overflow: visible;
 }

 .text_d6c9d54277f7 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d6c9d54277f7 {
   overflow: visible;
 }

 .container_ffcd429e9987 {
   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;
 }

 .container_c1fca17816ae {
   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_8d1f11bc0560 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_78eeb7bff5fb {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_8732617dd6fc {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .container_f2e1c365a820 {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .text_d5461c51fc74 {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_d5461c51fc74 {
   overflow: visible;
 }

 .text_661ba34fe280 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_661ba34fe280 {
   overflow: visible;
 }

 .container_f4cd2c1f0516 {
   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;
 }

 .container_685a21d57231 {
   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_c822ba9601b4 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_2925fedafbc8 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_66dc47115ec7 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .container_d96e7b1d5bb4 {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

 .text_7eb6d7a8b370 {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_7eb6d7a8b370 {
   overflow: visible;
 }

 .text_1d7d5b8ed809 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1d7d5b8ed809 {
   overflow: visible;
 }

 .container_cdc01c3f7236 {
   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;
 }

 .container_c9201af812f5 {
   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_ccca0159664b {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_aedfd634bc4c {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_cb804dffdd35 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .container_436b5bd9e7a4 {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

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

 .text_f7bc11e09238 {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f7bc11e09238 {
   overflow: visible;
 }

 .text_f8cf93a8ef11 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f8cf93a8ef11 {
   overflow: visible;
 }

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

 .container_e1ed54cd71f0 {
   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_c6fda9f40fed {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_26200a1d5a70 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_26200a1d5a70 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_324fd098f3f1 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_0cfe142870ba {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_41f0a1c465b6 {
   padding: 48px 48px 48px 48px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4aa290d34093 {
   height: 900px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

 .container_f67095b77a67 {
   padding: 112px 64px 112px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

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

 .text_c4ad6f8cfd7f {
   width: 100%;
   min-width: 0;
   height: 120px;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c4ad6f8cfd7f {
   overflow: visible;
 }

 .text_a9ed2b13f898 {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a9ed2b13f898 {
   overflow: visible;
 }

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

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

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

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

 .text_21526b456a83 {
   width: 100%;
   min-width: 0;
   height: 144px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_21526b456a83 {
   overflow: visible;
 }

 .text_7e32e3a92acb {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7e32e3a92acb {
   overflow: visible;
 }

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

 .container_fabbd815ec42 {
   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_cd080782f77b {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_ae4c11d670eb {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_ae4c11d670eb {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .imageview_864942daff31 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_889f748311f7 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_e0c2df4a9291 {
   padding: 48px 48px 48px 48px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: flex-start;
   justify-content: center;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_aaec296256d0 {
   height: 900px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_a3d391d36d03 {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a3d391d36d03 {
   overflow: visible;
 }

 .text_e9bdbda4caab {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e9bdbda4caab {
   overflow: visible;
 }

 .container_16a179cfd458 {
   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;
 }

 .container_43149728c81e {
   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_c6f75fd65ed8 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_1c88dc150dd7 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_d7365a674a29 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_e0e6e981ffd1 {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_03f4e4727f56 {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_03f4e4727f56 {
   overflow: visible;
 }

 .text_219a264f14bb {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_219a264f14bb {
   overflow: visible;
 }

 .container_39a3be1ddc7f {
   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;
 }

 .container_d62bb4d456bf {
   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_6d9c85b33dd2 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_233565b86fe9 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_76bdbe8e8b77 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_144e5e2732e7 {
   width: 304px;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

 .text_4924f911b8df {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_4924f911b8df {
   overflow: visible;
 }

 .text_ab670037b755 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ab670037b755 {
   overflow: visible;
 }

 .container_77dfcf5265d0 {
   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;
 }

 .container_f5a8222d5292 {
   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_9bb89409ee5a {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_461aa68aa49d {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_7586c9829455 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_64efc08cd947 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .text_54009190ce17 {
   width: 100%;
   min-width: 0;
   height: 70px;
   line-height: 35.2px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_54009190ce17 {
   overflow: visible;
 }

 .text_1cb68d434e23 {
   width: 100%;
   min-width: 0;
   height: 54px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1cb68d434e23 {
   overflow: visible;
 }

 .container_77574d5a3a5c {
   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;
 }

 .container_cdc3cf6141b7 {
   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_498b2b4eed50 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_195bf046cec6 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_e4b94a9ac214 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

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

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

 .container_bd6a12549781 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

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

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

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

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

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

 .container_bde190b8c9d1 {
   padding: 112px 64px 112px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .text_d65cf427a888 {
   width: 100%;
   min-width: 0;
   height: 120px;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_d65cf427a888 {
   overflow: visible;
 }

 .text_ff118b66fd39 {
   width: 100%;
   min-width: 0;
   height: 30px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ff118b66fd39 {
   overflow: visible;
 }

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

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

 .container_9eec91f38ebd {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_9eec91f38ebd {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_749cde7c6738 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_749cde7c6738 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .imageview_5d3f9ed72d8d {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.5765625;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .container_36f99a972769 {
   padding: 112px 64px 112px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .text_12d66f1bca0c {
   width: 100%;
   min-width: 0;
   height: 168px;
   line-height: 84px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_12d66f1bca0c {
   overflow: visible;
 }

 .text_deabfc836e36 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_deabfc836e36 {
   overflow: visible;
 }

 .container_1b958d148620 {
   height: fit-content;
   max-width: 768px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_ba378483b9eb {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_ba378483b9eb {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_b034ca45ae28 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_b034ca45ae28 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .line_e74e6552e033 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_977c5af8e3cb {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_977c5af8e3cb {
   overflow: visible;
 }

 .text_c8fc8e9a0f02 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c8fc8e9a0f02 {
   overflow: visible;
 }

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

 .text_17a0b247aee0 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_17a0b247aee0 {
   overflow: visible;
 }

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

 .text_831435fbb5da {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_831435fbb5da {
   overflow: visible;
 }

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

 .text_a27487b053ab {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a27487b053ab {
   overflow: visible;
 }

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

 .text_12a2698e483b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_12a2698e483b {
   overflow: visible;
 }

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

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

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

 .text_d80873f4255a {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d80873f4255a {
   overflow: visible;
 }

 .text_bd7ee7dbd6f7 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bd7ee7dbd6f7 {
   overflow: visible;
 }

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

 .text_375146963a56 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_375146963a56 {
   overflow: visible;
 }

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

 .text_d60b513204e7 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d60b513204e7 {
   overflow: visible;
 }

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

 .text_43286282a47e {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_43286282a47e {
   overflow: visible;
 }

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

 .text_a06f3690b420 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a06f3690b420 {
   overflow: visible;
 }

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

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

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

 .text_5844f7236922 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5844f7236922 {
   overflow: visible;
 }

 .text_1491e2377ccf {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1491e2377ccf {
   overflow: visible;
 }

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

 .text_6b6c1eba343a {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6b6c1eba343a {
   overflow: visible;
 }

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

 .text_26f2d2c0dce3 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_26f2d2c0dce3 {
   overflow: visible;
 }

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

 .text_98143cf4c544 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_98143cf4c544 {
   overflow: visible;
 }

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

 .text_06e300a58e25 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_06e300a58e25 {
   overflow: visible;
 }

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

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

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

 .text_e6e53573390a {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e6e53573390a {
   overflow: visible;
 }

 .text_3de6cd2eb4fd {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3de6cd2eb4fd {
   overflow: visible;
 }

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

 .text_4091cba5705a {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4091cba5705a {
   overflow: visible;
 }

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

 .text_5f38bdcf2fc1 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5f38bdcf2fc1 {
   overflow: visible;
 }

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

 .text_853d22abdd50 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_853d22abdd50 {
   overflow: visible;
 }

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

 .text_13bc7935b426 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_13bc7935b426 {
   overflow: visible;
 }

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

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

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

 .text_b67b4fd2b05d {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b67b4fd2b05d {
   overflow: visible;
 }

 .text_00540a128319 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_00540a128319 {
   overflow: visible;
 }

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

 .text_af52367b343b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_af52367b343b {
   overflow: visible;
 }

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

 .text_321bf26bf744 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_321bf26bf744 {
   overflow: visible;
 }

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

 .text_0203c73f7135 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0203c73f7135 {
   overflow: visible;
 }

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

 .text_2c18f5aaeae3 {
   height: 72px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2c18f5aaeae3 {
   overflow: visible;
 }

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

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

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

 .container_wrapper_19e75c455d12 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

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

 .text_c87f2d12cb71 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c87f2d12cb71 {
   overflow: visible;
 }

 .text_66994760ce2b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_66994760ce2b {
   overflow: visible;
 }

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

 .text_102049a86811 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_102049a86811 {
   overflow: visible;
 }

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

 .text_faa028284fa3 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_faa028284fa3 {
   overflow: visible;
 }

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

 .text_8888ab969f3a {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8888ab969f3a {
   overflow: visible;
 }

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

 .text_596cea20f91f {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_596cea20f91f {
   overflow: visible;
 }

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

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

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

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

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

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

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

 .imageview_a8638650fe21 {
   width: 63px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_a8638650fe21 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_7edc0333613d {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_a7fe682d9d90 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_84cf43af7133 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_2ccb6cc572d9 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_5acd0965cc52 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

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

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

 .line_239c085d3e44 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

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

 .imageview_3deffd6c7490 {
   width: 168px;
   height: 24px;
 }

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

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

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

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

 .container_4cbe89913048 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

 .imageview_1e91fc22c926 {
   width: 84px;
   height: 36px;
   flex-shrink: 0;
 }

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

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

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

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

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

 .imageview_0e42038ffd3c {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_f75c179da0b0 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

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

 .container_bbd2e35cb284 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_bbd2e35cb284 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_89ee87110e91 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_89ee87110e91 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_60a3306c3332 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2d69bf7b88c3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_35bcd57af453 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_35bcd57af453 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .container_nested_35bcd57af453 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_da2374070e2d {
   overflow: visible;
 }

 .imageview_b9ec5c1c239f {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_a55c75a6e9c0 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a55c75a6e9c0 {
   overflow: visible;
 }

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

 .text_autoheight_51538ac0ea11 {
   overflow: visible;
 }

 .container_4ec057f989e3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ebb85924e826 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ccb2da1242c4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_0adad872757f {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0adad872757f {
   overflow: visible;
 }

 .text_db6af6f7d47a {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_db6af6f7d47a {
   overflow: visible;
 }

 .container_2235a804dc4e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3aae0328d205 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e7868dfacc67 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_efc1ade87373 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_efc1ade87373 {
   overflow: visible;
 }

 .text_7952a655b621 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7952a655b621 {
   overflow: visible;
 }

 .container_02f64f25717c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_45c108038eff {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ad1988b1baaf {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_b9c4b765da3f {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b9c4b765da3f {
   overflow: visible;
 }

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

 .text_autoheight_32736d58a14b {
   overflow: visible;
 }

 .container_8a93f932ba09 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e2088ce3b54c {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_582a694052b8 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_10119a5ec91e {
   overflow: visible;
 }

 .imageview_2d4015afff04 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_f86c3aaab6ab {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f86c3aaab6ab {
   overflow: visible;
 }

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

 .text_autoheight_d216e4f37271 {
   overflow: visible;
 }

 .container_8b039b2a86cd {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_67536a9458d0 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a958898cc55c {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_cd7a29ecee4a {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cd7a29ecee4a {
   overflow: visible;
 }

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

 .text_autoheight_f0e5fc817e7b {
   overflow: visible;
 }

 .container_2a75409abd68 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dd23a4efd6b7 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f1575b100b16 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_f7c24fec30f9 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f7c24fec30f9 {
   overflow: visible;
 }

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

 .text_autoheight_4e6281b7451b {
   overflow: visible;
 }

 .container_5be63e80560f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_adca66e0f87a {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d92bbea59c93 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_8c3228c26f55 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8c3228c26f55 {
   overflow: visible;
 }

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

 .text_autoheight_d46371e56b0e {
   overflow: visible;
 }

 .container_36c601ba0b21 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2aad74f39df7 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_db03a7010eda {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_448d3a3f32bb {
   overflow: visible;
 }

 .imageview_bba608edd0c4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_16167c9998dc {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_16167c9998dc {
   overflow: visible;
 }

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

 .text_autoheight_64b4383154a2 {
   overflow: visible;
 }

 .container_51b0c5b32d8a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_50a6e0f8a1ad {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_17e15f49981c {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_52f83d65b868 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_52f83d65b868 {
   overflow: visible;
 }

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

 .text_autoheight_b459d7350458 {
   overflow: visible;
 }

 .container_87c39ef4f380 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3279c9086ebd {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d5a9d20959d5 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_c038c45bf1ea {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c038c45bf1ea {
   overflow: visible;
 }

 .text_56678d0752e7 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_56678d0752e7 {
   overflow: visible;
 }

 .container_91eab5ba2a3b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_624b87947f82 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_49e2918c10ae {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_4eded8428698 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4eded8428698 {
   overflow: visible;
 }

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

 .text_autoheight_e32f8f160314 {
   overflow: visible;
 }

 .container_a736ea9ba066 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_adeb3cd20b66 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_d5dfc836cbd5 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_77ef26bfcfc0 {
   padding: 32px 32px 32px 64px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_d06aee41a8ee {
   overflow: visible;
 }

 .imageview_3cec76c5c772 {
   width: 160px;
   height: 107px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

 .text_adb528d8c801 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_adb528d8c801 {
   overflow: visible;
 }

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

 .text_autoheight_b6fdc983a79b {
   overflow: visible;
 }

 .container_791e556d34c4 {
   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_1b1e46911273 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_066208f25225 {
   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;
 }

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

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

 .imageview_c79141b51d74 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_ee0ecb77c649 {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_534fd49117df {
   padding: 32px 64px 32px 32px;
   width: 416px;
   height: 480px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

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

 .container_7a930a963487 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #00000026;
   border-right: 0px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 0px solid #00000026;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_8b14d8aa7882 {
   width: 100%;
   min-width: 0;
   height: 168px;
   line-height: 84px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_8b14d8aa7882 {
   overflow: visible;
 }

 .text_858f59430af7 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_858f59430af7 {
   overflow: visible;
 }

 .container_7902c9fd6a83 {
   height: fit-content;
   max-width: 768px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_3369e713fc92 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_3369e713fc92 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_9bc17d9c2c4c {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_9bc17d9c2c4c {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .line_f4a62a5d6e44 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_0d7844d53c5d {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0d7844d53c5d {
   overflow: visible;
 }

 .text_9137fc8688b3 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9137fc8688b3 {
   overflow: visible;
 }

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

 .text_f8a42355f372 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f8a42355f372 {
   overflow: visible;
 }

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

 .text_23511c7b0075 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_23511c7b0075 {
   overflow: visible;
 }

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

 .text_9aa8ec4ef7d6 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9aa8ec4ef7d6 {
   overflow: visible;
 }

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

 .text_dbed40fd0272 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dbed40fd0272 {
   overflow: visible;
 }

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

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

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

 .text_83a81031375b {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_83a81031375b {
   overflow: visible;
 }

 .text_6994d274e5d7 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6994d274e5d7 {
   overflow: visible;
 }

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

 .text_7eca954f3f42 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7eca954f3f42 {
   overflow: visible;
 }

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

 .text_d266af49603d {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d266af49603d {
   overflow: visible;
 }

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

 .text_0825d213996c {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0825d213996c {
   overflow: visible;
 }

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

 .text_f841241285e7 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f841241285e7 {
   overflow: visible;
 }

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

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

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

 .text_ce4fa590d9d6 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ce4fa590d9d6 {
   overflow: visible;
 }

 .text_ca70706a09ce {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ca70706a09ce {
   overflow: visible;
 }

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

 .text_c40c25670a9c {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c40c25670a9c {
   overflow: visible;
 }

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

 .text_96fabd024605 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_96fabd024605 {
   overflow: visible;
 }

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

 .text_ed41128ac80b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ed41128ac80b {
   overflow: visible;
 }

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

 .text_5140c91a6b4b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5140c91a6b4b {
   overflow: visible;
 }

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

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

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

 .text_eda98308ef33 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eda98308ef33 {
   overflow: visible;
 }

 .text_86789a5be9d9 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_86789a5be9d9 {
   overflow: visible;
 }

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

 .text_cf20e6b133a6 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cf20e6b133a6 {
   overflow: visible;
 }

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

 .text_a637e7a5d795 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a637e7a5d795 {
   overflow: visible;
 }

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

 .text_14b36420f0d1 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_14b36420f0d1 {
   overflow: visible;
 }

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

 .text_4c737e6fa4b0 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4c737e6fa4b0 {
   overflow: visible;
 }

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

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

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

 .text_97a55bbf8940 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_97a55bbf8940 {
   overflow: visible;
 }

 .text_4ce01b170e68 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4ce01b170e68 {
   overflow: visible;
 }

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

 .text_6850fec7ce26 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6850fec7ce26 {
   overflow: visible;
 }

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

 .text_d60b64a2ed5e {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d60b64a2ed5e {
   overflow: visible;
 }

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

 .text_8217f9dcd69f {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8217f9dcd69f {
   overflow: visible;
 }

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

 .text_b16b086fd460 {
   height: 72px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b16b086fd460 {
   overflow: visible;
 }

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

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

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

 .container_wrapper_42616396b75f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

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

 .text_1b219ef77e8b {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1b219ef77e8b {
   overflow: visible;
 }

 .text_2426d1647d8c {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2426d1647d8c {
   overflow: visible;
 }

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

 .text_160281ac2ce8 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_160281ac2ce8 {
   overflow: visible;
 }

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

 .text_dbd9d81d4c1e {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dbd9d81d4c1e {
   overflow: visible;
 }

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

 .text_d27151a35f0a {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d27151a35f0a {
   overflow: visible;
 }

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

 .text_444af01efbd2 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_444af01efbd2 {
   overflow: visible;
 }

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

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

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

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

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

 .imageview_840625660d79 {
   width: 63px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_840625660d79 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_a93418bde66e {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_705d7dc1a830 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_f7dbab69fc43 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_0d64fe1f6db6 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_45c6cd459720 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

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

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

 .line_10ea808dd607 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

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

 .imageview_4a98ee467cab {
   width: 168px;
   height: 24px;
 }

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

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

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

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

 .container_1055d9e624f9 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

 .container_nested_1055d9e624f9 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

 .imageview_f23116efa3a7 {
   width: 84px;
   height: 36px;
   flex-shrink: 0;
 }

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

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

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

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

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

 .imageview_45d39b4852e3 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_0f0b21cac767 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

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

 .container_1ce47f70d61c {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_1ce47f70d61c {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_45ab2c72ca23 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_45ab2c72ca23 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_c90f0cb7ac6d {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1ae2105e8e96 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_49dde0f45256 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_49dde0f45256 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .container_nested_49dde0f45256 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_c7ad5e0821ac {
   overflow: visible;
 }

 .imageview_2c8b6d40af15 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_1d8d7b3356e3 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1d8d7b3356e3 {
   overflow: visible;
 }

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

 .text_autoheight_0833f31666d2 {
   overflow: visible;
 }

 .container_5a72060ec73d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7a9cc888625a {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d98a2df3b7be {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_9ebd83a84b03 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9ebd83a84b03 {
   overflow: visible;
 }

 .text_c8de1db59127 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c8de1db59127 {
   overflow: visible;
 }

 .container_3218634157ce {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f4d642423999 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8fd9164e69bb {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_05e9cc75f473 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_05e9cc75f473 {
   overflow: visible;
 }

 .text_1aed5c85134d {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1aed5c85134d {
   overflow: visible;
 }

 .container_c37e3c48eb91 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2659bf8df807 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_db777d474d19 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_e8d1fa51de0e {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e8d1fa51de0e {
   overflow: visible;
 }

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

 .text_autoheight_35393969f1b5 {
   overflow: visible;
 }

 .container_0c56472103cf {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4f21ef4ad47a {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_ff766e1fe21f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_87443c134837 {
   overflow: visible;
 }

 .imageview_fa0f0b09b879 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_d7e28c4dacdc {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d7e28c4dacdc {
   overflow: visible;
 }

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

 .text_autoheight_e6a2689c7f83 {
   overflow: visible;
 }

 .container_230f5aae8fac {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b3cb5226e87 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e8d67d09de05 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_3f24042fc6c7 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3f24042fc6c7 {
   overflow: visible;
 }

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

 .text_autoheight_ee3a7b99fe46 {
   overflow: visible;
 }

 .container_c8c47080f4a7 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_df8c05d44b3b {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_833bdcf219d4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_44a3b992651c {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_44a3b992651c {
   overflow: visible;
 }

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

 .text_autoheight_2b49b0ee6044 {
   overflow: visible;
 }

 .container_762515f53d0f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_724b14bfa72f {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_dc2283a5e042 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_350c34ff202f {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_350c34ff202f {
   overflow: visible;
 }

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

 .text_autoheight_417cc36e9d86 {
   overflow: visible;
 }

 .container_403fcfb19937 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a081fc3c6fe5 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_9050679d9eb4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_d9c4dfb8b2f2 {
   overflow: visible;
 }

 .imageview_e13763022b50 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_f8c836d55aee {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f8c836d55aee {
   overflow: visible;
 }

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

 .text_autoheight_878522f97db8 {
   overflow: visible;
 }

 .container_150d36b665aa {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d048eda8dbda {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1bf3d5c436ae {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_ae311f6b385b {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ae311f6b385b {
   overflow: visible;
 }

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

 .text_autoheight_e2fa9f4910c2 {
   overflow: visible;
 }

 .container_ec2b7aa7b7ef {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_506bc3d8a96a {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_091b9cb6de3c {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_c83c2e484645 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c83c2e484645 {
   overflow: visible;
 }

 .text_5c6162c9ce39 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5c6162c9ce39 {
   overflow: visible;
 }

 .container_815a9a06fa3d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b46bd2c0687 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_02e1bad5ffa2 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_da07cd2cc9c0 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_da07cd2cc9c0 {
   overflow: visible;
 }

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

 .text_autoheight_b33a8259caac {
   overflow: visible;
 }

 .container_79f8ad00dbe9 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_968ed568960e {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_951c8a6091b3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_abd366d168aa {
   padding: 32px 32px 32px 64px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_4161d6fdd63a {
   overflow: visible;
 }

 .imageview_52319bf185dd {
   width: 160px;
   height: 107px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

 .text_0b8110042cdb {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0b8110042cdb {
   overflow: visible;
 }

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

 .text_autoheight_cd3c56205c61 {
   overflow: visible;
 }

 .container_36fadcc29a55 {
   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_9a1eb9316a86 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_8df7f7f4cc56 {
   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;
 }

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

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

 .imageview_dcb15c52d238 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_354f1419ee21 {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_c7dd93c1a239 {
   padding: 32px 64px 32px 32px;
   width: 416px;
   height: 480px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

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

 .container_7bed6240993a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #00000026;
   border-right: 0px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 0px solid #00000026;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_237f221ebe9d {
   width: 100%;
   min-width: 0;
   height: 168px;
   line-height: 84px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_237f221ebe9d {
   overflow: visible;
 }

 .text_8653f0294958 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8653f0294958 {
   overflow: visible;
 }

 .container_cb16d9dfa6ff {
   height: fit-content;
   max-width: 768px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_b8ca476a91ec {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_b8ca476a91ec {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_7c7348bc6f4b {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_7c7348bc6f4b {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .line_ff80ddf79c61 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_b2459f9f4818 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b2459f9f4818 {
   overflow: visible;
 }

 .text_79f0cdfb9c70 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_79f0cdfb9c70 {
   overflow: visible;
 }

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

 .text_4f5e166add4e {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4f5e166add4e {
   overflow: visible;
 }

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

 .text_7645a981d933 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7645a981d933 {
   overflow: visible;
 }

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

 .text_228122e28734 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_228122e28734 {
   overflow: visible;
 }

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

 .text_663b0489e11d {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_663b0489e11d {
   overflow: visible;
 }

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

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

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

 .text_c68fc4d2e197 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c68fc4d2e197 {
   overflow: visible;
 }

 .text_1aa6f049cc74 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1aa6f049cc74 {
   overflow: visible;
 }

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

 .text_fb0c94e3349f {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fb0c94e3349f {
   overflow: visible;
 }

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

 .text_4f753976551f {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4f753976551f {
   overflow: visible;
 }

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

 .text_ef3d0a1db06b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ef3d0a1db06b {
   overflow: visible;
 }

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

 .text_4c61a2a5aaca {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4c61a2a5aaca {
   overflow: visible;
 }

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

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

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

 .text_bdba4c7e6e74 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bdba4c7e6e74 {
   overflow: visible;
 }

 .text_e7ba6a5fd1ac {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e7ba6a5fd1ac {
   overflow: visible;
 }

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

 .text_2262a95b0bca {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2262a95b0bca {
   overflow: visible;
 }

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

 .text_fafdc81c3665 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fafdc81c3665 {
   overflow: visible;
 }

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

 .text_3a2c6e655816 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3a2c6e655816 {
   overflow: visible;
 }

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

 .text_e16aa696ba0c {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e16aa696ba0c {
   overflow: visible;
 }

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

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

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

 .text_e93e7afbfc81 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e93e7afbfc81 {
   overflow: visible;
 }

 .text_814fbf41cc70 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_814fbf41cc70 {
   overflow: visible;
 }

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

 .text_82580b85fceb {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_82580b85fceb {
   overflow: visible;
 }

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

 .text_f0f274d60077 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f0f274d60077 {
   overflow: visible;
 }

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

 .text_123d02878ba2 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_123d02878ba2 {
   overflow: visible;
 }

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

 .text_de571ce2efaf {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_de571ce2efaf {
   overflow: visible;
 }

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

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

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

 .text_8ab1cf424778 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8ab1cf424778 {
   overflow: visible;
 }

 .text_876590350727 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_876590350727 {
   overflow: visible;
 }

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

 .text_cbac97e14721 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cbac97e14721 {
   overflow: visible;
 }

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

 .text_ff280791e26a {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ff280791e26a {
   overflow: visible;
 }

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

 .text_ad272d4f53dc {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ad272d4f53dc {
   overflow: visible;
 }

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

 .text_16e184592a82 {
   height: 72px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_16e184592a82 {
   overflow: visible;
 }

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

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

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

 .container_wrapper_b8b64c990a38 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

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

 .text_2cd1e4dcedce {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2cd1e4dcedce {
   overflow: visible;
 }

 .text_3a6315ed9242 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3a6315ed9242 {
   overflow: visible;
 }

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

 .text_bf60848dab44 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bf60848dab44 {
   overflow: visible;
 }

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

 .text_e2fc60d6b59f {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e2fc60d6b59f {
   overflow: visible;
 }

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

 .text_ba09aa02d19e {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ba09aa02d19e {
   overflow: visible;
 }

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

 .text_51de7c91f9d1 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_51de7c91f9d1 {
   overflow: visible;
 }

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

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

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

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

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

 .imageview_482842ca0f79 {
   width: 63px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_482842ca0f79 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_3813878b9724 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_cdcc26c485fe {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_a2cf07f7f137 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_9d6c4b0e8096 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_a3dabfab94cc {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

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

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

 .line_577e33936806 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

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

 .imageview_333abd815bb5 {
   width: 168px;
   height: 24px;
 }

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

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

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

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

 .container_d0566fd3e849 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

 .container_nested_d0566fd3e849 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

 .imageview_f9ece19f38b0 {
   width: 84px;
   height: 36px;
   flex-shrink: 0;
 }

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

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

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

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

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

 .imageview_cf85a996f238 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_794676ca24e0 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

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

 .container_04532a3be4f5 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_04532a3be4f5 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_5abc01ebc8a4 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_5abc01ebc8a4 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_f3955236d6c0 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8fa20a37f32e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_e2018a9daac5 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_e2018a9daac5 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .container_nested_e2018a9daac5 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_fe5f4d20d55e {
   overflow: visible;
 }

 .imageview_f8991b704fc3 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_89ddb84b70f5 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_89ddb84b70f5 {
   overflow: visible;
 }

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

 .text_autoheight_3a3c9d6cf9b9 {
   overflow: visible;
 }

 .container_7d5cfbbae5aa {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7957a8ccf26c {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2e671acd10c2 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_6a8b28938312 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6a8b28938312 {
   overflow: visible;
 }

 .text_e055d45faac0 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e055d45faac0 {
   overflow: visible;
 }

 .container_7989a86a0cc1 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b3d1f22292f6 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9909862199d4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_79ba59ccbde7 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_79ba59ccbde7 {
   overflow: visible;
 }

 .text_b486a57c036e {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b486a57c036e {
   overflow: visible;
 }

 .container_813d023e3f91 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c4b92b288b65 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6b5fba6920fb {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_eaff49779ac8 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eaff49779ac8 {
   overflow: visible;
 }

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

 .text_autoheight_9e5a461132c5 {
   overflow: visible;
 }

 .container_f7ddea72eb1b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b6e0204aaf96 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_1235d1a2f894 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_a74c8e8ca8a0 {
   overflow: visible;
 }

 .imageview_0d35ec4449cb {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_3cb2d37ab33a {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3cb2d37ab33a {
   overflow: visible;
 }

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

 .text_autoheight_12e16249fa84 {
   overflow: visible;
 }

 .container_888ffa54ffa1 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2b5345230a7c {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b42fe7d8091a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_3f382cacf9b1 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3f382cacf9b1 {
   overflow: visible;
 }

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

 .text_autoheight_44358b92e37d {
   overflow: visible;
 }

 .container_d360f4193c19 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e3b3038c0fca {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_42e994e2f871 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_a32abafa37d2 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a32abafa37d2 {
   overflow: visible;
 }

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

 .text_autoheight_71b14d1f146b {
   overflow: visible;
 }

 .container_b50c6c461a44 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_16b202a3c7f9 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_55132ed43cfb {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_9d8da4db06fc {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9d8da4db06fc {
   overflow: visible;
 }

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

 .text_autoheight_36a7b618ac68 {
   overflow: visible;
 }

 .container_22c574a51ef4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3ee19ec599ba {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_06a28fa9211b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_7abdcc4d600e {
   overflow: visible;
 }

 .imageview_b77082712f46 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_a9e0bc518e10 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a9e0bc518e10 {
   overflow: visible;
 }

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

 .text_autoheight_62fccfa51a33 {
   overflow: visible;
 }

 .container_ef43171cc972 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_afd6402616ec {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a68a8c1b9a74 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_955abc5dc84b {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_955abc5dc84b {
   overflow: visible;
 }

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

 .text_autoheight_4633cdf7cbf6 {
   overflow: visible;
 }

 .container_7acad511ee86 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d0d984025706 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b1d608b6aae0 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_b65576f404d5 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b65576f404d5 {
   overflow: visible;
 }

 .text_2ab189ecefa4 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ab189ecefa4 {
   overflow: visible;
 }

 .container_29b08fb33878 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_454c4c15cf9a {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a70c654b4f0a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_ea8a9c56cf0c {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ea8a9c56cf0c {
   overflow: visible;
 }

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

 .text_autoheight_b29e55764dd5 {
   overflow: visible;
 }

 .container_68517dfeb1da {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1a85fd03ecf6 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_a2afa18055f6 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a256d9ee84d1 {
   padding: 32px 32px 32px 64px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_01090d5936f3 {
   overflow: visible;
 }

 .imageview_9e7355558833 {
   width: 160px;
   height: 107px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

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

 .text_113d3aa9f1df {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_113d3aa9f1df {
   overflow: visible;
 }

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

 .text_autoheight_d2cf31311046 {
   overflow: visible;
 }

 .container_5ae9a999733d {
   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_a4e761ef1619 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_74ed24063a6c {
   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;
 }

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

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

 .imageview_bb831e4e2f49 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_b37bfdf6adc0 {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_5a179c066851 {
   padding: 32px 64px 32px 32px;
   width: 416px;
   height: 480px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

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

 .container_14d481d887ce {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #00000026;
   border-right: 0px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 0px solid #00000026;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_933725b478b7 {
   width: 100%;
   min-width: 0;
   height: 168px;
   line-height: 84px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_933725b478b7 {
   overflow: visible;
 }

 .text_af8410331a9e {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_af8410331a9e {
   overflow: visible;
 }

 .container_38599c443818 {
   height: fit-content;
   max-width: 768px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_d3528c760651 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_d3528c760651 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_ec21647763ba {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_ec21647763ba {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

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

 .line_fe1b5b0e6b3b {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_e7dbb119647f {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e7dbb119647f {
   overflow: visible;
 }

 .text_e14f6632274c {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e14f6632274c {
   overflow: visible;
 }

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

 .text_0b4bd648f54e {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0b4bd648f54e {
   overflow: visible;
 }

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

 .text_2617ee7cf848 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2617ee7cf848 {
   overflow: visible;
 }

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

 .text_32b20e09c47a {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_32b20e09c47a {
   overflow: visible;
 }

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

 .text_6aff9c4744ee {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6aff9c4744ee {
   overflow: visible;
 }

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

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

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

 .text_af01cb57d6fc {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_af01cb57d6fc {
   overflow: visible;
 }

 .text_c66544c948e4 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c66544c948e4 {
   overflow: visible;
 }

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

 .text_c0c99945b30d {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c0c99945b30d {
   overflow: visible;
 }

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

 .text_8caa08e94e5d {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8caa08e94e5d {
   overflow: visible;
 }

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

 .text_4af4f898da0e {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4af4f898da0e {
   overflow: visible;
 }

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

 .text_2332e57d9937 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2332e57d9937 {
   overflow: visible;
 }

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

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

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

 .text_1a9bf7f5300a {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1a9bf7f5300a {
   overflow: visible;
 }

 .text_0a87cf2f37d3 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0a87cf2f37d3 {
   overflow: visible;
 }

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

 .text_ca1ed78591d4 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ca1ed78591d4 {
   overflow: visible;
 }

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

 .text_05a712c9a0b9 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_05a712c9a0b9 {
   overflow: visible;
 }

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

 .text_f489b334459a {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f489b334459a {
   overflow: visible;
 }

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

 .text_e94c22976d05 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e94c22976d05 {
   overflow: visible;
 }

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

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

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

 .text_6aef186a58b3 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6aef186a58b3 {
   overflow: visible;
 }

 .text_b0bd718c2e7a {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b0bd718c2e7a {
   overflow: visible;
 }

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

 .text_4b9c4490b74e {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4b9c4490b74e {
   overflow: visible;
 }

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

 .text_4aab7d13174d {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4aab7d13174d {
   overflow: visible;
 }

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

 .text_06dff41cecda {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_06dff41cecda {
   overflow: visible;
 }

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

 .text_5119f0fc0c0b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5119f0fc0c0b {
   overflow: visible;
 }

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

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

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

 .text_5c9eea8fc56e {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5c9eea8fc56e {
   overflow: visible;
 }

 .text_46fbde6f2655 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_46fbde6f2655 {
   overflow: visible;
 }

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

 .text_77ef9a41c114 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_77ef9a41c114 {
   overflow: visible;
 }

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

 .text_d3757c037d69 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d3757c037d69 {
   overflow: visible;
 }

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

 .text_c1f53d14ccaf {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c1f53d14ccaf {
   overflow: visible;
 }

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

 .text_949c8264b982 {
   height: 72px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_949c8264b982 {
   overflow: visible;
 }

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

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

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

 .container_wrapper_c24716cf50f7 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

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

 .text_4bbb8645ad48 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4bbb8645ad48 {
   overflow: visible;
 }

 .text_b9d1d653cb00 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b9d1d653cb00 {
   overflow: visible;
 }

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

 .text_0c98327357dd {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0c98327357dd {
   overflow: visible;
 }

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

 .text_925cbaaeeaa6 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_925cbaaeeaa6 {
   overflow: visible;
 }

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

 .text_faf843bff676 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_faf843bff676 {
   overflow: visible;
 }

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

 .text_23159000f354 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_23159000f354 {
   overflow: visible;
 }

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

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

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

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

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

 .imageview_2db542a17ecc {
   width: 63px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_2db542a17ecc img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_015c41487312 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_e1b16ce7144e {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_1a0bb5805d9c {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_8c1dcc22ead9 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

 .imageview_0da4c27f221a {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

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

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

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

 .line_ed50c3147a9c {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

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

 .imageview_6f92a8fd1c48 {
   width: 168px;
   height: 24px;
 }

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

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

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

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

 .container_75e1052459f4 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

 .container_nested_75e1052459f4 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

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

 .imageview_554049176729 {
   width: 84px;
   height: 36px;
   flex-shrink: 0;
 }

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

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

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

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

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

 .imageview_01754a79e7f2 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_ad16dc0ea49b {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

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

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

 .container_567f63f4d0ea {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_567f63f4d0ea {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_87bb5bab2474 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_d651790136ac {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_d651790136ac {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_d651790136ac {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_c07499c8e802 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_eebc90b0a47a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_7ca9233bf147 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_7ca9233bf147 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .container_nested_7ca9233bf147 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_60544e782dd2 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_60544e782dd2 {
   overflow: visible;
 }

 .imageview_c364a19da3c3 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_c364a19da3c3 img {
   width: 100%;
   height: 100%;
 }

 .text_2e18416b68ca {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2e18416b68ca {
   overflow: visible;
 }

 .text_72687becb57f {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_72687becb57f {
   overflow: visible;
 }

 .container_200c68ec5745 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b929907348e2 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e00ec1c329b2 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_e00ec1c329b2 img {
   width: 100%;
   height: 100%;
 }

 .text_41b03a49804e {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_41b03a49804e {
   overflow: visible;
 }

 .text_e637400ac1f5 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e637400ac1f5 {
   overflow: visible;
 }

 .container_14648bfb4557 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b397553f921e {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_377710e9a243 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_377710e9a243 img {
   width: 100%;
   height: 100%;
 }

 .text_5ff41ac30a9e {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5ff41ac30a9e {
   overflow: visible;
 }

 .text_6493934e5c35 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6493934e5c35 {
   overflow: visible;
 }

 .container_9130439aacbe {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_876a2dc270e9 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_83d509c57ecf {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_83d509c57ecf img {
   width: 100%;
   height: 100%;
 }

 .text_63414986b044 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_63414986b044 {
   overflow: visible;
 }

 .text_2de80c812287 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2de80c812287 {
   overflow: visible;
 }

 .container_311c28a00ebb {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1686d04dd510 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_47ada7f134cb {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd8c270df2e7 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_608ef75149b6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_608ef75149b6 {
   overflow: visible;
 }

 .imageview_eadc488693a1 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_eadc488693a1 img {
   width: 100%;
   height: 100%;
 }

 .text_63c8dc3011ac {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_63c8dc3011ac {
   overflow: visible;
 }

 .text_2ffd43266811 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ffd43266811 {
   overflow: visible;
 }

 .container_9c3f40d51ce3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_45189017c71a {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_23dc6cae5f3f {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_23dc6cae5f3f img {
   width: 100%;
   height: 100%;
 }

 .text_138c920452c1 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_138c920452c1 {
   overflow: visible;
 }

 .text_4b871b4ca8b1 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4b871b4ca8b1 {
   overflow: visible;
 }

 .container_da1aa4b32b52 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_df8256e4f5c0 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_887bd98c55bb {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_887bd98c55bb img {
   width: 100%;
   height: 100%;
 }

 .text_d153194a65a4 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d153194a65a4 {
   overflow: visible;
 }

 .text_9105d8cb03bd {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9105d8cb03bd {
   overflow: visible;
 }

 .container_9e5b95692b89 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2a63cfa5556f {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_18d35fae8f38 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_18d35fae8f38 img {
   width: 100%;
   height: 100%;
 }

 .text_cc05eb5843cb {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cc05eb5843cb {
   overflow: visible;
 }

 .text_3694b1d64ac9 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3694b1d64ac9 {
   overflow: visible;
 }

 .container_b47af852ef5c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0a18bb8ad23 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_27206a2186c5 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_20187e39fb60 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f6c036f77e29 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f6c036f77e29 {
   overflow: visible;
 }

 .imageview_6f0a4603f9f2 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_6f0a4603f9f2 img {
   width: 100%;
   height: 100%;
 }

 .text_d17f10ab9747 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d17f10ab9747 {
   overflow: visible;
 }

 .text_861dbba3bcfe {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_861dbba3bcfe {
   overflow: visible;
 }

 .container_c7a82a4d2fd2 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_25653dc85e18 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_077f2736ed47 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_077f2736ed47 img {
   width: 100%;
   height: 100%;
 }

 .text_b5316f66ddc2 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b5316f66ddc2 {
   overflow: visible;
 }

 .text_0394506fa9dd {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0394506fa9dd {
   overflow: visible;
 }

 .container_ec37ccc63ee2 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c144318f275b {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f093fd62dc2d {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_f093fd62dc2d img {
   width: 100%;
   height: 100%;
 }

 .text_f569d18d7fcf {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f569d18d7fcf {
   overflow: visible;
 }

 .text_1ac0d37e48d1 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1ac0d37e48d1 {
   overflow: visible;
 }

 .container_b268dcd7fa60 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3f5901b56137 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9eac1ce2afd4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_9eac1ce2afd4 img {
   width: 100%;
   height: 100%;
 }

 .text_9b62c342fb4d {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9b62c342fb4d {
   overflow: visible;
 }

 .text_7b718dcfade0 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7b718dcfade0 {
   overflow: visible;
 }

 .container_bd69bb9e7d7c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba87eb2118be {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8eb52fae9bd2 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f3866086ae48 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aff414a15e94 {
   padding: 32px 32px 32px 64px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_eb1b945631e6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eb1b945631e6 {
   overflow: visible;
 }

 .imageview_8381b278255f {
   width: 160px;
   height: 107px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_8381b278255f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_f10224c44c02 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f10224c44c02 {
   overflow: visible;
 }

 .text_66d0f6d8185a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_66d0f6d8185a {
   overflow: visible;
 }

 .container_390abdeec4b2 {
   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_2c584a701e6b {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_dba9b20e48fd {
   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;
 }

 .container_bbb2abffa72c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6933d99f33b5 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_f50b7a3f5367 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_f50b7a3f5367 img {
   width: 100%;
   height: 100%;
 }

 .container_a43204bcfa6d {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_4af0d8a6998b {
   padding: 32px 64px 32px 32px;
   width: 416px;
   height: 480px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

 .container_866586f9a596 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_0bad021b5c3b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #00000026;
   border-right: 0px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 0px solid #00000026;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_034bc7e91cab {
   width: 100%;
   min-width: 0;
   height: 168px;
   line-height: 84px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_034bc7e91cab {
   overflow: visible;
 }

 .text_dddbe10c3eb7 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dddbe10c3eb7 {
   overflow: visible;
 }

 .container_b32c727d176d {
   height: fit-content;
   max-width: 768px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b1cccbef9435 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_5f99ee5f3f74 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_5f99ee5f3f74 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_5f99ee5f3f74 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_d831efc76b8d {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_048be371a381 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_048be371a381 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_048be371a381 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_21002e33a7aa {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_aa77c4473b3a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .line_281b4f411c8d {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_ec125daf0670 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ec125daf0670 {
   overflow: visible;
 }

 .text_d2dd6acc4d53 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d2dd6acc4d53 {
   overflow: visible;
 }

 .container_4dcde2157d05 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_fd2c2ab61637 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fd2c2ab61637 {
   overflow: visible;
 }

 .container_fa5e7bb5ea17 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_672644eace69 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_672644eace69 {
   overflow: visible;
 }

 .container_7a73fdceff80 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cb11606022b9 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cb11606022b9 {
   overflow: visible;
 }

 .container_dfbd22da9144 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_788e433367cf {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_788e433367cf {
   overflow: visible;
 }

 .container_ea36e646a531 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_69d8cdeef5f9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c066bcbda9f5 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8be7ad4a3569 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8be7ad4a3569 {
   overflow: visible;
 }

 .text_e724c1c94714 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e724c1c94714 {
   overflow: visible;
 }

 .container_6fddb0319b20 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_381b7a2e4839 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_381b7a2e4839 {
   overflow: visible;
 }

 .container_5888ab3535aa {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1c8a01890e11 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1c8a01890e11 {
   overflow: visible;
 }

 .container_2d3c101dfa0f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d36951a2afba {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d36951a2afba {
   overflow: visible;
 }

 .container_f3429b9beef9 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c5ea3e340138 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c5ea3e340138 {
   overflow: visible;
 }

 .container_743a0a3cdf4b {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_e148973edb91 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ac13ea0f99e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_120f027a894f {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_120f027a894f {
   overflow: visible;
 }

 .text_f8e14b840894 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f8e14b840894 {
   overflow: visible;
 }

 .container_ffac64bd12a6 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d8b90c72072b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d8b90c72072b {
   overflow: visible;
 }

 .container_2c88d3ec9933 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5421e25c35a5 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5421e25c35a5 {
   overflow: visible;
 }

 .container_a25e0af46bbf {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_510be417eb47 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_510be417eb47 {
   overflow: visible;
 }

 .container_1a5969f93d31 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f8d5e3fadad4 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f8d5e3fadad4 {
   overflow: visible;
 }

 .container_4c94b8367ea2 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_b0f660a7c2f4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e612cd904aaa {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9d8d3ee12fb1 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9d8d3ee12fb1 {
   overflow: visible;
 }

 .text_60e066b88c3c {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_60e066b88c3c {
   overflow: visible;
 }

 .container_0b12ae98dac4 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_65ee7bc2037e {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_65ee7bc2037e {
   overflow: visible;
 }

 .container_cd5b4da1c3ba {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6f1dd658e653 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6f1dd658e653 {
   overflow: visible;
 }

 .container_5946e1dd5645 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0f46ab235a55 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0f46ab235a55 {
   overflow: visible;
 }

 .container_52276ff82de6 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_de600336ca1f {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_de600336ca1f {
   overflow: visible;
 }

 .container_321826d22851 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_3f5af563f8a5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5f92b9ae09d7 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c38a95aa5554 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c38a95aa5554 {
   overflow: visible;
 }

 .text_18e266e70a6b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_18e266e70a6b {
   overflow: visible;
 }

 .container_8c430617f040 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c0550c2b8db3 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c0550c2b8db3 {
   overflow: visible;
 }

 .container_ab57012d8ce7 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_dbb1713a73fa {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dbb1713a73fa {
   overflow: visible;
 }

 .container_d87a1ff70fdd {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9abc19ac25a1 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9abc19ac25a1 {
   overflow: visible;
 }

 .container_a9cf926bae90 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2785c365c9bc {
   height: 72px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2785c365c9bc {
   overflow: visible;
 }

 .container_ef79b6699b13 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_b273e71d7c99 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fcb050439eb9 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_fcb050439eb9 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_nested_fcb050439eb9 {
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_dc445b1b7139 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dc445b1b7139 {
   overflow: visible;
 }

 .text_0e6113d5308a {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0e6113d5308a {
   overflow: visible;
 }

 .container_1800721b8871 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_38dd63f770ab {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_38dd63f770ab {
   overflow: visible;
 }

 .container_7047035e91a6 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7ccc033d0576 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7ccc033d0576 {
   overflow: visible;
 }

 .container_ea913102edce {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_af63caa540c0 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_af63caa540c0 {
   overflow: visible;
 }

 .container_72da54c3cdac {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5d740a753563 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5d740a753563 {
   overflow: visible;
 }

 .container_582bc03bd61d {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_db92926dd487 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a14b74d9fa97 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b52440d72ef5 {
   width: 100%;
   min-width: 0;
   height: 217px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_14619b1dc864 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_624a2939b390 {
   width: 63px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_624a2939b390 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_965cdda11599 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_965cdda11599 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_e0e6e39c4a4d {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_e0e6e39c4a4d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_8c299f0a69da {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_8c299f0a69da img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_1b8889b8f407 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_1b8889b8f407 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_cd2e73c03d27 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_cd2e73c03d27 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_5ae6fdd43557 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_a94c4c684e19 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .line_0a0b57f8f071 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_e332edafc759 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_eb450148ec96 {
   width: 168px;
   height: 24px;
 }

 .imageview_eb450148ec96 img {
   width: 100%;
   height: 100%;
 }

 .container_247b9d12873a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_3ef62b670741 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_42be87c79b99 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f96dc6fe1026 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .container_wrapper_f96dc6fe1026 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_f96dc6fe1026 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .viewport_ca2e234644e4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b6f4e2a98822 {
   width: 84px;
   height: 36px;
   flex-shrink: 0;
 }

 .imageview_b6f4e2a98822 img {
   width: 100%;
   height: 100%;
 }

 .text_33dd916c2387 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .text_f2a1ba71d361 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .text_874f9c7f4696 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .text_cb6b49f87825 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_ed5e14f41052 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_ed5e14f41052 img {
   width: 100%;
   height: 100%;
 }

 .container_c4e6201640be {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_46ac70f8c189 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_50268d0e091f {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_50268d0e091f {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_50268d0e091f {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_25cbefb15173 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_98ca8d4da890 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_98ca8d4da890 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_98ca8d4da890 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_596c9dd7cc7d {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_7ea1768582ed {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_7ea1768582ed {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_7ea1768582ed {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_23961a5e65c6 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1c4375006539 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_6f8360882ba5 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_6f8360882ba5 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .container_nested_6f8360882ba5 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_87fb315a63f1 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_87fb315a63f1 {
   overflow: visible;
 }

 .imageview_c3e233fd3ac2 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_c3e233fd3ac2 img {
   width: 100%;
   height: 100%;
 }

 .text_07f13bb18cfe {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_07f13bb18cfe {
   overflow: visible;
 }

 .text_399f79ffc46e {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_399f79ffc46e {
   overflow: visible;
 }

 .container_0b8a28ebc550 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e5c222f3f36 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8c76c15d2e82 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_8c76c15d2e82 img {
   width: 100%;
   height: 100%;
 }

 .text_8224bebda0d8 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8224bebda0d8 {
   overflow: visible;
 }

 .text_93df5aecbe5a {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_93df5aecbe5a {
   overflow: visible;
 }

 .container_fdf4df1cd78e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_16dbf9a89b44 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d3f994bb75e0 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_d3f994bb75e0 img {
   width: 100%;
   height: 100%;
 }

 .text_4e1f66587481 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4e1f66587481 {
   overflow: visible;
 }

 .text_1826cc5e8c02 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1826cc5e8c02 {
   overflow: visible;
 }

 .container_84f43c434c62 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_90567f0ca5a6 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b126583a419d {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_b126583a419d img {
   width: 100%;
   height: 100%;
 }

 .text_17fb9aa932c4 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_17fb9aa932c4 {
   overflow: visible;
 }

 .text_37847b08c647 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_37847b08c647 {
   overflow: visible;
 }

 .container_955caa71ea0d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cdbf9d5a1e86 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c4258b37390d {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_de50130e7820 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8547091433a4 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8547091433a4 {
   overflow: visible;
 }

 .imageview_54eb1b88a21e {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_54eb1b88a21e img {
   width: 100%;
   height: 100%;
 }

 .text_7f61f203e4d3 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7f61f203e4d3 {
   overflow: visible;
 }

 .text_c5dad35a966a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c5dad35a966a {
   overflow: visible;
 }

 .container_7b13afd622f4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0448430153e {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_51cccb498dd9 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_51cccb498dd9 img {
   width: 100%;
   height: 100%;
 }

 .text_f1f27b918a4f {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f1f27b918a4f {
   overflow: visible;
 }

 .text_db225fe82858 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_db225fe82858 {
   overflow: visible;
 }

 .container_46b5618c5ce7 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba1a355136ff {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b3d62523bcc0 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_b3d62523bcc0 img {
   width: 100%;
   height: 100%;
 }

 .text_6ee229ce2c99 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6ee229ce2c99 {
   overflow: visible;
 }

 .text_55146ebe82ef {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_55146ebe82ef {
   overflow: visible;
 }

 .container_56adf9567bb6 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_31e0a75c95e1 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5be64e2a5632 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_5be64e2a5632 img {
   width: 100%;
   height: 100%;
 }

 .text_1182caf40a97 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1182caf40a97 {
   overflow: visible;
 }

 .text_7ba28483cc15 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7ba28483cc15 {
   overflow: visible;
 }

 .container_7a4844506651 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_511e091b64d2 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_420c811b3374 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c6a47f3ab5b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_7721ad336055 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7721ad336055 {
   overflow: visible;
 }

 .imageview_b552d6f78ebd {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_b552d6f78ebd img {
   width: 100%;
   height: 100%;
 }

 .text_8fd7bee52ce6 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8fd7bee52ce6 {
   overflow: visible;
 }

 .text_1b9a5fcf7523 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1b9a5fcf7523 {
   overflow: visible;
 }

 .container_ddf6bd907693 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7a44c04f52af {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_3f5d34acdcdb {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_3f5d34acdcdb img {
   width: 100%;
   height: 100%;
 }

 .text_5ef5f78b8596 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5ef5f78b8596 {
   overflow: visible;
 }

 .text_d001e0424fdd {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d001e0424fdd {
   overflow: visible;
 }

 .container_a584e57706b3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ded4849ae7c2 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b3070e6372f0 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_b3070e6372f0 img {
   width: 100%;
   height: 100%;
 }

 .text_fb48bc05504a {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fb48bc05504a {
   overflow: visible;
 }

 .text_642007d2f1fb {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_642007d2f1fb {
   overflow: visible;
 }

 .container_f9efce8c3bf9 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_99b48f96d3af {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e11435303bba {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_e11435303bba img {
   width: 100%;
   height: 100%;
 }

 .text_6c9a0cfec430 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6c9a0cfec430 {
   overflow: visible;
 }

 .text_d129b2b60778 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d129b2b60778 {
   overflow: visible;
 }

 .container_60e9d1b11bbe {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_274e5aa1f4f8 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_18315529868c {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e1fd059f0235 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_88025879f9f3 {
   padding: 32px 32px 32px 64px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7e9088cf44f7 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7e9088cf44f7 {
   overflow: visible;
 }

 .imageview_9e06dc895a61 {
   width: 160px;
   height: 107px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_9e06dc895a61 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_93006a792cb2 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_93006a792cb2 {
   overflow: visible;
 }

 .text_dcc490df959b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dcc490df959b {
   overflow: visible;
 }

 .container_db46b40f8129 {
   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_a8d754e668fb {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4f9b22276c62 {
   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;
 }

 .container_5419dbee357f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cdf7599e6996 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_39bb63109028 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_39bb63109028 img {
   width: 100%;
   height: 100%;
 }

 .container_1833fdf815a0 {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_a247a39466a6 {
   padding: 32px 64px 32px 32px;
   width: 416px;
   height: 480px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

 .container_d8555107048d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_175654873944 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #00000026;
   border-right: 0px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 0px solid #00000026;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_90e5174a1804 {
   width: 100%;
   min-width: 0;
   height: 168px;
   line-height: 84px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_90e5174a1804 {
   overflow: visible;
 }

 .text_63b1c5ee6e32 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_63b1c5ee6e32 {
   overflow: visible;
 }

 .container_b9b72818bf1b {
   height: fit-content;
   max-width: 768px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b557698c291d {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_0f904f1f8559 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_0f904f1f8559 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_0f904f1f8559 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_9ffb2018820e {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_421bcea0fa4c {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_421bcea0fa4c {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_421bcea0fa4c {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_3ccdcfd0c592 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e96154805c9f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .line_e6216b27d34b {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_1836a946f041 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1836a946f041 {
   overflow: visible;
 }

 .text_99ad1cc9b2fe {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_99ad1cc9b2fe {
   overflow: visible;
 }

 .container_696d91418844 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_67e14af40183 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_67e14af40183 {
   overflow: visible;
 }

 .container_74439ebde271 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_a2ea6bf0f4fd {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a2ea6bf0f4fd {
   overflow: visible;
 }

 .container_2024b1eefdf2 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4982eab60466 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4982eab60466 {
   overflow: visible;
 }

 .container_4fe347635fbe {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cb60f39b3b36 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cb60f39b3b36 {
   overflow: visible;
 }

 .container_2b3daa0f0fbd {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_7e5a6dc5d4e3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_12e77a224260 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b81369659087 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b81369659087 {
   overflow: visible;
 }

 .text_0d6067085ea5 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0d6067085ea5 {
   overflow: visible;
 }

 .container_6d3abccc5495 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f7935e7baf58 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f7935e7baf58 {
   overflow: visible;
 }

 .container_cfc18f4c1313 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_393e3451cc36 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_393e3451cc36 {
   overflow: visible;
 }

 .container_08b13d75d8bf {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_fbf94daf1e89 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fbf94daf1e89 {
   overflow: visible;
 }

 .container_e2c49f93e972 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_fc4c31ac2f35 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fc4c31ac2f35 {
   overflow: visible;
 }

 .container_623b3562c243 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_b171814a8d9d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_31bbd1afb2b7 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_aff058e6a21a {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_aff058e6a21a {
   overflow: visible;
 }

 .text_00847e4802a8 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_00847e4802a8 {
   overflow: visible;
 }

 .container_a6e5d541a286 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_16fa19dbab6d {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_16fa19dbab6d {
   overflow: visible;
 }

 .container_e8cb7067d3bf {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3e31e62d8394 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3e31e62d8394 {
   overflow: visible;
 }

 .container_005b1559c1bb {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_728f64a24bae {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_728f64a24bae {
   overflow: visible;
 }

 .container_751ccdf97363 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c6173b655d3b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c6173b655d3b {
   overflow: visible;
 }

 .container_1d65f10e80a7 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_b75f5c1bc16a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_04590ed8d599 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_162c202830b6 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_162c202830b6 {
   overflow: visible;
 }

 .text_d7240691f4a1 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d7240691f4a1 {
   overflow: visible;
 }

 .container_84cc2f03375c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_a08a24df301f {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a08a24df301f {
   overflow: visible;
 }

 .container_1da4fa8a3a4c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e44b8140985d {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e44b8140985d {
   overflow: visible;
 }

 .container_66fa350bd71e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9ee1a6c7c7b9 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9ee1a6c7c7b9 {
   overflow: visible;
 }

 .container_9740330d2868 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_12a467b85aa1 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_12a467b85aa1 {
   overflow: visible;
 }

 .container_b4991e5de789 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_a35f31b1a3dd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a963801fba82 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2df951cb4649 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2df951cb4649 {
   overflow: visible;
 }

 .text_a70aaa630208 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a70aaa630208 {
   overflow: visible;
 }

 .container_debc373d2ac5 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b3b7aa7a88a6 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b3b7aa7a88a6 {
   overflow: visible;
 }

 .container_39b42c19ad50 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5343cf02fe34 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5343cf02fe34 {
   overflow: visible;
 }

 .container_1577a2cd5ddf {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5066fd1c8d82 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5066fd1c8d82 {
   overflow: visible;
 }

 .container_34569731b5f2 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8b3108b21735 {
   height: 72px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8b3108b21735 {
   overflow: visible;
 }

 .container_e1713327264e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_79f566b38b1e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_aa77a995a0d1 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_aa77a995a0d1 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_nested_aa77a995a0d1 {
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_066a46a98bd4 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_066a46a98bd4 {
   overflow: visible;
 }

 .text_a7215af0f8c4 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a7215af0f8c4 {
   overflow: visible;
 }

 .container_444cd1270c68 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2515eb0953f5 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2515eb0953f5 {
   overflow: visible;
 }

 .container_cffd4597377a {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_290be8ff2ace {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_290be8ff2ace {
   overflow: visible;
 }

 .container_79fff9c2ce01 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8498506e8e56 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8498506e8e56 {
   overflow: visible;
 }

 .container_0fdf37811e93 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f7f3ab161b6f {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f7f3ab161b6f {
   overflow: visible;
 }

 .container_9a4d0fc5b045 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_3d62799a678b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_940f7dd0b018 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f87c557d6be1 {
   width: 100%;
   min-width: 0;
   height: 217px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0ebb781f3abd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e957e39b5fd5 {
   width: 63px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_e957e39b5fd5 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_2b639a6a84da {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_2b639a6a84da img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_d9aacdfda88c {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_d9aacdfda88c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_ea89569b50b9 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_ea89569b50b9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_1c4c6b930348 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_1c4c6b930348 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_39f396aea1b2 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_39f396aea1b2 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_b1cab71f9989 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_798132d96d44 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .line_c3381e6304c2 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_bc64b0c3ae67 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_862ae4f72001 {
   width: 168px;
   height: 24px;
 }

 .imageview_862ae4f72001 img {
   width: 100%;
   height: 100%;
 }

 .container_87ada54b9b43 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_9f132cc04a42 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8b819e8453ca {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_705d2092ad18 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .container_wrapper_705d2092ad18 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_705d2092ad18 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .viewport_73de6f5eac18 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fdd879259e71 {
   width: 84px;
   height: 36px;
   flex-shrink: 0;
 }

 .imageview_fdd879259e71 img {
   width: 100%;
   height: 100%;
 }

 .text_d7d3561c57b8 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .text_2145c59a99e7 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .text_b2ee1858bffa {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .text_5a3f95d4f084 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_a6268a7d86f6 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_a6268a7d86f6 img {
   width: 100%;
   height: 100%;
 }

 .container_24d6f7adfc07 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_85d8251c4de5 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3dd8a5f902e7 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_3dd8a5f902e7 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_3dd8a5f902e7 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c29e843d3077 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_59305d85cf67 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_59305d85cf67 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_59305d85cf67 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_8cccfcadbfd2 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_c6375d1ebb79 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_c6375d1ebb79 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_c6375d1ebb79 {
   padding: 8px 20px 8px 20px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_6b778ba3ab4b {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_631b8dce00e8 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_ec7a4f025c85 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_ec7a4f025c85 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .container_nested_ec7a4f025c85 {
   padding: 0 64px 0 64px;
   width: 100%;
   min-width: 0;
   height: 72px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_01cd98cb503f {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_01cd98cb503f {
   overflow: visible;
 }

 .imageview_a3f860523652 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_a3f860523652 img {
   width: 100%;
   height: 100%;
 }

 .text_3615261c4073 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3615261c4073 {
   overflow: visible;
 }

 .text_90668cd5aa5b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_90668cd5aa5b {
   overflow: visible;
 }

 .container_1d3059a23b74 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_74e2f4a9c7c9 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_60e791f30988 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_60e791f30988 img {
   width: 100%;
   height: 100%;
 }

 .text_b0a89e093738 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b0a89e093738 {
   overflow: visible;
 }

 .text_290ae2766df1 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_290ae2766df1 {
   overflow: visible;
 }

 .container_8a0f6aab3d39 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4e9d4f43ef41 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9dab71bf20db {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_9dab71bf20db img {
   width: 100%;
   height: 100%;
 }

 .text_e11c9ae12581 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e11c9ae12581 {
   overflow: visible;
 }

 .text_3304beeb0970 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3304beeb0970 {
   overflow: visible;
 }

 .container_1bf2dfaa9151 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a2fb4cc74df {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_159cf98d3f0c {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_159cf98d3f0c img {
   width: 100%;
   height: 100%;
 }

 .text_5cc4e87257c7 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5cc4e87257c7 {
   overflow: visible;
 }

 .text_ebdce0694775 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ebdce0694775 {
   overflow: visible;
 }

 .container_9d3e076a08be {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_297f81eaa5ac {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_542808c15153 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_52536d15f164 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bb4b3a659eaf {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bb4b3a659eaf {
   overflow: visible;
 }

 .imageview_91cdc538804e {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_91cdc538804e img {
   width: 100%;
   height: 100%;
 }

 .text_044b3487f6d9 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_044b3487f6d9 {
   overflow: visible;
 }

 .text_3158c2dd1646 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3158c2dd1646 {
   overflow: visible;
 }

 .container_79692f9b72c0 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3da4e51bb87c {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f653df6c39e0 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_f653df6c39e0 img {
   width: 100%;
   height: 100%;
 }

 .text_1217ff490712 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1217ff490712 {
   overflow: visible;
 }

 .text_a3e58c81c94b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a3e58c81c94b {
   overflow: visible;
 }

 .container_7574b80e9e3d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3282971484b9 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0f3ed0e6c553 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_0f3ed0e6c553 img {
   width: 100%;
   height: 100%;
 }

 .text_c4c5edb16534 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c4c5edb16534 {
   overflow: visible;
 }

 .text_d4eab2af40a2 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d4eab2af40a2 {
   overflow: visible;
 }

 .container_c53f453f6abc {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dfedd36f723a {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8eed428961d6 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_8eed428961d6 img {
   width: 100%;
   height: 100%;
 }

 .text_fba086259232 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fba086259232 {
   overflow: visible;
 }

 .text_fbb501fc5099 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fbb501fc5099 {
   overflow: visible;
 }

 .container_237242aa98ae {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_30bf19482b65 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d4002d4719fa {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_79528c9f9392 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_435db9d108a2 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_435db9d108a2 {
   overflow: visible;
 }

 .imageview_278556e5f8be {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_278556e5f8be img {
   width: 100%;
   height: 100%;
 }

 .text_83150dc266f1 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_83150dc266f1 {
   overflow: visible;
 }

 .text_9cd10caefe66 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9cd10caefe66 {
   overflow: visible;
 }

 .container_0a9f6fb71065 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_77b979f53081 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6f85a1d0f30d {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_6f85a1d0f30d img {
   width: 100%;
   height: 100%;
 }

 .text_51b3a53567e9 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_51b3a53567e9 {
   overflow: visible;
 }

 .text_1a9b8d904a19 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1a9b8d904a19 {
   overflow: visible;
 }

 .container_f6c3c8a61849 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1514d119e23d {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6eac852b0dee {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_6eac852b0dee img {
   width: 100%;
   height: 100%;
 }

 .text_d5cb32e80f26 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d5cb32e80f26 {
   overflow: visible;
 }

 .text_8442c7deb615 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8442c7deb615 {
   overflow: visible;
 }

 .container_422dddf46639 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5e78cafaa775 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f81ea5d234e7 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_f81ea5d234e7 img {
   width: 100%;
   height: 100%;
 }

 .text_cd9189648491 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cd9189648491 {
   overflow: visible;
 }

 .text_e4d77d98d953 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e4d77d98d953 {
   overflow: visible;
 }

 .container_b02c3ed2e163 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0ec6c443c245 {
   padding: 8px 0 8px 0;
   width: 288px;
   height: 82px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f2c5891b54a9 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d535e83d15a8 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_85330a5983c4 {
   padding: 32px 32px 32px 64px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-end;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f18142d81be0 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f18142d81be0 {
   overflow: visible;
 }

 .imageview_2e67401dbb01 {
   width: 160px;
   height: 107px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_2e67401dbb01 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_34dba9b07f18 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_34dba9b07f18 {
   overflow: visible;
 }

 .text_61b105a8f2d6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_61b105a8f2d6 {
   overflow: visible;
 }

 .container_98be837c3da1 {
   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_454e2019fae6 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_91bee00913ef {
   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;
 }

 .container_100d75de4e5f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_37a434356f5b {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .imageview_614b2a6a428e {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_614b2a6a428e img {
   width: 100%;
   height: 100%;
 }

 .container_044c2ca31f1a {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_ad48a099ae91 {
   padding: 32px 64px 32px 32px;
   width: 416px;
   height: 480px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

 .container_0d7ba99072f4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_e254e2656567 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #00000026;
   border-right: 0px solid #00000026;
   border-bottom: 1px solid #00000026;
   border-left: 0px solid #00000026;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_a6dd31bee684 {
   width: 100%;
   min-width: 0;
   height: 168px;
   line-height: 84px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a6dd31bee684 {
   overflow: visible;
 }

 .text_98f12cac50f7 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_98f12cac50f7 {
   overflow: visible;
 }

 .container_264888d1285a {
   height: fit-content;
   max-width: 768px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f3b6d46569c1 {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_ccda9ebc5d15 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_ccda9ebc5d15 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_ccda9ebc5d15 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_1e4b7879faab {
   width: fit-content;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_e1a13e8c7e14 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_e1a13e8c7e14 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_e1a13e8c7e14 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_4ec0605cc9b5 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6f204d2464a6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .line_894c20a6e52e {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_912a97707f0d {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_912a97707f0d {
   overflow: visible;
 }

 .text_eef10808cb51 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eef10808cb51 {
   overflow: visible;
 }

 .container_7632d3f1e2a9 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_df071e9cb711 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_df071e9cb711 {
   overflow: visible;
 }

 .container_9a8212aa1d16 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d6feafdcb00b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d6feafdcb00b {
   overflow: visible;
 }

 .container_e88c8111bc55 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e76623b80d27 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e76623b80d27 {
   overflow: visible;
 }

 .container_0bc87172015d {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_165613f15ed8 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_165613f15ed8 {
   overflow: visible;
 }

 .container_01ec332cc581 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_055c7d9a1574 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d661cc84e8bd {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_00c9498ea8f3 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_00c9498ea8f3 {
   overflow: visible;
 }

 .text_3eb36e66639e {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3eb36e66639e {
   overflow: visible;
 }

 .container_6fcf4610e350 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2ea4ee7fbd5e {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ea4ee7fbd5e {
   overflow: visible;
 }

 .container_39e6c0fe39d3 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_268696a7ebcd {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_268696a7ebcd {
   overflow: visible;
 }

 .container_4b8473fa01c8 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_77ae0641c862 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_77ae0641c862 {
   overflow: visible;
 }

 .container_8611a2c4ed00 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c9e481c22cc8 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c9e481c22cc8 {
   overflow: visible;
 }

 .container_465add963f94 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_00a81e97cc02 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0baa7302d8ef {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_91ebf095fa98 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_91ebf095fa98 {
   overflow: visible;
 }

 .text_46c2d5b6b043 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_46c2d5b6b043 {
   overflow: visible;
 }

 .container_a521e4ac2e7d {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_327b2f20dd03 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_327b2f20dd03 {
   overflow: visible;
 }

 .container_9cb4ddfb63a2 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c0aa82d11fdd {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c0aa82d11fdd {
   overflow: visible;
 }

 .container_24b4e6e92c0d {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_761570bd65c7 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_761570bd65c7 {
   overflow: visible;
 }

 .container_84023ce43797 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_606dee37d822 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_606dee37d822 {
   overflow: visible;
 }

 .container_3c8e14e7226b {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_d8a717db70f7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e89eac3079ae {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a2a2351b4f05 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a2a2351b4f05 {
   overflow: visible;
 }

 .text_7c3b015895a7 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7c3b015895a7 {
   overflow: visible;
 }

 .container_c49f02f78c6a {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_36369095f95a {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_36369095f95a {
   overflow: visible;
 }

 .container_676c71042b29 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ff0d2101aa19 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ff0d2101aa19 {
   overflow: visible;
 }

 .container_2ed08286c582 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cbb438d9adac {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cbb438d9adac {
   overflow: visible;
 }

 .container_f8acc7c9548c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1da81268f768 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1da81268f768 {
   overflow: visible;
 }

 .container_0fc3295d7b74 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_73b9d55a5539 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_199eb300eb28 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_81ec85bfc4cc {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_81ec85bfc4cc {
   overflow: visible;
 }

 .text_b68799de9150 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b68799de9150 {
   overflow: visible;
 }

 .container_bd0bf30b7e96 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_eea96b47f508 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eea96b47f508 {
   overflow: visible;
 }

 .container_e4ff34a00fc3 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_dfd90930a73c {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dfd90930a73c {
   overflow: visible;
 }

 .container_33765b62590a {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_bd5c6c329ed7 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bd5c6c329ed7 {
   overflow: visible;
 }

 .container_daafc2697388 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3359b1cdf9de {
   height: 72px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3359b1cdf9de {
   overflow: visible;
 }

 .container_92b359129d21 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_5018c53d9aff {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_318cc9da8fd4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_318cc9da8fd4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_nested_318cc9da8fd4 {
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4cad2f69c0c8 {
   width: 100%;
   min-width: 0;
   height: 27px;
   line-height: 27px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4cad2f69c0c8 {
   overflow: visible;
 }

 .text_6e8cfb520621 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6e8cfb520621 {
   overflow: visible;
 }

 .container_342ef549d5c3 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e58f1444b38f {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e58f1444b38f {
   overflow: visible;
 }

 .container_3c33c25a3e3f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_84c9e391b314 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_84c9e391b314 {
   overflow: visible;
 }

 .container_63280a56cc66 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_738bf4c9252f {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_738bf4c9252f {
   overflow: visible;
 }

 .container_df3d042c56be {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5b20a06142b4 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5b20a06142b4 {
   overflow: visible;
 }

 .container_5699dbb66f8b {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_f84f89a3d251 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8114b7fa675c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b28f15daeac0 {
   width: 100%;
   min-width: 0;
   height: 217px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e80556401ef1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_24ecbb052e50 {
   width: 63px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_24ecbb052e50 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_c6331c58d3df {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_c6331c58d3df img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_c588e47efd32 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_c588e47efd32 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_4157c8bc0015 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_4157c8bc0015 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_2c13a6ca1076 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_2c13a6ca1076 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_f46c50a5aaca {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_f46c50a5aaca img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_e905586a6ff1 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_af470e46b2fe {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .line_acda37c0bda7 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_a254a56ca765 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_47f4dbac9167 {
   width: 168px;
   height: 24px;
 }

 .imageview_47f4dbac9167 img {
   width: 100%;
   height: 100%;
 }

 .container_b5fedc9bc93e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_5f30dc613d40 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8dc186d650e7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bed44e9ddec4 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .container_wrapper_bed44e9ddec4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_bed44e9ddec4 {
   padding: 80px 64px 80px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .viewport_d59f6e9c174f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_78868241a18e {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .imageview_78868241a18e img {
   position: absolute;
   width: 375.0px !important;
   height: 72.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_78868241a18e.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_25cf1a5d17fa {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_25cf1a5d17fa {
   overflow: visible;
 }

 .container_21f8a2bf407a {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e3c266b436c4 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e3c266b436c4 {
   overflow: visible;
 }

 .container_ca76efcf739d {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1b94438975c3 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1b94438975c3 {
   overflow: visible;
 }

 .container_f72857b21720 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ecdb64a2c316 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ecdb64a2c316 {
   overflow: visible;
 }

 .imageview_35a4e108d565 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_35a4e108d565 img {
   width: 100%;
   height: 100%;
 }

 .container_dd69ad59588f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_efdd91df1df6 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c21be8c901de {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c21be8c901de {
   overflow: visible;
 }

 .imageview_01d15a312bdd {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_01d15a312bdd img {
   width: 100%;
   height: 100%;
 }

 .text_d4932bfbf00d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d4932bfbf00d {
   overflow: visible;
 }

 .container_172dd6665fe4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_32de27ee998d {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_208ee732eb5a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_208ee732eb5a img {
   width: 100%;
   height: 100%;
 }

 .text_646cfe045b86 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_646cfe045b86 {
   overflow: visible;
 }

 .container_239be83897ee {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7163c4d4fa86 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4edd7c288927 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_4edd7c288927 img {
   width: 100%;
   height: 100%;
 }

 .text_cc13339fede5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cc13339fede5 {
   overflow: visible;
 }

 .container_2d9746f532ec {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_045b2ae90f87 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f6c717e38e69 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_f6c717e38e69 img {
   width: 100%;
   height: 100%;
 }

 .text_28e5cb48a685 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_28e5cb48a685 {
   overflow: visible;
 }

 .container_c5d9a63ea777 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f5c0b08263d5 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8d4acd8ea48c {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_92aa2dd04e24 {
   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_8992e5bcf779 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8992e5bcf779 {
   overflow: visible;
 }

 .imageview_25e77e298100 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_25e77e298100 img {
   width: 100%;
   height: 100%;
 }

 .text_b6ae71f6205d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b6ae71f6205d {
   overflow: visible;
 }

 .container_ab7b61519ac4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_df22dc1db631 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_38dd3e71ad13 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_38dd3e71ad13 img {
   width: 100%;
   height: 100%;
 }

 .text_d690cbdcc32f {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d690cbdcc32f {
   overflow: visible;
 }

 .container_4e9ad5f373eb {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8fc2a9983d4c {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7e090fa9a142 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_7e090fa9a142 img {
   width: 100%;
   height: 100%;
 }

 .text_67c7d9f6548e {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_67c7d9f6548e {
   overflow: visible;
 }

 .container_41be8321b704 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cf089adb25ad {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_03c087378350 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_03c087378350 img {
   width: 100%;
   height: 100%;
 }

 .text_55d1a5ed674b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_55d1a5ed674b {
   overflow: visible;
 }

 .container_499e69f20eeb {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_02d0e99c81fe {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5c6eeac8cb0d {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9e35f3ae9e9d {
   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_1e24c1772137 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1e24c1772137 {
   overflow: visible;
 }

 .imageview_4db3cc856056 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_4db3cc856056 img {
   width: 100%;
   height: 100%;
 }

 .text_be5eae00a592 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_be5eae00a592 {
   overflow: visible;
 }

 .container_b4a130ec5aca {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b631ffc380f9 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_57cf2f364584 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_57cf2f364584 img {
   width: 100%;
   height: 100%;
 }

 .text_e648914ea7e6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e648914ea7e6 {
   overflow: visible;
 }

 .container_b68c2a4b551a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d7700df7cbac {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_682fe038f6ca {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_682fe038f6ca img {
   width: 100%;
   height: 100%;
 }

 .text_807f43192e11 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_807f43192e11 {
   overflow: visible;
 }

 .container_4d0b53b771b7 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_93ca5fba690e {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8cefbcce05c8 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_8cefbcce05c8 img {
   width: 100%;
   height: 100%;
 }

 .text_0eb23f186544 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0eb23f186544 {
   overflow: visible;
 }

 .container_3063dc3288c3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b6aee3de0c8a {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_366fb604662e {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_17ec275842bc {
   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;
 }

 .container_b729e056ef00 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bdb1f491e5e9 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bdb1f491e5e9 {
   overflow: visible;
 }

 .imageview_a2e54740a435 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.6666666666666666;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_a2e54740a435 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_00d633c3107a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_00d633c3107a {
   overflow: visible;
 }

 .text_2d004303cb23 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2d004303cb23 {
   overflow: visible;
 }

 .container_73501d043fbc {
   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_103bfcc67e77 {
   width: fit-content;
   line-height: 21px;
   font-family: 'Inter';
 }

 .container_3cb88c3b9746 {
   width: 288px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_502d2da5e87e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_dd78da597057 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_2e447df65c10 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_2e447df65c10 img {
   width: 100%;
   height: 100%;
 }

 .container_7cf61513a1dc {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_67dfd94fff9e {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

 .container_0cd8df524a4f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d55b7febb10 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c520f81a09e4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_91ba7d661e29 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_03b2eefb9b02 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_03b2eefb9b02 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_03b2eefb9b02 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_f5fdea9d8d04 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_33ace058feda {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_33ace058feda {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_33ace058feda {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_065ac8849423 {
   padding: 24px 0 80px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_57da1e33f471 {
   padding: 16px 20px 80px 20px;
   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_51cd39ff8ecb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_d63ba65ef5c9 {
   width: 100%;
   min-width: 0;
   height: 120px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_d63ba65ef5c9 {
   overflow: visible;
 }

 .text_b60eb3baf1fc {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b60eb3baf1fc {
   overflow: visible;
 }

 .container_a7b9b7dee82a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_55b54e3775cd {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d005f906e782 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_d005f906e782 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_d005f906e782 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_8e9b550f0e97 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9af6867f50ae {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_9af6867f50ae {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_9af6867f50ae {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_f5f134fd8ed3 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f94b690b8ea6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e46eeee6d524 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.5625;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_e46eeee6d524 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_f6059c8b156b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_01eae444ee3b {
   padding: 64px 20px 64px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .text_6d0df34e0ff4 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fe278481ea95 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_e188665cea3a {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_e188665cea3a {
   overflow: visible;
 }

 .text_3af0af7ae5c4 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3af0af7ae5c4 {
   overflow: visible;
 }

 .container_a346c132a072 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_933d0cdc8029 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e64abe878a1c {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d33b8d030020 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_503580e55d6b {
   width: 100%;
   min-width: 0;
   height: 160px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_503580e55d6b {
   overflow: visible;
 }

 .text_cfdbe14eb7b2 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cfdbe14eb7b2 {
   overflow: visible;
 }

 .container_68f4767b03ce {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4b202cb131e7 {
   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_34a2853564d9 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e943c019b95d {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_e943c019b95d {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_e943c019b95d {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_ea979162f5a6 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_84b456c09d7a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_84b456c09d7a img {
   width: 100%;
   height: 100%;
 }

 .container_3c83fb0e6dfc {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_b374df916909 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_757506c538d9 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_70b450d1048c {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_70b450d1048c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_21072dae82dd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_dfc5588c5265 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0fd2d44a2436 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_ce2d5ae4acf5 {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_ce2d5ae4acf5 {
   overflow: visible;
 }

 .text_4d8be4225696 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4d8be4225696 {
   overflow: visible;
 }

 .container_833041d3505a {
   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;
 }

 .container_1b2349e4f9b7 {
   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_fa2c2213f152 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_ffbf36b25d8c {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_ffbf36b25d8c img {
   width: 100%;
   height: 100%;
 }

 .container_d54e092ad1e2 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_dd45dfa5ad29 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9c3060a4262d {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e781b881fe25 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_e781b881fe25 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_cf34d8497f2e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_bd204e11a8d0 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9800c900250a {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_c355b60ab73d {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c355b60ab73d {
   overflow: visible;
 }

 .text_669563d11226 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_669563d11226 {
   overflow: visible;
 }

 .container_b70c7738e3e2 {
   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;
 }

 .container_32d229ea89b4 {
   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_a9f1c6525037 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_fd688ba19266 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_fd688ba19266 img {
   width: 100%;
   height: 100%;
 }

 .container_392dca6f33b3 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_e1cc4132f79a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_34fafef0f608 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1ce38264dd0e {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_1ce38264dd0e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_4fc4c39bb95d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_781e06213d16 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_abb57c6ea745 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5263008ec447 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_8712f523ea5b {
   width: 100%;
   min-width: 0;
   height: 44px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_8712f523ea5b {
   overflow: visible;
 }

 .text_1910d9d58f55 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1910d9d58f55 {
   overflow: visible;
 }

 .container_fa9d457b46d8 {
   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;
 }

 .container_19738d782871 {
   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_ba48aaf50a7e {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_9d95341f396d {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_9d95341f396d img {
   width: 100%;
   height: 100%;
 }

 .container_0f266b74658f {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_684d706411d0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_24ff15ab8053 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d88d9be95396 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_d88d9be95396 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_81b39675e0b7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_4a105bd07aee {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_366b99847fe2 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_a225e824a30d {
   width: 100%;
   min-width: 0;
   height: 44px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a225e824a30d {
   overflow: visible;
 }

 .text_017c4cd566aa {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_017c4cd566aa {
   overflow: visible;
 }

 .container_64d5eea415b1 {
   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;
 }

 .container_6c899801b454 {
   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_bab59eae604c {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_3696ad6c2d6e {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_3696ad6c2d6e img {
   width: 100%;
   height: 100%;
 }

 .container_27ed6beb5ebc {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_863db930d7ee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7e2503fae11b {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_45eb2ca02ada {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_45eb2ca02ada img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_5f307defd425 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_11d2a23181a8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aba9cbbcd128 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c10727ac0819 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d99f17aa62a0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a7c99a2e6853 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9d11d774480b {
   padding: 64px 20px 64px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .text_42d5c119875f {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7228b266f489 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_0fab9583a551 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0fab9583a551 {
   overflow: visible;
 }

 .text_6c701ffb974d {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6c701ffb974d {
   overflow: visible;
 }

 .container_2ba81fa785cb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1efc32c1a25e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e38a266a1713 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3802305b09f8 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_3c920f6a40c9 {
   width: 100%;
   min-width: 0;
   height: 160px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_3c920f6a40c9 {
   overflow: visible;
 }

 .text_9390fff18ff3 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9390fff18ff3 {
   overflow: visible;
 }

 .container_931c97cd40ec {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_51f6ff354071 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d3758ac5705d {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_07d5ac024fde {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_07d5ac024fde {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_07d5ac024fde {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_ab5849b1b800 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_4190fb2fb4ea {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4190fb2fb4ea img {
   width: 100%;
   height: 100%;
 }

 .container_21ded91d025b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_7c88f3925369 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2207edb4fa65 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2c7ce90f2b67 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_2c7ce90f2b67 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_6b5a4f9af434 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_641a0157dae5 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_43decaa69972 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_e441d4262914 {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 1;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_e441d4262914 {
   overflow: visible;
 }

 .text_da7102339f3a {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_da7102339f3a {
   overflow: visible;
 }

 .container_956cdf9dcc1e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6c3395b51fb5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_54363a1e44c3 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_7d3b74a14a42 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7d3b74a14a42 img {
   width: 100%;
   height: 100%;
 }

 .container_319cdb8b3242 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_a5e053b297c4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4feef305c8da {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4e371f3936d6 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_4e371f3936d6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d908074a6377 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_08bf2e22a56e {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_063a4ba39487 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_8529434372ee {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 1;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_8529434372ee {
   overflow: visible;
 }

 .text_805c733baed1 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_805c733baed1 {
   overflow: visible;
 }

 .container_414bb347e079 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5a59dbb1d4b0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b36a629d2e9a {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_24291a508c52 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_24291a508c52 img {
   width: 100%;
   height: 100%;
 }

 .container_98e1e3dfa214 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_0bdfd3893f14 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d9b4e845d40d {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_75db323ee0b3 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
 }

 .imageview_75db323ee0b3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_f4d16c615afa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_be5bde7cda0a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_02a9e944bb3f {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b703e6496c1b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_66314678fd51 {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 1;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_66314678fd51 {
   overflow: visible;
 }

 .text_a05829ce825c {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a05829ce825c {
   overflow: visible;
 }

 .container_a8a134e72618 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9081e789bf1e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_656fb3d8a8be {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_82eeb61c0c70 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_82eeb61c0c70 img {
   width: 100%;
   height: 100%;
 }

 .container_6803d326a6ab {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_513d71f9caa8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cf6ec21d317f {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d6c92c256c3e {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_d6c92c256c3e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_76fbb247cba7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_667db6b5e22c {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_38d43e3601ef {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_9f40b37329ed {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_9f40b37329ed {
   overflow: visible;
 }

 .text_fe2b36d941ea {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fe2b36d941ea {
   overflow: visible;
 }

 .container_191dc980ffe0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_afe524e11bf2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d5d147cc2e5 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_a905d1e531bd {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a905d1e531bd img {
   width: 100%;
   height: 100%;
 }

 .container_dcbae2e5837d {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_a7516b84a93e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e7375a04d860 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8b338aaac423 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_8b338aaac423 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_0766699dd143 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_435973ead4a9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff57965c7a75 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dcabd09470f4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ed75de7f6e6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2645c529b9e0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f8d8f0505520 {
   padding: 64px 20px 64px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .text_ef3f63a881e5 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d4d67e1a689e {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_34510f07d5e3 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_34510f07d5e3 {
   overflow: visible;
 }

 .text_100512379152 {
   width: 100%;
   min-width: 0;
   height: 72px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_100512379152 {
   overflow: visible;
 }

 .container_6bf48c0c053b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2f4f90bf5188 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e81030e9a73f {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   z-index: 2;
   aspect-ratio: 1 / 1;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_e81030e9a73f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_f62f96ed697b {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_277142bb136d {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_c0301cdb60e0 {
   width: 100%;
   min-width: 0;
   height: 96px;
   z-index: 2;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c0301cdb60e0 {
   overflow: visible;
 }

 .text_9222ae61394f {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9222ae61394f {
   overflow: visible;
 }

 .container_128c8fa22c5d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7ddef1d9f765 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9a00ae25f37a {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_abca6653e2b4 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_abca6653e2b4 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_abca6653e2b4 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_b71e42f4e156 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_6951150a8eb4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_6951150a8eb4 img {
   width: 100%;
   height: 100%;
 }

 .container_ef3f8576fcc1 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_31c7fd92fc4b {
   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_15f7075c2bc5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7db28af6cf3f {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2737e43fb405 {
   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_4690fafd0aa8 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 19.8px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_4690fafd0aa8 {
   overflow: visible;
 }

 .container_f1f043f3161c {
   padding: 24px 32px 24px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0px solid #ffffff33;
   border-right: 0px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: flex-start;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d5eb59faaf02 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 19.8px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_d5eb59faaf02 {
   overflow: visible;
 }

 .container_6fff7ce7a885 {
   padding: 24px 32px 24px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0px solid #ffffff33;
   border-right: 0px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: flex-start;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3a6035553c15 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 19.8px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_3a6035553c15 {
   overflow: visible;
 }

 .container_e8e07f8b8278 {
   padding: 24px 32px 24px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0px solid #ffffff33;
   border-right: 0px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: flex-start;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b911ed93f946 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 19.8px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_b911ed93f946 {
   overflow: visible;
 }

 .container_7ad91b4040d5 {
   padding: 24px 32px 24px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0px solid #ffffff33;
   border-right: 0px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: flex-start;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9ab0359e7412 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 19.8px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_9ab0359e7412 {
   overflow: visible;
 }

 .container_d84f3830d721 {
   padding: 24px 32px 24px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0px solid #ffffff33;
   border-right: 0px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: flex-start;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_24bd3c1e8416 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
   line-height: 19.8px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_24bd3c1e8416 {
   overflow: visible;
 }

 .container_22d678553675 {
   padding: 24px 32px 24px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7de659a8bf0b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #ffffff33;
   border-right: 0px solid #ffffff33;
   border-bottom: 0px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0e0092e0212 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_5992234622f4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b6fafa5a743 {
   padding: 64px 20px 64px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .text_96ee23dd1f5f {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a2f8652065de {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_6bdac63fb0d7 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_6bdac63fb0d7 {
   overflow: visible;
 }

 .text_53c4af94ef5a {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_53c4af94ef5a {
   overflow: visible;
 }

 .container_ff9e107b11b0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d70526d7f0e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_21e51e602ed3 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c712b6a841a4 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_0844d272e6ec {
   width: 100%;
   min-width: 0;
   height: 128px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0844d272e6ec {
   overflow: visible;
 }

 .text_9acd8d8ab27c {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9acd8d8ab27c {
   overflow: visible;
 }

 .container_b10c9c98fdc1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6784ddf57e50 {
   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_a7eff4c63474 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_cc5572dbcdbb {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_cc5572dbcdbb {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_cc5572dbcdbb {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_13c2dc19df99 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_bbc41bceee54 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_bbc41bceee54 img {
   width: 100%;
   height: 100%;
 }

 .container_387c339c6fc8 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_eda4940fa2cc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_96a51d32c4b4 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d2da22fcbd0f {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_d2da22fcbd0f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_3fec91b3a94f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_4dd4a3b34279 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1d855226ab7c {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_6a811e269cf4 {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_6a811e269cf4 {
   overflow: visible;
 }

 .text_05c0e01065c9 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_05c0e01065c9 {
   overflow: visible;
 }

 .container_f31036a64c45 {
   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;
 }

 .container_c632e26fe2b8 {
   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_629f7ff0042d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_54a85b1ac9b6 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_54a85b1ac9b6 img {
   width: 100%;
   height: 100%;
 }

 .container_6bf2cb637781 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_9f3cc23799b0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f77d71e16315 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_653bd0af4915 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_653bd0af4915 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_4a2f283e57a1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_974a8cbc3a8f {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fcaff22fec6a {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_540daa0861e3 {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_540daa0861e3 {
   overflow: visible;
 }

 .text_962cf3af153c {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_962cf3af153c {
   overflow: visible;
 }

 .container_e40db89680b1 {
   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;
 }

 .container_de46efff6101 {
   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_f1e925d69baf {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_39d1a1247ead {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_39d1a1247ead img {
   width: 100%;
   height: 100%;
 }

 .container_85de2a2b34c6 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_8d70447669a1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_645adbaf5eee {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9127815539e4 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_9127815539e4 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_a16a756fdefc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_95a38b5362a7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c6ba26eb5f68 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5cf55f9a8656 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_be82472ddc88 {
   width: 100%;
   min-width: 0;
   height: 44px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_be82472ddc88 {
   overflow: visible;
 }

 .text_a95a5b8313fb {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a95a5b8313fb {
   overflow: visible;
 }

 .container_a13b9ed289ff {
   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;
 }

 .container_53b99362fc0b {
   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_01ba5d70e72c {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_3ac79c34e826 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_3ac79c34e826 img {
   width: 100%;
   height: 100%;
 }

 .container_651d2d9a1664 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_d333c962648f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3fc20b72ee2b {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_70a0d90ebd92 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_70a0d90ebd92 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_1d5fb29c740b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_c05b21c0b5ba {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_acb56c388bc0 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_e9225e0df760 {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_e9225e0df760 {
   overflow: visible;
 }

 .text_8e55f9e3c223 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8e55f9e3c223 {
   overflow: visible;
 }

 .container_072e931473fe {
   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;
 }

 .container_0bcab7427f66 {
   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_1c1f37b10660 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_0d0e25080360 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_0d0e25080360 img {
   width: 100%;
   height: 100%;
 }

 .container_64f51508a180 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_cff5443b3095 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0ae3619acef0 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ebe57f6a6a15 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_ebe57f6a6a15 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_27f9384d413a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_050a987ad199 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_011790e42933 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3a11facb8738 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_35e8fa5c4cdc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_18dc2ecbe882 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_866c70f00226 {
   padding: 64px 20px 64px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .text_cd22135ac4f2 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_8de670459cd8 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_c3881ab7313c {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c3881ab7313c {
   overflow: visible;
 }

 .text_14656f31b4f5 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_14656f31b4f5 {
   overflow: visible;
 }

 .container_51db0c7b62af {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_485ddc216394 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_22a695ed0342 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_22a695ed0342 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c635305c5a5d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_aa81d10f3581 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_33998e15f02c {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_33998e15f02c {
   overflow: visible;
 }

 .text_33f7616e02b8 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_33f7616e02b8 {
   overflow: visible;
 }

 .container_6518be13a073 {
   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;
 }

 .container_30a244371a14 {
   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_848a0259c69d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_b3f2629f3048 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_b3f2629f3048 img {
   width: 100%;
   height: 100%;
 }

 .container_0d035f908e84 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_fda986a60513 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_48bf752892d6 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_67abd5a8098c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_1e9e0618b132 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_1e9e0618b132 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_3ddaf9f6f377 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_efbb88522f9d {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_eca6b97a4930 {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_eca6b97a4930 {
   overflow: visible;
 }

 .text_6188d09f89e3 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6188d09f89e3 {
   overflow: visible;
 }

 .container_17d277ea0d43 {
   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;
 }

 .container_9cad034e7cb5 {
   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_37df453e8cb1 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_536b53e20ed4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_536b53e20ed4 img {
   width: 100%;
   height: 100%;
 }

 .container_e80bc847b029 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_a97d77dfa55e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_553e927cb430 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6e8e2a8a39ec {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_8ad483d1938f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6ad038e37801 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_6ad038e37801 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c48088d81ece {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_265bac4723ce {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_a62d80b63005 {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a62d80b63005 {
   overflow: visible;
 }

 .text_47edf928fde9 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_47edf928fde9 {
   overflow: visible;
 }

 .container_2b89850e3a3f {
   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;
 }

 .container_3c88334f1ac7 {
   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_9878c0c3a5c6 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_4a94185cd8cf {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_4a94185cd8cf img {
   width: 100%;
   height: 100%;
 }

 .container_3edfe3671c89 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_9912313ca4ac {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_aaa6ada7c8fe {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_82c9a41f805c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_36ae0af09b16 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_36ae0af09b16 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_92568b6c4b02 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_721688ebebf9 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_f2ff226e68f2 {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f2ff226e68f2 {
   overflow: visible;
 }

 .text_472b234837db {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_472b234837db {
   overflow: visible;
 }

 .container_c9b8adbb7b6e {
   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;
 }

 .container_bd80320e3ef0 {
   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_ad65a8b477ab {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_c5dfc3e52db6 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_c5dfc3e52db6 img {
   width: 100%;
   height: 100%;
 }

 .container_b786a2b144f3 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_ca0f9b64a5c6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fdf48a9f000b {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_54067554a44b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_2df76a14e9de {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f6b86430d499 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2f864adbc45e {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_2f864adbc45e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_2cea0b3b5b8d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ecfa40105724 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_c521877e9f9d {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c521877e9f9d {
   overflow: visible;
 }

 .text_29bb5ab9bdf7 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_29bb5ab9bdf7 {
   overflow: visible;
 }

 .container_c1ebe3ed61de {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_caf8abb0dbab {
   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_07ec2581f696 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6c1c89282c24 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_6c1c89282c24 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_6c1c89282c24 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_1a9081ca5675 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_722cfd897f8b {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_722cfd897f8b img {
   width: 100%;
   height: 100%;
 }

 .container_cd86fea179c4 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_b0fd63b0f823 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_de0bc8999a96 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8d0bb7cbad69 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_23ecaf23d082 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_112f77527340 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e527e1ba24f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca1a02c03b3d {
   padding: 64px 20px 64px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .text_92abccf8f63b {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e806b01c9ec7 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_1dc0315a70e1 {
   width: 100%;
   min-width: 0;
   height: 72px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_1dc0315a70e1 {
   overflow: visible;
 }

 .text_f8a4b566ce19 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f8a4b566ce19 {
   overflow: visible;
 }

 .container_3c87e5790aac {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9243c241ba3f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_425ddd0ac10d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_19d391f7ed99 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_883caff0da7c {
   width: 100%;
   min-width: 0;
   height: 96px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_883caff0da7c {
   overflow: visible;
 }

 .text_61bc0b2c1fd5 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_61bc0b2c1fd5 {
   overflow: visible;
 }

 .container_7c290bd72353 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b23b0debb11 {
   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_6af8c1d8f9f4 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0dc051e28cb5 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_0dc051e28cb5 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_0dc051e28cb5 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_185c3fe6b3e3 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_52362c5b117a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_52362c5b117a img {
   width: 100%;
   height: 100%;
 }

 .container_a8be77e43484 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_6c5592c5568a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9f094a726311 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6d882c5372ed {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_6d882c5372ed img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_23d6e5a0d699 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_c20611cff4ef {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4451a0401e04 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_06cf4b0a4e85 {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_06cf4b0a4e85 {
   overflow: visible;
 }

 .text_f1d894da4e70 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f1d894da4e70 {
   overflow: visible;
 }

 .container_42ed30b0841f {
   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;
 }

 .container_acd5e726c792 {
   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_1490fdfd27a0 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_ef3665486da0 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_ef3665486da0 img {
   width: 100%;
   height: 100%;
 }

 .container_1015f613dbcd {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_6d77b795b177 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_80ee883395b6 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e7b8ebad04f5 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_e7b8ebad04f5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_4b3703aa85ca {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_1bdbd0ececa6 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b0198594db45 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_0addefdcb4ff {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0addefdcb4ff {
   overflow: visible;
 }

 .text_8d1528372b74 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8d1528372b74 {
   overflow: visible;
 }

 .container_bd211c09fc6f {
   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;
 }

 .container_44ed032b7b64 {
   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_54458b46995a {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_c151baa5bce8 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_c151baa5bce8 img {
   width: 100%;
   height: 100%;
 }

 .container_d857968a240e {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_ef9bc6529c67 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1a88c01f1a1c {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0514d71287f8 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_0514d71287f8 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c47226b560d7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_2c371322e934 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cd23583e73d4 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_de4a3e710e6c {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_556e60a00029 {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_556e60a00029 {
   overflow: visible;
 }

 .text_3acc3b4740b8 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3acc3b4740b8 {
   overflow: visible;
 }

 .container_546e918c8cb4 {
   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;
 }

 .container_ac374568744f {
   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_029beb228314 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_2d6484af04ab {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_2d6484af04ab img {
   width: 100%;
   height: 100%;
 }

 .container_1dc1ed4572a4 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_3a34e528eecc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9fc31627f061 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b9b7085efb8c {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_b9b7085efb8c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_db4474983393 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .text_9caf49e9adc3 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e0fd2baafe27 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_10cca1269c98 {
   width: 100%;
   min-width: 0;
   height: 22px;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_10cca1269c98 {
   overflow: visible;
 }

 .text_92a781941783 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_92a781941783 {
   overflow: visible;
 }

 .container_67a89aee4b62 {
   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;
 }

 .container_72f48e6cb452 {
   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_c1f7cee93335 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_d31f3dfd29b3 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_d31f3dfd29b3 img {
   width: 100%;
   height: 100%;
 }

 .container_b6acf6b4209b {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_709d0dc57e48 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0289987ea68e {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e0d64fcfd6df {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_e0d64fcfd6df img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_866a866df907 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #191919;
   border-radius: 16px 16px 16px 16px;
 }

 .container_1561aed1371e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c509246b7e22 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ccd4a46ee211 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_684c8eaa3593 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_86a645524f41 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f552bd1fffba {
   padding: 64px 20px 64px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .text_9cd5b295dd1e {
   width: 100%;
   min-width: 0;
   height: 108px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_9cd5b295dd1e {
   overflow: visible;
 }

 .text_8f8699ec0f6b {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8f8699ec0f6b {
   overflow: visible;
 }

 .container_e00388019220 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4c435954e18d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6b655b5283b7 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_6b655b5283b7 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_6b655b5283b7 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_93e230f68d01 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_17e33764b411 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_17e33764b411 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_17e33764b411 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_5195ce2596e2 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d5a565704f0c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: center;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3b63a14d0b69 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.5611940298507463;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_3b63a14d0b69 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_fdf4c97bbca7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_12006a110462 {
   padding: 64px 20px 64px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .text_70b3298464c3 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_70b3298464c3 {
   overflow: visible;
 }

 .text_4387775f3841 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4387775f3841 {
   overflow: visible;
 }

 .container_6737338413e3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_75a125937815 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_01bceed4402e {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_01bceed4402e {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_01bceed4402e {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_914486f3f987 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b0727766c8bd {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_b0727766c8bd {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_b0727766c8bd {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_ebf737af4157 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_87fe6459305c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_af783fbe3a57 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_40af8b198854 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_40af8b198854 {
   overflow: visible;
 }

 .text_dd3ae5315f51 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dd3ae5315f51 {
   overflow: visible;
 }

 .container_ba4b4b2009fb {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7a496c4219ed {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7a496c4219ed {
   overflow: visible;
 }

 .container_8ee24b13ba30 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_29f86a8d6655 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_29f86a8d6655 {
   overflow: visible;
 }

 .container_60d318931331 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_623457102542 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_623457102542 {
   overflow: visible;
 }

 .container_1efb898c924c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_97328c5120f9 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_97328c5120f9 {
   overflow: visible;
 }

 .container_b32d9ad71fce {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_5a38c014a35c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c256d9705f0 {
   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_93a05831a463 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_93a05831a463 {
   overflow: visible;
 }

 .text_5a045d6e1a40 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5a045d6e1a40 {
   overflow: visible;
 }

 .container_68ff45ab1005 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1286cc9c62af {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1286cc9c62af {
   overflow: visible;
 }

 .container_edcb32cc3558 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_75394edfbb79 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_75394edfbb79 {
   overflow: visible;
 }

 .container_5d97698bbbec {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_50c0ee8788c6 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_50c0ee8788c6 {
   overflow: visible;
 }

 .container_51fa59e009f0 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d3bb89182d1c {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d3bb89182d1c {
   overflow: visible;
 }

 .container_39734beb67b0 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_1787f5ad446d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_08b5d50448ce {
   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_94afce2f4749 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_94afce2f4749 {
   overflow: visible;
 }

 .text_8d534494e5e1 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8d534494e5e1 {
   overflow: visible;
 }

 .container_e42407cfbcb4 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4d9a92492f97 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4d9a92492f97 {
   overflow: visible;
 }

 .container_b61162fa0c86 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8c24079e50a3 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8c24079e50a3 {
   overflow: visible;
 }

 .container_77a2bee88afd {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b1e0e92ac903 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b1e0e92ac903 {
   overflow: visible;
 }

 .container_10f239aa53af {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4a6e49221297 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4a6e49221297 {
   overflow: visible;
 }

 .container_4afa48b01a89 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_f951015f1156 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6d317e44ce7c {
   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_62757ebafc95 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_62757ebafc95 {
   overflow: visible;
 }

 .text_666520df83cd {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_666520df83cd {
   overflow: visible;
 }

 .container_02ea9f3417fc {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cca3e2395ca8 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cca3e2395ca8 {
   overflow: visible;
 }

 .container_192ade8b2ac9 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5c4881471f4f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5c4881471f4f {
   overflow: visible;
 }

 .container_9c06804d9327 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_eae1b636dcdd {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eae1b636dcdd {
   overflow: visible;
 }

 .container_79354b87c920 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_150fb3227fe5 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_150fb3227fe5 {
   overflow: visible;
 }

 .container_989456353681 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_2a4a6cfd094f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d58082b6c5f1 {
   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_07e6d03681e4 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_07e6d03681e4 {
   overflow: visible;
 }

 .text_d0746db5c108 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d0746db5c108 {
   overflow: visible;
 }

 .container_2da69168d0be {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f28028b44b9b {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f28028b44b9b {
   overflow: visible;
 }

 .container_72475f8ab133 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7d530080b750 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7d530080b750 {
   overflow: visible;
 }

 .container_27e5ce4d5866 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e1e1d837337d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e1e1d837337d {
   overflow: visible;
 }

 .container_46f510afaa5e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_887516e041bf {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_887516e041bf {
   overflow: visible;
 }

 .container_e76c1df2bc24 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_11d50f7bf51b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7ba5d6ea0345 {
   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_559a48b44feb {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_559a48b44feb {
   overflow: visible;
 }

 .text_aa4f0a633ed8 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_aa4f0a633ed8 {
   overflow: visible;
 }

 .container_4497c14e752e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_908e8f8b2fb5 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_908e8f8b2fb5 {
   overflow: visible;
 }

 .container_7a52993e5422 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cc6cd3da613f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cc6cd3da613f {
   overflow: visible;
 }

 .container_efb19cdfe4b0 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_a25eb35da3f0 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a25eb35da3f0 {
   overflow: visible;
 }

 .container_51df5f3d56be {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5839703956f2 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5839703956f2 {
   overflow: visible;
 }

 .container_997c77747225 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_bc257d2af377 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0713b05ce73 {
   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;
 }

 .container_99e9651392cb {
   width: 335px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e385edb7ab5d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f838bb3b873b {
   width: 84px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_f838bb3b873b img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_e1a4b4a284f5 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_e1a4b4a284f5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_ab4582ede510 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_ab4582ede510 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_c5863bc628d9 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_c5863bc628d9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_74e4fe76c0a0 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_74e4fe76c0a0 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_80f13ffbbb5b {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_80f13ffbbb5b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_079fd1bce8f4 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_87e4c516000a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_ad83e56f1099 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .imageview_41062ac9b157 {
   width: 168px;
   height: 24px;
 }

 .imageview_41062ac9b157 img {
   width: 100%;
   height: 100%;
 }

 .text_70544f2c884f {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_70544f2c884f {
   overflow: visible;
 }

 .container_34583544aadd {
   padding: 0 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b9ad840bf196 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d63036290ae6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_904881ebb2d6 {
   padding: 48px 20px 48px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .viewport_255ff6ede3f8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_24e6208f6bf7 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .imageview_24e6208f6bf7 img {
   position: absolute;
   width: 375.0px !important;
   height: 72.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_24e6208f6bf7.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_0b051b3ca420 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0b051b3ca420 {
   overflow: visible;
 }

 .container_16be78e316eb {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6cd63d7a5520 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6cd63d7a5520 {
   overflow: visible;
 }

 .container_31a57465da22 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_862834ecbf0d {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_862834ecbf0d {
   overflow: visible;
 }

 .container_0c74dd788f32 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c84ba11ca9a1 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c84ba11ca9a1 {
   overflow: visible;
 }

 .imageview_f3636ae39cc9 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_f3636ae39cc9 img {
   width: 100%;
   height: 100%;
 }

 .container_2d98fe06890b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1d4b11d60330 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_16cbfff10226 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_16cbfff10226 {
   overflow: visible;
 }

 .imageview_27421cdef7b7 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_27421cdef7b7 img {
   width: 100%;
   height: 100%;
 }

 .text_030e5ed7f49c {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_030e5ed7f49c {
   overflow: visible;
 }

 .container_cff658e1bff0 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_62ca19b25a52 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4e377cc89fe4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_4e377cc89fe4 img {
   width: 100%;
   height: 100%;
 }

 .text_20c85aa561cb {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_20c85aa561cb {
   overflow: visible;
 }

 .container_05313e6d9ae8 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a4b1a27ef37e {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_04b1f183744b {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_04b1f183744b img {
   width: 100%;
   height: 100%;
 }

 .text_21b57e391464 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_21b57e391464 {
   overflow: visible;
 }

 .container_1bb0eac263d0 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_57cfe8526134 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8181e0e92514 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_8181e0e92514 img {
   width: 100%;
   height: 100%;
 }

 .text_4322c22d7546 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4322c22d7546 {
   overflow: visible;
 }

 .container_3b739756ee20 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2bea6565a1a3 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1177de058d24 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_17efd46a31ea {
   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_b74e179eae44 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b74e179eae44 {
   overflow: visible;
 }

 .imageview_c7b456bd83b4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_c7b456bd83b4 img {
   width: 100%;
   height: 100%;
 }

 .text_a43c10ee606e {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a43c10ee606e {
   overflow: visible;
 }

 .container_b1b80cdc57d5 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf735e905bf5 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9b3a24e5acd4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_9b3a24e5acd4 img {
   width: 100%;
   height: 100%;
 }

 .text_18ebf6a3016d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_18ebf6a3016d {
   overflow: visible;
 }

 .container_b1775cec79d3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2bdb08b1cea3 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_da066b62878b {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_da066b62878b img {
   width: 100%;
   height: 100%;
 }

 .text_52ad31349e46 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_52ad31349e46 {
   overflow: visible;
 }

 .container_742c9cf3ac91 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_398ffe0bcffb {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_66d4e540fbf4 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_66d4e540fbf4 img {
   width: 100%;
   height: 100%;
 }

 .text_c52942c6be6b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c52942c6be6b {
   overflow: visible;
 }

 .container_43b38412ebc5 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_54c6e95693dd {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8a265899f4d5 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fbcd7efb64eb {
   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_86400c03d25e {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_86400c03d25e {
   overflow: visible;
 }

 .imageview_244cb8ea9557 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_244cb8ea9557 img {
   width: 100%;
   height: 100%;
 }

 .text_9106d1d86e66 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9106d1d86e66 {
   overflow: visible;
 }

 .container_503b5f8b11a0 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e84a07b4b33b {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_020824b214ff {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_020824b214ff img {
   width: 100%;
   height: 100%;
 }

 .text_356c41c88f3b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_356c41c88f3b {
   overflow: visible;
 }

 .container_e3151b666e54 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_def13b5fd30a {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1849114f3727 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_1849114f3727 img {
   width: 100%;
   height: 100%;
 }

 .text_f243d40e916b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f243d40e916b {
   overflow: visible;
 }

 .container_b7d277c19b3a {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e021c41435cc {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e7c4038ec69a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_e7c4038ec69a img {
   width: 100%;
   height: 100%;
 }

 .text_15a1afeafe4e {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_15a1afeafe4e {
   overflow: visible;
 }

 .container_1432c19409fa {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_55667d66e1ed {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_20b970ea6948 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1add69c8a256 {
   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;
 }

 .container_a80f50186490 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_41d662329178 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_41d662329178 {
   overflow: visible;
 }

 .imageview_7eb0e11809ea {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.6666666666666666;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_7eb0e11809ea img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_757f0eef432d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_757f0eef432d {
   overflow: visible;
 }

 .text_02d6dc03aff9 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_02d6dc03aff9 {
   overflow: visible;
 }

 .container_359754cb0815 {
   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_5004fd30f20d {
   width: fit-content;
   line-height: 21px;
   font-family: 'Inter';
 }

 .container_c8f50f07030a {
   width: 288px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c46b31b74f91 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3fa29f06bd8e {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_5b9fc29364b0 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_5b9fc29364b0 img {
   width: 100%;
   height: 100%;
 }

 .container_105370e27e30 {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_5b61e6ece673 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

 .container_280a984e8547 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_92b1b73cf6d0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_34ea7b749422 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_421d198fc9d1 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e589be84d91e {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_e589be84d91e {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_e589be84d91e {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_feb17944cc9a {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_84a368a77de6 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_84a368a77de6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_84a368a77de6 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_dfe4dbe4921e {
   padding: 24px 0 80px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_44177fc9b86f {
   padding: 16px 20px 80px 20px;
   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_90c8a6b694cf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_0e4370e47741 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0e4370e47741 {
   overflow: visible;
 }

 .text_7baa2df7f921 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7baa2df7f921 {
   overflow: visible;
 }

 .container_b32ae18c9961 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2fac148a8966 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7941a0327d05 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_7941a0327d05 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_7941a0327d05 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_ef090a51df7d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e39290c368d5 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_e39290c368d5 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_e39290c368d5 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_5fd7b620042e {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9d1b5e79653e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_8f36f703d486 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_7f2b12f107d6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7f2b12f107d6 {
   overflow: visible;
 }

 .text_e3292f1553a0 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e3292f1553a0 {
   overflow: visible;
 }

 .container_96d16eb6ba8a {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b79d49e30c02 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b79d49e30c02 {
   overflow: visible;
 }

 .container_76d5c4fbc7b4 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ece767d8941f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ece767d8941f {
   overflow: visible;
 }

 .container_272c6b28be61 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9133707359ec {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9133707359ec {
   overflow: visible;
 }

 .container_9b316a70a018 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c227563bc903 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c227563bc903 {
   overflow: visible;
 }

 .container_5a9a1c31f651 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_c9465f875615 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2475f94bab46 {
   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_364baa2923bb {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_364baa2923bb {
   overflow: visible;
 }

 .text_e5545aa9b224 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e5545aa9b224 {
   overflow: visible;
 }

 .container_d817325f9335 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4311efbc9bf6 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4311efbc9bf6 {
   overflow: visible;
 }

 .container_cf06507eb2de {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_eeb469bd5d40 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eeb469bd5d40 {
   overflow: visible;
 }

 .container_39c3d4f47753 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f4b2d6235548 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f4b2d6235548 {
   overflow: visible;
 }

 .container_81f6ff9f3acf {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_153220eac46f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_153220eac46f {
   overflow: visible;
 }

 .container_3f30274aa8e1 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_1460f2958d34 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_289dd6f4b43b {
   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_47b2e25728e8 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_47b2e25728e8 {
   overflow: visible;
 }

 .text_b8d04814933a {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b8d04814933a {
   overflow: visible;
 }

 .container_293aeaae8bf8 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_84c855076535 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_84c855076535 {
   overflow: visible;
 }

 .container_021bad4e9e1a {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_bd7749e82e95 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bd7749e82e95 {
   overflow: visible;
 }

 .container_adb82eb99c36 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_caca6ed8d11d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_caca6ed8d11d {
   overflow: visible;
 }

 .container_20028cddd6bd {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c6ca378ea547 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c6ca378ea547 {
   overflow: visible;
 }

 .container_6c9ef745255f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_e0bcdfbe3c3f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5fa8e771ccc1 {
   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_19a42f47f78b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_19a42f47f78b {
   overflow: visible;
 }

 .text_e6e450a8644d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e6e450a8644d {
   overflow: visible;
 }

 .container_5105c7bd8afc {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4ed40c7f81d5 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4ed40c7f81d5 {
   overflow: visible;
 }

 .container_5543d6a110d9 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7394f057b942 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7394f057b942 {
   overflow: visible;
 }

 .container_f3c199d8c5e1 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d5cfa68116f9 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d5cfa68116f9 {
   overflow: visible;
 }

 .container_bf120f12c80f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_08946d18750f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_08946d18750f {
   overflow: visible;
 }

 .container_b86661ecaad9 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_15da0b2632a7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_999100919e11 {
   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_f4306eee0131 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f4306eee0131 {
   overflow: visible;
 }

 .text_d8241db40440 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d8241db40440 {
   overflow: visible;
 }

 .container_9d367b7674e9 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_585915fb0540 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_585915fb0540 {
   overflow: visible;
 }

 .container_bd3313c23fda {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_92cc2be3d8d7 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_92cc2be3d8d7 {
   overflow: visible;
 }

 .container_9ff1daf3c3bb {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4e366fc1b62f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4e366fc1b62f {
   overflow: visible;
 }

 .container_c716d83fce52 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ff99547efa6f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ff99547efa6f {
   overflow: visible;
 }

 .container_c034e2a40b41 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_057ddec8df4f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c88ef4336186 {
   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_75317912b9fc {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_75317912b9fc {
   overflow: visible;
 }

 .text_6fc85012c6fa {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6fc85012c6fa {
   overflow: visible;
 }

 .container_2fbb4d8edfb0 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2ad8d50bec41 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ad8d50bec41 {
   overflow: visible;
 }

 .container_04eddc16e68d {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d20326638fd8 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d20326638fd8 {
   overflow: visible;
 }

 .container_bf3d795d6ca9 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7121e02e1f9f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7121e02e1f9f {
   overflow: visible;
 }

 .container_e01f743c0e09 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2ea05530110b {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ea05530110b {
   overflow: visible;
 }

 .container_c08e9dbdc9ee {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_723a30dfc96c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4816d294c5b0 {
   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;
 }

 .container_962dfa4077b1 {
   width: 335px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_23f99742a947 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0ca5b4a49fa1 {
   width: 84px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_0ca5b4a49fa1 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_c5cf5c8a5474 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_c5cf5c8a5474 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_27edf343b473 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_27edf343b473 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_a9c382ce40de {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_a9c382ce40de img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_5a419abb10c5 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_5a419abb10c5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_243cb8675625 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_243cb8675625 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2b9431d37e7c {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_9cb176822814 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_8778cf44edce {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .imageview_e27aa2f6e88a {
   width: 168px;
   height: 24px;
 }

 .imageview_e27aa2f6e88a img {
   width: 100%;
   height: 100%;
 }

 .text_390c237e1171 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_390c237e1171 {
   overflow: visible;
 }

 .container_b79a14c0d931 {
   padding: 0 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_556eb0eebb0b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_17c0b4687624 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5a28184ee5b6 {
   padding: 48px 20px 48px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .viewport_16795801e55c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d7021374529c {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .imageview_d7021374529c img {
   position: absolute;
   width: 375.0px !important;
   height: 72.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_d7021374529c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_0cb6a3cdb114 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0cb6a3cdb114 {
   overflow: visible;
 }

 .container_3aeca2e63871 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_af5f52c2b52f {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_af5f52c2b52f {
   overflow: visible;
 }

 .container_dbeed577903b {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_03c6b70b36d5 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_03c6b70b36d5 {
   overflow: visible;
 }

 .container_2c5a97c7688b {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_847377ca86d1 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_847377ca86d1 {
   overflow: visible;
 }

 .imageview_d0a1943d1930 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_d0a1943d1930 img {
   width: 100%;
   height: 100%;
 }

 .container_9ac875ca65c0 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5ec797f16caf {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_df41ebc8456b {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_df41ebc8456b {
   overflow: visible;
 }

 .imageview_d4cb14daa94f {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_d4cb14daa94f img {
   width: 100%;
   height: 100%;
 }

 .text_c919850726f5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c919850726f5 {
   overflow: visible;
 }

 .container_9ebf6765ecfc {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ada28bc31477 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_521139b19ac7 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_521139b19ac7 img {
   width: 100%;
   height: 100%;
 }

 .text_e61e3f8376e5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e61e3f8376e5 {
   overflow: visible;
 }

 .container_c02b47dd9129 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2b04227a28ab {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_cfb7fa86501e {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_cfb7fa86501e img {
   width: 100%;
   height: 100%;
 }

 .text_98ffab7ae95a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_98ffab7ae95a {
   overflow: visible;
 }

 .container_aae6c84054e4 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1cdcef365aa {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5dfbc6cd0d41 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_5dfbc6cd0d41 img {
   width: 100%;
   height: 100%;
 }

 .text_b03ece2d47cf {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b03ece2d47cf {
   overflow: visible;
 }

 .container_2500c2d1de34 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7562407dddaf {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c6c42ce2de82 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_28c4b8e9a913 {
   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_2a35ba65d0ce {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2a35ba65d0ce {
   overflow: visible;
 }

 .imageview_7680825f9d84 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_7680825f9d84 img {
   width: 100%;
   height: 100%;
 }

 .text_761ac23a0db5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_761ac23a0db5 {
   overflow: visible;
 }

 .container_8cb0465bb6a0 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b4629730cc8 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2ff0003d20ad {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_2ff0003d20ad img {
   width: 100%;
   height: 100%;
 }

 .text_a78cd2299ff7 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a78cd2299ff7 {
   overflow: visible;
 }

 .container_2a3429be5ca5 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e7d2a6383681 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0318f67d6625 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_0318f67d6625 img {
   width: 100%;
   height: 100%;
 }

 .text_296edd2ee4ff {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_296edd2ee4ff {
   overflow: visible;
 }

 .container_64bc1e19a042 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_60cb931f1b3b {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a234bb60cd16 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_a234bb60cd16 img {
   width: 100%;
   height: 100%;
 }

 .text_68ceec1d47bb {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_68ceec1d47bb {
   overflow: visible;
 }

 .container_bb844bda87ff {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2cb5e6b47b7c {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_49f4ca8b10e0 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ae2e77056d31 {
   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_a7e2979f2730 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a7e2979f2730 {
   overflow: visible;
 }

 .imageview_8034a72a2935 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_8034a72a2935 img {
   width: 100%;
   height: 100%;
 }

 .text_b56013df08eb {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b56013df08eb {
   overflow: visible;
 }

 .container_b099ddab3e5d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f25dfdd6ac7c {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_73de2708bf3a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_73de2708bf3a img {
   width: 100%;
   height: 100%;
 }

 .text_8a5da4dc15cf {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8a5da4dc15cf {
   overflow: visible;
 }

 .container_7375976126d5 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_38b99801fac1 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_874a747992f6 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_874a747992f6 img {
   width: 100%;
   height: 100%;
 }

 .text_079f7ed98d89 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_079f7ed98d89 {
   overflow: visible;
 }

 .container_96cdf5071dce {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7faceb32fe2c {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1763e3984a02 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_1763e3984a02 img {
   width: 100%;
   height: 100%;
 }

 .text_2d544240ad9d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2d544240ad9d {
   overflow: visible;
 }

 .container_665381f83b53 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_219978548a76 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_00e675564c24 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_eda9d0c6e6f0 {
   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;
 }

 .container_a81e57962c7f {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6c0190095514 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6c0190095514 {
   overflow: visible;
 }

 .imageview_4bdf743ba22a {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.6666666666666666;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_4bdf743ba22a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_774ef44afbec {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_774ef44afbec {
   overflow: visible;
 }

 .text_060b57abcf09 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_060b57abcf09 {
   overflow: visible;
 }

 .container_3e6b12148951 {
   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_7a0a022be01c {
   width: fit-content;
   line-height: 21px;
   font-family: 'Inter';
 }

 .container_724ef3543cf5 {
   width: 288px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_da88aa926d9c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f7ef452e70ca {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_974e0eeabab5 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_974e0eeabab5 img {
   width: 100%;
   height: 100%;
 }

 .container_370fe2966690 {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_4ed3dc329b99 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

 .container_bb2fa71817e4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a798ca2bec57 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0a59e7902bd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f38375e73ff8 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_643c1cc21f9e {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_643c1cc21f9e {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_643c1cc21f9e {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_6ab6741b0e36 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2d71897f9955 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_2d71897f9955 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_2d71897f9955 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_160760ab9086 {
   padding: 24px 0 80px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4b5cc73012ee {
   padding: 16px 20px 80px 20px;
   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_57312beb59c4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_b80ff21ccdd0 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_b80ff21ccdd0 {
   overflow: visible;
 }

 .text_cec00d3e57ee {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cec00d3e57ee {
   overflow: visible;
 }

 .container_1f3283cbe729 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3174c59a096b {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6be076fdf8ea {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_6be076fdf8ea {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_6be076fdf8ea {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_0e833d2e2fc6 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a87903b1f3ae {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_a87903b1f3ae {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_a87903b1f3ae {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_400535855ef9 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_710d59ec75cb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_665308158cf6 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_799c98542195 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_799c98542195 {
   overflow: visible;
 }

 .text_1523a369753e {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1523a369753e {
   overflow: visible;
 }

 .container_210575f4e6dc {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_db08b979b300 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_db08b979b300 {
   overflow: visible;
 }

 .container_e7ea7480d96d {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9d188b584ca3 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9d188b584ca3 {
   overflow: visible;
 }

 .container_d8838a1f3796 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_78609cc98a5b {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_78609cc98a5b {
   overflow: visible;
 }

 .container_a6e0cca4f049 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b89f1e2deef2 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b89f1e2deef2 {
   overflow: visible;
 }

 .container_3a93a784a277 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_d0d005db924b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_42b167490a77 {
   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_1a5b5fd81d38 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1a5b5fd81d38 {
   overflow: visible;
 }

 .text_c4898420a6c5 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c4898420a6c5 {
   overflow: visible;
 }

 .container_0f7896aa5896 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2aabb491ab76 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2aabb491ab76 {
   overflow: visible;
 }

 .container_9b2df38be929 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_163b0cc12420 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_163b0cc12420 {
   overflow: visible;
 }

 .container_3d2cbcdbbd9b {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_35243d931549 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_35243d931549 {
   overflow: visible;
 }

 .container_cb7f5afe628b {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8854d51449aa {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8854d51449aa {
   overflow: visible;
 }

 .container_c94567f5cb50 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_4b383565892f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4d847dc4bf35 {
   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_78037fbf043d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_78037fbf043d {
   overflow: visible;
 }

 .text_7916703e50fe {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7916703e50fe {
   overflow: visible;
 }

 .container_8349df734450 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_56e5a495777d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_56e5a495777d {
   overflow: visible;
 }

 .container_303fc987bf82 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_832f2ef53966 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_832f2ef53966 {
   overflow: visible;
 }

 .container_97534c9bfb3c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d1701c618860 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d1701c618860 {
   overflow: visible;
 }

 .container_0d91643e0d17 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0e25998a3e1e {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0e25998a3e1e {
   overflow: visible;
 }

 .container_058aefff95d2 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_b3826024ba9d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7577a8f8206d {
   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_2ed1459ec8ad {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ed1459ec8ad {
   overflow: visible;
 }

 .text_790e4a41c90b {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_790e4a41c90b {
   overflow: visible;
 }

 .container_05d07a43077f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d17bdcd144bf {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d17bdcd144bf {
   overflow: visible;
 }

 .container_34d20a78972b {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8fe97799f945 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8fe97799f945 {
   overflow: visible;
 }

 .container_dec4e9ddb561 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f0d9bf261d0d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f0d9bf261d0d {
   overflow: visible;
 }

 .container_ace4d2866b73 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_20de307ff1b5 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_20de307ff1b5 {
   overflow: visible;
 }

 .container_9c02a60dd967 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_413ae092850f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9d8dfd18d9f1 {
   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_cf1619beadc5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cf1619beadc5 {
   overflow: visible;
 }

 .text_bee060936397 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bee060936397 {
   overflow: visible;
 }

 .container_8f74affbe31b {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_30e603056140 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_30e603056140 {
   overflow: visible;
 }

 .container_13cc056d31c3 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0b08bf30c91b {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0b08bf30c91b {
   overflow: visible;
 }

 .container_a41d28eb4a4e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c66db77ba7df {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c66db77ba7df {
   overflow: visible;
 }

 .container_6f3ebe2f5e2f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_25f4dbc6cb63 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_25f4dbc6cb63 {
   overflow: visible;
 }

 .container_b3eedd370508 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_202b62964a22 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8e9392b8fda5 {
   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_7b8bef37eec1 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7b8bef37eec1 {
   overflow: visible;
 }

 .text_f49dffc4cca7 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f49dffc4cca7 {
   overflow: visible;
 }

 .container_d8f24a981d38 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f009bd6cd3d8 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f009bd6cd3d8 {
   overflow: visible;
 }

 .container_bbe7a5924aff {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_225b2634705f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_225b2634705f {
   overflow: visible;
 }

 .container_7cdf7794e1f4 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1b28f70c3071 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1b28f70c3071 {
   overflow: visible;
 }

 .container_cd7918301b2d {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_eb841e259731 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eb841e259731 {
   overflow: visible;
 }

 .container_4c09dd8a7c1c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_803696190cd9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_88f086f4bd44 {
   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;
 }

 .container_ea6c8091d5ea {
   width: 335px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8d0680b86d5a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f50cc2342cde {
   width: 84px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_f50cc2342cde img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_72f7a4a7bd8b {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_72f7a4a7bd8b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_36a0b7e7b340 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_36a0b7e7b340 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_4f97a475ef4e {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_4f97a475ef4e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_3292693bbc4b {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_3292693bbc4b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_ab714f574107 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_ab714f574107 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_970353d45194 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_16bde86effdd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_1afc2be936a9 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .imageview_40b29960f6ec {
   width: 168px;
   height: 24px;
 }

 .imageview_40b29960f6ec img {
   width: 100%;
   height: 100%;
 }

 .text_fee8780ecb28 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fee8780ecb28 {
   overflow: visible;
 }

 .container_da28d5c89c2e {
   padding: 0 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1ede70fbaf52 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_78f271b6be19 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a6d7814ab18f {
   padding: 48px 20px 48px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .viewport_871dac16415b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3d47a9831ac2 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .imageview_3d47a9831ac2 img {
   position: absolute;
   width: 375.0px !important;
   height: 72.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_3d47a9831ac2.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_5d668a331a71 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5d668a331a71 {
   overflow: visible;
 }

 .container_b1f7bc4a9252 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2daf3bb9f8c8 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2daf3bb9f8c8 {
   overflow: visible;
 }

 .container_d78365465d51 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_21f3f71f2450 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_21f3f71f2450 {
   overflow: visible;
 }

 .container_70baa88802db {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_db6db564d201 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_db6db564d201 {
   overflow: visible;
 }

 .imageview_a378b2a9b404 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_a378b2a9b404 img {
   width: 100%;
   height: 100%;
 }

 .container_6d9790ba2286 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_68438fa9a59e {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_48450ea12f1a {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_48450ea12f1a {
   overflow: visible;
 }

 .imageview_a6053854a42d {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_a6053854a42d img {
   width: 100%;
   height: 100%;
 }

 .text_de88118c1ba6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_de88118c1ba6 {
   overflow: visible;
 }

 .container_e36368259e92 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e666803f3367 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e155ba686188 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_e155ba686188 img {
   width: 100%;
   height: 100%;
 }

 .text_631a97145a2f {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_631a97145a2f {
   overflow: visible;
 }

 .container_c76820a97af7 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_260169b5cd63 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4fd16e6e1103 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_4fd16e6e1103 img {
   width: 100%;
   height: 100%;
 }

 .text_b6bec0917024 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b6bec0917024 {
   overflow: visible;
 }

 .container_45a5fc3fc62c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4f5dfff35b44 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6ef4b9e6f2f3 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_6ef4b9e6f2f3 img {
   width: 100%;
   height: 100%;
 }

 .text_d9f4012ad8df {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d9f4012ad8df {
   overflow: visible;
 }

 .container_e9ccc0b9c131 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_03edc2a81b50 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3fa7a1ab5399 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d134536f12d {
   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_425743051968 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_425743051968 {
   overflow: visible;
 }

 .imageview_ce44b80f9b99 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_ce44b80f9b99 img {
   width: 100%;
   height: 100%;
 }

 .text_7518d024b333 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7518d024b333 {
   overflow: visible;
 }

 .container_80987410eea8 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fb2587966ec7 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9f083a698e8b {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_9f083a698e8b img {
   width: 100%;
   height: 100%;
 }

 .text_62b368eb03b2 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_62b368eb03b2 {
   overflow: visible;
 }

 .container_b87b4b2e4567 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3ed5f0ebe6f1 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ce2a2a44a0e7 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_ce2a2a44a0e7 img {
   width: 100%;
   height: 100%;
 }

 .text_add7daee7b62 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_add7daee7b62 {
   overflow: visible;
 }

 .container_350e5cbbc3de {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_deb7cc1c0b8e {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_28397487ffb9 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_28397487ffb9 img {
   width: 100%;
   height: 100%;
 }

 .text_16a52c99e40a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_16a52c99e40a {
   overflow: visible;
 }

 .container_158f2e7c5e41 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d53fdf94dec6 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f5698c856626 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e1c54731e237 {
   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_939179e91869 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_939179e91869 {
   overflow: visible;
 }

 .imageview_3573dcbe874a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_3573dcbe874a img {
   width: 100%;
   height: 100%;
 }

 .text_19053d7de9ea {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_19053d7de9ea {
   overflow: visible;
 }

 .container_f431fcaf7289 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6c370a290a27 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_282b2890e639 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_282b2890e639 img {
   width: 100%;
   height: 100%;
 }

 .text_8e2a58542ca1 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8e2a58542ca1 {
   overflow: visible;
 }

 .container_4c54971c34ae {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_378fa5691bd9 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6794e17f857c {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_6794e17f857c img {
   width: 100%;
   height: 100%;
 }

 .text_3b06681ab56a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3b06681ab56a {
   overflow: visible;
 }

 .container_c876f1992550 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d2732ccaf01e {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a392d62e6316 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_a392d62e6316 img {
   width: 100%;
   height: 100%;
 }

 .text_9a52955250f3 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9a52955250f3 {
   overflow: visible;
 }

 .container_054fa9d4ed41 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_861cb90bfc53 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_460cdd0bff0f {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba60f93dde43 {
   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;
 }

 .container_38e450b78fa9 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_37e1a4e74a60 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_37e1a4e74a60 {
   overflow: visible;
 }

 .imageview_297f29a3a221 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.6666666666666666;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_297f29a3a221 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_1ac0ad965eac {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1ac0ad965eac {
   overflow: visible;
 }

 .text_8426e9d061da {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8426e9d061da {
   overflow: visible;
 }

 .container_cc41bae7fe5f {
   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_3c23bce32ece {
   width: fit-content;
   line-height: 21px;
   font-family: 'Inter';
 }

 .container_4f517569a668 {
   width: 288px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b23434a63335 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3b81c461e01b {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_dd945bc85967 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_dd945bc85967 img {
   width: 100%;
   height: 100%;
 }

 .container_428fcb1fe835 {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_6a8c7597e64b {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

 .container_76a5b742e9b2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_035c36af37de {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2296b41c42b2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_81a16f8e49a5 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d3d38fad3e78 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_d3d38fad3e78 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_d3d38fad3e78 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_88fdae96cc46 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a10e010aa521 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_a10e010aa521 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_a10e010aa521 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_1ae328cae7cb {
   padding: 24px 0 80px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_301b1a208390 {
   padding: 16px 20px 80px 20px;
   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_e40ea4a6a290 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_a1a2ecd518e9 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a1a2ecd518e9 {
   overflow: visible;
 }

 .text_b4a15fbbbc02 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b4a15fbbbc02 {
   overflow: visible;
 }

 .container_e9cd301c4cfb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_04d57d76bd36 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e403fa0a4590 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_e403fa0a4590 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_e403fa0a4590 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_fe07dd856a1d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0b2db0d617a1 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_0b2db0d617a1 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_0b2db0d617a1 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_d023d29816ed {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d492362a1140 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_b77b72f90bb3 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_bb83f5c117d5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bb83f5c117d5 {
   overflow: visible;
 }

 .text_fa87e0d918ca {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fa87e0d918ca {
   overflow: visible;
 }

 .container_09a7744927f7 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_de83385fbd18 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_de83385fbd18 {
   overflow: visible;
 }

 .container_78e828c830fa {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cb351682b94b {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cb351682b94b {
   overflow: visible;
 }

 .container_ccea7d14e497 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3e5dbfadec52 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3e5dbfadec52 {
   overflow: visible;
 }

 .container_8126bbe74575 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_12b36166c116 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_12b36166c116 {
   overflow: visible;
 }

 .container_5addd640897a {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_921558acf3d3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1eab589295e1 {
   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_9447dc5f0e79 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9447dc5f0e79 {
   overflow: visible;
 }

 .text_2d4214c904e6 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2d4214c904e6 {
   overflow: visible;
 }

 .container_4b4296348a02 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_bfd2048a4925 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bfd2048a4925 {
   overflow: visible;
 }

 .container_bd051cca26d5 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9a876e6aa7bd {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9a876e6aa7bd {
   overflow: visible;
 }

 .container_fb1d523a461c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1cc6d3207287 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1cc6d3207287 {
   overflow: visible;
 }

 .container_ede1cf668d85 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_fbaaa4dfd67d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fbaaa4dfd67d {
   overflow: visible;
 }

 .container_2dcd21593cd3 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_4c8eb3b7bfc2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8d72ca3d311f {
   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_f31579082310 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f31579082310 {
   overflow: visible;
 }

 .text_3597a275676e {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3597a275676e {
   overflow: visible;
 }

 .container_7035eb507fe7 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7c7435bcdeb0 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7c7435bcdeb0 {
   overflow: visible;
 }

 .container_f0fa17d19472 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_71e02deb39fd {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_71e02deb39fd {
   overflow: visible;
 }

 .container_c54e953d6ecf {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_20109e6746f5 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_20109e6746f5 {
   overflow: visible;
 }

 .container_830d1fef7db9 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_dde71e13133d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dde71e13133d {
   overflow: visible;
 }

 .container_2c5b762923d5 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_4c132e0ee02d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a2f7a65606b1 {
   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_54261c78e3d6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_54261c78e3d6 {
   overflow: visible;
 }

 .text_e437d5af0502 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e437d5af0502 {
   overflow: visible;
 }

 .container_e59ac27976f1 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_87fc0dba6c5c {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_87fc0dba6c5c {
   overflow: visible;
 }

 .container_5be7c9a6750e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5f66a8a18149 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5f66a8a18149 {
   overflow: visible;
 }

 .container_2570555c89f5 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cecfa07e049c {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cecfa07e049c {
   overflow: visible;
 }

 .container_4006d8967b5a {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b2406a451acb {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b2406a451acb {
   overflow: visible;
 }

 .container_810cf720ee13 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_6c17e11743c3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a05414aca9b0 {
   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_d3709ce2b0d5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d3709ce2b0d5 {
   overflow: visible;
 }

 .text_cbe76b66bdc5 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cbe76b66bdc5 {
   overflow: visible;
 }

 .container_490fa34d14f6 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4d4e243badea {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4d4e243badea {
   overflow: visible;
 }

 .container_b2d469c188dc {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_075da0a061d7 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_075da0a061d7 {
   overflow: visible;
 }

 .container_6496d35aac60 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2c86208f9a1a {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2c86208f9a1a {
   overflow: visible;
 }

 .container_3e8f8f2924ff {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_499165091d74 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_499165091d74 {
   overflow: visible;
 }

 .container_71142eb43d61 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_35ccb05191b3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c976b1a318f {
   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_c01b0cc56ead {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c01b0cc56ead {
   overflow: visible;
 }

 .text_d27c103a1f3a {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d27c103a1f3a {
   overflow: visible;
 }

 .container_af4c589db112 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ec66787a3522 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ec66787a3522 {
   overflow: visible;
 }

 .container_8627b9e46e47 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9469ac9a4e96 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9469ac9a4e96 {
   overflow: visible;
 }

 .container_4199f2be694e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_07b1e80abede {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_07b1e80abede {
   overflow: visible;
 }

 .container_16c5fc44a25f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2d496d71f975 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2d496d71f975 {
   overflow: visible;
 }

 .container_676a9ede64d0 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_4d7ed8877dd0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1dfba2f67b50 {
   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;
 }

 .container_43a2f1dce005 {
   width: 335px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b9edb0566b0b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_bc6266fa6cd4 {
   width: 84px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_bc6266fa6cd4 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_43e1182f2988 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_43e1182f2988 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_7a15392b4c9f {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_7a15392b4c9f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_3588a50d7c79 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_3588a50d7c79 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_6692a9cd7890 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_6692a9cd7890 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_fe784227403b {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_fe784227403b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c260cf4a3b0f {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_f70676868763 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_9cbd13c89340 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .imageview_1b8194c4bf36 {
   width: 168px;
   height: 24px;
 }

 .imageview_1b8194c4bf36 img {
   width: 100%;
   height: 100%;
 }

 .text_48c058789bd6 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_48c058789bd6 {
   overflow: visible;
 }

 .container_d2f14c36f191 {
   padding: 0 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f072b87a7509 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_20cb7583d22a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe3f322db38f {
   padding: 48px 20px 48px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .viewport_e2fcb50dcbeb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_59e040e56f65 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .imageview_59e040e56f65 img {
   position: absolute;
   width: 375.0px !important;
   height: 72.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_59e040e56f65.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_0f0ced4c7bce {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0f0ced4c7bce {
   overflow: visible;
 }

 .container_380253fea081 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_59cb19c6bc01 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_59cb19c6bc01 {
   overflow: visible;
 }

 .container_1a50d9fe7ae7 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_981c36a94ed5 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_981c36a94ed5 {
   overflow: visible;
 }

 .container_d0623bd1b125 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_680f8cd99f3c {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_680f8cd99f3c {
   overflow: visible;
 }

 .imageview_2733c1c0dfa9 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_2733c1c0dfa9 img {
   width: 100%;
   height: 100%;
 }

 .container_f2eced347d03 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_70543891080d {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_754512140725 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_754512140725 {
   overflow: visible;
 }

 .imageview_85855df02771 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_85855df02771 img {
   width: 100%;
   height: 100%;
 }

 .text_d210c2f8e5f8 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d210c2f8e5f8 {
   overflow: visible;
 }

 .container_9f3b2adc1eaa {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd6323a92716 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5742fe67feb3 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_5742fe67feb3 img {
   width: 100%;
   height: 100%;
 }

 .text_c124f485e270 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c124f485e270 {
   overflow: visible;
 }

 .container_121f1adf7a4c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_04c4a3a3e8fb {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f9f0a73bfc4a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_f9f0a73bfc4a img {
   width: 100%;
   height: 100%;
 }

 .text_65dc321175ae {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_65dc321175ae {
   overflow: visible;
 }

 .container_e258b1b44677 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9930e25a5200 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8b8bf293360a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_8b8bf293360a img {
   width: 100%;
   height: 100%;
 }

 .text_e5eb91ee9014 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e5eb91ee9014 {
   overflow: visible;
 }

 .container_49391f5c05a3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f3580a9973e4 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b39171de5005 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_908c6ccaa003 {
   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_e53605a2b546 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e53605a2b546 {
   overflow: visible;
 }

 .imageview_a9d334ccbdad {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_a9d334ccbdad img {
   width: 100%;
   height: 100%;
 }

 .text_a5d9a9b5c73f {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a5d9a9b5c73f {
   overflow: visible;
 }

 .container_00017e529853 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8ffb69a3baf4 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a21480fe0d10 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_a21480fe0d10 img {
   width: 100%;
   height: 100%;
 }

 .text_85d3ce0d1aa6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_85d3ce0d1aa6 {
   overflow: visible;
 }

 .container_e0e0a0435f36 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_abc12387ddd9 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_76af18710028 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_76af18710028 img {
   width: 100%;
   height: 100%;
 }

 .text_ac1e34753b3b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ac1e34753b3b {
   overflow: visible;
 }

 .container_7c1bfd8f4bfa {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c8e32493427b {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_04e21be756b9 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_04e21be756b9 img {
   width: 100%;
   height: 100%;
 }

 .text_bf6905912948 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bf6905912948 {
   overflow: visible;
 }

 .container_b714cc6b5001 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_50c844018cd8 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e324a1c5f900 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_96a1abbb8c65 {
   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_0aff8097de91 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0aff8097de91 {
   overflow: visible;
 }

 .imageview_e1b12eb8a138 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_e1b12eb8a138 img {
   width: 100%;
   height: 100%;
 }

 .text_84a1f79916f4 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_84a1f79916f4 {
   overflow: visible;
 }

 .container_76f49a5a9081 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9187badbb5b6 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6fea723d64a1 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_6fea723d64a1 img {
   width: 100%;
   height: 100%;
 }

 .text_8daf2c712890 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8daf2c712890 {
   overflow: visible;
 }

 .container_f06607a8cb2e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e164eaf4cd1a {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6e143c077820 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_6e143c077820 img {
   width: 100%;
   height: 100%;
 }

 .text_3d7e60a4512b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3d7e60a4512b {
   overflow: visible;
 }

 .container_25f7ac3c9416 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_399428dfa293 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d646f86154e6 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_d646f86154e6 img {
   width: 100%;
   height: 100%;
 }

 .text_e550585d780d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e550585d780d {
   overflow: visible;
 }

 .container_e23aa877ad82 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8a6b41dc7a85 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_90126a210440 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_751ca2871efa {
   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;
 }

 .container_604b8df604a5 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4f1869f2223c {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4f1869f2223c {
   overflow: visible;
 }

 .imageview_658cc59323ee {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.6666666666666666;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_658cc59323ee img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_4ed746a7fd19 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4ed746a7fd19 {
   overflow: visible;
 }

 .text_2ef8b9364f5d {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ef8b9364f5d {
   overflow: visible;
 }

 .container_14cb16c6a102 {
   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_e71669e54a1d {
   width: fit-content;
   line-height: 21px;
   font-family: 'Inter';
 }

 .container_45c3e24237da {
   width: 288px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_860c79336405 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f10b90c57e14 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_38fa73654d7c {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_38fa73654d7c img {
   width: 100%;
   height: 100%;
 }

 .container_0323f6dbc08c {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_7db68a26f775 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

 .container_66b57874e374 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_af73da2a02d2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0c2786a2d76d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_87a78c31fba0 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_cfb40c3ec726 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_cfb40c3ec726 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_cfb40c3ec726 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_80d89f294b73 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ef9692b37735 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_ef9692b37735 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_ef9692b37735 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_63ab0aaa0547 {
   padding: 24px 0 80px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1b81b4aeed47 {
   padding: 16px 20px 80px 20px;
   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_053acc5a2180 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_af7c85eb1fcb {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_af7c85eb1fcb {
   overflow: visible;
 }

 .text_bfe0f626458d {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bfe0f626458d {
   overflow: visible;
 }

 .container_4be1f20c069b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ffe3094fc18d {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_73b61079eb38 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_73b61079eb38 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_73b61079eb38 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_40ee47891d98 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e9e563a02756 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_e9e563a02756 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_e9e563a02756 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_9a9a5f58cadd {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b2105e119a3c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_54e3b6e37ab9 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_18301c98f175 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_18301c98f175 {
   overflow: visible;
 }

 .text_cfea591d0e12 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cfea591d0e12 {
   overflow: visible;
 }

 .container_61511acbf3e8 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c4985d104343 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c4985d104343 {
   overflow: visible;
 }

 .container_bd2aa238795e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_99815b4d1413 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_99815b4d1413 {
   overflow: visible;
 }

 .container_bd2b1194ab94 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_389e37789d56 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_389e37789d56 {
   overflow: visible;
 }

 .container_49b207fc42b2 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ddec42b099a7 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ddec42b099a7 {
   overflow: visible;
 }

 .container_f501e8f1dad2 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_df367f75f28f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2a8460d476e2 {
   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_cd469c0a4d2a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cd469c0a4d2a {
   overflow: visible;
 }

 .text_49ef69e22fe8 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_49ef69e22fe8 {
   overflow: visible;
 }

 .container_bc0760bdd15e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_641f9280d2bf {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_641f9280d2bf {
   overflow: visible;
 }

 .container_103c6fb94222 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2a99d15d30fa {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2a99d15d30fa {
   overflow: visible;
 }

 .container_053866f56a96 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_67975cdbdc3b {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_67975cdbdc3b {
   overflow: visible;
 }

 .container_9652cfcf6c93 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cae902e27b27 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cae902e27b27 {
   overflow: visible;
 }

 .container_ff9e40b3759e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_92af748f42b6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b89d8f5bf425 {
   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_b17b8b0903ff {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b17b8b0903ff {
   overflow: visible;
 }

 .text_6f4564fb57ca {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6f4564fb57ca {
   overflow: visible;
 }

 .container_88e59bd4e0a8 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c7354494c913 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c7354494c913 {
   overflow: visible;
 }

 .container_68cb31a1065b {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1040516f0d68 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1040516f0d68 {
   overflow: visible;
 }

 .container_9fa4389dd19c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_abe166284165 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_abe166284165 {
   overflow: visible;
 }

 .container_bab742665b3e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_88bd849ed5af {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_88bd849ed5af {
   overflow: visible;
 }

 .container_31be7ce91fe9 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_999232860ae8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_14642e14cb44 {
   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_d06532f57e7a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d06532f57e7a {
   overflow: visible;
 }

 .text_a39356ea1413 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a39356ea1413 {
   overflow: visible;
 }

 .container_c1a77aa0ed4d {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_09a00aa54bac {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_09a00aa54bac {
   overflow: visible;
 }

 .container_eec3df24e007 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_dba5fb8a3edb {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dba5fb8a3edb {
   overflow: visible;
 }

 .container_51a6da07b95f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2ab0b1a827c6 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ab0b1a827c6 {
   overflow: visible;
 }

 .container_b883601e35bf {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4bcdf758dbfc {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4bcdf758dbfc {
   overflow: visible;
 }

 .container_1bf947ff5099 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_34c710a29a90 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a7167dab4517 {
   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_3506af7ee94e {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3506af7ee94e {
   overflow: visible;
 }

 .text_6e673c3b3b5b {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6e673c3b3b5b {
   overflow: visible;
 }

 .container_894559c2865e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8a82b81740ce {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8a82b81740ce {
   overflow: visible;
 }

 .container_71dc514d549a {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3045597afc13 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3045597afc13 {
   overflow: visible;
 }

 .container_2845ac931bc4 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c709264bb328 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c709264bb328 {
   overflow: visible;
 }

 .container_3455f5abf933 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e9a6b067fe2f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e9a6b067fe2f {
   overflow: visible;
 }

 .container_5a2bf32596a1 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_dc884c393114 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_877a4fac25a7 {
   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_f90c7bbede62 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f90c7bbede62 {
   overflow: visible;
 }

 .text_7707944f6d0f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7707944f6d0f {
   overflow: visible;
 }

 .container_bca68cd5e994 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4a505e72769d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4a505e72769d {
   overflow: visible;
 }

 .container_81ac82c08a56 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4bc097cbfd2c {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4bc097cbfd2c {
   overflow: visible;
 }

 .container_4bdeee9f5b14 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_bb6704247543 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bb6704247543 {
   overflow: visible;
 }

 .container_e9e3207442db {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_dd777567c63c {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dd777567c63c {
   overflow: visible;
 }

 .container_80d5562fefab {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_6a742a107be6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e6c6d4ea83b2 {
   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;
 }

 .container_ad87f0ae4320 {
   width: 335px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6eb9f0479270 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c37dd556cca6 {
   width: 84px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_c37dd556cca6 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_d27f5901ae67 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_d27f5901ae67 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_2ab9a5c1ab3b {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_2ab9a5c1ab3b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_7f0190aa1759 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_7f0190aa1759 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_83ff512ffbb7 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_83ff512ffbb7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_546175d75006 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_546175d75006 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_6c60cb3654e9 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_f3dd59b8b419 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_9a8aec9693f1 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .imageview_8e048401e6b2 {
   width: 168px;
   height: 24px;
 }

 .imageview_8e048401e6b2 img {
   width: 100%;
   height: 100%;
 }

 .text_234f5328a85d {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_234f5328a85d {
   overflow: visible;
 }

 .container_8849302fc1f6 {
   padding: 0 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b27be466137d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2358b347adf7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1fdb14e0c62 {
   padding: 48px 20px 48px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .viewport_7de509e14720 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_20fe95fc3289 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .imageview_20fe95fc3289 img {
   position: absolute;
   width: 375.0px !important;
   height: 72.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_20fe95fc3289.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_5880f63d4d1b {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5880f63d4d1b {
   overflow: visible;
 }

 .container_0eab4c870cbb {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7c0cf6f8b654 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7c0cf6f8b654 {
   overflow: visible;
 }

 .container_842926e25aa1 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_126a824e8a44 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_126a824e8a44 {
   overflow: visible;
 }

 .container_92a4b6ea5652 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e498cdbb4eba {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e498cdbb4eba {
   overflow: visible;
 }

 .imageview_3193a6c504f2 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_3193a6c504f2 img {
   width: 100%;
   height: 100%;
 }

 .container_4183177590b1 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cb0abba79d0c {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e20b4927410e {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e20b4927410e {
   overflow: visible;
 }

 .imageview_5a2e18b4fcaa {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_5a2e18b4fcaa img {
   width: 100%;
   height: 100%;
 }

 .text_e7b78ba35ad9 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e7b78ba35ad9 {
   overflow: visible;
 }

 .container_48f6e7de205c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d79f9dc07914 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d9675562935b {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_d9675562935b img {
   width: 100%;
   height: 100%;
 }

 .text_6b3f6ad6db9b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6b3f6ad6db9b {
   overflow: visible;
 }

 .container_8358a9bab229 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_38232a419bf5 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8f7119b31733 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_8f7119b31733 img {
   width: 100%;
   height: 100%;
 }

 .text_c4d15a11f649 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c4d15a11f649 {
   overflow: visible;
 }

 .container_59dc163f93f5 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_24255e877fcb {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_43aff251ea86 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_43aff251ea86 img {
   width: 100%;
   height: 100%;
 }

 .text_9311d75d4afb {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9311d75d4afb {
   overflow: visible;
 }

 .container_6ea967f4b073 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c373908aec08 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_77e5eda4dcd3 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_400b34f7066c {
   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_ca2256aea7af {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ca2256aea7af {
   overflow: visible;
 }

 .imageview_753cd599890b {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_753cd599890b img {
   width: 100%;
   height: 100%;
 }

 .text_011d45473738 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_011d45473738 {
   overflow: visible;
 }

 .container_6cc467b79fdc {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ffd81f38a780 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_85d78495288f {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_85d78495288f img {
   width: 100%;
   height: 100%;
 }

 .text_2c5e4ea40e21 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2c5e4ea40e21 {
   overflow: visible;
 }

 .container_0906b59433e3 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0fcb8874ef6c {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_29f2d47dbd02 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_29f2d47dbd02 img {
   width: 100%;
   height: 100%;
 }

 .text_b2f8b9682930 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b2f8b9682930 {
   overflow: visible;
 }

 .container_59b2d9cf882e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a8fd3c4d0aec {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_58edae01d4e9 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_58edae01d4e9 img {
   width: 100%;
   height: 100%;
 }

 .text_7de0c9c60146 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7de0c9c60146 {
   overflow: visible;
 }

 .container_ae76b25dcc28 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0092e36514d2 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_493a822d43a3 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3ddb0903c30c {
   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_1d80aeb00009 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1d80aeb00009 {
   overflow: visible;
 }

 .imageview_9f9b9885b351 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_9f9b9885b351 img {
   width: 100%;
   height: 100%;
 }

 .text_d1b26c94e78f {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d1b26c94e78f {
   overflow: visible;
 }

 .container_c2d47b8a885e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7c49cb1a9e4c {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e25876674a66 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_e25876674a66 img {
   width: 100%;
   height: 100%;
 }

 .text_5ea5827022d5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5ea5827022d5 {
   overflow: visible;
 }

 .container_b53d95449f9d {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cb1fd86e2aa7 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7e1313b84b39 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_7e1313b84b39 img {
   width: 100%;
   height: 100%;
 }

 .text_c225486bc061 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c225486bc061 {
   overflow: visible;
 }

 .container_0f12f394e00b {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_604233b1913e {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d9f19a085928 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_d9f19a085928 img {
   width: 100%;
   height: 100%;
 }

 .text_868ac0c7036b {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_868ac0c7036b {
   overflow: visible;
 }

 .container_199834aaae11 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1432406cf4fc {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_969821d15199 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_89453c11c154 {
   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;
 }

 .container_19adecc8ad76 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_dabdfe0560d0 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dabdfe0560d0 {
   overflow: visible;
 }

 .imageview_959f8f00b739 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.6666666666666666;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_959f8f00b739 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_564c4eefad46 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_564c4eefad46 {
   overflow: visible;
 }

 .text_bae7b9174d54 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bae7b9174d54 {
   overflow: visible;
 }

 .container_b49c8814b572 {
   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_86ae0692d557 {
   width: fit-content;
   line-height: 21px;
   font-family: 'Inter';
 }

 .container_c469149a3484 {
   width: 288px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f20c1fd3bdc0 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_651dc9a18238 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_cc22ae50c631 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_cc22ae50c631 img {
   width: 100%;
   height: 100%;
 }

 .container_edcb159b92fe {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_9bd341e696f4 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

 .container_d45af318ba74 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6138a39f9dda {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_72d0933c42b8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9797bc57c0eb {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c89b9ecaa800 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_c89b9ecaa800 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_c89b9ecaa800 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_b231b048084e {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2dd82847063f {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_2dd82847063f {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_2dd82847063f {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_ddf46d86df1f {
   padding: 24px 0 80px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_38a548113dc7 {
   padding: 16px 20px 80px 20px;
   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_e0e02ed7c942 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_f06d701d5096 {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f06d701d5096 {
   overflow: visible;
 }

 .text_ddf4631f7f40 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ddf4631f7f40 {
   overflow: visible;
 }

 .container_d68a1306f394 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9d3b285645ee {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_53b374dc5b24 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_53b374dc5b24 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_53b374dc5b24 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_1721d011a0a0 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0646002278ad {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_0646002278ad {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_0646002278ad {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_024831f66e52 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e439ee08163f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_048a1d24acde {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_a727176e6e8a {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a727176e6e8a {
   overflow: visible;
 }

 .text_e85856423c7f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e85856423c7f {
   overflow: visible;
 }

 .container_ce9eb0d4b4a1 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5840b4ce9e36 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5840b4ce9e36 {
   overflow: visible;
 }

 .container_a0a51b25dff9 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d18eaeaedf47 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d18eaeaedf47 {
   overflow: visible;
 }

 .container_4f67f73d5617 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9c69c46b5993 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9c69c46b5993 {
   overflow: visible;
 }

 .container_b8ae64eaee20 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9b61ae50c88f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9b61ae50c88f {
   overflow: visible;
 }

 .container_e994bbf1f999 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_e873d05c8f22 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b5028b3e5169 {
   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_fc5cfc4417f1 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fc5cfc4417f1 {
   overflow: visible;
 }

 .text_5cc19832d86e {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5cc19832d86e {
   overflow: visible;
 }

 .container_d7db437b0e04 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0ec71eaf7c72 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0ec71eaf7c72 {
   overflow: visible;
 }

 .container_1d8204931e4c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3bd87acafbfb {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3bd87acafbfb {
   overflow: visible;
 }

 .container_a251a771e0cb {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_541f132a2bf8 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_541f132a2bf8 {
   overflow: visible;
 }

 .container_b986d9a4ffe0 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_04401c1d3b04 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_04401c1d3b04 {
   overflow: visible;
 }

 .container_94c5f6159971 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_53a6de4d7049 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_897ebc68223f {
   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_9377def85f26 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9377def85f26 {
   overflow: visible;
 }

 .text_cd1758a00628 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cd1758a00628 {
   overflow: visible;
 }

 .container_f143ab48e44e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_41d3ad742d11 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_41d3ad742d11 {
   overflow: visible;
 }

 .container_fd2236392e18 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f35ed747b0e5 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f35ed747b0e5 {
   overflow: visible;
 }

 .container_a2b7d2598fba {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1a99886a39f3 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1a99886a39f3 {
   overflow: visible;
 }

 .container_81cee95f242c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5325990e598b {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5325990e598b {
   overflow: visible;
 }

 .container_6e4efef18508 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_8e6373dfbf22 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8489396108f8 {
   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_a5c513bd5787 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a5c513bd5787 {
   overflow: visible;
 }

 .text_22008a625def {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_22008a625def {
   overflow: visible;
 }

 .container_91912daa4217 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_41f4117f6af6 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_41f4117f6af6 {
   overflow: visible;
 }

 .container_d830ef8f0ba8 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8c7f8587b277 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8c7f8587b277 {
   overflow: visible;
 }

 .container_3a75c6b3f7e7 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_80de28007b63 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_80de28007b63 {
   overflow: visible;
 }

 .container_8d307bd84438 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_04285d4dc6f0 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_04285d4dc6f0 {
   overflow: visible;
 }

 .container_c0ceeaa96fcd {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_1c8d04d0a53a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7a8c5c61eae2 {
   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_72735fc82619 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_72735fc82619 {
   overflow: visible;
 }

 .text_ebf24064b398 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ebf24064b398 {
   overflow: visible;
 }

 .container_96b8684c89e7 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_22e71a6f271b {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_22e71a6f271b {
   overflow: visible;
 }

 .container_5293a92e67d1 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3258c764056d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3258c764056d {
   overflow: visible;
 }

 .container_54ca6b34ced0 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2811468c6348 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2811468c6348 {
   overflow: visible;
 }

 .container_5650949c626c {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_592e27c63d41 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_592e27c63d41 {
   overflow: visible;
 }

 .container_667954476dea {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_dca2ea80376c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f792b633c8b7 {
   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_3f6b691f6a66 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3f6b691f6a66 {
   overflow: visible;
 }

 .text_12bef161bf40 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_12bef161bf40 {
   overflow: visible;
 }

 .container_bac562a4dde4 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_48b84a25411d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_48b84a25411d {
   overflow: visible;
 }

 .container_65b424d9f8a8 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_69a858ec2fe2 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_69a858ec2fe2 {
   overflow: visible;
 }

 .container_e041a1fd2f20 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7d41e898655a {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7d41e898655a {
   overflow: visible;
 }

 .container_e862172f245e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_423b0d6592ae {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_423b0d6592ae {
   overflow: visible;
 }

 .container_738d0cb56890 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_e6f8e27abe03 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_16c92e00026a {
   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;
 }

 .container_e1fa89e085aa {
   width: 335px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b2aa2bc4084 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1fba1cedd8cb {
   width: 84px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_1fba1cedd8cb img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_998ee0a4cb80 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_998ee0a4cb80 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_fdbc0ecd0aba {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_fdbc0ecd0aba img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_e1a5fc971ef7 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_e1a5fc971ef7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_f3fa780d3867 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_f3fa780d3867 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_aa60352e3bda {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_aa60352e3bda img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_e1fd5b65d113 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_8cb0e522d081 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_1a3cf1ad9d29 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .imageview_778d0c77bebb {
   width: 168px;
   height: 24px;
 }

 .imageview_778d0c77bebb img {
   width: 100%;
   height: 100%;
 }

 .text_be4f29d8275b {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_be4f29d8275b {
   overflow: visible;
 }

 .container_c775aa80f9ba {
   padding: 0 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c3cb572b7a58 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b088ee0b3c93 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0bd01c92285 {
   padding: 48px 20px 48px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .viewport_3a71715fcea8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_662ca3acbe57 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .imageview_662ca3acbe57 img {
   position: absolute;
   width: 375.0px !important;
   height: 72.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_662ca3acbe57.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_4426ce806865 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4426ce806865 {
   overflow: visible;
 }

 .container_bfd673064fd4 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_babbb7f7c0a2 {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_babbb7f7c0a2 {
   overflow: visible;
 }

 .container_e15c475ac7ca {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c40920322cae {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c40920322cae {
   overflow: visible;
 }

 .container_9b24a84ab0a3 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_012f5c83838d {
   height: 24px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_012f5c83838d {
   overflow: visible;
 }

 .imageview_14a86eebd049 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_14a86eebd049 img {
   width: 100%;
   height: 100%;
 }

 .container_7b991b1a3cef {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ebc5908b9d29 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9e152af4ecdd {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9e152af4ecdd {
   overflow: visible;
 }

 .imageview_563505e2fdbf {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_563505e2fdbf img {
   width: 100%;
   height: 100%;
 }

 .text_d683f97f4dbe {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d683f97f4dbe {
   overflow: visible;
 }

 .container_67ba18d07aae {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c9572c82dff7 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d625401b3683 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_d625401b3683 img {
   width: 100%;
   height: 100%;
 }

 .text_23f05b383916 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_23f05b383916 {
   overflow: visible;
 }

 .container_4973c38ccf9e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_54ea142bd6ec {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_813943b5df52 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_813943b5df52 img {
   width: 100%;
   height: 100%;
 }

 .text_e44488c3e148 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e44488c3e148 {
   overflow: visible;
 }

 .container_268e6eb39d90 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_955e1234936f {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6028ae4a3231 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_6028ae4a3231 img {
   width: 100%;
   height: 100%;
 }

 .text_fda13a6e5da9 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fda13a6e5da9 {
   overflow: visible;
 }

 .container_0bf0c75f1676 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_59172641a397 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9092de7aa9f2 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_19a27b955992 {
   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_a148b1fb1e2a {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a148b1fb1e2a {
   overflow: visible;
 }

 .imageview_c5496539f898 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_c5496539f898 img {
   width: 100%;
   height: 100%;
 }

 .text_e19c249aa729 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e19c249aa729 {
   overflow: visible;
 }

 .container_524b7c11ab27 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2bb0a5a58d83 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_dc4d76fe3efb {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_dc4d76fe3efb img {
   width: 100%;
   height: 100%;
 }

 .text_761107eada72 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_761107eada72 {
   overflow: visible;
 }

 .container_69e2c7cea93c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7a3c5a8629da {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a7696388f066 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_a7696388f066 img {
   width: 100%;
   height: 100%;
 }

 .text_ca446ce5616c {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ca446ce5616c {
   overflow: visible;
 }

 .container_085f0ecf7a65 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ec837dc765a0 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9d3df000e2de {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_9d3df000e2de img {
   width: 100%;
   height: 100%;
 }

 .text_d6c0f82b81ab {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d6c0f82b81ab {
   overflow: visible;
 }

 .container_792e9987c0e2 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_63dccf1c627b {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_044c10f6eb75 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_99adba52459b {
   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_e5efed13cc42 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e5efed13cc42 {
   overflow: visible;
 }

 .imageview_c6f86f37c4c7 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_c6f86f37c4c7 img {
   width: 100%;
   height: 100%;
 }

 .text_e74b966476e3 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e74b966476e3 {
   overflow: visible;
 }

 .container_0231ea56ece5 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c318f94734d4 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f87ac88d0104 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_f87ac88d0104 img {
   width: 100%;
   height: 100%;
 }

 .text_63e11a08afee {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_63e11a08afee {
   overflow: visible;
 }

 .container_f77bfe315e35 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e4ce797d05cb {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a32107cc498b {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_a32107cc498b img {
   width: 100%;
   height: 100%;
 }

 .text_0db2b07b7a77 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0db2b07b7a77 {
   overflow: visible;
 }

 .container_40ef65007ef2 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b92e5bbe00ee {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_211daead683a {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_211daead683a img {
   width: 100%;
   height: 100%;
 }

 .text_c6e0f28a77a5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c6e0f28a77a5 {
   overflow: visible;
 }

 .container_fd4d342b0801 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a076d242d8b0 {
   padding: 8px 0 8px 0;
   width: 335px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fbe0908855db {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a3ef9bccc1f {
   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;
 }

 .container_57ba8529c1a1 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a15f0de13df3 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a15f0de13df3 {
   overflow: visible;
 }

 .imageview_36e48987f6ae {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.6666666666666666;
   height: auto !important;
   _scaling-factor: 0.5;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_36e48987f6ae img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_977b4d93e051 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_977b4d93e051 {
   overflow: visible;
 }

 .text_055cfd264c47 {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_055cfd264c47 {
   overflow: visible;
 }

 .container_12a595f9d3b7 {
   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_9cedff282f8e {
   width: fit-content;
   line-height: 21px;
   font-family: 'Inter';
 }

 .container_c2752302935b {
   width: 288px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_55d39a5f1dcc {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_daf0e3a1e0e8 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_1b936ea30726 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_1b936ea30726 img {
   width: 100%;
   height: 100%;
 }

 .container_bbe868c18f2e {
   padding: 4px 0 4px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_772ca75d852e {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f2;
 }

 .container_fd8a9de458b2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c68762ba8bce {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c0af463e948b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_69a8db74d67e {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_8c354e7fca80 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_8c354e7fca80 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_8c354e7fca80 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #00000026;
   border-right: 1.5px solid #00000026;
   border-bottom: 4px solid #00000026;
   border-left: 1.5px solid #00000026;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .text_ac2930f539f0 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_04450b2dd4d1 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_04450b2dd4d1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_nested_04450b2dd4d1 {
   padding: 8px 20px 8px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_69c3df4bf9bf {
   padding: 24px 0 80px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d99f529f7aa3 {
   padding: 16px 20px 80px 20px;
   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_e1a752fb8198 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_e99722e4ae0c {
   width: 100%;
   min-width: 0;
   height: 80px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_e99722e4ae0c {
   overflow: visible;
 }

 .text_3e86454267c4 {
   width: 100%;
   min-width: 0;
   height: 48px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3e86454267c4 {
   overflow: visible;
 }

 .container_124e1858b17b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6b67d467faa4 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fd97fe002bd3 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_fd97fe002bd3 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_fd97fe002bd3 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #cc0000ff;
   border-right: 1.5px solid #cc0000ff;
   border-bottom: 4px solid #cc0000ff;
   border-left: 1.5px solid #cc0000ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ff0000;
   border-radius: 12px 12px 12px 12px;
 }

 .text_84ae9627867e {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5d58be1abe85 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_5d58be1abe85 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_5d58be1abe85 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   border-top: 1.5px solid #ffffff33;
   border-right: 1.5px solid #ffffff33;
   border-bottom: 4px solid #ffffff33;
   border-left: 1.5px solid #ffffff33;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 12px 12px 12px 12px;
 }

 .container_fcc5e95685d2 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_67013766a430 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_0afe663e25fb {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .text_d80cee884a42 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d80cee884a42 {
   overflow: visible;
 }

 .text_f61e29792c91 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f61e29792c91 {
   overflow: visible;
 }

 .container_b44f0fa7bc50 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2f305c4b1de1 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2f305c4b1de1 {
   overflow: visible;
 }

 .container_513ce66ea753 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ed468d976ca7 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ed468d976ca7 {
   overflow: visible;
 }

 .container_118d9866054d {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_eb8c40059687 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eb8c40059687 {
   overflow: visible;
 }

 .container_6719299f1b91 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3e751519f18d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3e751519f18d {
   overflow: visible;
 }

 .container_76ea87b70486 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_318a687c97ab {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3fd51feb9608 {
   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_2d7cae2ba38d {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2d7cae2ba38d {
   overflow: visible;
 }

 .text_12b7cf7bbfa1 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_12b7cf7bbfa1 {
   overflow: visible;
 }

 .container_ca4dad69b7fd {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9b5c1b05438f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9b5c1b05438f {
   overflow: visible;
 }

 .container_31375c1709e4 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7c70267298bc {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7c70267298bc {
   overflow: visible;
 }

 .container_f82622bfa0aa {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4eab0ccca395 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4eab0ccca395 {
   overflow: visible;
 }

 .container_92dec42f8ce7 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5ac5e41bebab {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5ac5e41bebab {
   overflow: visible;
 }

 .container_3af8fcc3c122 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_e6b7afa96f50 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2942faeaf9d2 {
   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_0d97ff6a6193 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0d97ff6a6193 {
   overflow: visible;
 }

 .text_2d8e46f5011f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2d8e46f5011f {
   overflow: visible;
 }

 .container_b58d19712e7e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9282e8955240 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9282e8955240 {
   overflow: visible;
 }

 .container_62a83e0de0ca {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_a8affe5f4035 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a8affe5f4035 {
   overflow: visible;
 }

 .container_6050f0450220 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d6531fd3e583 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d6531fd3e583 {
   overflow: visible;
 }

 .container_dd4bbd31be16 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_a536cf867034 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a536cf867034 {
   overflow: visible;
 }

 .container_b70781eac8b2 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_4055235fc1b3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_85c589b4886e {
   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_c7abaaff00e9 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c7abaaff00e9 {
   overflow: visible;
 }

 .text_037a5b4bb969 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_037a5b4bb969 {
   overflow: visible;
 }

 .container_33f2777ea957 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1ed8e39eebc2 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1ed8e39eebc2 {
   overflow: visible;
 }

 .container_206168e15256 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_48aef74f0c7f {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_48aef74f0c7f {
   overflow: visible;
 }

 .container_0d10e70dd1df {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_67b5b4992396 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_67b5b4992396 {
   overflow: visible;
 }

 .container_a325c9017876 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4641bc39cc14 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4641bc39cc14 {
   overflow: visible;
 }

 .container_97e8ad3f4f91 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_68f5d6c025b7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_15922ba982fa {
   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_dc1e8974e1dd {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dc1e8974e1dd {
   overflow: visible;
 }

 .text_3fb37cdec383 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3fb37cdec383 {
   overflow: visible;
 }

 .container_4f0f3f264d5e {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1080f2de4a30 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1080f2de4a30 {
   overflow: visible;
 }

 .container_cd110bfdfa3a {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0bb6c0cd5a2b {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0bb6c0cd5a2b {
   overflow: visible;
 }

 .container_81678f516e04 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b996160480fc {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b996160480fc {
   overflow: visible;
 }

 .container_5d244252b583 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c7a6e4ed926a {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c7a6e4ed926a {
   overflow: visible;
 }

 .container_700fddef870f {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_c71385b06fbc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_055ce24bc87d {
   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_8b3651a8d9ae {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8b3651a8d9ae {
   overflow: visible;
 }

 .text_516b3282d89a {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_516b3282d89a {
   overflow: visible;
 }

 .container_f20378bfb083 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cc8a7c935aa0 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cc8a7c935aa0 {
   overflow: visible;
 }

 .container_80922ced7636 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_75d7315709cb {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_75d7315709cb {
   overflow: visible;
 }

 .container_e727ac9ce306 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_bbc4d9a9bd9d {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bbc4d9a9bd9d {
   overflow: visible;
 }

 .container_2b4845d06da0 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5f5ac9f2e0e9 {
   height: 21px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5f5ac9f2e0e9 {
   overflow: visible;
 }

 .container_8df2ef5226a8 {
   padding: 8px 0 8px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_e2b1a58285b5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1c0c55ea97a9 {
   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;
 }

 .container_8cfc130ab962 {
   width: 335px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_42eeaf5e87b8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2bffa0e90fc7 {
   width: 84px;
   height: 32px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_2bffa0e90fc7 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .imageview_11c26da16583 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_11c26da16583 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_9bc235b0bb17 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_9bc235b0bb17 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_4d428dc293e8 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_4d428dc293e8 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_2fff895a7986 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_2fff895a7986 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_4e7425d997b0 {
   margin: 0 0 0 -12px !important;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_4e7425d997b0 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_0b846d91aba7 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_5b0fcf479d1f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_cc53c8de6043 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   direction: horizontal;
   background: #ffffff33;
 }

 .imageview_a146237daf3a {
   width: 168px;
   height: 24px;
 }

 .imageview_a146237daf3a img {
   width: 100%;
   height: 100%;
 }

 .text_728bed45e3af {
   width: 100%;
   min-width: 0;
   height: 21px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_728bed45e3af {
   overflow: visible;
 }

 .container_9a6b9bacf96f {
   padding: 0 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_34dcb3c92f4b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_728c35aa519f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8bc7d5177a8b {
   padding: 48px 20px 48px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
   background: #000000;
 }

 .viewport_8b756cc06d1b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }