<div class="costum-view" ><div class="et_pb_section et_pb_section_0 et_pb_with_background et_section_regular" ><div class="banner-2 et_pb_row et_pb_row_0" ><div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child" ><div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light"><div class="et_pb_text_inner"><h3 class="" >Blog</h3></div></div></div></div></div><p class="page-title-description" >Welcome to Startin.LV Blog! <br><br>Here is curated content for startup founders, investors and ecosystem players willing to stay in the loop about recent legislative changes, manually picked events and opportunities for tech companies, inspiring success stories, honest fuck up stories and more.
        <br><br>Let us know if there's something specific we should be covering on our blog—we'd love to hear from you!</p><div class="main-block" > <div class="search-bar-filter-button">
                <div class="field"><input id="searchBoxElement" type="text" placeholder="Search..."><button id="iconButton" onclick="getLinkAndSetSearch()"><i class="fa fa-search"></i></button>
                </div>
            <div class="navbar">
            <div class="dropdown">
                <button class="dropbtn">Filter
                <i class="fa fa-bars"></i>
                </button>
                <div class="dropdown-content">
                    <p onclick="getLinkAndSetFilter(this)" data-value="clear">Clear Filter</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="tips">Tips</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="ecosystem">Ecosystem</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="StartinLV-news">Startin.LV news</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="lobby-n-politics">Lobby & Politics</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="startup-story">Startup story</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="events-n-opportunities">Events & Opportunities</p>
                </div>
            </div>
            </div>
            </div>
            <style>
                div.search-bar-filter-button {
                    display: flex;
                    justify-content:end;
                    padding-right: 6%;
                }
                input#searchBoxElement {
                all: unset;
                font: 16px Poppins,Helvetica,Arial,Lucida,sans-serif;
                color: #333333;
                height: 100%;
                width: 100%;
                padding: 6px 15px;
                }
                ::placeholder {
                color: #333333;
                }
                button.dropbtn, button#iconButton {
                all: unset;
                cursor: pointer;
                width: 44px;
                height: 44px;
                }
                div.field {
                background-color: #F2F2F2;
                width: 300px;
                height: 44px;
                border-radius: 5px;
                display:flex;
                flex-direction:row;
                align-items:center;
                margin-right: 20px;
                }
                i {
                color: #333333;
                fill: #333333;
                width: 24px;
                height: 18px;
                padding: 0px;
                }
                /* filter */
                .navbar {
                overflow: hidden;
                background-color: #F2F2F2;
                width: 95px;
                height: 44px;
                border-radius: 5px;
                }
                .navbar p {
                float: left;
                color: white;
                text-align: center;
                padding: 0px 15px;
                text-decoration: none;
                vertical-align: middle;
                border-radius: 5px;
                }
                .navbar {
                font-size: 16px;
                }
                div.dropdown-content p {
                font-size: 12px;
                }
                .dropdown {
                float: left;
                overflow: hidden;
                height: 44px;
                border-radius: 5px;
                }
                .dropdown .dropbtn {
                font-size: 16px;
                font-family: Poppins,Helvetica,Arial,Lucida,sans-serif !important;
                font-weight: 400;
                border: none;
                outline: none;
                color: #333333;
                padding: 0px 15px;
                background-color: inherit;
                font-family: inherit;
                margin: 0;
                width: 95px;

                }
                .navbar p:hover, .dropdown:hover .dropbtn {
                background-color: #F2F2F2;
                width: 100%;
                border-radius: 5px;
                }

                .dropdown-content {
                display: none;
                position: absolute;
                background-color: #f9f9f9;
                width: 95px;
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                z-index: 1;
                border-radius: 5px;
                padding: 8px;
                }
                .dropdown-content p {
                float: none;
                color: black;
                padding: 15px 15px;
                text-decoration: none;
                display: block;
                text-align: left;
                font-family: Poppins,Helvetica,Arial,Lucida,sans-serif !important;
                font-weight: 400;
                }
/*
                .dropdown-content p:hover {
                background-color: #F2F2F2;
                width: 65px;

                }
*/
                .dropdown:hover .dropdown-content {
                display: block;
                width: 125px;
                }

                .fa-bars {
                margin-left: 10px;
                }

                div.dropdown-content p {
                    cursor:pointer;
                }
        </style>

        <script>
            function getCurrentURL() {
                return window.location.href.toString();
            }

            function getLinkAndSetFilter(object){
                let url =  new URL(getCurrentURL());
                let params = new URLSearchParams(url.search);

                params.set("filter", object.getAttribute("data-value"));
                let query = params.toString();

                if(object.getAttribute("data-value") == "clear"){
                    params.delete("filter");
                }

                url.search = params;
                window.location.href=url.href;

            }

            function getLinkAndSetSearch() {

                let url = new URL(getCurrentURL());
                let params = new URLSearchParams(url.search);
                let searchBoxElement = document.getElementById("searchBoxElement");

                params.set("search", searchBoxElement.value);
                let query = params.toString();

                //console.log(url.href);
                //window.location.href=url.href.replace(/filter=.+/, query);

                url.search = params;

                //console.log(url.href);
                //console.log(params.toString());
                //console.log("Search results for: "+ searchBoxElement.value);

                window.location.href=url.href;
            }
        </script><div class="header-post-wrapper" ><div class="categories-wrapper" ><div class="desktop-non-scroll"><h3 class="desk active-category-selection" >Blog</h3><a href="https://startin.lv/learn-webinar/"><h3 class="desk inactive-category-selection" >Webinars & Events</h3></a><a href="https://startin.lv/learn-support/"><h3 class="desk inactive-category-selection" >Support & Opportunities</h3></a><a href="https://startin.lv/learn-facts/"><h3 class="desk inactive-category-selection" >Facts, Data & Reports</h3></a><a href="https://startin.lv/learn-templates/"><h3 class="desk inactive-category-selection" >Document Templates</h3></a></div></div><div class="mobile-only the-latest" style=""><h3>The Latest</h3><p class="mobile-only fake-button-new" style="">New</p></div><div class="latest-element rowElement-13160" ><div class="image-top-post" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13160"><div class="image-top-post-wrapper" ><img src="https://startin.lv/wp-content/uploads/2024/10/LSA2024_Thumb2.png"></div></a></div><div class="info-top-post" ><div class="post-latest-tags" >Startup Awards - 5 minute read</div><div class="post-latest-tags" style="margin: 0 !important;">Written by Kate</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13160"><h2 class="post-latest-title" >Latvian Startup Awards 2024: Time to Shine!</h2></a><div class="post-latest-description" >Latvian Startup Awards 2024 is back, and it's bigger, bolder, and ready to shine a spotlight on the game-changers in Latvia’s startup ecosystem.</div></div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-13104 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13104"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/09/BdetectThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13104" ><h3 class="post-title" >Skin scan that helps diagnose melanoma early - Bdetect</h3></a><div class="post-description" >Melanoma is one of the most common types of cancers in the world - and Bdetect is offering a solution for early diagnostics, which could save lives and help healthcare systems save their resources.</div></div><div class="rowElement-13018 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13018"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/06/FermentfulThumb.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13018" ><h3 class="post-title" >Fermented green buckwheat support for the gut microbiome - Fermentful</h3></a><div class="post-description" >Gut microbiome is getting linked to almost every function of our body how well do we take care of these friendly bacteria of ours?</div></div><div class="rowElement-12924 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12924"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/04/SepsiscanThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12924" ><h3 class="post-title" >Sepsis diagnosis with pictures - Sepsiscan</h3></a><div class="post-description" >Compared to other more frequent causes of death, sepsis is a pathology that can often be effectively treated - if it is diagnosed in time. That is where Sepsiscan comes in – with a device that photographs skin and measures microcirculation of blood.</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-12853 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12853"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/02/AlgaeTreeThumb.png"></div></a><div class="post-tags" >Startup story, MedTech - 7 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12853" ><h3 class="post-title" >Improving indoor air quality - Algae Tree</h3></a><div class="post-description" >Indoor space air quality is a long-known issue, and has become especially relevant since the pandemic. Unfortunately, not all windows can be opened, and not all windows offer fresh air and quiet. Our active brains need oxygen, and perhaps algae could help?</div></div><div class="rowElement-12751 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12751"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/11/PrintyMedThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12751" ><h3 class="post-title" >Heart valves from spider silk - PrintyMed</h3></a><div class="post-description" >PrintyMed is creating artificial spider silk for use in repairing tissue and printing organs.</div></div><div class="rowElement-12645 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12645"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/09/CellboxLabsThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12645" ><h3 class="post-title" >Growing organs on chips - Cellbox Labs</h3></a><div class="post-description" >As the field of precision medicine is rapidly growing worldwide, Cellbox Labs is a Latvian startup that is on the front lines of developing technology for it.</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-12556 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12556"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/06/LongenesisThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12556" ><h3 class="post-title" >Innovating the field of research itself - Longenesis</h3></a><div class="post-description" >Research and innovation are tightly linked - and what a better way to innovate than to innovate research itself! Longenesis is pushing forward the field of research in Latvia and beyond.</div></div><div class="rowElement-12508 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12508"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/06/LSA-Web-Featured-Banner-548x384-1.png"></div></a><div class="post-tags" >Startin.LV news - 3 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12508" ><h3 class="post-title" >Latvian Startup Awards Hits the Town</h3></a><div class="post-description" >Lo and behold, the day has arrived when we announce the birth of the first-ever Latvian Startup Awards! And while our team is busy with arranging smooth application and evaluation stages, the date of the award ceremony has been officially unveiled.</div></div><div class="rowElement-12409 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12409"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/05/BirgerMind_Thumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12409" ><h3 class="post-title" >Controlling computers with your thoughts - BirgerMind</h3></a><div class="post-description" >Becoming locked inside your body without the means to communicate is a terrible fate. But BirgerMind shows that even when a person can't move a single muscle - their mind can be enough to control computers and communicate!</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-12272 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12272"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/03/MedonFeatured.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12272" ><h3 class="post-title" >Telemedicine innovation in Latvia - Medon</h3></a><div class="post-description" >The pandemic brought telemedicine to the forefront of healthcare. Read about the state of telemedicine in Latvia, it’s value to doctors and patients, and how Medon is innovating it!</div></div><div class="rowElement-12184 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12184"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/02/Screenshot-2023-02-15-at-17.08.32-1.png"></div></a><div class="post-tags" >Lobby & Politics - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Olga BG</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12184" ><h3 class="post-title" >Latvijas jaunuzņēmumu ekosistēma: cīņa par 400 000 EUR (LAT/ENG)</h3></a><div class="post-description" >Latvian Startup Ecosystem: Battle for the Inglorious 400,000 EUR</div></div><div class="rowElement-12141 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12141"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/02/Copy-of-How-long-have-you-been-a-member-of-Startin.LV_-1.png"></div></a><div class="post-tags" >Startin.LV news - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12141" ><h3 class="post-title" >What startups want (Startin.LV members survey results, 2023)</h3></a><div class="post-description" >For the second year running, we love kicking off the new year by getting the inside scoop from our members through a survey. That helps us to understand what we’re nailing as an association and where we’ve got room for growth.</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-11976 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11976"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/09/Untitled-design-3-3.png"></div></a><div class="post-tags" >Ecosystem - 7 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11976" ><h3 class="post-title" >FinTech Trajectory — ECOMMPAY Perspective</h3></a><div class="post-description" >FinTech is one of the busiest sectors of the startup world — after all, no matter what business you have, as long as you want your financial infrastructure to be modern, you will have to delve into FinTech.</div></div><div class="rowElement-11703 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11703"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog9_1-e1665754205911.png"></div></a><div class="post-tags" >Startin.LV news - 3 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11703" ><h3 class="post-title" >Latvian Startup Database Got Upgraded</h3></a><div class="post-description" >Say hello to the upgraded Startin.LV Startup Database — your primary destination for Latvian startup overview.</div></div><div class="rowElement-11784 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11784"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog8_1.jpg"></div></a><div class="post-tags" >Startup story - 9 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11784" ><h3 class="post-title" >Sonarworks: Setting the Standard for Sound</h3></a><div class="post-description" >Founded in 2012, Sonarworks is one of the first and biggest deep tech startups in Latvia. The founders, Helmuts Bēms and Mārtiņš Popelis, have solidified themselves as two of the most successful...</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-11980 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11980"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/12/Images-for-Startin.LV-website-6.png"></div></a><div class="post-tags" >Lobby & Politics - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Startin.LV</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11980" ><h3 class="post-title" >Viedoklis par Ekonomikas ministrijas teikto par startup nozari</h3></a><div class="post-description" >31. maijā vairākos mediju kanālos, tai skaitā LSM un Jauns.lv, bija lasāms raksts par valdības apstiprināto ziņojumu “Par Jaunuzņēmumu darbības atbalsta likuma īstenošanu”...</div></div><div class="rowElement-11987 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11987"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/05/Images-for-Startin.LV-website-8.png"></div></a><div class="post-tags" >Startin.LV news - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11987" ><h3 class="post-title" >Startin.LV news: What’s the hidden part of the iceberg?</h3></a><div class="post-description" >It seems that doing things in silence without sharing progress with the public is a part of our Latvian introvert mentality. But then you realise you need to break the habit and start TALKING about your deeds...</div></div><div class="rowElement-11984 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11984"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/12/Images-for-Startin.LV-website-7.png"></div></a><div class="post-tags" >Startup story - 9 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11984" ><h3 class="post-title" >Whimsical: Returning to Latvia with a Bang!</h3></a><div class="post-description" >After a recent $30M in Series A funding on top of angel investor support, Whimsical has solidified its place as an exceptionally successful and rapidly growing startup.</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-11698 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11698"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog12_1-e1665754438976.png"></div></a><div class="post-tags" >Ecosystem - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11698" ><h3 class="post-title" >8 Latvian startup initiatives powered by inspiring women</h3></a><div class="post-description" >Someone said there is no limit to what we, as women, can accomplish. Gather in crowds and banish the Russian military occupants from their cities, courageously give birth...</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-13104 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13104"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/09/BdetectThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13104" ><h3 class="post-title" >Skin scan that helps diagnose melanoma early - Bdetect</h3></a><div class="post-description" >Melanoma is one of the most common types of cancers in the world - and Bdetect is offering a solution for early diagnostics, which could save lives and help healthcare systems save their resources.</div></div><div class="rowElement-13018 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13018"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/06/FermentfulThumb.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13018" ><h3 class="post-title" >Fermented green buckwheat support for the gut microbiome - Fermentful</h3></a><div class="post-description" >Gut microbiome is getting linked to almost every function of our body how well do we take care of these friendly bacteria of ours?</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-12924 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12924"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/04/SepsiscanThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12924" ><h3 class="post-title" >Sepsis diagnosis with pictures - Sepsiscan</h3></a><div class="post-description" >Compared to other more frequent causes of death, sepsis is a pathology that can often be effectively treated - if it is diagnosed in time. That is where Sepsiscan comes in – with a device that photographs skin and measures microcirculation of blood.</div></div><div class="rowElement-12853 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12853"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/02/AlgaeTreeThumb.png"></div></a><div class="post-tags" >Startup story, MedTech - 7 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12853" ><h3 class="post-title" >Improving indoor air quality - Algae Tree</h3></a><div class="post-description" >Indoor space air quality is a long-known issue, and has become especially relevant since the pandemic. Unfortunately, not all windows can be opened, and not all windows offer fresh air and quiet. Our active brains need oxygen, and perhaps algae could help?</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-12751 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12751"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/11/PrintyMedThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12751" ><h3 class="post-title" >Heart valves from spider silk - PrintyMed</h3></a><div class="post-description" >PrintyMed is creating artificial spider silk for use in repairing tissue and printing organs.</div></div><div class="rowElement-12645 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12645"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/09/CellboxLabsThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12645" ><h3 class="post-title" >Growing organs on chips - Cellbox Labs</h3></a><div class="post-description" >As the field of precision medicine is rapidly growing worldwide, Cellbox Labs is a Latvian startup that is on the front lines of developing technology for it.</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-12556 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12556"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/06/LongenesisThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12556" ><h3 class="post-title" >Innovating the field of research itself - Longenesis</h3></a><div class="post-description" >Research and innovation are tightly linked - and what a better way to innovate than to innovate research itself! Longenesis is pushing forward the field of research in Latvia and beyond.</div></div><div class="rowElement-12508 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12508"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/06/LSA-Web-Featured-Banner-548x384-1.png"></div></a><div class="post-tags" >Startin.LV news - 3 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12508" ><h3 class="post-title" >Latvian Startup Awards Hits the Town</h3></a><div class="post-description" >Lo and behold, the day has arrived when we announce the birth of the first-ever Latvian Startup Awards! And while our team is busy with arranging smooth application and evaluation stages, the date of the award ceremony has been officially unveiled.</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-12409 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12409"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/05/BirgerMind_Thumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12409" ><h3 class="post-title" >Controlling computers with your thoughts - BirgerMind</h3></a><div class="post-description" >Becoming locked inside your body without the means to communicate is a terrible fate. But BirgerMind shows that even when a person can't move a single muscle - their mind can be enough to control computers and communicate!</div></div><div class="rowElement-12272 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12272"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/03/MedonFeatured.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12272" ><h3 class="post-title" >Telemedicine innovation in Latvia - Medon</h3></a><div class="post-description" >The pandemic brought telemedicine to the forefront of healthcare. Read about the state of telemedicine in Latvia, it’s value to doctors and patients, and how Medon is innovating it!</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-12184 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12184"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/02/Screenshot-2023-02-15-at-17.08.32-1.png"></div></a><div class="post-tags" >Lobby & Politics - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Olga BG</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12184" ><h3 class="post-title" >Latvijas jaunuzņēmumu ekosistēma: cīņa par 400 000 EUR (LAT/ENG)</h3></a><div class="post-description" >Latvian Startup Ecosystem: Battle for the Inglorious 400,000 EUR</div></div><div class="rowElement-12141 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12141"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/02/Copy-of-How-long-have-you-been-a-member-of-Startin.LV_-1.png"></div></a><div class="post-tags" >Startin.LV news - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12141" ><h3 class="post-title" >What startups want (Startin.LV members survey results, 2023)</h3></a><div class="post-description" >For the second year running, we love kicking off the new year by getting the inside scoop from our members through a survey. That helps us to understand what we’re nailing as an association and where we’ve got room for growth.</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-11976 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11976"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/09/Untitled-design-3-3.png"></div></a><div class="post-tags" >Ecosystem - 7 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11976" ><h3 class="post-title" >FinTech Trajectory — ECOMMPAY Perspective</h3></a><div class="post-description" >FinTech is one of the busiest sectors of the startup world — after all, no matter what business you have, as long as you want your financial infrastructure to be modern, you will have to delve into FinTech.</div></div><div class="rowElement-11703 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11703"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog9_1-e1665754205911.png"></div></a><div class="post-tags" >Startin.LV news - 3 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11703" ><h3 class="post-title" >Latvian Startup Database Got Upgraded</h3></a><div class="post-description" >Say hello to the upgraded Startin.LV Startup Database — your primary destination for Latvian startup overview.</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-11784 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11784"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog8_1.jpg"></div></a><div class="post-tags" >Startup story - 9 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11784" ><h3 class="post-title" >Sonarworks: Setting the Standard for Sound</h3></a><div class="post-description" >Founded in 2012, Sonarworks is one of the first and biggest deep tech startups in Latvia. The founders, Helmuts Bēms and Mārtiņš Popelis, have solidified themselves as two of the most successful...</div></div><div class="rowElement-11980 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11980"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/12/Images-for-Startin.LV-website-6.png"></div></a><div class="post-tags" >Lobby & Politics - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Startin.LV</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11980" ><h3 class="post-title" >Viedoklis par Ekonomikas ministrijas teikto par startup nozari</h3></a><div class="post-description" >31. maijā vairākos mediju kanālos, tai skaitā LSM un Jauns.lv, bija lasāms raksts par valdības apstiprināto ziņojumu “Par Jaunuzņēmumu darbības atbalsta likuma īstenošanu”...</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-11987 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11987"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/05/Images-for-Startin.LV-website-8.png"></div></a><div class="post-tags" >Startin.LV news - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11987" ><h3 class="post-title" >Startin.LV news: What’s the hidden part of the iceberg?</h3></a><div class="post-description" >It seems that doing things in silence without sharing progress with the public is a part of our Latvian introvert mentality. But then you realise you need to break the habit and start TALKING about your deeds...</div></div><div class="rowElement-11984 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11984"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/12/Images-for-Startin.LV-website-7.png"></div></a><div class="post-tags" >Startup story - 9 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11984" ><h3 class="post-title" >Whimsical: Returning to Latvia with a Bang!</h3></a><div class="post-description" >After a recent $30M in Series A funding on top of angel investor support, Whimsical has solidified its place as an exceptionally successful and rapidly growing startup.</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-11698 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11698"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog12_1-e1665754438976.png"></div></a><div class="post-tags" >Ecosystem - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11698" ><h3 class="post-title" >8 Latvian startup initiatives powered by inspiring women</h3></a><div class="post-description" >Someone said there is no limit to what we, as women, can accomplish. Gather in crowds and banish the Russian military occupants from their cities, courageously give birth...</div></div></div></div></div></div><style>

      /* desktop */
div.header-post-wrapper {
    margin-bottom: 20px;
}
div.et-animated-content {
    padding-top: 130px !important;
}
div.divider-div:before {border-top-color: #c73355 !important; border-top-width: 3px !important; width: auto; top: 0px; right: 0px; left: 0px; content:""; height: 1px; border-top: 1px solid rgba(0,0,0,.1); position: absolute;} .et_pb_divider_internal {display: inline-block; width: 100%;}
div.banner-2 {
    padding: 27px 0;
}
div.costum-view{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center; padding:0 0em 1em;
}

div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular{
    background-image: url(https://startin.lv/wp-content/uploads/2020/11/learnmorebg.jpg)!important;
    padding: 54px 0;
    width: 100vw !important;
}

div.et_pb_row.et_pb_row_0{
    padding: 27px 0;
}

div.et_pb_column.et_pb_column_4_4.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough.et-last-child{
    float: left;
    position: relative;
    z-index: 2;
    min-height: 1px;
}

div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light
div.et_pb_text_inner h3{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
    text-align: center;
}

p.page-title-description{
    text-align:start;
    width:90%;
    max-width:1250px;
    font-size: 15px;
    margin: 50px 0 50px 0;
    padding: 0 10px 0px 10px;
}

div.main-block{
    display:flex;
    flex-direction:column;
    width:90%;
    max-width:1250px;
}

div.header-post-wrapper{
    display:flex;
}

div.categories-wrapper{
    width:21%;
    display:flex;
    flex-direction: column;
    padding-right:130px;
}

h3.category-heading-title{
    font-weight: 600;
    color: #C73355;
    font-size: 23px;
    padding-bottom: 25px;
}

h3.active-category-selection{
    font-weight:700;
    font-size:20px;
    padding:25px 0px;
    color: #C73355;
}

h3.inactive-category-selection{
    font-weight:400;
    font-size:20px !important;
    padding:25px 0px;
}

div.latest-element{
    display:flex;
    align-items:flex-start;
    flex-wrap:nowrap;
    justify-content:space-between;
    background-color:#C73355;
    padding-bottom: 1px !important;
    box-shadow: 8px 0px 8px rgba(0, 0, 0, 0.25);
    width: 915px;
    height: 384px;
    margin-top:25px;
}

div.image-top-post{
    flex-basis:58%;
}

a.image-wrapper div.image-top-post-wrapper{
    height:384px !important;
    width:548px !important;
    overflow:hidden;
    box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
}

div.info-top-post {
    flex-basis:42%;
    display:flex;
    flex-direction:column;
    padding:35px;
}

div.post-latest-tags {
    color:#FFFFFF;
    font-size:13px;
    font-weight:500;
}

h2.post-latest-title{
    color:#FFFFFF;
    margin-top:26px;
    margin-bottom:26px;
}

div.post-latest-description{
    color:#FFFFFF;
    font-size:15px;
    margin-top:0px;
    margin-bottom:20px;
}

div.grid-view-spacer{

    width:100%;
}

div.grid-view-row{
    font-size: 21px;
    width: auto;
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

div.grid-whitespace{
    width: 21%;
}

div.individual-row-element_1{
    color: #f2f2f2;
    width: 275px;
    height: 580px;
    padding-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 19px 0 0px;
}

div.individual-row-element_2 {
        color: #f2f2f2;
        width: 275px;
        height: 580px;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0px 25px;
}
div.individual-row-element_3 {
    color: #f2f2f2;
    width: 275px;
    height: 580px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 19px;
    align-items: center;
}

div.image-post-wrapper{
    position:relative;
}

img.image-element{
    height:195px;
    width:280px;
    position:relative;
    box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
}

div.post-tags{
    color:#666666;
    font-size:13px;
    font-weight:500;
    width:100%;
    margin: 24px 0;
}

a.title-wrapper{
    width:100%;
}

h3.post-title{
    color:#000000;
    width:100%;
    font-size:20px;
    height: 75px;
    line-height: 23px;

}

div.post-description{
    color:#666666;
    font-size:15px;
    margin-top:5px;
    margin-bottom:20px;
    width:100%;
}

div.post-author{
    color:#000000;
    font-size:13px;
    margin-top:auto;
    margin-bottom:20px;
    width:100%;
}

div.scrollable-display-frame {
    display:none;
}

div.mobile-header{
    display:none;
}
ul.tablet {
    display:inline-block; font-size:0; white-space:nowrap; overflow:hidden;
}

.tablet-only{
    display:none !important;
}

@media all and (min-width:425px) and (max-width:619px) {

    div.grid-view-row {
        justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    }
}
/* before tablet */

@media all and (min-width:1285px) {
    .mobile-only {
        display: none;
    }
}

@media all and (min-width:1285px) and (max-width:1425px) {
    div.costum-view{
        padding:0 0em 1em !important;
    }
}
/* tablet */
@media all and (min-width:910px) and (max-width:1284px) {
.tablet {
    display:block;
}
    div.scrollable-section {
            height:calc(100% + 20px); overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch; width: 98%;
        }
        ul.scrollable-section-2 {
            display:inline-block; font-size:0; white-space:nowrap; overflow:hidden; padding:0px !important;
        }
        li.scrollable-section-item {
            padding:5px 10px; display:inline-block; vertical-align:top; font-size:15px; line-height:1;
        }
        h3.scrollable-section-title-active {
            font-weight:600;font-size: 22px;padding: 15px 0px;color: #C73355;
        }
        h3.scrollable-section-title {
            font-weight:400;font-size: 22px;padding: 15px 0px;
        }
    div.tablet-only.grid-view-row {
        margin: 0 50px 0 50px;
    }
}
@media all and (min-width:426px) and (max-width:1284px) {

div.desktop-only.grid-view-spacer, div.desktop-only.grid-view-row{
    display:none;
}

div.tablet-only.grid-view-spacer{
    display:block !important;
}

div.tablet-only.grid-view-row{
    display:flex !important;
}

    div.costum-view {
    display:flex; flex-direction:column; justify-content:center; align-items: center; padding:0 0.5em 10em;
}
div.banner--1 {
    background-image: url(https://startin.lv/wp-content/uploads/2020/11/learnmorebg.jpg)!important;padding: 30px 0;width: 770px !important; overflow-x: hidden;
}
div.banner-2 {
    padding: 27px 0;
}
div.banner-3 {
    float: left;position: relative;z-index: 2;min-height: 1px;
}
h3.banner-heading {
    font-weight: 700;text-transform: uppercase;font-size: 40px;color: #fff;text-align: center; padding: 0px;
}
div.frame {
    margin-bottom: 30px;
}
p.page-title-description {
    text-align:start; width:90%; max-width:1250px; font-size: 15px;margin: 50px 0 50px 0;padding: 0 10px 0px 10px;
}
div.main-block {
    display:flex; flex-direction:column; width:90%; max-width:1250px;
}
div.header-post-wrapper {
    display:flex; flex-direction:column;
}
div.header-post-wrapper-2 {
    display:flex; flex-direction: column; padding-right:130px;
}
h3.category-heading-title {
    font-weight:600; color:#C73355; font-size:23px;
}
div.scrollable-section {
height:calc(100% + 20px); overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch; width: 88vw;
}
ul.scrollable-section-2 {
    display:inline-block; font-size:0; white-space:nowrap; overflow:hidden;
}
li.scrollable-section-item.item {
    padding:5px 10px; display:inline-block; vertical-align:top; font-size:15px; line-height:1;
}
h3.scrollable-section-title-active {
    font-weight:600;font-size: 18px;padding: 15px 0px;color: #C73355;
}
h3.scrollable-section-title {
    font-weight:400;font-size: 18px;padding: 15px 0px;
}
div.the-latest {
    display: flex;margin-top: 20px;
}
p.fake-button-new {
 background: #C73355;border: 1px solid #C73355;border-radius: 60px;padding: 3px 15px 1px 15px;margin: -3px 0 15px 20px;color: #fff;font-weight: 600;
}
div.latest-element {
display:flex; align-items:flex-start; flex-wrap:nowrap; justify-content:space-between; background-color:#C73355; padding-bottom: 1px; box-shadow: 8px 0px 8px rgba(0, 0, 0, 0.25); width: 681px; height: 540pxpx; margin-top:10px; flex-direction:column;
}
div.image-top-post {
    flex-basis:58%;
}
div.image-top-post-wrapper {
height:395px; width:681px; overflow:hidden; box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
}
div.info-top-post {
   flex-basis:42%; display:flex; flex-wrap:nowrap; flex-direction:column; padding:2em 2em;
}
div.post-latest-tags {
    color:#FFFFFF; font-size:13px; font-weight:500;
}
h2.post-latest-title {
   color:#FFFFFF; margin-top:26px; margin-bottom:26px;
}
div.post-latest-description {
    color:#FFFFFF; font-size:15px; margin-top:0px; margin-bottom:20px;
}
div.grid-view-spacer {
    padding:12px 0px; width:100%;
}
div.grid-view-row {
    width:auto; display:flex; flex-wrap: wrap; align-items: flex-start; position:relative; font-size:21px; margin: 0 0 0 0;
}
div.individual-row-element-1 {
    color: #f2f2f2; width:257px; height:500px; margin:45px 30px 0 50px; padding-left:0px; display:flex; align-items: center; flex-direction:column;
}
div.image-post-wrapper {
    position:relative;
}
img.image-element {
      position:relative; box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
}
div.post-tags {
    color:#666666; font-size:13px; font-weight:500; width:100%; margin: 24px 0;
}
div.post-description {
    color:#666666; font-size:15px; margin-top:0px; margin-bottom:20px; width:100%;
}
div.post-author {
    color:#000000; font-size:13px; margin-top:auto; margin-bottom:20px; width:100%;
}
ul.tablet {
    padding:0px !important;
}
a.title-wrapper {
width:100%;
}
h3.post-title {
color:#000000; width:100%; font-size:20px; height: 80px;
}
div.post-description {
color:#666666; font-size:15px; margin-top:0px; margin-bottom:20px; width:100%;
}
div.post-author {
color:#000000; font-size:13px; margin-top:auto; margin-bottom:20px; width:100%;
}
div.individual-row-element-2 {
color: #f2f2f2; width:257px; height:500px; margin: 0px 0 0 25px !important; padding-right:0px; display:flex; align-items: center; flex-direction:column;
}
img.image-element {
        height:211px;
        width: 320px;
    }
    div.individual-row-element_1 {
        width:320px;
        margin: 0px 0 0 0px !important;
    }
    div.individual-row-element_2 {
        width:320px;
        margin: 0px 0 0 0px !important;
    }
    div.individual-row-element_3 {
        width:320px;
        margin: 0px 0 0 0px !important;
    }

    div.grid-view-row {
        width: auto;
    display: flex;
    position: relative;
    font-size: 21px;
    margin: 0 0 0 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    }
    .desk {
            display: none;
        }
        .mobile-only {
            display:block;
        }
    a.image-wrapper div.image-top-post-wrapper {
        width: 88.411vw !important;
        height: 477px !important;
    }
    img {
        width:88.411vw;
    }
    div.latest-element {
        height:737px;
        width: 88.411vw;
    }

}
@media all and (min-width:620px) and (max-width:1284px) {
    div.individual-row-element_1 {
        width:320px;
        margin: 0px 19px 0 0px !important;
    }
    div.individual-row-element_2 {
        width:320px;
        margin: 0px 0 0 19px !important;
    }

}

/* mobile */

@media all and (max-width:426px) {

        #page-container {
            margin-top: -35px;
        }
        div.et-animated-content {
            padding-top: 30px !important;
        }
        .desk {
            display: none;
        }

        div.et-l {
                  display: none;
              }
              div.divider-div:before {border-top-color: #c73355 !important; border-top-width: 3px !important; width: auto; top: 0px; right: 0px; left: 0px; content:""; height: 1px; border-top: 1px solid rgba(0,0,0,.1); position: absolute;} .et_pb_divider_internal {display: inline-block; width: 100%;}

              div.costum-view {
        display:flex; flex-direction:column; justify-content:center; align-items: center; padding:0 0.5em 1em;margin-bottom:100px;
        }
        div.banner--1 {
        background-image: url(https://startin.lv/wp-content/uploads/2020/11/learnmorebg.jpg)!important;padding: 20px 0;width: 380px !important; overflow-x: hidden;
        }
        div.banner-2 {
            padding: 27px 0;
        }
        div.banner-3 {
            float: left;position: relative;z-index: 2;min-height: 1px;
        }
        h3.banner-heading {
            font-weight: 700;text-transform: uppercase;font-size: 25px;color: #fff;text-align: center; padding: 0px;
        }
        h3 {
            padding-bottom: 0 !important;
        }
        div.frame {
            margin-bottom: 50px;
        }
        p.page-title-description {
            text-align:start; width:90%; max-width:1250px; font-size: 15px;margin: 50px 0 50px 0;padding: 0 10px 0px 10px;
        }
        div.main-block {
            display:flex; flex-direction:column; width:90%; max-width:1250px;
        }
        div.header-post-wrapper {
            display:flex; flex-direction:column;
        }
        div.header-post-wrapper-2 {
            display:flex; flex-direction: column;
        }
        h3.category-heading-title {
            font-weight:600; color:#C73355; font-size:25px; margin-bottom: 10px;
        }
        div.scroll-menu-mobile {
            margin-bottom: 30px;
        }
        div.scrollable-section {
            height:calc(100% + 20px); overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch; width: 98%;
        }
        ul.scrollable-section-2 {
            display:inline-block; font-size:0; white-space:nowrap; overflow:hidden; padding:0px !important;
        }
        li.scrollable-section-item {
            padding:5px 10px; display:inline-block; vertical-align:top; font-size:15px; line-height:1;
        }
        h3.scrollable-section-title-active {
            font-weight:600;font-size: 22px;padding: 15px 0px;color: #C73355;
        }
        h3.scrollable-section-title {
            font-weight:400;font-size: 22px;padding: 15px 0px;
        }
        div.the-latest {
            display: flex;margin-top: 20px;
        }
        p.fake-button-new {
            background: #C73355;border: 1px solid #C73355;border-radius: 60px;padding: 3px 15px 3px 15px !important;margin: -3px 0 15px 20px;color: #fff;font-weight: 600;
        }
        div.latest-element {
            display:flex;
            align-items:flex-start;
            flex-wrap:nowrap;
            justify-content:space-between;
            background-color:#C73355;
            padding-bottom: 1px;
            box-shadow: 8px 0px 8px rgba(0, 0, 0, 0.25);
            width: 86.957vw;
            height: 603px !important;
            margin-top:10px;
            flex-direction:column;
            margin-bottom: 50px;
        }
        img {
            width: 86.957vw;
            height: 60.386vw;
        }
        div.image-top-post {
            flex-basis:58%;
        }
        div.image-top-post-wrapper {
            height:220px; width:325px; overflow:hidden; box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
        }
        div.info-top-post {
            flex-basis:42%; display:flex; flex-wrap:nowrap; flex-direction:column; padding:2em 2em;
        }
        div.post-latest-tags {
            color:#FFFFFF; font-size:13px; font-weight:500;
        }
        h2.post-latest-title {
            color:#FFFFFF; margin-top:26px; margin-bottom:26px;
        }
        div.post-latest-description {
            color:#FFFFFF; font-size:15px; margin-top:0px; margin-bottom:20px;
        }
        div.grid-view-spacer {
            display:none;
        }
        div.grid-view-row {
            width:auto; display:flex; flex-wrap: wrap; align-items: flex-start; position:relative; font-size:21px; margin: 0 0 0 0; justify-content: center;
        }
        div.grid-whitespace {
            width:20%
        }
        div.individual-row-element_1 {
            width: 325px !important;
            height: 520px !important;
            margin: 0 0 25px 0 !important;
        }
        div.image-post-wrapper {
            position:relative;
        }
        img.image-element {
            height:190px !important; width:100%; position:relative; box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
        }
        div.post-tags {
            color:#666666; font-size:13px; font-weight:500; width:100%; margin: 16px 0; margin-top:20px;
        }
        div.post-title {
            color:#000000; width:100%; font-size:20px; height: 50px;
        }
        div.post-description {
            color:#666666; font-size:15px; margin-top:10px; margin-bottom:20px; width:100%;

        }
        div.post-author {
            color:#000000; font-size:13px; margin-top:auto; margin-bottom:20px; width:100%;

        }
        a.title-wrapper {
            width:100%;

        }
        div.individual-row-element_2 {
            width: 325px !important;
            height: 520px !important;
            margin: 0px 0 25px 0px !important;
        }
        img.image-element {
            height: 190px !important;
            width: 100%;
            position: relative;
            box-shadow: 4px 0px 10px rgb(0 0 0 / 25%);
        }
        div.individual-row-element_3 {
            width: 325px !important;
            height: 520px !important;
            margin: 0 0 25px 0 !important;
        }

        a.image-wrapper div.image-top-post-wrapper {
            width: 86.957vw !important;
            height: 60.386vw !important;
        }
        .image-wrapper {
            width: 86.957vw !important;
            height: 60.386vw !important;
        }
        .et_pb_section_0.et_pb_section {
            padding-top: 89px !important;
        }
        img.image-element {
    height: 60vw !important;
    width: 86.957vw !important;
}
 div.individual-row-element_1 {
    color: #f2f2f2;
    width: 86.957vw !important;
    height: 520px;
    margin: 0 0 45px 0;
    padding-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
        }
div.individual-row-element_2 {
    color: #f2f2f2;
    width: 86.957vw !important;
    height: 520px;
    margin: 0 0 45px 0;
    padding-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
        }
div.individual-row-element_3 {
    color: #f2f2f2;
    width: 86.957vw !important;
    height: 520px;
    margin: 0 0 45px 0;
    padding-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;


}

 </style><div class="costum-view" ><div class="et_pb_section et_pb_section_0 et_pb_with_background et_section_regular" ><div class="banner-2 et_pb_row et_pb_row_0" ><div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child" ><div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light"><div class="et_pb_text_inner"><h3 class="" >Blog</h3></div></div></div></div></div><p class="page-title-description" >Welcome to Startin.LV Blog! <br><br>Here is curated content for startup founders, investors and ecosystem players willing to stay in the loop about recent legislative changes, manually picked events and opportunities for tech companies, inspiring success stories, honest fuck up stories and more.
        <br><br>Let us know if there's something specific we should be covering on our blog—we'd love to hear from you!</p><div class="main-block" > <div class="search-bar-filter-button">
                <div class="field"><input id="searchBoxElement" type="text" placeholder="Search..."><button id="iconButton" onclick="getLinkAndSetSearch()"><i class="fa fa-search"></i></button>
                </div>
            <div class="navbar">
            <div class="dropdown">
                <button class="dropbtn">Filter
                <i class="fa fa-bars"></i>
                </button>
                <div class="dropdown-content">
                    <p onclick="getLinkAndSetFilter(this)" data-value="clear">Clear Filter</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="tips">Tips</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="ecosystem">Ecosystem</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="StartinLV-news">Startin.LV news</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="lobby-n-politics">Lobby & Politics</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="startup-story">Startup story</p>
                    <p onclick="getLinkAndSetFilter(this)" data-value="events-n-opportunities">Events & Opportunities</p>
                </div>
            </div>
            </div>
            </div>
            <style>
                div.search-bar-filter-button {
                    display: flex;
                    justify-content:end;
                    padding-right: 6%;
                }
                input#searchBoxElement {
                all: unset;
                font: 16px Poppins,Helvetica,Arial,Lucida,sans-serif;
                color: #333333;
                height: 100%;
                width: 100%;
                padding: 6px 15px;
                }
                ::placeholder {
                color: #333333;
                }
                button.dropbtn, button#iconButton {
                all: unset;
                cursor: pointer;
                width: 44px;
                height: 44px;
                }
                div.field {
                background-color: #F2F2F2;
                width: 300px;
                height: 44px;
                border-radius: 5px;
                display:flex;
                flex-direction:row;
                align-items:center;
                margin-right: 20px;
                }
                i {
                color: #333333;
                fill: #333333;
                width: 24px;
                height: 18px;
                padding: 0px;
                }
                /* filter */
                .navbar {
                overflow: hidden;
                background-color: #F2F2F2;
                width: 95px;
                height: 44px;
                border-radius: 5px;
                }
                .navbar p {
                float: left;
                color: white;
                text-align: center;
                padding: 0px 15px;
                text-decoration: none;
                vertical-align: middle;
                border-radius: 5px;
                }
                .navbar {
                font-size: 16px;
                }
                div.dropdown-content p {
                font-size: 12px;
                }
                .dropdown {
                float: left;
                overflow: hidden;
                height: 44px;
                border-radius: 5px;
                }
                .dropdown .dropbtn {
                font-size: 16px;
                font-family: Poppins,Helvetica,Arial,Lucida,sans-serif !important;
                font-weight: 400;
                border: none;
                outline: none;
                color: #333333;
                padding: 0px 15px;
                background-color: inherit;
                font-family: inherit;
                margin: 0;
                width: 95px;

                }
                .navbar p:hover, .dropdown:hover .dropbtn {
                background-color: #F2F2F2;
                width: 100%;
                border-radius: 5px;
                }

                .dropdown-content {
                display: none;
                position: absolute;
                background-color: #f9f9f9;
                width: 95px;
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                z-index: 1;
                border-radius: 5px;
                padding: 8px;
                }
                .dropdown-content p {
                float: none;
                color: black;
                padding: 15px 15px;
                text-decoration: none;
                display: block;
                text-align: left;
                font-family: Poppins,Helvetica,Arial,Lucida,sans-serif !important;
                font-weight: 400;
                }
/*
                .dropdown-content p:hover {
                background-color: #F2F2F2;
                width: 65px;

                }
*/
                .dropdown:hover .dropdown-content {
                display: block;
                width: 125px;
                }

                .fa-bars {
                margin-left: 10px;
                }

                div.dropdown-content p {
                    cursor:pointer;
                }
        </style>

        <script>
            function getCurrentURL() {
                return window.location.href.toString();
            }

            function getLinkAndSetFilter(object){
                let url =  new URL(getCurrentURL());
                let params = new URLSearchParams(url.search);

                params.set("filter", object.getAttribute("data-value"));
                let query = params.toString();

                if(object.getAttribute("data-value") == "clear"){
                    params.delete("filter");
                }

                url.search = params;
                window.location.href=url.href;

            }

            function getLinkAndSetSearch() {

                let url = new URL(getCurrentURL());
                let params = new URLSearchParams(url.search);
                let searchBoxElement = document.getElementById("searchBoxElement");

                params.set("search", searchBoxElement.value);
                let query = params.toString();

                //console.log(url.href);
                //window.location.href=url.href.replace(/filter=.+/, query);

                url.search = params;

                //console.log(url.href);
                //console.log(params.toString());
                //console.log("Search results for: "+ searchBoxElement.value);

                window.location.href=url.href;
            }
        </script><div class="header-post-wrapper" ><div class="categories-wrapper" ><div class="desktop-non-scroll"><h3 class="desk active-category-selection" >Blog</h3><a href="https://startin.lv/learn-webinar/"><h3 class="desk inactive-category-selection" >Webinars & Events</h3></a><a href="https://startin.lv/learn-support/"><h3 class="desk inactive-category-selection" >Support & Opportunities</h3></a><a href="https://startin.lv/learn-facts/"><h3 class="desk inactive-category-selection" >Facts, Data & Reports</h3></a><a href="https://startin.lv/learn-templates/"><h3 class="desk inactive-category-selection" >Document Templates</h3></a></div></div><div class="mobile-only the-latest" style=""><h3>The Latest</h3><p class="mobile-only fake-button-new" style="">New</p></div><div class="latest-element rowElement-13160" ><div class="image-top-post" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13160"><div class="image-top-post-wrapper" ><img src="https://startin.lv/wp-content/uploads/2024/10/LSA2024_Thumb2.png"></div></a></div><div class="info-top-post" ><div class="post-latest-tags" >Startup Awards - 5 minute read</div><div class="post-latest-tags" style="margin: 0 !important;">Written by Kate</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13160"><h2 class="post-latest-title" >Latvian Startup Awards 2024: Time to Shine!</h2></a><div class="post-latest-description" >Latvian Startup Awards 2024 is back, and it's bigger, bolder, and ready to shine a spotlight on the game-changers in Latvia’s startup ecosystem.</div></div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-13104 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13104"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/09/BdetectThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13104" ><h3 class="post-title" >Skin scan that helps diagnose melanoma early - Bdetect</h3></a><div class="post-description" >Melanoma is one of the most common types of cancers in the world - and Bdetect is offering a solution for early diagnostics, which could save lives and help healthcare systems save their resources.</div></div><div class="rowElement-13018 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13018"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/06/FermentfulThumb.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13018" ><h3 class="post-title" >Fermented green buckwheat support for the gut microbiome - Fermentful</h3></a><div class="post-description" >Gut microbiome is getting linked to almost every function of our body how well do we take care of these friendly bacteria of ours?</div></div><div class="rowElement-12924 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12924"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/04/SepsiscanThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12924" ><h3 class="post-title" >Sepsis diagnosis with pictures - Sepsiscan</h3></a><div class="post-description" >Compared to other more frequent causes of death, sepsis is a pathology that can often be effectively treated - if it is diagnosed in time. That is where Sepsiscan comes in – with a device that photographs skin and measures microcirculation of blood.</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-12853 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12853"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/02/AlgaeTreeThumb.png"></div></a><div class="post-tags" >Startup story, MedTech - 7 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12853" ><h3 class="post-title" >Improving indoor air quality - Algae Tree</h3></a><div class="post-description" >Indoor space air quality is a long-known issue, and has become especially relevant since the pandemic. Unfortunately, not all windows can be opened, and not all windows offer fresh air and quiet. Our active brains need oxygen, and perhaps algae could help?</div></div><div class="rowElement-12751 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12751"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/11/PrintyMedThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12751" ><h3 class="post-title" >Heart valves from spider silk - PrintyMed</h3></a><div class="post-description" >PrintyMed is creating artificial spider silk for use in repairing tissue and printing organs.</div></div><div class="rowElement-12645 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12645"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/09/CellboxLabsThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12645" ><h3 class="post-title" >Growing organs on chips - Cellbox Labs</h3></a><div class="post-description" >As the field of precision medicine is rapidly growing worldwide, Cellbox Labs is a Latvian startup that is on the front lines of developing technology for it.</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-12556 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12556"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/06/LongenesisThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12556" ><h3 class="post-title" >Innovating the field of research itself - Longenesis</h3></a><div class="post-description" >Research and innovation are tightly linked - and what a better way to innovate than to innovate research itself! Longenesis is pushing forward the field of research in Latvia and beyond.</div></div><div class="rowElement-12508 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12508"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/06/LSA-Web-Featured-Banner-548x384-1.png"></div></a><div class="post-tags" >Startin.LV news - 3 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12508" ><h3 class="post-title" >Latvian Startup Awards Hits the Town</h3></a><div class="post-description" >Lo and behold, the day has arrived when we announce the birth of the first-ever Latvian Startup Awards! And while our team is busy with arranging smooth application and evaluation stages, the date of the award ceremony has been officially unveiled.</div></div><div class="rowElement-12409 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12409"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/05/BirgerMind_Thumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12409" ><h3 class="post-title" >Controlling computers with your thoughts - BirgerMind</h3></a><div class="post-description" >Becoming locked inside your body without the means to communicate is a terrible fate. But BirgerMind shows that even when a person can't move a single muscle - their mind can be enough to control computers and communicate!</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-12272 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12272"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/03/MedonFeatured.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12272" ><h3 class="post-title" >Telemedicine innovation in Latvia - Medon</h3></a><div class="post-description" >The pandemic brought telemedicine to the forefront of healthcare. Read about the state of telemedicine in Latvia, it’s value to doctors and patients, and how Medon is innovating it!</div></div><div class="rowElement-12184 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12184"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/02/Screenshot-2023-02-15-at-17.08.32-1.png"></div></a><div class="post-tags" >Lobby & Politics - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Olga BG</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12184" ><h3 class="post-title" >Latvijas jaunuzņēmumu ekosistēma: cīņa par 400 000 EUR (LAT/ENG)</h3></a><div class="post-description" >Latvian Startup Ecosystem: Battle for the Inglorious 400,000 EUR</div></div><div class="rowElement-12141 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12141"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/02/Copy-of-How-long-have-you-been-a-member-of-Startin.LV_-1.png"></div></a><div class="post-tags" >Startin.LV news - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12141" ><h3 class="post-title" >What startups want (Startin.LV members survey results, 2023)</h3></a><div class="post-description" >For the second year running, we love kicking off the new year by getting the inside scoop from our members through a survey. That helps us to understand what we’re nailing as an association and where we’ve got room for growth.</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-11976 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11976"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/09/Untitled-design-3-3.png"></div></a><div class="post-tags" >Ecosystem - 7 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11976" ><h3 class="post-title" >FinTech Trajectory — ECOMMPAY Perspective</h3></a><div class="post-description" >FinTech is one of the busiest sectors of the startup world — after all, no matter what business you have, as long as you want your financial infrastructure to be modern, you will have to delve into FinTech.</div></div><div class="rowElement-11703 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11703"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog9_1-e1665754205911.png"></div></a><div class="post-tags" >Startin.LV news - 3 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11703" ><h3 class="post-title" >Latvian Startup Database Got Upgraded</h3></a><div class="post-description" >Say hello to the upgraded Startin.LV Startup Database — your primary destination for Latvian startup overview.</div></div><div class="rowElement-11784 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11784"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog8_1.jpg"></div></a><div class="post-tags" >Startup story - 9 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11784" ><h3 class="post-title" >Sonarworks: Setting the Standard for Sound</h3></a><div class="post-description" >Founded in 2012, Sonarworks is one of the first and biggest deep tech startups in Latvia. The founders, Helmuts Bēms and Mārtiņš Popelis, have solidified themselves as two of the most successful...</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-11980 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11980"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/12/Images-for-Startin.LV-website-6.png"></div></a><div class="post-tags" >Lobby & Politics - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Startin.LV</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11980" ><h3 class="post-title" >Viedoklis par Ekonomikas ministrijas teikto par startup nozari</h3></a><div class="post-description" >31. maijā vairākos mediju kanālos, tai skaitā LSM un Jauns.lv, bija lasāms raksts par valdības apstiprināto ziņojumu “Par Jaunuzņēmumu darbības atbalsta likuma īstenošanu”...</div></div><div class="rowElement-11987 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11987"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/05/Images-for-Startin.LV-website-8.png"></div></a><div class="post-tags" >Startin.LV news - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11987" ><h3 class="post-title" >Startin.LV news: What’s the hidden part of the iceberg?</h3></a><div class="post-description" >It seems that doing things in silence without sharing progress with the public is a part of our Latvian introvert mentality. But then you realise you need to break the habit and start TALKING about your deeds...</div></div><div class="rowElement-11984 individual-row-element_3" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11984"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/12/Images-for-Startin.LV-website-7.png"></div></a><div class="post-tags" >Startup story - 9 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11984" ><h3 class="post-title" >Whimsical: Returning to Latvia with a Bang!</h3></a><div class="post-description" >After a recent $30M in Series A funding on top of angel investor support, Whimsical has solidified its place as an exceptionally successful and rapidly growing startup.</div></div></div><div class="desktop-only grid-view-spacer" ></div><div class="desktop-only grid-view-row" ><div class="desktop-only grid-whitespace" ></div><div class="rowElement-11698 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11698"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog12_1-e1665754438976.png"></div></a><div class="post-tags" >Ecosystem - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11698" ><h3 class="post-title" >8 Latvian startup initiatives powered by inspiring women</h3></a><div class="post-description" >Someone said there is no limit to what we, as women, can accomplish. Gather in crowds and banish the Russian military occupants from their cities, courageously give birth...</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-13104 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13104"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/09/BdetectThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13104" ><h3 class="post-title" >Skin scan that helps diagnose melanoma early - Bdetect</h3></a><div class="post-description" >Melanoma is one of the most common types of cancers in the world - and Bdetect is offering a solution for early diagnostics, which could save lives and help healthcare systems save their resources.</div></div><div class="rowElement-13018 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13018"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/06/FermentfulThumb.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=13018" ><h3 class="post-title" >Fermented green buckwheat support for the gut microbiome - Fermentful</h3></a><div class="post-description" >Gut microbiome is getting linked to almost every function of our body how well do we take care of these friendly bacteria of ours?</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-12924 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12924"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/04/SepsiscanThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12924" ><h3 class="post-title" >Sepsis diagnosis with pictures - Sepsiscan</h3></a><div class="post-description" >Compared to other more frequent causes of death, sepsis is a pathology that can often be effectively treated - if it is diagnosed in time. That is where Sepsiscan comes in – with a device that photographs skin and measures microcirculation of blood.</div></div><div class="rowElement-12853 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12853"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2024/02/AlgaeTreeThumb.png"></div></a><div class="post-tags" >Startup story, MedTech - 7 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12853" ><h3 class="post-title" >Improving indoor air quality - Algae Tree</h3></a><div class="post-description" >Indoor space air quality is a long-known issue, and has become especially relevant since the pandemic. Unfortunately, not all windows can be opened, and not all windows offer fresh air and quiet. Our active brains need oxygen, and perhaps algae could help?</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-12751 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12751"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/11/PrintyMedThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12751" ><h3 class="post-title" >Heart valves from spider silk - PrintyMed</h3></a><div class="post-description" >PrintyMed is creating artificial spider silk for use in repairing tissue and printing organs.</div></div><div class="rowElement-12645 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12645"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/09/CellboxLabsThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12645" ><h3 class="post-title" >Growing organs on chips - Cellbox Labs</h3></a><div class="post-description" >As the field of precision medicine is rapidly growing worldwide, Cellbox Labs is a Latvian startup that is on the front lines of developing technology for it.</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-12556 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12556"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/06/LongenesisThumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12556" ><h3 class="post-title" >Innovating the field of research itself - Longenesis</h3></a><div class="post-description" >Research and innovation are tightly linked - and what a better way to innovate than to innovate research itself! Longenesis is pushing forward the field of research in Latvia and beyond.</div></div><div class="rowElement-12508 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12508"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/06/LSA-Web-Featured-Banner-548x384-1.png"></div></a><div class="post-tags" >Startin.LV news - 3 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12508" ><h3 class="post-title" >Latvian Startup Awards Hits the Town</h3></a><div class="post-description" >Lo and behold, the day has arrived when we announce the birth of the first-ever Latvian Startup Awards! And while our team is busy with arranging smooth application and evaluation stages, the date of the award ceremony has been officially unveiled.</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-12409 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12409"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/05/BirgerMind_Thumbnail.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12409" ><h3 class="post-title" >Controlling computers with your thoughts - BirgerMind</h3></a><div class="post-description" >Becoming locked inside your body without the means to communicate is a terrible fate. But BirgerMind shows that even when a person can't move a single muscle - their mind can be enough to control computers and communicate!</div></div><div class="rowElement-12272 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12272"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/03/MedonFeatured.png"></div></a><div class="post-tags" >Startup story, MedTech - 10 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12272" ><h3 class="post-title" >Telemedicine innovation in Latvia - Medon</h3></a><div class="post-description" >The pandemic brought telemedicine to the forefront of healthcare. Read about the state of telemedicine in Latvia, it’s value to doctors and patients, and how Medon is innovating it!</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-12184 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12184"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/02/Screenshot-2023-02-15-at-17.08.32-1.png"></div></a><div class="post-tags" >Lobby & Politics - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Olga BG</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12184" ><h3 class="post-title" >Latvijas jaunuzņēmumu ekosistēma: cīņa par 400 000 EUR (LAT/ENG)</h3></a><div class="post-description" >Latvian Startup Ecosystem: Battle for the Inglorious 400,000 EUR</div></div><div class="rowElement-12141 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12141"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2023/02/Copy-of-How-long-have-you-been-a-member-of-Startin.LV_-1.png"></div></a><div class="post-tags" >Startin.LV news - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=12141" ><h3 class="post-title" >What startups want (Startin.LV members survey results, 2023)</h3></a><div class="post-description" >For the second year running, we love kicking off the new year by getting the inside scoop from our members through a survey. That helps us to understand what we’re nailing as an association and where we’ve got room for growth.</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-11976 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11976"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/09/Untitled-design-3-3.png"></div></a><div class="post-tags" >Ecosystem - 7 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11976" ><h3 class="post-title" >FinTech Trajectory — ECOMMPAY Perspective</h3></a><div class="post-description" >FinTech is one of the busiest sectors of the startup world — after all, no matter what business you have, as long as you want your financial infrastructure to be modern, you will have to delve into FinTech.</div></div><div class="rowElement-11703 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11703"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog9_1-e1665754205911.png"></div></a><div class="post-tags" >Startin.LV news - 3 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11703" ><h3 class="post-title" >Latvian Startup Database Got Upgraded</h3></a><div class="post-description" >Say hello to the upgraded Startin.LV Startup Database — your primary destination for Latvian startup overview.</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-11784 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11784"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog8_1.jpg"></div></a><div class="post-tags" >Startup story - 9 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11784" ><h3 class="post-title" >Sonarworks: Setting the Standard for Sound</h3></a><div class="post-description" >Founded in 2012, Sonarworks is one of the first and biggest deep tech startups in Latvia. The founders, Helmuts Bēms and Mārtiņš Popelis, have solidified themselves as two of the most successful...</div></div><div class="rowElement-11980 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11980"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/12/Images-for-Startin.LV-website-6.png"></div></a><div class="post-tags" >Lobby & Politics - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Startin.LV</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11980" ><h3 class="post-title" >Viedoklis par Ekonomikas ministrijas teikto par startup nozari</h3></a><div class="post-description" >31. maijā vairākos mediju kanālos, tai skaitā LSM un Jauns.lv, bija lasāms raksts par valdības apstiprināto ziņojumu “Par Jaunuzņēmumu darbības atbalsta likuma īstenošanu”...</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-11987 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11987"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/05/Images-for-Startin.LV-website-8.png"></div></a><div class="post-tags" >Startin.LV news - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11987" ><h3 class="post-title" >Startin.LV news: What’s the hidden part of the iceberg?</h3></a><div class="post-description" >It seems that doing things in silence without sharing progress with the public is a part of our Latvian introvert mentality. But then you realise you need to break the habit and start TALKING about your deeds...</div></div><div class="rowElement-11984 individual-row-element_2" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11984"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/12/Images-for-Startin.LV-website-7.png"></div></a><div class="post-tags" >Startup story - 9 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Eduards Ritums</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11984" ><h3 class="post-title" >Whimsical: Returning to Latvia with a Bang!</h3></a><div class="post-description" >After a recent $30M in Series A funding on top of angel investor support, Whimsical has solidified its place as an exceptionally successful and rapidly growing startup.</div></div></div><div class="tablet-only grid-view-spacer" ></div><div class="tablet-only grid-view-row" ><div class="tablet-only grid-whitespace" ></div><div class="rowElement-11698 individual-row-element_1" ><a class="image-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11698"><div class="image-post-wrapper" ><img class="image-element"  src="https://startin.lv/wp-content/uploads/2022/10/blog12_1-e1665754438976.png"></div></a><div class="post-tags" >Ecosystem - 5 minute read</div><div class="post-tags" style="margin: -24px 0 0 0 !important; padding-bottom: 12px;">Written by Alina Silina</div><a class="title-wrapper" href="https://startin.lv/?post_type=learn_blog_post&#038;p=11698" ><h3 class="post-title" >8 Latvian startup initiatives powered by inspiring women</h3></a><div class="post-description" >Someone said there is no limit to what we, as women, can accomplish. Gather in crowds and banish the Russian military occupants from their cities, courageously give birth...</div></div></div></div></div></div><style>

      /* desktop */
div.header-post-wrapper {
    margin-bottom: 20px;
}
div.et-animated-content {
    padding-top: 130px !important;
}
div.divider-div:before {border-top-color: #c73355 !important; border-top-width: 3px !important; width: auto; top: 0px; right: 0px; left: 0px; content:""; height: 1px; border-top: 1px solid rgba(0,0,0,.1); position: absolute;} .et_pb_divider_internal {display: inline-block; width: 100%;}
div.banner-2 {
    padding: 27px 0;
}
div.costum-view{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center; padding:0 0em 1em;
}

div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular{
    background-image: url(https://startin.lv/wp-content/uploads/2020/11/learnmorebg.jpg)!important;
    padding: 54px 0;
    width: 100vw !important;
}

div.et_pb_row.et_pb_row_0{
    padding: 27px 0;
}

div.et_pb_column.et_pb_column_4_4.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough.et-last-child{
    float: left;
    position: relative;
    z-index: 2;
    min-height: 1px;
}

div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light
div.et_pb_text_inner h3{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
    text-align: center;
}

p.page-title-description{
    text-align:start;
    width:90%;
    max-width:1250px;
    font-size: 15px;
    margin: 50px 0 50px 0;
    padding: 0 10px 0px 10px;
}

div.main-block{
    display:flex;
    flex-direction:column;
    width:90%;
    max-width:1250px;
}

div.header-post-wrapper{
    display:flex;
}

div.categories-wrapper{
    width:21%;
    display:flex;
    flex-direction: column;
    padding-right:130px;
}

h3.category-heading-title{
    font-weight: 600;
    color: #C73355;
    font-size: 23px;
    padding-bottom: 25px;
}

h3.active-category-selection{
    font-weight:700;
    font-size:20px;
    padding:25px 0px;
    color: #C73355;
}

h3.inactive-category-selection{
    font-weight:400;
    font-size:20px !important;
    padding:25px 0px;
}

div.latest-element{
    display:flex;
    align-items:flex-start;
    flex-wrap:nowrap;
    justify-content:space-between;
    background-color:#C73355;
    padding-bottom: 1px !important;
    box-shadow: 8px 0px 8px rgba(0, 0, 0, 0.25);
    width: 915px;
    height: 384px;
    margin-top:25px;
}

div.image-top-post{
    flex-basis:58%;
}

a.image-wrapper div.image-top-post-wrapper{
    height:384px !important;
    width:548px !important;
    overflow:hidden;
    box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
}

div.info-top-post {
    flex-basis:42%;
    display:flex;
    flex-direction:column;
    padding:35px;
}

div.post-latest-tags {
    color:#FFFFFF;
    font-size:13px;
    font-weight:500;
}

h2.post-latest-title{
    color:#FFFFFF;
    margin-top:26px;
    margin-bottom:26px;
}

div.post-latest-description{
    color:#FFFFFF;
    font-size:15px;
    margin-top:0px;
    margin-bottom:20px;
}

div.grid-view-spacer{

    width:100%;
}

div.grid-view-row{
    font-size: 21px;
    width: auto;
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

div.grid-whitespace{
    width: 21%;
}

div.individual-row-element_1{
    color: #f2f2f2;
    width: 275px;
    height: 580px;
    padding-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 19px 0 0px;
}

div.individual-row-element_2 {
        color: #f2f2f2;
        width: 275px;
        height: 580px;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0px 25px;
}
div.individual-row-element_3 {
    color: #f2f2f2;
    width: 275px;
    height: 580px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 19px;
    align-items: center;
}

div.image-post-wrapper{
    position:relative;
}

img.image-element{
    height:195px;
    width:280px;
    position:relative;
    box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
}

div.post-tags{
    color:#666666;
    font-size:13px;
    font-weight:500;
    width:100%;
    margin: 24px 0;
}

a.title-wrapper{
    width:100%;
}

h3.post-title{
    color:#000000;
    width:100%;
    font-size:20px;
    height: 75px;
    line-height: 23px;

}

div.post-description{
    color:#666666;
    font-size:15px;
    margin-top:5px;
    margin-bottom:20px;
    width:100%;
}

div.post-author{
    color:#000000;
    font-size:13px;
    margin-top:auto;
    margin-bottom:20px;
    width:100%;
}

div.scrollable-display-frame {
    display:none;
}

div.mobile-header{
    display:none;
}
ul.tablet {
    display:inline-block; font-size:0; white-space:nowrap; overflow:hidden;
}

.tablet-only{
    display:none !important;
}

@media all and (min-width:425px) and (max-width:619px) {

    div.grid-view-row {
        justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    }
}
/* before tablet */

@media all and (min-width:1285px) {
    .mobile-only {
        display: none;
    }
}

@media all and (min-width:1285px) and (max-width:1425px) {
    div.costum-view{
        padding:0 0em 1em !important;
    }
}
/* tablet */
@media all and (min-width:910px) and (max-width:1284px) {
.tablet {
    display:block;
}
    div.scrollable-section {
            height:calc(100% + 20px); overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch; width: 98%;
        }
        ul.scrollable-section-2 {
            display:inline-block; font-size:0; white-space:nowrap; overflow:hidden; padding:0px !important;
        }
        li.scrollable-section-item {
            padding:5px 10px; display:inline-block; vertical-align:top; font-size:15px; line-height:1;
        }
        h3.scrollable-section-title-active {
            font-weight:600;font-size: 22px;padding: 15px 0px;color: #C73355;
        }
        h3.scrollable-section-title {
            font-weight:400;font-size: 22px;padding: 15px 0px;
        }
    div.tablet-only.grid-view-row {
        margin: 0 50px 0 50px;
    }
}
@media all and (min-width:426px) and (max-width:1284px) {

div.desktop-only.grid-view-spacer, div.desktop-only.grid-view-row{
    display:none;
}

div.tablet-only.grid-view-spacer{
    display:block !important;
}

div.tablet-only.grid-view-row{
    display:flex !important;
}

    div.costum-view {
    display:flex; flex-direction:column; justify-content:center; align-items: center; padding:0 0.5em 10em;
}
div.banner--1 {
    background-image: url(https://startin.lv/wp-content/uploads/2020/11/learnmorebg.jpg)!important;padding: 30px 0;width: 770px !important; overflow-x: hidden;
}
div.banner-2 {
    padding: 27px 0;
}
div.banner-3 {
    float: left;position: relative;z-index: 2;min-height: 1px;
}
h3.banner-heading {
    font-weight: 700;text-transform: uppercase;font-size: 40px;color: #fff;text-align: center; padding: 0px;
}
div.frame {
    margin-bottom: 30px;
}
p.page-title-description {
    text-align:start; width:90%; max-width:1250px; font-size: 15px;margin: 50px 0 50px 0;padding: 0 10px 0px 10px;
}
div.main-block {
    display:flex; flex-direction:column; width:90%; max-width:1250px;
}
div.header-post-wrapper {
    display:flex; flex-direction:column;
}
div.header-post-wrapper-2 {
    display:flex; flex-direction: column; padding-right:130px;
}
h3.category-heading-title {
    font-weight:600; color:#C73355; font-size:23px;
}
div.scrollable-section {
height:calc(100% + 20px); overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch; width: 88vw;
}
ul.scrollable-section-2 {
    display:inline-block; font-size:0; white-space:nowrap; overflow:hidden;
}
li.scrollable-section-item.item {
    padding:5px 10px; display:inline-block; vertical-align:top; font-size:15px; line-height:1;
}
h3.scrollable-section-title-active {
    font-weight:600;font-size: 18px;padding: 15px 0px;color: #C73355;
}
h3.scrollable-section-title {
    font-weight:400;font-size: 18px;padding: 15px 0px;
}
div.the-latest {
    display: flex;margin-top: 20px;
}
p.fake-button-new {
 background: #C73355;border: 1px solid #C73355;border-radius: 60px;padding: 3px 15px 1px 15px;margin: -3px 0 15px 20px;color: #fff;font-weight: 600;
}
div.latest-element {
display:flex; align-items:flex-start; flex-wrap:nowrap; justify-content:space-between; background-color:#C73355; padding-bottom: 1px; box-shadow: 8px 0px 8px rgba(0, 0, 0, 0.25); width: 681px; height: 540pxpx; margin-top:10px; flex-direction:column;
}
div.image-top-post {
    flex-basis:58%;
}
div.image-top-post-wrapper {
height:395px; width:681px; overflow:hidden; box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
}
div.info-top-post {
   flex-basis:42%; display:flex; flex-wrap:nowrap; flex-direction:column; padding:2em 2em;
}
div.post-latest-tags {
    color:#FFFFFF; font-size:13px; font-weight:500;
}
h2.post-latest-title {
   color:#FFFFFF; margin-top:26px; margin-bottom:26px;
}
div.post-latest-description {
    color:#FFFFFF; font-size:15px; margin-top:0px; margin-bottom:20px;
}
div.grid-view-spacer {
    padding:12px 0px; width:100%;
}
div.grid-view-row {
    width:auto; display:flex; flex-wrap: wrap; align-items: flex-start; position:relative; font-size:21px; margin: 0 0 0 0;
}
div.individual-row-element-1 {
    color: #f2f2f2; width:257px; height:500px; margin:45px 30px 0 50px; padding-left:0px; display:flex; align-items: center; flex-direction:column;
}
div.image-post-wrapper {
    position:relative;
}
img.image-element {
      position:relative; box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
}
div.post-tags {
    color:#666666; font-size:13px; font-weight:500; width:100%; margin: 24px 0;
}
div.post-description {
    color:#666666; font-size:15px; margin-top:0px; margin-bottom:20px; width:100%;
}
div.post-author {
    color:#000000; font-size:13px; margin-top:auto; margin-bottom:20px; width:100%;
}
ul.tablet {
    padding:0px !important;
}
a.title-wrapper {
width:100%;
}
h3.post-title {
color:#000000; width:100%; font-size:20px; height: 80px;
}
div.post-description {
color:#666666; font-size:15px; margin-top:0px; margin-bottom:20px; width:100%;
}
div.post-author {
color:#000000; font-size:13px; margin-top:auto; margin-bottom:20px; width:100%;
}
div.individual-row-element-2 {
color: #f2f2f2; width:257px; height:500px; margin: 0px 0 0 25px !important; padding-right:0px; display:flex; align-items: center; flex-direction:column;
}
img.image-element {
        height:211px;
        width: 320px;
    }
    div.individual-row-element_1 {
        width:320px;
        margin: 0px 0 0 0px !important;
    }
    div.individual-row-element_2 {
        width:320px;
        margin: 0px 0 0 0px !important;
    }
    div.individual-row-element_3 {
        width:320px;
        margin: 0px 0 0 0px !important;
    }

    div.grid-view-row {
        width: auto;
    display: flex;
    position: relative;
    font-size: 21px;
    margin: 0 0 0 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    }
    .desk {
            display: none;
        }
        .mobile-only {
            display:block;
        }
    a.image-wrapper div.image-top-post-wrapper {
        width: 88.411vw !important;
        height: 477px !important;
    }
    img {
        width:88.411vw;
    }
    div.latest-element {
        height:737px;
        width: 88.411vw;
    }

}
@media all and (min-width:620px) and (max-width:1284px) {
    div.individual-row-element_1 {
        width:320px;
        margin: 0px 19px 0 0px !important;
    }
    div.individual-row-element_2 {
        width:320px;
        margin: 0px 0 0 19px !important;
    }

}

/* mobile */

@media all and (max-width:426px) {

        #page-container {
            margin-top: -35px;
        }
        div.et-animated-content {
            padding-top: 30px !important;
        }
        .desk {
            display: none;
        }

        div.et-l {
                  display: none;
              }
              div.divider-div:before {border-top-color: #c73355 !important; border-top-width: 3px !important; width: auto; top: 0px; right: 0px; left: 0px; content:""; height: 1px; border-top: 1px solid rgba(0,0,0,.1); position: absolute;} .et_pb_divider_internal {display: inline-block; width: 100%;}

              div.costum-view {
        display:flex; flex-direction:column; justify-content:center; align-items: center; padding:0 0.5em 1em;margin-bottom:100px;
        }
        div.banner--1 {
        background-image: url(https://startin.lv/wp-content/uploads/2020/11/learnmorebg.jpg)!important;padding: 20px 0;width: 380px !important; overflow-x: hidden;
        }
        div.banner-2 {
            padding: 27px 0;
        }
        div.banner-3 {
            float: left;position: relative;z-index: 2;min-height: 1px;
        }
        h3.banner-heading {
            font-weight: 700;text-transform: uppercase;font-size: 25px;color: #fff;text-align: center; padding: 0px;
        }
        h3 {
            padding-bottom: 0 !important;
        }
        div.frame {
            margin-bottom: 50px;
        }
        p.page-title-description {
            text-align:start; width:90%; max-width:1250px; font-size: 15px;margin: 50px 0 50px 0;padding: 0 10px 0px 10px;
        }
        div.main-block {
            display:flex; flex-direction:column; width:90%; max-width:1250px;
        }
        div.header-post-wrapper {
            display:flex; flex-direction:column;
        }
        div.header-post-wrapper-2 {
            display:flex; flex-direction: column;
        }
        h3.category-heading-title {
            font-weight:600; color:#C73355; font-size:25px; margin-bottom: 10px;
        }
        div.scroll-menu-mobile {
            margin-bottom: 30px;
        }
        div.scrollable-section {
            height:calc(100% + 20px); overflow-x: scroll; overflow-y: hidden; -webkit-overflow-scrolling: touch; width: 98%;
        }
        ul.scrollable-section-2 {
            display:inline-block; font-size:0; white-space:nowrap; overflow:hidden; padding:0px !important;
        }
        li.scrollable-section-item {
            padding:5px 10px; display:inline-block; vertical-align:top; font-size:15px; line-height:1;
        }
        h3.scrollable-section-title-active {
            font-weight:600;font-size: 22px;padding: 15px 0px;color: #C73355;
        }
        h3.scrollable-section-title {
            font-weight:400;font-size: 22px;padding: 15px 0px;
        }
        div.the-latest {
            display: flex;margin-top: 20px;
        }
        p.fake-button-new {
            background: #C73355;border: 1px solid #C73355;border-radius: 60px;padding: 3px 15px 3px 15px !important;margin: -3px 0 15px 20px;color: #fff;font-weight: 600;
        }
        div.latest-element {
            display:flex;
            align-items:flex-start;
            flex-wrap:nowrap;
            justify-content:space-between;
            background-color:#C73355;
            padding-bottom: 1px;
            box-shadow: 8px 0px 8px rgba(0, 0, 0, 0.25);
            width: 86.957vw;
            height: 603px !important;
            margin-top:10px;
            flex-direction:column;
            margin-bottom: 50px;
        }
        img {
            width: 86.957vw;
            height: 60.386vw;
        }
        div.image-top-post {
            flex-basis:58%;
        }
        div.image-top-post-wrapper {
            height:220px; width:325px; overflow:hidden; box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
        }
        div.info-top-post {
            flex-basis:42%; display:flex; flex-wrap:nowrap; flex-direction:column; padding:2em 2em;
        }
        div.post-latest-tags {
            color:#FFFFFF; font-size:13px; font-weight:500;
        }
        h2.post-latest-title {
            color:#FFFFFF; margin-top:26px; margin-bottom:26px;
        }
        div.post-latest-description {
            color:#FFFFFF; font-size:15px; margin-top:0px; margin-bottom:20px;
        }
        div.grid-view-spacer {
            display:none;
        }
        div.grid-view-row {
            width:auto; display:flex; flex-wrap: wrap; align-items: flex-start; position:relative; font-size:21px; margin: 0 0 0 0; justify-content: center;
        }
        div.grid-whitespace {
            width:20%
        }
        div.individual-row-element_1 {
            width: 325px !important;
            height: 520px !important;
            margin: 0 0 25px 0 !important;
        }
        div.image-post-wrapper {
            position:relative;
        }
        img.image-element {
            height:190px !important; width:100%; position:relative; box-shadow:4px 0px 10px rgba(0, 0, 0, 0.25);
        }
        div.post-tags {
            color:#666666; font-size:13px; font-weight:500; width:100%; margin: 16px 0; margin-top:20px;
        }
        div.post-title {
            color:#000000; width:100%; font-size:20px; height: 50px;
        }
        div.post-description {
            color:#666666; font-size:15px; margin-top:10px; margin-bottom:20px; width:100%;

        }
        div.post-author {
            color:#000000; font-size:13px; margin-top:auto; margin-bottom:20px; width:100%;

        }
        a.title-wrapper {
            width:100%;

        }
        div.individual-row-element_2 {
            width: 325px !important;
            height: 520px !important;
            margin: 0px 0 25px 0px !important;
        }
        img.image-element {
            height: 190px !important;
            width: 100%;
            position: relative;
            box-shadow: 4px 0px 10px rgb(0 0 0 / 25%);
        }
        div.individual-row-element_3 {
            width: 325px !important;
            height: 520px !important;
            margin: 0 0 25px 0 !important;
        }

        a.image-wrapper div.image-top-post-wrapper {
            width: 86.957vw !important;
            height: 60.386vw !important;
        }
        .image-wrapper {
            width: 86.957vw !important;
            height: 60.386vw !important;
        }
        .et_pb_section_0.et_pb_section {
            padding-top: 89px !important;
        }
        img.image-element {
    height: 60vw !important;
    width: 86.957vw !important;
}
 div.individual-row-element_1 {
    color: #f2f2f2;
    width: 86.957vw !important;
    height: 520px;
    margin: 0 0 45px 0;
    padding-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
        }
div.individual-row-element_2 {
    color: #f2f2f2;
    width: 86.957vw !important;
    height: 520px;
    margin: 0 0 45px 0;
    padding-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
        }
div.individual-row-element_3 {
    color: #f2f2f2;
    width: 86.957vw !important;
    height: 520px;
    margin: 0 0 45px 0;
    padding-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;


}

 </style>{"id":7083,"date":"2022-08-10T09:28:23","date_gmt":"2022-08-10T09:28:23","guid":{"rendered":"https:\/\/startin.lv\/?page_id=7083"},"modified":"2023-03-07T12:29:10","modified_gmt":"2023-03-07T12:29:10","slug":"learn-blog","status":"publish","type":"page","link":"https:\/\/startin.lv\/lv\/learn-blog\/","title":{"rendered":"Learn Page &#8211; Blog"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;12px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;1250px&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code raw_content_last_edited=&#8221;off|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<script><!-- [et_pb_line_break_holder] -->window.onload = (event) => {  <!-- [et_pb_line_break_holder] -->  let eElement = document.head;<!-- [et_pb_line_break_holder] -->  let bElement = document.body;<!-- [et_pb_line_break_holder] -->\tlet newFirstElement = document.createElement('script'); \/\/element which should be first in E<!-- [et_pb_line_break_holder] -->  let newSecondElement = document.createElement('noscript');<!-- [et_pb_line_break_holder] -->  newFirstElement.innerHTML = \"(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https:\/\/www.googletagmanager.com\/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-N7TD2V6')\";<!-- [et_pb_line_break_holder] -->newSecondElement.innerHTML = '<iframe loading=\"lazy\" src=\"https:\/\/www.googletagmanager.com\/ns.html?id=GTM-N7TD2V6\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"><\/iframe>';<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->\teElement.insertBefore(newFirstElement, eElement.firstChild);<!-- [et_pb_line_break_holder] -->  bElement.insertBefore(newSecondElement, bElement.firstChild);<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->};<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.7.4&#8243; background_color=&#8221;#f2f2f2&#8243; custom_margin=&#8221;-12px|||||&#8221; custom_padding=&#8221;40px||40px||true|false&#8221; global_module=&#8221;2146&#8243; saved_tabs=&#8221;all&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.16&#8243; max_width=&#8221;1250px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/startin.lv\/wp-content\/uploads\/2020\/11\/logobig.png&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; header_6_font=&#8221;|||on|||||&#8221; header_6_font_size=&#8221;18px&#8221; custom_margin=&#8221;||-1px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h6><strong>Pages<\/strong><\/h6>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.18.0&#8243; text_font=&#8221;|700|||||||&#8221; text_text_color=&#8221;#373737&#8243; global_colors_info=&#8221;{}&#8221;]<a href=\"https:\/\/startin.lv\/index.php\/learn-more\/\">Learn More<\/a><br \/>\n<a href=\"https:\/\/startin.lv\/index.php\/board-and-team\/\">Board and Team<\/a><br \/>\n<a href=\"https:\/\/startin.lv\/about-startinlv\/\">About Startin.LV<\/a><br \/>\n<a href=\"https:\/\/startin.lv\/index.php\/members\/\">Members<\/a><br \/>\n<a href=\"https:\/\/medium.com\/@startinLV\" target=\"_blank\" rel=\"noopener noreferrer\">Blog<\/a><br \/>\n<a href=\"https:\/\/startin.lv\/index.php\/contact-us\/\">Contact Us<\/a><a href=\"https:\/\/startin.lv\/index.php\/contact-us\/\"><\/a><a href=\"https:\/\/startin.lv\/index.php\/contact-us\/\"><\/a><a href=\"https:\/\/startin.lv\/index.php\/contact-us\/\"><\/a><br \/>\n<a href=\"https:\/\/startin.lv\/cookie-policy\/\">Cookie Policy<\/a><br \/>\n<a href=\"https:\/\/startin.lv\/privacy-policy\/\">Privacy Policy<\/a>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; header_6_font=&#8221;|||on|||||&#8221; header_6_font_size=&#8221;18px&#8221; custom_margin=&#8221;||-1px|0px||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h6><strong>SUBSCRIBE TO OUR NEWSLETTER<\/strong><\/h6>\n<p>[\/et_pb_text][et_pb_contact_form captcha=&#8221;off&#8221; email=&#8221;info@startin.lv&#8221; custom_message=&#8221;Pieteikums Newsletter||et_pb_line_break_holder||||et_pb_line_break_holder||Epasts: %%Email%%&#8221; success_message=&#8221;Thank you for subscribing!&#8221; submit_button_text=&#8221;SUBSCRIBE&#8221; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Contact Form&#8221; module_class=&#8221;custom-form subscribe-form&#8221; _builder_version=&#8221;4.18.0&#8243; _unique_id=&#8221;41285f6f-5c7c-412f-8a5e-5d96c805d1b6&#8243; form_field_custom_padding=&#8221;|9px||9px|false|true&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#ffffff&#8221; button_bg_color=&#8221;#c73355&#8243; button_border_color=&#8221;#c73355&#8243; button_font=&#8221;|600|||||||&#8221; button_custom_margin=&#8221;|||0px|false|false&#8221; button_custom_padding=&#8221;||||false|true&#8221; custom_margin=&#8221;|||4px||&#8221; custom_padding=&#8221;|||8px|false|false&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_contact_field field_id=&#8221;Email&#8221; field_title=&#8221;Your E-mail&#8221; field_type=&#8221;email&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.16&#8243; form_field_background_color=&#8221;rgba(0,0,0,0)&#8221; custom_padding=&#8221;|||0px|false|false&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#c73355&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][\/et_pb_contact_form][et_pb_code _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style type=\"text\/css\">@import url(\"https:\/\/assets.mlcdn.com\/fonts.css?version=1667811\");<\/style>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<style type=\"text\/css\"><!-- [et_pb_line_break_holder] -->    \/* LOADER *\/<!-- [et_pb_line_break_holder] -->    .ml-form-embedSubmitLoad {<!-- [et_pb_line_break_holder] -->      display: inline-block;<!-- [et_pb_line_break_holder] -->      width: 20px;<!-- [et_pb_line_break_holder] -->      height: 20px;<!-- [et_pb_line_break_holder] -->      <!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    .g-recaptcha {<!-- [et_pb_line_break_holder] -->    transform: scale(1);<!-- [et_pb_line_break_holder] -->    -webkit-transform: scale(1);<!-- [et_pb_line_break_holder] -->    transform-origin: 0 0;<!-- [et_pb_line_break_holder] -->    -webkit-transform-origin: 0 0;<!-- [et_pb_line_break_holder] -->    height: ;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    .sr-only {<!-- [et_pb_line_break_holder] -->      position: absolute;<!-- [et_pb_line_break_holder] -->      width: 1px;<!-- [et_pb_line_break_holder] -->      height: 1px;<!-- [et_pb_line_break_holder] -->      padding: 0;<!-- [et_pb_line_break_holder] -->      margin: -1px;<!-- [et_pb_line_break_holder] -->      overflow: hidden;<!-- [et_pb_line_break_holder] -->      clip: rect(0,0,0,0);<!-- [et_pb_line_break_holder] -->      border: 0;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    .ml-form-embedSubmitLoad:after {<!-- [et_pb_line_break_holder] -->      content: \" \";<!-- [et_pb_line_break_holder] -->      display: block;<!-- [et_pb_line_break_holder] -->      width: 11px;<!-- [et_pb_line_break_holder] -->      height: 11px;<!-- [et_pb_line_break_holder] -->      margin: 1px;<!-- [et_pb_line_break_holder] -->      border-radius: 50%;<!-- [et_pb_line_break_holder] -->      border: 4px solid #fff;<!-- [et_pb_line_break_holder] -->    border-color: #ffffff #ffffff #ffffff transparent;<!-- [et_pb_line_break_holder] -->    animation: ml-form-embedSubmitLoad 1.2s linear infinite;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    @keyframes ml-form-embedSubmitLoad {<!-- [et_pb_line_break_holder] -->      0% {<!-- [et_pb_line_break_holder] -->      transform: rotate(0deg);<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      100% {<!-- [et_pb_line_break_holder] -->      transform: rotate(360deg);<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer {<!-- [et_pb_line_break_holder] -->        box-sizing: border-box;<!-- [et_pb_line_break_holder] -->        display: table;<!-- [et_pb_line_break_holder] -->        margin: 0 auto;<!-- [et_pb_line_break_holder] -->        position: static;<!-- [et_pb_line_break_holder] -->        width: 100% !important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer h4,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer p,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer span,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer button {<!-- [et_pb_line_break_holder] -->        text-transform: none !important;<!-- [et_pb_line_break_holder] -->        letter-spacing: normal !important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper {<!-- [et_pb_line_break_holder] -->        background-color: #f2f2f2;<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        border-width: 0px;<!-- [et_pb_line_break_holder] -->        border-color: transparent;<!-- [et_pb_line_break_holder] -->        border-radius: 0px;<!-- [et_pb_line_break_holder] -->        border-style: solid;<!-- [et_pb_line_break_holder] -->        box-sizing: border-box;<!-- [et_pb_line_break_holder] -->        display: inline-block !important;<!-- [et_pb_line_break_holder] -->        margin: 0;<!-- [et_pb_line_break_holder] -->        padding: 0;<!-- [et_pb_line_break_holder] -->        position: relative;<!-- [et_pb_line_break_holder] -->              }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 400px; }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 400px; width: 100%; }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-align-left { text-align: left; }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-align-center { text-align: center; }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-align-right { text-align: right; }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {<!-- [et_pb_line_break_holder] -->        border-top-left-radius: 0px;<!-- [et_pb_line_break_holder] -->        border-top-right-radius: 0px;<!-- [et_pb_line_break_holder] -->        height: auto;<!-- [et_pb_line_break_holder] -->        margin: 0 auto !important;<!-- [et_pb_line_break_holder] -->        max-width: 100%;<!-- [et_pb_line_break_holder] -->        width: undefinedpx;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {<!-- [et_pb_line_break_holder] -->        padding: 0px 0 0px;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {<!-- [et_pb_line_break_holder] -->        padding-bottom: 0;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {<!-- [et_pb_line_break_holder] -->        text-align: left;<!-- [et_pb_line_break_holder] -->        margin: 0 0 20px 0;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {<!-- [et_pb_line_break_holder] -->        color: #000000;<!-- [et_pb_line_break_holder] -->        font-family: sans-serif;<!-- [et_pb_line_break_holder] -->        font-size: 30px;<!-- [et_pb_line_break_holder] -->        font-weight: 400;<!-- [et_pb_line_break_holder] -->        margin: 0 0 10px 0;<!-- [et_pb_line_break_holder] -->        text-align: left;<!-- [et_pb_line_break_holder] -->        word-break: break-word;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {<!-- [et_pb_line_break_holder] -->        color: #000000;<!-- [et_pb_line_break_holder] -->        font-family: sans-serif;<!-- [et_pb_line_break_holder] -->        font-size: 14px;<!-- [et_pb_line_break_holder] -->        font-weight: 400;<!-- [et_pb_line_break_holder] -->        line-height: 20px;<!-- [et_pb_line_break_holder] -->        margin: 0 0 10px 0;<!-- [et_pb_line_break_holder] -->        text-align: left;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {<!-- [et_pb_line_break_holder] -->        color: #000000;<!-- [et_pb_line_break_holder] -->        font-family: sans-serif;<!-- [et_pb_line_break_holder] -->        font-size: 14px;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {<!-- [et_pb_line_break_holder] -->        list-style-type: lower-alpha;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {<!-- [et_pb_line_break_holder] -->        list-style-type: lower-roman;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {<!-- [et_pb_line_break_holder] -->        color: #000000;<!-- [et_pb_line_break_holder] -->        text-decoration: underline;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {<!-- [et_pb_line_break_holder] -->        text-align: left!important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {<!-- [et_pb_line_break_holder] -->        margin-bottom: 5px;<!-- [et_pb_line_break_holder] -->        color: #333333;<!-- [et_pb_line_break_holder] -->        font-size: 14px;<!-- [et_pb_line_break_holder] -->        font-family: sans-serif;<!-- [et_pb_line_break_holder] -->        font-weight: bold; font-style: normal; text-decoration: none;;<!-- [et_pb_line_break_holder] -->        display: inline-block;<!-- [et_pb_line_break_holder] -->        line-height: 20px;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {<!-- [et_pb_line_break_holder] -->        margin: 0;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {<!-- [et_pb_line_break_holder] -->        margin: 0;<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {<!-- [et_pb_line_break_holder] -->        margin: 0 0 4px 0;<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->        border-bottom:2px solid #c73355 !important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {<!-- [et_pb_line_break_holder] -->        float: left;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {<!-- [et_pb_line_break_holder] -->        margin: 0;<!-- [et_pb_line_break_holder] -->        padding: 0 0 20px 0;<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->        height: auto;<!-- [et_pb_line_break_holder] -->        float: left;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {<!-- [et_pb_line_break_holder] -->        margin: 0 0 10px 0;<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {<!-- [et_pb_line_break_holder] -->        margin: 0;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {<!-- [et_pb_line_break_holder] -->        margin: 0;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {<!-- [et_pb_line_break_holder] -->        background-color: #f2f2f2 !important;<!-- [et_pb_line_break_holder] -->        color: #999 !important;<!-- [et_pb_line_break_holder] -->        border-color: #f2f2f2;<!-- [et_pb_line_break_holder] -->        border-radius: 4px !important;<!-- [et_pb_line_break_holder] -->        border-style: solid !important;<!-- [et_pb_line_break_holder] -->        border-width: 1px !important;<!-- [et_pb_line_break_holder] -->        font-family: sans-serif;<!-- [et_pb_line_break_holder] -->        font-size: 14px !important;<!-- [et_pb_line_break_holder] -->        height: auto;<!-- [et_pb_line_break_holder] -->        line-height: 21px !important;<!-- [et_pb_line_break_holder] -->        margin-bottom: 0;<!-- [et_pb_line_break_holder] -->        margin-top: 0;<!-- [et_pb_line_break_holder] -->        margin-left: 0;<!-- [et_pb_line_break_holder] -->        margin-right: 0;<!-- [et_pb_line_break_holder] -->        padding: 10px 10px !important;<!-- [et_pb_line_break_holder] -->        width: 100% !important;<!-- [et_pb_line_break_holder] -->        box-sizing: border-box !important;<!-- [et_pb_line_break_holder] -->        max-width: 100% !important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #999; }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #999; }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #999; }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #999; }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {<!-- [et_pb_line_break_holder] -->        background-color: #f2f2f2 !important;<!-- [et_pb_line_break_holder] -->        color: #999 !important;<!-- [et_pb_line_break_holder] -->        border-color: #f2f2f2;<!-- [et_pb_line_break_holder] -->        border-radius: 4px !important;<!-- [et_pb_line_break_holder] -->        border-style: solid !important;<!-- [et_pb_line_break_holder] -->        border-width: 1px !important;<!-- [et_pb_line_break_holder] -->        font-family: 'sans-seri';<!-- [et_pb_line_break_holder] -->        font-size: 14px !important;<!-- [et_pb_line_break_holder] -->        height: auto;<!-- [et_pb_line_break_holder] -->        line-height: 21px !important;<!-- [et_pb_line_break_holder] -->        margin-bottom: 0;<!-- [et_pb_line_break_holder] -->        margin-top: 0;<!-- [et_pb_line_break_holder] -->        padding: 10px 10px !important;<!-- [et_pb_line_break_holder] -->        width: 100% !important;<!-- [et_pb_line_break_holder] -->        box-sizing: border-box !important;<!-- [et_pb_line_break_holder] -->        max-width: 100% !important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {<!-- [et_pb_line_break_holder] -->          border-color: #f2f2f2!important;<!-- [et_pb_line_break_holder] -->          background-color: #f2f2f2!important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=\"checkbox\"]{<!-- [et_pb_line_break_holder] -->        box-sizing: border-box;<!-- [et_pb_line_break_holder] -->        padding: 0;<!-- [et_pb_line_break_holder] -->        position: absolute;<!-- [et_pb_line_break_holder] -->        z-index: -1;<!-- [et_pb_line_break_holder] -->        opacity: 0;<!-- [et_pb_line_break_holder] -->        margin-top: 5px;<!-- [et_pb_line_break_holder] -->        margin-left: -1.5rem;<!-- [et_pb_line_break_holder] -->        overflow: visible;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {<!-- [et_pb_line_break_holder] -->        border-radius: 4px!important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {<!-- [et_pb_line_break_holder] -->        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'\/%3e%3c\/svg%3e\");<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {<!-- [et_pb_line_break_holder] -->        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'\/%3e%3c\/svg%3e\");<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before  {<!-- [et_pb_line_break_holder] -->          border-color: #c73355!important;<!-- [et_pb_line_break_holder] -->          background-color: #c73355!important;<!-- [et_pb_line_break_holder] -->          color: #ffffff!important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {<!-- [et_pb_line_break_holder] -->           top: 2px;<!-- [et_pb_line_break_holder] -->           box-sizing: border-box;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {<!-- [et_pb_line_break_holder] -->           top: 0px!important;<!-- [et_pb_line_break_holder] -->           box-sizing: border-box!important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {<!-- [et_pb_line_break_holder] -->        top: 0px!important;<!-- [et_pb_line_break_holder] -->           box-sizing: border-box!important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->       #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {<!-- [et_pb_line_break_holder] -->            top: 0px!important;<!-- [et_pb_line_break_holder] -->            box-sizing: border-box!important;<!-- [et_pb_line_break_holder] -->            position: absolute;<!-- [et_pb_line_break_holder] -->            left: -1.5rem;<!-- [et_pb_line_break_holder] -->            display: block;<!-- [et_pb_line_break_holder] -->            width: 1rem;<!-- [et_pb_line_break_holder] -->            height: 1rem;<!-- [et_pb_line_break_holder] -->            content: \"\";<!-- [et_pb_line_break_holder] -->       }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {<!-- [et_pb_line_break_holder] -->        top: 0px!important;<!-- [et_pb_line_break_holder] -->        box-sizing: border-box!important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {<!-- [et_pb_line_break_holder] -->          position: absolute;<!-- [et_pb_line_break_holder] -->          top: 4px;<!-- [et_pb_line_break_holder] -->          left: -1.5rem;<!-- [et_pb_line_break_holder] -->          display: block;<!-- [et_pb_line_break_holder] -->          width: 16px;<!-- [et_pb_line_break_holder] -->          height: 16px;<!-- [et_pb_line_break_holder] -->          pointer-events: none;<!-- [et_pb_line_break_holder] -->          content: \"\";<!-- [et_pb_line_break_holder] -->          background-color: #ffffff;<!-- [et_pb_line_break_holder] -->          border: #adb5bd solid 1px;<!-- [et_pb_line_break_holder] -->          border-radius: 50%;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {<!-- [et_pb_line_break_holder] -->          position: absolute;<!-- [et_pb_line_break_holder] -->          top: 2px!important;<!-- [et_pb_line_break_holder] -->          left: -1.5rem;<!-- [et_pb_line_break_holder] -->          display: block;<!-- [et_pb_line_break_holder] -->          width: 1rem;<!-- [et_pb_line_break_holder] -->          height: 1rem;<!-- [et_pb_line_break_holder] -->          content: \"\";<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {<!-- [et_pb_line_break_holder] -->          position: absolute;<!-- [et_pb_line_break_holder] -->          top: 4px;<!-- [et_pb_line_break_holder] -->          left: -1.5rem;<!-- [et_pb_line_break_holder] -->          display: block;<!-- [et_pb_line_break_holder] -->          width: 16px;<!-- [et_pb_line_break_holder] -->          height: 16px;<!-- [et_pb_line_break_holder] -->          pointer-events: none;<!-- [et_pb_line_break_holder] -->          content: \"\";<!-- [et_pb_line_break_holder] -->          background-color: #ffffff;<!-- [et_pb_line_break_holder] -->          border: #adb5bd solid 1px;<!-- [et_pb_line_break_holder] -->          border-radius: 50%;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {<!-- [et_pb_line_break_holder] -->          position: absolute;<!-- [et_pb_line_break_holder] -->          top: 0px!important;<!-- [et_pb_line_break_holder] -->          left: -1.5rem;<!-- [et_pb_line_break_holder] -->          display: block;<!-- [et_pb_line_break_holder] -->          width: 1rem;<!-- [et_pb_line_break_holder] -->          height: 1rem;<!-- [et_pb_line_break_holder] -->          content: \"\";<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {<!-- [et_pb_line_break_holder] -->          position: absolute;<!-- [et_pb_line_break_holder] -->          top: 0px!important;<!-- [et_pb_line_break_holder] -->          left: -1.5rem;<!-- [et_pb_line_break_holder] -->          display: block;<!-- [et_pb_line_break_holder] -->          width: 1rem;<!-- [et_pb_line_break_holder] -->          height: 1rem;<!-- [et_pb_line_break_holder] -->          content: \"\";<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {<!-- [et_pb_line_break_holder] -->          background: no-repeat 50%\/50% 50%;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {<!-- [et_pb_line_break_holder] -->          background: no-repeat 50%\/50% 50%;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {<!-- [et_pb_line_break_holder] -->        position: relative;<!-- [et_pb_line_break_holder] -->        display: block;<!-- [et_pb_line_break_holder] -->        min-height: 1.5rem;<!-- [et_pb_line_break_holder] -->        padding-left: 1.5rem;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {<!-- [et_pb_line_break_holder] -->          position: absolute;<!-- [et_pb_line_break_holder] -->          z-index: -1;<!-- [et_pb_line_break_holder] -->          opacity: 0;<!-- [et_pb_line_break_holder] -->          box-sizing: border-box;<!-- [et_pb_line_break_holder] -->          padding: 0;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {<!-- [et_pb_line_break_holder] -->          color: #000000;<!-- [et_pb_line_break_holder] -->          font-size: 12px!important;<!-- [et_pb_line_break_holder] -->          font-family: sans-serif;<!-- [et_pb_line_break_holder] -->          line-height: 22px;<!-- [et_pb_line_break_holder] -->          margin-bottom: 0;<!-- [et_pb_line_break_holder] -->          position: relative;<!-- [et_pb_line_break_holder] -->          vertical-align: top;<!-- [et_pb_line_break_holder] -->          font-style: normal;<!-- [et_pb_line_break_holder] -->          font-weight: 700;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {<!-- [et_pb_line_break_holder] -->        background-color: #f2f2f2 !important;<!-- [et_pb_line_break_holder] -->        color: #999 !important;<!-- [et_pb_line_break_holder] -->        border-color: #f2f2f2;<!-- [et_pb_line_break_holder] -->        border-radius: 4px !important;<!-- [et_pb_line_break_holder] -->        border-style: solid !important;<!-- [et_pb_line_break_holder] -->        border-width: 1px !important;<!-- [et_pb_line_break_holder] -->        font-family: sans-serif;<!-- [et_pb_line_break_holder] -->        font-size: 14px !important;<!-- [et_pb_line_break_holder] -->        line-height: 20px !important;<!-- [et_pb_line_break_holder] -->        margin-bottom: 0;<!-- [et_pb_line_break_holder] -->        margin-top: 0;<!-- [et_pb_line_break_holder] -->        padding: 10px 28px 10px 12px !important;<!-- [et_pb_line_break_holder] -->        width: 100% !important;<!-- [et_pb_line_break_holder] -->        box-sizing: border-box !important;<!-- [et_pb_line_break_holder] -->        max-width: 100% !important;<!-- [et_pb_line_break_holder] -->        height: auto;<!-- [et_pb_line_break_holder] -->        display: inline-block;<!-- [et_pb_line_break_holder] -->        vertical-align: middle;<!-- [et_pb_line_break_holder] -->        background: url('https:\/\/cdn.mailerlite.com\/images\/default\/dropdown.svg') no-repeat right .75rem center\/8px 10px;<!-- [et_pb_line_break_holder] -->        -webkit-appearance: none;<!-- [et_pb_line_break_holder] -->        -moz-appearance: none;<!-- [et_pb_line_break_holder] -->        appearance: none;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {<!-- [et_pb_line_break_holder] -->        height: auto;<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->        float: left;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }<!-- [et_pb_line_break_holder] -->      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }<!-- [et_pb_line_break_holder] -->      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn { padding-top: 25px;  }<!-- [et_pb_line_break_holder] -->      .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {<!-- [et_pb_line_break_holder] -->        background-color: #f2f2f2;<!-- [et_pb_line_break_holder] -->        color: #999;<!-- [et_pb_line_break_holder] -->        border-color: #f2f2f2;<!-- [et_pb_line_break_holder] -->        border-radius: 4px;<!-- [et_pb_line_break_holder] -->        border-style: solid;<!-- [et_pb_line_break_holder] -->        border-width: 1px;<!-- [et_pb_line_break_holder] -->        font-family: sans-serif;<!-- [et_pb_line_break_holder] -->        font-size: 14px;<!-- [et_pb_line_break_holder] -->        line-height: 20px;<!-- [et_pb_line_break_holder] -->        margin-bottom: 0;<!-- [et_pb_line_break_holder] -->        margin-top: 0;<!-- [et_pb_line_break_holder] -->        padding: 10px 10px;<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->        box-sizing: border-box;<!-- [et_pb_line_break_holder] -->        overflow-y: initial;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {<!-- [et_pb_line_break_holder] -->        background-color: #c73355 !important;<!-- [et_pb_line_break_holder] -->        border-color: #c73355;<!-- [et_pb_line_break_holder] -->        border-style: solid;<!-- [et_pb_line_break_holder] -->        border-width: 1px;<!-- [et_pb_line_break_holder] -->        border-radius: 4px;<!-- [et_pb_line_break_holder] -->        box-shadow: none;<!-- [et_pb_line_break_holder] -->        color: #ffffff !important;<!-- [et_pb_line_break_holder] -->        cursor: pointer;<!-- [et_pb_line_break_holder] -->        font-family: sans-serif;<!-- [et_pb_line_break_holder] -->        font-size: 20px !important;<!-- [et_pb_line_break_holder] -->        font-weight: 600;<!-- [et_pb_line_break_holder] -->        line-height: 20px;<!-- [et_pb_line_break_holder] -->        margin: 0 !important;<!-- [et_pb_line_break_holder] -->        padding: 16px !important;<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->        height: auto;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {<!-- [et_pb_line_break_holder] -->        background-color: #c73355 !important;<!-- [et_pb_line_break_holder] -->        border-color: #c73355 !important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=\"checkbox\"] {<!-- [et_pb_line_break_holder] -->        box-sizing: border-box;<!-- [et_pb_line_break_holder] -->        padding: 0;<!-- [et_pb_line_break_holder] -->        position: absolute;<!-- [et_pb_line_break_holder] -->        z-index: -1;<!-- [et_pb_line_break_holder] -->        opacity: 0;<!-- [et_pb_line_break_holder] -->        margin-top: 5px;<!-- [et_pb_line_break_holder] -->        margin-left: -1.5rem;<!-- [et_pb_line_break_holder] -->        overflow: visible;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {<!-- [et_pb_line_break_holder] -->        color: #000000;<!-- [et_pb_line_break_holder] -->        display: block;<!-- [et_pb_line_break_holder] -->        font-family: 'Open Sans', Arial, Helvetica, sans-serif;<!-- [et_pb_line_break_holder] -->        font-size: 12px;<!-- [et_pb_line_break_holder] -->        text-align: left;<!-- [et_pb_line_break_holder] -->        margin-bottom: 0;<!-- [et_pb_line_break_holder] -->        position: relative;<!-- [et_pb_line_break_holder] -->        vertical-align: top;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {<!-- [et_pb_line_break_holder] -->        font-weight: normal;<!-- [et_pb_line_break_holder] -->        margin: 0;<!-- [et_pb_line_break_holder] -->        padding: 0;<!-- [et_pb_line_break_holder] -->        position: relative;<!-- [et_pb_line_break_holder] -->        display: block;<!-- [et_pb_line_break_holder] -->        min-height: 24px;<!-- [et_pb_line_break_holder] -->        padding-left: 24px;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {<!-- [et_pb_line_break_holder] -->        color: #000000;<!-- [et_pb_line_break_holder] -->        text-decoration: underline;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {<!-- [et_pb_line_break_holder] -->        color: #000000 !important;<!-- [et_pb_line_break_holder] -->        font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;<!-- [et_pb_line_break_holder] -->        font-size: 12px !important;<!-- [et_pb_line_break_holder] -->        font-weight: normal !important;<!-- [et_pb_line_break_holder] -->        line-height: 18px !important;<!-- [et_pb_line_break_holder] -->        padding: 0 !important;<!-- [et_pb_line_break_holder] -->        margin: 0 5px 0 0 !important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {<!-- [et_pb_line_break_holder] -->        margin: 0;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {<!-- [et_pb_line_break_holder] -->        margin: 0 0 20px 0;<!-- [et_pb_line_break_holder] -->        float: left;<!-- [et_pb_line_break_holder] -->        width: 100%;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {<!-- [et_pb_line_break_holder] -->        background-color: #c73355 !important;<!-- [et_pb_line_break_holder] -->        border: none !important;<!-- [et_pb_line_break_holder] -->        border-radius: 4px !important;<!-- [et_pb_line_break_holder] -->        box-shadow: none !important;<!-- [et_pb_line_break_holder] -->        color: #ffffff !important;<!-- [et_pb_line_break_holder] -->        cursor: pointer;<!-- [et_pb_line_break_holder] -->        font-family: sans-serif !important;<!-- [et_pb_line_break_holder] -->        font-size: 20px !important;<!-- [et_pb_line_break_holder] -->        font-weight: 600 !important;<!-- [et_pb_line_break_holder] -->        line-height: 21px !important;<!-- [et_pb_line_break_holder] -->        height: auto;<!-- [et_pb_line_break_holder] -->        padding: 16px !important;<!-- [et_pb_line_break_holder] -->        width: 100% !important;<!-- [et_pb_line_break_holder] -->        box-sizing: border-box !important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {<!-- [et_pb_line_break_holder] -->        display: none;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {<!-- [et_pb_line_break_holder] -->        background-color: #c73355 !important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      .ml-subscribe-close {<!-- [et_pb_line_break_holder] -->        width: 30px;<!-- [et_pb_line_break_holder] -->        height: 30px;<!-- [et_pb_line_break_holder] -->        background: url('https:\/\/cdn.mailerlite.com\/images\/default\/modal_close.png') no-repeat;<!-- [et_pb_line_break_holder] -->        background-size: 30px;<!-- [et_pb_line_break_holder] -->        cursor: pointer;<!-- [et_pb_line_break_holder] -->        margin-top: -10px;<!-- [et_pb_line_break_holder] -->        margin-right: -10px;<!-- [et_pb_line_break_holder] -->        position: absolute;<!-- [et_pb_line_break_holder] -->        top: 0;<!-- [et_pb_line_break_holder] -->        right: 0;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      .ml-error input, .ml-error textarea, .ml-error select {<!-- [et_pb_line_break_holder] -->        border-color: red!important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      .ml-error .custom-checkbox-radio-list {<!-- [et_pb_line_break_holder] -->        border: 1px solid red !important;<!-- [et_pb_line_break_holder] -->        border-radius: 0px;<!-- [et_pb_line_break_holder] -->        padding: 10px;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      .ml-error .label-description,<!-- [et_pb_line_break_holder] -->      .ml-error .label-description p,<!-- [et_pb_line_break_holder] -->      .ml-error .label-description p a,<!-- [et_pb_line_break_holder] -->      .ml-error label:first-child {<!-- [et_pb_line_break_holder] -->        color: #ff0000 !important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,<!-- [et_pb_line_break_holder] -->      #mlb2-2096809.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {<!-- [et_pb_line_break_holder] -->        color: #ff0000 !important;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->            @media only screen and (max-width: 400px){<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; }<!-- [et_pb_line_break_holder] -->        .ml-form-formContent.horozintalForm { float: left!important; }<!-- [et_pb_line_break_holder] -->        .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; }<!-- [et_pb_line_break_holder] -->        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; }<!-- [et_pb_line_break_holder] -->        .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; }<!-- [et_pb_line_break_holder] -->        .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }<!-- [et_pb_line_break_holder] -->        .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn { padding-top: 0px!important; }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    <\/style>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->    <\/p>\n<div id=\"mlb2-2096809\" class=\"ml-form-embedContainer ml-subscribe-form ml-subscribe-form-2096809\"><!-- [et_pb_line_break_holder] -->      <\/p>\n<div class=\"ml-form-align-center \"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"ml-form-embedWrapper embedForm\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->          <!-- [et_pb_line_break_holder] -->          <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->          <\/p>\n<div class=\"ml-form-embedBody ml-form-embedBodyDefault row-form\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"ml-form-embedContent\" style=\"margin-bottom: 0px; \"><!-- [et_pb_line_break_holder] -->              <!-- [et_pb_line_break_holder] -->            <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            <\/p>\n<form class=\"ml-block-form\" action=\"https:\/\/assets.mailerlite.com\/jsonp\/168920\/forms\/71380368454846263\/subscribe\" data-code=\"\" method=\"post\" target=\"_blank\"><!-- [et_pb_line_break_holder] -->              <\/p>\n<div class=\"ml-form-formContent\"><!-- [et_pb_line_break_holder] -->                <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                  <!-- [et_pb_line_break_holder] -->                  <\/p>\n<div class=\"ml-form-fieldRow ml-last-item\"><!-- [et_pb_line_break_holder] -->                    <\/p>\n<div class=\"ml-field-group ml-field-email ml-validate-email ml-validate-required\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                      <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                      <!-- input --><!-- [et_pb_line_break_holder] -->                      <input aria-label=\"email\" aria-required=\"true\" type=\"email\" class=\"form-control\" data-inputmask=\"\" name=\"fields[email]\" placeholder=\"Your E-mail\" autocomplete=\"email\"><!-- [et_pb_line_break_holder] -->                      <!-- \/input --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                      <!-- textarea --><!-- [et_pb_line_break_holder] -->                      <!-- [et_pb_line_break_holder] -->                      <!-- \/textarea --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                      <!-- select --><!-- [et_pb_line_break_holder] -->                      <!-- [et_pb_line_break_holder] -->                      <!-- \/select --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                      <!-- checkboxes --><!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->            <!-- \/checkboxes --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                      <!-- radio --><!-- [et_pb_line_break_holder] -->                      <!-- [et_pb_line_break_holder] -->                      <!-- \/radio --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                      <!-- countries --><!-- [et_pb_line_break_holder] -->                      <!-- [et_pb_line_break_holder] -->                      <!-- \/countries --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                    <\/div>\n<p><!-- [et_pb_line_break_holder] -->                  <\/div>\n<p><!-- [et_pb_line_break_holder] -->                <!-- [et_pb_line_break_holder] -->              <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->              <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->              <!-- Privacy policy --><!-- [et_pb_line_break_holder] -->              <!-- [et_pb_line_break_holder] -->              <!-- \/Privacy policy --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->              <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->              <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->              <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->              <!-- [et_pb_line_break_holder] -->              <input type=\"hidden\" name=\"ml-submit\" value=\"1\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->              <\/p>\n<div class=\"ml-form-embedSubmit\"><!-- [et_pb_line_break_holder] -->                <!-- [et_pb_line_break_holder] -->                  <button type=\"submit\" class=\"primary\">SUBSCRIBE<\/button><!-- [et_pb_line_break_holder] -->                <!-- [et_pb_line_break_holder] -->                <button disabled=\"disabled\" style=\"display: none;\" type=\"button\" class=\"loading\"><!-- [et_pb_line_break_holder] -->                  <\/p>\n<div class=\"ml-form-embedSubmitLoad\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->                  <span class=\"sr-only\">Loading&#8230;<\/span><!-- [et_pb_line_break_holder] -->                <\/button><!-- [et_pb_line_break_holder] -->              <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->              <!-- [et_pb_line_break_holder] -->              <input type=\"hidden\" name=\"anticsrf\" value=\"true\"><!-- [et_pb_line_break_holder] -->            <\/form>\n<p><!-- [et_pb_line_break_holder] -->          <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->          <\/p>\n<div class=\"ml-form-successBody row-success\" style=\"display: none\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"ml-form-successContent\"><!-- [et_pb_line_break_holder] -->              <!-- [et_pb_line_break_holder] -->                <\/p>\n<h4>Thank you!<\/h4>\n<p><!-- [et_pb_line_break_holder] -->                <!-- [et_pb_line_break_holder] -->                  <pee>You have successfully joined our subscriber list.<\/pee><!-- [et_pb_line_break_holder] -->                <!-- [et_pb_line_break_holder] -->              <!-- [et_pb_line_break_holder] -->            <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->          <\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] -->      <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <script><!-- [et_pb_line_break_holder] -->    function ml_webform_success_2096809() {<!-- [et_pb_line_break_holder] -->      var $ = ml_jQuery || jQuery;<!-- [et_pb_line_break_holder] -->      $('.ml-subscribe-form-2096809 .row-success').show();<!-- [et_pb_line_break_holder] -->      $('.ml-subscribe-form-2096809 .row-form').hide();<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->      <\/script><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->      <script src=\"https:\/\/groot.mailerlite.com\/js\/w\/webforms.min.js?v491724307ca3b85c1c754857e93994e5\" type=\"text\/javascript\"><\/script>[\/et_pb_code][et_pb_text _builder_version=&#8221;4.17.4&#8243; text_font=&#8221;||||on||||&#8221; header_6_font=&#8221;|||on|||||&#8221; header_6_font_size=&#8221;18px&#8221; custom_margin=&#8221;0px||-1px||false|false&#8221; animation_style=&#8221;zoom&#8221; animation_direction=&#8221;left&#8221; link_option_url=&#8221;https:\/\/startin.lv\/newsletter\/&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"LC20lb MBeuO DKV0Md\"><a href=\"https:\/\/startin.lv\/newsletter\/\">Explore the past Newsletters<\/a><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; header_6_font=&#8221;|||on|||||&#8221; header_6_font_size=&#8221;18px&#8221; custom_margin=&#8221;||-1px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h6><strong>Stay connected<\/strong><\/h6>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.0&#8243; text_text_color=&#8221;#c73355&#8243; text_font_size=&#8221;27px&#8221; text_letter_spacing=&#8221;3px&#8221; text_text_color_last_edited=&#8221;off|desktop&#8221; global_colors_info=&#8221;{}&#8221; text_text_color__hover_enabled=&#8221;off|hover&#8221; text_text_color__hover=&#8221;#c73355&#8243;]<\/p>\n<p style=\"position: absolute; left: -44523px;\">Die Einf\u00fchrung von Viagra im Jahr 1998 war eine Revolution in der Behandlung der erektilen Dysfunktion. Dieses Medikament erwies sich bei den meisten M\u00e4nnern mit Impotenz vaskul\u00e4ren Ursprungs als wirksam, und dies ist die Hauptursache f\u00fcr Erektionsst\u00f6rungen bei Patienten <a href=\"https:\/\/ersteapotheke24.com\/erektionsstoerungen\/kamagra-oral-jelly\/\">Dort<\/a> \u00fcber 60 Jahren. Auch bei anderen Ursachen ist die vaskul\u00e4re Komponente in der Regel vorhanden.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PagesLearn More Board and Team About Startin.LV Members Blog Contact Us Cookie Policy Privacy PolicySUBSCRIBE TO OUR NEWSLETTERExplore the past NewslettersStay connectedDie Einf\u00fchrung von Viagra im Jahr 1998 war eine Revolution in der Behandlung der erektilen Dysfunktion. Dieses Medikament erwies sich bei den meisten M\u00e4nnern mit Impotenz vaskul\u00e4ren Ursprungs als wirksam, und dies ist die [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"class_list":["post-7083","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/startin.lv\/lv\/wp-json\/wp\/v2\/pages\/7083","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/startin.lv\/lv\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/startin.lv\/lv\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/startin.lv\/lv\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/startin.lv\/lv\/wp-json\/wp\/v2\/comments?post=7083"}],"version-history":[{"count":55,"href":"https:\/\/startin.lv\/lv\/wp-json\/wp\/v2\/pages\/7083\/revisions"}],"predecessor-version":[{"id":12306,"href":"https:\/\/startin.lv\/lv\/wp-json\/wp\/v2\/pages\/7083\/revisions\/12306"}],"wp:attachment":[{"href":"https:\/\/startin.lv\/lv\/wp-json\/wp\/v2\/media?parent=7083"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}