@font-face {
  font-family: 'JetBrainsRegular';
  src: url('../fonts/JetBrainsMono-Regular.woff') format('woff');
}
@font-face {
  font-family: 'JetBrainsBold';
  src: url('../fonts/JetBrainsMono-Bold.woff') format('woff');
}
@font-face {
  font-family: 'BN Dime Display';
  src: url('../fonts/BNDimeDisplayRegular.woff2') format('woff2'), url('../fonts/BNDimeDisplayRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'JetBrainsRegular';
  font-size: 16px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'BN Dime Display';
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
h1 {
  font-size: 60px;
}
h1 span {
  color: #000;
}
h2 {
  font-size: 40px;
  line-height: 52px;
}
h3 {
  font-size: 32px;
  line-height: 40px;
}
h4 {
  font-size: 28px;
  line-height: 36px;
}
em {
  font-style: normal;
  color: #F25622;
}
footer.footer {
  margin: 0;
}
footer.footer .grid-child {
  padding: 0;
  max-width: 100%;
}
footer.footer .grid-child .mod-sppagebuilder {
  width: 100%;
}
.sppb-btn.sppb-btn-custom {
  text-decoration: none;
  font-family: 'BN Dime Display';
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  padding: 17px;
  border-radius: 7.5px;
  display: block;
  width: 100%;
  max-width: 458px;
  margin: 20px auto 0;
}
/*HOMEPAGE*/
body.homepage:not(.com_sppagebuilder) {
  background: #F15622;
  position: relative;
  font-family: 'JetBrainsRegular';
  font-weight: 400;
  color: #000;
}
body.homepage:not(.com_sppagebuilder) .container-header {
  display: none;
}
body.homepage:not(.com_sppagebuilder) .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 524px;
  height: 100%;
}
body.homepage:not(.com_sppagebuilder) .homepage-content {
  position: relative;
  z-index: 1;
}
body.homepage:not(.com_sppagebuilder) .homepage-content p {
  text-align: center;
}
body.homepage:not(.com_sppagebuilder) .homepage-content p a {
  text-decoration: underline;
  color: #000;
}
body.homepage:not(.com_sppagebuilder) .homepage-content p strong {
  display: block;
  color: #FFF;
}
body.homepage:not(.com_sppagebuilder) .homepage-content p span {
  display: block;
  font-size: 12px;
}
body.homepage:not(.com_sppagebuilder) .form-wrapper {
  background: #FFF;
  border: 2px solid #000;
  padding: 90px 70px;
  width: 100%;
  max-width: 592px;
}
body.homepage:not(.com_sppagebuilder) .form-wrapper p {
  text-align: left;
  margin-bottom: 12px;
  line-height: 1.3;
}
body.homepage:not(.com_sppagebuilder) .form-wrapper form {
  margin-bottom: 55px;
}
body.homepage:not(.com_sppagebuilder) .form-wrapper form input {
  font-size: 15px;
  line-height: 16px;
  padding: 15px;
  border: 2px solid #000;
  border-radius: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
body.homepage:not(.com_sppagebuilder) .form-wrapper form input::-webkit-input-placeholder {
  color: #b0b0b0;
}
body.homepage:not(.com_sppagebuilder) .form-wrapper form input::-moz-placeholder {
  color: #b0b0b0;
}
body.homepage:not(.com_sppagebuilder) .form-wrapper form input:-ms-input-placeholder {
  color: #b0b0b0;
}
body.homepage:not(.com_sppagebuilder) .form-wrapper form input::-ms-input-placeholder {
  color: #b0b0b0;
}
body.homepage:not(.com_sppagebuilder) .form-wrapper form input::placeholder {
  color: #b0b0b0;
}
body.homepage:not(.com_sppagebuilder) .site-grid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding: 60px 8px;
}
body.homepage:not(.com_sppagebuilder) .social a {
  text-decoration: none;
  display: inline-block;
}
body.homepage:not(.com_sppagebuilder) .button {
  background: #571600;
  border-radius: 7.5px;
  border: none;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  width: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
body.homepage:not(.com_sppagebuilder) .button:hover {
  background: #000;
}
body.homepage:not(.com_sppagebuilder) .mobile-only {
  display: none;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  body.homepage:not(.com_sppagebuilder) .form-wrapper {
    padding: 20px;
  }
  body.homepage:not(.com_sppagebuilder) .form-wrapper p {
    text-align: center;
  }
  body.homepage:not(.com_sppagebuilder) .form-wrapper br,
  body.homepage:not(.com_sppagebuilder) .homepage-content br {
    display: none;
  }
  body.homepage:not(.com_sppagebuilder) .homepage-content p strong {
    margin: 15px 0;
  }
  body.homepage:not(.com_sppagebuilder) body.homepage:after {
    background-position: 22%;
  }
  body.homepage:not(.com_sppagebuilder) .mobile-only {
    display: block;
  }
  body.homepage:not(.com_sppagebuilder) .desktop-only {
    display: none;
  }
}
body.homepage:not(.com_sppagebuilder)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/images/bracco-bg.png');
  background-size: cover;
  opacity: 0.4;
}
/*Landing page*/
body.site.com_sppagebuilder {
  font-family: 'JetBrainsRegular';
}
body.site.com_sppagebuilder main {
  margin: 0 !important;
}
body.site.com_sppagebuilder .container-header {
  background: #000;
}
body.site.com_sppagebuilder .sppb-hero {
  position: relative;
}
body.site.com_sppagebuilder .sppb-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/images/bracco-bg.png');
  background-size: cover;
  opacity: 0.4;
}
@media (min-width: 768px) and (orientation: landscape) {
  body.site.com_sppagebuilder .sppb-hero {
    aspect-ratio: 2.57142857;
  }
}
body.site.com_sppagebuilder .subtitle-font {
  color: #FFF;
  text-transform: uppercase;
  font-family: JetBrainsBold;
  font-size: 20px;
  line-height: 24px;
}
body.site.com_sppagebuilder .subtitle-font p {
  margin-bottom: 0 !important;
}
body.site.com_sppagebuilder .subtitle-font span {
  color: #F15622;
}
body.site.com_sppagebuilder .content-section .sppb-addon-text-block {
  max-width: 780px;
  margin: 0 auto;
}
body.site.com_sppagebuilder .content-section .sppb-addon-text-block ul {
  padding-left: 1.5rem;
}
body.site.com_sppagebuilder .content-section .sppb-btn.sppb-btn-custom {
  font-family: 'JetBrainsRegular';
  font-size: 16px;
  line-height: 16px;
  padding: 8px 32px;
  border-radius: 16px;
  color: #fff;
  width: auto;
  display: inline-block;
}
body.site.com_sppagebuilder .top-divider {
  position: relative;
}
body.site.com_sppagebuilder .top-divider svg {
  position: absolute;
  width: 100vw;
  height: 32px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.site.com_sppagebuilder .narrow-content .sppb-row {
  max-width: 910px;
  margin: 0 auto;
}
body.site.com_sppagebuilder .narrow-content .sppb-addon-title:after {
  content: url('/images/title-line.svg');
  display: block;
  margin: 22px 0;
  position: relative;
  bottom: 0;
}
@media (min-width: 992px) {
  body.site.com_sppagebuilder .narrow-content .sppb-addon-title:after {
    position: absolute;
  }
}
body.site.com_sppagebuilder .narrow-content .heading-duotone .sppb-addon-title:after {
  content: "";
  display: none;
}
@media (min-width: 1200px) {
  body.site.com_sppagebuilder .bracco-coins .sppb-row-container {
    max-width: 1005px;
    margin: 0 auto;
  }
}
body.site.com_sppagebuilder .bracco-coins .sppb-img-responsive {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  position: relative;
  left: 20px;
}
@media (min-width: 768px) {
  body.site.com_sppagebuilder .bracco-coins .sppb-img-responsive {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    top: 0;
    left: 40px;
  }
}
@media (min-width: 1200px) {
  body.site.com_sppagebuilder .testimonials-section .sppb-row-container {
    max-width: 990px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  body.site.com_sppagebuilder .testimonials-section .sppb-row-container .sppb-row-column {
    padding: 0 5px;
  }
}
body.site.com_sppagebuilder .testimonials-section .sppb-addon-testimonial > .sppb-addon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #F15622;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  padding: 15px 19px 11px 30px;
  background: #571600;
  min-height: 200px;
  position: relative;
  margin-bottom: 10px;
}
body.site.com_sppagebuilder .testimonials-section .sppb-addon-testimonial > .sppb-addon-content:after {
  content: "Recommends Bracco";
  font-family: 'JetBrainsRegular';
  font-size: 11px;
  color: #F15622;
  position: absolute;
  right: 15px;
  top: 19px;
}
body.site.com_sppagebuilder .testimonials-section .sppb-addon-testimonial > .sppb-addon-content .sppb-testimonial-top-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.site.com_sppagebuilder .testimonials-section .sppb-addon-testimonial > .sppb-addon-content .sppb-testimonial-top-content .sppb-addon-testimonial-content-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  width: 85px;
}
body.site.com_sppagebuilder .testimonials-section .sppb-addon-testimonial > .sppb-addon-content .sppb-testimonial-top-content .sppb-addon-testimonial-content-wrap img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 15px;
  border-radius: 80px;
}
body.site.com_sppagebuilder .testimonials-section .sppb-addon-testimonial > .sppb-addon-content .sppb-testimonial-top-content .sppb-addon-testimonial-content-wrap span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.site.com_sppagebuilder .testimonials-section .sppb-addon-testimonial > .sppb-addon-content .sppb-testimonial-top-content .sppb-addon-testimonial-content-wrap .sppb-addon-testimonial-client {
  font-size: 14px;
}
body.site.com_sppagebuilder .testimonials-section .sppb-addon-testimonial > .sppb-addon-content .sppb-testimonial-top-content .sppb-addon-testimonial-content-wrap .sppb-addon-testimonial-client-url {
  display: none !important;
}
body.site.com_sppagebuilder .testimonials-section .sppb-addon-testimonial > .sppb-addon-content .sppb-addon-testimonial-rating {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
body.site.com_sppagebuilder .testimonials-section .sppb-addon-testimonial > .sppb-addon-content .sppb-addon-testimonial-review {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
  font-size: 11px;
  margin-top: 35px;
  padding-left: 10px;
  color: #FFF;
}
@media (min-width: 1200px) {
  body.site.com_sppagebuilder .benefits-section .sppb-row-container {
    max-width: 1035px;
    margin: 0 auto;
  }
}
body.site.com_sppagebuilder .benefits-section .sppb-addon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: -40px !important;
}
body.site.com_sppagebuilder .benefits-section .fas.fa-0.sppb-addon-title-icon:before {
  content: url('/images/noads.svg');
}
body.site.com_sppagebuilder .benefits-section .fas.fa-1.sppb-addon-title-icon:before {
  content: url('/images/promode.svg');
}
body.site.com_sppagebuilder .benefits-section .fas.fa-2.sppb-addon-title-icon:before {
  content: url('/images/access.svg');
}
header.header {
  background: #000;
}
header.header .grid-child {
  padding: 0;
}
header.header .grid-child.container-nav {
  position: absolute;
  right: 0;
  top: 12px;
  width: auto;
}
@media (min-width: 576px) {
  header.header .grid-child.container-nav {
    right: calc(50vw - 270px);
  }
}
@media (min-width: 768px) {
  header.header .grid-child.container-nav {
    right: calc(50vw - 360px);
  }
}
@media (min-width: 992px) {
  header.header .grid-child.container-nav {
    right: calc(50vw - 480px);
  }
}
@media (min-width: 1200px) {
  header.header .grid-child.container-nav {
    right: calc(50vw - 570px);
  }
}
@media (min-width: 1400px) {
  header.header .grid-child.container-nav {
    right: calc(50vw - 660px);
  }
}
header.header .grid-child.container-nav a {
  display: inline-block;
  min-width: 140px;
  font-family: 'BN Dime Display';
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-left: 8px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#571600), color-stop(40%, #571600), to(#F15622));
  background: linear-gradient(to bottom, #571600 0%, #571600 40%, #F15622 100%);
  -webkit-transition: 300ms;
  transition: 300ms;
}
header.header .grid-child.container-nav a:hover {
  background: #571600;
}
header.header .grid-child.container-nav a.register {
  background: -webkit-gradient(linear, left top, left bottom, from(#571600), color-stop(60%, #F15622), to(#F15622));
  background: linear-gradient(to bottom, #571600 0%, #F15622 60%, #F15622 100%);
}
header.header .grid-child.container-nav a.register:hover {
  background: #F15622;
}
/*Privacy pages*/
.has-sidebar-left {
  background: #1B0502;
}
.has-sidebar-left .site-grid {
  padding: 80px 0;
}
.has-sidebar-left .sidebar-left {
  border: none;
  background: none;
}
.has-sidebar-left .sidebar-left .mod-list {
  padding-right: 35px;
}
.has-sidebar-left .sidebar-left .mod-list li a {
  font-size: 20px;
  line-height: 32px;
  display: block;
  padding: 12px 20px;
  background: #571600;
  border-radius: 8px;
  text-decoration: none;
  color: #FFF;
}
.has-sidebar-left .sidebar-left .mod-list li.active a {
  background: #F15622;
}
.has-sidebar-left .sidebar-left .card-body {
  padding: 0;
}
.has-sidebar-left .com-content-article {
  color: #fff;
}
.has-sidebar-left .com-content-article h1 {
  font-size: 40px;
  line-height: 52px;
  color: #F15622;
}
.has-sidebar-left .com-content-article h1:before {
  content: "Bracco";
  font-family: 'BN Dime Display';
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
}
.has-sidebar-left .com-content-article a {
  color: #FFF;
}
.has-sidebar-left .com-content-article a:hover {
  color: #F15622;
}
/*MOBILE ADJUSTMENTS*/
@media (max-width: 767px) {
  #sppb-addon-6b4617a1-f164-4395-b6ba-f7a5b2cddef9 {
    position: absolute;
    bottom: 0;
    width: calc(100% + 30px);
    left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    height: 56px;
  }
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  header.header .grid-child.container-nav {
    display: none;
  }
  .container-header .navbar-brand {
    margin: 0 auto;
  }
  .container-header .navbar-brand .brand-logo img {
    max-width: 95px;
  }
  body.site.com_sppagebuilder .subtitle-font {
    font-size: 16px;
    line-height: 20px;
  }
  body.site.com_sppagebuilder .sppb-hero {
    min-height: 400px;
  }
  body.site.com_sppagebuilder .content-section .sppb-btn.sppb-btn-custom {
    width: calc(50% - 10px);
  }
  body.site.com_sppagebuilder .narrow-content .sppb-addon-title br {
    display: none;
  }
  body.site.com_sppagebuilder .narrow-content .sppb-addon-title:after {
    margin: 0;
  }
  .heading-duotone .sppb-addon-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .heading-duotone .sppb-addon-title h3 {
    font-size: 20px;
  }
  .testimonials-section .sppb-row-column {
    display: none;
  }
  .testimonials-section .sppb-row-column:nth-child(1),
  .testimonials-section .sppb-row-column:nth-child(2),
  .testimonials-section .sppb-row-column:nth-child(3) {
    display: block;
  }
  body.site.com_sppagebuilder .bracco-coins .sppb-img-responsive {
    top: 100px;
  }
  body.site.com_sppagebuilder .benefits-section .sppb-addon-title {
    margin-left: 0 !important;
  }
  body.site.com_sppagebuilder .benefits-section .sppb-addon-text-block {
    padding-left: 40px;
  }
  .footer-login a {
    display: inline-block;
    min-width: 140px;
    font-family: 'BN Dime Display';
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-left: 8px;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#571600), color-stop(40%, #571600), to(#F15622));
    background: linear-gradient(to bottom, #571600 0%, #571600 40%, #F15622 100%);
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .footer-login a:hover {
    background: #571600;
  }
  .footer-login a.register {
    background: -webkit-gradient(linear, left top, left bottom, from(#571600), color-stop(60%, #F15622), to(#F15622));
    background: linear-gradient(to bottom, #571600 0%, #F15622 60%, #F15622 100%);
  }
  .footer-login a.register:hover {
    background: #F15622;
  }
  .container-sidebar-left {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .container-component {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
/*# sourceMappingURL=custom.css.map */