<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

table,tbody,tfoot,tr,th,td,sup {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent
}

body {
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

html {
    font-size: 62.5%;
    margin-top: 0 !important
}

body {
    background: #fff
}

body,input,button,textarea {
    color: #304568;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem
}

.container {
    margin: 0 auto;
    text-align: center;
    width: 1000px
}

@media screen and (max-width: 1111px) {
    .container {
        margin:0 5%;
        width: 90%
    }
}

main {
    position: relative
}

h1,h2,h3,h4,h5,h6 {
    font-family: Arial,Helvetica,sans-serif
}

h1 {
    color: #fff;
    font-weight: 700;
    font-size: 11.1rem;
    line-height: 8rem;
    text-transform: uppercase
}

h1 span {
    display: block;
    font-size: 7rem;
    font-weight: 500
}

@media screen and (max-width: 560px) {
    h1 {
        font-size:21vw;
        line-height: 15vw;
        text-align: center
    }

    h1 span {
        font-size: 12vw
    }
}

h2 {
    font-size: 5rem;
    font-weight: 500;
    line-height: 5.6rem;
    text-transform: uppercase
}

h2 strong {
    font-weight: 700
}

h2 span {
    display: block;
    font-size: 3.5rem
}

@media screen and (max-width: 560px) {
    h2 {
        font-size:10vw;
        line-height: 12vw
    }

    h2 span {
        font-size: 7vw
    }
}

h3 {
    font-size: 5rem;
    font-weight: 800;
    line-height: 5.3rem;
    margin-bottom: 50px;
    text-transform: uppercase
}

h3 span {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 4rem
}

@media screen and (max-width: 560px) {
    h3 {
        font-size:10vw;
        line-height: 12vw
    }

    h3 span {
        font-size: 4vw;
        line-height: 6vw
    }
}

h4 {
    color: #ff850c;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 5rem
}

p {
    margin-top: 30px
}

.high,.highShow {
    color: #6eaa3a;
    display: inline-block;
    font-weight: bold;
    position: relative
}

.high:hover,.highShow:hover {
    cursor: pointer
}

.high:hover .tooltip,.highShow:hover .tooltip {
    visibility: visible;
    opacity: 1
}

.high .tooltip,.highShow .tooltip {
    visibility: hidden;
    width: 140px;
    background-color: #6eaa3a;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s
}

.high .tooltip:after,.highShow .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #6eaa3a transparent transparent transparent
}

.high .tooltip.big,.highShow .tooltip.big {
    width: 350px
}

.highShow:hover {
    cursor: default
}

a {
    color: #0085c2
}

a.link {
    display: inline-block;
    font-style: italic;
    position: relative;
    padding-right: 7px
}

a.link:after {
    content: "+";
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    top: -5px
}

a:hover {
    color: #304568
}

span.link {
    color: #0085c2;
    display: inline-block;
    font-style: italic;
    position: relative;
    padding-right: 7px
}

span.link:after {
    content: "+";
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    top: -5px
}

span.link:hover {
    color: #0085c2;
    cursor: default
}

.border-top {
    border-top: 2px dashed #ff850c
}

.banner {
    background: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/banner.jpg") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 44px;
    padding: 100px 0 150px 0
}

.banner .container {
    text-align: left
}

.banner h2 {
    color: #fff;
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-top: 50px;
    max-width: 500px;
    text-transform: inherit
}

@media screen and (max-width: 560px) {
    .banner h2 {
        text-align:center;
        max-width: 100%
    }
}

.before {
    background: #e0f0f8;
    border-top: 2px dashed #304568;
    padding: 100px 0 200px
}

.before .container {
    text-align: left
}

.before p,.before h2 {
    margin-right: 200px
}

.before .lightbulb {
    background: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/lightbulb.svg") no-repeat right top;
    background-size: 120px auto
}

@media screen and (max-width: 700px) {
    .before {
        padding-top:20px
    }

    .before .container {
        text-align: center
    }

    .before p,.before h2 {
        margin-right: 0
    }

    .before .lightbulb {
        background-position: center top;
        background-size: 120px auto;
        padding-top: 250px
    }
}

.business {
    background: #fff9e6;
    padding: 100px 0 50px;
    position: relative
}

.business p {
    margin: 30px auto 0;
    max-width: 700px
}

.business figure {
    margin: 50px auto 0;
    text-align: center;
    width: 145px
}

.business figure svg {
    width: 100%
}

.business .planets {
    left: 50%;
    position: absolute;
    top: -80px;
    width: 230px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.creative {
    background: #e0f0f8;
    padding: 50px 0
}

.creative p {
    margin: 30px auto 0;
    max-width: 720px
}

footer {
    background: #304568;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 5.3rem;
    padding: 50px 0
}

footer span {
    color: #ff850c
}

footer a {
    background: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #ff850c;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3rem;
    margin-top: 25px;
    padding: 1.5rem 5rem 1.25rem;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

footer a:hover {
    background: #ff850c;
    color: #fff
}

.fs {
    padding: 50px 0
}

.fs ul {
    margin-top: 30px
}

@media screen and (max-width: 1111px) {
    .fs ul {
        display:block;
        text-align: center
    }

    .fs ul li {
        display: block;
        margin: 10px auto
    }
}

.fs ul li {
    background: #304568;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 300px;
    margin: 10px;
    position: relative;
    vertical-align: middle;
    width: 300px
}

.fs ul li h5,.fs ul li p {
    margin: 0 30px
}

.fs ul li h5 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.9rem;
    margin-bottom: 20px
}

.fs ul li h5 a {
    color: #fff
}

.fs ul li h5 a:hover {
    color: #fff;
    text-decoration: none
}

.fs ul li .content {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.grow {
    padding: 50px 0
}

.grow ul {
    margin-top: 30px;
    list-style: none
}

@media screen and (max-width: 1111px) {
    .grow ul {
        display:block;
        text-align: center
    }

    .grow ul li {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px
    }
}

.grow ul li {
    background: #304568;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin: 10px;
    height: 300px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 300px
}

.grow ul li .content {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.grow ul li .content h4,.grow ul li .content p {
    margin: 0 20px
}

.grow ul li h4 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.9rem;
    margin-bottom: 20px
}

.grow ul li p {
    margin-top: 15px
}

.grow ul li span {
    background: #fafafa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 300px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    z-index: 5;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.grow ul li span h4 {
    bottom: 50px;
    color: #304568;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.grow ul li:hover span {
    top: -106%
}

.grow ul li.sell span {
    background: #fafafa url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/ico-sell.svg") no-repeat center center;
    background-size: 45%
}

.grow ul li.donate span {
    background: #fafafa url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/ico-donate.svg") no-repeat center center;
    background-size: 45%
}

.grow ul li.licence span {
    background: #fafafa url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/ico-licence.svg") no-repeat center center;
    background-size: 45%
}

.grow-footer {
    background: #e0f0f8;
    padding: 50px 0
}

.grow-footer p {
    margin: 30px auto 0;
    max-width: 700px
}

.industrial {
    border-bottom: 5px solid #000;
    padding-top: 50px
}

.industrial p {
    margin: 30px auto 0;
    max-width: 400px
}

.industrial figure {
    position: relative
}

.industrial figure .machine {
    float: left;
    position: relative;
    z-index: 2
}

.industrial .clear {
    clear: both
}

.industrial .fuse-state {
    bottom: 46%;
    left: 0;
    position: absolute;
    width: 4%;
    z-index: 1;
    -webkit-animation: 10s linear 0s infinite fuseState;
    animation: 10s linear 0s infinite fuseState
}

.industrial .cross-check {
    background: no-repeat center center;
    background-size: 50%;
    display: block;
    height: 16%;
    left: 6.9%;
    position: absolute;
    top: 16%;
    width: 6.4%;
    z-index: 3;
    -webkit-animation: 10s linear 0s infinite redcross;
    animation: 10s linear 0s infinite redcross;
    animation-delay: 2s
}

.industrial .state1 {
    animation-delay: 1s
}

.industrial .state2 {
    animation-delay: 2s
}

.industrial .state3 {
    animation-delay: 3s
}

.industrial .state4 {
    animation-delay: 4s
}

.industrial .state5 {
    animation-delay: 5s
}

.industrial .state6 {
    animation-delay: 6s
}

.industrial .state7 {
    animation-delay: 7s
}

.industrial .state8 {
    animation-delay: 8s
}

.industrial .state9 {
    animation-delay: 9s
}

.industrial .state10 {
    animation-delay: 10s
}

@-webkit-keyframes fuseState {
    0% {
        left: 0;
        opacity: 1
    }

    75% {
        opacity: 1
    }

    100% {
        left: 90%;
        opacity: 0
    }
}

@keyframes fuseState {
    0% {
        left: 0;
        opacity: 1
    }

    95% {
        opacity: 1
    }

    100% {
        left: 95%;
        opacity: 0
    }
}

@keyframes redcross {
    0% {
        opacity: 0;
        background-image: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/cross.svg")
    }

    5% {
        opacity: 1
    }

    10% {
        opacity: 0
    }

    15% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    30% {
        opacity: 0
    }

    35% {
        opacity: 1
    }

    40% {
        opacity: 0
    }

    45% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    55% {
        opacity: 1
    }

    60% {
        opacity: 0;
        background-image: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/cross.svg")
    }

    60.1% {
        opacity: 0;
        background-image: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/check.svg")
    }

    65% {
        opacity: 1
    }

    100% {
        opacity: 1;
        background-image: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/check.svg")
    }
}

.international {
    background: #fafafa;
    padding: 100px 0
}

.international .inside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: -ms-wrap;
    flex-wrap: wrap
}

.international .animation {
    display: block;
    position: relative;
    text-align: left;
    width: calc(170px + (50px * 1.5))
}

.international .animation .earth {
    width: 170px
}

.international .animation .earth-fuse {
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
    -webkit-animation: 8s linear 0s infinite earthFuse;
    animation: 8s linear 0s infinite earthFuse
}

.international .text {
    text-align: left;
    width: calc(100% - (170px + (50px * 1.5)))
}

.international p:first-child {
    margin-top: 0
}

@media screen and (max-width: 650px) {
    .international .inside {
        display:block;
        text-align: center
    }

    .international .animation {
        display: inline-block;
        margin-bottom: 50px;
        width: 170px
    }

    .international .text {
        width: 100%
    }
}

@-webkit-keyframes earthFuse {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes earthFuse {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.how {
    background: #f2f2f2;
    padding: 50px 0
}

.how h4 {
    color: #304568;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem
}

.how p {
    margin-top: 20px
}

.how .container {
    text-align: left
}

#IPaudit {
    appearance: "none";
    -moz-appearance: "none";
    -webkit-appearance: "none";
    background: none;
    border: 0 none;
    background: #ff850c;
    bottom: 0;
    color: #fff;
    padding: 10px;
    position: fixed;
    right: -77px;
    z-index: 10;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

#IPaudit:before {
    background: url(https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/ip-audit.svg) no-repeat center center;
    background-size: 100%;
    content: " ";
    display: block;
    height: 40px;
    margin: 0 auto 5px;
    width: 40px
}

#IPaudit:hover {
    background: #0085c2;
    cursor: pointer
}

#IPaudit.open {
    right: 0
}

@media screen and (max-width: 880px) {
    #IPaudit {
        bottom:-66px;
        right: 0;
        width: 100%
    }

    #IPaudit:before {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px
    }

    #IPaudit span {
        display: inline-block;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    #IPaudit.open {
        bottom: 0
    }
}

.IPAudit {
    background: rgba(48,69,104,.95);
    color: #fff;
    height: 100%;
    padding: 0;
    position: fixed;
    right: -560px;
    top: 0;
    width: 560px;
    z-index: 11;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.IPAudit h2 {
    color: #ff850c
}

.IPAudit .close {
    appearance: "none";
    -moz-appearance: "none";
    -webkit-appearance: "none";
    background: none;
    border: 0 none;
    background: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/close.svg") no-repeat center center;
    background-size: 60% auto;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.IPAudit .close:hover {
    cursor: pointer;
    opacity: .5
}

.IPAudit.open {
    right: 0
}

@media screen and (max-width: 880px) {
    .IPAudit {
        max-width:inherit;
        right: -100%;
        width: 100%
    }
}

.inner-ip-audit {
    display: none;
    padding: 50px
}

.inner-ip-audit.active {
    display: block
}

@keyframes alert {
    0% {
        background: #ff850c
    }

    50% {
        background: red
    }

    100% {
        background: #ff850c
    }
}

.IPcheck {
    margin: 20px 0
}

.IPcheck .btn {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0 none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px 20px
}

.IPcheck .btn-info {
    border: 1px solid #304568
}

.IPcheck .btn-info:after {
    background: no-repeat center center;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px
}

.IPcheck .btn-info[aria-expanded=false] {
    background: #304568;
    color: #fff
}

.IPcheck .btn-info[aria-expanded=false]:after {
    background-image: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/btnPlus.svg")
}

.IPcheck .btn-info[aria-expanded=true] {
    background: #fff;
    color: #304568
}

.IPcheck .btn-info[aria-expanded=true]:after {
    background-image: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/btnMoins.svg")
}

.IPcheck .btn-info:hover {
    cursor: pointer
}

.IPcheck .btn-info:focus {
    outline: 1px solid #304568
}

.IPcheck .definition {
    border: 1px solid #0085c2;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #0085c2;
    display: none;
    margin: 0 auto;
    padding: 20px
}

.IPcheck .definition p:first-child {
    margin-top: 0
}

.IPcheck .definition h5 {
    font-size: 2rem;
    text-transform: uppercase
}

.start .definition {
    width: 65%
}

.nav-intellectual {
    padding: 50px 0
}

.nav-intellectual h2,.nav-intellectual p {
    margin-left: 235px
}

.nav-intellectual.container {
    background: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/lamp.svg") no-repeat left 50px;
    background-size: 170px auto;
    text-align: left
}

@media screen and (max-width: 700px) {
    .nav-intellectual {
        padding-top:280px
    }

    .nav-intellectual.container {
        background-position: center 20px;
        text-align: center
    }

    .nav-intellectual p,.nav-intellectual h2 {
        margin-left: 0
    }
}

#btnSubMenu {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0 none;
    background: #304568;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: none;
    float: right;
    margin: 10px;
    padding: 10px 20px
}

@media screen and (max-width: 1010px) {
    #btnSubMenu {
        display:block
    }
}

#subnav {
    background: #fff;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 13
}

#subnav a {
    color: #304568;
    display: inline-block;
    font-size: 1.4rem;
    margin: 10px;
    text-decoration: none;
    text-transform: uppercase
}

#subnav #listSubMenu {
    clear: both;
    display: block
}

@media screen and (max-width: 1010px) {
    #subnav #listSubMenu {
        display:none;
        text-align: left
    }

    #subnav #listSubMenu a {
        border-top: 1px solid #304568;
        margin-top: 0;
        padding: 10px 0 0;
        width: 100%
    }

    #subnav #listSubMenu a:first-child {
        border-top: 0 none
    }
}

.phase1,.phase2,.phase3 {
    background-repeat: no-repeat;
    background-size: 100% auto
}

.phase1 p,.phase2 p,.phase3 p {
    margin: 30px auto 0;
    max-width: 700px
}

.phase1,.phase3 {
    background-image: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/sphere-yellow.svg");
    background-position: center bottom;
    padding: 0 20px;
    padding-bottom: 50px
}

@media screen and (max-width: 1111px) {
    .phase1,.phase3 {
        background-image:url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/sphere-yellow-responsive.svg");
        background-position: center 200px
    }
}

.phase2 {
    background-image: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/sphere-grey.svg");
    background-position: center top;
    padding: 0 20px;
    padding-top: 50px;
    position: relative
}

@media screen and (max-width: 1111px) {
    .phase2 {
        background-image:url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/sphere-grey-responsive.svg");
        background-position: center bottom
    }
}

.phase2 p {
    margin-bottom: 30px
}

.phase2 .line-fuse {
    border-left: 2px dashed #ff850c;
    display: block;
    height: 250px;
    margin: 20px auto;
    width: 1px
}

.phase2 .fuse-reverse {
    bottom: -40px;
    left: 50%;
    position: absolute;
    width: 40px;
    z-index: 2;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg)
}

.yellow-high {
    background: #ffe99d;
    padding: 20px 0
}

.yellow-high p {
    margin: 0
}

.protecting-planet {
    padding: 0 150px 50px;
    position: relative
}

@media screen and (max-width: 650px) {
    .protecting-planet {
        padding-left:20px;
        padding-right: 20px
    }

    .protecting-planet .planet-right,.protecting-planet .planet-left {
        display: none
    }
}

.protecting-planet .planet-right,.protecting-planet .planet-left {
    position: absolute;
    width: 90px
}

.protecting-planet .planet-right {
    right: 0;
    top: 20px;
    -webkit-animation: 4s ease-in-out 0s infinite alternate planetRight;
    animation: 4s ease-in-out 0s infinite alternate planetRight
}

.protecting-planet .planet-left {
    left: 0;
    top: 0;
    -webkit-animation: 4s ease-in-out 0s infinite alternate planet;
    animation: 4s ease-in-out 0s infinite alternate planet
}

@-webkit-keyframes planet {
    0% {
        margin-top: 0
    }

    50% {
        margin-top: 30px
    }

    100% {
        margin-top: 0
    }
}

@keyframes planet {
    0% {
        margin-top: 0
    }

    50% {
        margin-top: 30px
    }

    100% {
        margin-top: 0
    }
}

@-webkit-keyframes planetRight {
    0% {
        margin-top: 30px
    }

    50% {
        margin-top: 0
    }

    100% {
        margin-top: 30px
    }
}

@keyframes planetRight {
    0% {
        margin-top: 30px
    }

    50% {
        margin-top: 0
    }

    100% {
        margin-top: 30px
    }
}

.lock {
    margin: 20px auto 0;
    width: 30px
}

.protecting h3 {
    margin: 0 auto;
    width: 80%
}

.protecting .phase3 {
    position: relative
}

.protecting .fuse {
    left: 50%;
    position: absolute;
    top: 180px;
    width: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.risks {
    padding: 50px 0
}

.risks p {
    margin: 30px auto 0;
    max-width: 720px
}

.start h2 {
    background: #304568;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    padding: 70px;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.start h2 span.arrow {
    background: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/arrow.svg") no-repeat center center;
    background-size: 100% 100%;
    bottom: -26px;
    display: block;
    height: 26px;
    left: 50%;
    position: absolute;
    width: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.start figure {
    position: relative;
    text-align: center
}

.start figure img.computer {
    height: 250px
}

.start figure img.fuse {
    height: 60px;
    left: 50%;
    position: absolute;
    top: 146px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltipBkgd,.tooltip {
    display: none
}

.tooltipBkgd {
    background: #505050;
    height: 100%;
    left: 0;
    opacity: .95;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 14
}

.tooltip {
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #505050;
    height: auto;
    left: 50%;
    padding: 50px 30px;
    position: fixed;
    top: 50%;
    width: calc(600px - (30px * 2));
    z-index: 15;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tooltip h2 {
    color: #6eaa3a;
    margin-bottom: 30px
}

.tooltip h3 {
    color: #6eaa3a;
    font-size: 3.2rem;
    margin-bottom: 30px
}

.tooltip a {
    color: #505050
}

.tooltip a:hover {
    color: #505050;
    text-decoration: none
}

.tooltip h2+p,.tooltip h3+p {
    margin-top: 0
}

.tooltip .close {
    appearance: "none";
    -moz-appearance: "none";
    -webkit-appearance: "none";
    background: none;
    border: 0 none;
    background: url("https://www.wipo.int/edocs/infogdocs/en/enterprising-ideas/assets/img/graphic/close-blue.svg") no-repeat center center;
    background-size: 60% auto;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.tooltip .close:hover {
    cursor: pointer;
    opacity: .5
}

.tooltip.open {
    right: 0
}

@media screen and (max-width: 590px) {
    .tooltip {
        max-width:inherit;
        top: 100%;
        right: 0;
        width: calc(100% - (50px * 2))
    }

    .tooltip.open {
        top: 0
    }
}
</pre></body></html>