|
|
Line 1: |
Line 1: |
| | | |
− | {{Uppsala/javascript/iGemRemoval_js}} | + | {{Uppsala}} |
− | {{Uppsala/css_removal}}
| + | |
− | | + | |
| <html> | | <html> |
− | <head>
| |
− | <meta name="viewport" content="width=device-width, initial-scale=1">
| |
− | <style>
| |
| | | |
− | :root{
| |
− | --primary: #8b1a32;
| |
− | --secondary:#969696;
| |
− | --tertiary: #f15025;
| |
− | --whiteish: #fcf7ff;
| |
− | --light-blue:#cde6f5;
| |
− | --alt-secondary: #554640;
| |
| | | |
− | }
| + | <div class="column full_size"> |
| + | <h1>Parts</h1> |
| + | <p>Each team will make new parts during iGEM and will submit them to the Registry of Standard Biological Parts. The iGEM software provides an easy way to present the parts your team has created. The <code><groupparts></code> tag (see below) will generate a table with all of the parts that your team adds to your team sandbox.</p> |
| + | <p>Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without needing to refer to the primary literature. Registry users in future years should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for users who wish to know more.</p> |
| + | </div> |
| | | |
| + | <div class="column full_size"> |
| + | <div class="highlight decoration_background"> |
| + | <h3>Note</h3> |
| + | <p>Note that parts must be documented on the <a href="http://parts.igem.org/Main_Page"> Registry</a>. This page serves to <i>showcase</i> the parts you have made. Future teams and other users and are much more likely to find parts by looking in the Registry than by looking at your team wiki.</p> |
| + | </div> |
| + | </div> |
| | | |
− | html{
| + | <div class="clear extra_space"></div> |
− | width: 100%;
| + | <div class="line_divider"></div> |
− | height: 100%;
| + | <div class="clear extra_space"></div> |
− | }
| + | |
− | *{
| + | |
− | margin: 0;
| + | |
− | padding: 0;
| + | |
− | box-sizing: border-box;
| + | |
− | }
| + | |
− |
| + | |
− | .parallax {
| + | |
− | /* The image used */
| + | |
− | background-image: url("https://2018.igem.org/File:T--Uppsala--UnaG_Comparison_PreLysis.png");
| + | |
| | | |
− | /* Set a specific height */
| |
− | min-height: 99vh;
| |
| | | |
− | /* Create the parallax scrolling effect */
| |
− | background-attachment: fixed;
| |
− | background-position: center;
| |
− | background-repeat: no-repeat;
| |
− | background-size: cover;
| |
− | /*background: linear-gradient(to bottom, transparent 90%);*/
| |
− | }
| |
− |
| |
− | .blur-box {
| |
− | background-color: var(--whiteish);
| |
− | box-shadow: 0 0 10px 10px var(--whiteish);
| |
− | }
| |
| | | |
− | .sub-header{
| |
| | | |
− | /* Set a specific height */
| |
− | height:20vw;
| |
− | min-height: 150px;
| |
− |
| |
| | | |
− | /* Create the parallax scrolling effect */
| + | <div class="column two_thirds_size"> |
− | /*background-attachment: fixed;*/
| + | <div class="highlight decoration_B_full"> |
− | background-position: center;
| + | |
− | background-repeat: no-repeat;
| + | |
− | background-size: cover;
| + | |
− |
| + | |
− |
| + | |
− | }
| + | |
− |
| + | |
− | .sub-header h1{
| + | |
− | font-size: 60;
| + | |
− | text-align: center;
| + | |
− | position:absolute;
| + | |
− | left:0;
| + | |
− | right:0;
| + | |
− | margin-top:6.5% ;
| + | |
− | margin-left:auto;
| + | |
− | margin-right: auto;
| + | |
− | color:white;
| + | |
− | bottom: px;
| + | |
− | }
| + | |
| | | |
− | #blue{
| + | <h3>Adding parts to the registry</h3> |
− | background-image: url(redbanner.jpg);
| + | <p>You can add parts to the Registry at our <a href="http://parts.igem.org/Add_a_Part_to_the_Registry">Add a Part to the Registry</a> link.</p> |
− | }
| + | |
| | | |
− | h1, h2{
| + | <p>We encourage teams to start completing documentation for their parts on the Registry as soon as you have it available. The sooner you put up your parts, the better you will remember all the details about your parts. Remember, you don't need to send us the DNA sample before you create an entry for a part on the Registry. (However, you <b>do</b> need to send us the DNA sample before the Jamboree. If you don't send us a DNA sample of a part, that part will not be eligible for awards and medal criteria.)</p> |
| + | <div class="button_link"> |
| + | <a href="http://parts.igem.org/Add_a_Part_to_the_Registry"> |
| + | ADD PARTS |
| + | </a> |
| + | </div> |
| | | |
− | color: #661325;
| + | </div> |
− | }
| + | </div> |
− | h1{
| + | |
− | margin-top:2em;
| + | |
− | margin-bottom: 0.5em;
| + | |
− | }
| + | |
− | #first-title{
| + | |
− | top:100px;
| + | |
− | margin-top: 0;
| + | |
− | }
| + | |
− |
| + | |
− | .content{
| + | |
− | position:relative;
| + | |
− |
| + | |
− | background-color: var(--whiteish);
| + | |
− | }
| + | |
| | | |
− | .content-text{
| |
− | margin-top:2em;
| |
− | min-width: 400px;
| |
− | width:70%;
| |
− | position: relative;
| |
− | margin: auto;
| |
− | /*background-color: #8c7cff;*/
| |
| | | |
− | }
| |
| | | |
| + | <div class="column third_size"> |
| + | <div class="highlight decoration_A_full"> |
| + | <h3>Inspiration</h3> |
| + | <p>We have a created a <a href="http://parts.igem.org/Well_Documented_Parts">collection of well documented parts</a> that can help you get started.</p> |
| | | |
− | .scroll-pointer{
| + | <p> You can also take a look at how other teams have documented their parts in their wiki:</p> |
− | top:85%;
| + | <ul> |
− | position:absolute;
| + | <li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li> |
− | /*margin-left:auto;
| + | <li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li> |
− | margin-right:auto;*/
| + | <li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li> |
− | width: 100%;
| + | </ul> |
− | padding: 0;
| + | </div> |
− | }
| + | </div> |
| | | |
− | .scroll-pointer img{
| |
− | color: var(--primary) ;
| |
| | | |
− | }
| + | <div class="clear extra_space"></div> |
| | | |
− | .center-icon{
| |
− | width:100px;
| |
− | position: relative;
| |
− | display: block;
| |
− | margin-right: auto;
| |
− | margin-left: auto;
| |
− | opacity: 0.8;
| |
− | }
| |
− | .center {
| |
− | display: block;
| |
− | margin-left: auto;
| |
− | margin-right: auto;
| |
− | width: 50%;
| |
− | }
| |
| | | |
| | | |
− | .inner-card > img{
| |
− | /*height:100%;*/
| |
− | width:100%;
| |
− | object-fit: cover;
| |
− | /*border-radius: 8px;*/
| |
− | }
| |
| | | |
− | .content-card{
| + | <div class="column full_size"> |
− | grid-gap:10px;
| + | |
− | background-color: var(--whiteish) ;
| + | |
− | border-radius: 8px;
| + | |
− | }
| + | |
| | | |
− | .content-card-2{
| + | <h3>What information do I need to start putting my parts on the Registry?</h3> |
− | display: grid;
| + | <p>The information needed to initially create a part on the Registry is:</p> |
− | /*grid-template-rows: 10em 1fr;*/
| + | <ul> |
− | grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
| + | <li>Part Name</li> |
− | position: relative;
| + | <li>Part type</li> |
− | align-items:center;
| + | <li>Creator</li> |
− | /*justify-content: center;*/
| + | <li>Sequence</li> |
− | grid-gap:1vw;
| + | <li>Short Description (60 characters on what the DNA does)</li> |
− | padding:1vw;
| + | <li>Long Description (Longer description of what the DNA does)</li> |
| + | <li>Design considerations</li> |
| + | </ul> |
| | | |
− | }
| + | <p> |
| + | We encourage you to put up <em>much more</em> information as you gather it over the summer. If you have images, plots, characterization data and other information, please also put it up on the part page. </p> |
| | | |
| + | </div> |
| | | |
− | .content-card-3{
| |
− | display: grid;
| |
− | /*grid-template-rows: 10em 1fr;*/
| |
− | grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
| |
− | position: relative;
| |
− | align-items:center;
| |
− | /*justify-content: center;*/
| |
− | padding:0.5vw;
| |
− | }
| |
− | .card-holder{
| |
− | background-color: var(--whiteish);
| |
− | }
| |
| | | |
− | .inner-card{
| + | <div class="clear extra_space"></div> |
− | height: 100%;
| + | <div class="line_divider"></div> |
− | /* Or just make sure that the texts are equal length*/
| + | <div class="clear extra_space"></div> |
− | display: flex;
| + | |
− | flex-direction: column;
| + | |
− | background-color: ;
| + | |
− | padding: 1vw;
| + | |
− | border-radius: 8px;
| + | |
− | /* border: 1px solid var(--tertiary);*/
| + | |
− | background-color: var(--whiteish);
| + | |
− | }
| + | |
| | | |
− | .inner-card-text{
| + | <div class="column full_size"> |
− | flex:1 1 auto;
| + | <h3>Part Table </h3> |
− | margin-bottom: 2vw;
| + | |
− | padding-right:0.2vw ;
| + | |
− | padding-left:0.2vw ;
| + | |
− | }
| + | |
| | | |
− | .content-card-heading{
| + | <p>Please include a table of all the parts your team has made during your project on this page. Remember part characterization and measurement data must go on your team part pages on the Registry. </p> |
− | margin: 5px;
| + | |
− | padding: 1vw;
| + | |
− | /*grid-row: 1/2;
| + | |
− | grid-column: 1/3;*/
| + | |
− | /*background-color: white;*/
| + | |
− | /*border: 1px solid var(--light-blue);*/
| + | |
− | text-align: center;
| + | |
− | }
| + | |
| | | |
− | .content-card-img{
| + | </html> |
− | width:100%;
| + | <groupparts>iGEM18 Uppsala</groupparts> |
− | /*
| + | <html> |
− | margin-left: auto;
| + | </div> |
− | margin-right: auto;
| + | |
− | */
| + | |
− | border: 1px solid var(--primary);
| + | |
− | }
| + | |
| | | |
− | .left-card{
| |
| | | |
| | | |
− | }
| |
− | .right-card{
| |
− |
| |
− |
| |
− | }
| |
− |
| |
− | /************************COLLABORATIONS TABS **************************/
| |
− | .collaborations{
| |
− |
| |
− | text-align: center;
| |
− | position:relative;
| |
− | display: grid;
| |
− | grid-template-columns: repeat(4,1fr);
| |
− | grid-template-rows: 50px 1fr;
| |
− | grid-column-gap: 5vw;
| |
− | padding-left:4em ;
| |
− | padding-right:4em;
| |
− |
| |
− | }
| |
− |
| |
− | .collaborations img{
| |
− | width: 100%;
| |
− | max-height: 100%;
| |
− | object-fit: cover;
| |
− | }
| |
− |
| |
− | .popup-area{
| |
− | grid-column: 1/5;
| |
− | }
| |
− |
| |
− |
| |
− | .collaborations label:hover{
| |
− | color:#8B1A32;
| |
− | cursor: ;
| |
− | }
| |
− |
| |
− | .collaborations input{
| |
− | display:none ;
| |
− | }
| |
− |
| |
− | .collab{
| |
− | display: none;
| |
− | padding: 1em 1em;
| |
− | border-top: 1px solid #ddd;
| |
− | border: 1px solid #ddd;
| |
− | background-color: aliceblue;
| |
− | border-radius: 8px;
| |
− | position: relative;
| |
− | margin: 1em 0em;
| |
− | }
| |
− |
| |
− | /*The arrow that appears on the chat bubble*/
| |
− |
| |
− |
| |
− | label {
| |
− | display: inline-block;
| |
− | margin: 1px;
| |
− | /*padding: 15px 25px;*/
| |
− | font-weight: 600;
| |
− | color: black;
| |
− | /*border: 1px solid transparent;*/
| |
− | position: relative;
| |
− |
| |
− |
| |
− | }
| |
− |
| |
− | label::after {
| |
− | content: "";
| |
− | position: absolute;
| |
− | display:none;
| |
− | top: 54px;
| |
− | width: 20px;
| |
− | height:20px;
| |
− | border-top: 1px solid #ddd;
| |
− | border-right: 0px solid #ddd;
| |
− | border-bottom: 0px solid #ddd;
| |
− | border-left: 1px solid #ddd;
| |
− | transform: rotate(45deg);
| |
− | background: aliceblue;
| |
− |
| |
− | margin-left: 0px;
| |
− | z-index: 100;
| |
− | /*margin-top: -10px;*/
| |
− | /*
| |
− | border-width: 10px;
| |
− | border-style: solid;
| |
− | border-color: transparent transparent #000 transparent;
| |
− | */
| |
− | }
| |
− |
| |
− | /*Only when it is checked should the arrow be shown*/
| |
− |
| |
− | #tab1:checked + label:after{
| |
− | left: 80%;
| |
− | display:block;
| |
− | }
| |
− | #tab2:checked + label:after{
| |
− | left:40% ;
| |
− | display:block;
| |
− | }
| |
− | #tab3:checked + label:after{
| |
− | left:40%;
| |
− | display:block;
| |
− | }
| |
− | #tab4:checked + label:after{
| |
− | left:-5%;
| |
− | display:block;
| |
− | }
| |
− |
| |
− |
| |
− | input:checked + label p{
| |
− | /*border: 1px solid #ddd;*/
| |
− | border-top: 2px solid #F15025 ;
| |
− | /*
| |
− | text-decoration:overline;
| |
− | text-decoration-color:#F15025;
| |
− | */
| |
− |
| |
− | }
| |
− |
| |
− | #tab1:checked ~div #content1,
| |
− | #tab2:checked ~div #content2,
| |
− | #tab3:checked ~div #content3,
| |
− | #tab4:checked ~div #content4 {
| |
− | display: block;
| |
− | }
| |
− | /*End of Collaborations CSS*/
| |
− | /* Start of ide by side pic*/
| |
− | .pic-next-to-text{
| |
− | display: grid;
| |
− | /*grids-template-rows: 10em 1fr;*/
| |
− | grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
| |
− | position: relative;
| |
− | align-items:center;
| |
− | grid-gap:1vw;
| |
− | padding:1vw;
| |
− | }
| |
− |
| |
− | .side-text{
| |
− | padding-right:1.5vw ;
| |
− |
| |
− | }
| |
− | .side-img > img{
| |
− | width:100%;
| |
− | /*height:100%;*/
| |
− | object-fit: cover;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | /*Start of the code related to CSS Shapes */
| |
− |
| |
− | /*****Code related to Animations*/
| |
− |
| |
− |
| |
− | <title>SVG Stroke Animation</title>
| |
− | <style type="text/css">
| |
− | html{
| |
− | margin: 0;
| |
− | padding:0;
| |
− | width:100%;
| |
− | }
| |
− |
| |
− | body{
| |
− | margin: 0;
| |
− | padding: 0;
| |
− | width: 100%;
| |
− | text-align: center;
| |
− | background: url(https://2018.igem.org/File:T--Uppsala--UnaG_Comparison_PreLysis.png) no-repeat 50% 50%;
| |
− | background-size: cover;
| |
− | height:100vh;
| |
− | display: table;
| |
− | }
| |
− |
| |
− | .svg-wrapper{
| |
− | position:absolute;
| |
− | top:45vh;
| |
− | left:50%;
| |
− | transform: translate(-50%, -50%);
| |
− | width: 60%;
| |
− |
| |
− | }
| |
− |
| |
− | path{
| |
− | stroke: red;
| |
− | fill: #fff;
| |
− | stroke-dasharray:2000 ;
| |
− | opacity: 10;
| |
− | animation: animate 3s cubic-bezier(0,.21,1,.47) ;
| |
− | }
| |
− |
| |
− | @keyframes animate{
| |
− | 0% {
| |
− | opacity: 0;
| |
− | fill: none;
| |
− | stroke-dashoffset:2000 ;
| |
− | }
| |
− |
| |
− | 30% {
| |
− | opacity: 10;
| |
− | fill: none;
| |
− | stroke-dashoffset:2000 ;
| |
− | }
| |
− |
| |
− | 90% {
| |
− |
| |
− | fill: rgba(255,255,255,0);
| |
− | stroke-dashoffset:0;
| |
− | }
| |
− |
| |
− | 100% {
| |
− | opacity: 10;
| |
− | fill: rgba(255,255,255,1);
| |
− | stroke-dashoffset:0;
| |
− | }
| |
− | }
| |
− |
| |
− |
| |
− | </style>
| |
− | </head>
| |
− |
| |
− |
| |
− | <body>
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | <div class="svg-wrapper">
| |
− |
| |
− |
| |
− | <<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
| |
− | viewBox="0 0 2838 252" style="enable-background:new 0 0 2838 252;" xml:space="preserve">
| |
− | <style type="text/css">
| |
− | .st0{fill:#fff;stroke:#FFFFFF;stroke-width:3;stroke-miterlimit:10;}
| |
− | </style>
| |
− | <g>
| |
− | <path class="st0" d="M10.9,16.1c24.6,0.8,40.3,1.2,47,1.2c9.2,0,19.5-0.2,30.9-0.7c12.1-0.4,19.6-0.6,22.4-0.6
| |
− | c13.7,0,25,1.4,33.9,4.2c8.9,2.8,16.3,8,22.2,15.5c5.9,7.5,8.8,16.6,8.8,27.2c0,8.8-2.1,17.3-6.2,25.5s-9.8,15.2-17.1,20.9
| |
− | c-7.3,5.8-14.7,9.9-22.3,12.4c-7.5,2.5-15.3,3.7-23.4,3.7c-6.1,0-12.8-0.7-20.2-2.1l-2.5-8.9l1.3-1.5c7.3,1.7,13.3,2.5,17.9,2.5
| |
− | c12.8,0,23.1-4.2,30.8-12.7c7.8-8.4,11.6-19.3,11.6-32.4c0-13.3-4-23.9-12.1-31.8s-20.2-11.9-36.5-11.9c-8.9,0-18.7,1.7-29.3,5
| |
− | c-0.9,7.5-1.3,25.7-1.3,54.5v67.8l0.1,28.6c0.1,11,0.4,18.2,0.9,21.4c0.5,3.2,1.2,5.4,2.1,6.4c0.9,1.1,2.7,2,5.3,2.7
| |
− | s9.1,1.3,19.5,1.7l1.2,0.9v7.3l-1.2,1.2c-24.9-0.8-38.9-1.2-42-1.2c-3.3,0-17.3,0.4-41.9,1.2l-1.2-1.2v-7.3l1.2-0.9
| |
− | c9.1-0.4,15.1-0.9,18.2-1.5c3-0.6,5.1-1.3,6.1-2.3c1-0.9,1.9-2.9,2.5-5.9c0.6-3,1-9.8,1.1-20.2l0.1-30.9V86.3l-0.3-28.6
| |
− | c-0.1-11.1-0.4-18.3-0.8-21.5s-1.1-5.4-2.1-6.4c-0.9-1.1-2.7-2-5.3-2.6c-2.6-0.7-9.1-1.2-19.5-1.6l-1.2-1v-7.3L10.9,16.1z"/>
| |
− | <path class="st0" d="M170,224.3l-1.3-1.2v-7.6l1.3-1.2c7.1-0.1,11.7-0.5,13.8-1.1c2.1-0.6,3.9-1.9,5.5-3.8s4.9-8.1,9.7-18.7
| |
− | l15.4-33.4l39.8-90.2c7.5-17.7,15-35.4,22.4-53h9.5l62.5,147.1l8.3,19.6c2.4,5.6,5.2,11.6,8.4,18.2c3.2,6.5,5.4,10.4,6.6,11.6
| |
− | c1.2,1.2,2.7,2.1,4.5,2.7c1.8,0.6,5.8,1,12.1,1.1l1.2,1.2v7.6l-1.2,1.2c-10.4-0.9-19.7-1.3-28-1.3c-16.2,0.5-32.4,0.9-48.6,1.3
| |
− | l-1.2-1.2v-7.6l1.2-1.2c10.9-0.2,17.8-0.7,20.5-1.4c2.7-0.7,4.1-2.4,4.1-5.1c0-2.1-0.7-5-2.1-8.5l-18-44.7h-84.8l-16,37.5
| |
− | c-2.8,6.7-4.2,11.7-4.2,14.8c0,2.4,1.3,4.2,4,5.4s9.3,1.8,19.9,1.9l1.3,1.2v7.6l-1.2,1.2c-12.6-0.8-23.6-1.2-33.1-1.2
| |
− | C191.8,223.1,180.9,223.5,170,224.3z M236.8,142.1h74.1l-36.8-88.3L236.8,142.1z"/>
| |
− | <path class="st0" d="M403.1,17.1l1.2-1c17.9,0.8,31.8,1.2,41.7,1.2c11,0,25.9-0.3,44.7-1c6.9-0.2,12-0.3,15.1-0.3
| |
− | c24.7,0,41.5,4.5,50.2,13.5c8.8,9,13.2,19.6,13.2,31.9c0,8.2-2.1,16.3-6.4,24.2c-4.3,7.9-10.6,14.7-19,20.3
| |
− | c-8.4,5.6-20,9.8-34.7,12.7c2.7,3.8,7.7,10.4,14.8,19.8l20.8,27.5c6.7,9.1,14,18.7,21.7,28.8c7.7,10.1,12.7,15.8,14.9,17.1
| |
− | c2.2,1.3,4.2,2.1,5.8,2.4s4.2,0.4,7.7,0.4l1.2,1.2v6.9l-1.3,1.3c-4.7-0.6-10.3-0.9-16.7-0.9c-6.9,0-14.5,0.3-22.7,0.9
| |
− | c-6.7-8.2-17.3-22.4-31.8-42.6c-16.8-23.4-34-45.2-51.6-65.2l1.5-4.5c5.1,0.3,9,0.4,11.9,0.4c16.9,0,30.1-4.1,39.7-12.2
| |
− | c9.6-8.1,14.4-19.3,14.4-33.7c0-12.9-4.3-22.6-12.9-29.2c-8.6-6.6-20.2-9.9-34.9-9.9c-10.3,0-19.9,1.4-29,4.2
| |
− | c-1.5,2.1-2.2,20.5-2.2,54.9v67.8l0.1,28.6c0.1,11,0.4,18.2,0.9,21.4c0.5,3.2,1.2,5.4,2.1,6.4c0.9,1.1,2.7,2,5.3,2.7
| |
− | s9.1,1.3,19.5,1.7l1.2,0.9v7.3l-1.2,1.2c-0.5,0-9.1-0.3-25.8-0.9c-6.9-0.2-12.4-0.3-16.3-0.3c-3,0-17,0.4-41.9,1.2l-1.2-1.2v-7.3
| |
− | l1.2-0.9c9.1-0.4,15.1-0.9,18.2-1.5c3-0.6,5.1-1.3,6.1-2.3c1-0.9,1.9-2.9,2.5-5.9c0.6-3,1-9.8,1.1-20.2l0.1-30.9V86.3l-0.3-28.6
| |
− | c-0.1-11.1-0.4-18.3-0.8-21.5s-1.1-5.4-2.1-6.4c-0.9-1.1-2.7-2-5.3-2.6c-2.6-0.7-9.1-1.2-19.5-1.6l-1.2-1V17.1z"/>
| |
− | <path class="st0" d="M774.1,16.1l1.3,1.3c-0.9,8.8-1.3,24.1-1.3,46l-1.2,1.2H766l-1.2-1.3l-1.6-13.5c-0.8-7.2-1.4-11.6-1.8-13.3
| |
− | s-1.1-2.8-2.1-3.5c-1-0.7-4.2-1.3-9.5-1.8c-5.4-0.5-11.4-0.7-18-0.7h-27.7c-0.8,22.1-1.2,34.8-1.2,38.2v85.4l0.3,28.6
| |
− | c0.1,11,0.4,18.2,0.8,21.5c0.4,3.3,1.1,5.4,2.1,6.4c0.9,1,2.7,1.9,5.3,2.6s9.2,1.3,19.6,1.7l1,0.9v7.3l-1,1.2
| |
− | c-25-0.8-39-1.2-41.9-1.2c-3.1,0-17,0.4-41.7,1.2l-1.2-1.2v-7.3l1.2-0.9c9.2-0.4,15.3-0.9,18.2-1.5c3-0.6,5-1.3,6-2.3
| |
− | c1-0.9,1.9-2.9,2.6-5.9c0.7-3,1-9.8,1-20.2l0.3-30.9V68.7c0-1.6-0.4-14.3-1.2-38.2h-21.8c-9,0-16.8,0.2-23.3,0.6
| |
− | c-6.5,0.4-10.3,1.4-11.4,3s-2,6.9-2.9,15.7l-1.5,13.5l-1.3,1.3h-6.7l-1.2-1.2c-0.2-23.5-0.6-38.9-1.3-46l1.3-1.3
| |
− | c17,0.8,45.3,1.2,84.8,1.2C729.5,17.3,757.8,16.9,774.1,16.1z"/>
| |
− | <path class="st0" d="M1060.5,198.3l-5.6,13.6c-21.7,11-44.8,16.6-69.4,16.6c-35.3,0-63.9-10-85.9-30c-22-20-33-46.2-33-78.5
| |
− | c0-22.3,5.5-41.7,16.5-58.4c11-16.6,25.5-29.1,43.5-37.4c18-8.3,38.3-12.4,60.7-12.4c13,0,25.8,1.4,38.5,4.1
| |
− | c12.7,2.7,23.3,6,31.8,9.8l1,1.5c-2.2,5.5-4.3,19-6.3,40.6l-1,1.2h-6.9l-1.2-1.2l-1.5-24.9c-7.1-5.7-15.7-10.1-25.9-13.3
| |
− | c-10.1-3.2-20.6-4.8-31.6-4.8c-16.5,0-31.3,3.5-44.4,10.6c-13.1,7.1-23.2,17.3-30.5,30.8c-7.2,13.4-10.8,29.9-10.8,49.3
| |
− | c0,19.5,4.2,36.7,12.7,51.4c8.5,14.7,20.1,26.1,34.8,34c14.7,7.9,31.9,11.9,51.5,11.9c8.7,0,17-0.8,25-2.5c8-1.7,14.7-3.7,20-6.2
| |
− | c5.3-2.4,10.4-5.4,15.3-8.9L1060.5,198.3z"/>
| |
− | <path class="st0" d="M1075.9,122.2c0-14.6,2.1-28.3,6.3-41c4.2-12.7,11.4-24.4,21.5-35.2c10.1-10.8,22.3-19.1,36.5-25
| |
− | c14.3-5.9,30.4-8.9,48.3-8.9c33.3,0,59.8,9.1,79.5,27.2c19.7,18.1,29.6,42.8,29.6,74.2c0,22.1-4.8,41.9-14.5,59.5
| |
− | s-23.5,31.3-41.5,41s-38.3,14.6-60.7,14.6c-15.9,0-30.6-2.7-43.9-8c-13.4-5.3-24.8-13.3-34.2-23.8c-9.4-10.5-16.3-22.8-20.5-36.6
| |
− | C1078,146.2,1075.9,133.6,1075.9,122.2z M1106.3,112.5c0,11.9,1.9,24.7,5.8,38.5c3.9,13.7,9.6,25.5,17.3,35.3
| |
− | c7.7,9.8,16.5,17.1,26.5,21.9c10,4.8,21.4,7.2,34.2,7.2c15.1,0,28.6-3.5,40.4-10.4c11.8-6.9,20.8-17.7,27-32.3
| |
− | c6.2-14.6,9.2-31,9.2-49.1c0-19.7-3.5-37.5-10.5-53.5c-7-15.9-17-27.5-30-34.7c-13-7.2-27.4-10.8-43.2-10.8
| |
− | c-23.7,0-42.4,7.4-56.1,22.3C1113.2,61.6,1106.3,83.5,1106.3,112.5z"/>
| |
− | <path class="st0" d="M1310.1,17.1l1.2-1c24.2,0.8,38.2,1.2,41.9,1.2c3.3,0,17.3-0.4,42-1.2l1.2,1v7.3l-1.2,1
| |
− | c-6.7,0.2-11.9,0.5-15.6,0.9c-3.7,0.4-6.3,1.1-8,2.2c-1.7,1.1-2.8,3.6-3.3,7.5c-0.5,4-0.8,9.4-0.8,16.5l-0.3,33.7V151
| |
− | c0,16.2,0.1,27.5,0.3,34l0.7,25.3h29.9c23.8,0,38.7-0.3,44.6-0.9c5.9-0.6,11.6-2,17.1-4.2c1.1-2.4,2.6-8.1,4.6-16.8
| |
− | c2-8.8,3.1-13.9,3.1-15.2l1.3-1.2h7.2l1,1.2c-0.8,3.9-1.6,11.5-2.4,22.7c-0.8,11.2-1.2,20.3-1.2,27.2l-1.2,1.2
| |
− | c-18.6-0.6-42.9-0.9-73.1-0.9l-42.8-0.3c-9.8,0-19.7,0.4-29.9,1.2l-1.2-1.2v-4.8l1.2-1.5c6.1-3.1,9.4-5,10-5.7
| |
− | c0.6-0.7,1.2-7,1.8-18.9c0.6-11.9,1-26.3,1-43.1V86.3l-0.3-28.6c-0.1-11.1-0.4-18.3-0.8-21.5s-1.1-5.4-2.1-6.4
| |
− | c-0.9-1.1-2.7-2-5.3-2.6c-2.6-0.7-9.1-1.2-19.5-1.6l-1.2-1V17.1z"/>
| |
− | <path class="st0" d="M1493.3,17.1l1.2-1c24.2,0.8,38.2,1.2,41.9,1.2c3.3,0,17.3-0.4,42-1.2l1.2,1v7.3l-1.2,1
| |
− | c-6.7,0.2-11.9,0.5-15.6,0.9c-3.7,0.4-6.3,1.1-8,2.2c-1.7,1.1-2.8,3.6-3.3,7.5c-0.5,4-0.8,9.4-0.8,16.5l-0.3,33.7V151
| |
− | c0,16.2,0.1,27.5,0.3,34l0.7,25.3h29.9c23.8,0,38.7-0.3,44.6-0.9c5.9-0.6,11.6-2,17.1-4.2c1.1-2.4,2.6-8.1,4.6-16.8
| |
− | c2-8.8,3.1-13.9,3.1-15.2l1.3-1.2h7.2l1,1.2c-0.8,3.9-1.6,11.5-2.4,22.7c-0.8,11.2-1.2,20.3-1.2,27.2l-1.2,1.2
| |
− | c-18.6-0.6-42.9-0.9-73.1-0.9l-42.8-0.3c-9.8,0-19.7,0.4-29.9,1.2l-1.2-1.2v-4.8l1.2-1.5c6.1-3.1,9.4-5,10-5.7
| |
− | c0.6-0.7,1.2-7,1.8-18.9c0.6-11.9,1-26.3,1-43.1V86.3l-0.3-28.6c-0.1-11.1-0.4-18.3-0.8-21.5s-1.1-5.4-2.1-6.4
| |
− | c-0.9-1.1-2.7-2-5.3-2.6c-2.6-0.7-9.1-1.2-19.5-1.6l-1.2-1V17.1z"/>
| |
− | <path class="st0" d="M1681.9,17.1l1.2-1c33.5,0.6,54.9,0.9,64.3,0.9c32,0,60.5-0.3,85.5-0.9l0.7,1c-2.4,9.4-4.2,24.1-5.4,44.1
| |
− | l-0.9,1.2h-7.2l-1.3-1.2c0.1-0.9,0.1-1.7,0.1-2.3c0-8.3-0.6-16.2-1.9-23.7c-6.2-2.7-14.7-4.5-25.6-5.3c-10.9-0.8-19.1-1.2-24.5-1.2
| |
− | c-7.7,0-17.6,0.5-29.6,1.6l-0.6,23.4l-0.4,26.8l-0.4,29.7c10.5,0.6,20.3,0.9,29.2,0.9c9,0,16.5-0.3,22.6-0.9
| |
− | c6.1-0.6,9.6-1.2,10.6-1.8c1-0.6,1.8-1.9,2.3-3.7c0.5-1.8,1-5,1.4-9.6l0.6-9.1l1.2-1.2h6.7l1.2,1.2c-0.2,10.6-0.4,21.3-0.7,32.1
| |
− | l0.7,33l-1.2,1.2h-6.7l-1.2-1.2l-1-8.8c-0.9-6.8-1.5-10.9-1.9-12.2c-0.4-1.3-1.3-2.5-2.7-3.4c-1.4-1-5.1-1.8-10.9-2.3
| |
− | s-13.9-0.9-24.2-0.9c-5.7,0-14.3,0.2-25.9,0.7c-0.5,8.2-0.7,21.9-0.7,41c0,20.5,0.2,35.6,0.7,45.3h27c23.7,0,38.6-0.3,44.5-0.9
| |
− | c6-0.6,11.6-2,17-4.2c0.9-2.2,2.3-7.4,4.3-15.6c2-8.2,3.1-13.3,3.4-15.3l1.5-1h7l1.2,1c-0.9,4.2-1.7,11.5-2.6,22
| |
− | c-0.8,10.5-1.2,19.4-1.2,26.8l-1,1.2c-18.7-0.6-43.1-0.9-73.2-0.9l-39.8-0.3c-9.3,0-18.9,0.4-29,1.2l-1.2-1.2v-4.8l1.2-1.5
| |
− | c5.8-2.9,9.1-4.8,9.9-5.5c0.8-0.7,1.5-9.3,2.1-25.6c0.5-16.4,0.8-28.8,0.8-37.4V94.5l-0.1-33.3c0-7.2-0.1-13.1-0.3-17.7
| |
− | c-0.2-4.5-0.5-7.8-1-9.7c-0.5-2-1.1-3.3-1.7-4.1c-0.6-0.8-1.7-1.4-3.1-2c-1.4-0.5-3.8-1-7.3-1.4l-11.1-0.9l-1.2-1V17.1z"/>
| |
− | <path class="st0" d="M2058.8,198.3l-5.6,13.6c-21.7,11-44.8,16.6-69.4,16.6c-35.3,0-63.9-10-85.9-30c-22-20-33-46.2-33-78.5
| |
− | c0-22.3,5.5-41.7,16.5-58.4c11-16.6,25.5-29.1,43.5-37.4c18-8.3,38.3-12.4,60.7-12.4c13,0,25.8,1.4,38.5,4.1
| |
− | c12.7,2.7,23.3,6,31.8,9.8l1,1.5c-2.2,5.5-4.3,19-6.3,40.6l-1,1.2h-6.9l-1.2-1.2l-1.5-24.9c-7.1-5.7-15.7-10.1-25.9-13.3
| |
− | c-10.1-3.2-20.6-4.8-31.6-4.8c-16.5,0-31.3,3.5-44.4,10.6c-13.1,7.1-23.2,17.3-30.5,30.8c-7.2,13.4-10.8,29.9-10.8,49.3
| |
− | c0,19.5,4.2,36.7,12.7,51.4c8.5,14.7,20.1,26.1,34.8,34c14.7,7.9,31.9,11.9,51.5,11.9c8.7,0,17-0.8,25-2.5c8-1.7,14.7-3.7,20-6.2
| |
− | c5.3-2.4,10.4-5.4,15.3-8.9L2058.8,198.3z"/>
| |
− | <path class="st0" d="M2243.9,16.1l1.3,1.3c-0.9,8.8-1.3,24.1-1.3,46l-1.2,1.2h-6.9l-1.2-1.3l-1.6-13.5c-0.8-7.2-1.4-11.6-1.8-13.3
| |
− | s-1.1-2.8-2.1-3.5c-1-0.7-4.2-1.3-9.5-1.8c-5.4-0.5-11.4-0.7-18-0.7h-27.7c-0.8,22.1-1.2,34.8-1.2,38.2v85.4l0.3,28.6
| |
− | c0.1,11,0.4,18.2,0.8,21.5c0.4,3.3,1.1,5.4,2.1,6.4c0.9,1,2.7,1.9,5.3,2.6s9.2,1.3,19.6,1.7l1,0.9v7.3l-1,1.2
| |
− | c-25-0.8-39-1.2-41.9-1.2c-3.1,0-17,0.4-41.7,1.2l-1.2-1.2v-7.3l1.2-0.9c9.2-0.4,15.3-0.9,18.2-1.5c3-0.6,5-1.3,6-2.3
| |
− | c1-0.9,1.9-2.9,2.6-5.9c0.7-3,1-9.8,1-20.2l0.3-30.9V68.7c0-1.6-0.4-14.3-1.2-38.2h-21.8c-9,0-16.8,0.2-23.3,0.6
| |
− | c-6.5,0.4-10.3,1.4-11.4,3s-2,6.9-2.9,15.7l-1.5,13.5l-1.3,1.3h-6.7l-1.2-1.2c-0.2-23.5-0.6-38.9-1.3-46l1.3-1.3
| |
− | c17,0.8,45.3,1.2,84.8,1.2C2199.3,17.3,2227.6,16.9,2243.9,16.1z"/>
| |
− | <path class="st0" d="M2259.6,16.1l18.3,0.6c12,0.4,19.9,0.6,23.6,0.6c3.3,0,17.3-0.4,42-1.2l1.2,1v7.3l-1.2,1
| |
− | c-6.7,0.2-11.9,0.5-15.6,0.9c-3.7,0.4-6.3,1.1-8,2.2c-1.7,1.1-2.8,3.6-3.3,7.5c-0.5,4-0.8,9.4-0.8,16.5l-0.3,33.7v67.8l0.1,28.6
| |
− | c0.1,11,0.4,18.2,0.9,21.4c0.5,3.2,1.2,5.4,2.1,6.4c0.9,1.1,2.7,2,5.3,2.7s9.1,1.3,19.5,1.7l1.2,0.9v7.3l-1.2,1.2
| |
− | c-0.5,0-9.1-0.3-25.8-0.9c-6.9-0.2-12.4-0.3-16.3-0.3c-3,0-17,0.4-41.9,1.2l-1.2-1.2v-7.3l1.2-0.9c9.1-0.4,15.1-0.9,18.2-1.5
| |
− | c3-0.6,5.1-1.3,6.1-2.3c1-0.9,1.9-2.9,2.5-5.9c0.6-3,1-9.8,1.1-20.2l0.1-30.9V86.3l-0.3-28.6c-0.1-11.1-0.4-18.3-0.8-21.5
| |
− | s-1.1-5.4-2.1-6.4c-0.9-1.1-2.7-2-5.3-2.6c-2.6-0.7-9.1-1.2-19.5-1.6l-1.2-1v-7.3L2259.6,16.1z"/>
| |
− | <path class="st0" d="M2359.1,122.2c0-14.6,2.1-28.3,6.3-41c4.2-12.7,11.4-24.4,21.5-35.2c10.1-10.8,22.3-19.1,36.5-25
| |
− | c14.3-5.9,30.4-8.9,48.3-8.9c33.3,0,59.8,9.1,79.5,27.2c19.7,18.1,29.6,42.8,29.6,74.2c0,22.1-4.8,41.9-14.5,59.5
| |
− | s-23.5,31.3-41.5,41s-38.3,14.6-60.7,14.6c-15.9,0-30.6-2.7-43.9-8c-13.4-5.3-24.8-13.3-34.2-23.8c-9.4-10.5-16.3-22.8-20.5-36.6
| |
− | C2361.2,146.2,2359.1,133.6,2359.1,122.2z M2389.5,112.5c0,11.9,1.9,24.7,5.8,38.5c3.9,13.7,9.6,25.5,17.3,35.3
| |
− | c7.7,9.8,16.5,17.1,26.5,21.9c10,4.8,21.4,7.2,34.2,7.2c15.1,0,28.6-3.5,40.4-10.4c11.8-6.9,20.8-17.7,27-32.3
| |
− | c6.2-14.6,9.2-31,9.2-49.1c0-19.7-3.5-37.5-10.5-53.5c-7-15.9-17-27.5-30-34.7c-13-7.2-27.4-10.8-43.2-10.8
| |
− | c-23.7,0-42.4,7.4-56.1,22.3C2396.4,61.6,2389.5,83.5,2389.5,112.5z"/>
| |
− | <path class="st0" d="M2597.5,224.1l-1.3-1.3v-6.7l1.3-1.2c6-0.1,10.7-0.4,14.3-1c3.6-0.6,5.9-1.6,6.9-2.9c1-1.4,1.7-3.6,2.1-6.6
| |
− | c0.3-3,0.7-9.9,1-20.5c0.3-10.6,0.5-18.3,0.5-22.9V42.6c0-5-0.9-8.7-2.7-11.1c-1.8-2.4-4.3-3.9-7.4-4.5c-3.1-0.6-8.4-1-16-1.1
| |
− | l-1.2-1.2v-6.9l1.2-1.3c13.5,0.5,22.3,0.7,26.5,0.7c9.9,0,18-0.2,24.3-0.7l46.7,60.6l68.7,86.1c8.3,10.5,16.7,20.4,25.3,29.7V79.7
| |
− | c0-3.5-0.2-11-0.5-22.5c-0.3-11.5-0.8-18.8-1.2-21.8c-0.5-3.1-1.3-5.1-2.6-6.2c-1.2-1.1-3.5-1.9-6.9-2.4c-3.4-0.5-7.9-0.9-13.7-1
| |
− | l-1.2-1.2v-6.7l1.2-1.3c7.9,0.5,19.2,0.7,33.8,0.7c13.4,0,23.1-0.2,29.2-0.7l1.3,1.3v6.7l-1.2,1.2c-6.4,0.1-11.4,0.5-14.9,1.1
| |
− | c-3.5,0.6-5.7,1.7-6.6,3.1s-1.5,3.6-1.8,6.4c-0.3,2.8-0.7,9.6-1,20.2c-0.3,10.6-0.5,18.3-0.5,23v69.6l0.1,40.3
| |
− | c0.2,13.2,0.4,26.4,0.6,39.7c-4.9-1.7-13.3-3.7-25.3-6.2l-10.4-12.3l-31.2-38.1l-99.3-124.1V161c0,4.5,0.2,12.5,0.5,24
| |
− | c0.3,11.5,0.8,18.5,1.2,20.9c0.5,2.4,1.1,4.1,1.9,5.1c0.8,0.9,2.5,1.8,5.1,2.6c2.6,0.8,7.9,1.2,16,1.3l1.2,1.2v6.9l-1.2,1.2
| |
− | c-5.1-0.7-13.3-1-24.6-1C2621.2,223.1,2608.5,223.4,2597.5,224.1z"/>
| |
− |
| |
− | </g>
| |
− | </svg>
| |
− |
| |
− | </div>
| |
− |
| |
− |
| |
− | <div class ="scroll-pointer">
| |
− |
| |
− | </div>
| |
− |
| |
− | <div class= "content blur-box" style="font-size:16px;">
| |
− | <div class ="content-text" >
| |
| | | |
− | <div style="height:1em;"></div>
| |
− |
| |
− |
| |
− |
| |
− | </body>
| |
| </html> | | </html> |