@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       font-display: swap;
}
/* roboto-700 - latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;

  line-height: 1.4em;
  font-family: "Roboto";
}

.container {
  width: 100%;
  max-width: 1075px;
  margin: 25px 0;
  padding: 0 25px 30px;

  background-color: #ffffff;
}

header {
  margin-bottom: 40px;

  border: 2px solid #b8b8b8;
  border-top: none;
  border-right: none;
  border-left: none;
}
    .ac_footer {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding: 20px 0;
        color: #A12000;
    }

    .ac_footer a {
        color: #A12000;
    }

    .ac_footer p {
        text-align: center;
    }

    img[height="1"], img[width="1"] {
        display: none !important;
    }
header .header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;

  background-image: url("../images/header_img.png");
  background-repeat: no-repeat;
  background-position: 56% top;

  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

header .header_content h1 {
  width: 100%;
  max-width: 540px;
  margin: 35px 0;

  font-weight: 700;
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  color: #1b478a;
  text-transform: uppercase;
}

header .header_content h1 span {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  color: #000000;
  text-transform: none;
}

header .header_content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  max-width: 290px;
  height: 35px;

  border: 1px solid #707070;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

header .header_content div input {
  width: 100%;
  height: 100%;

  border: none;
}

header .header_content div img {
  padding: 0 5px;

  border-left: 1px solid #b8b8b8;
}

header .header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-items: center;
          align-items: center;

  background-color: #1b478a;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  height: 61px;
  overflow: hidden;
  flex-wrap: wrap;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;

  list-style: none;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: 43px;
  flex-wrap: wrap;
  overflow: hidden;
}

header ul li {
  padding: 10px 20px 10px;
}

header ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #1c1c1c;
  text-decoration: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.content {
  width: 100%;
}

.content h2 {
  margin-top: 10px;

  font-weight: 700;
  font-size: 30px;
  line-height: 1.4em;
  text-align: left;
  color: #000000;
}

.content h2 span {
  text-decoration: underline;
}

.content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  text-align: left;
  color: #000000;
}

.content h4 {
  margin: 30px 0 20px;

  font-weight: 500;
  font-size: 27px;
  line-height: 1.4em;
  text-align: left;
  color: #000000;
}

.content p {
  margin: 20px 0;

  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  text-align: left;
  color: #000000;
}

.content .img2 {
  float: left;
  width: 100%;
  max-width: 293px;
  margin: 0 25px 25px 0;
}

.content ul {
  margin-left: 25px;
}

.content ul li h4 {
  margin: 0;

  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  text-align: left;
  color: #000000;
}

.content ul li p {
  margin: 5px 0 25px;
}

.content h5 {
  margin: 30px 0 0;

  font-weight: 700;
  font-size: 22px;
  color: #000000;
}

.content .cta {
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  line-height: 1.4em;
  text-align: left;
  color: #0006ff;
  text-decoration: underline;
  text-align: center !important;
}

.chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  width: 100%;
  max-width: 545px;
  margin: 25px auto 0;

  border: 3px solid #000000;
  border-top: none;
  border-right: none;
}

.chart article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  width: 25%;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end;
}

.chart article p {
  margin: 10px 0;
  padding: 10px;

  font-size: 13px;
  text-align: center;
}

.chart article div {
  width: 40%;
  height: 100px;

  background-color: #558e09;
}

.chart_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  width: 100%;
  max-width: 545px;
  margin: auto;
  margin-bottom: 25px;
}

.chart_text p {
  width: 25%;
  margin: 0;
  margin: 5px 0;

  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.wrapper > strong {
  width: 40%;
}
.sidebar {
  /*width: 90%;*/
  margin-left: 30px;
}

.sidebar h2 {
  padding: 10px;

  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #000000;

  background-color: #d3d3d3;
}

.sidebar article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 20px;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.sidebar article p {
  margin-left: 10px;

  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #000000;
}

.sidebar a {
  text-decoration: none;
}

.sidebar .banner {
  padding: 20px 0;

  text-align: center;

  background: -webkit-linear-gradient(top, #ebd50c 0%, #795e8e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebd50c), to(#795e8e));
  background:      -o-linear-gradient(top, #ebd50c 0%, #795e8e 100%);
  background:         linear-gradient(to bottom, #ebd50c 0%, #795e8e 100%);
  border: 1px solid #000000;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebd50c', endColorstr='#795e8e', GradientType=0);
}

.sidebar .banner h2 {
  padding: 15px;

  font-weight: 700;
  font-size: 34px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;

  background-color: #3454b9;
}

.sidebar .banner img {
  max-width: 365px;
}

.sidebar .banner p {
  width: 100%;
  max-width: 200px;
  margin: 10px auto 0;
  padding: 10px 0;

  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;

  background: -webkit-linear-gradient(90deg, #0056ba 0%, #4494f1 100%);
  background: -webkit-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#0056ba), to(#4494f1));
  background:      -o-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
  background:         linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
          box-shadow: 0 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
}

.comments {
  width: 100%;
  max-width: 690px;
  margin-top: 50px;
}

.comments h2 {
  width: 100%;
  max-width: 220px;
  margin-bottom: 15px;

  font-weight: 700;
  font-size: 32px;
  text-align: left;
  color: #3a3a3a;

  border-bottom: 2px solid #434343;
}

.comments article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 20px 0;

  border-bottom: 2px solid #dedede;

  -webkit-box-align: start;
  -webkit-box-pack: start;
  -ms-flex-align: start;
  -ms-flex-pack: start;
}

.comments article div {
  width: 100%;
}

.comments article img {
  margin-right: 15px;
}

.comments article h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;

  font-weight: 900;
  font-size: 15px;
  text-align: left;
  color: #000000;
  font-style: italic;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.comments article h3 span {
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: #000000;
}

.comments article p {
  margin-top: 5px;

  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #000000;
}

div.aw-widget-36hour-inner {
  min-width: 0!important;
}

footer {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

footer a,
.footer-links {
  font-weight: normal;
  font-size: 11px;
  color: grey;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .container {
    padding: 0 20px 20px;
  }
  header .header_content a {
    display: none;
  }
  header ul li a {
    font-size: 14px;
    padding: 10px;
  }
  header .header_content {
    background-position: 100% top;
  }
  .sidebar .banner h2 {
    font-size: 22px;
  }


  .sidebar, header ul {
    display: none;
}

.comments, .order-container {
  max-width: 100% !important;
}
}
.content p, .content h3{
  text-align: justify;
}
.order-container {
  max-width: 690px;
}
.btn {
  width: 100%;
    max-width: 200px;
    margin: 10px auto 0;
    padding: 10px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background: -webkit-linear-gradient(90deg, #0056ba 0%, #4494f1 100%);
    background: -webkit-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#0056ba), to(#4494f1));
    background: -o-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
    background: linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 6.96px 1.04px rgb(0 0 0 / 63%);
    box-shadow: 0 1px 6.96px 1.04px rgb(0 0 0 / 63%);
    display: block;
}
@media only screen and (max-width: 768px) {
  .sidebar, header ul {
    display: none;
  }
  .content {
    width: 100%;
  }
  header .header_content h1 {
    margin-bottom: 240px;
    max-width: 100%;
    text-align: center;
  }

  .content .img2 {
    float: none;
    display: block;
    margin: 0 auto; 
  }

  .content p, .content h3 {
    text-align: left;
  }
  header {
    margin-bottom: 20px;
  }
  header .header_content {
    background-position: center bottom;
  }
  .content h2 {
    font-size: 24px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content p {
    font-size: 16px;
  }
  .content h4 {
    font-size: 22px;
  }
  .content h5 {
    font-size: 20px;
  }
  .comments h2 {
    font-size: 24px;
  }
  .comments article:nth-child(1n+8), .comments article img {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .header_box a:nth-child(2) {
    display: none;
  }
  header .header_content h1 {
    font-size: 22px;
  }
  header .header_content h1 span {
    font-size: 18px;
  }
  .chart article p {
    font-size: 14px;
  }
  .content .cta {
    font-size: 20px;
  }

  .chart-container {
    overflow: auto;
  }


  .chart {
    width: 480px;
    overflow: scroll;
  }

  .chart_text {
     width: 480px;
    overflow: scroll;
  }

  .chart_text p {
    font-size: 12px !important;
    text-align: center;
  }
}
.inL_384383.inL_384383{
        background-color: #b8b8b8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
      }
.inL_141347.inL_141347{
              color: #1c1c1c;
              font-size: 13px;
              font-weight: 400;
              text-align: right;
              padding: 10px 0 0;
              border-bottom: 1px solid #1b1b1b;
            }
.inL_820789.inL_820789{width: 28%}
.inL_683881.inL_683881{width: 31px; height: 20px}
.header_box a{max-width: 117px; width: 100%; margin: 15px 25px; display: block;}
.header_box a img {
  max-width: 100%;
}
.inL_916466.inL_916466{
                text-decoration: none;
                color: #000dc3;
                font-size: 13px;
                font-weight: 400;
                line-height: 18px;
                text-align: left;
                margin: 0 0 25px;
              }
.inL_176867.inL_176867{width: 100%; margin: 25px 0 15px}
.inL_747016.inL_747016{}
.inL_114148.inL_114148{margin-top: 40px}
.inL_823261.inL_823261{background-color: #f3fff1}
.inL_635414.inL_635414{height: 150px}
.inL_353880.inL_353880{background-color: #defed7}
.inL_326237.inL_326237{height: 175px}
.inL_319150.inL_319150{background-color: #cef9c1}
.inL_961628.inL_961628{height: 200px}
.inL_57946.inL_57946{background-color: #bafba9}
.inL_490306.inL_490306{height: 250px}
.inL_749756.inL_749756{margin: auto}
.inL_624313.inL_624313{margin: auto}
.inL_671542.inL_671542{margin: auto}
.inL_369924.inL_369924{margin: auto}
.inL_339411.inL_339411{width: 100%; margin: 25px 0 0}
.inL_897550.inL_897550{margin: 10px 0; color: #ff0000}
.inL_328132.inL_328132{width: 68px; height: 68px}
.inL_784186.inL_784186{width: 68px; height: 68px}
.inL_604415.inL_604415{width: 68px; height: 68px}
.inL_348777.inL_348777{width: 68px; height: 68px}
.inL_961473.inL_961473{width: 68px; height: 68px}
.inL_306855.inL_306855{width: 68px; height: 68px}
.inL_43441.inL_43441{width: 68px; height: 68px}
.inL_608861.inL_608861{width: 68px; height: 68px}
.inL_149570.inL_149570{width: 68px; height: 68px}
.inL_574604.inL_574604{width: 68px; height: 68px}
.inL_613015.inL_613015{width: 68px; height: 68px}
.inL_140577.inL_140577{width: 70%}
.inL_122756.inL_122756{width: 41px; height: 41px}
.inL_265662.inL_265662{width: 41px; height: 41px}
.inL_109204.inL_109204{width: 41px; height: 41px}
.inL_233294.inL_233294{width: 41px; height: 41px}
.inL_274957.inL_274957{width: 41px; height: 41px}
.inL_472588.inL_472588{width: 41px; height: 41px}
.inL_194974.inL_194974{width: 41px; height: 41px}
.inL_182419.inL_182419{width: 41px; height: 41px}
.inL_815052.inL_815052{width: 41px; height: 41px}
.inL_9594.inL_9594{width: 41px; height: 41px}
.inL_744891.inL_744891{width: 41px; height: 41px}
.inL_558295.inL_558295{width: 41px; height: 41px}
.inL_564664.inL_564664{width: 41px; height: 41px}
.inL_932247.inL_932247{width: 41px; height: 41px}
.inL_512006.inL_512006{width: 41px; height: 41px}
.inL_512443.inL_512443{width: 41px; height: 41px}
.inL_749751.inL_749751{width: 41px; height: 41px}