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

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

.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: 16px;
  color: #666;
  font-weight: 500;
  line-height: 23.8px;
  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%; }

header {
  padding: 27px 0; }
  header .logo {
    display: block;
    width: 100%;
    max-width: 324px;
    margin: 0 auto; }
    header .logo img {
      display: block; }

.section-top {
  padding: 30px 0;
  background-color: #f27a2b;
  text-align: center; }
  .section-top .text-block {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 10px; }
  .section-top h2 {
    margin-bottom: 28px;
    font-family: "Asap Condensed", sans-serif;
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    line-height: 42px; }
  .section-top h5 {
    margin-bottom: 30px;
    font-family: "Abel", sans-serif;
    font-size: 24px;
    color: #666;
    font-weight: 400; }
  .section-top h5.bottom {
    font-size: 22px;
    color: #f9be94;
    margin-bottom: 20px; }
  .section-top .wrap-image {
    display: inline-block;
    width: 100%;
    max-width: 320px; }
    .section-top .wrap-image img {
      display: block;
      width: 100%; }
  .section-top .d-flex {
    display: block; }

.section-free-download {
  padding: 25px 0 10px; }
  .section-free-download h2 {
    color: #6fa984; }
    .section-free-download h2 .smaller {
      display: block;
      color: inherit;
      font-size: 17px;
      line-height: 19px; }
  .section-free-download h2 {
    width: 100%;
    font-size: 34px;
    color: #094D8D;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center; }
  .section-free-download ul {
    padding-left: 40px; }
  .section-free-download .no-mark {
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px; }
    .section-free-download .no-mark li {
      font-style: italic;
      color: #666;
      margin-bottom: 0px; }
  .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; }

.creativity-block {
  display: block;
  width: 100%;
  max-width: 705px;
  margin: 25px auto;
  padding: 25px 10px;
  background-color: #f2f2f2;
  border: 1px solid #094d8d; }
  .creativity-block .creativity-box {
    padding: 0 20px;
    text-align: center; }
    .creativity-block .creativity-box p:last-of-type {
      margin-bottom: 0; }
    .creativity-block .creativity-box:not(:last-of-type) {
      margin-bottom: 25px; }
    .creativity-block .creativity-box img {
      display: inline-block;
      width: 100%;
      max-width: 42px;
      margin-bottom: 15px; }

.section-module {
  padding: 30px 0; }
  .section-module .container {
    display: block; }
  .section-module .module-row {
    display: block;
    padding: 30px 25px;
    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: 0px;
    margin-bottom: 15px;
    margin-right: 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-family: "Asap Condensed", sans-serif;
      font-size: 26px;
      color: #666;
      line-height: 26px; }
      .section-module .col-text h3 span {
        font-size: 19px;
        line-height: 19px; }
    .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 .col-text ol {
      padding-left: 0px;
      list-style-position: inside;
      list-style-type: decimal; }
      .section-module .col-text ol li {
        margin-bottom: 7px; }
  .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; }
  .section-module h4 {
    font-family: "Asap Condensed", sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #094d8d;
    line-height: 34px;
    margin-bottom: 25px; }

.orange-block {
  padding: 25px 0;
  background-color: #094d8d; }
  .orange-block .container {
    text-align: center; }
  .orange-block h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500; }
  .orange-block br {
    display: none; }

.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 .text-block h4 {
      font-family: "Asap Condensed", sans-serif;
      font-size: 34px;
      font-weight: 700;
      color: #094d8d;
      line-height: 34px;
      margin-bottom: 25px; }
    .compass-block .text-block ul {
      margin-bottom: 15px;
      padding-left: 30px; }
      .compass-block .text-block ul li:not(:last-of-type) {
        margin-bottom: 7px; }
  .compass-block .wrap-image {
    width: 100%;
    text-align: center;
    padding: 15px 0 5px; }
    .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; }

.text-block {
  padding: 40px 0; }
  .text-block .container {
    display: block; }
    .text-block .container p br {
      display: none; }
    .text-block .container p:last-of-type {
      margin-bottom: 0; }
  .text-block .no-mark {
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px; }
    .text-block .no-mark li {
      margin-bottom: 15px; }
  .text-block h4 {
    max-width: 945px;
    font-family: "Asap Condensed", sans-serif;
    font-size: 38px;
    color: #094d8d;
    line-height: 37px;
    font-weight: 700;
    margin: 0 auto 0 auto;
    text-align: left; }
  .text-block h4.text-center {
    text-align: center;
    margin-bottom: 30px; }
  .text-block .full-width {
    max-width: 100%; }
  .text-block h4.no-mar-b {
    margin-bottom: 0; }
  .text-block ul {
    display: inline-block;
    padding-left: 50px;
    margin: 10px 0 20px; }
    .text-block ul li {
      margin-bottom: 5px; }
  .text-block .no-mar-b {
    margin-bottom: 0; }
  .text-block .option {
    padding: 25px;
    background-color: #9ecbec;
    border: 5px solid #094d8d;
    margin: 25px 0; }
    .text-block .option h4 {
      font-family: "Asap Condensed", sans-serif;
      font-size: 38px;
      color: #094d8d;
      line-height: 38px;
      font-weight: 700;
      margin-bottom: 20px;
      text-align: center; }
    .text-block .option p:last-of-type {
      margin-bottom: 0; }
    .text-block .option .sidebar {
      font-style: italic;
      padding-left: 10px; }
    .text-block .option.option-one {
      margin-bottom: 50px; }
  .text-block .familiar {
    font-family: "Asap Condensed", sans-serif;
    font-size: 34px;
    line-height: 34px;
    color: #094D8D;
    text-align: center;
    margin: 25px 0; }

.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 .col-text {
    text-align: center; }
  .blue-block.blue-block-bottom h2 {
    max-width: 700px;
    font-weight: 500;
    margin: 0 auto 30px;
    text-align: center; }
  .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: 225px;
    border: 1px solid #094d8d; }
  .blue-block.blue-block-bottom .col-img-right {
    margin-bottom: 0; }
  .blue-block.top .col-img img {
    max-width: 250px; }
  .blue-block.free-download {
    background-color: #ededed; }
    .blue-block.free-download .col-text h2 {
      width: 100%;
      max-width: 650px;
      font-family: "Asap Condensed", sans-serif;
      font-size: 34px;
      color: #094d8d;
      line-height: 34px;
      margin-left: auto;
      margin-right: auto; }
    .blue-block.free-download .col-text p {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 23.8px;
      color: #666;
      text-align: left;
      margin-bottom: 15px; }
      .blue-block.free-download .col-text p:not(:last-of-type) {
        margin-bottom: 20px; }
    .blue-block.free-download .col-text a img {
      width: 100%;
      max-width: 580px;
      display: block; }

.section-items {
  padding: 40px 0 25px; }
  .section-items:nth-child(even) {
    background-color: #e8e8e8; }
  .section-items:nth-child(odd) .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .section-items:nth-child(odd) .container .block-img {
      margin-right: 0; }
  .section-items .container {
    display: block; }
  .section-items .block-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .section-items .block-text h3 {
    font-family: "Asap Condensed", sans-serif;
    font-size: 26px;
    color: #666;
    line-height: 24px; }
    .section-items .block-text h3 span {
      font-size: 19px; }
  .section-items .block-text .d-flex {
    display: block; }
  .section-items .block-text ul {
    display: inline-block;
    padding-left: 50px;
    margin: 10px 0 20px; }
    .section-items .block-text ul li {
      margin-bottom: 5px; }

.blue-block-bottom {
  background-color: #f27a2b; }
  .blue-block-bottom .col-text h2 {
    font-family: "Asap Condensed", sans-serif;
    font-size: 44px;
    color: #fff;
    line-height: 44px; }
  .blue-block-bottom .col-text p {
    font-family: "Abel", sans-serif;
    font-size: 24px;
    color: #666;
    line-height: 24px; }
  .blue-block-bottom .col-text h5 {
    font-family: "Abel", sans-serif;
    font-size: 22px;
    color: #f9be94;
    line-height: 22px;
    font-weight: 500; }

.two-ways-block {
  padding: 35px 0 15px; }
  .two-ways-block .container {
    display: block; }
  .two-ways-block h3 {
    color: #094d8d;
    text-align: center; }
  .two-ways-block .option {
    padding: 25px;
    background-color: #9ecbec;
    border: 5px solid #094d8d;
    margin-bottom: 25px; }
    .two-ways-block .option h4 {
      font-family: "Asap Condensed", sans-serif;
      font-size: 38px;
      color: #094d8d;
      line-height: 38px;
      font-weight: 700;
      margin-bottom: 20px;
      text-align: center; }
    .two-ways-block .option p:last-of-type {
      margin-bottom: 0; }
    .two-ways-block .option.option-one {
      margin: 30px 0 50px; }
  .two-ways-block .inner-gray {
    background-color: #e8e8e8;
    padding: 20px 20px 5px;
    margin-bottom: 15px;
    text-align: justify; }
  .two-ways-block .d-flex {
    display: block;
    margin-bottom: 20px; }
  .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;
    margin-bottom: 0; }

.footer {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 25px 0;
  text-align: center; }
  .footer .footer-left {
    text-align: center; }
  .footer .copyright {
    font-size: 14px;
    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: #2ea3f2; }
        .footer .footer-menu li a:hover {
          text-decoration: underline; }
      .footer .footer-menu li span {
        display: none; }
  .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 img {
      display: inline-block;
      max-width: 10px;
      margin-left: -9px;
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .footer .btn-login:hover img {
      margin-left: 9px;
      opacity: 1; }

@media (min-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 30px; }
  h3 {
    font-size: 44px;
    line-height: 47px; }
  .section-top {
    padding: 40px 0 35px;
    text-align: left; }
    .section-top .text-block {
      max-width: 720px;
      padding-right: 0px;
      padding: 0px 0px 0px 0; }
    .section-top h2 {
      width: 100%;
      max-width: 570px; }
    .section-top h5.bottom {
      width: 100%;
      max-width: 570px;
      margin-bottom: 0; }
    .section-top .wrap-image {
      max-width: 320px;
      margin-right: 60px; }
    .section-top .d-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .section-free-download .container {
    display: block; }
  .section-free-download .no-mark {
    list-style-type: none;
    padding-left: 55px;
    padding-right: 15px;
    line-height: 24px; }
    .section-free-download .no-mark li {
      font-style: italic;
      color: #666;
      margin-bottom: 0px; }
  .section-free-download h2 {
    max-width: 820px;
    font-size: 44px;
    color: #094D8D;
    line-height: 44px;
    margin-left: auto;
    margin-right: auto; }
  .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; }
  .creativity-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .creativity-block .creativity-box:not(:last-of-type) {
      margin-bottom: 0; }
  .text-block {
    padding: 40px 0; }
    .text-block .container p br {
      display: block; }
    .text-block .no-mark {
      padding-left: 35px;
      padding-right: 0;
      line-height: 24px; }
      .text-block .no-mark li {
        margin-bottom: 15px; }
    .text-block h4 {
      font-size: 44px;
      color: #094d8d;
      line-height: 44px; }
    .text-block .option h4 {
      font-size: 44px;
      line-height: 44px;
      margin-bottom: 25px; }
    .text-block .option p:last-of-type {
      margin-bottom: 0; }
    .text-block .option .sidebar {
      padding-left: 25px; }
    .text-block .option.option-one {
      margin-bottom: 50px; }
  .orange-block {
    padding: 53px 0; }
    .orange-block .container {
      display: block; }
    .orange-block h2 {
      margin-bottom: 0;
      font-size: 46px;
      line-height: 50px; }
    .orange-block br {
      display: block; }
  .compass-block {
    padding: 0 0 35px 0; }
    .compass-block .d-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .compass-block .text-block {
      width: 100%;
      max-width: 735px;
      margin-right: 60px;
      padding-top: 0; }
    .compass-block .wrap-image {
      width: 100%;
      max-width: 285px;
      padding: 0; }
      .compass-block .wrap-image img {
        max-width: 100%; }
  .section-module .top-heading {
    font-size: 44px;
    line-height: 44px; }
  .section-module .module-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 35px; }
  .section-module .col-img {
    max-width: 170px;
    margin: 0 50px 0 20px; }
  .section-module .col-text {
    max-width: 775px; }
    .section-module .col-text ul {
      margin: 25px 0; }
  .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 .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-text {
      margin: 0 65px;
      -ms-flex-negative: 3;
      flex-shrink: 3; }
    .blue-block.blue-block-bottom .col-img {
      max-width: 205px;
      margin-right: 0;
      -ms-flex-negative: 4;
      flex-shrink: 4; }
    .blue-block.top .col-img {
      text-align: center;
      max-width: 260px; }
      .blue-block.top .col-img img {
        max-width: 250px; }
    .blue-block.free-download {
      background-color: #ededed; }
      .blue-block.free-download .col-img {
        max-width: 300px;
        text-align: center;
        margin-right: 50px; }
        .blue-block.free-download .col-img img {
          display: inline-block;
          max-width: 300px; }
  .section-items:nth-child(odd) .container .block-img {
    margin-left: 55px; }
  .section-items .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-items .block-img {
    max-width: 170px;
    margin-right: 65px;
    margin-bottom: 0;
    text-align: left;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .section-items .block-text {
    -ms-flex-negative: 3;
    flex-shrink: 3; }
    .section-items .block-text .d-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
  .two-ways-block .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .two-ways-block h4 {
    font-size: 44px;
    color: #094d8d;
    line-height: 44px; }
  .two-ways-block .option h4 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 25px; }
  .two-ways-block .wrap-image {
    width: 50%; }
    .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .footer-menu {
      margin-bottom: 0; }
      .footer .footer-menu li {
        display: inline-block; }
        .footer .footer-menu li span {
          display: inline-block;
          margin: 0 5px 0 10px; } }

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