@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css");
@import "/widgets/owl.carousel/owl.carousel.css";
@import "/widgets/owl.carousel/assets/owl.theme.default.css";
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
/*-----------------
 <FUNCTIONS>
-------------------*/
/*-----------------
 </FUNCTIONS>
-------------------*/
i.open-m::before {
  content: "\f0c9";
}
i.close-m::before {
  content: "\f00d";
}
i.caret-right::before {
  content: "\f0da";
}
i.caret-left::before {
  content: "\f0d9";
}
i.angle-right::before {
  content: "\f105";
}
i.angle-left::before {
  content: "\f104";
}
i.newsletter::before {
  content: "\f1ea";
}
i.pdf::before {
  content: "\f1c1";
}
/*-----------------
 <GENERAL SETTINGS>
-------------------*/
html,
#body,
body {
  height: auto;
}
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #fff;
}
.container {
  padding-left: 215px;
  padding-right: 315px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1700px) {
  .container {
    padding-left: 150px;
  }
}
@media (max-width: 1560px) {
  .container {
    padding-left: 50px;
  }
}
@media (max-width: 1400px) {
  .container {
    padding-left: 15px;
    padding-right: 278px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    padding-right: 245px;
  }
}
@media (max-width: 1100px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
[class^="col-"] {
  padding: 0;
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: none;
}
.overlay.active {
  display: block;
}
.no-overflow {
  overflow: hidden;
}
#content {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 215px;
  padding-right: 50px;
}
#content .container.flex {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 55px;
  margin-left: 0;
  padding: 0;
}
#content .lateral-adv {
  -webkit-box-flex: 0 0 210px;
  -moz-box-flex: 0 0 210px;
  -webkit-flex: 0 0 210px;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}
#content .lateral-adv .ad2 {
  display: none;
}
@media (max-width: 1700px) {
  #content {
    padding-left: 150px;
    padding-right: 50px;
  }
}
@media (max-width: 1560px) {
  #content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1400px) {
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #content .container.flex {
    margin-right: 20px;
  }
}
@media (max-width: 1100px) {
  #content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #content .container.flex {
    margin-right: 0;
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  #content.home-page .lateral-adv {
    display: none;
  }
  #content .lateral-adv {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
  }
  #content .lateral-adv .ad1 {
    display: none;
  }
  #content .lateral-adv .ad2 {
    display: block;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 860px) {
  #content {
    margin-top: 87px;
  }
}
@media only screen and (max-width: 640px) {
  #content {
    margin-top: 75px;
  }
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
i {
  font-family: FontAwesome;
  font-style: normal;
}
/*-----------------
 </GENERAL SETTINGS>
-------------------*/
/*-----------------
 <FORM SETTINGS>
-------------------*/
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
::placeholder {
  color: #000;
}
form {
  overflow: hidden;
  text-align: left;
}
.form-group {
  margin: 0 0 20px;
  width: 100%;
  max-width: 100%;
}
.form-group.left {
  max-width: 48%;
  float: left;
}
.form-group.right {
  max-width: 48%;
  float: right;
}
@media (max-width: 560px) {
  .form-group.left,
  .form-group.right {
    max-width: 100%;
    float: none;
    width: 100%;
  }
}
label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0 5px;
  line-height: 1.7rem;
  color: #000;
}
input,
select,
textarea {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  font-size: 1.4rem;
  color: #000;
  border: 1px solid #888;
  max-width: 100%;
}
textarea {
  padding-top: 15px;
  height: 200px;
  line-height: 1.6rem;
}
.btn-form {
  display: inline-block;
  width: auto;
  border: 1px solid #273d87;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  text-shadow: none;
  background: #273d87;
  border-radius: 5px;
}
.checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1.5rem;
}
.checkbox input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
  position: relative !important;
}
.checkbox label {
  display: inline-block !important;
  vertical-align: middle;
  padding-left: 10px !important;
}
.checkbox:last-child {
  margin-right: 0;
}
.dropdown-style {
  overflow: hidden;
  position: relative;
}
.dropdown-style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("IMAGEM") no-repeat scroll 100% center #fff;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
  border: none;
  width: 100%;
  height: 100%;
}
.dropdown-style select::-ms-expand {
  display: none;
}
.search-form {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-form input {
  border: none;
  background: transparent;
  font-size: 1.3rem;
  color: #99A4AA;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  text-align: left;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.search-form button {
  border: none;
  background: none;
  color: #99A4AA;
  box-shadow: none;
  font-size: 1.2rem;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.newsletter-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.newsletter-form input,
.newsletter-form button {
  border: none;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  box-shadow: none;
  text-shadow: none;
  line-height: 25px;
  padding: 0 15px;
}
.newsletter-form input {
  text-align: left;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 12px;
}
.newsletter-form button {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 11px;
  text-align: center;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-default {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: 2rem;
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  text-shadow: none;
  border-radius: 5px;
  background: #4595db;
  transition: background .4s, border .4s;
  background: -moz-linear-gradient(top, #4595db 0%, #4289c7 25%, #3f83ba 50%, #4289c7 75%, #4595db 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4595db), color-stop(25%, #4289c7), color-stop(50%, #3f83ba), color-stop(75%, #4289c7), color-stop(100%, #4595db));
  background: -webkit-linear-gradient(top, #4595db 0%, #4289c7 25%, #3f83ba 50%, #4289c7 75%, #4595db 100%);
  background: -o-linear-gradient(top, #4595db 0%, #4289c7 25%, #3f83ba 50%, #4289c7 75%, #4595db 100%);
  background: -ms-linear-gradient(top, #4595db 0%, #4289c7 25%, #3f83ba 50%, #4289c7 75%, #4595db 100%);
  background: linear-gradient(to bottom, #4595db 0%, #4289c7 25%, #3f83ba 50%, #4289c7 75%, #4595db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4595db', endColorstr='#4595db', GradientType=0);
  background-color: #273d87 !important;
  box-shadow: none !important;
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.btn-default span {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 100;
  color: #fff;
  display: block;
  text-align: center;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  line-height: 1rem;
}
.btn-default.orange {
  transition: background .4s, border .4s;
  background: #e15f23;
  background: -moz-linear-gradient(top, #e15f23 0%, #c76436 25%, #bd633d 50%, #c76436 75%, #e15f23 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e15f23), color-stop(25%, #c76436), color-stop(50%, #bd633d), color-stop(75%, #c76436), color-stop(100%, #e15f23));
  background: -webkit-linear-gradient(top, #e15f23 0%, #c76436 25%, #bd633d 50%, #c76436 75%, #e15f23 100%);
  background: -o-linear-gradient(top, #e15f23 0%, #c76436 25%, #bd633d 50%, #c76436 75%, #e15f23 100%);
  background: -ms-linear-gradient(top, #e15f23 0%, #c76436 25%, #bd633d 50%, #c76436 75%, #e15f23 100%);
  background: linear-gradient(to bottom, #e15f23 0%, #c76436 25%, #bd633d 50%, #c76436 75%, #e15f23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e15f23', endColorstr='#e15f23', GradientType=0);
}
.btn-default:hover {
  background: #273d87;
  color: #fff;
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.pt-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #253582;
  text-transform: uppercase;
  margin: auto;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.pt-link img {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}
.top-header {
  width: 100%;
  max-width: 100%;
  background: #273d87;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-align: left;
  line-height: 40px;
  padding: 0 25px;
}
@media (max-width: 1700px) {
  .top-header {
    padding: 0 15px;
  }
}
@media (max-width: 1400px) {
  .top-header {
    padding: 0;
  }
}
@media only screen and (max-width: 860px) {
  .top-header {
    font-size: 1.4rem;
    line-height: 30px;
  }
}
.header-section {
  line-height: 2.2rem;
  text-transform: none;
  font-size: 1.8rem;
  padding: 5px 15px;
  margin: 0 0 35px;
  width: 100%;
  max-width: 100%;
  background: #273d87;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 560px) {
  .header-section {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
header {
  background: #fff;
  padding: 20px 25px 25px;
  width: 100%;
}
header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .logo-header {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 230px;
}
header .open-menu,
header .close-menu {
  font-size: 4rem;
  color: #2e324e;
  cursor: pointer;
  display: none;
}
@media (max-width: 1700px) {
  header {
    padding: 20px 15px 25px;
  }
  header .logo-header {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 200px;
  }
}
@media (max-width: 1400px) {
  header {
    padding: 20px 0 25px;
  }
}
@media only screen and (max-width: 1200px) {
  header .logo-header {
    max-width: 180px;
  }
}
@media only screen and (max-width: 992px) {
  header .logo-header {
    max-width: 170px;
  }
}
@media only screen and (max-width: 860px) {
  header {
    padding: 15px 0;
    position: fixed;
    top: 30px;
    z-index: 4;
    left: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .logo-header {
    max-width: 200px;
    float: left;
  }
  header .open-menu,
  header .close-menu {
    display: block;
    float: right;
  }
  header .container {
    display: block;
  }
  header.menu-active {
    top: 0;
  }
  header.fixed {
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  }
  header.fixed .logo-header {
    max-width: 150px;
  }
  header.fixed .open-menu {
    font-size: 3rem;
  }
  header.fixed nav {
    padding-top: 73px;
  }
  header.fixed nav .close-menu {
    top: 14px;
    font-size: 3rem;
  }
  header.fixed nav ul {
    margin-bottom: 73px;
  }
}
@media only screen and (max-width: 640px) {
  header {
    padding: 8px 0;
  }
  header .logo-header {
    max-width: 165px;
  }
  header .open-menu,
  header .close-menu {
    font-size: 3.5rem;
  }
  header.fixed nav {
    padding-top: 59px;
  }
  header.fixed nav .close-menu {
    top: 8px;
  }
}
nav {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 70px;
  text-align: right;
}
nav .close-menu {
  position: absolute;
  right: 17px;
  top: 14px;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li a {
  display: block;
  cursor: pointer;
  font-size: 1.7rem;
  color: #2e324e;
  text-transform: uppercase;
  padding: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
}
nav ul li a:hover,
nav ul li a.activelink {
  background: #2e324e;
  color: #fff;
}
@media (max-width: 1700px) {
  nav {
    margin-left: 35px;
  }
}
@media (max-width: 1560px) {
  nav ul li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1300px) {
  nav ul li a {
    font-size: 1.3rem;
  }
  nav ul li {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 860px) {
  nav {
    background: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    display: block;
    max-width: 300px;
    padding-top: 87px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 4;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
  }
  nav ul {
    margin-bottom: 87px;
    width: 100%;
  }
  nav ul li {
    display: block;
    margin: 0;
  }
  nav ul li a {
    color: #2e324e;
    text-transform: uppercase;
    padding: 20px 15px;
    display: block;
    font-size: 1.8rem;
  }
  nav ul li a:hover,
  nav ul li a.activelink {
    background: #2e324e;
    color: #fff;
  }
  nav.active {
    right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media only screen and (max-width: 640px) {
  nav {
    padding-top: 66px;
  }
  nav ul {
    margin-bottom: 66px;
  }
}
@media only screen and (max-width: 480px) {
  nav {
    max-width: 100%;
  }
  nav ul {
    text-align: center;
  }
  nav ul li a {
    color: #2e324e;
    text-transform: uppercase;
    padding: 20px 15px;
    display: block;
  }
}
footer {
  padding: 0 0 25px;
  width: 100%;
  max-width: 100%;
  text-align: right;
}
footer ul {
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a {
  display: block;
  cursor: pointer;
}
footer ul img {
  width: auto;
  max-width: 215px;
}
@media only screen and (max-width: 640px) {
  footer {
    padding: 15px 0;
    text-align: center;
  }
  footer ul li,
  footer ul li:last-child {
    margin: 10px 15px;
  }
  footer ul img {
    max-width: 100px;
  }
}
.banner-principal {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px 0 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #CACACC;
}
.banner-principal img.illustration {
  max-width: 157px;
  width: 100%;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 90px;
}
.banner-principal .buttons-container {
  -webkit-box-flex: 0 0 455px;
  -moz-box-flex: 0 0 455px;
  -webkit-flex: 0 0 455px;
  -ms-flex: 0 0 455px;
  flex: 0 0 455px;
  padding-right: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.banner-principal .buttons-container .btn-default {
  margin: 1.25rem;
  -webkit-box-flex: 0 1 175px;
  -moz-box-flex: 0 1 175px;
  -webkit-flex: 0 1 175px;
  -ms-flex: 0 1 175px;
  flex: 0 1 175px;
  padding: 16px 15px 14px;
}
.banner-principal .buttons-container .pt-link {
  margin: 40px 1.25rem 0;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.banner-principal .caption {
  padding: 12px 25px;
  background: #ffd526;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2rem;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin: 0;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.banner-principal .caption strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0;
  padding-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  .banner-principal {
    position: relative;
  }
  .banner-principal .caption {
    padding: 12px 15px;
  }
  .banner-principal .buttons-container {
    padding-right: 15px;
    max-width: 380px;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 55px;
  }
  .banner-principal .buttons-container .btn-default {
    font-size: 1.4rem;
  }
  .banner-principal .buttons-container .btn-default span {
    font-size: 1.2rem;
  }
  .banner-principal .buttons-container .pt-link {
    margin: 0 1.25rem 0;
  }
  .banner-principal .caption {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .banner-principal .caption strong {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  .banner-principal img.illustration {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 860px) {
  .banner-principal .buttons-container {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-principal .caption {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .banner-principal .caption strong {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .banner-principal {
    padding-top: 0;
    height: 300px;
  }
  .banner-principal img.illustration {
    max-width: 75px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .banner-principal .buttons-container {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 70px;
    padding: 0 15px;
  }
  .banner-principal .buttons-container .pt-link {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    page-break-before: always;
    margin: 5px auto 0;
  }
  .banner-principal .buttons-container .btn-default {
    font-size: 1.3rem;
    margin: 5px;
  }
  .banner-principal .buttons-container .btn-default span {
    font-size: 1rem;
  }
  .banner-principal .caption {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .banner-principal .caption strong {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .banner-principal {
    height: auto;
  }
  .banner-principal .caption {
    position: static;
  }
  .banner-principal .buttons-container {
    position: static;
    margin-bottom: 15px;
  }
  .banner-principal .buttons-container .btn-default {
    font-size: 1.2rem;
    padding: 10px;
  }
  .banner-principal img.illustration {
    position: static;
    margin: 15px 0;
    max-width: 110px;
  }
}
.categories-blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto;
  width: 100%;
  max-width: 100%;
}
.categories-blocks .block {
  margin-right: 45px;
  -webkit-box-flex: 1 1 33%;
  -moz-box-flex: 1 1 33%;
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 65px;
}
.categories-blocks .block:nth-child(3n) {
  margin-right: 0;
}
.categories-blocks .block.adv {
  -webkit-box-flex: 0 0 300px;
  -moz-box-flex: 0 0 300px;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  display: none;
  padding-bottom: 0;
  max-width: 300px;
  min-width: 300px;
}
.categories-blocks .image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border: 1px solid #000;
  border-bottom: none;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 100%;
}
.categories-blocks .image img {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.categories-blocks .text {
  padding: 25px 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  background: #273d87;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.categories-blocks .block:hover .text {
  background: #2e324e;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.categories-blocks .block:hover .image {
  border-color: #2e324e;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 1200px) {
  .categories-blocks .block {
    margin-right: 20px;
  }
}
@media (max-width: 1100px) {
  .categories-blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .categories-blocks .block.adv {
    display: flex;
  }
  .categories-blocks .block {
    -webkit-box-flex: 1 1 40%;
    -moz-box-flex: 1 1 40%;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    margin-right: 15px;
    max-width: 49%;
    margin-bottom: 15px;
  }
  .categories-blocks .block:nth-child(2n) {
    margin-right: 0;
  }
  .categories-blocks .block:nth-child(3) {
    margin-right: 15px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 860px) {
  .categories-blocks .block {
    padding-bottom: 45px;
  }
  .categories-blocks .text {
    padding: 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .categories-blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
  }
  .categories-blocks .image {
    max-height: 155px;
  }
}
@media only screen and (max-width: 640px) {
  .categories-blocks .block {
    display: none;
  }
  .categories-blocks .block.adv {
    display: block;
    margin: auto;
  }
}
.newsletter-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #000;
  width: 100%;
  max-width: 100%;
  padding: 15px 45px;
  color: #fff;
}
.newsletter-block .newsletter-form {
  padding-left: 15px;
}
.newsletter-block strong {
  font-size: 2rem;
  text-transform: uppercase;
  padding-right: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 2.2rem;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.newsletter-block p {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #fff;
  margin: 0;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.newsletter-block i {
  font-size: 2rem;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 30px;
}
.newsletter-block .left {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newsletter-block .right {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 1590px) {
  .newsletter-block {
    padding: 15px;
  }
  .newsletter-block p {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .newsletter-block strong {
    font-size: 1.8rem;
    padding-right: 10px;
  }
  .newsletter-block i {
    padding-right: 10px;
  }
}
@media (max-width: 1280px) {
  .newsletter-block .left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .newsletter-block p {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .newsletter-block {
    padding: 10px 15px;
  }
  .newsletter-block p {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .newsletter-block strong {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}
@media only screen and (max-width: 640px) {
  .newsletter-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsletter-block p,
  .newsletter-block strong,
  .newsletter-block .right {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .newsletter-block strong {
    margin: 0 auto 5px;
  }
  .newsletter-block p {
    margin: 0 auto 15px;
    text-align: center;
  }
  .newsletter-block .right {
    max-width: 260px;
    margin: auto;
  }
  .newsletter-block .newsletter-form input {
    margin-right: 10px;
  }
  .newsletter-block .newsletter-form {
    padding: 0;
  }
}
.download-blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.download-blocks .block {
  -webkit-box-flex: 1 1 20%;
  -moz-box-flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  margin-right: 2px;
  background: #E4E3E3;
}
.download-blocks .block:nth-child(even) {
  background: #D6D5D5;
}
.download-blocks .block:last-child {
  margin-right: 0;
}
.download-blocks .image {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 20px 15px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 170px;
}
.download-blocks .image img {
  margin: auto;
  width: auto;
  max-height: 140px;
}
.download-blocks .title {
  background: #273d87;
  padding: 2px 0;
  width: 100%;
}
.download-blocks .title h2 {
  margin: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  /*padding: 2px 0 0;*/
  width: 100%;
  text-align: center;
  /*border-top:1px solid @white;*/
}
.download-blocks ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.download-blocks ul li {
  display: block;
  margin: 0 0 15px;
}
.download-blocks ul li:last-child {
  margin: 0;
}
.download-blocks ul li a {
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #000;
  line-height: 1.3rem;
}
.download-blocks ul li a:before {
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
  content: "\f019";
}
.download-blocks ul li a:hover {
  color: #4594db;
}
@media (max-width: 1300px) {
  .download-blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .download-blocks .block {
    -webkit-box-flex: 1 1 33%;
    -moz-box-flex: 1 1 33%;
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    margin-bottom: 2px;
  }
  .download-blocks .block:last-child {
    margin-right: 2px;
  }
  .download-blocks .image {
    height: 125px;
  }
  .download-blocks .image img {
    max-height: 80px;
  }
}
@media (max-width: 700px) {
  .download-blocks .block {
    -webkit-box-flex: 1 1 40%;
    -moz-box-flex: 1 1 40%;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
  .download-blocks .block:last-child {
    margin: auto;
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .download-blocks .block,
  .download-blocks .block:last-child {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0 0 2px;
  }
  .download-blocks .block:last-child {
    margin: 0;
  }
  .download-blocks ul {
    text-align: center;
  }
}
.reward-blocks {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.reward-blocks .block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #E4E3E3;
  width: 100%;
  max-width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 15px;
}
.reward-blocks .block:nth-child(even) {
  background: #D6D5D5;
}
.reward-blocks .block:last-child {
  margin-right: 0;
}
.reward-blocks .image {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 170px;
  -webkit-box-flex: 0 0 200px !important;
  -moz-box-flex: 0 0 200px !important;
  -webkit-flex: 0 0 200px !important;
  -ms-flex: 0 0 200px !important;
  flex: 0 0 200px !important;
  border-right: 1px solid #fff;
  padding: 0 15px;
}
.reward-blocks .image img {
  margin: auto;
  width: auto;
  max-height: 140px;
}
.reward-blocks .text {
  -webkit-box-flex: 1 1 auto !important;
  -moz-box-flex: 1 1 auto !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  padding-left: 30px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: column;
  flex-direction: column;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .reward-blocks .image {
    -webkit-box-flex: 0 0 100px !important;
    -moz-box-flex: 0 0 100px !important;
    -webkit-flex: 0 0 100px !important;
    -ms-flex: 0 0 100px !important;
    flex: 0 0 100px !important;
  }
  .reward-blocks .text {
    padding-left: 15px !important;
  }
}
.download-options-section {
  width: 100%;
  padding: 0 0 65px;
}
@media only screen and (max-width: 768px) {
  .download-options-section {
    padding: 0 0 35px;
  }
}
.download-section,
.about-section,
.description-section,
.know-section,
.partners-section,
.reward-section,
.contact-section,
.buy-section {
  width: 100%;
  padding: 0 0 45px;
}
.download-section ul,
.about-section ul,
.description-section ul,
.know-section ul,
.partners-section ul,
.reward-section ul,
.contact-section ul,
.buy-section ul {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.download-section p,
.about-section p,
.description-section p,
.know-section p,
.partners-section p,
.reward-section p,
.contact-section p,
.buy-section p,
.download-section ul li,
.about-section ul li,
.description-section ul li,
.know-section ul li,
.partners-section ul li,
.reward-section ul li,
.contact-section ul li,
.buy-section ul li {
  margin: 0 0 25px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #000;
}
.download-section p a,
.about-section p a,
.description-section p a,
.know-section p a,
.partners-section p a,
.reward-section p a,
.contact-section p a,
.buy-section p a,
.download-section ul li a,
.about-section ul li a,
.description-section ul li a,
.know-section ul li a,
.partners-section ul li a,
.reward-section ul li a,
.contact-section ul li a,
.buy-section ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}
.download-section p:last-child,
.about-section p:last-child,
.description-section p:last-child,
.know-section p:last-child,
.partners-section p:last-child,
.reward-section p:last-child,
.contact-section p:last-child,
.buy-section p:last-child,
.download-section ul li:last-child,
.about-section ul li:last-child,
.description-section ul li:last-child,
.know-section ul li:last-child,
.partners-section ul li:last-child,
.reward-section ul li:last-child,
.contact-section ul li:last-child,
.buy-section ul li:last-child {
  margin: 0;
}
.download-section .pt-link,
.about-section .pt-link,
.description-section .pt-link,
.know-section .pt-link,
.partners-section .pt-link,
.reward-section .pt-link,
.contact-section .pt-link,
.buy-section .pt-link {
  margin: 0 0 35px;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.download-section .buttons-container,
.about-section .buttons-container,
.description-section .buttons-container,
.know-section .buttons-container,
.partners-section .buttons-container,
.reward-section .buttons-container,
.contact-section .buttons-container,
.buy-section .buttons-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: start;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.download-section .btn-default,
.about-section .btn-default,
.description-section .btn-default,
.know-section .btn-default,
.partners-section .btn-default,
.reward-section .btn-default,
.contact-section .btn-default,
.buy-section .btn-default {
  margin-right: 30px;
  -webkit-box-flex: 0 1 175px;
  -moz-box-flex: 0 1 175px;
  -webkit-flex: 0 1 175px;
  -ms-flex: 0 1 175px;
  flex: 0 1 175px;
}
.download-section .btn-default.orange,
.about-section .btn-default.orange,
.description-section .btn-default.orange,
.know-section .btn-default.orange,
.partners-section .btn-default.orange,
.reward-section .btn-default.orange,
.contact-section .btn-default.orange,
.buy-section .btn-default.orange {
  margin-right: 0;
}
.download-section .two-blocks,
.about-section .two-blocks,
.description-section .two-blocks,
.know-section .two-blocks,
.partners-section .two-blocks,
.reward-section .two-blocks,
.contact-section .two-blocks,
.buy-section .two-blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.download-section .two-blocks .image,
.about-section .two-blocks .image,
.description-section .two-blocks .image,
.know-section .two-blocks .image,
.partners-section .two-blocks .image,
.reward-section .two-blocks .image,
.contact-section .two-blocks .image,
.buy-section .two-blocks .image {
  -webkit-box-flex: 0 1 360px;
  -moz-box-flex: 0 1 360px;
  -webkit-flex: 0 1 360px;
  -ms-flex: 0 1 360px;
  flex: 0 1 360px;
}
.download-section .two-blocks .text,
.about-section .two-blocks .text,
.description-section .two-blocks .text,
.know-section .two-blocks .text,
.partners-section .two-blocks .text,
.reward-section .two-blocks .text,
.contact-section .two-blocks .text,
.buy-section .two-blocks .text {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 15px;
  max-width: 800px;
  margin: auto;
}
.download-section .two-blocks .image + .text,
.about-section .two-blocks .image + .text,
.description-section .two-blocks .image + .text,
.know-section .two-blocks .image + .text,
.partners-section .two-blocks .image + .text,
.reward-section .two-blocks .image + .text,
.contact-section .two-blocks .image + .text,
.buy-section .two-blocks .image + .text {
  padding-left: 30px;
  max-width: 73%;
}
@media only screen and (max-width: 860px) {
  .download-section,
  .about-section,
  .description-section,
  .know-section,
  .partners-section,
  .reward-section,
  .contact-section,
  .buy-section {
    padding: 0 0 35px;
  }
  .download-section .two-blocks .text,
  .about-section .two-blocks .text,
  .description-section .two-blocks .text,
  .know-section .two-blocks .text,
  .partners-section .two-blocks .text,
  .reward-section .two-blocks .text,
  .contact-section .two-blocks .text,
  .buy-section .two-blocks .text {
    padding-left: 15px;
  }
  .download-section .btn-default,
  .about-section .btn-default,
  .description-section .btn-default,
  .know-section .btn-default,
  .partners-section .btn-default,
  .reward-section .btn-default,
  .contact-section .btn-default,
  .buy-section .btn-default {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .download-section .two-blocks .image,
  .about-section .two-blocks .image,
  .description-section .two-blocks .image,
  .know-section .two-blocks .image,
  .partners-section .two-blocks .image,
  .reward-section .two-blocks .image,
  .contact-section .two-blocks .image,
  .buy-section .two-blocks .image {
    -webkit-box-flex: 1 1 500px;
    -moz-box-flex: 1 1 500px;
    -webkit-flex: 1 1 500px;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
  }
}
@media only screen and (max-width: 640px) {
  .download-section .pt-link,
  .about-section .pt-link,
  .description-section .pt-link,
  .know-section .pt-link,
  .partners-section .pt-link,
  .reward-section .pt-link,
  .contact-section .pt-link,
  .buy-section .pt-link {
    margin: 0 0 10px;
  }
  .download-section .btn-default,
  .about-section .btn-default,
  .description-section .btn-default,
  .know-section .btn-default,
  .partners-section .btn-default,
  .reward-section .btn-default,
  .contact-section .btn-default,
  .buy-section .btn-default,
  .download-section .btn-default.orange,
  .about-section .btn-default.orange,
  .description-section .btn-default.orange,
  .know-section .btn-default.orange,
  .partners-section .btn-default.orange,
  .reward-section .btn-default.orange,
  .contact-section .btn-default.orange,
  .buy-section .btn-default.orange {
    margin: 8px;
  }
  .download-section .btn-default.orange,
  .about-section .btn-default.orange,
  .description-section .btn-default.orange,
  .know-section .btn-default.orange,
  .partners-section .btn-default.orange,
  .reward-section .btn-default.orange,
  .contact-section .btn-default.orange,
  .buy-section .btn-default.orange {
    margin-bottom: 0;
  }
  .download-section .buttons-container,
  .about-section .buttons-container,
  .description-section .buttons-container,
  .know-section .buttons-container,
  .partners-section .buttons-container,
  .reward-section .buttons-container,
  .contact-section .buttons-container,
  .buy-section .buttons-container,
  .download-section .pt-link,
  .about-section .pt-link,
  .description-section .pt-link,
  .know-section .pt-link,
  .partners-section .pt-link,
  .reward-section .pt-link,
  .contact-section .pt-link,
  .buy-section .pt-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .download-section .two-blocks,
  .about-section .two-blocks,
  .description-section .two-blocks,
  .know-section .two-blocks,
  .partners-section .two-blocks,
  .reward-section .two-blocks,
  .contact-section .two-blocks,
  .buy-section .two-blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .download-section .two-blocks .image,
  .about-section .two-blocks .image,
  .description-section .two-blocks .image,
  .know-section .two-blocks .image,
  .partners-section .two-blocks .image,
  .reward-section .two-blocks .image,
  .contact-section .two-blocks .image,
  .buy-section .two-blocks .image {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 280px;
    margin: 0 auto 15px;
  }
  .download-section .two-blocks .text,
  .about-section .two-blocks .text,
  .description-section .two-blocks .text,
  .know-section .two-blocks .text,
  .partners-section .two-blocks .text,
  .reward-section .two-blocks .text,
  .contact-section .two-blocks .text,
  .buy-section .two-blocks .text {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0 !important;
    text-align: center;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
}
.download-section .two-blocks .text {
  max-width: 100%;
}
.know-section {
  padding: 0 0 45px;
}
.partners-section form {
  margin-bottom: 35px;
}
.partners-section .btn-form {
  float: right;
}
.contact-section form {
  margin-bottom: 35px;
  text-align: center;
}
.contact-section form label {
  text-align: left;
  display: block;
}
.contact-section .btn-form {
  margin: auto;
}
.buy-section form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 60px 0 0;
}
.buy-section input[type=number] {
  max-width: 80px;
  margin: auto;
}
.buy-section .form-group {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 85px;
  width: auto;
  text-align: center;
  margin-bottom: 5px;
}
.buy-section .form-group:nth-child(4) {
  margin-right: 0;
}
.buy-section .form-group:last-child {
  margin-right: 0;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: left;
}
.buy-section label,
.buy-section span {
  display: block;
  text-align: center;
}
.buy-section .two-blocks .text {
  max-width: 800px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .buy-section .form-group {
    margin-right: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .buy-section form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buy-section .form-group {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 10px 20px;
  }
  .buy-section .form-group:nth-child(4) {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .buy-section .form-group:last-child {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .buy-section .form-group {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 auto 25px;
  }
  .buy-section .checkbox {
    margin: 0 auto;
  }
  .buy-section .checkbox label {
    font-size: 1.2rem;
  }
}
.compare-section {
  padding: 0 0 35px;
}
@media only screen and (max-width: 768px) {
  .compare-section {
    padding: 0 0 20px;
  }
}
@media (max-width: 560px) {
  .compare-section .header-section {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .description-section .two-blocks .text,
  .buy-section .two-blocks .text,
  .partners-section .two-blocks .text,
  .about-section .two-blocks .text,
  .know-section .two-blocks .text,
  .reward-section .two-blocks .text,
  .description-section ul li,
  .buy-section ul li,
  .partners-section ul li,
  .about-section ul li,
  .know-section ul li,
  .reward-section ul li {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .reward-section .reward-blocks .image {
    -webkit-box-flex: 0 0 100px !important;
    -moz-box-flex: 0 0 100px !important;
    -webkit-flex: 0 0 100px !important;
    -ms-flex: 0 0 100px !important;
    flex: 0 0 100px !important;
  }
  .reward-section .reward-blocks .text {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 480px) {
  .reward-section .reward-blocks .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .reward-section .reward-blocks .image {
    -webkit-box-flex: 1 1 100% !important;
    -moz-box-flex: 1 1 100% !important;
    -webkit-flex: 1 1 100% !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #fff;
    height: auto !important;
    max-width: 100% !important;
    padding-bottom: 15px;
  }
  .reward-section .reward-blocks .image img {
    max-width: 120px;
    margin: auto;
  }
  .reward-section .reward-blocks .text {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
    height: auto;
    max-width: 100% !important;
    padding-left: 0 !important;
  }
}
.table-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.table-flex div {
  -webkit-box-flex: 0 0 200px;
  -moz-box-flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  padding: 6px 15px;
  text-align: center;
}
.table-flex div:first-child {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  text-align: left;
}
.table-flex:last-child div {
  padding-bottom: 0;
}
.table-flex i.have,
.table-flex i.not-have {
  font-size: 2rem;
}
.table-flex i.have::before {
  color: green;
  content: "\f00c";
}
.table-flex i.not-have::before {
  color: red;
  content: "\f00d";
}
.table-flex i.question::before {
  color: #ffd526;
  content: "\f128";
}
.table-flex.differ div,
.table-flex.differ div:first-child {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .table-flex p,
  .table-flex div {
    font-size: 1.2rem !important;
    line-height: 1.4rem !important;
  }
  .table-flex div {
    padding: 6px 8px;
    -webkit-box-flex: 0 0 155px;
    -moz-box-flex: 0 0 155px;
    -webkit-flex: 0 0 155px;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
  }
}
@media (max-width: 560px) {
  .table-flex p,
  .table-flex div {
    font-size: 1rem !important;
    line-height: 1.3rem !important;
  }
  .table-flex div {
    -webkit-box-flex: 0 0 65px;
    -moz-box-flex: 0 0 65px;
    -webkit-flex: 0 0 65px;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
  }
}
