a {
  color: #00e;
  text-decoration: none;
}

.header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}

.footer {
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #dfdfdf;
  color: #636161;
}

.container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  padding-right: 15px;
  padding-left: 15px;
}

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

.row.text-center.mb2 {
  margin-bottom: 20px;
}

.logo {
  width: auto;
  height: 50px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.logo.mw-200 {
  max-width: 200px;
}

.logo.mb2 {
  width: auto;
  height: 60px;
  max-width: none;
  margin-bottom: 20px;
}

.h1 {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 43px;
  line-height: 1.4;
}

.p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3838;
  font-size: 21px;
  line-height: 1.7;
  font-weight: 400;
}

.p.p-quote {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
}

.p.fs-italic {
  font-style: italic;
}

.p.fs-italic.mb0 {
  margin-bottom: 0px;
}

.p.fs-19 {
  font-size: 19px;
}

.p.fs-19.fw-bold {
  font-weight: 700;
}

.p.fs-19.fw-bold.mb0 {
  margin-bottom: 0px;
}

.p.fs-18 {
  font-size: 18px;
}

.p.fs-18.mb0 {
  margin-bottom: 0px;
}

.p.mb3 {
  margin-bottom: 30px;
}

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

.p.mb0 {
  margin-bottom: 0px;
  border: 0px dashed #000;
}

.p.mb0.fw-bold {
  font-weight: 700;
}

.p.mb0.fw-bold.fs-20 {
  font-size: 20px;
  font-weight: 400;
}

.p.mb0.fw-bold.fs-20.text-center {
  font-size: 30px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.p.mb0.fw-bold.fs-20.fw-light {
  color: #fff;
}

.p.fs-16 {
  font-size: 16px;
}

.p.fs-16.fw-600 {
  color: #535353;
  font-weight: 600;
}

.p.fs-15 {
  font-size: 15px;
}

.p.fs-15.color-light {
  color: #747474;
}

.p.fs-13 {
  font-size: 13px;
}

.p.fs-13.title {
  font-style: italic;
  font-weight: 700;
}

.p.fs-13.mb5 {
  margin-bottom: 50px;
}

.p.mb-3 {
  margin-bottom: 30px;
}

.p.mb2 {
  margin-bottom: 20px;
}

.p.mb2.mb3 {
  margin-bottom: 30px;
}

.p.hide {
  display: none;
}

.list1 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
}

.list1-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 46px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Avatar-100x100-6.png');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.box1 {
  display: block;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
  background-color: #f7f7f7;
}

.box1.bl-5 {
  border-left-width: 5px;
}

.box1.bl-5.p2 {
  padding: 20px 20px 10px 30px;
}

.box1.bl-5.p2.mb3 {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-top: 7px solid #5eb130;
  border-left-width: 7px;
  border-left-color: #5eb130;
}

.a-img {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.a-img.mt0 {
  margin-top: 0px;
}

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

.a-img.text-center.mb0 {
  margin-bottom: 0px;
}

.a-img.m0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.a-img.hide {
  display: none;
}

.html-embed {
  max-width: 100%;
}

.h2 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.h2.mt2 {
  margin-top: 20px;
}

.h2.mt3 {
  margin-top: 30px;
}

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

.h2.mb3 {
  margin-bottom: 30px;
}

.h2.mb2 {
  margin-bottom: 20px;
}

.h2.mb0 {
  margin-bottom: 0px;
}

.h2.hide {
  display: none;
}

.box2.bg-yellow {
  padding: 10px 20px;
}

.box2.bg-yellow.mb3 {
  margin-bottom: 30px;
}

.box2.b2 {
  padding: 10px 20px;
  border: 4px dashed #ffe987;
}

.box2.b2.mb3 {
  margin-bottom: 30px;
  border-color: #ccc;
}

.box2.b2.mb3 {
  margin-bottom: 30px;
}

.h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

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

.h3.text-center.mb0 {
  margin-bottom: 0px;
}

.h3.mt0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.grid {
  padding: 0px 20px;
}

.grid.bb1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
}

.grid.bb1.mt3 {
  margin-top: 30px;
}

.grid.bb1.no-border {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.grid.bb1.no-border.margin {
  margin-bottom: 40px;
}

.grid.mb3 {
  margin-bottom: 30px;
}

.grid.mb3.mb4 {
  margin-bottom: 40px;
}

.grid-list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 45px;
}

.grid-list-item.check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/check.svg');
  background-position: 0% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.grid-list-item.uncheck {
  background-image: url('../images/uncheck.svg');
  background-position: 0% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.column {
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  padding-left: 40px;
}

.column-2.bl1 {
  padding-left: 60px;
  border-left: 1px solid #dedede;
}

.bl1 {
  border-left: 1px solid #dedede;
}

.bl1.bp2 {
  padding-bottom: 20px;
}

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

.columns.no-flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  border: 3px solid #ccc;
}

.box3 {
  max-width: 100%;
  padding: 20px;
  border: 5px solid #ccc;
  background-color: #f7f7f7;
}

.box3.mb3 {
  margin-bottom: 30px;
  border-width: 5px;
  border-color: #ccc;
  background-color: #f7f7f7;
}

.box3.mb3.b-dotted {
  border-style: dashed;
  border-color: #fdc300;
  background-color: #fff7dc;
}

.box3.mb3.b-none {
  border-width: 0px;
  background-color: #4e7096;
}

.box3.mb3.b-yellow {
  border-color: #fdc300;
  background-color: #fff7dc;
}

.box3.m-auto {
  margin-right: auto;
  margin-left: auto;
}

.box3.m-auto.mb2 {
  margin-bottom: 20px;
}

.box3._w-60 {
  max-width: 60%;
}

.box3._w-60.m-uto {
  margin-right: auto;
  margin-left: auto;
}

.box3._w-60.m-uto.mb2 {
  margin-bottom: 20px;
}

.box3._w-60.m-uto.mb2.bg-white {
  background-color: #fff;
}

.box3._w-60.m-uto.mb2.bg-white.b8 {
  border-width: 7px;
  border-color: #5eb130;
}

.box3._w-60.m-uto.mb2.bg-white.b8.bc-dark {
  border-color: #333;
}

.btn-primary {
  width: 100%;
  padding: 36px 60px;
  border-bottom: 5px solid #057b05;
  border-radius: 8px;
  background-color: #069206;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.btn-primary:hover {
  background-color: #058705;
}

.btn-primary.mb3 {
  margin-bottom: 30px;
}

.btn-primary.mb5 {
  margin-bottom: 30px;
}

.btn-primary.fs-20 {
  font-size: 20px;
}

.btn-primary.btn-sidebar {
  padding: 10px;
  font-size: 18px;
}

.afooter {
  color: #535353;
  text-decoration: none;
}

.sidebar {
  padding: 20px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.23);
}

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

.column-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  bottom: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-top: -10px;
}

.bg-yellow {
  background-color: #ffe987;
}

.bg-yellow.fs-bold {
  font-weight: 700;
}

.list2 {
  margin-top: 30px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.list2-item {
  margin-bottom: 10px;
}

.cite {
  position: relative;
  top: -10px;
  font-size: 15px;
  font-style: italic;
}

.alink {
  text-decoration: none;
}

.a-img-2 {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 10px;
}

.a-img-2.text-center {
  text-align: center;
}

.a-img-2.text-center.mb0 {
  margin-bottom: 0px;
}

.color-yellow {
  color: #069206;
}

.list2-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}

.p-2 {
  font-family: 'Open Sans', sans-serif;
  color: #3a3838;
  font-size: 21px;
  line-height: 1.7;
}

.p-2.fs-18 {
  font-size: 18px;
}

.p-2.fs-18.mb0 {
  margin-bottom: 0px;
}

.p-2.mb3 {
  margin-bottom: 30px;
}

.p-2.mb0 {
  margin-bottom: 0px;
  border: 0px dashed #000;
}

.mb1 {
  margin-bottom: 10px;
}

.image-2 {
  width: 100%;
  max-width: 80%;
}

.image-2._w-100 {
  max-width: 100%;
}

.image-3 {
  width: 100%;
}

.logo-2 {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.logo-2.mw-200 {
  width: auto;
  height: 50px;
  max-width: none;
}

.h3-2 {
  font-family: 'Open Sans', sans-serif;
}

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

.h3-2.text-center.mb0 {
  margin-bottom: 0px;
}

.h2-2 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

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

.image-4 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  max-width: 100%;
}

.link {
  color: #0b039f;
  line-height: 1.2;
  text-decoration: none;
}

.embed-year {
  display: none;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2.hide {
  display: none;
}

.html-embed-3 {
  font-size: 15px;
  font-weight: 600;
}

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

.list {
  margin-bottom: 30px;
  padding-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3838;
  font-size: 21px;
  line-height: 1.7;
  list-style-type: decimal;
}

.list-item {
  margin-bottom: 10px;
}

.list-item-2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .logo.mw-200 {
    max-width: 160px;
  }

  .p {
    margin-bottom: 10px;
  }

  .grid-list {
    padding-right: 10px;
  }

  .column-2.bl1 {
    padding-left: 20px;
  }

  .box3._w-60.m-uto.mb2.bg-white.b8 {
    margin-top: 30px;
  }

  .btn-primary.mb5 {
    font-size: 24px;
  }

  .btn-primary.btn-sidebar {
    font-size: 15px;
  }

  .sidebar.text-center {
    display: block;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .columns-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-4 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .p-2 {
    margin-bottom: 10px;
  }

  .logo-2.mw-200 {
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo {
    max-width: 100px;
  }

  .h1 {
    font-size: 36px;
  }

  .p {
    font-size: 19px;
  }

  .h2 {
    font-size: 26px;
  }

  .grid.bb1.mt3 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-list {
    padding-right: 10px;
  }

  .column-2.bl1 {
    padding-left: 20px;
  }

  .bl1.bp2 {
    padding-left: 20px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .box3._w-60.m-uto.mb2.bg-white.b8 {
    max-width: 100%;
  }

  .btn-primary.mb5 {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.2;
  }

  .column-3 {
    display: none;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

  .image-2 {
    max-width: 100%;
  }

  .logo-2 {
    max-width: 160px;
  }

  .h2-2 {
    font-size: 26px;
  }

  .image-4 {
    max-width: 100%;
  }

  .image-5 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .row {
    padding-right: 10px;
    padding-left: 10px;
  }

  .row.p1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo {
    height: 40px;
    max-width: none;
  }

  .logo.mw-200 {
    max-width: 130px;
  }

  .logo.mb2 {
    height: 50px;
  }

  .h1 {
    margin-top: 10px;
    font-size: 25px;
  }

  .p {
    font-size: 17px;
  }

  .p.fs-19 {
    font-size: 15px;
  }

  .p.fs-18.mb0 {
    font-size: 15px;
  }

  .p.mb3 {
    margin-bottom: 10px;
  }

  .p.mb0.fw-bold.fs-20 {
    font-size: 18px;
  }

  .box1.bl-5.p2.mb3 {
    padding-left: 10px;
  }

  .h2 {
    font-size: 19px;
  }

  .h3.text-center.mb0 {
    font-size: 18px;
  }

  .grid.bb1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid.mb3 {
    padding-left: 0px;
  }

  .grid-list-item.check {
    padding-left: 34px;
    background-size: 26px;
  }

  .grid-list-item.uncheck {
    padding-left: 34px;
    background-size: 26px;
  }

  .column-2.bl1 {
    padding-left: 10px;
  }

  .bl1.bp2 {
    padding-left: 10px;
  }

  .box3.mb3.b-dotted {
    margin-bottom: 25px;
  }

  .btn-primary.mb5 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }

  .p-2 {
    font-size: 18px;
  }

  .p-2.fs-18.mb0 {
    font-size: 15px;
  }

  .bold-text {
    font-size: 25px;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .logo-2 {
    max-width: 132px;
  }

  .logo-2.mw-200 {
    width: 80%;
    height: auto;
    max-width: none;
  }

  .h3-2.text-center.mb0 {
    font-size: 18px;
  }

  .h2-2 {
    font-size: 22px;
  }

  .link {
    font-size: 25px;
  }

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

  .bold-text-3 {
    font-size: 22px;
  }

  .bold-text-4 {
    font-size: 22px;
  }

  .bold-text-5 {
    font-size: 22px;
  }

  .bold-text-6 {
    font-size: 22px;
  }

  .bold-text-7 {
    font-size: 22px;
  }

  .bold-text-8 {
    font-size: 22px;
  }

  .html-embed-2 {
    margin-top: 5px;
  }
}

