 /*
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://storage.googleapis.com/yotako-fonts/usersFonts/Css/SF%20Compact.css");
 @import url("https://fonts.googleapis.com/css?family=Bebas+Neue: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;
 }

 .container_4ad92648c9f1 {
   width: 1920px;
   height: 1465px;
   position: absolute !important;
   left: 0px;
   top: 1199px;
   background: linear-gradient(180deg, #28313bff 0%, #4b5b6eff 41.83%, #ffffffff 100%);
 }

 .imageview_387231d3d1eb {
   width: 1920px;
   height: 1080px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   _scaling-factor: 0.5;
 }

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

 .text_f6db5ad59151 {
   width: 697px;
   height: 145px;
   z-index: 2;
   position: absolute !important;
   left: 125px;
   top: 721px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_0a9a3d1a5225 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 843px;
   top: 1406px;
   line-height: 48px;
   font-family: 'Bebas Neue';
 }

 .text_4b161e1f0ebc {
   width: max-content;
   position: absolute !important;
   left: 1061px;
   top: 3479px;
   line-height: 48px;
   font-family: 'Bebas Neue';
 }

 .imageview_1cb5e83b0a80 {
   width: 817px;
   height: 459px;
   position: absolute !important;
   left: 125px;
   top: 3404px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .text_372ff2756a3f {
   width: 648px;
   height: 203px;
   position: absolute !important;
   left: 1061px;
   top: 3557px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .line_0b1412fe4e16 {
   width: 606px;
   height: 2.05px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 125px;
   top: 1429px;
   direction: horizontal;
   background: #ffffff;
 }

 .line_4a9c6428b056 {
   width: 625px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 1188px;
   top: 1430px;
   direction: horizontal;
   background: #ffffff;
 }

 .text_2c7cd76f2a00 {
   width: max-content;
   position: absolute !important;
   left: 841px;
   top: 4181px;
   line-height: 48px;
   font-family: 'Bebas Neue';
 }

 .text_f5c9603e3d1a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 818px;
   top: 2160px;
   line-height: 48px;
   font-family: 'Bebas Neue';
 }

 .line_b33a1e489dd9 {
   width: 606px;
   height: 2.05px;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 113px;
   top: 4204px;
   direction: horizontal;
   background: #28313b;
 }

 .line_383ff7bae816 {
   width: 625px;
   height: 1px;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 1176px;
   top: 4205px;
   direction: horizontal;
   background: #28313b;
 }

 .container_d32fcc1172ff {
   width: 558px;
   height: 389px;
   z-index: 1;
   position: absolute !important;
   left: 333px;
   top: 2309px;
   background: #eff4fe;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 21px 22.8px #00000040;
 }

 .container_9a6238df8d6b {
   width: 558px;
   height: 389px;
   z-index: 1;
   position: absolute !important;
   left: 1009px;
   top: 2309px;
   background: #eff4fe;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 21px 22.8px #00000040;
 }

 .text_9248ab921448 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1150px;
   top: 2401px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_572122e969ab {
   width: 442px;
   height: 168px;
   z-index: 2;
   position: absolute !important;
   left: 1075px;
   top: 2454px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_84823da6fdf0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 477px;
   top: 2401px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_9339880e6870 {
   width: 442px;
   height: 168px;
   z-index: 2;
   position: absolute !important;
   left: 402px;
   top: 2454px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .container_10c47c041b93 {
   width: 558px;
   height: 389px;
   position: absolute !important;
   left: 681px;
   top: 2698px;
   background: #eff4fe;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 21px 22.8px #00000040;
 }

 .text_d491fe26aac2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 819px;
   top: 2805px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .container_049ba4652d07 {
   width: 558px;
   height: 389px;
   z-index: 2;
   position: absolute !important;
   left: 54px;
   top: 2652px;
   background: #eff4fe;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 21px 22.8px #00000040;
 }

 .container_1f77322818bd {
   width: 558px;
   height: 389px;
   z-index: 2;
   position: absolute !important;
   left: 1308px;
   top: 2652px;
   background: #eff4fe;
   border-radius: 50px 50px 50px 50px;
   box-shadow: 0px 21px 22.8px #00000040;
 }

 .imageview_d56c8e6d1c0f {
   width: 54px;
   height: 54px;
   z-index: 3;
   position: absolute !important;
   left: 1371px;
   top: 2758px;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_d56c8e6d1c0f img {
   position: absolute;
   width: 112.96% !important;
   height: 112.96% !important;
   max-width: none !important;
   left: -6.47%;
   top: -5.69%;
 }

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

 .text_1ba87b601a04 {
   width: 442px;
   height: 168px;
   z-index: 1;
   position: absolute !important;
   left: 744px;
   top: 2858px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_b5fa789c979a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 1446px;
   top: 2770px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_d52d02d91d88 {
   width: 442px;
   height: 168px;
   z-index: 3;
   position: absolute !important;
   left: 1371px;
   top: 2823px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_d2123bd47d0e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 166px;
   top: 2736px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_db09466168e1 {
   width: 414px;
   height: 168px;
   z-index: 3;
   position: absolute !important;
   left: 91px;
   top: 2789px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .container_d00a9e7b4fa7 {
   width: 389px;
   height: 434px;
   position: absolute !important;
   left: 430px;
   top: 4839px;
   background: #28313b;
   border-radius: 50px 50px 50px 50px;
 }

 .container_3af103b36ec6 {
   width: 389px;
   height: 434px;
   position: absolute !important;
   left: 1093px;
   top: 4446px;
   background: #28313b;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_0c9e34a157ca {
   width: 347px;
   height: 456px;
   position: absolute !important;
   left: 184px;
   top: 4335px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_6e290c1e6d12 {
   width: 347px;
   height: 456px;
   position: absolute !important;
   left: 876px;
   top: 4921px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_f862c5087aca {
   width: 347px;
   height: 456px;
   position: absolute !important;
   left: 679px;
   top: 4335px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_f862c5087aca img {
   position: absolute;
   width: 233.78% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -91.53%;
   top: 0.06%;
 }

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

 .imageview_f2f47a1c0c90 {
   width: 347px;
   height: 456px;
   position: absolute !important;
   left: 1315px;
   top: 4921px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_983f7e42cf6d {
   width: 571px;
   height: 456px;
   z-index: 1;
   position: absolute !important;
   left: 1174px;
   top: 4335px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_267b5c0fa875 {
   width: 571px;
   height: 456px;
   z-index: 1;
   position: absolute !important;
   left: 184px;
   top: 4921px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_f162640e13c4 {
   width: 54px;
   height: 54px;
   z-index: 3;
   position: absolute !important;
   left: 91px;
   top: 2727px;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_f162640e13c4 img {
   position: absolute;
   width: 112.96% !important;
   height: 112.96% !important;
   max-width: none !important;
   left: -6.47%;
   top: -5.69%;
 }

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

 .imageview_f53d5bd45a2c {
   width: 54px;
   height: 54px;
   z-index: 2;
   position: absolute !important;
   left: 402px;
   top: 2389px;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_f53d5bd45a2c img {
   position: absolute;
   width: 112.96% !important;
   height: 112.96% !important;
   max-width: none !important;
   left: -6.47%;
   top: -5.69%;
 }

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

 .imageview_47c7554e635f {
   width: 54px;
   height: 54px;
   z-index: 1;
   position: absolute !important;
   left: 744px;
   top: 2793px;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_47c7554e635f img {
   position: absolute;
   width: 112.96% !important;
   height: 112.96% !important;
   max-width: none !important;
   left: -6.47%;
   top: -5.69%;
 }

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

 .imageview_6b4a5f8726f2 {
   width: 54px;
   height: 54px;
   z-index: 2;
   position: absolute !important;
   left: 1075px;
   top: 2389px;
   _scaling-factor: 0.5;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_6b4a5f8726f2 img {
   position: absolute;
   width: 112.96% !important;
   height: 112.96% !important;
   max-width: none !important;
   left: -6.47%;
   top: -5.69%;
 }

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

 .container_ce64232f423d {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_bcde0645eab1 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_b292cbe09cd8 {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_2a5a98ecc1b3 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_0f7b8741f633 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_6c431eea4a31 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_926f9ab18028 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_5ae9720a2f2d {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 5690px;
 }

 .container_wrapper_5ae9720a2f2d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 5690px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_5ae9720a2f2d {
   width: 1920px;
   height: 249px;
 }

 .text_11cc27e7cbde {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_11cc27e7cbde {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_c2b10e46396a {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 125px;
   top: 917px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_c2b10e46396a {
   position: absolute !important;
   left: 125px;
   top: 917px;
   width: 196px;
   height: 48px;
   z-index: 2;
 }

 .container_nested_c2b10e46396a {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_b8581837a6b8 {
   width: 539.52px;
   height: 284.21px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 32.48px 32.48px 32.48px 32.48px;
 }

 .text_b54be3560b97 {
   width: 211.65px;
   height: 21.35px;
   z-index: 2;
   position: absolute !important;
   left: 261.39px;
   top: 36.47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.26px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_e114a9e2c7d2 {
   width: 231.73px;
   height: 101.41px;
   z-index: 2;
   position: absolute !important;
   left: 261.53px;
   top: 85.84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.5px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .container_98ab5d458d9f {
   position: absolute !important;
   overflow: visible;
   width: 539.52px;
   height: 284.21px;
   z-index: 1;
   left: 0px;
   top: 1.78px;
   border-radius: 32.48px 32.48px 32.48px 32.48px;
 }

 .imageview_d9e7adad5fdd {
   width: 209px;
   height: 286px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 32.48px 32.48px 32.48px 32.48px;
 }

 .imageview_d9e7adad5fdd img {
   position: absolute;
   width: 112.34% !important;
   height: 100.05% !important;
   max-width: none !important;
   left: -2.32%;
   top: 0.00%;
 }

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

 .container_40b43baf54ac {
   position: absolute !important;
   overflow: visible;
   width: 539.52px;
   height: 285.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_3a247ab919af {
   width: 123.96px;
   height: 29.17px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27.71px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_3a247ab919af {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_f5dda27496e8 {
   width: 127.32px;
   height: 31.18px;
   z-index: 2;
   border-top: 1.46px solid #0e97d7ff;
   border-right: 1.46px solid #0e97d7ff;
   border-bottom: 1.46px solid #0e97d7ff;
   border-left: 1.46px solid #0e97d7ff;
   position: absolute !important;
   left: 303.36px;
   top: 196.18px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 72.92px 72.92px 72.92px 72.92px;
 }

 .container_wrapper_f5dda27496e8 {
   position: absolute !important;
   left: 303.36px;
   top: 196.18px;
   width: 127.32px;
   height: 31.18px;
   z-index: 2;
 }

 .container_nested_f5dda27496e8 {
   width: 127.32px;
   height: 31.18px;
   z-index: 2;
   border-top: 1.46px solid #0e97d7ff;
   border-right: 1.46px solid #0e97d7ff;
   border-bottom: 1.46px solid #0e97d7ff;
   border-left: 1.46px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 72.92px 72.92px 72.92px 72.92px;
 }

 .container_a38c9eb2087b {
   position: absolute !important;
   overflow: visible;
   width: 539.52px;
   height: 285.99px;
   z-index: 1;
   left: 681.71px;
   top: 1619.21px;
 }

 .text_2e2a0f1ec125 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_2e2a0f1ec125 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_36510a06f8fe {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 1061px;
   top: 3736px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_36510a06f8fe {
   position: absolute !important;
   left: 1061px;
   top: 3736px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_36510a06f8fe {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_2324a587e82a {
   width: 530.62px;
   height: 284.21px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 32.48px 32.48px 32.48px 32.48px;
 }

 .imageview_45d163acde49 {
   width: 208px;
   height: 286px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 32.48px 32.48px 32.48px 32.48px;
 }

 .imageview_45d163acde49 img {
   position: absolute;
   width: 183.33% !important;
   height: 100.08% !important;
   max-width: none !important;
   left: -69.87%;
   top: -0.04%;
 }

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

 .text_3e3a2d9c17bf {
   width: 207.87px;
   height: 65.61px;
   z-index: 2;
   position: absolute !important;
   left: 257.24px;
   top: 36.38px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.26px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_59017d890d14 {
   width: 228.17px;
   height: 84.51px;
   z-index: 2;
   position: absolute !important;
   left: 257.24px;
   top: 109.78px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.5px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .container_d02fa9413499 {
   position: absolute !important;
   overflow: visible;
   width: 530.62px;
   height: 285.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_5fbabb9e7d71 {
   width: 123.96px;
   height: 29.17px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27.71px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_5fbabb9e7d71 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_696949b8aae8 {
   width: 127.32px;
   height: 31.18px;
   z-index: 2;
   border-top: 1.46px solid #0e97d7ff;
   border-right: 1.46px solid #0e97d7ff;
   border-bottom: 1.46px solid #0e97d7ff;
   border-left: 1.46px solid #0e97d7ff;
   position: absolute !important;
   left: 304.66px;
   top: 194.23px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 72.92px 72.92px 72.92px 72.92px;
 }

 .container_wrapper_696949b8aae8 {
   position: absolute !important;
   left: 304.66px;
   top: 194.23px;
   width: 127.32px;
   height: 31.18px;
   z-index: 2;
 }

 .container_nested_696949b8aae8 {
   width: 127.32px;
   height: 31.18px;
   z-index: 2;
   border-top: 1.46px solid #0e97d7ff;
   border-right: 1.46px solid #0e97d7ff;
   border-bottom: 1.46px solid #0e97d7ff;
   border-left: 1.46px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 72.92px 72.92px 72.92px 72.92px;
 }

 .container_d2107c80a6a9 {
   position: absolute !important;
   overflow: visible;
   width: 530.62px;
   height: 285.99px;
   z-index: 1;
   left: 125px;
   top: 1619.21px;
 }

 .container_56a8ebefbbb1 {
   width: 539.52px;
   height: 284.21px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 32.48px 32.48px 32.48px 32.48px;
 }

 .text_55f54a90afe0 {
   width: 211.65px;
   height: 21.35px;
   z-index: 2;
   position: absolute !important;
   left: 261.39px;
   top: 36.47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.26px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_440557802bbe {
   width: 246.85px;
   height: 118.31px;
   z-index: 2;
   position: absolute !important;
   left: 261.53px;
   top: 75.61px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.5px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .container_6a67a273f450 {
   position: absolute !important;
   overflow: visible;
   width: 539.52px;
   height: 284.21px;
   z-index: 1;
   left: 0px;
   top: 1.78px;
   border-radius: 32.48px 32.48px 32.48px 32.48px;
 }

 .container_63ced2a25ca8 {
   position: absolute !important;
   overflow: visible;
   width: 539.52px;
   height: 285.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .imageview_30cf31165e21 {
   width: 209px;
   height: 284px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1.78px;
   _scaling-factor: 0.5;
   border-radius: 32.48px 32.48px 32.48px 32.48px;
 }

 .imageview_30cf31165e21 img {
   position: absolute;
   width: 242.20% !important;
   height: 100.03% !important;
   max-width: none !important;
   left: -65.38%;
   top: -0.02%;
 }

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

 .container_6c182acd2582 {
   position: absolute !important;
   overflow: visible;
   width: 539.52px;
   height: 285.99px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_76b25df958bc {
   width: 123.96px;
   height: 29.17px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27.71px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_76b25df958bc {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_68a8d9d201e4 {
   width: 127.32px;
   height: 31.18px;
   z-index: 2;
   border-top: 1.46px solid #0e97d7ff;
   border-right: 1.46px solid #0e97d7ff;
   border-bottom: 1.46px solid #0e97d7ff;
   border-left: 1.46px solid #0e97d7ff;
   position: absolute !important;
   left: 321.55px;
   top: 202.03px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 72.92px 72.92px 72.92px 72.92px;
 }

 .container_wrapper_68a8d9d201e4 {
   position: absolute !important;
   left: 321.55px;
   top: 202.03px;
   width: 127.32px;
   height: 31.18px;
   z-index: 2;
 }

 .container_nested_68a8d9d201e4 {
   width: 127.32px;
   height: 31.18px;
   z-index: 2;
   border-top: 1.46px solid #0e97d7ff;
   border-right: 1.46px solid #0e97d7ff;
   border-bottom: 1.46px solid #0e97d7ff;
   border-left: 1.46px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 72.92px 72.92px 72.92px 72.92px;
 }

 .container_a9baf01180d6 {
   position: absolute !important;
   overflow: visible;
   width: 539.52px;
   height: 285.99px;
   z-index: 1;
   left: 1273.48px;
   top: 1619.21px;
 }

 .container_f7acd82674d1 {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_1fa8ad974a73 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_a57d834a3438 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_d589c3e94521 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_7f1b52a9e4ee {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_709ca24d1ec5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_9d7d0452ae9d {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_da66560eb97b {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_da66560eb97b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_da66560eb97b {
   width: 1920px;
   height: 140px;
 }

 .text_53a0623ac047 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_53a0623ac047 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_b800d3782d0f {
   width: 196px;
   height: 48px;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 862px;
   top: 5483px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_b800d3782d0f {
   position: absolute !important;
   left: 862px;
   top: 5483px;
   width: 196px;
   height: 48px;
 }

 .container_nested_b800d3782d0f {
   width: 196px;
   height: 48px;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .viewport_53d9479ee53f {
   width: 1920px;
   height: 5939px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_8578f6886a98 {
   width: 1920px;
   height: 1000px;
   position: absolute !important;
   left: 0px;
   top: 135px;
   _scaling-factor: 0.5;
 }

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

 .container_e507de47e713 {
   width: 1920px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_c0a8b9657b96 {
   width: 140px;
   height: 140px;
   z-index: 2;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_d87aac467083 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_5f12baa156b7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_1a833aa672c4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_5265f3fa1470 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_8adbc9a99a0e {
   width: 58px;
   height: 55.37px;
   z-index: 2;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_56f98060b5e4 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_56f98060b5e4 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
   z-index: 1;
 }

 .container_nested_56f98060b5e4 {
   width: 1920px;
   height: 140px;
   z-index: 1;
 }

 .text_7c449af97eb9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 481px;
   line-height: 153.6px;
   font-family: 'Bebas Neue';
 }

 .container_6d5f9e28b95e {
   width: 1920px;
   height: 1575px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1079px;
   background: linear-gradient(180deg, #28313bff 0%, #4b5b6eff 41.83%, #ffffffff 100%);
 }

 .text_46002f27d362 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1109px;
   top: 1324px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .text_6a4137daafdf {
   width: 655px;
   height: 191px;
   z-index: 2;
   position: absolute !important;
   left: 1109px;
   top: 1400px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-b1c5ce616c03_6a4137daafdf {
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text-02ef53a4f8b7_6a4137daafdf {
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text-876510189234_6a4137daafdf {
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_8b31abbabe4c {
   width: 837px;
   height: 837px;
   z-index: 2;
   position: absolute !important;
   left: 87px;
   top: 1062px;
   _scaling-factor: 0.5;
 }

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

 .imageview_396ccff8a408 {
   width: 1620px;
   height: 650px;
   z-index: 2;
   position: absolute !important;
   left: 150px;
   top: 1927px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

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

 .text_7cfcbbb898f4 {
   width: max-content;
   position: absolute !important;
   left: 150px;
   top: 2853px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .text_10946ed90a5f {
   width: 674px;
   height: 203px;
   position: absolute !important;
   left: 150px;
   top: 2931px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_ac8af42da536 {
   width: max-content;
   position: absolute !important;
   left: 1122px;
   top: 2853px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .text_9e3f91220f57 {
   width: 648px;
   height: 232px;
   position: absolute !important;
   left: 1122px;
   top: 2931px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_173a108ff3f7 {
   width: max-content;
   position: absolute !important;
   left: 802px;
   top: 3418px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .line_ade89cee1e3c {
   width: 606px;
   height: 2.05px;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 116px;
   top: 3447px;
   direction: horizontal;
   background: #28313b;
 }

 .line_ae1a59a8e520 {
   width: 625px;
   height: 1px;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 1179px;
   top: 3448px;
   direction: horizontal;
   background: #28313b;
 }

 .container_bc964a415c34 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_598e7e5f176c {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_2cfe00dd44e0 {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_38eefaf61a62 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_a495430eb320 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_818d53f46408 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_5f92a3f0f712 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_931e54c99875 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 4435px;
 }

 .container_wrapper_931e54c99875 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 4435px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_931e54c99875 {
   width: 1920px;
   height: 249px;
 }

 .container_a608156ac363 {
   width: 362px;
   height: 534px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b5b6e;
   border-radius: 50px 50px 50px 50px;
 }

 .text_6ec00c358a54 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 109px;
   top: 474px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_0f79541ecdd3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 81px;
   top: 445px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_2dc5d2ffd365 {
   width: 264px;
   height: 354px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 49px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_2dc5d2ffd365 img {
   position: absolute;
   width: 376.69% !important;
   height: 157.91% !important;
   max-width: none !important;
   left: -157.29%;
   top: -16.44%;
 }

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

 .container_34ede2c648d5 {
   position: absolute !important;
   overflow: visible;
   width: 362px;
   height: 534px;
   left: 139px;
   top: 3675px;
 }

 .container_4dc5cd72bafb {
   width: 362px;
   height: 534px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b5b6e;
   border-radius: 50px 50px 50px 50px;
 }

 .text_72d5db95d313 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 445px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .container_a297fd59dc14 {
   width: 264px;
   height: 354px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/I286:321;286:306-1.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
   mix-blend-mode: normal;
 }

 .container_e1687e2f14c6 {
   position: absolute !important;
   overflow: visible;
   width: 264px;
   height: 354px;
   z-index: 1;
   left: 49px;
   top: 49px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/I286:321;286:306.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .container_b60f573d3bff {
   position: absolute !important;
   overflow: visible;
   width: 362px;
   height: 534px;
   left: 573px;
   top: 3675px;
 }

 .container_7207be66e432 {
   width: 362px;
   height: 534px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b5b6e;
   border-radius: 50px 50px 50px 50px;
 }

 .text_9170d23fb866 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 96px;
   top: 445px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .container_c509c6ba6815 {
   width: 264px;
   height: 354px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/I286:328;286:306-1.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
   mix-blend-mode: normal;
 }

 .container_b766baa7d99f {
   position: absolute !important;
   overflow: visible;
   width: 264px;
   height: 354px;
   z-index: 1;
   left: 49px;
   top: 49px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/I286:328;286:306.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .container_35206ab617f0 {
   position: absolute !important;
   overflow: visible;
   width: 362px;
   height: 534px;
   left: 1007px;
   top: 3675px;
 }

 .container_037efd2ef42d {
   width: 362px;
   height: 534px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4b5b6e;
   border-radius: 50px 50px 50px 50px;
 }

 .text_40adfa434be8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 68px;
   top: 445px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .container_c51f443d58b8 {
   width: 264px;
   height: 354px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/I286:333;286:306-1.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
   mix-blend-mode: normal;
 }

 .container_f6905c6b3d21 {
   position: absolute !important;
   overflow: visible;
   width: 264px;
   height: 354px;
   z-index: 1;
   left: 49px;
   top: 49px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/I286:333;286:306.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .container_0db79056112e {
   position: absolute !important;
   overflow: visible;
   width: 362px;
   height: 534px;
   left: 1441px;
   top: 3675px;
 }

 .viewport_b714fe1eb1be {
   width: 1920px;
   height: 4684px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_7f78271923a2 {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_d6980f871506 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_cd29f8a6b2c2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_28b3e7c097b9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_828e98895a62 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_4e27655e8f9a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_04a519ae8dd8 {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_afec4919f5fa {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_afec4919f5fa {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_afec4919f5fa {
   width: 1920px;
   height: 140px;
 }

 .container_ca470a2a00ab {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_eeef3cd03592 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_164fffd3e47f {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_f8a6e53cd503 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_c8eb112c702b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_39959df70ade {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_d7ee18203280 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_c2097883919c {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 3383px;
 }

 .container_wrapper_c2097883919c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3383px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_c2097883919c {
   width: 1920px;
   height: 249px;
 }

 .imageview_0eeb641a345a {
   width: 1920px;
   height: 1000px;
   position: absolute !important;
   left: 0px;
   top: 140px;
   _scaling-factor: 0.5;
 }

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

 .text_90e49b5a5127 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 157px;
   top: 481px;
   line-height: 153.6px;
   font-family: 'Bebas Neue';
 }

 .container_96261709bf8d {
   width: 1920px;
   height: 1575px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1079px;
   background: linear-gradient(180deg, #28313bff 0%, #4b5b6eff 41.83%, #ffffffff 100%);
 }

 .text_f758ee32d385 {
   width: 756px;
   height: 58px;
   z-index: 2;
   position: absolute !important;
   left: 959px;
   top: 1342px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_a69d62c5f1af {
   width: 756px;
   height: 58px;
   z-index: 2;
   position: absolute !important;
   left: 959px;
   top: 1950px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_c5f54b6fd7a0 {
   width: 756px;
   height: 307px;
   z-index: 2;
   position: absolute !important;
   left: 959px;
   top: 1602px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-85a78f8473ac_c5f54b6fd7a0 {
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text-36dc994cbef5_c5f54b6fd7a0 {
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text-c94f1bf2baea_c5f54b6fd7a0 {
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text-d7413c355ccb_c5f54b6fd7a0 {
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text-c7f859c3c328_c5f54b6fd7a0 {
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_910887641065 {
   width: 1025px;
   height: 693px;
   z-index: 2;
   position: absolute !important;
   left: 143px;
   top: 2492px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .text_d0cd0aec86ad {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 898px;
   top: 2340px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .line_717b4a26276c {
   width: 606px;
   height: 2.05px;
   z-index: 2;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 143px;
   top: 2369px;
   direction: horizontal;
   background: #28313b;
 }

 .line_d73cd271fcf6 {
   width: 625px;
   height: 1px;
   z-index: 2;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 1206px;
   top: 2370px;
   direction: horizontal;
   background: #28313b;
 }

 .text_3344a5d109be {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 960px;
   top: 1253px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .text_8a0b740eb293 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 960px;
   top: 1513px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .imageview_30318e09c647 {
   width: 576px;
   height: 988px;
   z-index: 2;
   position: absolute !important;
   left: 143px;
   top: 1160px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .text_604d9b670d9e {
   width: 508px;
   height: 116px;
   position: absolute !important;
   left: 1323px;
   top: 2723px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_a2cf67acb238 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_a2cf67acb238 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_1f5a69d7e778 {
   width: 196px;
   height: 48px;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 1323px;
   top: 2891px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_1f5a69d7e778 {
   position: absolute !important;
   left: 1323px;
   top: 2891px;
   width: 196px;
   height: 48px;
 }

 .container_nested_1f5a69d7e778 {
   width: 196px;
   height: 48px;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .viewport_1a7c598a27ea {
   width: 1920px;
   height: 3632px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_2acb679ffc9c {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_3644477e6da9 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_7867d082f852 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_d9bb38bff7d2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_e1042be5c5f5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_e3cf7fb6bf2c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_ab44c3f9cc9d {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_bd3dd89d1027 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_bd3dd89d1027 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_bd3dd89d1027 {
   width: 1920px;
   height: 140px;
 }

 .container_62cb9f900cf1 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_c1d96276ee13 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_1018fa5b539b {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_a3de9d71ab5d {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_1617e80eac32 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_e4e6b141c66d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_829497abcf1f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_2e7e3eaaf0e2 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 4499px;
 }

 .container_wrapper_2e7e3eaaf0e2 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 4499px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_2e7e3eaaf0e2 {
   width: 1920px;
   height: 249px;
 }

 .container_d3d934f1cb19 {
   width: 1920px;
   height: 1575px;
   position: absolute !important;
   left: 0px;
   top: 1079px;
   background: linear-gradient(180deg, #28313bff 0%, #4b5b6eff 41.83%, #ffffffff 100%);
 }

 .text_100bcee82e81 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 811px;
   top: 1344px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .line_ff95486d6d1c {
   width: 606px;
   height: 2.05px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 125px;
   top: 1373px;
   direction: horizontal;
   background: #ffffff;
 }

 .line_a83610cca38f {
   width: 625px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 1188px;
   top: 1374px;
   direction: horizontal;
   background: #ffffff;
 }

 .text_1187e80eb862 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 802px;
   top: 2095px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .line_b6d882a3a141 {
   width: 606px;
   height: 2.05px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 116px;
   top: 2124px;
   direction: horizontal;
   background: #ffffff;
 }

 .line_58cacb86a6e1 {
   width: 625px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 1179px;
   top: 2125px;
   direction: horizontal;
   background: #ffffff;
 }

 .imageview_f010bb99f3ab {
   width: 1920px;
   height: 1000px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   _scaling-factor: 0.5;
 }

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

 .text_78da66cb0336 {
   width: 559px;
   height: 58px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 660px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_12aee6bff5af {
   width: 936px;
   height: 145px;
   z-index: 1;
   position: absolute !important;
   left: 877px;
   top: 1669px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_946e2a79a50a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 502px;
   line-height: 153.6px;
   font-family: 'Bebas Neue';
 }

 .imageview_22c52d4558df {
   width: 673px;
   height: 379px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 1560px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_a6fcd89622ae {
   width: 818px;
   height: 460px;
   position: absolute !important;
   left: 116px;
   top: 2916px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_de265d15bf07 {
   width: 809px;
   height: 454px;
   z-index: 1;
   position: absolute !important;
   left: 995px;
   top: 2280px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .text_b9f1bd9dbec5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 116px;
   top: 2369px;
   line-height: 76.8px;
   opacity: 0.8999999761581421;
   font-family: 'Bebas Neue';
 }

 .text_0474137f0f34 {
   width: 810px;
   height: 116px;
   z-index: 1;
   position: absolute !important;
   left: 116px;
   top: 2480px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_1ee5c84e16cd {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_1ee5c84e16cd {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_c2c64dc1047a {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 423px;
   top: 2596px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_c2c64dc1047a {
   position: absolute !important;
   left: 423px;
   top: 2596px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_c2c64dc1047a {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .text_d1b6472235c5 {
   width: 436px;
   height: 76px;
   position: absolute !important;
   left: 995px;
   top: 2993px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 76.8px;
   word-wrap: break-word;
   opacity: 0.8999999761581421;
   font-family: 'Bebas Neue';
 }

 .text_6d6b652b2a4b {
   width: 810px;
   height: 116px;
   position: absolute !important;
   left: 995px;
   top: 3102px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_55ad8ceae960 {
   width: 810px;
   height: 116px;
   position: absolute !important;
   left: 1034px;
   top: 3932px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_9e5063c91de0 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_9e5063c91de0 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_177998e72e4d {
   width: 196px;
   height: 48px;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 1302px;
   top: 3238px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_177998e72e4d {
   position: absolute !important;
   left: 1302px;
   top: 3238px;
   width: 196px;
   height: 48px;
 }

 .container_nested_177998e72e4d {
   width: 196px;
   height: 48px;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .text_eecf09f6c253 {
   width: max-content;
   position: absolute !important;
   left: 700px;
   top: 3607px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .line_31a3546dae5e {
   width: 483px;
   height: 2px;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 1341px;
   top: 3636px;
   direction: horizontal;
   background: #28313b;
 }

 .line_d7fe1b89e28e {
   width: 483px;
   height: 2px;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 136px;
   top: 3635px;
   direction: horizontal;
   background: #28313b;
 }

 .text_1ca8faa7afde {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_1ca8faa7afde {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_9a8d838a04f7 {
   width: 196px;
   height: 48px;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 1364px;
   top: 4098px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_9a8d838a04f7 {
   position: absolute !important;
   left: 1364px;
   top: 4098px;
   width: 196px;
   height: 48px;
 }

 .container_nested_9a8d838a04f7 {
   width: 196px;
   height: 48px;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .imageview_53d1d0ec831e {
   width: 798px;
   height: 448px;
   position: absolute !important;
   left: 136px;
   top: 3808px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .viewport_8eed1f67a791 {
   width: 1920px;
   height: 4748px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_6974fda1e56a {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_ec3b0bdfc646 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_83706025102f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_f67a9d75eb16 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_67372885e319 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_8317a9f7b272 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_b12ef8cb4725 {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_36a452016d57 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_36a452016d57 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_36a452016d57 {
   width: 1920px;
   height: 140px;
 }

 .container_62cb98cc6464 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_4ae3ec683fe1 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_09fb171f8fca {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_37aa32a0ad2e {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_722034b3e51b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_ec29dde70de8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_e42d2d9c20f8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_19f1278becbf {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 4422px;
 }

 .container_wrapper_19f1278becbf {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 4422px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_19f1278becbf {
   width: 1920px;
   height: 249px;
 }

 .container_8fe421b5f5a6 {
   width: 1920px;
   height: 1575px;
   position: absolute !important;
   left: 0px;
   top: 1079px;
   background: linear-gradient(180deg, #28313bff 0%, #4b5b6eff 41.83%, #ffffffff 100%);
 }

 .text_f1fe2d12ba03 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 864px;
   top: 2297px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .line_c0f9ccd784f0 {
   width: 483px;
   height: 2px;
   z-index: 1;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 1353px;
   top: 2328px;
   direction: horizontal;
   background: #28313b;
 }

 .line_c406f352039b {
   width: 483px;
   height: 2px;
   z-index: 1;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 77px;
   top: 2327px;
   direction: horizontal;
   background: #28313b;
 }

 .text_9d132c79cf04 {
   width: max-content;
   position: absolute !important;
   left: 911px;
   top: 3327px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .line_ec2931045313 {
   width: 483px;
   height: 2px;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 1353px;
   top: 3356px;
   direction: horizontal;
   background: #28313b;
 }

 .line_745d0c3d36c0 {
   width: 483px;
   height: 2px;
   border-top: 1px solid #28313bff;
   border-right: 1px solid #28313bff;
   border-bottom: 1px solid #28313bff;
   border-left: 1px solid #28313bff;
   position: absolute !important;
   left: 77px;
   top: 3355px;
   direction: horizontal;
   background: #28313b;
 }

 .imageview_a1d84ad01c82 {
   width: 1920px;
   height: 1000px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 140px;
   _scaling-factor: 0.5;
 }

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

 .text_919d3d5879f0 {
   width: 697px;
   height: 87px;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 763px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_e46f0aa9e8a3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 128px;
   top: 403px;
   line-height: 153.6px;
   font-family: 'Bebas Neue';
 }

 .container_04467215a0d3 {
   width: 400px;
   height: 583.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_ec8cb1f9267d {
   width: 202px;
   height: 324px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_ec8cb1f9267d img {
   position: absolute;
   width: 219.05% !important;
   height: 90.83% !important;
   max-width: none !important;
   left: -9.84%;
   top: 9.10%;
 }

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

 .text_337f82e7373d {
   width: 201.63px;
   height: 55.95px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_b4925b43ba53 {
   width: 201.63px;
   height: 23.86px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_be4edc722f1f {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_be4edc722f1f {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_e36a17015eef {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_e36a17015eef {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 2;
 }

 .container_nested_e36a17015eef {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_f9311310985b {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   z-index: 1;
   left: 83px;
   top: 1516px;
 }

 .container_6c77d32d7b51 {
   width: 400px;
   height: 583.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_ea4bbd40ea8f {
   width: 202px;
   height: 324px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_ea4bbd40ea8f img {
   position: absolute;
   width: 204.16% !important;
   height: 84.66% !important;
   max-width: none !important;
   left: -101.98%;
   top: 7.54%;
 }

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

 .text_ff5f257faf95 {
   width: 201.63px;
   height: 55.95px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_b1582d3a2470 {
   width: 201.63px;
   height: 23.86px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_df32fd1f604f {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_df32fd1f604f {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_c416417be0b4 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_c416417be0b4 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 2;
 }

 .container_nested_c416417be0b4 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_12165c668a8a {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   z-index: 1;
   left: 536px;
   top: 1516px;
 }

 .container_f2c9ae4bd71a {
   width: 400px;
   height: 583.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_aa2be84a57d8 {
   width: 202px;
   height: 324px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_aa2be84a57d8 img {
   position: absolute;
   width: 207.00% !important;
   height: 85.84% !important;
   max-width: none !important;
   left: -3.49%;
   top: 6.96%;
 }

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

 .text_7b0bdf5b2045 {
   width: 201.63px;
   height: 55.95px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_10844ba75ff6 {
   width: 201.63px;
   height: 23.86px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_8109a09a6b8d {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_8109a09a6b8d {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_e014bc3cb285 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_e014bc3cb285 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 2;
 }

 .container_nested_e014bc3cb285 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_529ec2a504b7 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   z-index: 1;
   left: 989px;
   top: 1516px;
 }

 .container_bd5a226012ad {
   width: 400px;
   height: 583.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_60ee69bb0258 {
   width: 202px;
   height: 324px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_60ee69bb0258 img {
   position: absolute;
   width: 241.16% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -14.88%;
   top: -0.06%;
 }

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

 .text_3c0dc4aa0be6 {
   width: 201.63px;
   height: 55.95px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_b103d1b77324 {
   width: 201.63px;
   height: 23.86px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_320dce454241 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_320dce454241 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_248e900d394b {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_248e900d394b {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 2;
 }

 .container_nested_248e900d394b {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_511b322f3940 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   z-index: 1;
   left: 1442px;
   top: 1516px;
 }

 .container_828151204f81 {
   width: 400px;
   height: 583.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_46b2a94232a2 {
   width: 202px;
   height: 324px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_46b2a94232a2 img {
   position: absolute;
   width: 225.60% !important;
   height: 93.55% !important;
   max-width: none !important;
   left: -13.14%;
   top: 3.36%;
 }

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

 .text_2bf74d5d05d0 {
   width: 201.63px;
   height: 55.95px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_22ad503e3247 {
   width: 201.63px;
   height: 23.86px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_c8df0e7948ee {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_c8df0e7948ee {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_455018c970c6 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_455018c970c6 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 2;
 }

 .container_nested_455018c970c6 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_718ccb3f24c0 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   z-index: 1;
   left: 77px;
   top: 2489px;
 }

 .container_2b5e25a739a4 {
   width: 400px;
   height: 583.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_95090e6f6324 {
   width: 202px;
   height: 324px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_95090e6f6324 img {
   position: absolute;
   width: 211.05% !important;
   height: 87.51% !important;
   max-width: none !important;
   left: -105.63%;
   top: 6.34%;
 }

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

 .text_0ed441dcaad7 {
   width: 201.63px;
   height: 55.95px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_efa4696ce6aa {
   width: 201.63px;
   height: 23.86px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_7c94c97ab15c {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_7c94c97ab15c {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_1d6e9dd98863 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_1d6e9dd98863 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 2;
 }

 .container_nested_1d6e9dd98863 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_4cd783ea1c9d {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   z-index: 1;
   left: 530px;
   top: 2489px;
 }

 .container_ff3d47848e4f {
   width: 400px;
   height: 583.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_12dc67f8cd27 {
   width: 202px;
   height: 324px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_12dc67f8cd27 img {
   position: absolute;
   width: 210.05% !important;
   height: 87.10% !important;
   max-width: none !important;
   left: -5.36%;
   top: 6.58%;
 }

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

 .text_d33948e1783c {
   width: 201.63px;
   height: 55.95px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_a7d8e83ec335 {
   width: 201.63px;
   height: 23.86px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_f908ecfeaed1 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_f908ecfeaed1 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_51de7803bb10 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_51de7803bb10 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 2;
 }

 .container_nested_51de7803bb10 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_9bbddd37f278 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   z-index: 1;
   left: 983px;
   top: 2489px;
 }

 .container_e435bfb769e1 {
   width: 400px;
   height: 583.33px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_fbc63866636e {
   width: 202px;
   height: 324px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_fbc63866636e img {
   position: absolute;
   width: 223.28% !important;
   height: 92.59% !important;
   max-width: none !important;
   left: -11.81%;
   top: 3.79%;
 }

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

 .text_6844f1984af0 {
   width: 201.63px;
   height: 55.95px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_59d7f85b2daf {
   width: 201.63px;
   height: 23.86px;
   z-index: 2;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_4a74008bf64b {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_4a74008bf64b {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_55b520ae2838 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_55b520ae2838 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 2;
 }

 .container_nested_55b520ae2838 {
   width: 196px;
   height: 48px;
   z-index: 2;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_5bcea5c5fd2d {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   z-index: 1;
   left: 1436px;
   top: 2489px;
 }

 .container_13370e1eafc7 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_2e36a69ca9a5 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_2e36a69ca9a5 img {
   position: absolute;
   width: 206.85% !important;
   height: 85.77% !important;
   max-width: none !important;
   left: -3.65%;
   top: 7.20%;
 }

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

 .text_a96cb563f145 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_a9df91ba298a {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_10303145b142 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_10303145b142 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_42f3a452cdeb {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_42f3a452cdeb {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_42f3a452cdeb {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_9f17370b78ae {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 77px;
   top: 3555px;
 }

 .container_c697f0d5af5f {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_0e9cde86920a {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_0e9cde86920a img {
   position: absolute;
   width: 199.24% !important;
   height: 82.62% !important;
   max-width: none !important;
   left: -99.37%;
   top: 8.68%;
 }

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

 .text_f8d4772f9c15 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_dee971697f7f {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_8134b633b95e {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_8134b633b95e {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_cc5d6a78efb4 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_cc5d6a78efb4 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_cc5d6a78efb4 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_66a6fc218967 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 530px;
   top: 3555px;
 }

 .container_31812deb905e {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_4297b68e5537 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_4297b68e5537 img {
   position: absolute;
   width: 212.33% !important;
   height: 88.05% !important;
   max-width: none !important;
   left: -6.48%;
   top: 6.02%;
 }

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

 .text_5ef52300f40c {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_2544156e6012 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_c57c208ecaf3 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_c57c208ecaf3 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_c032751635ac {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_c032751635ac {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_c032751635ac {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_34a37722a7d4 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 986px;
   top: 3555px;
 }

 .container_a432152a0b32 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_cd54ae775750 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_cd54ae775750 img {
   position: absolute;
   width: 226.24% !important;
   height: 93.81% !important;
   max-width: none !important;
   left: -13.23%;
   top: 0.06%;
 }

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

 .text_a53bcf8d3594 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_139e45089e92 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_1789d142fe77 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_1789d142fe77 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_305f02f59849 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_305f02f59849 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_305f02f59849 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_6d1da3a8dda0 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1442px;
   top: 3555px;
 }

 .text_221ab420ad08 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 907px;
   top: 1324px;
   line-height: 60px;
   font-family: 'Bebas Neue';
 }

 .line_5eb6da36b82c {
   width: 606px;
   height: 2.05px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 83px;
   top: 1354px;
   direction: horizontal;
   background: #ffffff;
 }

 .line_70e7055ee3f0 {
   width: 625px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 1211px;
   top: 1354px;
   direction: horizontal;
   background: #ffffff;
 }

 .viewport_15d9b5858845 {
   width: 1920px;
   height: 4671px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_626a46b49ad8 {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/351:821.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_12048c607181 {
   width: 392px;
   height: 86px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_12048c607181 {
   overflow: visible;
 }

 .text_7e1aa40524fb {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 641px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_7e1aa40524fb {
   overflow: visible;
 }

 .text_88ed13b591b6 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_88ed13b591b6 {
   overflow: visible;
 }

 .container_704040103fff {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_d751c0f32e56 {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_8e9b5e14c39b {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_3c394c2c1b87 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_72b010affca5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_861582d51e82 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_8863bbc10759 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_21219d3d528d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_d316abf1dd67 {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_8c6ca5f7c1f0 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_8c6ca5f7c1f0 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_8c6ca5f7c1f0 {
   width: 1920px;
   height: 140px;
 }

 .text_a4ddfd3fde95 {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 714px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-93f9e00bdfb3_a4ddfd3fde95 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-31f67971d0c5_a4ddfd3fde95 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-df4c2d149037_a4ddfd3fde95 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-021a70dde9bf_a4ddfd3fde95 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-8d386875859b_a4ddfd3fde95 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-1e0001d939c8_a4ddfd3fde95 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-75e71acf5bbd_a4ddfd3fde95 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-39acdc11cc05_a4ddfd3fde95 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-26025142a9d6_a4ddfd3fde95 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_a0c57c8a9472 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_f89f4d90ccf3 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_f89f4d90ccf3 img {
   position: absolute;
   width: 204.16% !important;
   height: 84.66% !important;
   max-width: none !important;
   left: -101.98%;
   top: 7.54%;
 }

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

 .text_05dbd9cf3f4c {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_c0dab8639105 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_3b357e7cefe9 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_3b357e7cefe9 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_7c35b0a4d890 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_7c35b0a4d890 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_7c35b0a4d890 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_1a4b22132a98 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1507px;
 }

 .container_ef151a2dbc80 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_c4bb729b374f {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_c4bb729b374f img {
   position: absolute;
   width: 225.60% !important;
   height: 93.55% !important;
   max-width: none !important;
   left: -13.14%;
   top: 3.36%;
 }

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

 .text_52d03d088207 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_a33a065753b1 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_ede0457b7998 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_ede0457b7998 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_269b1f85e11d {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_269b1f85e11d {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_269b1f85e11d {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_ca0346e7a2ed {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 787px;
   top: 1507px;
 }

 .container_5664a6269403 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_93cf18979d82 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_93cf18979d82 img {
   position: absolute;
   width: 212.33% !important;
   height: 88.05% !important;
   max-width: none !important;
   left: -6.48%;
   top: 6.02%;
 }

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

 .text_1afde0e895e4 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_d3b0a0cded39 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_8d1b3b1148f5 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_8d1b3b1148f5 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_f672a09364d5 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_f672a09364d5 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_f672a09364d5 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_2cdaf2d2a583 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1327px;
   top: 1507px;
 }

 .container_bb6d753db839 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_3e0c9c358257 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_4196517c7baa {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_323b5a9ee297 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_d1218efe5c4c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_67fc9eafe0f2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_afc12e347ecb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_87f3e803d7af {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_87f3e803d7af {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_87f3e803d7af {
   width: 1920px;
   height: 249px;
 }

 .viewport_073a4fcff12b {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_5f984510d837 {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/356:388.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_50c986a3a414 {
   width: 392px;
   height: 86px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_50c986a3a414 {
   overflow: visible;
 }

 .text_9be867dc8f8d {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 641px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_9be867dc8f8d {
   overflow: visible;
 }

 .text_9aba22038e2f {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 714px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-da0c15168513_9aba22038e2f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-6956457d8f38_9aba22038e2f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-d4005475cd12_9aba22038e2f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-e78c16e6ef6e_9aba22038e2f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-2b4e44d89193_9aba22038e2f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-6d63ea2265d2_9aba22038e2f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-256dfb4fadce_9aba22038e2f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-a280f5626897_9aba22038e2f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-e810e86650ca_9aba22038e2f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_d10bbcf758bd {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_d10bbcf758bd {
   overflow: visible;
 }

 .container_1484883fc3c2 {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_35255b92ddde {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_e5f924737dd6 {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_3608862c7f01 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_0284db3d518b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_ca7b52e40566 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_52f07e8bf58f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_d45086e20f82 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_164f110a1799 {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_6777470281f5 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_6777470281f5 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_6777470281f5 {
   width: 1920px;
   height: 140px;
 }

 .container_a1e95d55dc76 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_2ae5dd3af879 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_2ae5dd3af879 img {
   position: absolute;
   width: 204.16% !important;
   height: 84.66% !important;
   max-width: none !important;
   left: -101.98%;
   top: 7.54%;
 }

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

 .text_b0d373bcf806 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_7a3d3e277a56 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_e8332979f6b8 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_e8332979f6b8 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_4bbddaecacae {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_4bbddaecacae {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_4bbddaecacae {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_f346c5522e86 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1507px;
 }

 .container_77ed38ea320e {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_d9f33fa8173e {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_df5d619dfd5c {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_8f65e84ec917 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_c3609b40e365 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_a72717493034 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_52b57f43ed3a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_fec4d7c8d80a {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_fec4d7c8d80a {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_fec4d7c8d80a {
   width: 1920px;
   height: 249px;
 }

 .container_bd1464901158 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_e603ac00a437 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_e603ac00a437 img {
   position: absolute;
   width: 223.28% !important;
   height: 92.59% !important;
   max-width: none !important;
   left: -11.81%;
   top: 3.79%;
 }

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

 .text_6147921559d7 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_1e9e5e4e3cbe {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_cbdc0589bc23 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_cbdc0589bc23 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_fff03e06e45c {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_fff03e06e45c {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_fff03e06e45c {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_36ccaacd1902 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 760px;
   top: 1507px;
 }

 .container_205451d3fdc5 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_65297111de20 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_65297111de20 img {
   position: absolute;
   width: 206.85% !important;
   height: 85.77% !important;
   max-width: none !important;
   left: -3.65%;
   top: 7.20%;
 }

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

 .text_928e0db09477 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_775111a42464 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_789d7b4c59bf {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_789d7b4c59bf {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_26a97a0d0ec4 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_26a97a0d0ec4 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_26a97a0d0ec4 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_c543914c77de {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1345px;
   top: 1507px;
 }

 .viewport_e8b9c27f927b {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_4bc0e50a4d4b {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/356:444.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_6cc5d2d0c406 {
   width: 392px;
   height: 86px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_6cc5d2d0c406 {
   overflow: visible;
 }

 .text_66beb2c86d1b {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 641px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_66beb2c86d1b {
   overflow: visible;
 }

 .text_df6d5cc86c0d {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 714px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-e5d1b1edd7ba_df6d5cc86c0d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-1fa073bb3d07_df6d5cc86c0d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-2d1257c6eef8_df6d5cc86c0d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-b0faab73e641_df6d5cc86c0d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-40a8723f2c2c_df6d5cc86c0d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-aad5f47898d4_df6d5cc86c0d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-1e1f38b6bf43_df6d5cc86c0d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-cd6d9911817b_df6d5cc86c0d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-dfe7940fada0_df6d5cc86c0d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_2aa6b4a2feeb {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_2aa6b4a2feeb {
   overflow: visible;
 }

 .container_e2442e95d641 {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_ca7e99975d50 {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_e68c97b1fe21 {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_47d103c9f781 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_eeaadb002110 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_0af5484edd71 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_ea4c37242d3a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_a40b06af4a04 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_14d7282d6dbb {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_188e4c732854 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_188e4c732854 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_188e4c732854 {
   width: 1920px;
   height: 140px;
 }

 .container_58056f863e4e {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_943c1ba2b5c7 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_6e998b796e68 {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_cca1796d94d1 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_ce5f1311f1b6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_0131e5d5a46d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_af931aa89450 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_96012d27a40b {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_96012d27a40b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_96012d27a40b {
   width: 1920px;
   height: 249px;
 }

 .container_3b923bf81106 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_d8e28a852318 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_d8e28a852318 img {
   position: absolute;
   width: 207.00% !important;
   height: 85.84% !important;
   max-width: none !important;
   left: -3.49%;
   top: 6.96%;
 }

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

 .text_d222e92f6306 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_0d2777255f76 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_7436715803a7 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_7436715803a7 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_7933cde10d4f {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_7933cde10d4f {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_7933cde10d4f {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_bfb55d2fec57 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1507px;
 }

 .container_6523aacb4c9e {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_1c22530f9991 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_1c22530f9991 img {
   position: absolute;
   width: 226.24% !important;
   height: 93.81% !important;
   max-width: none !important;
   left: -13.23%;
   top: 0.06%;
 }

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

 .text_d67f25df2333 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_4e88a1f2e834 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_6d4db4e33956 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_6d4db4e33956 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_fb9d5c95daca {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_fb9d5c95daca {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_fb9d5c95daca {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_a2f769672858 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1345px;
   top: 1507px;
 }

 .container_d5f4abc35b4c {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_7440b45c5794 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_7440b45c5794 img {
   position: absolute;
   width: 211.05% !important;
   height: 87.51% !important;
   max-width: none !important;
   left: -105.63%;
   top: 6.34%;
 }

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

 .text_02b4192fb3f7 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_dcfe5f81f71e {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_0ca6fc64ce40 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_0ca6fc64ce40 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_e7d558226d0f {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_e7d558226d0f {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_e7d558226d0f {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_a46acee4ebec {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 796px;
   top: 1507px;
 }

 .viewport_a8cc842a4b70 {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_fd304981156f {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/356:500.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_b76c94c4cb55 {
   width: 392px;
   height: 86px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_b76c94c4cb55 {
   overflow: visible;
 }

 .text_c7f7f9218030 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 641px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_c7f7f9218030 {
   overflow: visible;
 }

 .text_0c748a5d1921 {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 714px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-2fcda9c857b9_0c748a5d1921 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-924a940ec03b_0c748a5d1921 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-2f2b50a12146_0c748a5d1921 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-b33815302870_0c748a5d1921 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-500f8278611f_0c748a5d1921 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-68259edfb57f_0c748a5d1921 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-b93c3ae3701d_0c748a5d1921 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-e9a113d2e937_0c748a5d1921 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-f959ec41caf1_0c748a5d1921 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_3ef02d767d5a {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_3ef02d767d5a {
   overflow: visible;
 }

 .container_09cdf854ede3 {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_9a9312a5f135 {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_b105332ab4fa {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_6924e2ca5526 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_6924e2ca5526 img {
   position: absolute;
   width: 241.16% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -14.88%;
   top: -0.06%;
 }

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

 .text_c5ce0ba636f3 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_34a95604bea6 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_cb1f523217e7 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_cb1f523217e7 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_e487db539742 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_e487db539742 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_e487db539742 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_32673cf0cec4 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1507px;
 }

 .container_983af5617632 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_925d1adb76e4 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_925d1adb76e4 img {
   position: absolute;
   width: 225.60% !important;
   height: 93.55% !important;
   max-width: none !important;
   left: -13.14%;
   top: 3.36%;
 }

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

 .text_a19086721f21 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_c8c919be9cf7 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_81bf9332884e {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_81bf9332884e {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_25a82217cb5e {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_25a82217cb5e {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_25a82217cb5e {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_5cc8817e55cb {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 794px;
   top: 1507px;
 }

 .container_e54bd94d8b48 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_f84a119796ea {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_f84a119796ea img {
   position: absolute;
   width: 199.24% !important;
   height: 82.62% !important;
   max-width: none !important;
   left: -99.37%;
   top: 8.68%;
 }

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

 .text_c55324906828 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_a260d9196c6d {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_bfdcb5c3ac27 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_bfdcb5c3ac27 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_57d35df4ae89 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_57d35df4ae89 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_57d35df4ae89 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_1fed51fde14c {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1341px;
   top: 1507px;
 }

 .container_5b9822d43202 {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_83857a7bdab7 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_8bf0ed1a3e01 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_effe0bd73c46 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_9b89fafc42ad {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_667269bf5c31 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_7da25dc718fa {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_df91b6557549 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_df91b6557549 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_df91b6557549 {
   width: 1920px;
   height: 140px;
 }

 .container_b28172772e07 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_4a4c1d914885 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_0c848fefcebf {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_7fe8173b5661 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_527a3a725d45 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_86d96a8f85e3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_3fccd77341ac {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_6df3ea3f0d03 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_6df3ea3f0d03 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_6df3ea3f0d03 {
   width: 1920px;
   height: 249px;
 }

 .viewport_f0bc54c29b3d {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_ac50d876093f {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/356:512.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_3618b708510f {
   width: 392px;
   height: 86px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_3618b708510f {
   overflow: visible;
 }

 .text_76a408f76fdb {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 641px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_76a408f76fdb {
   overflow: visible;
 }

 .text_60be9054d46f {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 714px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-15105f7b819a_60be9054d46f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-202dde8759d6_60be9054d46f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-7ad68b5feb08_60be9054d46f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-0680aa886e76_60be9054d46f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-e6a2b8e1bfbc_60be9054d46f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-119b22467495_60be9054d46f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-0588f182a890_60be9054d46f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-a3f76177b336_60be9054d46f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-c04a972307f4_60be9054d46f {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_86c4af155118 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_86c4af155118 {
   overflow: visible;
 }

 .container_8db7b1979796 {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_181dab13d4e0 {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_2df14a7c3dbe {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_039b2b3e519c {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_4a7ee4679dfb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_c0e64c04f5dc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_6219313384d8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_ced32fafce19 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_5318880eaaa9 {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_1c1cc18f63eb {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_1c1cc18f63eb {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_1c1cc18f63eb {
   width: 1920px;
   height: 140px;
 }

 .container_e48eea050362 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_fe2e59d7b8ea {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_fe2e59d7b8ea img {
   position: absolute;
   width: 212.33% !important;
   height: 88.05% !important;
   max-width: none !important;
   left: -6.48%;
   top: 6.02%;
 }

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

 .text_3bdcc776a8ce {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_f62d6deba284 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_04331f1a23b2 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_04331f1a23b2 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_e0e1e074b0a7 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_e0e1e074b0a7 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_e0e1e074b0a7 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_4d661fced20a {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1327px;
   top: 1507px;
 }

 .container_47e579facc48 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_51b450381eee {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_f5b8b75d3637 {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_df50ac07c790 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_54c3eb51cfdf {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_5c5c20622037 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_0656d7dd6eab {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_e50aa53b6dce {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_e50aa53b6dce {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_e50aa53b6dce {
   width: 1920px;
   height: 249px;
 }

 .container_49c545d6c46b {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_675ee9fdb8de {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_675ee9fdb8de img {
   position: absolute;
   width: 219.05% !important;
   height: 90.83% !important;
   max-width: none !important;
   left: -9.84%;
   top: 9.10%;
 }

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

 .text_af53e3258c13 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_4ee091d5949f {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_8ba28c4a4cbf {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_8ba28c4a4cbf {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_dd271474fe52 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_dd271474fe52 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_dd271474fe52 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_dba825e24c92 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1507px;
 }

 .container_66a3471ba9aa {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_6e0fd9a95b65 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_6e0fd9a95b65 img {
   position: absolute;
   width: 223.28% !important;
   height: 92.59% !important;
   max-width: none !important;
   left: -11.81%;
   top: 3.79%;
 }

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

 .text_37547064a054 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_8ca2a40cf4ed {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_1899d939c2db {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_1899d939c2db {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_170597f143b0 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_170597f143b0 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_170597f143b0 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_3277dccbc8be {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 787px;
   top: 1507px;
 }

 .viewport_4200e305fc2a {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_88a47135be54 {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/356:524.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_58391efcb11d {
   width: 392px;
   height: 86px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_58391efcb11d {
   overflow: visible;
 }

 .text_458b38caa5b3 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 641px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_458b38caa5b3 {
   overflow: visible;
 }

 .text_caf91322ee4d {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 714px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-7ce626ca54d3_caf91322ee4d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-81867ec7595e_caf91322ee4d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-a5758f468ae5_caf91322ee4d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-026361c6bfce_caf91322ee4d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-470bc6954814_caf91322ee4d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-0b2a1d4d5936_caf91322ee4d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-516242175dbe_caf91322ee4d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-4f72a17a84f2_caf91322ee4d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-dcd12989d515_caf91322ee4d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_078876f97ced {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_078876f97ced {
   overflow: visible;
 }

 .container_4485e96b07a1 {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_5c81659a80e1 {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_82b3f808895d {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_24ac062e7675 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_54397b19c31b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_f45a57ed4e23 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_8670e2ffaf27 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_ca7e9fa4486c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_627bff121614 {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_2bae43386631 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_2bae43386631 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_2bae43386631 {
   width: 1920px;
   height: 140px;
 }

 .container_475ef49c8ce5 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_12865e0f0897 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_12644b9524ca {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_564e0c927e54 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_23002b89f41c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_024de18b0276 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_2286c6f6cbe7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_93f0df8a78d4 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_93f0df8a78d4 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_93f0df8a78d4 {
   width: 1920px;
   height: 249px;
 }

 .container_b440e9e2eaad {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_05bc84444df7 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_05bc84444df7 img {
   position: absolute;
   width: 204.16% !important;
   height: 84.66% !important;
   max-width: none !important;
   left: -101.98%;
   top: 7.54%;
 }

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

 .text_ee73fc21afba {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_c43bb035cddc {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_bc4a984ec09a {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_bc4a984ec09a {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_586d1cae0c8b {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_586d1cae0c8b {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_586d1cae0c8b {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_80956e1ab866 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1473px;
 }

 .container_c37a2c8102a7 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_4290a9fa5067 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_4290a9fa5067 img {
   position: absolute;
   width: 225.60% !important;
   height: 93.55% !important;
   max-width: none !important;
   left: -13.14%;
   top: 3.36%;
 }

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

 .text_c21c2e795362 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_5da64aed2924 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_ad9064680b6d {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_ad9064680b6d {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_4650d74768d2 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_4650d74768d2 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_4650d74768d2 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_8108d2da708c {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 789px;
   top: 1473px;
 }

 .container_f3881e5632e9 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_31f77b57b0dd {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_31f77b57b0dd img {
   position: absolute;
   width: 212.33% !important;
   height: 88.05% !important;
   max-width: none !important;
   left: -6.48%;
   top: 6.02%;
 }

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

 .text_896ea986fc24 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_26811d3124f8 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_5cd8ff0164b6 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_5cd8ff0164b6 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_25803b296d9d {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_25803b296d9d {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_25803b296d9d {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_396baf26df36 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1345px;
   top: 1473px;
 }

 .viewport_0a0b57c227d8 {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_a97649e7231b {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/356:1164.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_ddd9c9fc0612 {
   width: 392px;
   height: 86px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_ddd9c9fc0612 {
   overflow: visible;
 }

 .text_a7d245190032 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 641px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_a7d245190032 {
   overflow: visible;
 }

 .text_311ab8d3d27d {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 714px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-9b6dba5b59b6_311ab8d3d27d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-0da44655c0d0_311ab8d3d27d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-f15a6de186ae_311ab8d3d27d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-73904c56a9c4_311ab8d3d27d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-5c40d1131dfc_311ab8d3d27d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-7dc26f44372b_311ab8d3d27d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-e4c0621c2a45_311ab8d3d27d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-3a25bc04e63e_311ab8d3d27d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-fe50a2d3e4f9_311ab8d3d27d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_a6cd0b6befaf {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_a6cd0b6befaf {
   overflow: visible;
 }

 .container_f14a45bf1e9a {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_c87120c7ceb7 {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_cb38cefe285f {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_c0391328e624 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_c0391328e624 img {
   position: absolute;
   width: 212.33% !important;
   height: 88.05% !important;
   max-width: none !important;
   left: -6.48%;
   top: 6.02%;
 }

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

 .text_63ffc4c71bc5 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_0b75504aca12 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_df78c4cad6b3 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_df78c4cad6b3 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_dac999f6a696 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_dac999f6a696 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_dac999f6a696 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_a3beec090ac8 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1327px;
   top: 1507px;
 }

 .container_81994c1b9af4 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_cc73e935a724 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_cc73e935a724 img {
   position: absolute;
   width: 219.05% !important;
   height: 90.83% !important;
   max-width: none !important;
   left: -9.84%;
   top: 9.10%;
 }

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

 .text_51c225e92fc3 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_04d586736b53 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_f376e0de2e85 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_f376e0de2e85 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_a43117f6a3b2 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_a43117f6a3b2 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_a43117f6a3b2 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_b6c90d761c4c {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1507px;
 }

 .container_4a64a126453c {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_97e805dd3b2d {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_97e805dd3b2d img {
   position: absolute;
   width: 223.28% !important;
   height: 92.59% !important;
   max-width: none !important;
   left: -11.81%;
   top: 3.79%;
 }

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

 .text_e3dbc0e2bdea {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_fd74ca0a8be8 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_2d5ed4646ba5 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_2d5ed4646ba5 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_0299ab075095 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_0299ab075095 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_0299ab075095 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_29733d6d2a36 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 787px;
   top: 1507px;
 }

 .container_35c30502c95d {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_0a988f274c41 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_85bce631a371 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_b73ad0becd93 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_8cf03b56d613 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_1f02173121c7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_7ad5e38ccecd {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_1593e61865b3 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_1593e61865b3 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_1593e61865b3 {
   width: 1920px;
   height: 140px;
 }

 .container_18c272b11ee2 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_b5258a39ec80 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_ad0b3e7d4da1 {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_3fc472444d34 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_292b72680060 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_d4e07f6a404a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_5de3095997d0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_ed80a74af376 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_ed80a74af376 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_ed80a74af376 {
   width: 1920px;
   height: 249px;
 }

 .viewport_d42a1332f2c0 {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_646c6d1341a0 {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/356:1176.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_6aeb81789d40 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 641px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_6aeb81789d40 {
   overflow: visible;
 }

 .text_fe3389e7b19d {
   width: 392px;
   height: 86px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_fe3389e7b19d {
   overflow: visible;
 }

 .text_770869a1bb5d {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 714px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-d8302e156db2_770869a1bb5d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-64dc365f1c63_770869a1bb5d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-a6d2fa158416_770869a1bb5d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-82f58c72c396_770869a1bb5d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-ff91fb6c0045_770869a1bb5d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-a68e0a4688e5_770869a1bb5d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-8904f6374c3e_770869a1bb5d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-afc1d4fd1242_770869a1bb5d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-702dd4db3639_770869a1bb5d {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_ff17f41854fd {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_ff17f41854fd {
   overflow: visible;
 }

 .container_58ab9c767130 {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_5a03eaf39275 {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_d9bfa3790cd3 {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_0d7af368772f {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_513a7b7c0b05 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_4243f09011db {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_cc6f044fb8f6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_259749230c00 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_4b15cd3a3639 {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_95dc3de0ffc4 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_95dc3de0ffc4 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_95dc3de0ffc4 {
   width: 1920px;
   height: 140px;
 }

 .container_cc10e6c8d0b9 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_1857d7c0a51d {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_c022a86de18b {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_503daf3a4512 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_e97472159b00 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_e6d287d493c1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_4f530bfd0471 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_504ae80437c5 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_504ae80437c5 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_504ae80437c5 {
   width: 1920px;
   height: 249px;
 }

 .container_2437454b3e42 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_ea8cde6b4aed {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_ea8cde6b4aed img {
   position: absolute;
   width: 241.16% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -14.88%;
   top: -0.06%;
 }

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

 .text_57b9b7c210b0 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_0bdd9d1d9076 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_a31458b12a77 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_a31458b12a77 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_c5b6cb92d0e1 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_c5b6cb92d0e1 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_c5b6cb92d0e1 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_4e0bb9679abb {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1507px;
 }

 .container_96fb33cb8a5b {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_5ad8c179e3d5 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_5ad8c179e3d5 img {
   position: absolute;
   width: 225.60% !important;
   height: 93.55% !important;
   max-width: none !important;
   left: -13.14%;
   top: 3.36%;
 }

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

 .text_b0febd90fd32 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_808ef7e38de0 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_851f6d8b4e60 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_851f6d8b4e60 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_2f18aa8330de {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_2f18aa8330de {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_2f18aa8330de {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_90a485096639 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 794px;
   top: 1507px;
 }

 .container_4f9d8f42f4a5 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_11f0f38d658f {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_11f0f38d658f img {
   position: absolute;
   width: 199.24% !important;
   height: 82.62% !important;
   max-width: none !important;
   left: -99.37%;
   top: 8.68%;
 }

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

 .text_940004daffbb {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_79231e392834 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_a1ea66cdc9ab {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_a1ea66cdc9ab {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_53ca04c8e96e {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_53ca04c8e96e {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_53ca04c8e96e {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_44df9461a967 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1341px;
   top: 1507px;
 }

 .viewport_55a8c5cb003d {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_8dd318e00f2a {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/356:1188.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_570959ae461b {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 641px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_570959ae461b {
   overflow: visible;
 }

 .text_21cebf7337bb {
   width: 392px;
   height: 86px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_21cebf7337bb {
   overflow: visible;
 }

 .text_36e16ff8f6d6 {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 714px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-be6fc2c17bfb_36e16ff8f6d6 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-1d14a70b6d3d_36e16ff8f6d6 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-ff374ab4190b_36e16ff8f6d6 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-ef83e2d0ba65_36e16ff8f6d6 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-b2d35c351a82_36e16ff8f6d6 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-57b91abda352_36e16ff8f6d6 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-101dba736c13_36e16ff8f6d6 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-afcf182c7a3b_36e16ff8f6d6 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-08d557bfe813_36e16ff8f6d6 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_dc698037222d {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_dc698037222d {
   overflow: visible;
 }

 .container_a9da0a94c977 {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_a82dc24ad844 {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_3c23aede93e9 {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_553ddfa999cd {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_e9eb12fe8422 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_f2f1aae20c88 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_fca51477ea05 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_7e6de6b76c14 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_395e8153919a {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_aa745761f7e7 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_aa745761f7e7 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_aa745761f7e7 {
   width: 1920px;
   height: 140px;
 }

 .container_81b76221f572 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_3c2fafb5dd42 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_ccabfa860baa {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_1d796b7aa968 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_bf62a01ce4fa {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_fa6c19ecfc0a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_f87e3ef332e8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_c1ba0359aad5 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_c1ba0359aad5 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_c1ba0359aad5 {
   width: 1920px;
   height: 249px;
 }

 .container_fc988e9f581b {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_bc1afd1996b5 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_bc1afd1996b5 img {
   position: absolute;
   width: 211.05% !important;
   height: 87.51% !important;
   max-width: none !important;
   left: -105.63%;
   top: 6.34%;
 }

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

 .text_62e2124325d6 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_4db9c115c541 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_bb401e9a1844 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_bb401e9a1844 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_8dd0f0a73dbf {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_8dd0f0a73dbf {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_8dd0f0a73dbf {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_298d1b5b3670 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 796px;
   top: 1492px;
 }

 .container_343350483fa5 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_f35ae7dceec9 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_f35ae7dceec9 img {
   position: absolute;
   width: 219.05% !important;
   height: 90.83% !important;
   max-width: none !important;
   left: -9.84%;
   top: 9.10%;
 }

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

 .text_a2c0ce841e9b {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_c4c085d9237c {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_8e7fb9a3557f {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_8e7fb9a3557f {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_babda37e84a4 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_babda37e84a4 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_babda37e84a4 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_fc181c8a489a {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1492px;
 }

 .container_f20955a1512c {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_53ce49dadad0 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_53ce49dadad0 img {
   position: absolute;
   width: 226.24% !important;
   height: 93.81% !important;
   max-width: none !important;
   left: -13.23%;
   top: 0.06%;
 }

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

 .text_82441f5030d6 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_3078f7f3a3ce {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_de4b94e6e915 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_de4b94e6e915 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_dcebc5489ea3 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_dcebc5489ea3 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_dcebc5489ea3 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_9f8f1396ce9e {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1345px;
   top: 1492px;
 }

 .viewport_26c99b155ef5 {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_f423bce23d07 {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/356:1330.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_a7be98c4f789 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_a7be98c4f789 {
   overflow: visible;
 }

 .text_d2826612ee48 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 601px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_d2826612ee48 {
   overflow: visible;
 }

 .text_0c05d9ba76ab {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 674px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-3127b236668a_0c05d9ba76ab {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-705ad503d532_0c05d9ba76ab {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-174b175f4322_0c05d9ba76ab {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-ef85cafb96e7_0c05d9ba76ab {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-d791b647fb99_0c05d9ba76ab {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-da4260c34281_0c05d9ba76ab {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-353ea6615c47_0c05d9ba76ab {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-6c75137d034c_0c05d9ba76ab {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-e1847e515ac5_0c05d9ba76ab {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_0487758dfa65 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_0487758dfa65 {
   overflow: visible;
 }

 .container_b88d114f6ab6 {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_c1008349a36b {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_5344d16def8a {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_ddf959b2c180 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_3447a669e2a0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_2aa90dc4b405 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_5e9b4ebb1323 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_c3efdfe036f5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_29c50a75f67e {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_743a7ce54f0c {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_743a7ce54f0c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_743a7ce54f0c {
   width: 1920px;
   height: 140px;
 }

 .container_b4f46bd33009 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_5fe9b2ec660e {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_5fe9b2ec660e img {
   position: absolute;
   width: 204.16% !important;
   height: 84.66% !important;
   max-width: none !important;
   left: -101.98%;
   top: 7.54%;
 }

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

 .text_21dafa6f6a2d {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_367dc9258bcc {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_c50165a36531 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_c50165a36531 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_75729066426f {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_75729066426f {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_75729066426f {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_017d360f4b28 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1507px;
 }

 .container_wrapper_017d360f4b28 {
   position: absolute !important;
   overflow: visible;
   left: 246px;
   top: 1507px;
   width: 400px;
   height: 583.33px;
 }

 .container_nested_017d360f4b28 {
   width: 400px;
   height: 583.33px;
 }

 .container_d27dc029ed2c {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_d94239df24b7 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_d94239df24b7 img {
   position: absolute;
   width: 225.60% !important;
   height: 93.55% !important;
   max-width: none !important;
   left: -13.14%;
   top: 3.36%;
 }

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

 .text_c393327c886d {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_426137933227 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_3e8c8ab8dd7f {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_3e8c8ab8dd7f {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_7538e661a282 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_7538e661a282 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_7538e661a282 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_9c8364f84dd9 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 787px;
   top: 1507px;
 }

 .container_e6268dff2db9 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_082c7a05a81e {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_082c7a05a81e img {
   position: absolute;
   width: 212.33% !important;
   height: 88.05% !important;
   max-width: none !important;
   left: -6.48%;
   top: 6.02%;
 }

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

 .text_fa02511ae775 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_5edf21dbf291 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_429c60634fc1 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_429c60634fc1 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_29745bff57b7 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_29745bff57b7 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_29745bff57b7 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_1342ea3424c2 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1327px;
   top: 1507px;
 }

 .container_02b33dc45f52 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_0702ebd08c0d {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_92c525b1579a {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_da4733216fd2 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_dd1b14d2d538 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_45865642b4c1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_d1a8e4291db1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_7e93ce2606bd {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_7e93ce2606bd {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_7e93ce2606bd {
   width: 1920px;
   height: 249px;
 }

 .viewport_16cd5f83f6d3 {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_a66d4577de57 {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/356:1342.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_3dd21b5ed4b7 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_3dd21b5ed4b7 {
   overflow: visible;
 }

 .text_fa9a5e4fc321 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 601px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_fa9a5e4fc321 {
   overflow: visible;
 }

 .text_7fe0f36428c4 {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 674px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-0ac6547e1758_7fe0f36428c4 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-0a5d0ae878ef_7fe0f36428c4 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-409e33136fe4_7fe0f36428c4 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-acf7c5daeed6_7fe0f36428c4 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-3c862e5e2975_7fe0f36428c4 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-976d01b2b4be_7fe0f36428c4 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-a56dd1f820b1_7fe0f36428c4 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-352bbf943319_7fe0f36428c4 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-c9d6ac0fac08_7fe0f36428c4 {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_fde25a416caa {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_fde25a416caa {
   overflow: visible;
 }

 .container_11acaa3b0a33 {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_030c8b4ca248 {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_6b5e57fd25be {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_064864b47327 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_e56ab3bfa464 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_cb4b020e19a3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_1261d9b334e4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_d27ad4fc642d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_7338b555159e {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_212b7f98d337 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_212b7f98d337 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_212b7f98d337 {
   width: 1920px;
   height: 140px;
 }

 .container_fd566ae37529 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_62832aa16682 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_62832aa16682 img {
   position: absolute;
   width: 204.16% !important;
   height: 84.66% !important;
   max-width: none !important;
   left: -101.98%;
   top: 7.54%;
 }

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

 .text_a4dff58a6aa2 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_f260230e64c7 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_27a4a58a0dc4 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_27a4a58a0dc4 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_dcf6b5b23d12 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_dcf6b5b23d12 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_dcf6b5b23d12 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_384c0b395ef2 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1507px;
 }

 .container_740b7c5eeb8d {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_7ab2ff640459 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_108aa83aca11 {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_1be37be4b487 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_cd2ef97ab1bc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_3a21c56b1134 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_1aed83f0690b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_266671454c56 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_266671454c56 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_266671454c56 {
   width: 1920px;
   height: 249px;
 }

 .container_62dbda806854 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_c4439eda1d30 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_c4439eda1d30 img {
   position: absolute;
   width: 210.05% !important;
   height: 87.10% !important;
   max-width: none !important;
   left: -5.36%;
   top: 6.58%;
 }

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

 .text_07bbcce57eb0 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_a88c008beda5 {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_62af1accaa61 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_62af1accaa61 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_a4b2af18a26b {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_a4b2af18a26b {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_a4b2af18a26b {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_be513181ad90 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 787px;
   top: 1507px;
 }

 .container_e9e8777ac6a2 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_54524e1983b0 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_54524e1983b0 img {
   position: absolute;
   width: 206.85% !important;
   height: 85.77% !important;
   max-width: none !important;
   left: -3.65%;
   top: 7.20%;
 }

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

 .text_5f7b4ea96c15 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_95f903974f6f {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_f9410198dc09 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_f9410198dc09 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_cb74018b7d0e {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_cb74018b7d0e {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_cb74018b7d0e {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_378639bb0f70 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1345px;
   top: 1507px;
 }

 .viewport_16c3dab52108 {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_478443849c74 {
   width: 861px;
   height: 575px;
   position: absolute !important;
   left: 246px;
   top: 455px;
   background: url("https://cdn.yotako.io/49ab1c7b-5604-4da1-bd17-b50ee6b3cdb2/356:1354.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50px 50px 50px 50px;
 }

 .text_8eb093b8a655 {
   width: 490px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 525px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_8eb093b8a655 {
   overflow: visible;
 }

 .text_23d3d7864442 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 1189px;
   top: 601px;
   line-height: 42.96px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_autoheight_23d3d7864442 {
   overflow: visible;
 }

 .text_dff3236e35ea {
   width: 618px;
   height: 392px;
   position: absolute !important;
   left: 1194px;
   top: 674px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text-f59805d772a7_dff3236e35ea {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-eb4abe9fd36f_dff3236e35ea {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-2672ebe01f8c_dff3236e35ea {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-553392964487_dff3236e35ea {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-122c64091027_dff3236e35ea {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-d6f043e418ad_dff3236e35ea {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-14b151839f72_dff3236e35ea {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-c810b13df583_dff3236e35ea {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text-76c8a108ab12_dff3236e35ea {
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_23149ec433c4 {
   width: 392px;
   height: 43px;
   position: absolute !important;
   left: 246px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_23149ec433c4 {
   overflow: visible;
 }

 .container_cfa7c9bdb4dd {
   width: 31px;
   height: 29.65px;
   z-index: 1;
   position: absolute !important;
   left: 1478px;
   top: 596px;
 }

 .imageview_8ced52ebda82 {
   width: 1279px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 466px;
   top: 1368px;
 }

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

 .container_31658cad9e7d {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_8a933a024e77 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_8a933a024e77 img {
   position: absolute;
   width: 241.16% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -14.88%;
   top: -0.06%;
 }

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

 .text_836f9e728cb3 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_63cc268bfbff {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_d4dacc9cc32b {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_d4dacc9cc32b {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_0bfc9ba33b78 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_0bfc9ba33b78 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_0bfc9ba33b78 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_e13035c92ed8 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 246px;
   top: 1507px;
 }

 .container_faabee48a735 {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_d4fddc2451ef {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_d4fddc2451ef img {
   position: absolute;
   width: 225.60% !important;
   height: 93.55% !important;
   max-width: none !important;
   left: -13.14%;
   top: 3.36%;
 }

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

 .text_f37678d25657 {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_6744ac7555fa {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_b88a4c6906ba {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_b88a4c6906ba {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_c1cf3dd129a8 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_c1cf3dd129a8 {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_c1cf3dd129a8 {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_53a8444168b6 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 794px;
   top: 1507px;
 }

 .container_1e06ad2a2f5e {
   width: 400px;
   height: 583.33px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #f5f5f5;
   border-radius: 40.82px 40.82px 40.82px 40.82px;
 }

 .imageview_15e637a52171 {
   width: 202px;
   height: 324px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 41.96px;
   _scaling-factor: 0.5;
 }

 .imageview_15e637a52171 img {
   position: absolute;
   width: 199.24% !important;
   height: 82.62% !important;
   max-width: none !important;
   left: -99.37%;
   top: 8.68%;
 }

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

 .text_bf86f3ebee2b {
   width: 201.63px;
   height: 55.95px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 386.69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_731c98d2327a {
   width: 201.63px;
   height: 23.86px;
   z-index: 1;
   position: absolute !important;
   left: 98.78px;
   top: 447.58px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.38px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_9a8bf8cb5acd {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_9a8bf8cb5acd {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_307c0d8f1a6c {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 102px;
   top: 492px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_307c0d8f1a6c {
   position: absolute !important;
   left: 102px;
   top: 492px;
   width: 196px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_307c0d8f1a6c {
   width: 196px;
   height: 48px;
   z-index: 1;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_1599ff91cdb7 {
   position: absolute !important;
   overflow: visible;
   width: 400px;
   height: 583.33px;
   left: 1341px;
   top: 1507px;
 }

 .container_20ca71353b4b {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_b973e2b820d3 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_c2adfed99546 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_77f03169e091 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_8b186ca0347f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_36abb3f7e60c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_8ebdf6a96d4f {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_100a10649b2b {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_100a10649b2b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_100a10649b2b {
   width: 1920px;
   height: 140px;
 }

 .container_bf35c175b749 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_79ea3225c569 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_6c8d28994fe2 {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_ee779c5b7745 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_d0d97a20f57d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_0cdbdb3a535b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_240d893de5d6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_4f1ec2eac00d {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 2314px;
 }

 .container_wrapper_4f1ec2eac00d {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2314px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_4f1ec2eac00d {
   width: 1920px;
   height: 249px;
 }

 .viewport_66df4c4086da {
   width: 1920px;
   height: 2563px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_638f9b1afa32 {
   width: 1937px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_5a00a2fbb0be {
   width: 50.44px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1327.65px;
   top: 136px;
 }

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

 .imageview_fa39feee836e {
   width: 49.43px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1328.66px;
   top: 56px;
 }

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

 .imageview_6564ec944a9a {
   width: 141px;
   height: 141px;
   z-index: 1;
   position: absolute !important;
   left: 241.12px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_caca9f2e6e9f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 186.63px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_696999537313 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1399.28px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_c37000f2648e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1399.28px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_15f0c780fa62 {
   position: absolute !important;
   overflow: visible;
   width: 1937px;
   height: 249px;
   left: 0px;
   top: 3014px;
 }

 .container_43436a52cc1c {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_7a7540e207a3 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_6c6a73e6aaa6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_5a7f82edc703 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_70cd91d44f7c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_7298e4f451e5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_99b1f1ab5f53 {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_0aaa0b5849ff {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_0aaa0b5849ff {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_0aaa0b5849ff {
   width: 1920px;
   height: 140px;
 }

 .imageview_d5b29836f2b2 {
   width: 1920px;
   height: 1080px;
   position: absolute !important;
   left: 0px;
   top: 140px;
   _scaling-factor: 0.5;
 }

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

 .text_d2de3110b663 {
   width: 1595px;
   height: 463px;
   position: absolute !important;
   left: 167px;
   top: 1478px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_d110bb11380b {
   width: 600px;
   height: 87px;
   position: absolute !important;
   left: 184px;
   top: 2796px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .imageview_1334b0f6e12e {
   width: 1595px;
   height: 692px;
   position: absolute !important;
   left: 167px;
   top: 2002px;
   _scaling-factor: 0.5;
   border-radius: 56px 56px 56px 56px;
 }

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

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

 .text_c56f648528ab {
   width: 837px;
   height: 43px;
   position: absolute !important;
   left: 167px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_c56f648528ab {
   overflow: visible;
 }

 .imageview_ab8725ad1f41 {
   width: 723px;
   height: 2px;
   position: absolute !important;
   left: 1039px;
   top: 1369px;
 }

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

 .text_466d6f44db8b {
   width: 559px;
   height: 58px;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 769px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_2ac04361e5b2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 123px;
   top: 420px;
   line-height: 153.6px;
   font-family: 'Bebas Neue';
 }

 .text_448196faaef7 {
   width: 190.83px;
   height: 44.9px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 42.66px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_truncate_448196faaef7 {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   text-overflow: ellipsis;
   overflow: hidden;
 }

 .container_81786ea6ca64 {
   width: 196px;
   height: 48px;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   position: absolute !important;
   left: 862px;
   top: 2816px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .container_wrapper_81786ea6ca64 {
   position: absolute !important;
   left: 862px;
   top: 2816px;
   width: 196px;
   height: 48px;
 }

 .container_nested_81786ea6ca64 {
   width: 196px;
   height: 48px;
   border-top: 2.25px solid #0e97d7ff;
   border-right: 2.25px solid #0e97d7ff;
   border-bottom: 2.25px solid #0e97d7ff;
   border-left: 2.25px solid #0e97d7ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0e97d7eb;
   border-radius: 112.25px 112.25px 112.25px 112.25px;
 }

 .viewport_840ba02d8421 {
   width: 1920px;
   height: 3263px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_2be779466715 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_45eba9762a97 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_9b7a4948336b {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_a4509c96a8de {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_2063b0a49a72 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_87e2a57d27ca {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_c95dcccc192b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_cc06e3caa6d6 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 3029px;
 }

 .container_wrapper_cc06e3caa6d6 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3029px;
   width: 1920px;
   height: 249px;
 }

 .container_nested_cc06e3caa6d6 {
   width: 1920px;
   height: 249px;
 }

 .container_f43c9a6d768b {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_e336ea06f2e1 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_2633ceebcd4e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_7550df128f9f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_cd51577af459 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_64e53471e581 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_23af07244c04 {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_ceb5678962a4 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_ceb5678962a4 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_ceb5678962a4 {
   width: 1920px;
   height: 140px;
 }

 .imageview_46875cc75474 {
   width: 1920px;
   height: 1080px;
   position: absolute !important;
   left: 0px;
   top: 140px;
   _scaling-factor: 0.5;
 }

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

 .text_1a9d8f63a010 {
   width: 1595px;
   height: 463px;
   position: absolute !important;
   left: 167px;
   top: 1478px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_6bb88fe0f380 {
   width: 837px;
   height: 43px;
   position: absolute !important;
   left: 167px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_6bb88fe0f380 {
   overflow: visible;
 }

 .imageview_e6ff4fcbcb44 {
   width: 723px;
   height: 2px;
   position: absolute !important;
   left: 1039px;
   top: 1369px;
 }

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

 .text_3427bcd01cf8 {
   width: 559px;
   height: 58px;
   z-index: 1;
   position: absolute !important;
   left: 130px;
   top: 799px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_43ed41240b7b {
   width: 559px;
   height: 427px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 292px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 153.6px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .imageview_2dedd274ab15 {
   width: 676px;
   height: 379px;
   position: absolute !important;
   left: 167px;
   top: 2067px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_98b8d2ed5fd0 {
   width: 386px;
   height: 217px;
   position: absolute !important;
   left: 1272px;
   top: 2067px;
   transform: scale(-1, 1);
   transform-origin: 0 0;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_ae88c8e556de {
   width: 387px;
   height: 217px;
   position: absolute !important;
   left: 886px;
   top: 2337px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_3eb3302943af {
   width: 326px;
   height: 487px;
   position: absolute !important;
   left: 1387px;
   top: 2067px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_3eb3302943af img {
   position: absolute;
   width: 100.05% !important;
   height: 119.33% !important;
   max-width: none !important;
   left: -0.15%;
   top: -9.66%;
 }

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

 .imageview_82ee5eeb1203 {
   width: 253px;
   height: 451px;
   position: absolute !important;
   left: 167px;
   top: 2489px;
   _scaling-factor: 0.5;
   border-radius: 56px 56px 56px 56px;
 }

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

 .imageview_a1308c1c5232 {
   width: 346px;
   height: 194px;
   position: absolute !important;
   left: 480px;
   top: 2506px;
   _scaling-factor: 0.5;
   border-radius: 45px 45px 45px 45px;
 }

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

 .imageview_6769b90b0306 {
   width: 623px;
   height: 350px;
   position: absolute !important;
   left: 886px;
   top: 2590px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_9744f1daf9e6 {
   width: 346px;
   height: 194px;
   position: absolute !important;
   left: 480px;
   top: 2746px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_18227776985c {
   width: 170px;
   height: 304px;
   position: absolute !important;
   left: 1542px;
   top: 2636px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .viewport_16624300a5f0 {
   width: 1920px;
   height: 3263px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_b749b2c2fff0 {
   width: 1920px;
   height: 249px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #26313c;
 }

 .imageview_d0cb4724b58d {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1316px;
   top: 136px;
 }

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

 .imageview_4afb22346d5c {
   width: 49px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 1317px;
   top: 56px;
 }

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

 .imageview_20b329742c8a {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 239px;
   top: 27px;
   _scaling-factor: 0.5;
 }

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

 .text_f2917496d7e0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 184px;
   top: 131px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_6e9ac726274e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 69px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .text_6534fcacf24f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1387px;
   top: 149px;
   line-height: 23.87px;
   font-family: 'SF Compact';
 }

 .container_5331a43776b8 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 249px;
   left: 0px;
   top: 3276px;
 }

 .container_18c53dfbf3b1 {
   width: 1920px;
   height: 140px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #272d34;
 }

 .imageview_1051931d1968 {
   width: 140px;
   height: 140px;
   z-index: 1;
   position: absolute !important;
   left: 87px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .text_314ab299f851 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1163px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_714b8f99c948 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1330px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_1499d4925f48 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1617px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .text_0d7885768f79 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1772px;
   top: 55px;
   line-height: 28.64px;
   font-family: 'SF Compact';
 }

 .imageview_fac3d836a98f {
   width: 58px;
   height: 55.37px;
   z-index: 1;
   position: absolute !important;
   left: 1018px;
   top: 48px;
 }

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

 .container_e9e67acee061 {
   position: absolute !important;
   overflow: visible;
   width: 1920px;
   height: 140px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_e9e67acee061 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1920px;
   height: 140px;
 }

 .container_nested_e9e67acee061 {
   width: 1920px;
   height: 140px;
 }

 .imageview_80a918d735ea {
   width: 1920px;
   height: 1080px;
   position: absolute !important;
   left: 0px;
   top: 140px;
   _scaling-factor: 0.5;
 }

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

 .text_b53c2f5c4616 {
   width: 559px;
   height: 58px;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 660px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .text_e00e2b6452da {
   width: 1595px;
   height: 374px;
   position: absolute !important;
   left: 167px;
   top: 1478px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.64px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .imageview_97bda2427471 {
   width: 787px;
   height: 442px;
   position: absolute !important;
   left: 965px;
   top: 1979px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_740a92d3aab7 {
   width: 358px;
   height: 201px;
   position: absolute !important;
   left: 544px;
   top: 2666px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_e17013742875 {
   width: 351px;
   height: 197px;
   position: absolute !important;
   left: 544px;
   top: 2445px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_8f5132db4e99 {
   width: 797px;
   height: 447px;
   position: absolute !important;
   left: 965px;
   top: 2485px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_9a01feb66cb7 {
   width: 353px;
   height: 198px;
   position: absolute !important;
   left: 544px;
   top: 2891px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .imageview_b2428ee4c444 {
   width: 728px;
   height: 409px;
   position: absolute !important;
   left: 167px;
   top: 1979px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

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

 .text_6b93f5c1d1c0 {
   width: 761px;
   height: 43px;
   position: absolute !important;
   left: 167px;
   top: 1346px;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Bebas Neue';
 }

 .text_autoheight_6b93f5c1d1c0 {
   overflow: visible;
 }

 .imageview_91f97398f7cb {
   width: 851px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 911px;
   top: 1368px;
 }

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

 .text_43e19149b5d5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 128px;
   top: 502px;
   line-height: 153.6px;
   font-family: 'Bebas Neue';
 }

 .imageview_4d263abc10c2 {
   width: 350px;
   height: 644px;
   position: absolute !important;
   left: 167px;
   top: 2445px;
   _scaling-factor: 0.5;
   border-radius: 50px 50px 50px 50px;
 }

 .imageview_4d263abc10c2 img {
   position: absolute;
   width: 112.00% !important;
   height: 108.45% !important;
   max-width: none !important;
   left: -6.00%;
   top: -5.78%;
 }

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

 .container_55e35744927f {
   width: 797px;
   height: 128px;
   position: absolute !important;
   left: 965px;
   top: 2961px;
   background: #1a365d;
   border-radius: 33px 33px 33px 33px;
 }

 .text_5b4d1c0bcf32 {
   width: 675px;
   height: 57px;
   z-index: 1;
   position: absolute !important;
   left: 1028px;
   top: 2999px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.87px;
   word-wrap: break-word;
   font-family: 'SF Compact';
 }

 .viewport_c5981d45f740 {
   width: 1920px;
   height: 3525px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }