* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif; }

.container {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 15px; }

h2 {
  font-family: "Asap Condensed", sans-serif;
  font-size: 28px;
  line-height: 30px; }

h3 {
  font-size: 35px;
  line-height: 40px; }

h4 {
  font-size: 34px; }

h5 {
  font-size: 24px;
  line-height: 24px; }

.passive-heading {
  font-size: 28px;
  line-height: 1em;
  font-weight: 700;
  color: #696a6e; }

img {
  display: inline-block;
  max-width: 100%; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: none;
    cursor: pointer; }

ul {
  margin: 0;
  padding: 0;
  color: #696a6e; }

p {
  font-size: 17px;
  color: #696a6e;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 15px; }

.text-bold {
  font-weight: 700; }

.text-italic {
  font-style: italic; }

.text-underline {
  text-decoration: underline; }

.text-center {
  text-align: center; }

.text-line-through {
  text-decoration: line-through; }

.pad-left-40 {
  padding-left: 40px; }

.col-6 {
  width: 50%; }

.section-top {
  padding: 0 0 30px;
  text-align: center; }
  .section-top .text-block {
    width: 100%;
    max-width: 100%;
    padding-right: 0; }
  .section-top .logo {
    display: inline-block;
    width: 100%;
    max-width: 202px;
    margin-bottom: 10px; }
  .section-top h2 {
    color: #DC8049; }
  .section-top h5 {
    font-family: "Asap Condensed", sans-serif;
    font-size: 22px;
    color: #094d8d;
    font-weight: 400; }
  .section-top h5.text-bold {
    font-weight: 700; }
  .section-top .wrap-image {
    width: 100%;
    max-width: 100%;
    text-align: center; }
    .section-top .wrap-image img {
      display: inline-block;
      max-width: 280px;
      margin: 0 auto; }

.section-free-download {
  padding: 35px 0 20px; }
  .section-free-download h2 {
    color: #6fa984; }
    .section-free-download h2 .smaller {
      display: block;
      color: inherit;
      font-size: 17px;
      line-height: 19px; }
  .section-free-download h3 {
    font-size: 22px;
    color: #6fa984;
    line-height: 1; }
  .section-free-download h5 {
    color: #696a6e;
    text-align: center;
    font-style: italic; }
  .section-free-download ul {
    padding-left: 40px; }
  .section-free-download .d-flex {
    display: block;
    border: 2px solid #597a62;
    padding: 20px;
    margin-bottom: 25px; }
  .section-free-download .col-img {
    width: 100%;
    text-align: center;
    margin-bottom: 25px; }
    .section-free-download .col-img img {
      max-width: 250px; }
  .section-free-download .col-text {
    text-align: center; }
    .section-free-download .col-text h2 {
      color: #597a62;
      margin-bottom: 25px; }
    .section-free-download .col-text .list-star {
      margin-bottom: 35px;
      text-align: left; }
    .section-free-download .col-text p {
      text-align: left; }
      .section-free-download .col-text p:not(:last-of-type) {
        margin-bottom: 35px; }
      .section-free-download .col-text p.coupon {
        text-align: center; }
      .section-free-download .col-text p.m-b-20 {
        margin-bottom: 20px; }
    .section-free-download .col-text a {
      display: inline-block;
      font-size: 24px;
      text-decoration: underline;
      font-weight: 700; }

.orange-block {
  padding: 25px 0;
  background-color: #DC8049; }
  .orange-block .container {
    text-align: center; }
  .orange-block h2 {
    color: #fff;
    margin-bottom: 0; }
  .orange-block br {
    display: none; }

.reasons-block {
  padding: 30px 0; }
  .reasons-block .row-reasons {
    display: block;
    padding: 0 0 30px; }
    .reasons-block .row-reasons .color {
      color: #DC8049; }
    .reasons-block .row-reasons .box-reasons:not(:last-of-type) {
      margin-bottom: 25px; }
    .reasons-block .row-reasons .box-reasons ul {
      padding-left: 35px;
      list-style-type: none; }
      .reasons-block .row-reasons .box-reasons ul li {
        position: relative;
        padding: 5px 0;
        margin-bottom: 5px; }
        .reasons-block .row-reasons .box-reasons ul li:before {
          display: block;
          content: '';
          width: 25px;
          height: 25px;
          position: absolute;
          left: -35px;
          background-image: url("../images/reason.png");
          background-size: 100%; }
  .reasons-block .wrap-image {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
    .reasons-block .wrap-image img {
      display: inline-block;
      width: 100%;
      max-width: 80px; }
  .reasons-block .text-block {
    width: 100%;
    max-width: 840px;
    padding: 0; }
    .reasons-block .text-block p:not(:last-of-type) {
      margin-bottom: 15px; }
    .reasons-block .text-block ul {
      padding-left: 30px;
      margin: 10px 0; }
  .reasons-block p {
    margin-bottom: 0; }
    .reasons-block p:not(:last-of-type) {
      margin-bottom: 15px; }

.heading-blue {
  text-align: center; }
  .heading-blue h4 {
    line-height: 34px;
    margin-bottom: 25px; }

.section-module {
  padding: 30px 0; }
  .section-module .container {
    display: block; }
  .section-module .module-row {
    display: block;
    padding: 30px 20px;
    border: 2px dotted #000;
    margin-bottom: 40px; }
    .section-module .module-row:last-of-type {
      margin-bottom: 20px; }
    .section-module .module-row h3 {
      color: #DC8049; }
  .section-module .col-img {
    width: 100%;
    padding-right: 30px;
    margin-bottom: 15px;
    text-align: center; }
    .section-module .col-img img {
      width: 100%;
      max-width: 200px;
      display: inline-block; }
  .section-module .col-text {
    width: 100%; }
    .section-module .col-text h3 {
      font-size: 24px;
      line-height: 29px; }
    .section-module .col-text p {
      margin-bottom: 0; }
      .section-module .col-text p:not(:last-of-type) {
        margin-bottom: 15px; }
    .section-module .col-text .number-list {
      padding-left: 35px; }
    .section-module .col-text ul {
      padding-left: 20px;
      margin: 20px 0; }
      .section-module .col-text ul li {
        margin-bottom: 5px; }
  .section-module h2 {
    color: #DC8049; }
  .section-module h3 {
    font-size: 24px;
    color: #000;
    line-height: 29px; }
  .section-module ul {
    padding-left: 20px;
    margin: 20px 0; }
    .section-module ul li {
      margin-bottom: 5px; }
  .section-module p {
    margin-bottom: 0; }
    .section-module p:not(:last-of-type) {
      margin-bottom: 15px; }

.compass-block {
  padding: 5px 0 35px; }
  .compass-block .container {
    display: block; }
  .compass-block .d-flex {
    display: block; }
  .compass-block .text-block {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0; }
  .compass-block .wrap-image {
    width: 100%;
    text-align: center; }
    .compass-block .wrap-image img {
      width: 100%;
      max-width: 300px;
      display: inline-block; }
  .compass-block ol {
    padding-left: 55px; }
    .compass-block ol li {
      margin-bottom: 25px;
      color: #6fa984; }

.download-block {
  background-color: #e8e8e8;
  padding: 22px 0 18px; }
  .download-block .container {
    display: block; }
    .download-block .container h3 {
      text-align: center;
      margin-bottom: 30px; }
    .download-block .container .wrap-image {
      width: 100%;
      max-width: 810px;
      margin: 0 auto; }
      .download-block .container .wrap-image a {
        display: inline-block; }

.text-block {
  padding: 20px 0; }
  .text-block .container {
    display: block; }

.blue-block {
  padding: 40px 0 37px;
  background-color: #e6e6e6;
  color: #DC8049;
  text-align: center; }
  .blue-block .container {
    display: block; }
  .blue-block .d-flex {
    display: block; }
  .blue-block .col-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    .blue-block .col-img img {
      display: inline-block;
      width: 100%;
      max-width: 340px; }
  .blue-block .col-text {
    max-width: 800px;
    text-align: center; }
    .blue-block .col-text h2 {
      font-size: 28px;
      line-height: 30px;
      color: #DC8049; }
    .blue-block .col-text p {
      color: #094d8d;
      margin-bottom: 35px; }
    .blue-block .col-text .list-star {
      margin-bottom: 35px;
      text-align: left; }
    .blue-block .col-text a {
      display: inline-block;
      font-size: 24px;
      text-decoration: underline;
      font-weight: 700; }
  .blue-block h5 {
    font-weight: 500;
    margin-bottom: 25px; }
    .blue-block h5 a {
      color: inherit;
      text-decoration: underline; }
  .blue-block h2 {
    line-height: 46px;
    margin-bottom: 25px; }
  .blue-block p {
    font-size: 17px;
    color: #000;
    margin-bottom: 0; }
    .blue-block p:not(:last-of-type) {
      margin-bottom: 20px; }
  .blue-block.blue-block-bottom .lighter {
    color: #DC8049;
    margin-bottom: 0; }
  .blue-block.blue-block-bottom h2 {
    margin-bottom: 30px; }
  .blue-block.blue-block-bottom p {
    margin-bottom: 30px; }
  .blue-block.blue-block-bottom h5 {
    font-weight: 700; }
  .blue-block.blue-block-bottom .col-img img {
    max-width: 215px; }
  .blue-block.top .col-img img {
    max-width: 250px; }

.section-bonus {
  padding: 10px 0 30px; }
  .section-bonus .container {
    display: block; }
  .section-bonus .bonus-row {
    display: block;
    padding: 0 0 15px; }
  .section-bonus .col-img {
    width: 100%;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 10px; }
    .section-bonus .col-img img {
      width: 100%;
      max-width: 90px; }
  .section-bonus .col-text {
    width: 100%;
    text-align: center; }
    .section-bonus .col-text h2 {
      color: #DC8049;
      line-height: 30px;
      margin-bottom: 0; }
  .section-bonus ul {
    padding-left: 50px;
    margin: 20px 0; }
    .section-bonus ul li {
      margin-bottom: 5px; }
  .section-bonus h2 {
    color: #DC8049; }

.section-option {
  padding: 30px 0; }
  .section-option .container {
    display: block; }
  .section-option .option-box {
    width: 100%;
    padding-bottom: 15px;
    border: 3px solid #597a62;
    background-color: #fff; }
    .section-option .option-box:not(:last-of-type) {
      margin-bottom: 30px; }
    .section-option .option-box h4 {
      padding: 20px 10px;
      font-size: 24px;
      color: #fff;
      text-align: center;
      background-color: #597a62; }
    .section-option .option-box p {
      padding: 0 25px; }

.two-ways-block {
  padding-bottom: 20px; }
  .two-ways-block .container {
    display: block; }
  .two-ways-block h2 {
    color: #696a6e;
    text-align: center; }
    .two-ways-block h2 br {
      display: none; }
  .two-ways-block .inner-gray {
    background-color: #e8e8e8;
    padding: 20px 15px 5px;
    margin-bottom: 15px; }
  .two-ways-block .d-flex {
    display: block;
    margin-bottom: 20px;
    text-align: center; }
  .two-ways-block .wrap-image {
    width: 100%; }
    .two-ways-block .wrap-image a {
      display: inline-block; }
      .two-ways-block .wrap-image a img {
        display: inline-block; }
    .two-ways-block .wrap-image.wrap-image-left {
      text-align: center;
      margin-bottom: 25px; }
    .two-ways-block .wrap-image.wrap-image-right {
      text-align: center; }
  .two-ways-block .small {
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    font-style: italic; }

footer {
  padding: 20px 0;
  text-align: center;
  background-color: #696a6e;
  color: #fff; }
  footer .container {
    display: block; }
  footer .copyright {
    font-size: 14px;
    color: inherit;
    font-weight: 500;
    margin-bottom: 0; }
  footer .footer-menu {
    margin-bottom: 20px; }
    footer .footer-menu li {
      display: block; }
      footer .footer-menu li a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        text-decoration: underline; }
        footer .footer-menu li a:hover {
          text-decoration: underline; }
      footer .footer-menu li span {
        display: none;
        color: #fff; }
  footer .btn-login {
    display: inline-block;
    color: #fff;
    background-color: #1f4f89;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 2px; }
    footer .btn-login:hover img {
      margin-left: 9px;
      opacity: 1; }
    footer .btn-login img {
      display: inline-block;
      max-width: 10px;
      margin-left: -9px;
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

@media (min-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 30px; }
  h3 {
    font-size: 44px;
    line-height: 47px; }
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-top {
    padding: 25px 0 50px;
    text-align: left; }
    .section-top .text-block {
      max-width: 730px;
      padding-right: 25px; }
    .section-top .logo {
      margin-bottom: 30px; }
    .section-top .wrap-image {
      max-width: 370px; }
  .section-free-download .container {
    display: block; }
  .section-free-download .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-free-download .col-img {
    max-width: 260px;
    margin-right: 30px;
    margin-bottom: 0; }
  .orange-block {
    padding: 53px 0; }
    .orange-block .container {
      display: block; }
    .orange-block h2 {
      margin-bottom: 0; }
    .orange-block br {
      display: block; }
  .reasons-block .container {
    display: block; }
  .reasons-block .row-reasons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .reasons-block .wrap-image {
    max-width: 80px;
    margin-right: 20px;
    margin-bottom: 0;
    text-align: left; }
  .section-module .module-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-module .col-img {
    max-width: 200px;
    margin-bottom: 0; }
  .section-module .col-text {
    max-width: 775px; }
    .section-module .col-text ul {
      margin: 35px 0; }
  .compass-block {
    padding: 15px 0 15px 0; }
    .compass-block .d-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .compass-block .text-block {
      width: 100%;
      max-width: 700px;
      margin-right: 65px;
      padding-top: 0; }
      .compass-block .text-block ul {
        margin-bottom: 35px;
        padding-left: 20px; }
    .compass-block .wrap-image {
      width: 100%;
      max-width: 310px; }
      .compass-block .wrap-image img {
        max-width: 100%; }
  .section-bonus .bonus-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 20px; }
  .section-bonus .col-img {
    max-width: 100px;
    margin-bottom: 0;
    text-align: left; }
  .section-bonus .col-text {
    text-align: left; }
  .blue-block {
    padding: 40px 0 37px;
    text-align: center; }
    .blue-block .container {
      display: block; }
    .blue-block .d-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .blue-block .col-img {
      max-width: 340px;
      margin-bottom: 0;
      margin-right: 60px;
      text-align: left; }
    .blue-block .col-text {
      max-width: 800px;
      text-align: center; }
      .blue-block .col-text p {
        text-align: left; }
    .blue-block .full-width {
      max-width: 100%; }
    .blue-block h5 {
      font-weight: 500;
      margin-bottom: 25px; }
      .blue-block h5 a {
        color: inherit;
        text-decoration: underline; }
    .blue-block h2 {
      font-weight: 700;
      line-height: 46px;
      margin-bottom: 30px; }
    .blue-block p {
      font-size: 17px; }
      .blue-block p:not(:last-of-type) {
        margin-bottom: 30px; }
    .blue-block.blue-block-bottom .lighter {
      color: #DC8049;
      margin-bottom: 0; }
    .blue-block.blue-block-bottom h2 {
      margin-bottom: 30px; }
    .blue-block.blue-block-bottom p {
      margin-bottom: 30px; }
    .blue-block.blue-block-bottom .col-img {
      max-width: 215px; }
    .blue-block.top .col-img {
      text-align: center;
      max-width: 260px; }
      .blue-block.top .col-img img {
        max-width: 250px; }
  .two-ways-block .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .two-ways-block h2 br {
    display: block; }
  .two-ways-block .wrap-image {
    width: 100%; }
    .two-ways-block .wrap-image.wrap-image-left {
      text-align: right;
      padding-right: 30px;
      margin-bottom: 0; }
    .two-ways-block .wrap-image.wrap-image-right {
      text-align: left;
      padding-left: 30px; }
  .footer .footer-menu {
    margin-bottom: 0; }
    .footer .footer-menu li {
      display: inline-block; }
      .footer .footer-menu li a {
        text-decoration: none; }
      .footer .footer-menu li span {
        display: inline-block;
        margin: 0 5px 0 10px; } }

/*# sourceMappingURL=style.css.map */