<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&amp;display=swap);.mainBtn{color:#2d0e24;font-size:16px;font-weight:700;border:none;border-radius:50px;margin:20px auto!important}.mainBtn a{transition:all 0.6s;box-shadow:0 0 20px #FBD059;padding:10px 20px;border:2px solid #FBD059;min-width:160px;transform:scale(1);background-image:linear-gradient(to right,#fbd059,#fcb53c,#fd9725,#fd7718,#fb4f19);position:relative}.mainBtn a::after{animation:backAndForth 0.3s alternate infinite;content:"";width:20px;height:20px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC4wNiAzNC4wNiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmN2Q3Y2I7fS5jbHMtMntmaWxsOiNmOTFjNDE7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8xLTIiPjxnPjxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD0iMTcuMDMiIGN5PSIxNy4wMyIgcj0iMTcuMDMiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOC45MSwxMS4wNWwtNy40Myw1LjExYy0uODksLjYxLS44NSwxLjk0LC4wOCwyLjVsNy40Myw0LjRjLjk5LC41OSwyLjI0LS4xMywyLjI0LTEuMjhWMTIuMjhjMC0xLjE5LTEuMzQtMS45LTIuMzItMS4yMloiLz48L2c+PC9nPjwvc3ZnPg==);position:absolute;left:20px;top:50%;transform:translateY(-50%)}.mainBtn a:hover{transform:scale(1.05)}.mainBtn a:hover::after{animation-play-state:paused}@keyframes slideFaedeUp{0%{opacity:0;top:10px}100%{opacity:1;top:-120px}}@keyframes backAndForth{0%{left:15px}100%{left:20px}}@keyframes pulse{0%{opacity:0}100%{opacity:1;transform:translateX(-50%) scale(1)}}@keyframes fadeIn{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes menuHeight{0%{opacity:0;height:0}100%{opacity:1;height:260px}}@keyframes slideUp{0%{top:100%}100%{top:0}}@keyframes menuHeightBackwards{0%{opacity:1;height:260px}100%{opacity:0;height:0}}@keyframes menuHeightMob{0%{opacity:0;height:0}100%{opacity:1;height:520px}}@keyframes menuHeightBackwardsMob{0%{opacity:1;height:520px}100%{opacity:0;height:0}}header{position:relative;width:100%;padding:10px 2vw;display:flex;justify-content:space-between;background-image:linear-gradient(to right,#fbd059,#fcb53c,#fd9725,#fd7718,#fb4f19,#94003e,#94003e)}header.is-homepage{background:#fff0;align-items:start}header .logo{position:relative;z-index:20}header .logo a{height:auto}header .logo a img{width:50px;height:auto}.logo-big{transform-origin:center;animation:pulse 2s ease-in-out forwards;margin:10px auto;position:absolute;z-index:4;top:100%;left:50%;width:220px;transform:translateX(-50%) scale(0)}.logo-big a{width:auto;display:block}.logo-big a img{width:100%;height:auto;display:block}.message-from-ben{position:absolute;left:0;top:0;background:#fff;padding:20px;border-radius:10px;transform:translate(-76%);opacity:0;visibility:hidden}.message-from-ben.displayMessage{animation:fadeIn 0.5s ease-in-out forwards}.message-from-ben::after{content:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.96 58.04'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f6fdfd;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cpolygon class='cls-1' points='0 0 46.96 58.04 7.66 40.33 0 0'/%3E%3C/g%3E%3C/svg%3E");position:absolute;right:-20px;top:20%;width:28px}@media screen and (max-width:960px){.message-from-ben{display:none}}.menu-btn{background-color:#fff0;border:none;cursor:pointer;display:flex;padding:0;width:30px;height:30px;position:relative;z-index:20}.menu-btn .line{fill:none;stroke:#fff;stroke-width:6;transition:stroke-dasharray 600ms cubic-bezier(.4,0,.2,1),stroke-dashoffset 600ms cubic-bezier(.4,0,.2,1)}.menu-btn .line1{stroke-dasharray:60 207;stroke-width:6}.menu-btn .line2{stroke-dasharray:60 60;stroke-width:6}.menu-btn .line3{stroke-dasharray:60 207;stroke-width:6}.menu-btn.opened .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.menu-btn.opened .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}.menu-btn.opened .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.menu-general-container{position:fixed;right:0;bottom:0;width:260px;transform:translateX(260px);background-color:#2d0e24;height:100%;z-index:10;padding:30px;visibility:hidden;transition:all 0.5s}.menu-general-container .menu{margin-top:100px}.menu-general-container.opened-menu{visibility:visible;transform:translateX(0)}.menu-general-container .menu-general ul li a{color:#fff;font-size:14px;padding:10px 4px}.main-section{height:80vh;background:linear-gradient(to top,#ff8f3f,#ea6c40,#d14b41,#b42a40,#94003e);position:relative;overflow:hidden;margin-top:-50px}.main-section .bg-layer{background-image:url(../../../../wp-content/themes/myJourney/images/bg-img-lights.png);width:100%;height:100%;position:absolute;background-position:center center;background-size:cover;background-position:12px;top:0;right:0;left:0;bottom:0}.main-section .bg-city{background-image:url(../../../../wp-content/themes/myJourney/images/bg-city.svg);width:100%;height:500px;position:absolute;background-size:cover;background-repeat:no-repeat;bottom:-10px;left:0}.main-section .main-text{margin-top:40vh;text-align:center;position:relative;z-index:2;color:#fff;padding:0 20px}.posts-gallery{position:relative;z-index:10;margin-bottom:120px;display:flex;flex-wrap:wrap;justify-content:center}.posts-gallery .post-container{overflow:hidden;min-width:300px;padding:20px;width:30%;padding-bottom:0}.posts-gallery .post-container .img-container{height:auto;padding:10px;position:relative;overflow:hidden}.posts-gallery .post-container img{box-shadow:0 0 4px;width:100%;height:auto}.posts-gallery .post-container .hover-image{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:all 0.5s}.posts-gallery .post-container .hover-image:hover{opacity:1}.posts-gallery .post-container a{text-decoration:none;color:inherit}article{text-align:center;padding:50px 0}article h1{color:#fff}footer{display:flex;align-items:center;background-image:linear-gradient(to right,#fbd059,#fcb53c,#fd9725,#fd7718,#fb4f19);max-height:360px}footer&gt;*{flex:1}@media screen and (max-width:960px){footer{height:550px;padding-bottom:0;max-height:none;flex-direction:column-reverse;height:550px}}.footer-content{color:#fff;padding:50px 2%}@media screen and (max-width:960px){.footer-content{padding:auto 20px;text-align:center}}.footer-background-img{height:440px;overflow:hidden;position:relative;top:-45px}@media screen and (max-width:960px){.footer-background-img{top:0;height:440px}}.footer-background-img img{width:500px;position:relative;top:10px;left:-100px}@media screen and (max-width:960px){.footer-background-img img{width:230px;position:relative;top:55px;left:auto}}.image-page-container{width:80%;margin:0 auto;max-height:400px;overflow:hidden;padding:30px;border-radius:10px}.image-page-container img{max-width:100%;height:auto}.content-page{text-align:center;padding-bottom:50px;background-color:#darkBg;color:#fff}.content-page .video-gallery-header{padding:50px;background-image:linear-gradient(to right,#fbd059,#fcb53c,#fd9725,#fd7718,#fb4f19,#94003e,#94003e)}.content-page .video-gallery-header .bg-layer{background-image:url(../../../../wp-content/themes/myJourney/images/bg-img-lights.png);width:100%;height:100%;position:absolute;background-position:center center;background-size:cover;background-position:12px;top:0;right:0;left:0;bottom:0}.post-navigation{text-align:center;margin:auto;margin-top:10px;margin-bottom:140px;max-width:1140px}.post-navigation .nav-links{display:flex;justify-content:space-between}.post-navigation .nav-links&gt;*{padding:10px;margin:0 10px;border:2px solid rgb(255 255 255 / .2);border-radius:40px}.post-navigation .nav-links&gt;* a{color:#fff;text-decoration:none}.post-navigation .nav-links&gt;*:hover{border:2px solid #fff}.woocommerce-product-gallery{background-color:#fff;padding:20px;border-radius:20px;max-width:480px}.goal-inticator{position:absolute;bottom:25px;right:50%;transform:translateX(50%);z-index:1000}.goal-inticator button{width:50px;height:50px;background-color:#2d0e24;border-radius:50%;border:none;box-shadow:0 2px 15px rgb(0 0 0 / .4);cursor:pointer}.goal-inticator button::after{content:"";width:20px;height:20px;border-radius:50%;border:2px solid #fff;background-color:#f91c41;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.popup-orverlay{display:none}.popup-orverlay .popup-wrapper{height:0;animation:menuHeight 1s 0.3s ease-in-out forwards;display:flex;flex-wrap:wrap;width:100%;background-color:#2d0e24;box-shadow:300px -10px 0 10px #2d0e24,-300px -10px 0 10px #2d0e24}@media screen and (max-width:960px){.popup-orverlay .popup-wrapper{animation:menuHeightMob 1s 0.3s ease-in-out forwards}}.popup-orverlay .popup-wrapper.closeGoal{animation:menuHeightBackwards 1s ease-in-out forwards}@media screen and (max-width:960px){.popup-orverlay .popup-wrapper.closeGoal{animation:menuHeightBackwardsMob 1s ease-in-out forwards}}.popup-orverlay .popup-wrapper .popup-content{width:36%}@media screen and (max-width:960px){.popup-orverlay .popup-wrapper .popup-content{width:100%;height:100px}}.popup-orverlay .popup-wrapper .goal-scalla{position:relative}.popup-orverlay .popup-wrapper .goal-scalla .goal-ball{position:absolute;top:-2px;transform:translateY(-50%);border:4px solid #fff;width:20px;height:20px;border-radius:50%;background-color:#02d1f3}.popup-orverlay .popup-wrapper .goal-scalla .goal-ball .current-status-money{width:100px;display:flex;justify-content:center;text-align:center;position:absolute;color:#fff;top:-24px;left:50%;transform:translateX(-50%);font-size:12px;opacity:0;transition:all 0.5s}.popup-orverlay .popup-wrapper .goal-scalla .goal-ball:hover&gt;.current-status-money{opacity:1}.popup-orverlay .popup-wrapper .goal-scalla .goal-numbers-container{margin-top:4px;width:100%;display:flex;justify-content:space-between;font-size:18px;font-weight:500}.popup-orverlay .popup-wrapper .goal-scalla .goal-numbers-container .initial-money{color:#fff}.popup-orverlay .popup-wrapper .goal-scalla .goal-numbers-container .goal-money{color:#FBD059}.countdown-timer{margin:0 20px;margin-bottom:0;border-bottom:1px solid #fff}.countdown-timer #timer{display:flex;flex-direction:row-reverse}.countdown-timer #timer&gt;*{flex:1;font-size:36px;font-weight:700;color:#fff;text-align:center;margin:4px}.countdown-timer #timer&gt;* span{opacity:.4;display:block;font-size:12px;position:relative;top:-10px;font-weight:400}.text-of-goal{display:block;color:#fff;text-align:right;padding:20px;font-size:14px}.progress-container{position:relative;width:100%}.progress-container .goal-scalla{width:100%;height:1px;border-top:4px dashed #fff}.progress-bar{background-color:#fff0;width:150px;position:relative}.progress-bar .middleText{fill:#fff!important;font-size:29px!important;font-weight:700}.progress-bar:before{content:"42K";position:absolute;left:2px;bottom:50px;font-size:12px;color:#626b72}.progress-bar:after{content:"42M";position:absolute;right:-6px;bottom:50px;font-size:12px;color:#626b72}.widget{margin:0 auto;width:58%;margin-top:10px;background-color:#fff0;border-radius:5px;position:relative;height:120px}@media screen and (max-width:960px){.widget{width:74%}}.points{position:absolute;margin:0 auto;left:0;right:0;bottom:50px;text-align:center;text-transform:uppercase;color:#626b72;font-size:12px}.indicators{text-align:center;display:flex;align-items:center;justify-content:space-evenly}.indicators .data-item{padding:10px}.indicators .data-item--data{font-size:28px;font-weight:700;color:#02d1f3}.indicators img{width:30px}.indicators .title{display:block;margin-top:6px;font-size:14px;font-weight:700;color:#fff}.about-us{text-align:center;padding:80px 0}.about-us--header h2,.about-us--header p{color:#fff}@media screen and (max-width:960px){.about-us{padding:40px 20px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Heebo",sans-serif;margin:0;padding:0;box-sizing:border-box;background:#2d0e24;text-align:right;width:100%}.width-container{width:100%;max-width:1280px;margin:0 auto}h1{font-size:3em;padding-right:10px;padding-left:10px}@media screen and (max-width:960px){h1{font-size:2em}}h2{font-size:2em;padding-right:10px;padding-left:10px}@media screen and (max-width:960px){h2{font-size:1.5em}}h4{font-size:1.5em}@media screen and (max-width:960px){h4{font-size:1em}}.main-content{padding:0 20px}.investors-gallery{display:flex;flex-wrap:wrap;max-width:1440px;margin:0 auto}.asset-container{flex:0 0 33.333333%;overflow:hidden;height:40vh;position:relative}.image-container{height:40vh}.image-container img{height:inherit}.assets-header{margin:20px auto;max-width:640px;color:#fff}.hover-info{color:#fff;text-align:right;padding:20px;position:absolute;left:0;right:0;bottom:0;top:84%;background-color:#2D0E2490}.hover-info h4{color:#fff}.hover-info.animate-asset-img{animation:slideUp .5s ease-in-out forwards}.assets-expenses{font-weight:700;margin:20px 0}.assets-revenue{font-weight:700;margin:20px 0;color:#02BBF1}.assets-expenses span,.assets-revenue span{display:block}#wpcf7-f673-o1 input{background-color:#fff;border-radius:50px;border:none}#wpcf7-f673-o1 #form-submit-investors{transition:all 0.6s;box-shadow:0 0 20px #FBD059;padding:10px 20px;border:2px solid #FBD059;min-width:160px;transform:scale(1);background-image:linear-gradient(to right,#fbd059,#fcb53c,#fd9725,#fd7718,#fb4f19);position:relative;display:inherit}.investors-gallery{display:grid;grid-template-columns:repeat(3,1fr)}.investors-gallery .assets-header{grid-column:2;grid-row:2;padding:30px}.hover-box{animation:fadeIn 0.5s ease-in-out forwards}.hover-box&gt;div:hover{background:linear-gradient(to right top,#ff9d44,#ffb344,#ffca49,#ffe152,#fff860)}.hover-box&gt;div:hover p,.hover-box&gt;div:hover i{color:#000}.hover-box&gt;div:hover h4{color:#000!important}.video-asset{height:260px}.video-asset video{margin:0 auto;display:block;position:relative;top:-150px;width:100%;max-width:60vw;height:400px}.asset-images .gallery{display:flex;margin:0 auto;max-width:60vw;flex-wrap:wrap}.gallery-item{float:none;width:100%;flex:1;margin:10px;margin-top:0}.gallery-item img{width:100%;height:110px}.assets-main-info h3,.assets-main-info p,.assets-main-info span{color:#fff}.assets-main-info h3{margin:0 auto;margin:50px 0;text-align:center}.content-info{margin:0 auto;width:100%;max-width:1140px}.asset-content{flex:2;margin-left:50px}.asset-summary{flex:1}.asset-box{justify-content:space-between}.asset-box-text{flex:1;margin:20px 0;padding:20px}.asset-box-text.get-border{border:2px solid #F5D52950}.asset-box-text .small-title{display:block;font-weight:700;font-size:14px;opacity:.4}.asset-box-text .title-orange{font-weight:700;font-size:24px;color:#F7A323}.asset-box-text .big-title{font-weight:700;font-size:24px}.asset-box-text .title-blue{font-weight:700;font-size:24px;color:#02BBF1}.file-container a{font-size:14px}.file-container a{text-decoration:none}.file-container a:hover span{color:#F7A323}.file-container svg{margin-left:10px}.file-container a:hover svg path{fill:#F7A323}.main-section.smaller-size{height:63vh}.main-section.smaller-size .main-text{margin-top:19vh}</pre></body></html>