body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #167ac6;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li {
  margin-bottom: 10px;
}

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

.footer {
  padding: 20px;
  background-color: #21362c;
  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;
}

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

.logo.mb2 {
  width: 100%;
  height: 100%;
  max-width: 180px;
  margin-bottom: 10px;
}

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

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

.p.p-quote {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.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.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.fs-16 {
  font-size: 16px;
}

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

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

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

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

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

.list1-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  background-image: url('../images/Avatar-100x100-5.png');
  background-position: 0% 50%;
  background-size: 32px 32px;
  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 none #21362c;
  border-left-width: 7px;
  border-left-color: #21362c;
}

.box1.bl-5.p2.mb2 {
  border-left-width: 7px;
  border-left-color: #21362c;
}

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

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

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

.h2.center {
  margin-bottom: 20px;
  text-align: center;
}

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

.h3.mt0 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 700;
}

.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-yellow {
  border-color: #fadf98;
  background-color: #fef5c4;
}

.box3.mb3.b-dotted {
  border-style: dashed;
  border-color: #fdc300;
  background-color: rgba(254, 245, 196, 0.5);
}

.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: #160f38;
}

.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;
  text-decoration: none;
}

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

.btn-primary.btn-sidebar {
  padding: 15px 10px;
  border-radius: 6px;
  font-size: 14px;
}

.afooter {
  color: #fff;
  font-weight: 400;
}

.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;
}

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

.mb1 {
  margin-bottom: 10px;
}

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

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

.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;
}

.embed-year {
  display: none;
}

.photo__sml {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  border-radius: 100%;
}

.list {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3838;
  font-size: 20px;
  line-height: 1.8;
}

.compare-brands {
  width: 95%;
  margin: 20px auto 30px;
}

.box-text {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #202020;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.compare-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.box-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 80px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  color: #3a3838;
  font-size: 18px;
  line-height: 1.5;
}

.box-item.checked {
  background-image: url('../images/check.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.box-item.checked.wborder {
  border-right: 1px solid #ccc;
}

.box-item.unchecked {
  margin-left: 0px;
  background-image: url('../images/uncheck.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.box-item.unchecked.wborder {
  border-right: 1px solid #ccc;
}

.box-item.heading {
  min-height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.box-item.heading.wborder {
  border-right: 1px solid #ccc;
}

.box-item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 80px;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  color: #3a3838;
  font-size: 18px;
  line-height: 1.5;
}

.box-item-text.heading {
  min-height: 70px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
  text-align: center;
}

.box-item-text.heading.wborder {
  border-right: 1px solid #ccc;
}

.box-item-text.wborder {
  border-right: 1px solid #ccc;
}

.underline {
  text-decoration: underline;
}

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .p {
    margin-bottom: 10px;
  }

  .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;
  }

  .box-text {
    font-size: 16px;
  }

  .compare-name {
    font-size: 16px;
  }

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

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

  .h1 {
    font-size: 36px;
  }

  .p {
    font-size: 19px;
  }

  .h2 {
    font-size: 26px;
  }

  .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;
  }

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

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

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

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

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

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

  .logo {
    max-width: 110px;
  }

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

  .p {
    font-size: 18px;
  }

  .p.fs-italic.mb0 {
    line-height: 1.3;
  }

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

  .p.fs-19.fw-bold.mb0 {
    font-size: 18px;
    line-height: 1.5;
  }

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

  .box1.bl-5.p2.mb3 {
    padding-left: 10px;
    border-top-style: none;
  }

  .box1.bl-5.p2.mb2 {
    margin-bottom: 20px;
  }

  .h2 {
    margin-top: 10px;
    font-size: 23px;
  }

  .box3._w-60.m-uto.mb2.bg-white.b8 {
    margin-bottom: 30px;
    border-top-color: #21362c;
  }

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

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

  .h2-2.text-center {
    margin-top: 40px;
    font-size: 23px;
  }

  .compare-brands {
    width: 100%;
  }

  .box-text {
    font-size: 16px;
    line-height: 1.3;
  }

  .compare-name {
    font-size: 16px;
    line-height: 24px;
  }

  .compare-name.sml {
    font-size: 12px;
    line-height: 18px;
  }

  .box-item {
    padding-left: 0px;
  }

  .box-item.checked {
    padding: 10px;
    background-position: 50% 50%;
    background-size: 25px;
  }

  .box-item.unchecked {
    padding: 10px;
    background-position: 50% 50%;
    background-size: 25px;
    font-size: 16px;
  }

  .box-item.heading {
    padding: 10px;
  }

  .box-item-text {
    padding: 10px;
  }

  .box-item-text.heading {
    padding: 10px;
  }

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

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

  .p-2.mb0.fw-bold.fs-20.text-center {
    font-size: 24px;
  }
}

