/* ===== Viewports ===== */
/* ===== Colors ===== */
/* ===== Vivendum colors ===== */
/* ===== Fonts =====*/
/* ===== Margins & Paddings ===== */
/* ===== Accordions ===== */
@import url(/t/1.css?apiType=css&projectid=d4943403-888f-4b97-944e-39adda6255c8);
body {
  margin: 0px;
  padding: 0px;
  font-family: "Avenir LT W01_65 Medium1475532", sans-serif;
  font-size: 1.125rem;
  color: #232324;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0;
  text-transform: inherit;
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
  letter-spacing: -1px;
}

h1 {
  font-size: 3.375rem;
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #6C40E8;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1C1F4C;
}

h4 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

li {
  font-size: 1rem;
  line-height: 1.688;
}
li a {
  text-decoration: underline;
}

p {
  font-size: 1rem;
  line-height: 1.688;
}
p a {
  text-decoration: underline;
}

a {
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #333333;
}

#mti_wfs_colophon {
  display: none !important;
}

.fa,
.fas,
.far,
.fa-solid {
  color: #6C40E8;
}

caption {
  display: none;
}

.fa-ul {
  margin-left: 0;
}
.fa-ul li {
  padding-bottom: 1rem;
}
.fa-ul span {
  padding-left: 3rem;
  display: block;
  padding-bottom: 0.5rem;
}
.fa-ul .fa-stack {
  display: block;
  height: auto;
  position: relative;
  width: 2.5em;
}

.register-list {
  margin-left: 2.5em;
}
.register-list span {
  padding-left: 0;
}

.fa-numbers {
  color: #ffffff;
}

.col ul li a {
  text-decoration: underline;
}
.col ul li a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .col-xl-2 {
    width: 19.666667%;
  }
}
*:focus-visible {
  outline-offset: 1px;
}

.StepIcon {
  width: 86px;
  height: 86px;
}

table {
  width: 100%;
  caption-side: top;
  font-size: 1rem;
}
table tr {
  background-color: #d6d6d6;
}
table tr:nth-child(even) {
  background-color: #f1f1f1;
}
table tr td {
  padding: 0.5rem 1rem;
  text-align: center;
  border-right: 1px solid #ffffff;
}
table tr th {
  background-color: #6C40E8;
  color: #ffffff;
  padding: 0.5rem 1rem;
  text-align: center;
  border-right: 1px solid #ffffff;
}
table .blank-header {
  background-color: #fff;
  border: none;
}
table caption {
  color: #333333;
}

.mt-7 {
  margin-top: 4rem;
}

.border-light-grey {
  border-bottom: 1px solid #edebe9;
}

/* ===== Responsive breakpoints customisations ===== */
@media screen and (max-width: 768px) {
  .hideOnMobile {
    display: none;
  }
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 1.2rem;
  }
}
/* ===== Primary / Secondary buttons ===== */
a.primary-btn,
button.primary-btn,
a.primary-btn-card,
a.secondary-btn {
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  line-height: 12px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}

a.primary-btn,
button.primary-btn {
  color: #ffffff;
  background-color: #6C40E8;
}
a.primary-btn:hover,
button.primary-btn:hover {
  background-color: #352E87;
  color: #ffffff;
}
a.primary-btn:focus-visible,
button.primary-btn:focus-visible {
  border: 1px solid white;
}

@media screen and (min-width: 992px) {
  #moreFaqs a.secondary-btn {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  a.primary-btn {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  a.primary-btn,
  a.secondary-btn {
    width: 100%;
  }
  #banner a.primary-btn {
    width: auto;
  }
}
/* ===== Secondary button ===== */
a.secondary-btn {
  background-color: #ffffff;
  color: #6C40E8;
}
a.secondary-btn.border {
  -webkit-box-shadow: 0px 0px 0px 1px #e60000 inset;
          box-shadow: 0px 0px 0px 1px #e60000 inset;
}
a.secondary-btn:hover {
  background-color: #6C40E8;
  color: #ffffff;
}
/* ===== Card button ===== */
a.primary-btn-card {
  color: #ffffff;
  border: 1px solid #ffffff;
}
a.primary-btn-card.border {
  -webkit-box-shadow: 0px 0px 0px 1px #e60000 inset;
          box-shadow: 0px 0px 0px 1px #e60000 inset;
}
a.primary-btn-card:hover {
  background-color: #ffffff;
  color: #6C40E8;
}
/* ===== Dropdown selector ===== */
#landing select.form-control-lg {
  background-image: url("img/select-arrow_u26.png");
  background-size: 2em;
  background-position: 95% 55%;
  background-repeat: no-repeat;
  background-color: #b0d360;
  margin: 0.5rem 0 1rem 0;
  padding: 1rem;
  color: #000000;
  line-height: 18px;
  font-size: 0.875rem;
  border-radius: 0;
  border: none;
}

#retailerDropdown {
  width: 38%;
}

@media screen and (max-width: 1200px) {
  #retailerDropdown {
    width: 100%;
  }
}
/* ===== Video player ===== */
.video-promo .video-responsive {
  position: relative;
  display: block;
  overflow: hidden;
}

.video-promo .video-responsive::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.video-promo .video-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 75%;
  border: 0;
}

@media screen and (max-width: 768px) {
  .video-promo .video-responsive-item {
    width: 100%;
    height: 90%;
  }
}
@media screen and (max-width: 768px) {
  #landing select.form-control-lg {
    width: 100%;
  }
}
#landing select {
  width: 45%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
}

option {
  background-color: #ffffff;
}

/* ===== Cards ===== */
.card {
  border: none;
  border-radius: 0;
  background: #F1F1F0;
  padding: 0;
  margin-top: 1rem;
}
.card .card-img-top {
  border-radius: 0;
}
.card h3 {
  font-size: 1.25rem;
  color: #352E87;
}

.card-footer {
  border: none;
  background: none;
}

/*.card-img, .card-img-top{
  margin-bottom: $margin * 1.5;
}*/
#retailerList .card {
  border: 1px solid #ccc;
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
#retailerList .card p {
  line-height: 0.844;
}
#retailerList .card h3 {
  color: #352E87;
}
#retailerList .card-body {
  padding: 1rem 1rem 0 1rem;
}

#eligibleCompanyList .card {
  border: 1px solid #ccc;
  background: #ffffff;
  text-align: center;
}
#eligibleCompanyList .card p {
  line-height: 0.844;
}
#eligibleCompanyList .card h3 {
  margin-bottom: 1rem;
  color: #333333;
  font-size: 1.1rem;
}
#eligibleCompanyList h2 {
  color: #333333;
}
#eligibleCompanyList .card-body {
  padding: 1rem 1rem 0 1rem;
}
#eligibleCompanyList .card-img-top {
  padding: 1rem 0.3333333333rem 0 0.3333333333rem;
}
#eligibleCompanyList .large-logo {
  width: 35%;
  padding: 0;
}

#retailersComingSoonList .card {
  border: 1px solid #ccc;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
#retailersComingSoonList .card p {
  line-height: 1.1;
}
#retailersComingSoonList .card h3 {
  margin-bottom: 1rem;
  color: #352E87;
}
#retailersComingSoonList .card-body {
  padding: 1rem 0.8rem 0 0.8rem;
}

/* ===== Scroll to top button ===== */
.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #6C40E8;
  line-height: 2.5rem;
  border-radius: 5rem !important;
}

/* ===== Viewports ===== */
/* ===== Colors ===== */
/* ===== Vivendum colors ===== */
/* ===== Fonts =====*/
/* ===== Margins & Paddings ===== */
/* ===== Accordions ===== */
/* ===== IE10+ CSS styles ===== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d-flex {
    display: block !important;
  }
}
/*@media (min-width: 1400px,){
.container{
  max-width: 1100px;
}
}*/
main {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("img/Gradient.webp");
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("img/Gradient.webp");
  color: #ffffff;
  margin-bottom: 2rem;
  margin-top: 5rem;
  padding: 5rem;
}

@media (max-width: 1200px) {
  main {
    margin-top: 5rem;
    padding: 2rem;
  }
}
.divider {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem;
}

#introContent {
  text-align: center;
}

#howBoostWorks {
  text-align: center;
}

.RegisterSection {
  background-color: #1C1F4C;
  padding: 3rem;
  text-align: center;
}
.RegisterSection h2,
.RegisterSection h3,
.RegisterSection p {
  color: #ffffff;
}

.RegAlt {
  background-color: #F1F1F0;
}
.RegAlt h2,
.RegAlt h3,
.RegAlt p {
  color: #352E87;
}

.number {
  color: #ffffff;
}

#howToJoin .number {
  font-family: "Avenir LT W01_65 Medium1475532", sans-serif;
}

#faqs .masthead-bg {
  background-image: url("img/faq-masthead.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 5rem 0 3rem;
}

.masthead-bg {
  background-image: url("img/image-masthead.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 5rem 0 3rem;
  background-color: #606060;
  background-blend-mode: overlay;
  margin-bottom: 3rem;
}

.masthead-text-inner {
  text-align: center;
  padding: 1.5rem 0 1.5rem 0.5rem;
}
.masthead-text-inner .sub-header p {
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
  line-height: 1.1253333333;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.masthead-text-inner .sub-header p.smaller {
  font-size: 2rem;
}

.regularList li {
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .masthead-text-inner .sub-header p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .footerGrid {
    display: -ms-grid;
    display: grid;
  }
}
.key-dates {
  background-image: url("img/image-keyDates.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 5rem 0 3rem;
  margin: 3rem 0;
  padding: 0;
  color: #ffffff;
  padding: 2rem 1rem 3rem;
}
.key-dates h2 {
  margin-bottom: 2rem;
}
.key-dates .key-date .content {
  padding: 1rem 0;
  min-height: 180px;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.key-dates .key-date .content.clean {
  border-top: none;
}
.key-dates .key-date .content span {
  font-family: "Avenir LT W01_85 Heavy1475544", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.key-dates .key-date .content p {
  font-size: 1.3rem;
  line-height: 1.2984615385;
  padding-top: 0.5rem;
}

.important {
  background-color: #F1F1F0;
  padding: 2rem;
  width: 100%;
  margin: 0 auto;
}

#withBoost h3 {
  color: #352E87;
}
#withBoost img {
  width: 25%;
}

/*#retailersComingSoon{
  display: none;
}*/
/*Accordion styles*/
#accordionOne .accordion-button,
#accordions-plusMinus .accordion-button {
  font-size: 1.25rem;
  border-radius: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 15px 20px 15px;
  color: black;
  text-align: left;
  background-color: white;
  border: 0;
  overflow-anchor: none;
  border-bottom: 1px solid #cccccc;
}
#accordionOne .accordion-button::after,
#accordions-plusMinus .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 30px;
}
#accordionOne .accordion-button:hover,
#accordions-plusMinus .accordion-button:hover {
  z-index: 2;
}
#accordionOne .accordion-button:focus,
#accordionOne .accordion-button:focus-visible,
#accordions-plusMinus .accordion-button:focus,
#accordions-plusMinus .accordion-button:focus-visible {
  z-index: 3;
  border: 2px dotted #6C40E8;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#accordionOne .accordion-header,
#accordions-plusMinus .accordion-header {
  margin-bottom: 0;
}
#accordionOne .accordion-item,
#accordions-plusMinus .accordion-item {
  background-color: #ffffff;
  border: none;
}
#accordionOne .accordion-item:not(:first-of-type),
#accordions-plusMinus .accordion-item:not(:first-of-type) {
  border-top: 0;
}
#accordionOne .accordion-flush .accordion-collapse,
#accordions-plusMinus .accordion-flush .accordion-collapse {
  border-width: 0;
}
#accordionOne .accordion-flush .accordion-item,
#accordions-plusMinus .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}
#accordionOne .accordion-flush .accordion-item:first-child,
#accordions-plusMinus .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
#accordionOne .accordion-flush .accordion-item:last-child,
#accordions-plusMinus .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

#tabs {
  margin-top: 2rem;
}

/* footer */
#footer-wrapper {
  background-color: #1C1F4C;
  padding: 1rem 0 1rem;
  color: #ffffff;
  float: left;
  width: 100%;
}
#footer-wrapper a {
  color: #ffffff;
  text-decoration: none;
  line-height: 3.8824;
  font-size: 1rem;
}
#footer-wrapper a:hover {
  text-decoration: underline;
}

.row.footer img {
  height: 3.5rem;
}

@media screen and (max-width: 992px) {
  .key-dates .key-date .content {
    min-height: 13em;
  }
}
@media screen and (max-width: 768px) {
  .key-dates .key-date .content {
    min-height: 7em;
  }
}
@media screen and (max-width: 576px) {
  #homepage header .navbar {
    padding: 0.5em 1em 0 0;
  }
  #homepage .important p {
    padding-left: 0 !important;
  }
  #homepage .more-questions .content {
    padding: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .masthead-text-inner {
    padding: 4.5rem 0.5rem 1.5rem 0.5rem;
  }
  .masthead-text-inner h1 {
    font-size: 3rem;
  }
}
/* ===== Viewports ===== */
/* ===== Colors ===== */
/* ===== Vivendum colors ===== */
/* ===== Fonts =====*/
/* ===== Margins & Paddings ===== */
/* ===== Accordions ===== */
.navbar-brand svg g path,
.navbar-brand svg path {
  fill: #fff;
}

/* ====== Header ====== */
header .fixed-top.scrolled {
  background-color: #ffffff;
  height: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .fixed-top.scrolled .navbar-brand {
  width: 70px;
  -webkit-transition: 400ms linear;
  transition: 400ms linear;
}
header .navbar-toggler-icon {
  background-image: none;
}
header .navbar-brand {
  padding-top: 0;
  width: 120px;
  -webkit-transition: 400ms linear;
  transition: 400ms linear;
}
header .navbar-brand img {
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1200px) {
  header .navbar-nav li:nth-child(5) {
    margin-right: 4rem;
  }
}
header #mandsNav {
  display: none;
}
header #mandsLogo {
  display: none;
}
header #navbarNav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header #navbarNav .nav-link {
  padding-top: 0.85rem;
  color: #232324;
  position: relative;
  font-weight: 700;
}
header #navbarNav .nav-link:hover {
  color: #6C40E8;
}
header a.secondary-btn {
  border: 1px solid #6C40E8;
}
header a.nav-link.active {
  color: #6C40E8 !important;
}
header .navbar {
  padding: 1.5rem 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #F1F1F0;
}
header .navbar .ctas-nav-mobile {
  background-color: #F1F1F0;
  padding: 1rem;
}
header .navbar .ctas-nav-mobile a {
  width: 100%;
}
header .navbar-toggler {
  background-image: url("img/nav-menu-open.png");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  padding: 0;
}
header .navbar-toggler[aria-expanded=true] {
  background-image: url("img/nav-menu-close.png");
  top: 18px;
  background-size: 50%;
}
header .nav-item {
  margin-right: 1.5rem;
}
header .nav-item .primary-btn {
  vertical-align: middle;
}
@media (max-width: 1200px) {
  header .primary-btn,
  header .secondary-btn {
    width: 100%;
  }
}
header .icon-wrap {
  margin-right: 1.5rem;
  position: relative;
}
header .icon-wrap .fas {
  font-size: 1.75rem;
  padding-top: 0.8333333333rem;
}

@media screen and (min-width: 1200px) {
  .navbar-toggler,
  .ctas-nav-mobile {
    display: none;
  }
  #navbarNav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  header .container {
    padding: 0;
  }
  header .navbar-nav {
    background-color: #ffffff;
  }
  header .navbar {
    padding: 0;
  }
  header .navbar .navbar-brand {
    margin-left: 1rem;
    width: 135px;
  }
  header .navbar .navbar-right {
    padding-top: 0;
  }
  header .navbar .navbar-right .nav-item {
    padding-bottom: 0;
  }
  header .navbar .navbar-collapse {
    margin-top: -65px;
    z-index: 1;
    padding-top: 5rem;
  }
  header .navbar .navbar-toggler {
    z-index: 2;
  }
  header .navbar .navbar-toggler[aria-expanded=true] {
    padding: 0;
  }
  header .navbar .navbar-toggler:focus, header .navbar .navbar-toggler:active {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .nav-item {
    margin: 0;
    border-top: 1px solid #F1F1F0;
    padding: 0.6666666667rem;
  }
  header ul.navbar-nav {
    margin-left: 0 !important;
  }
  header ul.navbar-nav li a.nav-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    content: "\f054";
    padding-left: 0.5rem;
    position: absolute;
    right: 0;
    top: 13px;
  }
  header ul.navbar-nav.navbar-right li {
    border: none;
  }
}
@media screen and (max-width: 1199px) {
  header .navbar .navbar-right {
    padding-bottom: 0;
  }
  header .navbar .navbar-toggler {
    padding-right: 1rem;
  }
  header .navbar .navbar-toggler[aria-expanded=true] {
    margin-right: 0.5rem;
  }
  header .nav-item:last-child {
    padding: 1rem;
  }
}
@font-face {
  font-family: "Mark Pro";
  src: url("font/Mark-Pro-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mark Pro";
  src: url("font/Mark-Pro-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Mark Pro";
  src: url("font/Mark-Pro-extra-bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy W05";
  src: url("/dv2/14/b261487c-2966-4089-8551-6555085406ad.woff2?d44f19a684109620e4841579af90e81815eac57c3142f7b7e65da4f4a26d35fbc393ff2afe1d1d96055662c0c40bb97945a18a6584f9cc63f9f5950bd2e10252755f6298b77c831559e356c15c35a276084b9ae2dce2694eea898e7d2d08f4a2eeb531b70bb6f4e240abf9c2&projectId=d4943403-888f-4b97-944e-39adda6255c8") format("woff2"), url("/dv2/3/bf190033-35ff-42cf-b90c-f5321a94a3df.woff?d44f19a684109620e4841579af90e81815eac57c3142f7b7e65da4f4a26d35fbc393ff2afe1d1d96055662c0c40bb97945a18a6584f9cc63f9f5950bd2e10252755f6298b77c831559e356c15c35a276084b9ae2dce2694eea898e7d2d08f4a2eeb531b70bb6f4e240abf9c2&projectId=d4943403-888f-4b97-944e-39adda6255c8") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy W05";
  src: url("/dv2/14/94b9ba0e-1690-4966-8af8-7d8a1c22c221.woff2?d44f19a684109620e4841579af90e81815eac57c3142f7b7e65da4f4a26d35fbc393ff2afe1d1d96055662c0c40bb97945a18a6584f9cc63f9f5950bd2e10252755f6298b77c831559e356c15c35a276084b9ae2dce2694eea898e7d2d08f4a2eeb531b70bb6f4e240abf9c2&projectId=d4943403-888f-4b97-944e-39adda6255c8") format("woff2"), url("/dv2/3/fd4654af-3e2f-4601-bb81-d6b08f68d9f0.woff?d44f19a684109620e4841579af90e81815eac57c3142f7b7e65da4f4a26d35fbc393ff2afe1d1d96055662c0c40bb97945a18a6584f9cc63f9f5950bd2e10252755f6298b77c831559e356c15c35a276084b9ae2dce2694eea898e7d2d08f4a2eeb531b70bb6f4e240abf9c2&projectId=d4943403-888f-4b97-944e-39adda6255c8") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy W05";
  src: url("/dv2/14/65e59d21-d1cb-42cb-85de-10af9afd2b38.woff2?d44f19a684109620e4841579af90e81815eac57c3142f7b7e65da4f4a26d35fbc393ff2afe1d1d96055662c0c40bb97945a18a6584f9cc63f9f5950bd2e10252755f6298b77c831559e356c15c35a276084b9ae2dce2694eea898e7d2d08f4a2eeb531b70bb6f4e240abf9c2&projectId=d4943403-888f-4b97-944e-39adda6255c8") format("woff2"), url("/dv2/3/960a0830-33df-46c5-87bc-24fb52edfa4e.woff?d44f19a684109620e4841579af90e81815eac57c3142f7b7e65da4f4a26d35fbc393ff2afe1d1d96055662c0c40bb97945a18a6584f9cc63f9f5950bd2e10252755f6298b77c831559e356c15c35a276084b9ae2dce2694eea898e7d2d08f4a2eeb531b70bb6f4e240abf9c2&projectId=d4943403-888f-4b97-944e-39adda6255c8") format("woff");
  font-weight: 600;
  font-style: normal;
}
.bp-popover {
  position: absolute;
  top: -2px;
  right: 38px;
  z-index: 1010;
  display: none;
  width: 150px;
  background-color: #000000;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.bp-popover.top {
  margin-bottom: 10px;
}

.bp-popover.right {
  margin-left: 10px;
}

.bp-popover.bottom {
  margin-top: 10px;
}

.bp-popover.left {
  margin-right: 10px;
}

.bp-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #3a3a3a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  background-color: #f7f7f7;
  background-image: -o-linear-gradient(top, #ffffff, #d2d2d2);
  border-bottom: 1px solid #a7a7a7;
  border-radius: 5px 5px 0 0;
}

.bp-popover-content {
  padding: 0.75rem 0.3rem 0.75rem 0.9rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.bp-popover-content p,
.bp-popover-content ul,
.bp-popover-content ol {
  margin-bottom: 0;
  font-size: 1rem;
  color: #ffffff;
}

.bp-popover .arrow,
.bp-popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.bp-popover .arrow:after {
  z-index: -1;
  content: "";
}

.bp-popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0;
}

.bp-popover.top .arrow:after {
  bottom: -4px;
  left: -11px;
  border-top-color: #ffffff;
  border-width: 11px 11px 0;
}

.bp-popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
  border-width: 10px 10px 10px 0;
}

.bp-popover.right .arrow:after {
  bottom: -11px;
  left: -4px;
  border-right-color: #ffffff;
  border-width: 11px 11px 11px 0;
}

.bp-popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}

.bp-popover.bottom .arrow:after {
  top: -4px;
  left: -11px;
  border-bottom-color: #ffffff;
  border-width: 0 11px 11px;
}

.bp-popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}

.bp-popover.left .arrow:after {
  right: -4px;
  bottom: -11px;
  border-left-color: #ffffff;
  border-width: 11px 0 11px 11px;
}

.bp-popover {
  font-size: 13px;
  line-height: 18px;
}
.bp-popover ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bp-popover ol {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.bp-popover li {
  margin: 0;
  padding: 0;
  line-height: 18px;
}

.bp-popover .bp-popover-title > .close {
  position: relative;
  top: -5px;
  right: -5px;
  color: #3a3a3a;
  opacity: 0.6;
}
.bp-popover .bp-popover-title > .close:hover {
  opacity: 0.8;
}