@font-face {
  font-family: 'Oswald Light';
  src: url("/css/fonts/Oswald-Light.eot");
  src: local("Oswald Light"), local("Oswald-Light"), url("/css/fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Oswald-Light.woff2") format("woff2"), url("/css/fonts/Oswald-Light.woff") format("woff"), url("/css/fonts/Oswald-Light.ttf") format("truetype"), url("/css/fonts/Oswald-Light.svg#Oswald-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Oswald Extra Light';
  src: url("/css/fonts/Oswald-ExtraLight.eot");
  src: local("Oswald ExtraLight"), local("Oswald-ExtraLight"), url("/css/fonts/Oswald-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Oswald-ExtraLight.woff2") format("woff2"), url("/css/fonts/Oswald-ExtraLight.woff") format("woff"), url("/css/fonts/Oswald-ExtraLight.ttf") format("truetype"), url("/css/fonts/Oswald-ExtraLight.svg#Oswald-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Oswald DemiBold';
  src: url("/css/fonts/Oswald-DemiBold.eot");
  src: local("Oswald DemiBold"), local("Oswald-DemiBold"), url("/css/fonts/Oswald-DemiBold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Oswald-DemiBold.woff2") format("woff2"), url("/css/fonts/Oswald-DemiBold.woff") format("woff"), url("/css/fonts/Oswald-DemiBold.ttf") format("truetype"), url("/css/fonts/Oswald-DemiBold.svg#Oswald-DemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Oswald Regular';
  src: url("/css/fonts/Oswald-Regular.eot");
  src: local("Oswald Regular"), local("Oswald-Regular"), url("/css/fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Oswald-Regular.woff2") format("woff2"), url("/css/fonts/Oswald-Regular.woff") format("woff"), url("/css/fonts/Oswald-Regular.ttf") format("truetype"), url("/css/fonts/Oswald-Regular.svg#Oswald-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }
  header .menu {
    background-color: #163d7f;
    padding: 27px 0;
    height: 5.25em;
    font-family: 'Oswald Light'; }
    header .menu .registry-mob {
      display: none; }
    header .menu .register {
      display: none; }
    header .menu .logo {
      align-items: center; }
      header .menu .logo #bf-logo {
        border-left: 0; }
    header .menu .menu-list a {
      font-family: 'Oswald Light';
      color: #fff; }
      header .menu .menu-list a.menu-act {
        font-family: 'Oswald DemiBold';
        color: #fff; }
    header .menu .registry {
      display: none; }
      header .menu .registry .register,
      header .menu .registry .country {
        font-family: 'Oswald DemiBold';
        color: #fff; }
      header .menu .registry .country {
        display: none; }
        header .menu .registry .country img {
          filter: brightness(0) invert(1); }
      header .menu .registry .social img {
        filter: brightness(0) invert(1); }
  header .country-block-d {
    background: #4e8af0;
    background: radial-gradient(circle, #4e8af0 0%, #2b3160 100%);
    top: 8.5em;
    right: 2em; }
    header .country-block-d .country-list-d a {
      padding: 6px 1em; }
      header .country-block-d .country-list-d a:first-child {
        padding-bottom: 15px; }
      header .country-block-d .country-list-d a p {
        font-family: 'Oswald Light';
        font-size: 0.875rem; }

@media only screen and (max-width: 700px) {
  .mob {
    top: 94px;
    height: 100vh;
    background: rgba(1, 5, 47, 0.9); } }

.mob .country-nav {
  display: none; }

.mob .legal-mob a:nth-child(3) {
  display: none; }

.follow-sinredes {
  display: none; }

footer > div div:nth-child(3) {
  display: none; }

@media (max-width: 991px) {
  footer {
    position: fixed; } }

@media only screen and (max-width: 640px) {
  footer .footer__mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    footer .footer__mobile a {
      border: none;
      margin: auto; } }

footer .footer__mobile__contact {
  display: none; }

footer .footer__mobile__item {
  margin-top: 3px;
  align-items: end; }

.footer__purchasing, .footer__products {
  position: fixed; }

body {
  background: none;
  min-height: 100vh;
  background-color: #000931; }

.product-mob {
  display: none; }

.mt-1 {
  margin-top: 1.1rem; }

.carousel {
  height: 100dvh;
  position: relative; }
  .carousel__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .carousel__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .carousel__box {
    width: 100%;
    height: 100%; }
    .carousel__box .splide__track {
      height: 100%; }
    .carousel__box .splide__list {
      height: 100%; }
    .carousel__box .splide__slide {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .carousel__box .splide__pagination {
      bottom: 3%;
      z-index: 8; }
      .carousel__box .splide__pagination__page {
        margin: 10px; }
        .carousel__box .splide__pagination__page.is-active {
          opacity: 1; }
  .carousel__container {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    position: relative;
    height: 80%;
    top: 13%; }
    @media (max-width: 991px) {
      .carousel__container {
        top: 5%; } }
    @media only screen and (max-width: 640px) {
      .carousel__container {
        max-width: 90%; } }
    @media only screen and (max-width: 540px) {
      .carousel__container {
        max-width: 100%; } }
    .carousel__container__static {
      width: 100%;
      max-width: 80%;
      margin: 0 auto;
      height: 80%; }
      .carousel__container__static .carousel__main__product {
        flex-direction: row;
        flex-wrap: wrap; }
        .carousel__container__static .carousel__main__product__logo {
          width: 100%;
          max-width: 200px;
          height: auto;
          margin: 0 0 10px; }
          @media only screen and (max-width: 1024px) {
            .carousel__container__static .carousel__main__product__logo {
              display: none; } }
        .carousel__container__static .carousel__main__product__left {
          width: calc(35% - 159px);
          margin: 0 159px 0 0; }
          @media only screen and (max-width: 1024px) {
            .carousel__container__static .carousel__main__product__left {
              width: 100%;
              margin: 0 0 0 0;
              display: flex;
              justify-content: center; } }
          .carousel__container__static .carousel__main__product__left img {
            width: 100% !important;
            height: auto; }
            @media only screen and (max-width: 1024px) {
              .carousel__container__static .carousel__main__product__left img {
                width: 40% !important; } }
            @media only screen and (max-width: 768px) {
              .carousel__container__static .carousel__main__product__left img {
                width: 50% !important; } }
        .carousel__container__static .carousel__main__product__right {
          width: 65%; }
          @media only screen and (max-width: 1024px) {
            .carousel__container__static .carousel__main__product__right {
              width: 100%; } }
          .carousel__container__static .carousel__main__product__right p {
            font-family: "Oswald Extra Light";
            color: #fff;
            font-size: 1.125rem; }
        .carousel__container__static .carousel__main__product__doubleBtn {
          display: flex;
          justify-content: space-between;
          margin: 30px 0 0; }
          @media only screen and (max-width: 1024px) {
            .carousel__container__static .carousel__main__product__doubleBtn {
              margin: 0 0 0; } }
          @media only screen and (max-width: 1024px) {
            .carousel__container__static .carousel__main__product__doubleBtn a {
              margin: 20px 0 30px !important; } }
  .carousel__main__product {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .carousel__main__product img {
      width: 35%;
      height: auto; }
    .carousel__main__product a {
      display: inline-flex;
      margin: 50px 0 30px; }
  .carousel__bubbles {
    width: 90%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
    left: 50%;
    top: -11%; }
    @media only screen and (max-width: 540px) {
      .carousel__bubbles {
        width: 100%; } }
    @media (max-width: 991px) {
      .carousel__bubbles {
        top: -16%; } }
  .carousel__product {
    width: 49%;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 1199px) {
      .carousel__product {
        width: 65%;
        top: 14%;
        left: 51%; } }
    @media only screen and (max-width: 820px) {
      .carousel__product {
        width: 80%; } }
    @media only screen and (max-width: 540px) {
      .carousel__product {
        width: 90%;
        left: 50%; } }

.logoR {
  font-size: 10px;
  display: inline-flex;
  top: -6px;
  position: relative; }

.btn {
  border: 3px solid;
  border-top-left-radius: 20px;
  color: #fff;
  font-size: 1.5625rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald DemiBold';
  font-style: italic;
  padding: 6px;
  align-items: center;
  width: auto;
  background-color: transparent; }
  @media only screen and (max-width: 540px) {
    .btn {
      font-size: 1.1875rem; } }
  .btn span {
    font-size: 1.25rem;
    display: block;
    margin: 0 5px 0 0;
    text-decoration: underline; }
    @media only screen and (max-width: 540px) {
      .btn span {
        font-size: 0.6875rem; } }
  .btn--red {
    border-color: #FF0856;
    box-shadow: 0 0px 11px 3px #FF0856; }
  .btn--blue {
    display: flex;
    border-color: #0096FF;
    box-shadow: 0 0px 11px 3px #0096FF; }
  .btn--special {
    padding-right: 10px; }
    .btn--special img {
      padding: 0 0.5em; }
    .btn--special a {
      font-size: 1.5625rem;
      text-decoration: none;
      text-transform: uppercase;
      font-family: 'Oswald DemiBold';
      font-style: italic;
      color: #fff; }
      @media only screen and (max-width: 540px) {
        .btn--special a {
          font-size: 1rem; } }
      .btn--special a:hover {
        text-decoration: none;
        border-bottom: 0; }
  .btn__arrow {
    width: auto !important;
    margin: 0 0 0 9px;
    height: 20px !important; }
    @media only screen and (max-width: 540px) {
      .btn__arrow {
        height: 13px !important; } }

.symptomsgrid {
  position: relative;
  z-index: 1;
  height: 100dvh;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .symptomsgrid {
      justify-content: center;
      height: 100dvh;
      margin-top: 4.5rem; } }
  @media only screen and (max-width: 991px) {
    .symptomsgrid {
      height: 100dvh;
      margin-top: 0; } }
  @media only screen and (max-width: 540px) {
    .symptomsgrid {
      padding: 50px 0; } }
  .symptomsgrid__bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media only screen and (max-width: 540px) {
    .symptomsgrid .cards .carditem {
      width: 55%;
      margin-right: 0;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 1024px) {
    .symptomsgrid .cards .carditem {
      margin-bottom: 3.2rem;
      margin-right: 0; } }
  .symptomsgrid .cards .carditem .cardtitle {
    background-color: transparent; }
  .symptomsgrid .cards .carditem:hover .cardtitle {
    background-color: #ff0856; }
  @media only screen and (max-width: 640px) {
    .symptomsgrid .cards .last-card-sym {
      margin-bottom: 9rem; } }
  @media only screen and (max-width: 1024px) {
    .symptomsgrid .cards {
      margin-top: 18dvh;
      flex-direction: column;
      align-items: center; } }
  @media only screen and (max-width: 640px) {
    .symptomsgrid .cards {
      flex-direction: column;
      width: 100%;
      align-items: center;
      margin-top: 25rem; } }

.symptom {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .symptom {
      margin-bottom: 0;
      flex-direction: row;
      align-items: center; } }
  @media only screen and (max-width: 768px) {
    .symptom {
      height: 100dvh; } }
  @media only screen and (max-width: 640px) {
    .symptom {
      height: auto;
      padding: 80px 0; } }
  @media only screen and (max-width: 900px) {
    .symptom .back-mob {
      position: absolute;
      top: 0;
      left: 0; } }
  .symptom__bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .symptom .symp-second {
    margin: 0 5%; }
    .symptom .symp-second .symp-desc {
      flex-direction: row;
      background: rgba(22, 61, 127, 0.13);
      margin: 0 1%; }
      @media only screen and (max-width: 1024px) {
        .symptom .symp-second .symp-desc {
          padding: 40px; } }
      @media only screen and (max-width: 540px) {
        .symptom .symp-second .symp-desc {
          padding: 30px; } }
      .symptom .symp-second .symp-desc .symp-desc-second {
        display: flex;
        align-items: flex-start;
        margin-right: 0em; }
        @media only screen and (max-width: 1024px) {
          .symptom .symp-second .symp-desc .symp-desc-second {
            margin-top: 0; } }
        .symptom .symp-second .symp-desc .symp-desc-second .symp-desc-title {
          display: none; }
        .symptom .symp-second .symp-desc .symp-desc-second .description-text {
          padding: 80px 148px 45px 40px;
          width: calc(65% - 148px);
          display: block;
          flex-direction: unset;
          justify-content: unset;
          height: calc(100% - 125px);
          background: none; }
          .symptom .symp-second .symp-desc .symp-desc-second .description-text #symp-title-h1 {
            font-family: 'Oswald DemiBold'; }
          @media only screen and (max-width: 1024px) {
            .symptom .symp-second .symp-desc .symp-desc-second .description-text {
              padding: 0;
              width: 100%; } }
          .symptom .symp-second .symp-desc .symp-desc-second .description-text p {
            font-family: 'Oswald Extra Light';
            font-size: 0.875rem; }
          .symptom .symp-second .symp-desc .symp-desc-second .description-text .symp-title {
            display: flex; }
            .symptom .symp-second .symp-desc .symp-desc-second .description-text .symp-title a {
              display: none; }
              @media only screen and (max-width: 1024px) {
                .symptom .symp-second .symp-desc .symp-desc-second .description-text .symp-title a {
                  display: block; } }
            .symptom .symp-second .symp-desc .symp-desc-second .description-text .symp-title #symp-title-h1 {
              margin: 0px 0 15px; }
              @media only screen and (max-width: 1024px) {
                .symptom .symp-second .symp-desc .symp-desc-second .description-text .symp-title #symp-title-h1 {
                  margin: 30px auto 15px; } }
          .symptom .symp-second .symp-desc .symp-desc-second .description-text .symp-cta {
            flex-direction: column;
            align-items: flex-end; }
            @media only screen and (max-width: 1024px) {
              .symptom .symp-second .symp-desc .symp-desc-second .description-text .symp-cta {
                margin-top: 0;
                margin-bottom: 0;
                bottom: 0; } }
            .symptom .symp-second .symp-desc .symp-desc-second .description-text .symp-cta a {
              margin-right: 0; }
              .symptom .symp-second .symp-desc .symp-desc-second .description-text .symp-cta a:first-child {
                margin-bottom: 10px; }
        .symptom .symp-second .symp-desc .symp-desc-second .symp-img {
          position: relative;
          display: block;
          bottom: unset;
          right: unset;
          height: 100%;
          width: 35%; }
          @media only screen and (max-width: 1024px) {
            .symptom .symp-second .symp-desc .symp-desc-second .symp-img {
              top: 0; } }
          @media only screen and (max-width: 540px) {
            .symptom .symp-second .symp-desc .symp-desc-second .symp-img {
              width: 70%; } }
          .symptom .symp-second .symp-desc .symp-desc-second .symp-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .symptom .symp-second .symp-desc .symp-desc-second .symp-img .close-symp {
            position: absolute;
            top: -57px;
            right: 0; }
            .symptom .symp-second .symp-desc .symp-desc-second .symp-img .close-symp img {
              width: auto;
              height: auto; }

.prod-sect {
  position: relative;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .prod-sect .back {
    display: none; }
  .prod-sect__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    top: 0; }

.product-main {
  margin-bottom: 0;
  background: rgba(22, 61, 127, 0.13);
  margin: 2rem 9% 0; }
  .product-main .product-inner .box-right p {
    font-family: 'Oswald Extra Light';
    font-size: 1.125rem; }
  .product-main .product-inner .box-right h3 {
    font-family: 'Oswald DemiBold'; }

.prod-main-mob .prod-inner-mob {
  background: rgba(22, 61, 127, 0.13); }
  @media only screen and (max-width: 768px) {
    .prod-main-mob .prod-inner-mob .prod-inner-second {
      padding: 0 5em 60px;
      margin-top: 50%; } }
  @media only screen and (max-width: 540px) {
    .prod-main-mob .prod-inner-mob .prod-inner-second {
      padding: 0 30px 0px;
      margin-top: 80dvh; } }
  .prod-main-mob .prod-inner-mob .prod-box-main p {
    font-family: 'Oswald Extra Light';
    font-size: 0.875rem; }
  @media only screen and (max-width: 540px) {
    .prod-main-mob .prod-inner-mob .prod-box-main .prod-box {
      top: 0;
      display: flex;
      justify-content: center; } }
  @media only screen and (max-width: 540px) {
    .prod-main-mob .prod-inner-mob .prod-box-main .prod-box img {
      width: 100%;
      height: auto; } }
  .prod-main-mob .prod-inner-mob .prod-links-mob {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media only screen and (max-width: 768px) {
      .prod-main-mob .prod-inner-mob .prod-links-mob {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .prod-main-mob .prod-inner-mob .prod-links-mob div:first-child {
      margin: 0 0 20px; }

.faq {
  position: relative; }
  .faq__bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0; }
  .faq-main {
    margin: 0 22%;
    margin-bottom: 0;
    padding: 145px 0 100px; }
    @media (max-width: 991px) {
      .faq-main {
        padding: 80px 0 100px; } }
    .faq-main h1 {
      font-family: 'Oswald DemiBold';
      letter-spacing: 0; }
    .faq-main .search {
      background-color: transparent; }
      .faq-main .search button {
        background-color: transparent; }
      .faq-main .search input {
        font-family: 'Oswald Regular';
        background-color: transparent;
        color: #ffffff; }
        .faq-main .search input::placeholder {
          color: #ffffff; }
  .faq-list .faq-element .question p {
    font-family: 'Oswald Regular'; }
  .faq-list .faq-element .answer p {
    font-family: 'Oswald Light'; }
    .faq-list .faq-element .answer p a {
      font-family: 'Oswald Light';
      color: #ffffff; }
  .faq-list .faq-element .answer a {
    color: #ffffff; }
  .faq .msg-faqs {
    font-family: 'Oswald DemiBold';
    color: #fff;
    margin: 20px 0 0;
    font-size: 1.25rem; }

.menpos {
  position: relative; }
  .menpos__bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0; }
  .menpos .contactform {
    margin: 0;
    padding: 100px 0; }
    .menpos .contactform .border-left, .menpos .contactform .border-right, .menpos .contactform .border-top, .menpos .contactform .border-bottom {
      border: 0; }
    .menpos .contactform .contactbox {
      background: rgba(22, 61, 127, 0.13); }
      .menpos .contactform .contactbox .contactinner h1 {
        font-family: 'Oswald DemiBold'; }

