* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Futura-Bold";
  font-weight: bold;
  src: url("fonts/Futura-CondensedBold.eot?") format("eot"),
    url("fonts/Futura-CondensedBold.woff2") format("woff2"),
    url("fonts/Futura-CondensedBold.woff") format("woff"),
    url("fonts/Futura-CondensedBold.ttf") format("truetype"),
    url('fonts/Futura-CondensedBold.svg#str-replace("Futura-Bold", " ", "_")')
      format("svg");
}

@font-face {
  font-family: "Futura-Italic";
  font-weight: bold;
  src: url("fonts/FuturaBT-BoldItalic.eot?") format("eot"),
    url("fonts/FuturaBT-BoldItalic.woff2") format("woff2"),
    url("fonts/FuturaBT-BoldItalic.woff") format("woff"),
    url("fonts/FuturaBT-BoldItalic.ttf") format("truetype"),
    url('fonts/FuturaBT-BoldItalic.svg#str-replace("Futura-Italic", " ", "_")')
      format("svg");
}

@font-face {
  font-family: "FuturaStd-Medium";
  font-weight: normal;
  src: url("fonts/FuturaStd-Medium.eot?") format("eot"),
    url("fonts/FuturaStd-Medium.woff2") format("woff2"),
    url("fonts/FuturaStd-Medium.woff") format("woff"),
    url("fonts/FuturaStd-Medium.ttf") format("truetype"),
    url('fonts/FuturaStd-Medium.svg#str-replace("FuturaStd-Medium", " ", "_")')
      format("svg");
}

@font-face {
  font-family: "FuturaStd-Heavy";
  font-weight: normal;
  src: url("fonts/FuturaStd-Heavy.eot?") format("eot"),
    url("fonts/FuturaStd-Heavy.woff2") format("woff2"),
    url("fonts/FuturaStd-Heavy.woff") format("woff"),
    url("fonts/FuturaStd-Heavy.ttf") format("truetype"),
    url('fonts/FuturaStd-Heavy.svg#str-replace("FuturaStd-Heavy", " ", "_")')
      format("svg");
}

@font-face {
  font-family: "FuturaStd-CondensedBold";
  font-weight: normal;
  src: url("fonts/FuturaStd-CondensedBold.eot?") format("eot"),
    url("fonts/FuturaStd-CondensedBold.woff2") format("woff2"),
    url("fonts/FuturaStd-CondensedBold.woff") format("woff"),
    url("fonts/FuturaStd-CondensedBold.ttf") format("truetype"),
    url('fonts/FuturaStd-CondensedBold.svg#str-replace("FuturaStd-CondensedBold", " ", "_")')
      format("svg");
}

@font-face {
  font-family: "helvetica";
  font-weight: normal;
  src: url("fonts/Helvetica.eot?") format("eot"),
    url("fonts/Helvetica.woff2") format("woff2"),
    url("fonts/Helvetica.woff") format("woff"),
    url("fonts/Helvetica.ttf") format("truetype"),
    url('fonts/Helvetica.svg#str-replace("helvetica", " ", "_")') format("svg");
}

@font-face {
  font-family: "glyphter";
  font-weight: normal;
  src: url("fonts/Glyphter.eot?") format("eot"),
    url("fonts/Glyphter.woff2") format("woff2"),
    url("fonts/Glyphter.woff") format("woff"),
    url("fonts/Glyphter.ttf") format("truetype"),
    url('fonts/Glyphter.svg#str-replace("glyphter", " ", "_")') format("svg");
}

[class*="icon-"]:before {
  display: inline-block;
  font-family: "glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "A";
}

.icon-twitter:before {
  content: "B";
}

.icon-youtu:before {
  content: "C";
}

.icon-whatsapp img,
.icon-x img {
  width: 30px;
  height: auto;
}

.text-h1 {
  font-size: 56px;
  font-family: "Futura-Bold", "Futura", sans-serif;
  line-height: 70px;
  letter-spacing: 0.4px;
}

@media (max-width: 768px) {
  .text-h1 {
    font-size: 42px;
    line-height: 56px;
  }

  .icon-whatsapp img,
  .icon-x img {
    width: 20px;
    height: auto;
  }
}

.text-h2,
.bl__article-content h2 {
  font-size: 40px;
  font-family: "Futura-Bold", "Futura", sans-serif;
  line-height: 50px;
}

@media (max-width: 768px) {
  .text-h2,
  .bl__article-content h2 {
    font-size: 36px;
    line-height: 45px;
  }
}

.text-h3,
.bl__product-banner .description-title,
.bl__article-content h3 {
  font-size: 28px;
  font-family: "Futura-Bold", "Futura", sans-serif;
  line-height: 36px;
}

@media (max-width: 768px) {
  .text-h3,
  .bl__product-banner .description-title,
  .bl__article-content h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

.text-body {
  font-size: 18px;
  font-family: "Futura-Bold", "Futura", sans-serif;
  line-height: 30px;
  letter-spacing: 0.15px;
}

.text-subtitle,
.bl__article-content h4 {
  font-size: 22px;
  font-family: "Futura-Italic", sans-serif;
  line-height: 28px;
}

.taR {
  text-align: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taJ {
  text-align: justify;
}

.taU {
  text-align: unset;
}

.taI {
  text-align: initial;
}

.taInherit {
  text-align: inherit;
}

/* TEXT clamp*/
.line-clamp-2 {
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-4 {
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-prevention {
  background: #27858d;
}

.bg-treatment {
  background: #e98300;
}

.bg-testimony {
  background: #2a559e;
}

.tag-prevention {
  color: #27858d;
}

.tag-treatment {
  color: #e98300;
}

.tag-testimony {
  color: #2a559e;
}

.header {
  width: 100%;
  background-color: #ced0d9;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

@media (max-width: 768px) {
  .header {
    padding: 11px 27px;
    position: relative;
  }
}

.header__content {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 60px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 32px;
}

@media (max-width: 768px) {
  .header__content {
    width: 100%;
    padding: 11px 0 0 0;
  }
}

.header__nav {
  width: 80%;
}

@media (max-width: 768px) {
  .header__nav {
    width: auto;
  }
}

.header__nav .hamburguer-menu {
  display: none;
}

@media (max-width: 768px) {
  .header__nav .hamburguer-menu {
    position: absolute;
    visibility: hidden;
    top: -9999px;
  }

  .header__nav .hamburguer-menu:checked ~ ul {
    display: block;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 10vh;
    width: 49%;
  }
}

.header__nav__list {
  display: flex;
}

@media (max-width: 768px) {
  .header__nav__list {
    display: block;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 72px;
    width: 100%;
    height: 100vh;
    background: #ced0d9;
    transition: all 0.4s ease;
    transform: translateX(-100%);
    opacity: 0;
  }

  .header__nav__list.activeBlog {
    opacity: 1;
    transform: translateX(0);
  }
}

.header__nav__item {
  font-size: 1.188em;
  line-height: 2.625em;
  flex-grow: 1;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .header__nav__item {
    text-align: left;
  }
}

.header__nav__item:hover {
  overflow: visible;
  color: #622562;
}

.header__nav__item:hover::after {
  transition: all 0.4s linear;
  background: #622562;
  background: radial-gradient(
    circle,
    #622562 0%,
    rgba(98, 37, 98, 0.9752494748) 35%,
    rgba(98, 37, 98, 0.3898153011) 100%
  );
}

.header__nav__item:hover > a {
  color: currentColor;
}

@media (min-width: 843px) {
  .header__nav__item:hover .header__nav__dropdown {
    opacity: 1;
    transform: translateY(79px);
    transition: all 0.4s ease;
  }
}

.header__nav__item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  right: 0;
  background: #000;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .header__nav__item:not(:last-of-type)::before {
    content: unset;
  }
}

.header__nav__item::after {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  opacity: 0.8;
  margin: 0 auto;
  transition: all 0.4s linear;
}

@media (max-width: 768px) {
  .header__nav__item::after {
    content: unset;
  }
}

.header__nav__item a {
  color: #5b5b5f;
  text-decoration: none;
  font-family: "FuturaStd-Medium";
  font-size: 0.9vw;
}

@media (max-width: 1280px) {
  .header__nav__item a {
    font-size: 1vw;
  }
}

@media (max-width: 768px) {
  .header__nav__item a {
    font-size: 16px;
  }
}

.header__nav__item .btn_dropdown {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .header__nav__item .btn_dropdown {
    display: none;
  }
}

.header__nav__dropdown {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(100%);
  opacity: 0;
}

@media (max-width: 768px) {
  .header__nav__dropdown {
    position: relative;
    transform: unset;
    max-height: 0;
    transition: all 0.4s ease;
  }

  .header__nav__dropdown.activeBlog {
    max-height: 300px;
    transition: all 0.4s ease;
    padding: 10px 0 20px 20px;
    opacity: 1;
  }
}

.header__nav__dropdown .sub-item {
  line-height: 24px;
}

.header__nav__dropdown a {
  font-size: 0.7vw;
}

@media (max-width: 768px) {
  .header__nav__dropdown a {
    font-size: 16px;
  }

  .dropdown-container {
    top: 112px !important;
    z-index: 2 !important;
  }
}

.header__nav__dropdown a:hover {
  color: #622562;
}

.btn_dropdown {
  border: unset;
  outline: unset;
  background-color: transparent;
  color: #5b5b5f;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.btn_dropdown.activeBlog {
  transform: rotate(180deg);
}

.selected {
  color: #7c3577 !important;
}

.card {
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 110px;
  padding: 0 24px;
}

.card-content .tag {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.75em;
}

.card .top {
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
}

.card .top h3 {
  color: #0f1e37;
  margin: 20px 0 0 0;
}

.card .top p.description {
  color: #6e6e6e;
  font-size: 1.375em;
  line-height: 1.875em;
  margin-top: 20px;
}

.card .bottom {
  align-items: flex-start;
  display: flex;
  padding: 18px 24px 24px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.card .bottom::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: calc(100% - 48px);
  height: 1px;
  margin: 0 auto;
  background: #434e60;
}

.card .bottom p {
  color: #b5b9c1;
  font-size: 1.19em;
  line-height: 1.375em;
  font-family: "Futura-Bold";
  font-weight: bold;
}

.card .bottom a {
  color: #0f1e37;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-right: 44px;
  font-family: "Futura-Bold";
}

.card .bottom a:before {
  background: #0f1e37;
  color: #ffffff;
  content: "+";
  height: 0;
  width: 0;
  padding: 14px 16px 18px 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 28px;
  display: grid;
  justify-content: center;
  align-content: center;
}

.card img {
  width: 100%;
  height: 221px;
  object-fit: cover;
}

.box-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 2rem;
  padding: 0 24px;
}

.box-cards.splide__list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: unset;
}

.box-cards .splide__slide .card {
  width: 92%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: unset;
  outline: none;
  text-align: center;
  appearance: none;
  cursor: pointer;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  pointer-events: all;
  border-radius: 40px;
  padding: 12px 25px;
  letter-spacing: 0.005em;
  color: #ffffff;
  transition: all 0.4s ease;
  border: 1px solid currentColor;
}

.btn.btn--teal {
  background: #27858d;
  color: #ffffff;
}

.btn.btn--teal:hover {
  background: #1f6a71;
}

.btn.btn--orange {
  background: #e98300;
  color: #ffffff;
}

.btn.btn--orange:hover {
  background: #af6200;
}

.btn.btn--blue {
  background: #2a559e;
  color: #ffffff;
}

.btn.btn--blue:hover {
  background: #bdcae1;
  color: #2a559e;
}

.btn.btn--gray {
  background: #0f1e37;
}

.btn.btn--gray:hover {
  background: #e7e9eb;
  color: #0f1e37;
}

.btn.btn--white {
  background: #ffffff;
  color: #0f1e37;
  border: unset;
}

.btn.btn--white:hover {
  background: #e7e9eb;
}

.burger {
  position: relative;
  width: 35px;
  height: 25px;
  background: transparent;
  cursor: pointer;
  display: none;
}

@media (max-width: 768px) {
  .burger {
    display: block;
  }
}

.burger input {
  opacity: 0;
}

.burger span {
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  background: #622562;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.burger input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}

.menu__navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 16px;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #fffafa;
  text-decoration: none;
}

a.bl__button-link {
  background: #27858d;
  border-radius: 30px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.375em;
  font-weight: 700;
  padding: 12px 24px;
  line-height: 1;
  margin-top: 2vh;
}

img {
  height: auto;
  width: 100%;
}

.no-scroll {
  overflow: hidden;
}

.tq-logo {
  width: 50px;
  height: 50px;
}

@media (max-width: 768px) {
  .tq-logo {
    width: 36px;
    height: 35px;
  }
}

.ibuflash-logo {
  width: 120px;
  height: 87px;
}

@media (max-width: 768px) {
  .ibuflash-logo {
    width: 74px;
    height: 50px;
  }
}

.image,
.image-scale-down,
.image-fill,
.image-cover,
.image-contain {
  width: 100%;
  height: 100%;
}

.image-contain {
  object-fit: contain;
}

.image-cover {
  object-fit: cover;
}

.image-fill {
  object-fit: fill;
}

.image-scale-down {
  object-fit: scale-down;
}

.keep-aspect {
  position: relative;
  height: 0;
  /* height / width * 100% = 315 / 560 * 100% = 56.25% */
  padding-top: 56.25%;
}

.keep-aspect iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Futura";
  font-size: 12px;
  background: #fffafa;
}

@media (min-width: 1280px) {
  body {
    font-size: 11px;
  }
}

@media (min-width: 1440px) {
  body {
    font-size: 13px;
  }
}

@media (min-width: 1792px) {
  body {
    font-size: 16px;
  }
}

.bl__main-content {
  width: 100vw;
  padding: 0 8vw;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .bl__main-content {
    padding: 0;
  }
}

.bl__main-content.splide {
  margin: 80px 0 100px 0;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .bl__main-content.splide {
    padding: 0 8% 60px;
    margin: 40px 0 60px 0;
  }
}

.bl__main-content.splide .splide__track {
  padding: 40px 0;
}

.bl__main-content.cards {
  background-size: cover;
  padding-bottom: 100px;
}

.bl__main-content .tabs {
  display: flex;
  padding-top: 40px;
  justify-content: flex-start;
  gap: 1rem;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .bl__main-content .tabs {
    flex-direction: column;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.bl__main-content .tabs .category {
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #434343;
  margin-right: 60px;
}

.bl__main-content .tabs button {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  padding: 8px 32px;
  width: fit-content;
  height: fit-content;
  background: #e7e9eb;
  border: 1px solid #434e60;
  border-radius: 40px;
  color: #0f1e37;
  cursor: pointer;
}

@media (max-width: 768px) {
  .bl__main-content .tabs button {
    background: #fffafa;
    border-top: 2px solid rgba(179, 179, 179, 0.2);
  }
}

.bl__main-content .tabs button.activeBlog {
  color: #fffafa;
}

.bl__main-content .tabs button.activeBlog.prevention {
  background: #27858d;
  border: 1px solid #27858d;
}

.bl__main-content .tabs button.activeBlog.treatment {
  background: #e98300;
  border: 1px solid #e98300;
}

.bl__main-content .tabs button.activeBlog.testimony {
  background: #2a559e;
  border: 1px solid #2a559e;
}

.bl__banner {
  background-size: cover;
  background-position: center top;
  height: calc(100vh - 183px);
  padding-top: 50px;
  margin-top: 167px;
  min-height: 700px;
  position: relative;
  z-index: 1;
}

@media (max-width: 834px) {
  .bl__banner {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .bl__banner {
    height: calc(100vh - 99px);
    padding-top: 0;
    margin-top: 0;
    min-height: unset;
    width: 100%;
  }
}

.bl__banner__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.bl__banner__image picture,
.bl__banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl__banner-description {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 80vw;
  margin: 0 auto;
  bottom: 65px;
}

@media (max-width: 768px) {
  .bl__banner-description {
    text-align: center;
    max-width: 100%;
    padding: 0 24px;
  }
}

.bl__banner__title {
  color: #fffafa;
}

@media (max-width: 768px) {
  .bl__banner__title {
    text-align: left;
  }
}

.bl__banner__label {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 2.375em;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 768px) {
  .bl__banner__label {
    font-size: 1.3em;
    margin-top: 8px;
    text-align: left;
  }
}

.bl__banner__label.treatment {
  color: #f8d9b0;
}

.bl__banner__label.prevention {
  color: #bcd9dc;
}

.bl__banner__label.testimony {
  color: #2a559e;
}

.bl__logo {
  align-items: center;
  display: flex;
  column-gap: 18px;
}

.bl__breadcrumbs {
  color: #fffafa;
  display: flex;
  gap: 10px;
  width: max-content;
  background-color: #e7e9eb;
  padding: 4px 28px;
  border-radius: 40px;
  color: #434e60;
  letter-spacing: 0.005rem;
}

@media (max-width: 768px) {
  .bl__breadcrumbs {
    border-radius: unset;
    width: 100%;
    padding: 8px 28px;
  }
}

.bl__breadcrumbs li {
  color: #434e60;
  font-weight: 400;
  font-family: "Futura-Italic", sans-serif;
}

.bl__breadcrumbs li a {
  color: currentColor;
  font-family: "Futura-Italic", sans-serif;
}

.bl__breadcrumbs li.activeBlog {
  color: #b5b9c1;
  text-decoration: underline;
}

.bl__article-content {
  width: 100%;
  max-width: 60vw;
  margin: 0 auto;
  padding: 80px 24px;
  color: #434e60;
  letter-spacing: 0.01em;
  font-size: 18px;
}

@media (max-width: 768px) {
  .bl__article-content {
    max-width: 100%;
  }
}

.bl__article-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
}

.bl__article-content p span,
.bl__article-content p b,
.bl__article-content p strong {
  color: #0f1e37;
  font-weight: 700;
}

.bl__article-content h2 {
  margin: 30px 0;
}

.bl__article-content h3 {
  margin: 24px 0;
}

.bl__article-content h4 {
  margin: 24px 0;
}

.bl__article-content img {
  margin-bottom: 56px;
}

.bl__article-content small {
  display: block;
  margin: 1rem 0;
  font-size: 14px;
  line-height: 24px;
}

.bl__article-content a {
  color: #2a559e;
}

.bl__article-content ol {
  list-style: decimal;
  margin-block-end: 1em;
  padding-inline-start: 18px;
}

.bl__article-content ol li {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  font-family: "Futura-Italic";
}

.bl__article-content ol li ul {
  list-style: disc;
  padding-left: 10px;
  margin-bottom: 24px;
  margin-top: 8px;
}

.bl__article-content ol li ul li {
  font-family: "Futura";
  font-weight: 400;
}

.bl__article-banner {
  width: 100%;
  max-width: 70vw;
  margin: 0 auto;
  padding: 0 24px;
  color: #434e60;
}

@media (max-width: 768px) {
  .bl__article-banner {
    max-width: 100%;
  }
}

/* Splide styles */

/* Splide styles */
.bl__subtitle {
  color: #434343;
  font-size: 2.188em;
  font-family: "Futura-Italic";
  line-height: 1.4em;
  margin-bottom: 40px;
}

.bl__paragraph {
  color: #0f1e37;
  font-size: 1.375em;
  line-height: 1.875em;
  margin-top: 40px;
}

.bl__product-banner {
  display: flex;
  align-items: center;
  padding: 68px;
  border-radius: 16px;
  column-gap: 29px;
}

@media (max-width: 834px) {
  .bl__product-banner {
    flex-direction: column;
    padding: 70px 8% 0 8%;
  }

  .bl__product-banner .description {
    padding: 0;
    width: 100% !important;
  }

  .bl__product-banner img {
    width: 100% !important;
  }
}

@media (max-width: 568px) {
  .bl__product-banner {
    flex-direction: column;
    padding: 70px 8% 0 8%;
  }
}

.bl__product-banner.third {
  background: #27858d;
}

.bl__product-banner .description {
  padding-right: 30px;
  width: 60%;
}

@media (max-width: 568px) {
  .bl__product-banner .description {
    padding: 0;
    width: 100%;
  }
}

.bl__product-banner .description-title {
  color: #fffafa;
  margin-bottom: 34px;
}

.bl__product-banner .description-content {
  color: #fffafa;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
}

.bl__product-banner .description a.bl__button-link {
  background: #fffafa;
}

.bl__product-banner .description a.bl__button-link.first {
  color: #f7d117;
}

.bl__product-banner .description a.bl__button-link.second {
  color: #2a559e;
}

.bl__product-banner .description a.bl__button-link.third {
  color: #0f1e37;
}

.bl__product-banner img {
  width: 40%;
}

@media (max-width: 568px) {
  .bl__product-banner img {
    width: 100%;
    margin: 32px 0;
  }
}

.bl__hide-mobile {
  display: flex;
}

@media (max-width: 768px) {
  .bl__hide-mobile {
    display: none;
  }
}

.bl__hide-desktop {
  display: none;
}

@media (max-width: 768px) {
  .bl__hide-desktop {
    display: block;
  }
}

.bl__cards-pager {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  display: none;
}

.bl__cards-pager button {
  background: transparent;
  border: 1px solid #0f1e37;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  max-height: 60px;
  min-height: 30px;
  max-width: 60px;
  min-width: 30px;
  position: relative;
}

.bl__cards-pager button:before {
  background: transparent;
  border-top: 1px solid #0f1e37;
  border-right: 1px solid #0f1e37;
  box-shadow: 0 0 0 lightgrey;
  content: "";
  width: 0.8vw;
  height: 0.8vw;
  max-height: 14px;
  max-width: 14px;
  min-height: 8px;
  min-width: 8px;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: all 200ms ease;
  transform: rotate(45deg);
}

.bl__cards-pager button.prev:before {
  transform: rotate(225deg);
  left: 5px;
}

.bl__cards-pager button.next:before {
  right: 5px;
}

.bl__cards-pager p {
  color: #0f1e37;
  font-size: 1.875em;
  margin: 0 0.8vw;
}

.bl__cards-pager p span {
  padding: 0 40px;
}

hr.vertical {
  border: 0;
  margin: 0 20px;
  border-left: 1px solid #fffafa;
  height: 34px;
  float: left;
}

hr.divider-section {
  border: 0;
  height: 16px;
  margin: 0;
  width: 100%;
}

hr.line {
  border: 0;
  height: 8px;
  margin: 0;
}

hr.line.first-category {
  background: #e98300;
}

hr.line.second-category {
  background: #27858d;
}

hr.line.third-category {
  background: #2a559e;
}

.splide__arrow {
  background: #fff;
  border: 1px solid #000;
  height: 50px;
  width: 50px;
}

@media (max-width: 768px) {
  .splide__arrow {
    display: none;
  }
}

.splide__arrow--prev {
  left: 2.5vw;
}

.splide__arrow--next {
  right: 2.5vw;
}

.splide__pagination__page {
  margin: 0 10px;
  height: 14px;
  width: 14px;
  border: 1px solid #000;
  background: #000;
}

.splide__pagination__page.is-activeBlog {
  border: 1px solid #000;
}

.hide {
  display: none !important;
}

.social-links {
  display: flex;
}

.social-links li {
  margin-left: 26px;
}

@media (max-width: 768px) {
  .social-links li:first-child {
    margin-left: 0;
  }
}

.social-links a {
  width: 3vw;
  height: 3vw;
  background: #fffafa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  font-size: 1.8em;
}

@media (max-width: 768px) {
  .social-links a {
    height: 32px;
    width: 32px;
  }
}

.social-links a:before {
  line-height: 2.4vw;
}

@media (max-width: 768px) {
  .social-links a:before {
    line-height: 32px;
  }
}

.shareBox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 56px;
  color: #ffffff;
  background-color: #0f1e37;
  padding: 23px;
  border-radius: 16px;
}

.boxColumn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.boxColumn__item {
  flex: 1 1 48%;
}

.boxColumn__item img {
  margin-bottom: unset;
}

.image_single {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .image_single {
    max-width: 100%;
  }
}

.text_indications {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
  max-width: 90%;
  margin: 16px auto;
  text-align: center;
  letter-spacing: 0.01em;
}

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

.pagination {
  width: 350px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 32px auto 0;
}

.pagination .page-number {
  width: 32px;
  color: #898f99;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}

.page-number-container {
  padding: 0 24px;
  display: flex;
  gap: 8px;
  cursor: pointer;
}

.page-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border-width: 1px;
  cursor: pointer;
  padding: 0;
}

.page-number {
  background: none;
  border: none;
  color: #898f98;
  font: inherit;
  cursor: pointer;
}

.page-number:hover {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #c4c8cc;
  /* transition: all .1s ease; */
}

.page-number.active {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0f1e37;
  color: #fff !important;
}

.page-number:active {
  width: 32px;
  height: 32px;
  background: #0f1e37;
  color: white;
  border-radius: 50%;
  font-weight: bold;
}

.prev:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.dots {
  align-self: center;
}

#category-blog-filter .choices {
  display: flex;
  width: 285px;
  height: 46px;
  margin: 40px 24px;
  justify-content: center;
  align-items: center;
  border-color: #434e60;
  border-radius: 40px;
  overflow: unset;
}

#category-blog-filter .choices[data-type*="select-one"]::after {
  display: none;
}

#category-blog-filter .is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-radius: 20px;
  border: 1px solid #556043;
  margin: 12px 0;
  background-color: #e8e9eb;
}

#category-blog-filter .choices__inner {
  width: 100%;
  position: relative;
  border-color: #434e60;
  border-radius: 40px;
  vertical-align: middle;
}

#category-blog-filter .choices[data-type*="select-one"] .choices__inner::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #e8e9eb;
  background-image: url(/images/blog/blog-filter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#category-blog-filter .choices__list--single .choices__item {
  padding: 2px 0 0 20px;
}

#category-blog-filter .choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  padding: 16px 32px;
}

#category-blog-filter .choices__inner {
  background-color: #e7e9eb;
}

#category-blog-filter
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #e8ebe8;
}

#category-blog-filter .choices__list--dropdown .choices__item {
  position: relative;
  padding-left: 40px;
}

#category-blog-filter .choices__list--dropdown .choices__item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5d8;
  background-color: #e7e9eb;
  border-radius: 3px;
}

#category-blog-filter
  .choices__list--dropdown
  .choices__item--selected::before {
  background-color: #007bff;
  border-color: #007bff;
}

#category-blog-filter
  .choices__list--dropdown
  .choices__item.is-selected::before {
  border: 2px solid #1e5bb6;
  background-color: #e7e9eb;
}

.dropdown-container {
  top: 180px;
  z-index: 2;
}

.dropdown-container .is-selected::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #1e5bb6;
  position: absolute;
  left: 15px;
  top: 18px;
}

.dropdown-container #choices--categorySelect-item-choice-1 {
  display: none;
}
