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

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_481416cfd32d {
   width: 2018px;
   height: 1569px;
   position: absolute !important;
   left: -222.87px;
   top: -232px;
   _scaling-factor: 0.5;
 }

 .imageview_481416cfd32d.wp-block-image {
   width: 1600px !important;
   height: 900px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_481416cfd32d img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .imageview_1a11be773fcb {
   width: 1214.92px;
   height: 627.78px;
   z-index: 1;
   position: absolute !important;
   left: -845px;
   top: 16px;
 }

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

 .imageview_1a11be773fcb img {
   position: absolute;
   width: 369.9px !important;
   height: 627.8px !important;
   max-width: none !important;
   left: 845.0px;
   top: 0.0px;
 }

 .imageview_c90dbc6e59e5 {
   width: 1214.92px;
   height: 627.78px;
   z-index: 1;
   position: absolute !important;
   left: 1231px;
   top: 377px;
 }

 .imageview_c90dbc6e59e5 img {
   position: absolute;
   width: 369.0px !important;
   height: 523.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: -0.0px;
 }

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

 .text_e3d120411ba1 {
   width: 993px;
   height: 146px;
   z-index: 2;
   position: absolute !important;
   left: 304px;
   top: 188px;
   line-height: 72.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_e3d120411ba1 {
   overflow: visible;
 }

 .text_e1a8918b26d0 {
   width: 861px;
   height: 93px;
   z-index: 1;
   position: absolute !important;
   left: 370px;
   top: 350px;
   line-height: 30.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_e1a8918b26d0 {
   overflow: visible;
 }

 .text_9e02bade843a {
   width: fit-content;
   z-index: 1;
   line-height: 34px;
   font-family: 'Helvetica';
 }

 .imageview_05efdce0744b {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_7bf6094bf4ec {
   padding: 16px 60px 16px 60px;
   width: 458px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 603.5px;
   top: 520px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 69px 69px 69px 69px;
 }

 .container_wrapper_7bf6094bf4ec {
   position: absolute !important;
   left: 603.5px;
   top: 520px;
   width: 458px;
   height: 80px;
   z-index: 1;
 }

 .container_nested_7bf6094bf4ec {
   padding: 16px 60px 16px 60px;
   width: 458px;
   height: 80px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 69px 69px 69px 69px;
 }

 .container_3a7024659a25 {
   position: absolute !important;
   width: 1600px;
   height: 900px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #4262ff;
 }

 .container_6cf6590c2a4c {
   width: 1600px;
   height: 447px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1a1a1a;
 }

 .imageview_3ecdd53be702 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_4034ce93569a {
   width: 142.99px;
   height: 46.44px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0.61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.17px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

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

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

 .container_55fe228e2966 {
   position: absolute !important;
   overflow: visible;
   width: 197.99px;
   height: 48px;
   z-index: 1;
   left: 0px;
   top: 25px;
 }

 .container_bb38d24fd95d {
   width: 1110px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   background: #686666;
 }

 .text_fe0d5df66fb2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 719px;
   top: 25px;
   line-height: 21.48px;
   font-family: 'Roboto';
 }

 .container_f37356aaf538 {
   position: absolute !important;
   overflow: visible;
   width: 1111px;
   height: 73px;
   z-index: 1;
   left: 244px;
   top: 254px;
 }

 .container_b8d34149ad78 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 0px;
 }

 .container_5a49027e0f6d {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 0px;
 }

 .container_01c38fedcb17 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 0px;
 }

 .text_bae4b74237ce {
   width: 100%;
   min-width: 0;
   height: 43px;
   z-index: 1;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_bae4b74237ce {
   overflow: visible;
 }

 .text_900eb31e98c6 {
   width: 276px;
   height: 28px;
   z-index: 1;
   line-height: 27.86px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_900eb31e98c6 {
   overflow: visible;
 }

 .text_46618ec54098 {
   width: 100%;
   min-width: 0;
   height: 28px;
   z-index: 1;
   line-height: 27.86px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_46618ec54098 {
   overflow: visible;
 }

 .container_27da74ff6ab3 {
   width: 276px;
   height: 134px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.41px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a3be768d9e50 {
   width: fit-content;
   z-index: 1;
   line-height: 42.96px;
   font-family: 'Roboto';
 }

 .text_3b9acd3c652d {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_64ea8b4deea8 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_b1211122b329 {
   width: 173px;
   height: 134px;
   z-index: 1;
   position: absolute !important;
   left: 650px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.41px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5291e193eacc {
   width: fit-content;
   z-index: 1;
   line-height: 42.96px;
   font-family: 'Roboto';
 }

 .text_44a1ac1be2f3 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_463048822da7 {
   width: 116px;
   height: 88px;
   z-index: 1;
   position: absolute !important;
   left: 994px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.41px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_417a601ea411 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 336px;
   top: 60.41px;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_2b21cdfb6cd5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 336px;
   top: 105.5px;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_cd634c8d1998 {
   position: absolute !important;
   overflow: visible;
   width: 1110px;
   height: 134px;
   z-index: 1;
   left: 245px;
   top: 60px;
 }

 .container_wrapper_cd634c8d1998 {
   position: absolute !important;
   overflow: visible;
   left: 245px;
   top: 60px;
   width: 1110px;
   height: 134px;
   z-index: 1;
 }

 .container_nested_cd634c8d1998 {
   width: 1110px;
   height: 134px;
   z-index: 1;
 }

 .container_2d6f0ea9e662 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 6288px;
 }

 .line_6bee1bfd2eaa {
   width: 1600px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #999999ff;
   border-right: 1px solid #999999ff;
   border-bottom: 1px solid #999999ff;
   border-left: 1px solid #999999ff;
   position: absolute !important;
   left: 0px;
   top: 96px;
   direction: horizontal;
   background: #999999;
 }

 .imageview_a274a8f9dac9 {
   width: 32px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 673.5px;
   top: 0px;
 }

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

 .text_ce7a2d6148ae {
   width: fit-content;
   z-index: 1;
   line-height: 23.4px;
   font-family: 'Poppins';
 }

 .text_925456d17745 {
   width: fit-content;
   z-index: 1;
   line-height: 23.4px;
   font-family: 'Poppins';
 }

 .text_525deb412125 {
   width: fit-content;
   z-index: 1;
   line-height: 23.4px;
   font-family: 'Poppins';
 }

 .text_d989099f3502 {
   width: fit-content;
   z-index: 1;
   line-height: 23.4px;
   font-family: 'Poppins';
 }

 .container_3ed249eba02d {
   width: 632px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
   justify-content: center;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ed67aeec20b1 {
   position: absolute !important;
   overflow: visible;
   width: 705.5px;
   height: 32px;
   z-index: 1;
   left: 414.5px;
   top: 8px;
 }

 .imageview_e7dcdde13a23 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_b1140b7ec9d0 {
   width: 142.99px;
   height: 46.44px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0.61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.17px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

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

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

 .container_6da4f2f1782f {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 48px;
   z-index: 1;
   left: 240px;
   top: 24px;
 }

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

 .text_autoheight_6d21228d0bd7 {
   overflow: visible;
 }

 .text_cd42d86ff3ec {
   width: 100%;
   min-width: 0;
   height: 68px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_cd42d86ff3ec {
   overflow: visible;
 }

 .container_806dc557e06f {
   width: 320px;
   height: 132px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_dd708ba1fc16 {
   overflow: visible;
 }

 .text_0bf2e405e874 {
   width: 100%;
   min-width: 0;
   height: 68px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_0bf2e405e874 {
   overflow: visible;
 }

 .container_15ff4b1c3c35 {
   width: 320px;
   height: 132px;
   position: absolute !important;
   left: 0px;
   top: 212px;
   align-items: center;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_d97ae1ea90f3 {
   overflow: visible;
 }

 .text_c04a00037805 {
   width: 100%;
   min-width: 0;
   height: 68px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_c04a00037805 {
   overflow: visible;
 }

 .container_a5abd2a474f8 {
   width: 320px;
   height: 132px;
   position: absolute !important;
   left: 380px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_dc41c22b772e {
   overflow: visible;
 }

 .text_433bc255c31a {
   width: 100%;
   min-width: 0;
   height: 102px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_433bc255c31a {
   overflow: visible;
 }

 .container_c92d6b4af068 {
   width: 320px;
   height: 166px;
   position: absolute !important;
   left: 380px;
   top: 212px;
   align-items: center;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_ff54a692deb3 {
   overflow: visible;
 }

 .text_76415233b04e {
   width: 100%;
   min-width: 0;
   height: 68px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_76415233b04e {
   overflow: visible;
 }

 .container_9483aa35a46a {
   width: 320px;
   height: 132px;
   position: absolute !important;
   left: 760px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_1982767de19c {
   overflow: visible;
 }

 .text_9f9fc1da81a0 {
   width: 100%;
   min-width: 0;
   height: 68px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_9f9fc1da81a0 {
   overflow: visible;
 }

 .container_cc0ca483c1cf {
   width: 320px;
   height: 132px;
   position: absolute !important;
   left: 760px;
   top: 212px;
   align-items: center;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4afe4e5547bd {
   position: absolute !important;
   overflow: visible;
   width: 1080px;
   height: 378px;
   left: 260px;
   top: 295px;
 }

 .text_7c46c3494691 {
   width: 340px;
   height: 118px;
   position: absolute !important;
   left: 240px;
   top: 80px;
   line-height: 58.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_7c46c3494691 {
   overflow: visible;
 }

 .text_f199cf8f8589 {
   width: 720px;
   height: 155px;
   position: absolute !important;
   left: 640px;
   top: 80px;
   line-height: 30.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_f199cf8f8589 {
   overflow: visible;
 }

 .container_d4ddcae20633 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 753px;
   left: 0px;
   top: 2867px;
   background: #4262ff;
 }

 .imageview_7a72e67bed2d {
   width: 661px;
   height: 1175px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_2270a7fdaa25 {
   width: 661px;
   height: 1175px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 656px;
   _scaling-factor: 0.5;
 }

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

 .imageview_95a7a0d3ec8a {
   width: 661px;
   height: 1175px;
   position: absolute !important;
   left: 1162px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .imageview_9ff2c09065f3 {
   width: 661px;
   height: 1175px;
   z-index: 1;
   position: absolute !important;
   left: 1162px;
   top: 656px;
   _scaling-factor: 0.5;
 }

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

 .container_b7e9bf544d80 {
   width: 1600px;
   height: 597px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 28px;
   background: linear-gradient(177deg, #ffffffff 24.9%, #ffffff00 81.85%);
 }

 .container_58f5f01fd703 {
   position: absolute !important;
   overflow: visible;
   width: 2337px;
   height: 1316.94px;
   left: -100px;
   top: -30px;
 }

 .text_af518f9e89c3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 633px;
   top: 104px;
   line-height: 58.8px;
   font-family: 'Poppins';
 }

 .text_056d248caccc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 722px;
   top: 60px;
   line-height: 33.6px;
   font-family: 'Poppins';
 }

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

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

 .text_b68339f26a10 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b68339f26a10 {
   overflow: visible;
 }

 .text_0501026d3900 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_0501026d3900 {
   overflow: visible;
 }

 .text_20a326164c56 {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_20a326164c56 {
   overflow: visible;
 }

 .container_6583c7a602d6 {
   width: 228px;
   height: 150px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9707b5421c2d {
   position: relative !important;
   overflow: visible;
   width: 268px;
   height: 246px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_7d6d27518587 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_7d6d27518587 {
   overflow: visible;
 }

 .text_2e7b0097fd64 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_2e7b0097fd64 {
   overflow: visible;
 }

 .text_05e8b8fdfd45 {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_05e8b8fdfd45 {
   overflow: visible;
 }

 .container_8a89f1fa754b {
   width: 228px;
   height: 150px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_447b85680bfc {
   position: relative !important;
   overflow: visible;
   width: 268px;
   height: 246px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_4076b4a39285 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_4076b4a39285 {
   overflow: visible;
 }

 .text_a5c15703f48a {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a5c15703f48a {
   overflow: visible;
 }

 .text_ad36c9a63047 {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_ad36c9a63047 {
   overflow: visible;
 }

 .container_9434e74d5dd1 {
   width: 228px;
   height: 150px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2a5acc9d1549 {
   position: relative !important;
   overflow: visible;
   width: 268px;
   height: 246px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_fea37d80cf7e {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_fea37d80cf7e {
   overflow: visible;
 }

 .text_e8403346d7bd {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_e8403346d7bd {
   overflow: visible;
 }

 .text_62990b45ab1b {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_62990b45ab1b {
   overflow: visible;
 }

 .container_d730cb2f5b65 {
   width: 228px;
   height: 150px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_05876479b60c {
   position: relative !important;
   overflow: visible;
   width: 268px;
   height: 246px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

 .container_2015efa38f7e {
   width: 1120px;
   height: 246px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4d1b554f5fc7 {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 246px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_b0459b04b7bc {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 246px;
   z-index: 1;
   left: 240px;
   top: 193px;
 }

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

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

 .text_dfbbbe45d7b2 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_dfbbbe45d7b2 {
   overflow: visible;
 }

 .text_7ce39affb523 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_7ce39affb523 {
   overflow: visible;
 }

 .text_ab7d2839998b {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_ab7d2839998b {
   overflow: visible;
 }

 .container_fe0d492d8348 {
   width: 228px;
   height: 150px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e8327bc1ee40 {
   position: relative !important;
   overflow: visible;
   width: 268px;
   height: 246px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_69dc5dcfa519 {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_69dc5dcfa519 {
   overflow: visible;
 }

 .text_7da0b5997b7a {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_7da0b5997b7a {
   overflow: visible;
 }

 .text_ddfb9002c89f {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_ddfb9002c89f {
   overflow: visible;
 }

 .container_a30be7ac28d4 {
   width: 228px;
   height: 150px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c45c4be09770 {
   position: relative !important;
   overflow: visible;
   width: 268px;
   height: 246px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .imageview_28cf50f5d742 img {
   position: absolute;
   width: 80.0px !important;
   height: 77.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 3.0px;
 }

 .text_e6bde2cbc70c {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_e6bde2cbc70c {
   overflow: visible;
 }

 .text_34dda8658019 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_34dda8658019 {
   overflow: visible;
 }

 .text_9ce84de1f1ee {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_9ce84de1f1ee {
   overflow: visible;
 }

 .container_b1c191bb126c {
   width: 228px;
   height: 150px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0e2a1a14f349 {
   position: relative !important;
   overflow: visible;
   width: 268px;
   height: 246px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .text_bfc920d68d5a {
   width: 100%;
   min-width: 0;
   height: 36px;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_bfc920d68d5a {
   overflow: visible;
 }

 .text_b4fc4b11888b {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b4fc4b11888b {
   overflow: visible;
 }

 .text_70d940f143ed {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_70d940f143ed {
   overflow: visible;
 }

 .container_e63cb78bdb9f {
   width: 228px;
   height: 150px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_beddbbb0e32b {
   position: relative !important;
   overflow: visible;
   width: 268px;
   height: 246px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 24px 24px 24px 24px;
 }

 .container_a71444c184cf {
   width: 1120px;
   height: 246px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b7023aa39f89 {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 246px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_472ad5f747dc {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 246px;
   z-index: 1;
   left: 240px;
   top: 499px;
 }

 .container_9d600017627f {
   position: absolute !important;
   width: 1600px;
   height: 847px;
   left: 0px;
   top: 2020px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .text_3b4f89dc85b7 {
   width: 1017px;
   height: 62px;
   position: absolute !important;
   left: 0px;
   top: 178px;
   line-height: 30.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_3b4f89dc85b7 {
   overflow: visible;
 }

 .text_95a4ed653036 {
   width: 598px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_95a4ed653036 {
   overflow: visible;
 }

 .imageview_c7f947a201f3 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 22px;
   top: 444px;
 }

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

 .imageview_858bfb7d9968 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 22px;
   top: 314px;
 }

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

 .imageview_6182079844a6 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 22px;
   top: 182px;
 }

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

 .text_b7aa1c3664f0 {
   width: 274px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b7aa1c3664f0 {
   overflow: visible;
 }

 .text_ecfbfb332a13 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_ecfbfb332a13 {
   overflow: visible;
 }

 .text_01fc719fba52 {
   width: 466px;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_01fc719fba52 {
   overflow: visible;
 }

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

 .text_d1cc37a0780e {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_d1cc37a0780e {
   overflow: visible;
 }

 .text_3c8ba4a6194a {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_3c8ba4a6194a {
   overflow: visible;
 }

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

 .text_8c10e3f9ca90 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_8c10e3f9ca90 {
   overflow: visible;
 }

 .text_5614b25aaf7a {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_5614b25aaf7a {
   overflow: visible;
 }

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

 .container_592c10ae5dd7 {
   width: 466px;
   height: 368px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 152px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4a603f9fe32e {
   position: absolute !important;
   overflow: visible;
   width: 466px;
   height: 520px;
   z-index: 1;
   left: 40px;
   top: 40px;
 }

 .text_21571f2f507f {
   width: fit-content;
   line-height: 32.2px;
   font-family: 'Poppins';
 }

 .imageview_96245ac8bdb3 {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
 }

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

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

 .container_33eba3cf52e1 {
   padding: 12px 24px 12px 24px;
   width: 225px;
   height: 56px;
   border-top: 3px solid #4262ffff;
   border-right: 3px solid #4262ffff;
   border-bottom: 3px solid #4262ffff;
   border-left: 3px solid #4262ffff;
   position: absolute !important;
   left: 161px;
   top: 584px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 49px 49px 49px 49px;
 }

 .container_wrapper_33eba3cf52e1 {
   position: absolute !important;
   left: 161px;
   top: 584px;
   width: 225px;
   height: 56px;
 }

 .container_nested_33eba3cf52e1 {
   padding: 12px 24px 12px 24px;
   width: 225px;
   height: 56px;
   border-top: 3px solid #4262ffff;
   border-right: 3px solid #4262ffff;
   border-bottom: 3px solid #4262ffff;
   border-left: 3px solid #4262ffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 49px 49px 49px 49px;
 }

 .container_bedd54d7c6ed {
   position: absolute !important;
   overflow: visible;
   width: 546px;
   height: 680px;
   left: 0px;
   top: 280px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_7c219becd73e {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 22px;
   top: 444px;
 }

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

 .imageview_71b900433b3f {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 22px;
   top: 314px;
 }

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

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

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

 .container_59184eb67a53 {
   position: absolute !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   left: 22px;
   top: 182px;
 }

 .text_564e8b2aadbf {
   width: fit-content;
   z-index: 1;
   line-height: 32.2px;
   font-family: 'Poppins';
 }

 .imageview_f2788d01985e {
   width: 28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_bab47a3885f6 {
   padding: 12px 24px 12px 24px;
   width: 225px;
   height: 56px;
   z-index: 1;
   border-top: 3px solid #4262ffff;
   border-right: 3px solid #4262ffff;
   border-bottom: 3px solid #4262ffff;
   border-left: 3px solid #4262ffff;
   position: absolute !important;
   left: 120px;
   top: 544px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 49px 49px 49px 49px;
 }

 .container_wrapper_bab47a3885f6 {
   position: absolute !important;
   left: 120px;
   top: 544px;
   width: 225px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_bab47a3885f6 {
   padding: 12px 24px 12px 24px;
   width: 225px;
   height: 56px;
   z-index: 1;
   border-top: 3px solid #4262ffff;
   border-right: 3px solid #4262ffff;
   border-bottom: 3px solid #4262ffff;
   border-left: 3px solid #4262ffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 49px 49px 49px 49px;
 }

 .text_eef5e5d343a9 {
   width: 256px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_eef5e5d343a9 {
   overflow: visible;
 }

 .text_bf988ec220ea {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_bf988ec220ea {
   overflow: visible;
 }

 .text_ab3285b5801e {
   width: 466px;
   height: 44px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_ab3285b5801e {
   overflow: visible;
 }

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

 .text_47baa294fc32 {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_47baa294fc32 {
   overflow: visible;
 }

 .text_0a34dbd5e5f3 {
   width: 100%;
   min-width: 0;
   height: 66px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_0a34dbd5e5f3 {
   overflow: visible;
 }

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

 .text_a1fb38f5d42c {
   width: 100%;
   min-width: 0;
   height: 34px;
   z-index: 1;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a1fb38f5d42c {
   overflow: visible;
 }

 .text_ee948ff290b7 {
   width: 100%;
   min-width: 0;
   height: 44px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_ee948ff290b7 {
   overflow: visible;
 }

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

 .container_64567206b1ff {
   width: 466px;
   height: 368px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 152px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_60a7e9274937 {
   position: absolute !important;
   overflow: visible;
   width: 466px;
   height: 600px;
   z-index: 1;
   left: 40px;
   top: 40px;
 }

 .container_a35a2cd1375c {
   position: absolute !important;
   overflow: visible;
   width: 546px;
   height: 680px;
   left: 574px;
   top: 280px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_bb2fdbd25d8d {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 960px;
   left: 240px;
   top: 980px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_bcd84aa90fce {
   width: max-content;
   position: absolute !important;
   left: 451.38px;
   top: 0px;
   line-height: 58.8px;
   font-family: 'Poppins';
 }

 .imageview_3c68df8ebf83 {
   width: 148px;
   height: 62px;
   position: absolute !important;
   left: 47.41px;
   top: 33.4px;
   _scaling-factor: 1;
 }

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

 .container_69a1c77603e7 {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   left: 0px;
   top: 0px;
 }

 .imageview_1a19e0a1ecca {
   width: 159px;
   height: 80px;
   position: absolute !important;
   left: 40.94px;
   top: 24.78px;
   _scaling-factor: 0.5;
 }

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

 .container_5d88bdac680f {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   left: 0px;
   top: 150.84px;
 }

 .imageview_f64f4916fd90 {
   width: 149px;
   height: 84px;
   position: absolute !important;
   left: 46.33px;
   top: 22.63px;
   _scaling-factor: 1;
 }

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

 .container_e45d7c05d840 {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   left: 241.35px;
   top: 0px;
 }

 .imageview_d3f883fb82e7 {
   width: 135px;
   height: 72px;
   position: absolute !important;
   left: 52.8px;
   top: 28.01px;
   _scaling-factor: 0.5;
 }

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

 .container_022da5b00582 {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   left: 241.35px;
   top: 150.84px;
 }

 .imageview_ea4bbfec350a {
   width: 136px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 52.8px;
   top: 44.9px;
   _scaling-factor: 0.5;
 }

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

 .container_17ceea0e936b {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   z-index: 1;
   left: 482.71px;
   top: 0px;
 }

 .imageview_b4c2832134b5 {
   width: 150px;
   height: 48px;
   position: absolute !important;
   left: 46.33px;
   top: 41.01px;
   _scaling-factor: 0.5;
 }

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

 .container_75d08fc75ee2 {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   left: 482.71px;
   top: 150.84px;
 }

 .imageview_ac52b751b5eb {
   width: 241.35px;
   height: 129.3px;
   position: absolute !important;
   left: 724.06px;
   top: 0px;
 }

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

 .imageview_487a81319b40 {
   width: 241.35px;
   height: 129.3px;
   position: absolute !important;
   left: 724.06px;
   top: 150.84px;
 }

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

 .imageview_9add5b5cc6e8 {
   width: 109px;
   height: 58px;
   z-index: 1;
   position: absolute !important;
   left: 65.73px;
   top: 35.56px;
   _scaling-factor: 0.5;
 }

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

 .container_a47615c43a60 {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   z-index: 1;
   left: 965.42px;
   top: 0px;
 }

 .imageview_192eeea7a7f4 {
   width: 88px;
   height: 90px;
   z-index: 1;
   position: absolute !important;
   left: 76.5px;
   top: 19.39px;
   _scaling-factor: 0.5;
 }

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

 .container_e4f7a422ab37 {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   z-index: 1;
   left: 965.42px;
   top: 150.84px;
 }

 .container_08e77c00336c {
   position: absolute !important;
   overflow: visible;
   width: 1206.77px;
   height: 280.14px;
   left: 0px;
   top: 99.86px;
 }

 .container_a2fcb70ffc69 {
   position: absolute !important;
   overflow: visible;
   width: 1206.77px;
   height: 380px;
   left: 196.62px;
   top: 4283px;
 }

 .container_609211bd5adf {
   width: 1600px;
   height: 663px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f6f6f6;
 }

 .container_7a126df79d3c {
   width: 600px;
   height: 284px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_c781e7596664 {
   width: 80px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 466px;
   top: 40px;
   background: #4262ff;
   border-radius: 55px 55px 55px 55px;
 }

 .text_28d316012740 {
   width: 421px;
   height: 39px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 39.2px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_28d316012740 {
   overflow: visible;
 }

 .text_11fb867db373 {
   width: 421px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 45px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_11fb867db373 {
   overflow: visible;
 }

 .container_50a7b84c302a {
   position: absolute !important;
   overflow: visible;
   width: 421px;
   height: 73px;
   z-index: 2;
   left: 40px;
   top: 43px;
 }

 .text_2738d0275418 {
   width: 520px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 160px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_2738d0275418 {
   overflow: visible;
 }

 .container_a68796d54f33 {
   position: absolute !important;
   overflow: visible;
   width: 600px;
   height: 284px;
   z-index: 1;
   left: 232px;
   top: 299px;
 }

 .container_5b2147fbdf5a {
   width: 600px;
   height: 284px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_ccc9b00f5ecf {
   width: 80px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 466px;
   top: 40px;
   background: #4262ff;
   border-radius: 55px 55px 55px 55px;
 }

 .text_fa4d80d8ab8e {
   width: 421px;
   height: 39px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 39.2px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_fa4d80d8ab8e {
   overflow: visible;
 }

 .text_fcd848d07965 {
   width: 421px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 45px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_fcd848d07965 {
   overflow: visible;
 }

 .container_96d9111276bb {
   position: absolute !important;
   overflow: visible;
   width: 421px;
   height: 73px;
   z-index: 2;
   left: 40px;
   top: 43px;
 }

 .text_703aabcde973 {
   width: 520px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 160px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_703aabcde973 {
   overflow: visible;
 }

 .container_dc7169374288 {
   position: absolute !important;
   overflow: visible;
   width: 600px;
   height: 284px;
   z-index: 1;
   left: 856px;
   top: 299px;
 }

 .container_07600013d530 {
   width: 600px;
   height: 284px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 24px 24px 24px 24px;
 }

 .text_31f4f56f2bb8 {
   width: 421px;
   height: 39px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 39.2px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_31f4f56f2bb8 {
   overflow: visible;
 }

 .text_8d4fdc59ce4a {
   width: 421px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 45px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_8d4fdc59ce4a {
   overflow: visible;
 }

 .container_12b85c7bf89c {
   position: absolute !important;
   overflow: visible;
   width: 421px;
   height: 73px;
   z-index: 2;
   left: 40px;
   top: 43px;
 }

 .text_3c5fb5daf73d {
   width: 520px;
   height: 84px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 160px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_3c5fb5daf73d {
   overflow: visible;
 }

 .container_625173f54ebe {
   position: absolute !important;
   overflow: visible;
   width: 600px;
   height: 284px;
   z-index: 1;
   left: 1480px;
   top: 299px;
 }

 .text_2c2f972a8da9 {
   width: 926px;
   height: 135px;
   z-index: 1;
   position: absolute !important;
   left: 329px;
   top: 124px;
   line-height: 44.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_2c2f972a8da9 {
   overflow: visible;
 }

 .text_5991bde53357 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 679px;
   top: 80px;
   line-height: 33.6px;
   font-family: 'Poppins';
 }

 .container_5b5d8b090119 {
   position: absolute !important;
   overflow: visible;
   width: 2080px;
   height: 663px;
   left: 8px;
   top: 3620px;
 }

 .text_e3e8b32e6f67 {
   width: fit-content;
   line-height: 34px;
   font-family: 'Helvetica';
 }

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

 .container_cef76d978d03 {
   padding: 16px 120px 16px 120px;
   width: 519px;
   height: 80px;
   position: absolute !important;
   left: 301px;
   top: 515px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 69px 69px 69px 69px;
 }

 .container_wrapper_cef76d978d03 {
   position: absolute !important;
   left: 301px;
   top: 515px;
   width: 519px;
   height: 80px;
 }

 .container_nested_cef76d978d03 {
   padding: 16px 120px 16px 120px;
   width: 519px;
   height: 80px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 69px 69px 69px 69px;
 }

 .text_2e938594c351 {
   width: fit-content;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .input_text_011d923075c2 {
   padding: 18px 20px 18px 20px;
   width: 540px;
   height: 60px;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_011d923075c2 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 540px;
   height: 60px;
 }

 .input_text_011d923075c2::placeholder {
   width: 100%;
   line-height: 23.87px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_7955d1c00607 {
   width: fit-content;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .input_text_6cb637c7c59c {
   padding: 18px 20px 18px 20px;
   width: 540px;
   height: 60px;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_6cb637c7c59c {
   position: absolute !important;
   left: 580px;
   top: 0px;
   width: 540px;
   height: 60px;
 }

 .input_text_6cb637c7c59c::placeholder {
   width: 100%;
   line-height: 23.87px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_4eda7ee35a1f {
   width: fit-content;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .input_text_0a8fbb1421b4 {
   padding: 18px 20px 18px 20px;
   width: 540px;
   height: 60px;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_0a8fbb1421b4 {
   position: absolute !important;
   left: 0px;
   top: 88px;
   width: 540px;
   height: 60px;
 }

 .input_text_0a8fbb1421b4::placeholder {
   width: 100%;
   line-height: 23.87px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_bf984e7c4c5f {
   width: fit-content;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .input_text_954af783f2cb {
   padding: 18px 20px 18px 20px;
   width: 540px;
   height: 60px;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_954af783f2cb {
   position: absolute !important;
   left: 580px;
   top: 88px;
   width: 540px;
   height: 60px;
 }

 .input_text_954af783f2cb::placeholder {
   width: 100%;
   line-height: 23.87px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_41927f7d52a7 {
   width: fit-content;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .input_text_7bfd3912b51a {
   padding: 18px 20px 18px 20px;
   width: 540px;
   height: 60px;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_7bfd3912b51a {
   position: absolute !important;
   left: 580px;
   top: 176px;
   width: 540px;
   height: 60px;
 }

 .input_text_7bfd3912b51a::placeholder {
   width: 100%;
   line-height: 23.87px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_6ed02ae77e77 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 18px;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .text_e64038d4663b {
   width: max-content;
   position: absolute !important;
   left: 285px;
   top: 18px;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .imageview_c1a2080dd39a {
   width: 80px;
   height: 80px;
   position: absolute !important;
   left: 20px;
   top: 61px;
 }

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

 .container_86b1cd2bf68d {
   position: absolute !important;
   overflow: visible;
   width: 540px;
   height: 157px;
   left: 580px;
   top: 264px;
   background: #f6f6f6;
 }

 .text_437d00faef79 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 18px;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .input_text_af27a37a91d7 {
   width: 540px;
   height: 157px;
   z-index: 998;
   font-family: 'Roboto';
 }

 .wrapper_input_text_af27a37a91d7 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 264px;
   width: 540px;
   height: 157px;
 }

 .input_text_af27a37a91d7::placeholder {
   width: 100%;
   line-height: 23.87px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_f3bdf386749c {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 18px;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .imageview_d29017d5289c {
   width: 17.42px;
   height: 10.12px;
   position: absolute !important;
   left: 197.29px;
   top: 25.29px;
 }

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

 .input_select_ccbd694f3779 {
   width: 261px;
   height: 60px;
   z-index: 9998;
   position: absolute !important;
   left: 0px;
   top: 176px;
   font-family: 'Roboto';
 }

 .input_select_ccbd694f3779 option {
   width: fit-content;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .text_c589e4099f40 {
   width: fit-content;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .input_text_7f51ca7c22e1 {
   padding: 18px 20px 18px 20px;
   width: 260px;
   height: 60px;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_7f51ca7c22e1 {
   position: absolute !important;
   left: 280px;
   top: 176px;
   width: 260px;
   height: 60px;
 }

 .input_text_7f51ca7c22e1::placeholder {
   width: 100%;
   line-height: 23.87px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_466d9b5033cc {
   width: max-content;
   position: absolute !important;
   left: 34px;
   top: 0px;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .container_a92eccb10d86 {
   width: 24px;
   height: 24px;
   border-top: 2px solid #4b4b4bff;
   border-right: 2px solid #4b4b4bff;
   border-bottom: 2px solid #4b4b4bff;
   border-left: 2px solid #4b4b4bff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 2.67px 2.67px 2.67px 2.67px;
 }

 .container_a3509e0052fc {
   position: absolute !important;
   overflow: visible;
   width: 388px;
   height: 24px;
   left: 0px;
   top: 451px;
   border-radius: 2.67px 2.67px 2.67px 2.67px;
 }

 .container_866f05cb1d9b {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 595px;
   left: 240px;
   top: 332px;
 }

 .container_wrapper_866f05cb1d9b {
   position: absolute !important;
   overflow: visible;
   left: 240px;
   top: 332px;
   width: 1120px;
   height: 595px;
 }

 .container_nested_866f05cb1d9b {
   width: 1120px;
   height: 595px;
 }

 .text_280c532bea39 {
   width: 749px;
   height: 118px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 58.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_280c532bea39 {
   overflow: visible;
 }

 .text_163536a1c029 {
   width: 710px;
   height: 68px;
   position: absolute !important;
   left: 19px;
   top: 130px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_163536a1c029 {
   overflow: visible;
 }

 .container_cabe70e291b9 {
   position: absolute !important;
   overflow: visible;
   width: 749px;
   height: 198px;
   left: 365px;
   top: 60px;
 }

 .text_5fea425a6f13 {
   width: fit-content;
   line-height: 34px;
   font-family: 'Helvetica';
 }

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

 .container_eb8fde48edc1 {
   padding: 16px 60px 16px 60px;
   width: 250px;
   height: 80px;
   position: absolute !important;
   left: 614px;
   top: 298px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 69px 69px 69px 69px;
 }

 .container_wrapper_eb8fde48edc1 {
   position: absolute !important;
   left: 614px;
   top: 298px;
   width: 250px;
   height: 80px;
 }

 .container_nested_eb8fde48edc1 {
   padding: 16px 60px 16px 60px;
   width: 250px;
   height: 80px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 69px 69px 69px 69px;
 }

 .container_561690562d92 {
   position: absolute !important;
   overflow: visible;
   width: 1480px;
   height: 438px;
   left: 60px;
   top: 1027px;
   background: #e2edff;
   border-radius: 24px 24px 24px 24px;
 }

 .text_06b9bd3a5930 {
   width: max-content;
   position: absolute !important;
   left: 489px;
   top: 124px;
   line-height: 58.8px;
   font-family: 'Poppins';
 }

 .text_3ab9c0493506 {
   width: 1017px;
   height: 93px;
   position: absolute !important;
   left: 291px;
   top: 199px;
   line-height: 30.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_3ab9c0493506 {
   overflow: visible;
 }

 .text_7227e42efd4d {
   width: 598px;
   height: 34px;
   position: absolute !important;
   left: 500px;
   top: 80px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_7227e42efd4d {
   overflow: visible;
 }

 .container_bcb19286e9ee {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 1545px;
   left: 0px;
   top: 4743px;
   background: #ffffff;
 }

 .container_965242a6f81d {
   position: absolute !important;
   width: 1600px;
   height: 6735px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f6f6f6;
 }

 .viewport_2469ce8e0cc4 {
   width: 1600px;
   height: 6735px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_5b4f94ff0096 {
   width: 719px;
   height: 558px;
   position: absolute !important;
   left: 0px;
   top: 558px;
   transform: scale(1, -1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
 }

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

 .imageview_f6e7c4705005 {
   width: 719px;
   height: 558px;
   position: absolute !important;
   left: 0px;
   top: 558px;
   _scaling-factor: 0.5;
 }

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

 .container_49fa43a2c98a {
   position: absolute !important;
   overflow: visible;
   width: 719px;
   height: 1116px;
   left: -186px;
   top: -481px;
 }

 .imageview_770eb72e79e4 {
   width: 608px;
   height: 314.17px;
   z-index: 1;
   position: absolute !important;
   left: 375px;
   top: 0px;
 }

 .imageview_770eb72e79e4 img {
   position: absolute;
   width: 142.0px !important;
   height: 314.2px !important;
   max-width: none !important;
   left: 466.0px;
   top: 0.0px;
 }

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

 .text_03b2d5c1660a {
   width: fit-content;
   z-index: 2;
   line-height: 19.55px;
   font-family: 'Helvetica';
 }

 .imageview_6349456be8c8 {
   width: 20.7px;
   height: 20.7px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_66c1a30ae1da {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.75px;
   display: flex !important;
   flex-direction: row;
 }

 .container_783d3c3e225e {
   padding: 9.2px 32px 9.2px 32px;
   width: 258.45px;
   height: 46px;
   z-index: 2;
   position: absolute !important;
   left: 57.5px;
   top: 314px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 39.67px 39.67px 39.67px 39.67px;
 }

 .container_wrapper_783d3c3e225e {
   position: absolute !important;
   left: 57.5px;
   top: 314px;
   width: 258.45px;
   height: 46px;
   z-index: 2;
 }

 .container_nested_783d3c3e225e {
   padding: 9.2px 32px 9.2px 32px;
   width: 258.45px;
   height: 46px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 39.67px 39.67px 39.67px 39.67px;
 }

 .container_88becad39e20 {
   position: absolute !important;
   width: 375px;
   height: 488px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #4262ff;
 }

 .text_689644052972 {
   width: 257.36px;
   height: 68px;
   position: absolute !important;
   left: 16px;
   top: 16px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_689644052972 {
   overflow: visible;
 }

 .imageview_4a912aa4a486 {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 10px;
   top: 94px;
 }

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

 .imageview_160cf8bfd74d {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 10px;
   top: 208px;
 }

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

 .imageview_72785984f17e {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 10px;
   top: 305px;
 }

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

 .text_0fbd5476c798 {
   width: 295px;
   height: 22px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_0fbd5476c798 {
   overflow: visible;
 }

 .text_30fbb92664da {
   width: 100%;
   min-width: 0;
   height: 68px;
   z-index: 1;
   line-height: 16.9px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_30fbb92664da {
   overflow: visible;
 }

 .container_ebedc59191ea {
   width: 287px;
   height: 94px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 100px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_01017429369e {
   width: 295px;
   height: 22px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_01017429369e {
   overflow: visible;
 }

 .text_ba7e42ad9cd8 {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 1;
   line-height: 16.9px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_ba7e42ad9cd8 {
   overflow: visible;
 }

 .container_354d1eb6fcf0 {
   width: 287px;
   height: 77px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 214px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9ee0fb11de3a {
   width: 295px;
   height: 22px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_9ee0fb11de3a {
   overflow: visible;
 }

 .text_297ee56d6bd9 {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 1;
   line-height: 16.9px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_297ee56d6bd9 {
   overflow: visible;
 }

 .container_9d72a7a0ee11 {
   width: 287px;
   height: 77px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 311px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_19a7a03e6624 {
   width: fit-content;
   line-height: 19.6px;
   font-family: 'Poppins';
 }

 .imageview_74d099c1ed46 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

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

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

 .container_00b10b2295a6 {
   padding: 7.71px 16px 7.71px 16px;
   width: 139px;
   height: 36px;
   border-top: 1.93px solid #4262ffff;
   border-right: 1.93px solid #4262ffff;
   border-bottom: 1.93px solid #4262ffff;
   border-left: 1.93px solid #4262ffff;
   position: absolute !important;
   left: 94px;
   top: 412px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 31.49px 31.49px 31.49px 31.49px;
 }

 .container_wrapper_00b10b2295a6 {
   position: absolute !important;
   left: 94px;
   top: 412px;
   width: 139px;
   height: 36px;
 }

 .container_nested_00b10b2295a6 {
   padding: 7.71px 16px 7.71px 16px;
   width: 139px;
   height: 36px;
   border-top: 1.93px solid #4262ffff;
   border-right: 1.93px solid #4262ffff;
   border-bottom: 1.93px solid #4262ffff;
   border-left: 1.93px solid #4262ffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 31.49px 31.49px 31.49px 31.49px;
 }

 .container_30645369b0ce {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 472px;
   left: 24px;
   top: 768px;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .text_a3d42b3d0d2e {
   width: 257.36px;
   height: 68px;
   position: absolute !important;
   left: 16px;
   top: 16px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a3d42b3d0d2e {
   overflow: visible;
 }

 .imageview_164239b450c5 {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 10px;
   top: 94px;
 }

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

 .imageview_fb239a2d272f {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 10px;
   top: 208px;
 }

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

 .imageview_9e3fa93d49e2 {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 10px;
   top: 305px;
 }

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

 .text_d6750db9c855 {
   width: 295px;
   height: 22px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_d6750db9c855 {
   overflow: visible;
 }

 .text_4382139177a6 {
   width: 100%;
   min-width: 0;
   height: 68px;
   z-index: 1;
   line-height: 16.9px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_4382139177a6 {
   overflow: visible;
 }

 .container_3c7ab8d176e3 {
   width: 287px;
   height: 94px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 100px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c7227dc368eb {
   width: 295px;
   height: 22px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_c7227dc368eb {
   overflow: visible;
 }

 .text_fd68fdb079e9 {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 1;
   line-height: 16.9px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_fd68fdb079e9 {
   overflow: visible;
 }

 .container_bbe9f6d648af {
   width: 287px;
   height: 77px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 214px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c425585c0937 {
   width: 295px;
   height: 22px;
   z-index: 1;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_c425585c0937 {
   overflow: visible;
 }

 .text_9a1a690c8080 {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 1;
   line-height: 16.9px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_9a1a690c8080 {
   overflow: visible;
 }

 .container_b46d09acad39 {
   width: 287px;
   height: 77px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 311px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a3f473dacfce {
   width: fit-content;
   line-height: 19.6px;
   font-family: 'Poppins';
 }

 .imageview_69e91132e6c4 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

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

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

 .container_68da6c8a9cd5 {
   padding: 7.71px 16px 7.71px 16px;
   width: 139px;
   height: 36px;
   border-top: 1.93px solid #4262ffff;
   border-right: 1.93px solid #4262ffff;
   border-bottom: 1.93px solid #4262ffff;
   border-left: 1.93px solid #4262ffff;
   position: absolute !important;
   left: 94px;
   top: 412px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 31.49px 31.49px 31.49px 31.49px;
 }

 .container_wrapper_68da6c8a9cd5 {
   position: absolute !important;
   left: 94px;
   top: 412px;
   width: 139px;
   height: 36px;
 }

 .container_nested_68da6c8a9cd5 {
   padding: 7.71px 16px 7.71px 16px;
   width: 139px;
   height: 36px;
   border-top: 1.93px solid #4262ffff;
   border-right: 1.93px solid #4262ffff;
   border-bottom: 1.93px solid #4262ffff;
   border-left: 1.93px solid #4262ffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 31.49px 31.49px 31.49px 31.49px;
 }

 .container_5171c7e1cb54 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 472px;
   left: 24px;
   top: 1264px;
   background: #ffffff;
   border-radius: 12px 12px 12px 12px;
 }

 .imageview_1cc2477f9cd6 {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 315px;
   top: 4px;
 }

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

 .imageview_6d6df7c52f6e {
   width: 28px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_0d9288606d10 {
   width: 83.41px;
   height: 27.09px;
   z-index: 1;
   position: absolute !important;
   left: 32.08px;
   top: 0.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.52px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

 .container_81f74ca3a6e1 {
   position: absolute !important;
   overflow: visible;
   width: 115.49px;
   height: 28px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_554a975f5971 {
   position: absolute !important;
   overflow: visible;
   width: 115.49px;
   height: 28px;
   z-index: 1;
   left: 118.75px;
   top: 0px;
 }

 .imageview_70466f2675bd {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .container_8a29f19ba35a {
   position: absolute !important;
   overflow: visible;
   width: 339px;
   height: 28px;
   z-index: 1;
   left: 16px;
   top: 50px;
 }

 .container_8840b05f2db9 {
   width: 375px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_99601abd4c4b {
   width: 375px;
   height: 88px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_536e5481a918 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 88px;
   z-index: 1;
   left: -10px;
   top: -40px;
 }

 .container_80ee2bb28d0c {
   position: absolute !important;
   width: 375px;
   height: 88px;
   z-index: 1;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_9a71e4abf8aa {
   width: 327px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 223px;
   line-height: 15.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_9a71e4abf8aa {
   overflow: visible;
 }

 .text_02840c900e56 {
   width: 324px;
   height: 93px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 124px;
   line-height: 30.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_02840c900e56 {
   overflow: visible;
 }

 .text_caf1d090c080 {
   width: 327px;
   height: 102px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_caf1d090c080 {
   overflow: visible;
 }

 .text_a45a7fb6d2eb {
   width: 327px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a45a7fb6d2eb {
   overflow: visible;
 }

 .text_7ad70c6a5e92 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .container_1f9cc4a2bf11 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 216px;
   left: 24px;
   top: 528px;
 }

 .imageview_4684d90e93e0 {
   width: 403px;
   height: 717px;
   position: absolute !important;
   left: 0px;
   top: 88px;
   _scaling-factor: 0.5;
 }

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

 .imageview_3aaf06ef318b {
   width: 403px;
   height: 717px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 489px;
   _scaling-factor: 0.5;
 }

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

 .container_e4dc8ce23c53 {
   width: 375px;
   height: 398px;
   z-index: 1;
   position: absolute !important;
   left: 172px;
   top: 0px;
   background: linear-gradient(171deg, #ffffffff 24.9%, #ffffff00 81.85%);
 }

 .container_4e3060f9c853 {
   position: absolute !important;
   overflow: visible;
   width: 717px;
   height: 892px;
   left: -172px;
   top: 0px;
 }

 .text_5089521b0567 {
   width: 327px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 68px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_5089521b0567 {
   overflow: visible;
 }

 .text_25395755a827 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 135px;
   top: 40px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .imageview_957ee5d8a099 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0px;
 }

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

 .text_5e923629c4f6 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 22.89px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_5e923629c4f6 {
   overflow: visible;
 }

 .text_61d2220ceb5f {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.26px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_61d2220ceb5f {
   overflow: visible;
 }

 .text_a50dca01c192 {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a50dca01c192 {
   overflow: visible;
 }

 .container_a6b54e560078 {
   width: 158px;
   height: 94px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4e5484871e56 {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 148px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .imageview_36721b306493 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0px;
 }

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

 .text_9215e148a17e {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 22.89px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_9215e148a17e {
   overflow: visible;
 }

 .text_db5c3b9dccb8 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.26px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_db5c3b9dccb8 {
   overflow: visible;
 }

 .text_3f779c399025 {
   width: 100%;
   min-width: 0;
   height: 68px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_3f779c399025 {
   overflow: visible;
 }

 .container_610736f03625 {
   width: 158px;
   height: 111px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9d203eee21ac {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 165px;
   z-index: 1;
   left: 0px;
   top: 361px;
 }

 .imageview_727256a52595 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0px;
 }

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

 .text_a2b43e44d372 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 22.89px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a2b43e44d372 {
   overflow: visible;
 }

 .text_1c8e57aa9ec6 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.26px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_1c8e57aa9ec6 {
   overflow: visible;
 }

 .text_da4058b007bd {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_da4058b007bd {
   overflow: visible;
 }

 .container_86080f3885b6 {
   width: 158px;
   height: 94px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a06a6730fcf5 {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 148px;
   z-index: 1;
   left: 170px;
   top: 0px;
 }

 .text_1ac11690ba1f {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 22.89px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_1ac11690ba1f {
   overflow: visible;
 }

 .text_c4eeef7c9bd8 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.26px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_c4eeef7c9bd8 {
   overflow: visible;
 }

 .text_d5ae41183af5 {
   width: 100%;
   min-width: 0;
   height: 68px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_d5ae41183af5 {
   overflow: visible;
 }

 .container_f723f10179c6 {
   width: 158px;
   height: 111px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e2d5d5072944 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0px;
 }

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

 .container_9c49ccffb317 {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 165px;
   z-index: 1;
   left: 170px;
   top: 361px;
 }

 .imageview_0393c5f26870 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0px;
 }

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

 .text_42651a4b958e {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 22.89px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_42651a4b958e {
   overflow: visible;
 }

 .text_39dc75f1c34f {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.26px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_39dc75f1c34f {
   overflow: visible;
 }

 .text_261c9f63bfa4 {
   width: 100%;
   min-width: 0;
   height: 68px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_261c9f63bfa4 {
   overflow: visible;
 }

 .container_a7caa8f3a5b2 {
   width: 158px;
   height: 111px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   align-items: center;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a8211f05a998 {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 165px;
   z-index: 1;
   left: 0px;
   top: 172px;
 }

 .imageview_bd4fc5e6618e {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0px;
 }

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

 .text_9a43ced864f4 {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 22.89px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_9a43ced864f4 {
   overflow: visible;
 }

 .text_b59226b19d1c {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.26px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b59226b19d1c {
   overflow: visible;
 }

 .text_094140108ddd {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_094140108ddd {
   overflow: visible;
 }

 .container_dfe3fb4d2a3d {
   width: 158px;
   height: 94px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   align-items: center;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_da4dc55ce81b {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 148px;
   z-index: 1;
   left: 0px;
   top: 550px;
 }

 .imageview_a02cc5e52532 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0px;
 }

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

 .text_d9b136cd3cee {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 22.89px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_d9b136cd3cee {
   overflow: visible;
 }

 .text_0c7998553eeb {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.26px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_0c7998553eeb {
   overflow: visible;
 }

 .text_35bab448161e {
   width: 100%;
   min-width: 0;
   height: 68px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_35bab448161e {
   overflow: visible;
 }

 .container_faaa40d189ac {
   width: 158px;
   height: 111px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   align-items: center;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_09b4a6ba7e42 {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 165px;
   z-index: 1;
   left: 170px;
   top: 172px;
 }

 .imageview_354816c0e523 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0px;
 }

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

 .text_ba3bbd9c281d {
   width: 100%;
   min-width: 0;
   height: 23px;
   z-index: 1;
   line-height: 22.89px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_ba3bbd9c281d {
   overflow: visible;
 }

 .text_40a615b012a6 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 15.26px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_40a615b012a6 {
   overflow: visible;
 }

 .text_21df526341c9 {
   width: 100%;
   min-width: 0;
   height: 51px;
   z-index: 1;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_21df526341c9 {
   overflow: visible;
 }

 .container_0686443b367d {
   width: 158px;
   height: 94px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 54px;
   align-items: center;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dec311450f24 {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 148px;
   z-index: 1;
   left: 170px;
   top: 550px;
 }

 .container_dded7a50a2d1 {
   position: absolute !important;
   overflow: visible;
   width: 328px;
   height: 698px;
   z-index: 1;
   left: 24px;
   top: 134px;
 }

 .container_94ec9a451705 {
   position: absolute !important;
   width: 375px;
   height: 892px;
   left: 0px;
   top: 1776px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_1bb99dd8cedd {
   width: 294px;
   height: 102px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_1bb99dd8cedd {
   overflow: visible;
 }

 .text_4fe0b61b1c79 {
   width: 295px;
   height: 66px;
   position: absolute !important;
   left: 0px;
   top: 108px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_4fe0b61b1c79 {
   overflow: visible;
 }

 .container_a6e9236d40bd {
   position: absolute !important;
   overflow: visible;
   width: 295px;
   height: 174px;
   left: 16px;
   top: 28px;
 }

 .text_a1eaefc167e4 {
   width: fit-content;
   line-height: 19.55px;
   font-family: 'Helvetica';
 }

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

 .container_43ca2dfdc57a {
   padding: 11.41px 42.78px 11.41px 42.78px;
   width: 180px;
   height: 48px;
   position: absolute !important;
   left: 73px;
   top: 226px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 49.2px 49.2px 49.2px 49.2px;
 }

 .container_wrapper_43ca2dfdc57a {
   position: absolute !important;
   left: 73px;
   top: 226px;
   width: 180px;
   height: 48px;
 }

 .container_nested_43ca2dfdc57a {
   padding: 11.41px 42.78px 11.41px 42.78px;
   width: 180px;
   height: 48px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 49.2px 49.2px 49.2px 49.2px;
 }

 .container_afe897dcf2c6 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 314px;
   left: 24px;
   top: 1094px;
   background: #e2edff;
   border-radius: 18.14px 18.14px 18.14px 18.14px;
 }

 .text_7eeca3e2e007 {
   width: 327px;
   height: 68px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_7eeca3e2e007 {
   overflow: visible;
 }

 .text_92f38d84dadc {
   width: 327px;
   height: 100px;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_92f38d84dadc {
   overflow: visible;
 }

 .text_62abdead919d {
   width: fit-content;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .input_text_d896edb53e62 {
   padding: 14.4px 12px 14.4px 12px;
   width: 327px;
   height: 48px;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_d896edb53e62 {
   position: absolute !important;
   left: 0px;
   top: 226px;
   width: 327px;
   height: 48px;
 }

 .input_text_d896edb53e62::placeholder {
   width: 100%;
   line-height: 16.71px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_90b74d224a08 {
   width: fit-content;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .input_text_e0b655791fc1 {
   padding: 14.4px 12px 14.4px 12px;
   width: 327px;
   height: 48px;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_e0b655791fc1 {
   position: absolute !important;
   left: 0px;
   top: 534px;
   width: 327px;
   height: 48px;
 }

 .input_text_e0b655791fc1::placeholder {
   width: 100%;
   line-height: 16.71px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_61b408da9724 {
   width: fit-content;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .input_text_1671269b51fc {
   padding: 14.4px 12px 14.4px 12px;
   width: 327px;
   height: 48px;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_1671269b51fc {
   position: absolute !important;
   left: 0px;
   top: 290px;
   width: 327px;
   height: 48px;
 }

 .input_text_1671269b51fc::placeholder {
   width: 100%;
   line-height: 16.71px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_94e6019aeef1 {
   width: fit-content;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .input_text_2dca8c5f860f {
   padding: 14.4px 12px 14.4px 12px;
   width: 327px;
   height: 48px;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_2dca8c5f860f {
   position: absolute !important;
   left: 0px;
   top: 598px;
   width: 327px;
   height: 48px;
 }

 .input_text_2dca8c5f860f::placeholder {
   width: 100%;
   line-height: 16.71px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_81587217b775 {
   width: max-content;
   position: absolute !important;
   left: 12px;
   top: 15.5px;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .imageview_33ec15d96a85 {
   width: 24px;
   height: 24px;
   position: absolute !important;
   left: 120px;
   top: 12px;
 }

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

 .input_select_31683b263ae9 {
   width: 158px;
   height: 48px;
   z-index: 9998;
   position: absolute !important;
   left: 0px;
   top: 354px;
   font-family: 'Roboto';
 }

 .input_select_31683b263ae9 option {
   width: fit-content;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .text_3aec43061e1a {
   width: fit-content;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .container_2f3909af4113 {
   padding: 18px 12px 18px 12px;
   width: 158px;
   height: 48px;
   position: absolute !important;
   left: 169px;
   top: 354px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f6f6f6;
 }

 .container_wrapper_2f3909af4113 {
   position: absolute !important;
   left: 169px;
   top: 354px;
   width: 158px;
   height: 48px;
 }

 .container_nested_2f3909af4113 {
   padding: 18px 12px 18px 12px;
   width: 158px;
   height: 48px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #f6f6f6;
 }

 .text_5102da1757b4 {
   width: fit-content;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .input_text_c89ddae84c2e {
   padding: 14.4px 12px 14.4px 12px;
   width: 327px;
   height: 48px;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_c89ddae84c2e {
   position: absolute !important;
   left: 0px;
   top: 662px;
   width: 327px;
   height: 48px;
 }

 .input_text_c89ddae84c2e::placeholder {
   width: 100%;
   line-height: 16.71px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_e3dd862c2b08 {
   width: fit-content;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .input_text_4feed8aa2e5e {
   padding: 16px 12px 16px 12px;
   width: 327px;
   height: 100px;
   z-index: 998;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   font-family: 'Roboto';
 }

 .wrapper_input_text_4feed8aa2e5e {
   position: absolute !important;
   left: 0px;
   top: 418px;
   width: 327px;
   height: 100px;
 }

 .input_text_4feed8aa2e5e::placeholder {
   width: 100%;
   line-height: 16.71px;
   text-align: start;
   color: #686666;
   font-family: 'Roboto';
 }

 .text_8f0f71dcf680 {
   width: max-content;
   position: absolute !important;
   left: 12px;
   top: 16px;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .text_55a4f9398df0 {
   width: max-content;
   position: absolute !important;
   left: 192px;
   top: 16px;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .imageview_2333b09b9b48 {
   width: 80px;
   height: 80px;
   position: absolute !important;
   left: 12px;
   top: 45px;
 }

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

 .container_fbd026e3657c {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 141px;
   left: 0px;
   top: 726px;
   background: #f6f6f6;
 }

 .text_ba21e83fe686 {
   width: max-content;
   position: absolute !important;
   left: 6px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .text_72ed4435e28d {
   width: max-content;
   position: absolute !important;
   left: 22px;
   top: 0px;
   line-height: 16.71px;
   font-family: 'Roboto';
 }

 .container_4dc92f2e22ee {
   width: 16px;
   height: 16px;
   border-top: 1.33px solid #4b4b4bff;
   border-right: 1.33px solid #4b4b4bff;
   border-bottom: 1.33px solid #4b4b4bff;
   border-left: 1.33px solid #4b4b4bff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 1.78px 1.78px 1.78px 1.78px;
 }

 .container_c617e6871dbb {
   position: absolute !important;
   overflow: visible;
   width: 270px;
   height: 17px;
   left: 0px;
   top: 891px;
   border-radius: 1.78px 1.78px 1.78px 1.78px;
 }

 .text_0e78834a3819 {
   width: fit-content;
   line-height: 19.55px;
   font-family: 'Helvetica';
 }

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

 .container_be8e7d50be62 {
   padding: 9.2px 32px 9.2px 32px;
   width: 327px;
   height: 46px;
   position: absolute !important;
   left: 0px;
   top: 948px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 39.67px 39.67px 39.67px 39.67px;
 }

 .container_wrapper_be8e7d50be62 {
   position: absolute !important;
   left: 0px;
   top: 948px;
   width: 327px;
   height: 46px;
 }

 .container_nested_be8e7d50be62 {
   padding: 9.2px 32px 9.2px 32px;
   width: 327px;
   height: 46px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 39.67px 39.67px 39.67px 39.67px;
 }

 .container_2c91c242e8f3 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 994px;
   left: 24px;
   top: 40px;
 }

 .container_wrapper_2c91c242e8f3 {
   position: absolute !important;
   overflow: visible;
   left: 24px;
   top: 40px;
   width: 327px;
   height: 994px;
 }

 .container_nested_2c91c242e8f3 {
   width: 327px;
   height: 994px;
 }

 .container_bf4267afb150 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 1468px;
   left: 0px;
   top: 4416px;
   background: #ffffff;
 }

 .text_b8074ef348eb {
   width: 211px;
   height: 68px;
   position: absolute !important;
   left: 24px;
   top: 40px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b8074ef348eb {
   overflow: visible;
 }

 .text_7f169354a571 {
   width: 327px;
   height: 198px;
   position: absolute !important;
   left: 24px;
   top: 120px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_7f169354a571 {
   overflow: visible;
 }

 .text_ba5926997e5f {
   width: fit-content;
   line-height: 42px;
   font-family: 'Poppins';
 }

 .text_20c6a40fc391 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_20c6a40fc391 {
   overflow: visible;
 }

 .container_4078b23bbdc0 {
   width: 158px;
   height: 86px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4ff27dbb905e {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 106px;
   left: 23px;
   top: 342px;
 }

 .text_a5cdb97f39a6 {
   width: fit-content;
   line-height: 42px;
   font-family: 'Poppins';
 }

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

 .text_autoheight_43d8cf5f47fd {
   overflow: visible;
 }

 .container_4d504ccfe8fd {
   width: 158px;
   height: 106px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_08fd4929fc49 {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 106px;
   left: 23px;
   top: 472px;
 }

 .text_2589aaf6fcb7 {
   width: fit-content;
   line-height: 42px;
   font-family: 'Poppins';
 }

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

 .text_autoheight_9826055cd833 {
   overflow: visible;
 }

 .container_61f0fff6ca59 {
   width: 158px;
   height: 106px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c75e98f6487 {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 106px;
   left: 23px;
   top: 602px;
 }

 .text_871332db3818 {
   width: fit-content;
   line-height: 42px;
   font-family: 'Poppins';
 }

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

 .text_autoheight_c5b12186e4ce {
   overflow: visible;
 }

 .container_c88813b0ea2e {
   width: 158px;
   height: 106px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cfd185f973c3 {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 106px;
   left: 193px;
   top: 342px;
 }

 .text_49018f4d8ec4 {
   width: fit-content;
   line-height: 42px;
   font-family: 'Poppins';
 }

 .text_5f67a6feeaf7 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_5f67a6feeaf7 {
   overflow: visible;
 }

 .container_45e72105fec0 {
   width: 158px;
   height: 86px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_449b90c114af {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 106px;
   left: 193px;
   top: 472px;
 }

 .text_61665125372d {
   width: fit-content;
   line-height: 42px;
   font-family: 'Poppins';
 }

 .text_e665322f1f94 {
   width: 100%;
   min-width: 0;
   height: 40px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_e665322f1f94 {
   overflow: visible;
 }

 .container_5218bc0c5185 {
   width: 158px;
   height: 86px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_03f6ebc53241 {
   position: absolute !important;
   overflow: visible;
   width: 158px;
   height: 106px;
   left: 193px;
   top: 602px;
 }

 .container_9e2b1fc74f02 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 768px;
   left: 0px;
   top: 2668px;
   background: #4262ff;
 }

 .text_2bf77dea4fb8 {
   width: 327px;
   height: 84px;
   position: absolute !important;
   left: 24px;
   top: 3504px;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_2bf77dea4fb8 {
   overflow: visible;
 }

 .text_3d9bb07d7ed6 {
   width: 327px;
   height: 34px;
   position: absolute !important;
   left: 24px;
   top: 3866px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_3d9bb07d7ed6 {
   overflow: visible;
 }

 .container_8a205ce94d30 {
   width: 303px;
   height: 190px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 12.12px 12.12px 12.12px 12.12px;
 }

 .container_5f520486cb8e {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 247px;
   top: 20px;
   background: #4262ff;
   border-radius: 27.5px 27.5px 27.5px 27.5px;
 }

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

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

 .container_fb6113a45299 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 1;
   left: 16px;
   top: 20px;
 }

 .text_ea4df1bdb585 {
   width: 271px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 90px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_ea4df1bdb585 {
   overflow: visible;
 }

 .container_04e6150a6a10 {
   position: absolute !important;
   overflow: visible;
   width: 303px;
   height: 190px;
   left: 24px;
   top: 3616px;
 }

 .container_be7632901f14 {
   width: 303px;
   height: 190px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 12.12px 12.12px 12.12px 12.12px;
 }

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

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

 .container_503afd46a1f7 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 1;
   left: 16px;
   top: 20px;
 }

 .text_f8ebf40020f6 {
   width: 271px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 90px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_f8ebf40020f6 {
   overflow: visible;
 }

 .container_0db8ed5dc9c4 {
   position: absolute !important;
   overflow: visible;
   width: 303px;
   height: 190px;
   left: 343px;
   top: 3616px;
 }

 .text_481e78be3eef {
   width: max-content;
   position: absolute !important;
   left: 112px;
   top: 3476px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .imageview_a61a31aff0c8 {
   width: 91px;
   height: 39px;
   position: absolute !important;
   left: 29.33px;
   top: 20.67px;
   _scaling-factor: 1;
 }

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

 .container_c36f00c99580 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 0px;
   top: 0px;
 }

 .imageview_8ab67d377426 {
   width: 92px;
   height: 52px;
   position: absolute !important;
   left: 28.67px;
   top: 14px;
   _scaling-factor: 1;
 }

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

 .container_e342823a6202 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 178px;
   top: 0px;
 }

 .imageview_6f2d8e37c4ce {
   width: 84px;
   height: 25px;
   position: absolute !important;
   left: 32.67px;
   top: 27.78px;
   _scaling-factor: 0.5;
 }

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

 .container_ebd6a68e1f05 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 0px;
   top: 90px;
 }

 .imageview_45262a716254 {
   width: 149px;
   height: 80px;
   position: absolute !important;
   left: 178px;
   top: 90px;
 }

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

 .imageview_ba62e7e50d6f {
   width: 67px;
   height: 36px;
   position: absolute !important;
   left: 40.67px;
   top: 22px;
   _scaling-factor: 0.5;
 }

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

 .container_6e7be37e36b7 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 0px;
   top: 180px;
 }

 .imageview_6bdd4706840d {
   width: 99px;
   height: 50px;
   position: absolute !important;
   left: 25.33px;
   top: 15.33px;
   _scaling-factor: 0.5;
 }

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

 .container_4fbbda64917e {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 178px;
   top: 180px;
 }

 .imageview_4f30f572e88d {
   width: 84px;
   height: 45px;
   position: absolute !important;
   left: 32.67px;
   top: 17.33px;
   _scaling-factor: 0.5;
 }

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

 .container_e44c3b6ede81 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 0px;
   top: 270px;
 }

 .imageview_b7c8b046e16d {
   width: 93px;
   height: 30px;
   position: absolute !important;
   left: 28.67px;
   top: 25.38px;
   _scaling-factor: 0.5;
 }

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

 .container_8e2de39c5d01 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 178px;
   top: 270px;
 }

 .imageview_73eefff15321 {
   width: 149px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 360px;
 }

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

 .imageview_9879fa1eeb23 {
   width: 54px;
   height: 56px;
   position: absolute !important;
   left: 47.33px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .container_f03ca290c11c {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 178px;
   top: 360px;
 }

 .container_4475082adbde {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 440px;
   left: 24px;
   top: 3916px;
 }

 .container_48425c0671af {
   width: 375px;
   height: 517px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1a1a1a;
 }

 .container_65a98ea92901 {
   width: 327px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 52px;
   background: #686666;
 }

 .imageview_e6e4059881ff {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_6b84ba7ea400 {
   width: 119.16px;
   height: 38.7px;
   z-index: 1;
   position: absolute !important;
   left: 45.83px;
   top: 0.51px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.31px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

 .container_1332cb8b5e21 {
   position: absolute !important;
   overflow: visible;
   width: 164.99px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_55eca69f21e9 {
   position: absolute !important;
   overflow: visible;
   width: 164.99px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_ea798aec01c2 {
   position: absolute !important;
   overflow: visible;
   width: 164.99px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_9a1b4312a318 {
   width: 327px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 65px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_9a1b4312a318 {
   overflow: visible;
 }

 .container_2b4f17315015 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 85px;
   z-index: 1;
   left: 24px;
   top: 372px;
 }

 .text_7835e2fc5f92 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_7835e2fc5f92 {
   overflow: visible;
 }

 .text_e0f667370beb {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_a47dc363a620 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_b2b3efb6ce50 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_e11fdecc4aa3 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_935f8523d2ef {
   width: 212px;
   height: 160px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 40px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_129605400e5e {
   width: fit-content;
   z-index: 1;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .text_61a9388b2b95 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_e91ee562004d {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_70953ab8ebe6 {
   width: 135px;
   height: 92px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 240px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_464a6233342e {
   width: fit-content;
   z-index: 2;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .text_f55f30d29894 {
   width: fit-content;
   z-index: 2;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_8730fcd8dd05 {
   width: 99px;
   height: 134px;
   z-index: 2;
   position: absolute !important;
   left: 206px;
   top: 240px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_476ae77f0894 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 517px;
   left: 0px;
   top: 0px;
 }

 .container_d939b8637770 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 517px;
   left: 0px;
   top: 5884px;
 }

 .viewport_2defcd402a34 {
   width: 375px;
   height: 6401px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f6f6f6;
 }

 .imageview_59e8c2378595 {
   width: 1597px;
   height: 627px;
   position: absolute !important;
   left: -1px;
   top: 350px;
 }

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

 .imageview_59e8c2378595 img {
   position: absolute;
   width: 1600.0px !important;
   height: 567.7px !important;
   max-width: none !important;
   left: 1.0px;
   top: -17.7px;
 }

 .imageview_6d564842c86b {
   width: 1393.38px;
   height: 720px;
   z-index: 1;
   position: absolute !important;
   left: -915px;
   top: 53px;
   opacity: 0.11999999731779099;
 }

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

 .imageview_6d564842c86b img {
   position: absolute;
   width: 478.4px !important;
   height: 720.0px !important;
   max-width: none !important;
   left: 915.0px;
   top: 0.0px;
 }

 .imageview_ce6dde4690c9 {
   width: 1393.38px;
   height: 720px;
   z-index: 1;
   position: absolute !important;
   left: 1102.8px;
   top: 53px;
   opacity: 0.11999999731779099;
 }

 .imageview_ce6dde4690c9 img {
   position: absolute;
   width: 497.2px !important;
   height: 720.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_8266bd50d81c {
   width: 993px;
   height: 146px;
   z-index: 2;
   position: absolute !important;
   left: 304px;
   top: 188px;
   line-height: 72.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_8266bd50d81c {
   overflow: visible;
 }

 .text_938023026b4d {
   width: 861px;
   height: 62px;
   z-index: 2;
   position: absolute !important;
   left: 370px;
   top: 350px;
   line-height: 30.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_938023026b4d {
   overflow: visible;
 }

 .text_bff172695486 {
   width: fit-content;
   z-index: 1;
   line-height: 34px;
   font-family: 'Helvetica';
 }

 .imageview_071bad1e994e {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_e173aa30cd01 {
   padding: 16px 60px 16px 60px;
   width: 458px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 571px;
   top: 520px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 69px 69px 69px 69px;
 }

 .container_wrapper_e173aa30cd01 {
   position: absolute !important;
   left: 571px;
   top: 520px;
   width: 458px;
   height: 80px;
   z-index: 1;
 }

 .container_nested_e173aa30cd01 {
   padding: 16px 60px 16px 60px;
   width: 458px;
   height: 80px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 69px 69px 69px 69px;
 }

 .imageview_70de432b7f17 {
   width: 252px;
   height: 240px;
   z-index: 2;
   position: absolute !important;
   left: 238px;
   top: 547px;
   _scaling-factor: 1;
 }

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

 .imageview_59d018a339c0 {
   width: 273px;
   height: 260px;
   z-index: 2;
   position: absolute !important;
   left: 1063px;
   top: 490px;
   _scaling-factor: 1;
 }

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

 .imageview_db9c45b14ffa {
   width: 114px;
   height: 105px;
   z-index: 2;
   position: absolute !important;
   left: 1243px;
   top: 351px;
   _scaling-factor: 1;
 }

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

 .imageview_5a4443a86074 {
   width: 132px;
   height: 127px;
   z-index: 3;
   position: absolute !important;
   left: 271px;
   top: 244px;
   _scaling-factor: 1;
 }

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

 .imageview_a8191c0c2a6f {
   width: 186px;
   height: 204px;
   z-index: 2;
   position: absolute !important;
   left: -33px;
   top: 405px;
   _scaling-factor: 1;
 }

 .imageview_a8191c0c2a6f.wp-block-image {
   width: 153px !important;
   height: 204px !important;
   left: 0px !important;
   top: 405px !important;
   overflow: hidden;
 }

 .imageview_a8191c0c2a6f img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .imageview_3be0d71da643 {
   width: 154px;
   height: 207px;
   z-index: 2;
   position: absolute !important;
   left: 1446px;
   top: 384px;
   _scaling-factor: 1;
 }

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

 .container_89803afcb529 {
   position: absolute !important;
   width: 1600px;
   height: 900px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: radial-gradient(closest-side at 84% 50%, #ffffffff 9%, #b0beffff 31%, #738bffff 50%, #4262ffff 77%, #0351f3ff 100%);
 }

 .container_22fd6ae906b3 {
   width: 1600px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_ca5cc7935150 {
   width: 1600px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 95px;
 }

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

 .imageview_5f0ea35de05b {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 1088px;
   top: 8px;
 }

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

 .text_6774f5fdd623 {
   width: fit-content;
   z-index: 2;
   line-height: 23.4px;
   font-family: 'Poppins';
 }

 .text_3057b4b2a54a {
   width: fit-content;
   z-index: 2;
   line-height: 23.4px;
   font-family: 'Poppins';
 }

 .text_1a121fa44005 {
   width: fit-content;
   z-index: 2;
   line-height: 23.4px;
   font-family: 'Poppins';
 }

 .text_3c837e98ca87 {
   width: 174px;
   height: 23px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 23.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_3c837e98ca87 {
   overflow: visible;
 }

 .container_f44379d41f0c {
   width: 636px;
   height: 23px;
   z-index: 2;
   position: absolute !important;
   left: 407.5px;
   top: 12px;
   justify-content: center;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_f44379d41f0c {
   position: absolute !important;
   left: 407.5px;
   top: 12px;
   width: 636px;
   height: 23px;
   z-index: 2;
 }

 .container_nested_f44379d41f0c {
   width: 636px;
   height: 23px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_87e3f81759f2 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_8ba4efdb8390 {
   width: 142.99px;
   height: 46.44px;
   z-index: 2;
   position: absolute !important;
   left: 55px;
   top: 0.61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.17px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

 .container_707e52eb5104 {
   position: absolute !important;
   overflow: visible;
   width: 197.99px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_5c037db5319d {
   position: absolute !important;
   overflow: visible;
   width: 197.99px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_b6a865da3665 {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 48px;
   z-index: 2;
   left: 240px;
   top: 24px;
 }

 .container_5a0e2c00e538 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 95.5px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_5a0e2c00e538 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1600px;
   height: 95.5px;
   z-index: 1;
 }

 .container_nested_5a0e2c00e538 {
   width: 1600px;
   height: 95.5px;
   z-index: 1;
 }

 .imageview_70e1c502e591 {
   width: 1758px;
   height: 813px;
   position: absolute !important;
   left: 0px;
   top: 1077px;
   _scaling-factor: 0.5;
 }

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

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

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

 .text_abf1051273f8 {
   width: 1017px;
   height: 93px;
   position: absolute !important;
   left: 0px;
   top: 119px;
   line-height: 30.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_abf1051273f8 {
   overflow: visible;
 }

 .text-7db4d18aab75_abf1051273f8 {
   line-height: 30.8px;
   font-family: 'Poppins';
 }

 .text-0de84dd3d886_abf1051273f8 {
   line-height: 30.8px;
   font-family: 'Poppins';
 }

 .text_db9371ad57f8 {
   width: 598px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_db9371ad57f8 {
   overflow: visible;
 }

 .container_3c1ec3f6d389 {
   position: absolute !important;
   overflow: visible;
   width: 1017px;
   height: 212px;
   left: 240px;
   top: 80px;
 }

 .text_8ad67d427db3 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 9px;
   line-height: 54px;
   font-family: 'Poppins';
 }

 .text_c81185577cd4 {
   width: 588px;
   height: 56px;
   position: absolute !important;
   left: 530px;
   top: 22px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_c81185577cd4 {
   overflow: visible;
 }

 .text_ff0e7eb8e0c5 {
   width: max-content;
   position: absolute !important;
   left: 15px;
   top: 18px;
   line-height: 36px;
   font-family: 'Poppins';
 }

 .container_96b668981ab5 {
   position: absolute !important;
   overflow: visible;
   width: 72px;
   height: 72px;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_d411696f0033 {
   position: absolute !important;
   overflow: visible;
   width: 1118px;
   height: 78px;
   left: 240px;
   top: 339px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_077b2f4681a8 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 9px;
   line-height: 54px;
   font-family: 'Poppins';
 }

 .text_b324d2a00b68 {
   width: 588px;
   height: 56px;
   position: absolute !important;
   left: 530px;
   top: 22px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b324d2a00b68 {
   overflow: visible;
 }

 .text_a76d6859c786 {
   width: max-content;
   position: absolute !important;
   left: 10px;
   top: 18px;
   line-height: 36px;
   font-family: 'Poppins';
 }

 .container_a5bd140f7b07 {
   position: absolute !important;
   overflow: visible;
   width: 72px;
   height: 72px;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_8eb42b411ddd {
   position: absolute !important;
   overflow: visible;
   width: 1118px;
   height: 78px;
   left: 240px;
   top: 497px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_fd7cfb0add2d {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 9px;
   line-height: 54px;
   font-family: 'Poppins';
 }

 .text_3c0c1cf98e38 {
   width: 588px;
   height: 56px;
   position: absolute !important;
   left: 530px;
   top: 22px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_3c0c1cf98e38 {
   overflow: visible;
 }

 .text_6e75b776de93 {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 18px;
   line-height: 36px;
   font-family: 'Poppins';
 }

 .container_e51ed6210c8b {
   position: absolute !important;
   overflow: visible;
   width: 72px;
   height: 72px;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_e809401fd1e6 {
   position: absolute !important;
   overflow: visible;
   width: 1118px;
   height: 78px;
   left: 240px;
   top: 813px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_5ab095ba989f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 98px;
   top: 9px;
   line-height: 54px;
   font-family: 'Poppins';
 }

 .text_1dc2b7a3e767 {
   width: 588px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 530px;
   top: 8px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_1dc2b7a3e767 {
   overflow: visible;
 }

 .text_cdc022c017bc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 9px;
   top: 18px;
   line-height: 36px;
   font-family: 'Poppins';
 }

 .container_c10ee9c33446 {
   position: absolute !important;
   overflow: visible;
   width: 72px;
   height: 72px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_2aa0ae44cc85 {
   position: absolute !important;
   overflow: visible;
   width: 1118px;
   height: 92px;
   z-index: 1;
   left: 240px;
   top: 1157px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_189b75ed5dd8 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 9px;
   line-height: 54px;
   font-family: 'Poppins';
 }

 .text_5b82513a56aa {
   width: 588px;
   height: 56px;
   position: absolute !important;
   left: 530px;
   top: 22px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_5b82513a56aa {
   overflow: visible;
 }

 .text_c50da684f2b2 {
   width: max-content;
   position: absolute !important;
   left: 10px;
   top: 18px;
   line-height: 36px;
   font-family: 'Poppins';
 }

 .container_a30a97e583c0 {
   position: absolute !important;
   overflow: visible;
   width: 72px;
   height: 72px;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_d017f542b252 {
   position: absolute !important;
   overflow: visible;
   width: 1118px;
   height: 78px;
   left: 240px;
   top: 655px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_15a55ef1d783 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 9px;
   line-height: 54px;
   font-family: 'Poppins';
 }

 .text_26db76bf3b16 {
   width: 588px;
   height: 84px;
   position: absolute !important;
   left: 530px;
   top: 22px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_26db76bf3b16 {
   overflow: visible;
 }

 .text_f337d25f6f75 {
   width: max-content;
   position: absolute !important;
   left: 9px;
   top: 18px;
   line-height: 36px;
   font-family: 'Poppins';
 }

 .container_5dde2300161a {
   position: absolute !important;
   overflow: visible;
   width: 72px;
   height: 72px;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_0276c528b67b {
   position: absolute !important;
   overflow: visible;
   width: 1118px;
   height: 106px;
   left: 240px;
   top: 971px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_7d4cea45a1b1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 98px;
   top: 9px;
   line-height: 54px;
   font-family: 'Poppins';
 }

 .text_9e6e9731f013 {
   width: 588px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 530px;
   top: 22px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_9e6e9731f013 {
   overflow: visible;
 }

 .text_9e3f0466d538 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 11px;
   top: 18px;
   line-height: 36px;
   font-family: 'Poppins';
 }

 .container_2770879e1fc3 {
   position: absolute !important;
   overflow: visible;
   width: 72px;
   height: 72px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 24px 24px 24px 24px;
 }

 .container_51941334ba2f {
   position: absolute !important;
   overflow: visible;
   width: 1118px;
   height: 106px;
   z-index: 1;
   left: 240px;
   top: 1329px;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_4ae7e2502fd1 {
   width: 1022px;
   height: 1px;
   position: absolute !important;
   left: 338px;
   top: 457px;
 }

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

 .imageview_da1cba93ef64 {
   width: 1022px;
   height: 1px;
   position: absolute !important;
   left: 338px;
   top: 773px;
 }

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

 .imageview_b0e7b54e06b9 {
   width: 1022px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 338px;
   top: 1117px;
 }

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

 .imageview_de75dd485075 {
   width: 1022px;
   height: 1px;
   position: absolute !important;
   left: 338px;
   top: 615px;
 }

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

 .imageview_e4f2516c6c97 {
   width: 1022px;
   height: 1px;
   position: absolute !important;
   left: 338px;
   top: 931px;
 }

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

 .imageview_4c87edf2ddfd {
   width: 1022px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 338px;
   top: 1289px;
 }

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

 .text_7531d709e4a0 {
   width: 749px;
   height: 118px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 58.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_7531d709e4a0 {
   overflow: visible;
 }

 .text_a27ac690cd81 {
   width: 710px;
   height: 68px;
   position: absolute !important;
   left: 19px;
   top: 130px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a27ac690cd81 {
   overflow: visible;
 }

 .container_70beb835c86e {
   position: absolute !important;
   overflow: visible;
   width: 749px;
   height: 198px;
   left: 365px;
   top: 60px;
 }

 .text_a13b71ea5c9a {
   width: fit-content;
   line-height: 34px;
   font-family: 'Helvetica';
 }

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

 .container_a6bf1769a1e6 {
   padding: 16px 60px 16px 60px;
   width: 250px;
   height: 80px;
   position: absolute !important;
   left: 614px;
   top: 298px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 69px 69px 69px 69px;
 }

 .container_wrapper_a6bf1769a1e6 {
   position: absolute !important;
   left: 614px;
   top: 298px;
   width: 250px;
   height: 80px;
 }

 .container_nested_a6bf1769a1e6 {
   padding: 16px 60px 16px 60px;
   width: 250px;
   height: 80px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 69px 69px 69px 69px;
 }

 .container_950be3af43d5 {
   position: absolute !important;
   overflow: visible;
   width: 1480px;
   height: 438px;
   left: 60px;
   top: 3047px;
   background: #e2edff;
   border-radius: 24px 24px 24px 24px;
 }

 .text_97907f863e27 {
   width: max-content;
   position: absolute !important;
   left: 648px;
   top: 2567px;
   line-height: 58.8px;
   font-family: 'Poppins';
 }

 .imageview_4ac4f43355ec {
   width: 148px;
   height: 62px;
   position: absolute !important;
   left: 47.41px;
   top: 33.4px;
   _scaling-factor: 1;
 }

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

 .container_cfb9431924bd {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   left: 0px;
   top: 0px;
 }

 .imageview_f44b436b74ab {
   width: 159px;
   height: 80px;
   position: absolute !important;
   left: 40.94px;
   top: 24.78px;
   _scaling-factor: 0.5;
 }

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

 .container_b0a87d1a7bd6 {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   left: 0px;
   top: 150.84px;
 }

 .imageview_f8901c4dfdb2 {
   width: 149px;
   height: 84px;
   position: absolute !important;
   left: 46.33px;
   top: 22.63px;
   _scaling-factor: 1;
 }

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

 .container_96dd71d72d8b {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   left: 241.35px;
   top: 0px;
 }

 .imageview_1d097b58e5ce {
   width: 135px;
   height: 72px;
   position: absolute !important;
   left: 52.8px;
   top: 28.01px;
   _scaling-factor: 0.5;
 }

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

 .container_f40fe31c80f9 {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   left: 241.35px;
   top: 150.84px;
 }

 .imageview_65d531ab611e {
   width: 136px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 52.8px;
   top: 44.9px;
   _scaling-factor: 0.5;
 }

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

 .container_8c338b82c85e {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   z-index: 1;
   left: 482.71px;
   top: 0px;
 }

 .imageview_08fbed87ec3a {
   width: 150px;
   height: 48px;
   position: absolute !important;
   left: 46.33px;
   top: 41.01px;
   _scaling-factor: 0.5;
 }

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

 .container_278883570157 {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   left: 482.71px;
   top: 150.84px;
 }

 .imageview_fea8dd62f320 {
   width: 241.35px;
   height: 129.3px;
   position: absolute !important;
   left: 724.06px;
   top: 0px;
 }

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

 .imageview_98b63c60402b {
   width: 241.35px;
   height: 129.3px;
   position: absolute !important;
   left: 724.06px;
   top: 150.84px;
 }

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

 .imageview_66a635c068a4 {
   width: 109px;
   height: 58px;
   z-index: 1;
   position: absolute !important;
   left: 65.73px;
   top: 35.56px;
   _scaling-factor: 0.5;
 }

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

 .container_3e1106343543 {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   z-index: 1;
   left: 965.42px;
   top: 0px;
 }

 .imageview_902ec2720b0a {
   width: 88px;
   height: 90px;
   z-index: 1;
   position: absolute !important;
   left: 76.5px;
   top: 19.39px;
   _scaling-factor: 0.5;
 }

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

 .container_5f4c0e8e0ab9 {
   position: absolute !important;
   overflow: visible;
   width: 241.35px;
   height: 129.3px;
   z-index: 1;
   left: 965.42px;
   top: 150.84px;
 }

 .container_b846f8dc381d {
   position: absolute !important;
   overflow: visible;
   width: 1206.77px;
   height: 280.13px;
   left: 196.62px;
   top: 2666.86px;
 }

 .container_2fcd4213c526 {
   position: absolute !important;
   width: 1600px;
   height: 3565px;
   left: 0px;
   top: 900px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_aae948d57e71 {
   width: 1600px;
   height: 447px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1a1a1a;
 }

 .imageview_690959d0b795 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_c95468f1529b {
   width: 142.99px;
   height: 46.44px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0.61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.17px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

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

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

 .container_dba83beb7730 {
   position: absolute !important;
   overflow: visible;
   width: 197.99px;
   height: 48px;
   z-index: 1;
   left: 0px;
   top: 25px;
 }

 .container_5bb35bbe417f {
   width: 1110px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   background: #686666;
 }

 .text_8fe4ef2206cf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 719px;
   top: 25px;
   line-height: 21.48px;
   font-family: 'Roboto';
 }

 .container_0a472ad53531 {
   position: absolute !important;
   overflow: visible;
   width: 1111px;
   height: 73px;
   z-index: 1;
   left: 244px;
   top: 254px;
 }

 .container_26da5c131d32 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 0px;
 }

 .container_11c472fa4839 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 0px;
 }

 .container_bb4c4d9382b0 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 0px;
 }

 .text_3ad3cd2490ef {
   width: 100%;
   min-width: 0;
   height: 43px;
   z-index: 1;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_3ad3cd2490ef {
   overflow: visible;
 }

 .text_417a5f18c6f9 {
   width: 276px;
   height: 28px;
   z-index: 1;
   line-height: 27.86px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_417a5f18c6f9 {
   overflow: visible;
 }

 .text_1cc45f0fbd98 {
   width: 100%;
   min-width: 0;
   height: 28px;
   z-index: 1;
   line-height: 27.86px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_1cc45f0fbd98 {
   overflow: visible;
 }

 .container_d9f02f80db5e {
   width: 276px;
   height: 134px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.41px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_72b867bde71a {
   width: fit-content;
   z-index: 1;
   line-height: 42.96px;
   font-family: 'Roboto';
 }

 .text_0c4dd1d63608 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_0b347c6a4114 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_64413060734b {
   width: 173px;
   height: 134px;
   z-index: 1;
   position: absolute !important;
   left: 650px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.41px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4a1496c938a4 {
   width: fit-content;
   z-index: 1;
   line-height: 42.96px;
   font-family: 'Roboto';
 }

 .text_3f3abc193c9b {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_9eedc3466faf {
   width: 116px;
   height: 88px;
   z-index: 1;
   position: absolute !important;
   left: 994px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.41px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fca86601a085 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 336px;
   top: 60.41px;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_7ec8702db0cc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 336px;
   top: 105.5px;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_72e4e1891a51 {
   position: absolute !important;
   overflow: visible;
   width: 1110px;
   height: 134px;
   z-index: 1;
   left: 245px;
   top: 60px;
 }

 .container_150a11337186 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 4465px;
 }

 .container_wrapper_150a11337186 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 4465px;
   width: 1600px;
   height: 447px;
 }

 .container_nested_150a11337186 {
   width: 1600px;
   height: 447px;
 }

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

 .text_96367ce714cd {
   width: 907px;
   height: 62px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 119px;
   line-height: 30.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_96367ce714cd {
   overflow: visible;
 }

 .text_848db7626273 {
   width: 598px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_848db7626273 {
   overflow: visible;
 }

 .container_100e29453d62 {
   position: absolute !important;
   overflow: visible;
   width: 907px;
   height: 181px;
   z-index: 1;
   left: 240px;
   top: 2555px;
 }

 .text_1837f5dc6eed {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 98px;
   line-height: 30.8px;
   font-family: 'Poppins';
 }

 .text_a724db34411a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 135px;
   line-height: 30.8px;
   font-family: 'Poppins';
 }

 .text_210273f33a5d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 40px;
   line-height: 56px;
   font-family: 'Poppins';
 }

 .text_b51e723b1e94 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 272px;
   line-height: 30.8px;
   font-family: 'Poppins';
 }

 .imageview_1e385ab31041 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 319px;
 }

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

 .imageview_740508917531 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 383px;
 }

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

 .imageview_3a3a06d6275c {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 447px;
 }

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

 .text_3174827ee81b {
   width: 275px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 319px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_3174827ee81b {
   overflow: visible;
 }

 .text_26215a96795b {
   width: 275px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 383px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_26215a96795b {
   overflow: visible;
 }

 .text_a8db0a054c04 {
   width: 275px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 447px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a8db0a054c04 {
   overflow: visible;
 }

 .text_2460db1b42c7 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   font-family: 'Helvetica';
 }

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

 .container_7c82427b87d2 {
   padding: 16px 60px 16px 60px;
   width: 301px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 190px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 69px 69px 69px 69px;
 }

 .container_wrapper_7c82427b87d2 {
   position: absolute !important;
   left: 28px;
   top: 190px;
   width: 301px;
   height: 42px;
   z-index: 1;
 }

 .container_nested_7c82427b87d2 {
   padding: 16px 60px 16px 60px;
   width: 301px;
   height: 42px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 69px 69px 69px 69px;
 }

 .container_157d74a87b9e {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 551px;
   z-index: 1;
   left: 240px;
   top: 2796px;
   background: #f6f6f6;
   border-radius: 24px 24px 24px 24px;
 }

 .text_8a705caf9ab8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 98px;
   line-height: 30.8px;
   font-family: 'Poppins';
 }

 .text_3824845e2aef {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 135px;
   line-height: 30.8px;
   font-family: 'Poppins';
 }

 .text_2eb08b636e90 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 40px;
   line-height: 56px;
   font-family: 'Poppins';
 }

 .text_b257dd145b09 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 272px;
   line-height: 30.8px;
   font-family: 'Poppins';
 }

 .imageview_739038e5d67b {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 319px;
 }

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

 .imageview_5feb7fc227eb {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 383px;
 }

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

 .imageview_3e76cfbe6695 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 447px;
 }

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

 .text_911c30062a5d {
   width: 275px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 319px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_911c30062a5d {
   overflow: visible;
 }

 .text_b376b15e3a67 {
   width: 275px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 383px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b376b15e3a67 {
   overflow: visible;
 }

 .text_e57c82a10e83 {
   width: 275px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 447px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_e57c82a10e83 {
   overflow: visible;
 }

 .text_1ce734509268 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   font-family: 'Helvetica';
 }

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

 .container_171d25caa90c {
   padding: 16px 60px 16px 60px;
   width: 301px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 190px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 69px 69px 69px 69px;
 }

 .container_wrapper_171d25caa90c {
   position: absolute !important;
   left: 28px;
   top: 190px;
   width: 301px;
   height: 42px;
   z-index: 1;
 }

 .container_nested_171d25caa90c {
   padding: 16px 60px 16px 60px;
   width: 301px;
   height: 42px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 69px 69px 69px 69px;
 }

 .container_78bf380c89d3 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 551px;
   z-index: 1;
   left: 621px;
   top: 2796px;
   background: #f6f6f6;
   border-radius: 24px 24px 24px 24px;
 }

 .text_1e1bb5f70de1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 98px;
   line-height: 30.8px;
   font-family: 'Poppins';
 }

 .text_84a644d7c514 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 135px;
   line-height: 30.8px;
   font-family: 'Poppins';
 }

 .text_339444334cfa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 40px;
   line-height: 56px;
   font-family: 'Poppins';
 }

 .text_470d79f18fb8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 272px;
   line-height: 30.8px;
   font-family: 'Poppins';
 }

 .imageview_79f405a1d0d1 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 319px;
 }

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

 .imageview_0fa9f5fb4090 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 383px;
 }

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

 .imageview_97e5e1b36f25 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 447px;
 }

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

 .text_d0505a5d0ae8 {
   width: 275px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 319px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_d0505a5d0ae8 {
   overflow: visible;
 }

 .text_19f464aa6850 {
   width: 275px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 383px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_19f464aa6850 {
   overflow: visible;
 }

 .text_1963b9d91fff {
   width: 275px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 447px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_1963b9d91fff {
   overflow: visible;
 }

 .text_8825e4e1c06b {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   font-family: 'Helvetica';
 }

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

 .container_bc604f6db92c {
   padding: 16px 60px 16px 60px;
   width: 301px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 190px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 69px 69px 69px 69px;
 }

 .container_wrapper_bc604f6db92c {
   position: absolute !important;
   left: 28px;
   top: 190px;
   width: 301px;
   height: 42px;
   z-index: 1;
 }

 .container_nested_bc604f6db92c {
   padding: 16px 60px 16px 60px;
   width: 301px;
   height: 42px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 69px 69px 69px 69px;
 }

 .container_207becea6981 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 551px;
   z-index: 1;
   left: 1002px;
   top: 2796px;
   background: #f6f6f6;
   border-radius: 24px 24px 24px 24px;
   box-shadow: inset 0 0 0 4px #4262ffff;
 }

 .container_61a7d7d5a686 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 5099px;
   left: 0px;
   top: 0px;
   background: #f6f6f6;
 }

 .viewport_bfdbf50a9213 {
   width: 1600px;
   height: 5099px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_f3c7f056ad42 {
   width: 603px;
   height: 279px;
   position: absolute !important;
   left: -161px;
   top: 1665px;
   _scaling-factor: 0.5;
 }

 .imageview_f3c7f056ad42.wp-block-image {
   width: 375px !important;
   height: 279px !important;
   left: 0px !important;
   top: 1665px !important;
   overflow: hidden;
 }

 .imageview_f3c7f056ad42 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .imageview_794526e5b9ba {
   width: 569px;
   height: 294.02px;
   position: absolute !important;
   left: 201px;
   top: -68px;
 }

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

 .imageview_794526e5b9ba img {
   position: absolute;
   width: 174.0px !important;
   height: 226.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 68.0px;
 }

 .imageview_3a906a917c94 {
   width: 569px;
   height: 294.02px;
   position: absolute !important;
   left: 375px;
   top: -3px;
 }

 .imageview_3a906a917c94 img {
   position: absolute;
   width: 133.0px !important;
   height: 291.0px !important;
   max-width: none !important;
   left: 436.0px;
   top: 3.0px;
 }

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

 .imageview_e2794cbd1ee4 {
   width: 86px;
   height: 99px;
   position: absolute !important;
   left: -19px;
   top: 320px;
   _scaling-factor: 1;
 }

 .imageview_e2794cbd1ee4.wp-block-image {
   width: 67px !important;
   height: 99px !important;
   left: 0px !important;
   top: 320px !important;
   overflow: hidden;
 }

 .imageview_e2794cbd1ee4 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .imageview_62658f7d9eba {
   width: 57px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 26.05px;
   top: 258.01px;
   _scaling-factor: 1;
 }

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

 .imageview_4aa584c0f790 {
   width: 84px;
   height: 113px;
   position: absolute !important;
   left: 290.58px;
   top: 294.77px;
   _scaling-factor: 1;
 }

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

 .imageview_bb52728d5986 {
   width: 56px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: 310.72px;
   top: 208.52px;
   _scaling-factor: 1;
   opacity: 0.550000011920929;
 }

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

 .imageview_c65e8538fb40 {
   width: 711.81px;
   height: 310px;
   z-index: 2;
   position: absolute !important;
   left: -169px;
   top: 225px;
 }

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

 .imageview_c65e8538fb40 img {
   position: absolute;
   width: 375.0px !important;
   height: 270.9px !important;
   max-width: none !important;
   left: 169.0px;
   top: -7.9px;
 }

 .text_a6263e7a801d {
   width: fit-content;
   z-index: 3;
   line-height: 19.55px;
   font-family: 'Helvetica';
 }

 .imageview_b03af8b66637 {
   width: 20.7px;
   height: 20.7px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_c190ad7c4fc4 {
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.75px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c86d76aa6450 {
   padding: 9.2px 32px 9.2px 32px;
   width: 258.45px;
   height: 46px;
   z-index: 3;
   position: absolute !important;
   left: 57.5px;
   top: 314px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 39.67px 39.67px 39.67px 39.67px;
 }

 .container_wrapper_c86d76aa6450 {
   position: absolute !important;
   left: 57.5px;
   top: 314px;
   width: 258.45px;
   height: 46px;
   z-index: 3;
 }

 .container_nested_c86d76aa6450 {
   padding: 9.2px 32px 9.2px 32px;
   width: 258.45px;
   height: 46px;
   z-index: 3;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 39.67px 39.67px 39.67px 39.67px;
 }

 .container_f3158bb6e93a {
   position: absolute !important;
   width: 375px;
   height: 488px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: radial-gradient(closest-side at 83% 50%, #ffffffff 9%, #b0beffff 31%, #738bffff 50%, #4262ffff 77%, #0351f3ff 100%);
 }

 .imageview_c2db2d920a72 {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 315px;
   top: 4px;
 }

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

 .imageview_7dca22675eec {
   width: 28px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_047995c057ea {
   width: 83.41px;
   height: 27.09px;
   z-index: 1;
   position: absolute !important;
   left: 32.08px;
   top: 0.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.52px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

 .container_9d7f47b89066 {
   position: absolute !important;
   overflow: visible;
   width: 115.49px;
   height: 28px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_7c8f63b2ac96 {
   position: absolute !important;
   overflow: visible;
   width: 115.49px;
   height: 28px;
   z-index: 1;
   left: 118.75px;
   top: 0px;
 }

 .imageview_83aabcabbf3c {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .container_2c1f74164912 {
   position: absolute !important;
   overflow: visible;
   width: 339px;
   height: 28px;
   z-index: 1;
   left: 16px;
   top: 50px;
 }

 .container_0064a9d19bf3 {
   width: 375px;
   height: 44px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_bcf4a5140985 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 44px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_dff1ce05dd3f {
   position: relative !important;
   overflow: visible;
   width: 375px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_1e4cb10f73d6 {
   width: 375px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_5a14068eb90a {
   width: 375px;
   height: 88px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_957801ecb53c {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 88px;
   z-index: 1;
   left: 0px;
   top: -44px;
 }

 .container_de16aa836316 {
   position: absolute !important;
   width: 375px;
   height: 88px;
   z-index: 1;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_b9374f16c30e {
   width: 253px;
   height: 68px;
   z-index: 1;
   position: absolute !important;
   left: 61px;
   top: 192px;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b9374f16c30e {
   overflow: visible;
 }

 .text_025d82c49158 {
   width: 324px;
   height: 62px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 124px;
   line-height: 30.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_025d82c49158 {
   overflow: visible;
 }

 .text_99c53a2bd9e9 {
   width: 327px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_99c53a2bd9e9 {
   overflow: visible;
 }

 .text_577cad0194a9 {
   width: 327px;
   height: 100px;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_577cad0194a9 {
   overflow: visible;
 }

 .text_81c623fee57a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .container_db0272a56ebe {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 168px;
   left: 24px;
   top: 528px;
 }

 .text_c4c5ad6603b7 {
   width: 327px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_c4c5ad6603b7 {
   overflow: visible;
 }

 .text_816875bb6104 {
   width: 327px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_816875bb6104 {
   overflow: visible;
 }

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

 .container_2382a6db59e4 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 128px;
   z-index: 1;
   left: 24px;
   top: 1820px;
 }

 .text_a6bddedec970 {
   width: 294px;
   height: 102px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a6bddedec970 {
   overflow: visible;
 }

 .text_d4efe23cf799 {
   width: 295px;
   height: 66px;
   position: absolute !important;
   left: 0px;
   top: 108px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_d4efe23cf799 {
   overflow: visible;
 }

 .container_d0229c202b53 {
   position: absolute !important;
   overflow: visible;
   width: 295px;
   height: 174px;
   left: 16px;
   top: 28px;
 }

 .text_41cfcf60d9ae {
   width: fit-content;
   line-height: 19.55px;
   font-family: 'Helvetica';
 }

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

 .container_fc86af005952 {
   padding: 11.41px 42.78px 11.41px 42.78px;
   width: 180px;
   height: 48px;
   position: absolute !important;
   left: 73px;
   top: 226px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 49.2px 49.2px 49.2px 49.2px;
 }

 .container_wrapper_fc86af005952 {
   position: absolute !important;
   left: 73px;
   top: 226px;
   width: 180px;
   height: 48px;
 }

 .container_nested_fc86af005952 {
   padding: 11.41px 42.78px 11.41px 42.78px;
   width: 180px;
   height: 48px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 49.2px 49.2px 49.2px 49.2px;
 }

 .container_a955622c18f9 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 314px;
   left: 24px;
   top: 3817px;
   background: #e2edff;
   border-radius: 18.14px 18.14px 18.14px 18.14px;
 }

 .text_aeb3974dbb3a {
   width: 327px;
   height: 34px;
   position: absolute !important;
   left: 24px;
   top: 3267px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_aeb3974dbb3a {
   overflow: visible;
 }

 .imageview_69b3fbd50661 {
   width: 91px;
   height: 39px;
   position: absolute !important;
   left: 29.33px;
   top: 20.67px;
   _scaling-factor: 1;
 }

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

 .container_aacad0f0b013 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 0px;
   top: 0px;
 }

 .imageview_223f11239cf6 {
   width: 92px;
   height: 52px;
   position: absolute !important;
   left: 28.67px;
   top: 14px;
   _scaling-factor: 1;
 }

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

 .container_f68fbdccadf5 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 178px;
   top: 0px;
 }

 .imageview_855d21d19611 {
   width: 84px;
   height: 25px;
   position: absolute !important;
   left: 32.67px;
   top: 27.78px;
   _scaling-factor: 0.5;
 }

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

 .container_3b17781a1d32 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 0px;
   top: 90px;
 }

 .imageview_0deac08dc8cf {
   width: 149px;
   height: 80px;
   position: absolute !important;
   left: 178px;
   top: 90px;
 }

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

 .imageview_38f138daf959 {
   width: 67px;
   height: 36px;
   position: absolute !important;
   left: 40.67px;
   top: 22px;
   _scaling-factor: 0.5;
 }

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

 .container_7ad2a6db6714 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 0px;
   top: 180px;
 }

 .imageview_bcf3d6052967 {
   width: 99px;
   height: 50px;
   position: absolute !important;
   left: 25.33px;
   top: 15.33px;
   _scaling-factor: 0.5;
 }

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

 .container_77b200448db9 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 178px;
   top: 180px;
 }

 .imageview_2e293096282c {
   width: 84px;
   height: 45px;
   position: absolute !important;
   left: 32.67px;
   top: 17.33px;
   _scaling-factor: 0.5;
 }

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

 .container_12607d05fcb7 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 0px;
   top: 270px;
 }

 .imageview_8d8238089dcb {
   width: 93px;
   height: 30px;
   position: absolute !important;
   left: 28.67px;
   top: 25.38px;
   _scaling-factor: 0.5;
 }

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

 .container_fc3f66127478 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 178px;
   top: 270px;
 }

 .imageview_ca37a2b35053 {
   width: 149px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: 360px;
 }

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

 .imageview_91fc189a021c {
   width: 54px;
   height: 56px;
   position: absolute !important;
   left: 47.33px;
   top: 12px;
   _scaling-factor: 0.5;
 }

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

 .container_10a7e8ef91c5 {
   position: absolute !important;
   overflow: visible;
   width: 149px;
   height: 80px;
   left: 178px;
   top: 360px;
 }

 .container_6fd629f6ece5 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 440px;
   left: 24px;
   top: 3317px;
 }

 .container_1ee2bc26c544 {
   width: 375px;
   height: 517px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1a1a1a;
 }

 .container_b106a210cdad {
   width: 327px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 52px;
   background: #686666;
 }

 .imageview_0d82953b0150 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_d37628fa53c4 {
   width: 119.16px;
   height: 38.7px;
   z-index: 1;
   position: absolute !important;
   left: 45.83px;
   top: 0.51px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.31px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

 .container_683ffec0f168 {
   position: absolute !important;
   overflow: visible;
   width: 164.99px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_e2b0cd21383a {
   position: absolute !important;
   overflow: visible;
   width: 164.99px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_369c0b868fa9 {
   position: absolute !important;
   overflow: visible;
   width: 164.99px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_17e57b826e53 {
   width: 327px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 65px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_17e57b826e53 {
   overflow: visible;
 }

 .container_ccb2fd344a96 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 85px;
   z-index: 1;
   left: 24px;
   top: 372px;
 }

 .text_a6aaa27b2135 {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_a6aaa27b2135 {
   overflow: visible;
 }

 .text_e797d0b0ca1a {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_085f910a6da3 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_0110d36a8fa6 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_c000a310ce64 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_7627597eb29f {
   width: 212px;
   height: 160px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 40px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e1ae2448d4ea {
   width: fit-content;
   z-index: 1;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .text_3f43fc7dc337 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_3a9075acc114 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_a6e4a7281bb8 {
   width: 135px;
   height: 92px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 240px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f9e8df6d2caa {
   width: fit-content;
   z-index: 2;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .text_c42bf74866f7 {
   width: fit-content;
   z-index: 2;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_395758e26860 {
   width: 99px;
   height: 134px;
   z-index: 2;
   position: absolute !important;
   left: 206px;
   top: 240px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_af370de7ac06 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 517px;
   left: 0px;
   top: 0px;
 }

 .container_bd80534f12fe {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 517px;
   left: 0px;
   top: 4191px;
 }

 .text_3250a8f98238 {
   width: 287px;
   height: 30px;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_3250a8f98238 {
   overflow: visible;
 }

 .text_cb856dc24e92 {
   width: 287px;
   height: 40px;
   position: absolute !important;
   left: 40px;
   top: 36px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_cb856dc24e92 {
   overflow: visible;
 }

 .text_57190e95e119 {
   width: max-content;
   position: absolute !important;
   left: 6px;
   top: 7px;
   line-height: 16px;
   font-family: 'Poppins';
 }

 .container_e51e9f8f9cf6 {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_5559f6026f12 {
   width: 327px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 99.5px;
 }

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

 .container_69721ffdd330 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 100px;
   left: 24px;
   top: 720px;
 }

 .text_99d345f6a9b0 {
   width: 287px;
   height: 30px;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_99d345f6a9b0 {
   overflow: visible;
 }

 .text_313cabef6e10 {
   width: 287px;
   height: 60px;
   position: absolute !important;
   left: 40px;
   top: 36px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_313cabef6e10 {
   overflow: visible;
 }

 .text_df8884f09cf0 {
   width: max-content;
   position: absolute !important;
   left: 4px;
   top: 7px;
   line-height: 16px;
   font-family: 'Poppins';
 }

 .container_1512296e6045 {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_a69ce6593122 {
   width: 327px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 119.5px;
 }

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

 .container_f9b388f46ef9 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 120px;
   left: 24px;
   top: 978px;
 }

 .text_d70d44ec9398 {
   width: 287px;
   height: 30px;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_d70d44ec9398 {
   overflow: visible;
 }

 .text_a0297a96951f {
   width: 287px;
   height: 80px;
   position: absolute !important;
   left: 40px;
   top: 36px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a0297a96951f {
   overflow: visible;
 }

 .text_81b66fec4c30 {
   width: max-content;
   position: absolute !important;
   left: 4px;
   top: 7px;
   line-height: 16px;
   font-family: 'Poppins';
 }

 .container_d69403d5d9b5 {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_0999c5cfea7c {
   width: 327px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 139.5px;
 }

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

 .container_011c1233fa25 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 140px;
   left: 24px;
   top: 1430px;
 }

 .text_b1063f780ed0 {
   width: 287px;
   height: 30px;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b1063f780ed0 {
   overflow: visible;
 }

 .text_2fd4219d099a {
   width: 287px;
   height: 60px;
   position: absolute !important;
   left: 40px;
   top: 36px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_2fd4219d099a {
   overflow: visible;
 }

 .text_86bb35088a4f {
   width: max-content;
   position: absolute !important;
   left: 4px;
   top: 7px;
   line-height: 16px;
   font-family: 'Poppins';
 }

 .container_083ae2544add {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_45e47065b1d0 {
   width: 327px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 109.5px;
 }

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

 .container_aa5851cae318 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 110px;
   left: 24px;
   top: 844px;
 }

 .text_788a3d50f06f {
   width: 287px;
   height: 30px;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_788a3d50f06f {
   overflow: visible;
 }

 .text_f0b61b71ab63 {
   width: 287px;
   height: 80px;
   position: absolute !important;
   left: 40px;
   top: 36px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_f0b61b71ab63 {
   overflow: visible;
 }

 .text_f5c38120feca {
   width: max-content;
   position: absolute !important;
   left: 4px;
   top: 7px;
   line-height: 16px;
   font-family: 'Poppins';
 }

 .container_34f6fe3bb466 {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_477b13897150 {
   width: 327px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 139.5px;
 }

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

 .container_51ce583686eb {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 140px;
   left: 24px;
   top: 1266px;
 }

 .text_413784b3a83e {
   width: 287px;
   height: 30px;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_413784b3a83e {
   overflow: visible;
 }

 .text_0295cf22c14b {
   width: 287px;
   height: 60px;
   position: absolute !important;
   left: 40px;
   top: 36px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_0295cf22c14b {
   overflow: visible;
 }

 .text_db6138a43c31 {
   width: max-content;
   position: absolute !important;
   left: 3px;
   top: 7px;
   line-height: 16px;
   font-family: 'Poppins';
 }

 .container_dd4ad79baad8 {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_56a43aaa1ac8 {
   width: 327px;
   height: 1px;
   position: absolute !important;
   left: 0px;
   top: 119.5px;
 }

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

 .container_5fe227f352e1 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 120px;
   left: 24px;
   top: 1122px;
 }

 .text_35ed9ae66af4 {
   width: 287px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 30px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_35ed9ae66af4 {
   overflow: visible;
 }

 .text_2fbc4a8d29b8 {
   width: 287px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 36px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_2fbc4a8d29b8 {
   overflow: visible;
 }

 .text_88eebae9423c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 7px;
   line-height: 16px;
   font-family: 'Poppins';
 }

 .container_5338b49cd30d {
   position: absolute !important;
   overflow: visible;
   width: 30px;
   height: 30px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #e2edff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_0150146c76e0 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 116px;
   z-index: 1;
   left: 24px;
   top: 1594px;
   border-radius: 6px 6px 6px 6px;
 }

 .text_b199510853d7 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 67px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .text_41fc94c529a3 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 91px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .text_e39b9b2943cc {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 20px;
   line-height: 44.8px;
   font-family: 'Poppins';
 }

 .text_53f704cdec07 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

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

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

 .text_4d733247f0b9 {
   width: 271px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_4d733247f0b9 {
   overflow: visible;
 }

 .container_0e418a7b1533 {
   position: absolute !important;
   overflow: visible;
   width: 295px;
   height: 40px;
   left: 0px;
   top: 32px;
 }

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

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

 .imageview_70f1b8a86936 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 54px;
 }

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

 .text_758df3bf3807 {
   width: 271px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_758df3bf3807 {
   overflow: visible;
 }

 .text_a447352b4af1 {
   width: 271px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 52px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a447352b4af1 {
   overflow: visible;
 }

 .container_a2333c28a8cb {
   position: absolute !important;
   overflow: visible;
   width: 295px;
   height: 92px;
   left: 0px;
   top: 84px;
 }

 .container_74cda339b124 {
   position: absolute !important;
   overflow: visible;
   width: 295px;
   height: 176px;
   left: 16px;
   top: 193px;
 }

 .text_28794a4d0b23 {
   width: fit-content;
   line-height: 15.24px;
   font-family: 'Helvetica';
 }

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

 .container_c87f7c819635 {
   padding: 15.24px 57.14px 15.24px 57.14px;
   width: 295px;
   height: 40px;
   position: absolute !important;
   left: 16px;
   top: 137px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 65.71px 65.71px 65.71px 65.71px;
 }

 .container_wrapper_c87f7c819635 {
   position: absolute !important;
   left: 16px;
   top: 137px;
   width: 295px;
   height: 40px;
 }

 .container_nested_c87f7c819635 {
   padding: 15.24px 57.14px 15.24px 57.14px;
   width: 295px;
   height: 40px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 65.71px 65.71px 65.71px 65.71px;
 }

 .container_205902bad341 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 389px;
   left: 24px;
   top: 1972px;
   background: #f6f6f6;
   border-radius: 12px 12px 12px 12px;
 }

 .text_169357294b25 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 67px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .text_1eb5c30395b1 {
   width: max-content;
   position: absolute !important;
   left: 18px;
   top: 91px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .text_2c107edd5635 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 20px;
   line-height: 44.8px;
   font-family: 'Poppins';
 }

 .text_b412e5899c17 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

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

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

 .text_c930d743c06d {
   width: 271px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_c930d743c06d {
   overflow: visible;
 }

 .container_6fa0799c6f78 {
   position: absolute !important;
   overflow: visible;
   width: 295px;
   height: 40px;
   left: 0px;
   top: 32px;
 }

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

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

 .imageview_12dfa23683b0 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 54px;
 }

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

 .text_8527f1161d5d {
   width: 271px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_8527f1161d5d {
   overflow: visible;
 }

 .text_6de7cfa31824 {
   width: 271px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 52px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_6de7cfa31824 {
   overflow: visible;
 }

 .container_3286b69e979e {
   position: absolute !important;
   overflow: visible;
   width: 295px;
   height: 92px;
   left: 0px;
   top: 84px;
 }

 .container_e6f81dceb63c {
   position: absolute !important;
   overflow: visible;
   width: 295px;
   height: 176px;
   left: 16px;
   top: 193px;
 }

 .text_c096e731af0a {
   width: fit-content;
   line-height: 15.24px;
   font-family: 'Helvetica';
 }

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

 .container_a840f7c123c2 {
   padding: 15.24px 57.14px 15.24px 57.14px;
   width: 295px;
   height: 40px;
   position: absolute !important;
   left: 16px;
   top: 137px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 65.71px 65.71px 65.71px 65.71px;
 }

 .container_wrapper_a840f7c123c2 {
   position: absolute !important;
   left: 16px;
   top: 137px;
   width: 295px;
   height: 40px;
 }

 .container_nested_a840f7c123c2 {
   padding: 15.24px 57.14px 15.24px 57.14px;
   width: 295px;
   height: 40px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 65.71px 65.71px 65.71px 65.71px;
 }

 .container_8d6f0fc30cea {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 389px;
   left: 24px;
   top: 2385px;
   background: #f6f6f6;
   border-radius: 12px 12px 12px 12px;
 }

 .text_daf3ecac0130 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 67px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .text_39abd06b60c7 {
   width: max-content;
   position: absolute !important;
   left: 18px;
   top: 91px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .text_2e85988893c5 {
   width: max-content;
   position: absolute !important;
   left: 20px;
   top: 20px;
   line-height: 44.8px;
   font-family: 'Poppins';
 }

 .text_20513094a32d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

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

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

 .text_9e3b15828f45 {
   width: 271px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_9e3b15828f45 {
   overflow: visible;
 }

 .container_a2a6e3d70833 {
   position: absolute !important;
   overflow: visible;
   width: 295px;
   height: 40px;
   left: 0px;
   top: 32px;
 }

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

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

 .imageview_d6a68a154768 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 0px;
   top: 54px;
 }

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

 .text_aeb83234b71b {
   width: 271px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 0px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_aeb83234b71b {
   overflow: visible;
 }

 .text_e51ae5c7abab {
   width: 271px;
   height: 40px;
   position: absolute !important;
   left: 24px;
   top: 52px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_e51ae5c7abab {
   overflow: visible;
 }

 .container_9b0d2f2cfc70 {
   position: absolute !important;
   overflow: visible;
   width: 295px;
   height: 92px;
   left: 0px;
   top: 84px;
 }

 .container_1efeced1e59c {
   position: absolute !important;
   overflow: visible;
   width: 295px;
   height: 176px;
   left: 16px;
   top: 193px;
 }

 .text_2035484a2b44 {
   width: fit-content;
   line-height: 15.24px;
   font-family: 'Helvetica';
 }

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

 .container_2b6671a3b0d1 {
   padding: 15.24px 57.14px 15.24px 57.14px;
   width: 295px;
   height: 40px;
   position: absolute !important;
   left: 16px;
   top: 137px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 65.71px 65.71px 65.71px 65.71px;
 }

 .container_wrapper_2b6671a3b0d1 {
   position: absolute !important;
   left: 16px;
   top: 137px;
   width: 295px;
   height: 40px;
 }

 .container_nested_2b6671a3b0d1 {
   padding: 15.24px 57.14px 15.24px 57.14px;
   width: 295px;
   height: 40px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #4262ff;
   border-radius: 65.71px 65.71px 65.71px 65.71px;
 }

 .container_c6b651e5302f {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 389px;
   left: 24px;
   top: 2798px;
   background: #f6f6f6;
   border-radius: 12px 12px 12px 12px;
   box-shadow: inset 0 0 0 4px #4262ffff;
 }

 .viewport_8ab5c23bf956 {
   width: 375px;
   height: 4708px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_410bc613dd4e {
   width: 4076px;
   height: 2288px;
   position: absolute !important;
   left: -2476px;
   top: -544px;
   _scaling-factor: 0.5;
   mix-blend-mode: lighten;
 }

 .imageview_410bc613dd4e.wp-block-image {
   width: 1600px !important;
   height: 900px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_410bc613dd4e img {
   filter: brightness(1.1599999964237213) contrast(1.4666666686534882) saturate(0) hue-rotate(1deg);
 }

 .container_fe2d0f25ba8b {
   width: 1600px;
   height: 812px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #ffffffff 42.29%, #ffffffba 64.42%, #ffffff00 89.66%);
 }

 .text_0a8ec15a2208 {
   width: 993px;
   height: 146px;
   z-index: 2;
   position: absolute !important;
   left: 304px;
   top: 188px;
   line-height: 72.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_0a8ec15a2208 {
   overflow: visible;
 }

 .text_b5edf1fc3991 {
   width: 891px;
   height: 62px;
   z-index: 2;
   position: absolute !important;
   left: 355px;
   top: 350px;
   line-height: 30.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b5edf1fc3991 {
   overflow: visible;
 }

 .text_de1fd36661cc {
   width: fit-content;
   z-index: 2;
   line-height: 34px;
   font-family: 'Helvetica';
 }

 .imageview_ee61ba62e425 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_4637a9a31ce8 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7dcc4128d97d {
   padding: 16px 60px 16px 60px;
   width: 458px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 520px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 69px 69px 69px 69px;
 }

 .container_wrapper_7dcc4128d97d {
   position: absolute !important;
   left: 571px;
   top: 520px;
   width: 458px;
   height: 80px;
   z-index: 2;
 }

 .container_nested_7dcc4128d97d {
   padding: 16px 60px 16px 60px;
   width: 458px;
   height: 80px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 69px 69px 69px 69px;
 }

 .container_b93c821a6f93 {
   position: absolute !important;
   width: 1600px;
   height: 900px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #4262ff;
 }

 .container_9e8df3eaf286 {
   width: 1600px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .imageview_abb2ceb2260f {
   width: 1600px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 95px;
 }

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

 .imageview_7f2f7f89d7ac {
   width: 32px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 1088px;
   top: 8px;
 }

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

 .text_94eb6c0643e0 {
   width: fit-content;
   z-index: 2;
   line-height: 23.4px;
   font-family: 'Poppins';
 }

 .text_23cc136ea42a {
   width: fit-content;
   z-index: 2;
   line-height: 23.4px;
   font-family: 'Poppins';
 }

 .text_9b3613735e57 {
   width: fit-content;
   z-index: 2;
   line-height: 23.4px;
   font-family: 'Poppins';
 }

 .text_19f04116868b {
   width: 174px;
   height: 23px;
   flex-shrink: 0;
   z-index: 2;
   line-height: 23.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_19f04116868b {
   overflow: visible;
 }

 .container_4239a0a2c190 {
   width: 633px;
   height: 23px;
   z-index: 2;
   position: absolute !important;
   left: 409px;
   top: 12px;
   justify-content: center;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_4239a0a2c190 {
   position: absolute !important;
   left: 409px;
   top: 12px;
   width: 633px;
   height: 23px;
   z-index: 2;
 }

 .container_nested_4239a0a2c190 {
   width: 633px;
   height: 23px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 48px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f87f63d32f8d {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_185ed80e9f7d {
   width: 142.99px;
   height: 46.44px;
   z-index: 2;
   position: absolute !important;
   left: 55px;
   top: 0.61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.17px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

 .container_5dc27a697457 {
   position: absolute !important;
   overflow: visible;
   width: 197.99px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_a226e23608af {
   position: absolute !important;
   overflow: visible;
   width: 197.99px;
   height: 48px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_b32bdb84b073 {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 48px;
   z-index: 2;
   left: 240px;
   top: 24px;
 }

 .container_75043e38a65d {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 95.5px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_75043e38a65d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1600px;
   height: 95.5px;
   z-index: 1;
 }

 .container_nested_75043e38a65d {
   width: 1600px;
   height: 95.5px;
   z-index: 1;
 }

 .text_3c884bcc5c2d {
   width: max-content;
   position: absolute !important;
   left: 53px;
   top: 305px;
   line-height: 58.8px;
   font-family: 'Poppins';
 }

 .text_a590284bd090 {
   width: 598px;
   height: 34px;
   position: absolute !important;
   left: 166px;
   top: 255px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a590284bd090 {
   overflow: visible;
 }

 .text_e0a2bc0a6a27 {
   width: 932px;
   height: 135px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 44.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_e0a2bc0a6a27 {
   overflow: visible;
 }

 .container_7aeb9bff9222 {
   position: absolute !important;
   overflow: visible;
   width: 932px;
   height: 364px;
   left: 334px;
   top: 1202px;
 }

 .container_42fc2fe0bcd8 {
   width: 1600px;
   height: 447px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1a1a1a;
 }

 .imageview_d922437d72e8 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_858cb732c9eb {
   width: 142.99px;
   height: 46.44px;
   z-index: 1;
   position: absolute !important;
   left: 55px;
   top: 0.61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.17px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

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

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

 .container_0707003e0bc6 {
   position: absolute !important;
   overflow: visible;
   width: 197.99px;
   height: 48px;
   z-index: 1;
   left: 0px;
   top: 25px;
 }

 .container_7eaf753e1c89 {
   width: 1110px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   background: #686666;
 }

 .text_8559b2416a53 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 719px;
   top: 25px;
   line-height: 21.48px;
   font-family: 'Roboto';
 }

 .container_b4852967cd48 {
   position: absolute !important;
   overflow: visible;
   width: 1111px;
   height: 73px;
   z-index: 1;
   left: 244px;
   top: 254px;
 }

 .container_d360dd6ea0d1 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 0px;
 }

 .container_641263cd6f9b {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 0px;
 }

 .container_a87bef6c22ed {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 0px;
 }

 .text_df81863d8402 {
   width: 100%;
   min-width: 0;
   height: 43px;
   z-index: 1;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_df81863d8402 {
   overflow: visible;
 }

 .text_56d9a8625899 {
   width: 276px;
   height: 28px;
   z-index: 1;
   line-height: 27.86px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_56d9a8625899 {
   overflow: visible;
 }

 .text_ac2b4c5ac5db {
   width: 100%;
   min-width: 0;
   height: 28px;
   z-index: 1;
   line-height: 27.86px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_ac2b4c5ac5db {
   overflow: visible;
 }

 .container_cb2a310c25b4 {
   width: 276px;
   height: 134px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.41px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_901c545672c9 {
   width: fit-content;
   z-index: 1;
   line-height: 42.96px;
   font-family: 'Roboto';
 }

 .text_9fc5f89f0b76 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_e297ecb1ce86 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_7a0dd2d968e8 {
   width: 173px;
   height: 134px;
   z-index: 1;
   position: absolute !important;
   left: 650px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.41px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b57f940bbab1 {
   width: fit-content;
   z-index: 1;
   line-height: 42.96px;
   font-family: 'Roboto';
 }

 .text_9b368bd1c992 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_9a06cf380c01 {
   width: 116px;
   height: 88px;
   z-index: 1;
   position: absolute !important;
   left: 994px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 17.41px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_76acb1b6fd38 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 336px;
   top: 60.41px;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_58b46fec0961 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 336px;
   top: 105.5px;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_a94e2c5bc703 {
   position: absolute !important;
   overflow: visible;
   width: 1110px;
   height: 134px;
   z-index: 1;
   left: 245px;
   top: 60px;
 }

 .container_f2e7c51f578f {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 447px;
   left: 0px;
   top: 3473px;
 }

 .container_wrapper_f2e7c51f578f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3473px;
   width: 1600px;
   height: 447px;
 }

 .container_nested_f2e7c51f578f {
   width: 1600px;
   height: 447px;
 }

 .imageview_229eb3b0dd93 {
   width: 628px;
   height: 724px;
   position: absolute !important;
   left: 81px;
   top: 39px;
   _scaling-factor: 0.5;
 }

 .imageview_229eb3b0dd93 img {
   position: absolute;
   width: 104.54% !important;
   height: 120.86% !important;
   max-width: none !important;
   left: -4.44%;
   top: -20.98%;
 }

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

 .container_c8f629cf5034 {
   position: absolute !important;
   width: 740px;
   height: 659px;
   left: 0px;
   top: 1626px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(180deg, #e5e5e5ff 27.24%, #ffffffff 49.92%);
 }

 .imageview_a630a1ab1e79 {
   width: 1811px;
   height: 1207px;
   position: absolute !important;
   left: 30px;
   top: 7px;
   _scaling-factor: 0.5;
 }

 .imageview_a630a1ab1e79 img {
   filter: contrast(0.9666666674117247) saturate(0.8900000005960464);
 }

 .container_dfb8bdc3baa5 {
   position: absolute !important;
   width: 735px;
   height: 659px;
   left: 870px;
   top: 2285px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(180deg, #e5e5e5ff 27.24%, #ffffffff 49.92%);
 }

 .text_dc3b2eb0f3e0 {
   width: max-content;
   position: absolute !important;
   left: 60px;
   top: 40px;
   line-height: 58.8px;
   font-family: 'Poppins';
 }

 .text_5e4c8b028563 {
   width: max-content;
   position: absolute !important;
   left: 303px;
   top: 60px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_b59f2f9955a8 {
   width: 633px;
   height: 68px;
   position: absolute !important;
   left: 60px;
   top: 123px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_b59f2f9955a8 {
   overflow: visible;
 }

 .text_5944a3ede127 {
   width: 633px;
   height: 262px;
   position: absolute !important;
   left: 60px;
   top: 207px;
   line-height: 25.2px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_5944a3ede127 {
   overflow: visible;
 }

 .text_57e738a20f47 {
   width: fit-content;
   line-height: 25.2px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_491c7e7e4e70 {
   padding: 6px 16px 6px 16px;
   width: 289px;
   height: 37px;
   position: absolute !important;
   left: 60px;
   top: 509px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_wrapper_491c7e7e4e70 {
   position: absolute !important;
   left: 60px;
   top: 509px;
   width: 289px;
   height: 37px;
 }

 .container_nested_491c7e7e4e70 {
   padding: 6px 16px 6px 16px;
   width: 289px;
   height: 37px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .text_f8f0e5505cc0 {
   width: fit-content;
   line-height: 25.2px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_2c94ca3c3f37 {
   padding: 6px 16px 6px 16px;
   width: 249px;
   height: 37px;
   position: absolute !important;
   left: 365px;
   top: 509px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_wrapper_2c94ca3c3f37 {
   position: absolute !important;
   left: 365px;
   top: 509px;
   width: 249px;
   height: 37px;
 }

 .container_nested_2c94ca3c3f37 {
   padding: 6px 16px 6px 16px;
   width: 249px;
   height: 37px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .text_ff564c9f9c3c {
   width: fit-content;
   line-height: 25.2px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_9450013a8e5e {
   padding: 6px 16px 6px 16px;
   width: 341px;
   height: 37px;
   position: absolute !important;
   left: 60px;
   top: 562px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_wrapper_9450013a8e5e {
   position: absolute !important;
   left: 60px;
   top: 562px;
   width: 341px;
   height: 37px;
 }

 .container_nested_9450013a8e5e {
   padding: 6px 16px 6px 16px;
   width: 341px;
   height: 37px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .text_3c6597183936 {
   width: fit-content;
   line-height: 25.2px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_e4b5fcf2acbe {
   padding: 6px 16px 6px 16px;
   width: 283px;
   height: 37px;
   position: absolute !important;
   left: 417px;
   top: 562px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_wrapper_e4b5fcf2acbe {
   position: absolute !important;
   left: 417px;
   top: 562px;
   width: 283px;
   height: 37px;
 }

 .container_nested_e4b5fcf2acbe {
   padding: 6px 16px 6px 16px;
   width: 283px;
   height: 37px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_17fd9f1db384 {
   position: absolute !important;
   overflow: visible;
   width: 860px;
   height: 659px;
   left: 740px;
   top: 1626px;
   background: #ffffff;
 }

 .text_20fbbe34cde7 {
   width: max-content;
   position: absolute !important;
   left: 120px;
   top: 40px;
   line-height: 58.8px;
   font-family: 'Poppins';
 }

 .text_31eccd7072bf {
   width: max-content;
   position: absolute !important;
   left: 614px;
   top: 60px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_ef948c5f2dde {
   width: 633px;
   height: 102px;
   position: absolute !important;
   left: 120px;
   top: 123px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_ef948c5f2dde {
   overflow: visible;
 }

 .text_36505f3400e0 {
   width: 633px;
   height: 212px;
   position: absolute !important;
   left: 120px;
   top: 241px;
   line-height: 25.2px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_36505f3400e0 {
   overflow: visible;
 }

 .text_6be2bd27f11e {
   width: fit-content;
   line-height: 25.2px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_54d1dd98e3d7 {
   padding: 6px 16px 6px 16px;
   width: 147px;
   height: 37px;
   position: absolute !important;
   left: 120px;
   top: 509px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_wrapper_54d1dd98e3d7 {
   position: absolute !important;
   left: 120px;
   top: 509px;
   width: 147px;
   height: 37px;
 }

 .container_nested_54d1dd98e3d7 {
   padding: 6px 16px 6px 16px;
   width: 147px;
   height: 37px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .text_a0a4afe6a37f {
   width: fit-content;
   line-height: 25.2px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_67c6ed4e68e9 {
   padding: 6px 16px 6px 16px;
   width: 144px;
   height: 37px;
   position: absolute !important;
   left: 283px;
   top: 509px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_wrapper_67c6ed4e68e9 {
   position: absolute !important;
   left: 283px;
   top: 509px;
   width: 144px;
   height: 37px;
 }

 .container_nested_67c6ed4e68e9 {
   padding: 6px 16px 6px 16px;
   width: 144px;
   height: 37px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .text_441f2f3d965d {
   width: fit-content;
   line-height: 25.2px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_86b7b8e29485 {
   padding: 6px 16px 6px 16px;
   width: 250px;
   height: 37px;
   position: absolute !important;
   left: 443px;
   top: 509px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_wrapper_86b7b8e29485 {
   position: absolute !important;
   left: 443px;
   top: 509px;
   width: 250px;
   height: 37px;
 }

 .container_nested_86b7b8e29485 {
   padding: 6px 16px 6px 16px;
   width: 250px;
   height: 37px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .text_ae62a20f948d {
   width: fit-content;
   line-height: 25.2px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_28bf60ede894 {
   padding: 6px 16px 6px 16px;
   width: 190px;
   height: 37px;
   position: absolute !important;
   left: 120px;
   top: 562px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_wrapper_28bf60ede894 {
   position: absolute !important;
   left: 120px;
   top: 562px;
   width: 190px;
   height: 37px;
 }

 .container_nested_28bf60ede894 {
   padding: 6px 16px 6px 16px;
   width: 190px;
   height: 37px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .text_a732f716198b {
   width: fit-content;
   line-height: 25.2px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_0ea1350eac11 {
   padding: 6px 16px 6px 16px;
   width: 200px;
   height: 37px;
   position: absolute !important;
   left: 326px;
   top: 562px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_wrapper_0ea1350eac11 {
   position: absolute !important;
   left: 326px;
   top: 562px;
   width: 200px;
   height: 37px;
 }

 .container_nested_0ea1350eac11 {
   padding: 6px 16px 6px 16px;
   width: 200px;
   height: 37px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .text_d051aeefa9d1 {
   width: fit-content;
   line-height: 25.2px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_61fea8767719 {
   padding: 6px 16px 6px 16px;
   width: 158px;
   height: 37px;
   position: absolute !important;
   left: 542px;
   top: 562px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_wrapper_61fea8767719 {
   position: absolute !important;
   left: 542px;
   top: 562px;
   width: 158px;
   height: 37px;
 }

 .container_nested_61fea8767719 {
   padding: 6px 16px 6px 16px;
   width: 158px;
   height: 37px;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 30px 30px 30px 30px;
 }

 .container_1b9489dcf6f1 {
   position: absolute !important;
   overflow: visible;
   width: 870px;
   height: 659px;
   left: 0px;
   top: 2285px;
   background: #4262ff;
 }

 .text_adff4d7876a6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 58.8px;
   font-family: 'Poppins';
 }

 .imageview_0acfcd22cbec {
   width: 60px;
   height: 60px;
   position: absolute !important;
   left: 103px;
   top: 0px;
 }

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

 .text_573aef39cc74 {
   width: 226px;
   height: 34px;
   position: absolute !important;
   left: 20px;
   top: 84px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_573aef39cc74 {
   overflow: visible;
 }

 .text_4425b0e5dfe5 {
   width: 226px;
   height: 66px;
   position: absolute !important;
   left: 20px;
   top: 130px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_4425b0e5dfe5 {
   overflow: visible;
 }

 .container_d0290d9bc3bc {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 196px;
   left: 0px;
   top: 113px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_bc5c43fb5ca7 {
   width: 226px;
   height: 34px;
   position: absolute !important;
   left: 20px;
   top: 84px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_bc5c43fb5ca7 {
   overflow: visible;
 }

 .text_0a7dd8de911c {
   width: 226px;
   height: 66px;
   position: absolute !important;
   left: 20px;
   top: 130px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_0a7dd8de911c {
   overflow: visible;
 }

 .imageview_6eef90e5d8f3 {
   width: 60px;
   height: 60px;
   position: absolute !important;
   left: 103px;
   top: 0px;
 }

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

 .container_6aac827ff2d0 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 196px;
   left: 284px;
   top: 113px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_cbd9deb7eea5 {
   width: 226px;
   height: 34px;
   position: absolute !important;
   left: 20px;
   top: 84px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_cbd9deb7eea5 {
   overflow: visible;
 }

 .text_a41c9bb01467 {
   width: 226px;
   height: 44px;
   position: absolute !important;
   left: 20px;
   top: 130px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a41c9bb01467 {
   overflow: visible;
 }

 .imageview_6f836cfd086d {
   width: 60px;
   height: 60px;
   position: absolute !important;
   left: 103px;
   top: 0px;
 }

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

 .container_af292760ae5d {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 196px;
   left: 568px;
   top: 113px;
   border-radius: 24px 24px 24px 24px;
 }

 .text_620bdc3bbe19 {
   width: 226px;
   height: 34px;
   position: absolute !important;
   left: 20px;
   top: 84px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_620bdc3bbe19 {
   overflow: visible;
 }

 .text_c6bc44f0eb34 {
   width: 226px;
   height: 44px;
   position: absolute !important;
   left: 20px;
   top: 130px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_c6bc44f0eb34 {
   overflow: visible;
 }

 .imageview_f9fc348ed287 {
   width: 60px;
   height: 60px;
   position: absolute !important;
   left: 103px;
   top: 0px;
 }

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

 .container_3f0896465ee1 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 196px;
   left: 852px;
   top: 113px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_276522b9228b {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 309px;
   left: 240px;
   top: 100px;
   border-radius: 24px 24px 24px 24px;
 }

 .container_a20032be60ec {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 529px;
   left: 0px;
   top: 2944px;
   background: #f6f6f6;
 }

 .text_d95bf7948992 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Poppins';
 }

 .text_77e125b99b48 {
   width: max-content;
   position: absolute !important;
   left: 34px;
   top: 50px;
   line-height: 52px;
   font-family: 'Inter';
 }

 .container_d360e87a3b3e {
   position: absolute !important;
   overflow: visible;
   width: 227px;
   height: 102px;
   left: 96px;
   top: 0px;
 }

 .text_14f3a33b2c3d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Poppins';
 }

 .text_9c910ab4ec13 {
   width: max-content;
   position: absolute !important;
   left: 61px;
   top: 50px;
   line-height: 52px;
   font-family: 'Inter';
 }

 .container_acc787279df5 {
   position: absolute !important;
   overflow: visible;
   width: 231px;
   height: 102px;
   left: 445px;
   top: 0px;
 }

 .text_c315274f14ea {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 33.6px;
   font-family: 'Poppins';
 }

 .text_84b142b16d7b {
   width: max-content;
   position: absolute !important;
   left: 31px;
   top: 50px;
   line-height: 52px;
   font-family: 'Inter';
 }

 .container_ef02eecff5a1 {
   position: absolute !important;
   overflow: visible;
   width: 182px;
   height: 102px;
   left: 820px;
   top: 0px;
 }

 .container_9f10bc1383f1 {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 102px;
   left: 240px;
   top: 1000px;
   border-radius: 300px 300px 300px 300px;
 }

 .container_3f85e509954b {
   position: absolute !important;
   width: 1600px;
   height: 3920px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f6f6f6;
 }

 .viewport_6eec5249658c {
   width: 1600px;
   height: 3920px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_cfd83a1fe810 {
   width: 1242px;
   height: 697px;
   position: absolute !important;
   left: -851px;
   top: 43px;
   _scaling-factor: 0.5;
   mix-blend-mode: lighten;
 }

 .imageview_cfd83a1fe810.wp-block-image {
   width: 375px !important;
   height: 445px !important;
   left: 0px !important;
   top: 43px !important;
   overflow: hidden;
 }

 .imageview_cfd83a1fe810 img {
   filter: brightness(1.1599999964237213) contrast(1.4666666686534882) saturate(0) hue-rotate(1deg);
 }

 .container_8a171eb6b3a3 {
   width: 375px;
   height: 439px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #ffffffff 55.68%, #ffffffba 71.64%, #ffffff00 89.85%);
 }

 .text_137de0e712e0 {
   width: fit-content;
   z-index: 2;
   line-height: 19.55px;
   font-family: 'Helvetica';
 }

 .imageview_5134d78bc0e5 {
   width: 20.7px;
   height: 20.7px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_151f4d49f8ca {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 5.75px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3ea5134c7cb5 {
   padding: 9.2px 32px 9.2px 32px;
   width: 258.45px;
   height: 46px;
   z-index: 2;
   position: absolute !important;
   left: 57.5px;
   top: 314px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 39.67px 39.67px 39.67px 39.67px;
 }

 .container_wrapper_3ea5134c7cb5 {
   position: absolute !important;
   left: 57.5px;
   top: 314px;
   width: 258.45px;
   height: 46px;
   z-index: 2;
 }

 .container_nested_3ea5134c7cb5 {
   padding: 9.2px 32px 9.2px 32px;
   width: 258.45px;
   height: 46px;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #000000;
   border-radius: 39.67px 39.67px 39.67px 39.67px;
 }

 .container_78c1086eb369 {
   position: absolute !important;
   width: 375px;
   height: 488px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #4262ff;
 }

 .imageview_8ad1757719df {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 315px;
   top: 4px;
 }

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

 .imageview_08ad77d852aa {
   width: 28px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_12e4aa63318c {
   width: 83.41px;
   height: 27.09px;
   z-index: 1;
   position: absolute !important;
   left: 32.08px;
   top: 0.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 13.52px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

 .container_e4b118dab04a {
   position: absolute !important;
   overflow: visible;
   width: 115.49px;
   height: 28px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_9617454caed5 {
   position: absolute !important;
   overflow: visible;
   width: 115.49px;
   height: 28px;
   z-index: 1;
   left: 118.75px;
   top: 0px;
 }

 .imageview_864a0e763edf {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .container_5f6ee3d8d6d3 {
   position: absolute !important;
   overflow: visible;
   width: 339px;
   height: 28px;
   z-index: 1;
   left: 16px;
   top: 50px;
 }

 .container_91d0c5ec6f76 {
   width: 375px;
   height: 44px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_6538382d9617 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 44px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_7c03ab6b7613 {
   position: relative !important;
   overflow: visible;
   width: 375px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_4ffb756773f2 {
   width: 375px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_2b41e99f45f8 {
   width: 375px;
   height: 88px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b283e1c9760a {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 88px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .imageview_4792db78ad7a {
   width: 375px;
   height: 0.5px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 88px;
 }

 .imageview_4792db78ad7a img {
   position: absolute;
   width: 372.0px !important;
   height: 0.5px !important;
   max-width: none !important;
   left: 3.0px;
   top: -0.5px;
 }

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

 .container_150e59c85de3 {
   position: absolute !important;
   width: 375px;
   height: 88px;
   z-index: 1;
   left: -3px;
   top: -44px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_6f0d34c7b194 {
   width: 327px;
   height: 68px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 223px;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_6f0d34c7b194 {
   overflow: visible;
 }

 .text_a5152df880e2 {
   width: 324px;
   height: 93px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 124px;
   line-height: 30.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a5152df880e2 {
   overflow: visible;
 }

 .text_ef61f0a71c6b {
   width: 327px;
   height: 68px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_ef61f0a71c6b {
   overflow: visible;
 }

 .text_72842942ce44 {
   width: max-content;
   position: absolute !important;
   left: 124px;
   top: 0px;
   line-height: 22.4px;
   font-family: 'Poppins';
 }

 .container_882ff291f245 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 96px;
   left: 24px;
   top: 856px;
 }

 .text_eba6233f59cd {
   width: 327px;
   height: 34px;
   position: absolute !important;
   left: 24px;
   top: 2404px;
   line-height: 33.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_eba6233f59cd {
   overflow: visible;
 }

 .container_786359f14bc1 {
   width: 375px;
   height: 517px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #1a1a1a;
 }

 .container_3e0fc3c1ea29 {
   width: 327px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 52px;
   background: #686666;
 }

 .imageview_75ec1646052a {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_1173e63b1872 {
   width: 119.16px;
   height: 38.7px;
   z-index: 1;
   position: absolute !important;
   left: 45.83px;
   top: 0.51px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.31px;
   word-wrap: break-word;
   font-family: 'Alegreya Sans SC';
 }

 .container_fb26cd51004d {
   position: absolute !important;
   overflow: visible;
   width: 164.99px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_5abd9d8a1cc0 {
   position: absolute !important;
   overflow: visible;
   width: 164.99px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_25d6636b3fdc {
   position: absolute !important;
   overflow: visible;
   width: 164.99px;
   height: 40px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_b2b188b2eea7 {
   width: 327px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 65px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_b2b188b2eea7 {
   overflow: visible;
 }

 .container_7fa762da79b4 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 85px;
   z-index: 1;
   left: 24px;
   top: 372px;
 }

 .text_dad1923b267e {
   width: 100%;
   min-width: 0;
   height: 24px;
   z-index: 1;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_autoheight_dad1923b267e {
   overflow: visible;
 }

 .text_61f1350b58f7 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_c78e08fadb24 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_32cf302c9eba {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_7efaa0f4bb46 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_6475c097b4fb {
   width: 212px;
   height: 160px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 40px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_37add26947c2 {
   width: fit-content;
   z-index: 1;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .text_60b35a2b7603 {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .text_e02e7254b41b {
   width: fit-content;
   z-index: 1;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_dbeaf7a71e1f {
   width: 135px;
   height: 92px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 240px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bc7955f0ce26 {
   width: fit-content;
   z-index: 2;
   line-height: 23.87px;
   font-family: 'Roboto';
 }

 .text_568692ab3604 {
   width: fit-content;
   z-index: 2;
   line-height: 27.86px;
   font-family: 'Roboto';
 }

 .container_8258efbe957a {
   width: 99px;
   height: 134px;
   z-index: 2;
   position: absolute !important;
   left: 206px;
   top: 240px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_027621a84a3d {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 517px;
   left: 0px;
   top: 0px;
 }

 .container_fa9dc5090eb0 {
   position: absolute !important;
   overflow: visible;
   width: 375px;
   height: 517px;
   left: 0px;
   top: 2808px;
 }

 .text_31bb9d46c892 {
   width: max-content;
   position: absolute !important;
   left: 3px;
   top: 42px;
   line-height: 42px;
   font-family: 'Poppins';
 }

 .text_ba7fad930433 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19.6px;
   font-family: 'Poppins';
 }

 .container_f1259745810b {
   position: absolute !important;
   overflow: visible;
   width: 75px;
   height: 84px;
   left: 0px;
   top: 0px;
 }

 .text_8008c458b68b {
   width: max-content;
   position: absolute !important;
   left: 17px;
   top: 42px;
   line-height: 42px;
   font-family: 'Poppins';
 }

 .text_8cd52a023a41 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19.6px;
   font-family: 'Poppins';
 }

 .container_b47ac7889e2d {
   position: absolute !important;
   overflow: visible;
   width: 77px;
   height: 84px;
   left: 115px;
   top: 0px;
 }

 .text_7a0f5ae2c8a6 {
   width: max-content;
   position: absolute !important;
   left: 3px;
   top: 42px;
   line-height: 42px;
   font-family: 'Poppins';
 }

 .text_1f362ec46bc6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 19.6px;
   font-family: 'Poppins';
 }

 .container_e2eecabf2bee {
   position: absolute !important;
   overflow: visible;
   width: 59px;
   height: 84px;
   left: 232px;
   top: 0px;
 }

 .container_f653f5718429 {
   position: absolute !important;
   overflow: visible;
   width: 291px;
   height: 84px;
   left: 34px;
   top: 516px;
 }

 .text_9b39fd4c2eb2 {
   width: 327px;
   height: 168px;
   position: absolute !important;
   left: 24px;
   top: 628px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_9b39fd4c2eb2 {
   overflow: visible;
 }

 .imageview_b514c368807c {
   width: 191px;
   height: 221px;
   position: absolute !important;
   left: 67px;
   top: 10px;
   _scaling-factor: 0.5;
 }

 .imageview_b514c368807c img {
   position: absolute;
   width: 104.54% !important;
   height: 120.86% !important;
   max-width: none !important;
   left: -4.44%;
   top: -20.98%;
 }

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

 .container_7229a40ae2c0 {
   position: absolute !important;
   width: 327px;
   height: 200px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(180deg, #e5e5e5ff 27.24%, #ffffffff 49.92%);
 }

 .text_14351bf779eb {
   width: max-content;
   position: absolute !important;
   left: 100px;
   top: 216px;
   line-height: 33.6px;
   font-family: 'Poppins';
 }

 .text_60d9d3073f25 {
   width: max-content;
   position: absolute !important;
   left: 146px;
   top: 252px;
   line-height: 16.77px;
   font-family: 'Inter';
 }

 .text_e67382ecd302 {
   width: 327px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: 285.65px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_e67382ecd302 {
   overflow: visible;
 }

 .text_39882ae9eeb7 {
   width: 327px;
   height: 212px;
   position: absolute !important;
   left: 0px;
   top: 352px;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_39882ae9eeb7 {
   overflow: visible;
 }

 .text_7be628e23660 {
   width: fit-content;
   line-height: 14px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_bda63d4fb232 {
   padding: 4px 10px 4px 10px;
   width: 163px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .container_wrapper_bda63d4fb232 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 163px;
   height: 22px;
 }

 .container_nested_bda63d4fb232 {
   padding: 4px 10px 4px 10px;
   width: 163px;
   height: 22px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .text_4b6c8957065f {
   width: fit-content;
   line-height: 14px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_916506dcc010 {
   padding: 4px 10px 4px 10px;
   width: 141px;
   height: 22px;
   position: absolute !important;
   left: 173px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .container_wrapper_916506dcc010 {
   position: absolute !important;
   left: 173px;
   top: 0px;
   width: 141px;
   height: 22px;
 }

 .container_nested_916506dcc010 {
   padding: 4px 10px 4px 10px;
   width: 141px;
   height: 22px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .text_4aca7793fed0 {
   width: fit-content;
   line-height: 14px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_cd36529facca {
   padding: 4px 10px 4px 10px;
   width: 192px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .container_wrapper_cd36529facca {
   position: absolute !important;
   left: 0px;
   top: 28px;
   width: 192px;
   height: 22px;
 }

 .container_nested_cd36529facca {
   padding: 4px 10px 4px 10px;
   width: 192px;
   height: 22px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .text_828ec8e31376 {
   width: fit-content;
   line-height: 14px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_fb393974cf98 {
   padding: 4px 10px 4px 10px;
   width: 159px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 56px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .container_wrapper_fb393974cf98 {
   position: absolute !important;
   left: 0px;
   top: 56px;
   width: 159px;
   height: 22px;
 }

 .container_nested_fb393974cf98 {
   padding: 4px 10px 4px 10px;
   width: 159px;
   height: 22px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .container_f13dc4ab8b39 {
   position: absolute !important;
   overflow: visible;
   width: 314px;
   height: 78px;
   left: 0px;
   top: 580px;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .container_af3f967d2a99 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 658px;
   left: 24px;
   top: 980px;
 }

 .imageview_79e1c22f4ed9 {
   width: 125px;
   height: 327px;
   position: absolute !important;
   left: 101px;
   top: 24px;
   _scaling-factor: 0.5;
 }

 .imageview_79e1c22f4ed9 img {
   filter: contrast(0.9666666674117247) saturate(0.8900000005960464);
 }

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

 .container_dec85e9e586d {
   position: absolute !important;
   width: 327px;
   height: 200px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(180deg, #e5e5e5ff 27.24%, #ffffffff 49.92%);
 }

 .text_db265b473760 {
   width: max-content;
   position: absolute !important;
   left: 80px;
   top: 216px;
   line-height: 33.6px;
   font-family: 'Poppins';
 }

 .text_5165b4ee82fd {
   width: max-content;
   position: absolute !important;
   left: 123px;
   top: 252px;
   line-height: 16.77px;
   font-family: 'Inter';
 }

 .text_c2457d231bb5 {
   width: 327px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: 285.65px;
   line-height: 19.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_c2457d231bb5 {
   overflow: visible;
 }

 .text_bccbf0655cc6 {
   width: 327px;
   height: 195px;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_bccbf0655cc6 {
   overflow: visible;
 }

 .text_74b9bf581e6f {
   width: fit-content;
   line-height: 14px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_0dbcc9a994ac {
   padding: 4px 10px 4px 10px;
   width: 84px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .text_db632e3e9864 {
   width: fit-content;
   line-height: 14px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_3029e9ee11b7 {
   padding: 4px 10px 4px 10px;
   width: 82px;
   height: 22px;
   position: absolute !important;
   left: 94px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .text_22ebb5d54d6c {
   width: fit-content;
   line-height: 14px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_a0fdb218ad39 {
   padding: 4px 10px 4px 10px;
   width: 108px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 28px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .text_6a5164928644 {
   width: fit-content;
   line-height: 14px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_dcb269499dd7 {
   padding: 4px 10px 4px 10px;
   width: 142px;
   height: 22px;
   position: absolute !important;
   left: 186px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .text_49b15fe2efc9 {
   width: fit-content;
   line-height: 14px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_3ba74a3039d3 {
   padding: 4px 10px 4px 10px;
   width: 90px;
   height: 22px;
   position: absolute !important;
   left: 0px;
   top: 56px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .text_f6ec2fdb368e {
   width: fit-content;
   line-height: 14px;
   opacity: 0.800000011920929;
   font-family: 'Poppins';
 }

 .container_b11382e83ab1 {
   padding: 4px 10px 4px 10px;
   width: 114px;
   height: 22px;
   position: absolute !important;
   left: 118px;
   top: 28px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ecf2ff;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .container_a968c80a8735 {
   position: absolute !important;
   overflow: visible;
   width: 328px;
   height: 78px;
   left: 0px;
   top: 580px;
   border-radius: 17.97px 17.97px 17.97px 17.97px;
 }

 .container_5cbdf6e97564 {
   position: absolute !important;
   overflow: visible;
   width: 328px;
   height: 658px;
   left: 24px;
   top: 1686px;
 }

 .imageview_0ee3ed8b5c91 {
   width: 42px;
   height: 42px;
   position: absolute !important;
   left: 57px;
   top: 0px;
 }

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

 .text_3f6cc308c687 {
   width: 159.4px;
   height: 22px;
   position: absolute !important;
   left: -2px;
   top: 52px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_3f6cc308c687 {
   overflow: visible;
 }

 .text_0fcf5399c391 {
   width: 159.4px;
   height: 51px;
   position: absolute !important;
   left: -2px;
   top: 80px;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_0fcf5399c391 {
   overflow: visible;
 }

 .container_0f7f75f983b3 {
   position: absolute !important;
   width: 157px;
   height: 131px;
   left: 23px;
   top: 2462px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16.93px 16.93px 16.93px 16.93px;
 }

 .imageview_af7c567aec99 {
   width: 42.32px;
   height: 42.32px;
   position: absolute !important;
   left: 56.98px;
   top: 0px;
 }

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

 .text_0546214bea2a {
   width: 159.4px;
   height: 22px;
   position: absolute !important;
   left: -2px;
   top: 52px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_0546214bea2a {
   overflow: visible;
 }

 .text_6cbd7197b426 {
   width: 159.4px;
   height: 34px;
   position: absolute !important;
   left: -2px;
   top: 80px;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_6cbd7197b426 {
   overflow: visible;
 }

 .container_9ebae80b5583 {
   position: absolute !important;
   width: 157px;
   height: 131px;
   left: 23px;
   top: 2617px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16.93px 16.93px 16.93px 16.93px;
 }

 .text_d9c3f6c678e7 {
   width: 159.4px;
   height: 22px;
   position: absolute !important;
   left: -2px;
   top: 52px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_d9c3f6c678e7 {
   overflow: visible;
 }

 .text_a0c029d822eb {
   width: 159.4px;
   height: 51px;
   position: absolute !important;
   left: -2px;
   top: 80px;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_a0c029d822eb {
   overflow: visible;
 }

 .imageview_ba3823e7c146 {
   width: 42px;
   height: 42px;
   position: absolute !important;
   left: 56px;
   top: 0px;
 }

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

 .container_e72c7c3a895d {
   position: absolute !important;
   width: 153px;
   height: 131px;
   left: 196px;
   top: 2462px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16.93px 16.93px 16.93px 16.93px;
 }

 .text_d962982ac44e {
   width: 159.4px;
   height: 22px;
   position: absolute !important;
   left: -2px;
   top: 52px;
   line-height: 22.4px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_d962982ac44e {
   overflow: visible;
 }

 .text_bbdd211ed0ae {
   width: 159.4px;
   height: 51px;
   position: absolute !important;
   left: -2px;
   top: 80px;
   line-height: 16.8px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_autoheight_bbdd211ed0ae {
   overflow: visible;
 }

 .imageview_27d260b8f98b {
   width: 42px;
   height: 42px;
   position: absolute !important;
   left: 56.45px;
   top: 0px;
 }

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

 .container_7a79cc4c964c {
   position: absolute !important;
   width: 153px;
   height: 131px;
   left: 196px;
   top: 2617px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-radius: 16.93px 16.93px 16.93px 16.93px;
 }

 .viewport_59dff7797422 {
   width: 375px;
   height: 3325px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }


 @media (max-width: 824px) {
   .services .yotako-main {
     display: none !important;
   }

   .services .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .services .yotako-main {
     display: none !important;
   }

   .services .vp_1600 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .how_does_it_work .yotako-main {
     display: none !important;
   }

   .how_does_it_work .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .how_does_it_work .yotako-main {
     display: none !important;
   }

   .how_does_it_work .vp_1600 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .about_us .yotako-main {
     display: none !important;
   }

   .about_us .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .about_us .yotako-main {
     display: none !important;
   }

   .about_us .vp_1600 {
     display: flex !important;
   }
 }