html {
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(208deg, #f1f1f1, #ffffff);
  background: -o-linear-gradient(208deg, #f1f1f1, #ffffff);
  background: linear-gradient(242deg, #f1f1f1, #ffffff);
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #171717;
  background: url("/images/logo@2x.png") no-repeat left 103px top 103px,
              url("/images/triangles-up.svg") no-repeat top -200px right -100px,
              url("/images/triangles-down.svg") no-repeat left -200px bottom -250px;
  background-size: 360px, 580px, 604px;
}

a {
  color: #148bb6;
  text-decoration: none;
}

.hidden {
  display: none;
}

.table, .table_cell {
  width: 100%;
  height: 100%;
}

.table {
  display: table;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}


h1 span {
	font-weight: bold;
}

.wrapper_message {
  width: 580px;
  margin: 0 auto;
}

h1, h2, h3 {
  width: 100%;
}

h1 {
	text-align: left;
  font: 18px/1.33 'PT Sans', sans-serif;
}

h2 {
  margin: 30px 0 0 0;
}

h2, h3 {
  font: 14px/1.43 'PT Sans', sans-serif;
  text-align: left;
}

h3 {
  text-align: center;
  margin-bottom: 30px;
}

.button {
  border-radius: 3px;
  background-color: #148bb6;
  border: solid 1px #1d6694;
  font: 12px/1.33 'Arial', sans-serif;
  text-align: left;
  color: #ffffff;
}

h1 + .button {
  width: 98px;
}


.wrapper_license {
	width: 660px;
	height: 554px;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.19);
	        box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.19);

  margin: 0 auto;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper_license h1 {
  width: 276px;
	height: 24px;
	font: 18px/1.33 'PT Sans', sans-serif;
	text-align: left;

  margin: 0px 344px 30px 0px;
}

.wrapper_license h2 {
  width: 273.6px;
  height: 20px;
  font: 14px/1.43 'PT Sans', sans-serif;
  text-align: left;

  margin: 0 auto 10px 7px;
}

.wrapper_license ul {
  width: 540px;
	height: 350px;
	font: 14px/1.43 'PT Sans', sans-serif;
	text-align: left;
  padding: 0;
  margin-left: 20px;
}

.wrapper_license li {
  margin: 5px 0px 5px 10px;
  list-style-type: none;
  position: relative;
}
.wrapper_license li:before {
 color: #148bb6;
 content: "•";
  position: absolute;
  left: -13px;

}

.wrapper_license .button {
  width: 47px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) and (max-height: 673px) {
  .table_cell {
    display: block;
    height: auto;
  }

  .wrapper_message {
    margin-top: 200px;
  }

  .wrapper_license {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1025px) and (max-height: 477px) {
  body, html {
    height: auto;
  }
}




@media screen and (min-width: 600px) and (max-width: 1024px)  {
  body {
    background-position: left 133px top 80px,
                            top -200px right -100px,
                            left -200px bottom -250px;
  }

  .wrapper_message {
    width: 66%;
  }

  h1 {
    font: 28px/1.21 'PT Sans', sans-serif;
  }
  h2, h3 {
    font: 18px/1.33 'PT Sans', sans-serif;
  }

  h2 {
    margin: 50px 0 0 0;
  }

  .button {
  	border-radius: 4px;
  	font: 18px/1.22 'Arial', sans-serif;
  }

  h1 + .button {
    width: 147px;
  }


  .wrapper_license {
  	width: 481px;
  	height: 100%;
  	border: none;;
  	background-color: #ffffff;
  	-webkit-box-shadow: none;
  	        box-shadow: none;

    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 70px 0 0 0;
    margin: 0 auto;
  }

  .wrapper_license h1 {
    width: 386px;
  	height: 34px;
  	font: 28px/1.21 'PT Sans', sans-serif;
  }

  .wrapper_license h2 {
    width: 320px;
  	height: 24px;
  	font: 18px/1.33 'PT Sans', sans-serif;

    margin: 0 auto 15px 0;
  }

  .wrapper_license ul {
    width: 448px;
  	height: 561px;
  	font: 18px/1.33 'PT Sans', sans-serif;
  }

  .wrapper_license .button {
    width: 70px;
    margin: 0 auto;
  }

}
@media screen and (min-width:600px) and (max-width: 1024px) and (max-height: 880px) {
  .table_cell {
    display: block;
    height: auto;
  }

  .wrapper_message {
    margin-top: 230px;
  }
}

@media screen and (min-width:600px) and (max-width: 1024px) and (max-height: 653px) {
  body, html {
    height: auto;
  }
}




@media screen and (max-width: 599px) {
  body {
    background-position: left 22px top 40px, top -75px right -57px, left -65px bottom -75px;
    background-size: 186px, 290px, 203px;
  }

  .wrapper_message {
    width: 86%;
  }

  h1 {
    font: 18px/1.33 'PT Sans', sans-serif;
  }

  h2, h3 {
    font: 14px/1.43 'PT Sans', sans-serif;
  }

  h2 {
    margin: 30px 0 0 0;
  }

  .button {
    border-radius: 4px;
    font: 14px/1.29 'Arial', sans-serif;
  }

  h1:first-child + .button {
    width: 114px;
  }

  .wrapper_license {
    width: 276px;
    height: 850px;
    border: none;;
    background-color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;

    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 40px 0 0 0;
    margin: 0 auto;
  }

  .wrapper_license h1 {
    width: 276px;
    height: 24px;
    font: 18px/1.33 'PT Sans', sans-serif;
  }

  .wrapper_license h2 {
    width: 273.6px;
    height: 20px;
    font: 14px/1.43 'PT Sans', sans-serif;

    margin: 0 auto 10px 0;
  }

  .wrapper_license ul {
    width: 243px;
    height: 444px;
    font: 14px/1.43 'PT Sans', sans-serif;
  }

  .wrapper_license .button_wrapper {
    width: 100%;
	  height: 96px;
  	background-color: #ffffff;
	  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.19);
	          box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.19);

    position: fixed;
    bottom: 0;
    left: 0;
  }

  .wrapper_license .button {
    width: 54px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 599px) and (max-height: 650px) {
  .table_cell {
    display: block;
    height: auto;
  }

  .wrapper_message {
    margin-top: 150px;
  }
}

@media screen and (max-width: 599px) and (max-height: 550px) {
  body, html {
    height: auto;
  }
}