.boldText {
  font-weight: 700;
}
.italicText {
  font-style: oblique;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0 !important;
  background-color: #f1f1f1;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
}
a,
li {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: inherit;
}
.new_price_cur,
.new_price_val {
  padding: 0;
}
ol.list-1,
ul.list-1 {
  list-style: none;
  margin: 0;
}
ol.list-1 {
  counter-reset: section;
}
ol.list-1 li {
  counter-increment: section;
}
ol.list-1 li::before {
  content: counters(section, '.') '. ';
  margin-right: 5px;
  margin-left: -24px;
  text-align: right;
}
.list-0 {
  display: inline-block;
  margin-left: 24px;
}
ul.list-1 li::before {
  content: '•';
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}
ul.list-1 ol,
ul.list-2 div ol {
  counter-reset: listStyle;
}
ul.list-1 ol li,
ul.list-2 div ol li {
  counter-increment: listStyle;
}
ul.list-1 ol li::before,
ul.list-2 div ol li::before {
  content: counter(listStyle, lower-alpha);
}
ol li.listCircle,
ul li.listCircle {
  list-style-type: none;
}
ol li.listCircle::before,
ul li.listCircle::before {
  content: '∘';
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}
.imgBox__wrapper {
  margin: 0 auto;
  width: 100%;
  height: fit-content;
  max-width: 100px;
}
.imgBox__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ctContainer {
  margin: 0 auto;
  width: 100%;
  background: 0 0;
}
.ctContent {
  max-width: 1104px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ctContent,
.ctContentFluid {
  width: 100%;
  background: #fff;
}
.btnWrapper {
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  /* max-width: 1000px; */
}
.btnWrapper__btn {
  border: 0;
  border-radius: 15px;
  padding: 15px;
  font-family: sans-serif;
  font-size: 24px;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: red;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.btnWrapper__btn:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
.oneImageWidget {
  padding: 15px;
}
.oneImageWidget__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 800px;
}
.oneImageWidget__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.paragraphWidget__text {
  margin: 0;
  padding: 15px;
  font-family: sans-serif;
  line-height: 30px;
  word-break: break-word;
  text-align: left;
}
.paragraphWidget__text--849806 {
  font-size: 35px;
  line-height: 45.5px;
}
.paragraphWidget--390729 {
  color: #025999;
}
.paragraphWidget__text--521525 {
  color: #8b8b8b;
}
.paragraphWidget__text--801397 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--603349 {
  color: #025999;
}
.paragraphWidget__text--401733 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--311842 {
  color: #ff00ed;
}
.paragraphWidget__text--900157 {
  font-size: 25px;
  line-height: 32.5px;
}
.paragraphWidget__text--992452 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--225505,
.paragraphWidget--313819 {
  color: #025999;
}
.paragraphWidget__text--324423 {
  font-size: 25px;
  line-height: 32.5px;
}
.paragraphWidget__text--402303 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--683990 {
  color: #025999;
}
.paragraphWidget__text--129232 {
  font-size: 25px;
  line-height: 32.5px;
}
.paragraphWidget__text--687487 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--136940,
.paragraphWidget--677005 {
  color: #025999;
}
.paragraphWidget__text--517204 {
  font-size: 25px;
  line-height: 32.5px;
}
.paragraphWidget__text--624667 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--432182,
.paragraphWidget--575388,
.paragraphWidget--593626,
.paragraphWidget--612862,
.paragraphWidget--991357 {
  color: #025999;
}
.paragraphWidget__text--872609 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.paragraphWidget__text--647427 {
  font-size: 20px;
  line-height: 26px;
  border: 1px solid #ff00ed;
}
.paragraphWidget--170533 {
  color: #025999;
}
.paragraphWidget--946859 {
  color: #ff00ed;
}
.counter--animate--310512,
.paragraphWidget--815861 {
  color: #025999;
}
.btnWrapper__btn--935290 {
  background-color: #025999;
}
@media screen and (max-width: 767px) {
  .textMedia {
    padding: 5px;
  }
  .textHeightMedia {
    line-height: normal;
  }
  .textLetterMedia {
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .btnWrapper__btn {
    font-size: 20px;
  }
}

.ctContainer {
  padding-top: 0px;
}

@media (max-width: 1023px) {
  .ctContainer {
    padding-top: 0px;
  }
}

@media (max-width: 360px) {
  .hb {
    display: none !important;
  }
}
