@charset "UTF-8";
@font-face {
  src: url(font/Inter/Inter.ttf) format("truetype-variations");
  font-family: Inter;
  font-weight: 100 900;
}
@font-face {
  src: url(font/Mulish/Mulish-Italic-VariableFont_wght.ttf) format("truetype-variations");
  font-family: Mulish;
  font-weight: 100 900;
}
@font-face {
  src: url(font/Sarabun/Sarabun-Medium.ttf);
  font-weight: 400;
  font-family: Sarabun;
}
@font-face {
  src: url(font/Sarabun/Sarabun-SemiBold.ttf);
  font-weight: 600;
  font-family: Sarabun;
}
@font-face {
  src: url(font/Sarabun/Sarabun-ExtraBold.ttf);
  font-weight: 800;
  font-family: Sarabun;
}
@font-face {
  src: url(font/Source-Code-Pro/SourceCodePro-Regular.ttf);
  font-weight: 400;
  font-family: Source-Code-Pro;
}
@font-face {
  src: url(font/Public-Sans/PublicSans-Medium.ttf);
  font-weight: 400;
  font-family: Public Sans;
}
@font-face {
  src: url(font/Public-Sans/PublicSans-SemiBold.ttf);
  font-weight: 600;
  font-family: Public Sans;
}
@font-face {
  src: url(font/Public-Sans/PublicSans-Bold.ttf);
  font-weight: 800;
  font-family: Public Sans;
}
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100vw;
  overflow-x: hidden;
  line-height: 1.3em;
  transition-duration: 0.3s;
  font-family: "Public Sans";
  font-weight: 400;
  font-size: 17px;
}

a {
  color: inherit;
  text-decoration: unset;
}

[class^=bf],
input,
button,
textarea,
[class^=btn-],
#stone-markup {
  font-family: "Public Sans";
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  box-sizing: border-box;
}

body {
  font-weight: 400;
}

input,
textarea {
  width: 100%;
  border-radius: 0px;
  -webkit-appearance: none;
  resize: none;
}

input[type=range] {
  height: 8px;
  border-radius: 8px;
  background-color: #F3F3F3;
}

body {
  transition-duration: 0.3s;
}
body * {
  transition-duration: inherit;
}

.bf-duration-x {
  transition-duration: 0s;
}
.bf-duration {
  transition-duration: 0.3s;
}
.bf-duration-fast {
  transition-duration: 0.1s;
}
.bf-duration-slow {
  transition-duration: 0.6s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 126%;
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}
p sp {
  display: block;
  height: 12px;
}

h1,
h2,
h3 {
  font-weight: bold;
}

.bf-viewport-x {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bf-viewport-xs {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.bf-viewport-s {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.bf-viewport-sm {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.bf-viewport-m {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.bf-viewport-l {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.bf-viewport-xl {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.bf-viewport-xxl {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.bf-boxview {
  min-width: 500px;
}

.bf-card {
  background-color: #FFF;
  color: #000;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  box-sizing: border-box;
  min-width: 170px;
  transition-duration: 0.3s;
}
.bf-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.bf-card.vertical {
  flex-direction: row;
}
.bf-card.reverse {
  flex-direction: column-reverse;
}
.bf-card.unwidth {
  min-width: unset;
}
.bf-card.active {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.bf-extend {
  cursor: pointer;
}
.bf-extend .extend-title::after {
  content: "î";
}
.bf-extend-section,
.bf-extend .extend-section {
  max-height: 0;
  overflow-y: hidden;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.bf-extend-section.active,
.bf-extend .extend-section.active {
  max-height: 9999px;
  overflow-y: auto;
}
.bf-extend-section.active.form-s,
.bf-extend .extend-section.active.form-s {
  max-height: 300px;
}
.bf-extend-section.active.form-m,
.bf-extend .extend-section.active.form-m {
  max-height: 600px;
}
.bf-extend-section.active.form-l,
.bf-extend .extend-section.active.form-l {
  max-height: 900px;
}
.bf-extend-section.active.form-xl,
.bf-extend .extend-section.active.form-xl {
  max-height: 1200px;
}
.bf-extend-section.active.form-xxl,
.bf-extend .extend-section.active.form-xxl {
  max-height: 2000px;
}
.bf-extend-section.active.form-3xl,
.bf-extend .extend-section.active.form-3xl {
  max-height: 4000px;
}
.bf-extend-section.active.form-maxh,
.bf-extend .extend-section.active.form-maxh {
  max-height: 100vh;
}
.bf-extend.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.bf-extend.active .extend-title {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bf-extend.active .extend-title::after {
  transform: rotate(180deg);
}

.bf-ext-box .ext-act {
  cursor: pointer;
}
.bf-ext-box .ext-section {
  max-height: 0;
  overflow: hidden;
}
.bf-ext-box.active .ext-section {
  max-height: 500px !important;
  overflow: visible !important;
  opacity: 1 !important;
  -webkit-user-select: unset !important;
     -moz-user-select: unset !important;
          user-select: unset !important;
  pointer-events: unset !important;
}
.bf-ext-box.active .ext-section-xl {
  max-height: 1200px !important;
}
.bf-ext-box.active .ext-section-xxl {
  max-height: 2400px !important;
}
.bf-ext-box.active .ext-section-max {
  max-height: 9999px !important;
}
.bf-ext-box.active .ext-close {
  cursor: pointer;
  color: #828282;
}
.bf-ext-box:hover .ext-section {
  max-height: 30px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.3;
}
.bf-ext-box:hover .ext-section-xl {
  max-height: 30px;
}
.bf-ext-box:hover .ext-section-xxl {
  max-height: 30px;
}
.bf-ext-box:hover .ext-section-max {
  max-height: 30px;
}
.bf-ext-box:hover .ext-act {
  cursor: pointer;
}
.bf-ext-box:hover .ext-close {
  text-decoration: underline;
}

.bf-frame {
  margin-top: -20%;
  background-color: #FFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.bf-hover-shadow:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.bf-hover-zoom:hover {
  transform: scale(1.1);
}
.bf-hover-active:hover {
  background-color: #1e57ff;
  color: #FFF;
}
.bf-hover-inactive:hover {
  background-color: #DD0000;
  color: #FFF;
}
.bf-hover-grey:hover {
  background-color: #E7E7E7;
}
.bf-hover-black:hover {
  background-color: #000;
  color: #FFF;
}
.bf-hover-highlight:hover, .bf-hover-hightlight:hover {
  background-color: #fddfae;
}
.bf-hover-gettext [class^=hide-text] {
  word-wrap: keep-all;
  white-space: nowrap;
  max-width: 0;
  overflow: hidden;
  cursor: pointer;
}
.bf-hover-gettext:hover .hide-text-xs {
  max-width: 90px;
  overflow: unset;
}
.bf-hover-gettext:hover .hide-text-s {
  max-width: 180px;
  overflow: unset;
}
.bf-hover-gettext:hover .hide-text-m {
  max-width: 360px;
  overflow: unset;
}
.bf-hover-gettext:hover .hide-text-l {
  max-width: 720px;
  overflow: unset;
}
.bf-hover-gettext:hover .hide-text-xl {
  max-width: 100vw;
  overflow: unset;
}

.bf-component.component-parent {
  outline: 1px dashed #560088 !important;
}
.bf-component.component-parent .anchor {
  outline: 1px dashed #ff4bbd !important;
}
.clipper {
  border-radius: 16px;
  overflow: hidden;
}
.clipper-up {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.clipper-down {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
.clipper-right {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
.clipper-left {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}

[class*=bf-viewport] {
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}

.bf-copy {
  transition-duration: 0.3s;
}
.bf-copy:hover {
  outline: 2px solid #fff7ea;
}

.bf-input,
.bf-row {
  display: flex;
  flex-wrap: wrap;
}
.bf-input.inline,
.bf-row.inline {
  display: inline-flex;
}
.bf-input.unwrap,
.bf-row.unwrap {
  flex-wrap: nowrap !important;
}
.bf-input.scroll,
.bf-row.scroll {
  flex-wrap: nowrap;
  overflow-x: hidden !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}
.bf-input.scroll:hover,
.bf-row.scroll:hover {
  overflow-x: auto !important;
}
.bf-input.scroll .col-item,
.bf-row.scroll .col-item {
  min-width: 155px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 320px;
}
.bf-input.scroll .col-item-m,
.bf-row.scroll .col-item-m {
  min-width: 240px;
  max-width: 360px;
}
.bf-input.reverse,
.bf-row.reverse {
  flex-direction: column-reverse;
}
.bf-input.bottom,
.bf-row.bottom {
  align-items: flex-end;
}

.multis-item-holder {
  height: 40px;
  border-radius: 28px;
  background-color: rgba(0, 0, 0, 0.03);
  display: block;
  width: 100%;
}

.bf-card.cols-2 > .col,
.bf-input.cols-2 > .col,
.bf-row.cols-2 > .col {
  width: 50%;
  flex: unset;
  box-sizing: border-box;
  min-width: unset;
}
.bf-card.cols-2.bf-pad-0 > .col,
.bf-input.cols-2.bf-pad-0 > .col,
.bf-row.cols-2.bf-pad-0 > .col {
  width: 50% !important;
}
.bf-card.cols-2.bf-pad-xs > .col,
.bf-input.cols-2.bf-pad-xs > .col,
.bf-row.cols-2.bf-pad-xs > .col {
  width: calc(50% - 2px/2);
}
.bf-card.cols-2.bf-pad-s > .col,
.bf-input.cols-2.bf-pad-s > .col,
.bf-row.cols-2.bf-pad-s > .col {
  width: calc(50% - 4px/2);
}
.bf-card.cols-2.bf-pad-m > .col,
.bf-input.cols-2.bf-pad-m > .col,
.bf-row.cols-2.bf-pad-m > .col {
  width: calc(50% - 8px/2);
}
.bf-card.cols-2.bf-pad-l > .col,
.bf-input.cols-2.bf-pad-l > .col,
.bf-row.cols-2.bf-pad-l > .col {
  width: calc(50% - 12px/2);
}
.bf-card.cols-2.bf-pad-xl > .col,
.bf-input.cols-2.bf-pad-xl > .col,
.bf-row.cols-2.bf-pad-xl > .col {
  width: calc(50% - 16px/2);
}
.bf-card.cols-2.bf-pad-xxl > .col,
.bf-input.cols-2.bf-pad-xxl > .col,
.bf-row.cols-2.bf-pad-xxl > .col {
  width: calc(50% - 20px/2);
}
.bf-card.cols-2.bf-pad-xxl-x2 > .col,
.bf-input.cols-2.bf-pad-xxl-x2 > .col,
.bf-row.cols-2.bf-pad-xxl-x2 > .col {
  width: calc(50% - 40px/2);
}
.bf-card.cols-2.bf-pad-xxl-x4 > .col,
.bf-input.cols-2.bf-pad-xxl-x4 > .col,
.bf-row.cols-2.bf-pad-xxl-x4 > .col {
  width: calc(50% - 80px/2);
}
.bf-card.cols-2.bf-pad-3xl > .col,
.bf-input.cols-2.bf-pad-3xl > .col,
.bf-row.cols-2.bf-pad-3xl > .col {
  width: calc(50% - 24px/2);
}
.bf-card.cols-2.bf-pad-3xl-x2 > .col,
.bf-input.cols-2.bf-pad-3xl-x2 > .col,
.bf-row.cols-2.bf-pad-3xl-x2 > .col {
  width: calc(50% - 48px/2);
}
.bf-card.cols-2.bf-pad-3xl-x4 > .col,
.bf-input.cols-2.bf-pad-3xl-x4 > .col,
.bf-row.cols-2.bf-pad-3xl-x4 > .col {
  width: calc(50% - 96px/2);
}
.bf-card.cols-2.bf-pad-4xl > .col,
.bf-input.cols-2.bf-pad-4xl > .col,
.bf-row.cols-2.bf-pad-4xl > .col {
  width: calc(50% - 28px/2);
}
.bf-card.cols-2.bf-pad-4xl-x2 > .col,
.bf-input.cols-2.bf-pad-4xl-x2 > .col,
.bf-row.cols-2.bf-pad-4xl-x2 > .col {
  width: calc(50% - 56px/2);
}
.bf-card.cols-2.bf-pad-4xl-x4 > .col,
.bf-input.cols-2.bf-pad-4xl-x4 > .col,
.bf-row.cols-2.bf-pad-4xl-x4 > .col {
  width: calc(50% - 112px/2);
}
.bf-card.cols-2.bf-pad-5xl > .col,
.bf-input.cols-2.bf-pad-5xl > .col,
.bf-row.cols-2.bf-pad-5xl > .col {
  width: calc(50% - 32px/2);
}
.bf-card.cols-2.bf-pad-5xl-x2 > .col,
.bf-input.cols-2.bf-pad-5xl-x2 > .col,
.bf-row.cols-2.bf-pad-5xl-x2 > .col {
  width: calc(50% - 64px/2);
}
.bf-card.cols-2.bf-pad-5xl-x4 > .col,
.bf-input.cols-2.bf-pad-5xl-x4 > .col,
.bf-row.cols-2.bf-pad-5xl-x4 > .col {
  width: calc(50% - 128px/2);
}
.bf-card.cols-2.bf-pad-6xl > .col,
.bf-input.cols-2.bf-pad-6xl > .col,
.bf-row.cols-2.bf-pad-6xl > .col {
  width: calc(50% - 36px/2);
}
.bf-card.cols-2.bf-pad-6xl-x2 > .col,
.bf-input.cols-2.bf-pad-6xl-x2 > .col,
.bf-row.cols-2.bf-pad-6xl-x2 > .col {
  width: calc(50% - 72px/2);
}
.bf-card.cols-2.bf-pad-6xl-x4 > .col,
.bf-input.cols-2.bf-pad-6xl-x4 > .col,
.bf-row.cols-2.bf-pad-6xl-x4 > .col {
  width: calc(50% - 144px/2);
}
.bf-card.cols-3 > .col,
.bf-input.cols-3 > .col,
.bf-row.cols-3 > .col {
  width: 33.3333333333%;
  flex: unset;
  box-sizing: border-box;
  min-width: unset;
}
.bf-card.cols-3.bf-pad-0 > .col,
.bf-input.cols-3.bf-pad-0 > .col,
.bf-row.cols-3.bf-pad-0 > .col {
  width: 100%/3 !important;
}
.bf-card.cols-3.bf-pad-xs > .col,
.bf-input.cols-3.bf-pad-xs > .col,
.bf-row.cols-3.bf-pad-xs > .col {
  width: calc(100%/3 - 2px*2/3);
}
.bf-card.cols-3.bf-pad-s > .col,
.bf-input.cols-3.bf-pad-s > .col,
.bf-row.cols-3.bf-pad-s > .col {
  width: calc(100%/3 - 4px*2/3);
}
.bf-card.cols-3.bf-pad-m > .col,
.bf-input.cols-3.bf-pad-m > .col,
.bf-row.cols-3.bf-pad-m > .col {
  width: calc(100%/3 - 8px*2/3);
}
.bf-card.cols-3.bf-pad-l > .col,
.bf-input.cols-3.bf-pad-l > .col,
.bf-row.cols-3.bf-pad-l > .col {
  width: calc(100%/3 - 12px*2/3);
}
.bf-card.cols-3.bf-pad-xl > .col,
.bf-input.cols-3.bf-pad-xl > .col,
.bf-row.cols-3.bf-pad-xl > .col {
  width: calc(100%/3 - 16px*2/3);
}
.bf-card.cols-3.bf-pad-xxl > .col,
.bf-input.cols-3.bf-pad-xxl > .col,
.bf-row.cols-3.bf-pad-xxl > .col {
  width: calc(100%/3 - 20px*2/3);
}
.bf-card.cols-3.bf-pad-xxl-x2 > .col,
.bf-input.cols-3.bf-pad-xxl-x2 > .col,
.bf-row.cols-3.bf-pad-xxl-x2 > .col {
  width: calc(100%/3 - 40px*2/3);
}
.bf-card.cols-3.bf-pad-xxl-x4 > .col,
.bf-input.cols-3.bf-pad-xxl-x4 > .col,
.bf-row.cols-3.bf-pad-xxl-x4 > .col {
  width: calc(100%/3 - 80px*2/3);
}
.bf-card.cols-3.bf-pad-3xl > .col,
.bf-input.cols-3.bf-pad-3xl > .col,
.bf-row.cols-3.bf-pad-3xl > .col {
  width: calc(100%/3 - 24px*2/3);
}
.bf-card.cols-3.bf-pad-3xl-x2 > .col,
.bf-input.cols-3.bf-pad-3xl-x2 > .col,
.bf-row.cols-3.bf-pad-3xl-x2 > .col {
  width: calc(100%/3 - 48px*2/3);
}
.bf-card.cols-3.bf-pad-3xl-x4 > .col,
.bf-input.cols-3.bf-pad-3xl-x4 > .col,
.bf-row.cols-3.bf-pad-3xl-x4 > .col {
  width: calc(100%/3 - 96px*2/3);
}
.bf-card.cols-3.bf-pad-4xl > .col,
.bf-input.cols-3.bf-pad-4xl > .col,
.bf-row.cols-3.bf-pad-4xl > .col {
  width: calc(100%/3 - 28px*2/3);
}
.bf-card.cols-3.bf-pad-4xl-x2 > .col,
.bf-input.cols-3.bf-pad-4xl-x2 > .col,
.bf-row.cols-3.bf-pad-4xl-x2 > .col {
  width: calc(100%/3 - 56px*2/3);
}
.bf-card.cols-3.bf-pad-4xl-x4 > .col,
.bf-input.cols-3.bf-pad-4xl-x4 > .col,
.bf-row.cols-3.bf-pad-4xl-x4 > .col {
  width: calc(100%/3 - 112px*2/3);
}
.bf-card.cols-3.bf-pad-5xl > .col,
.bf-input.cols-3.bf-pad-5xl > .col,
.bf-row.cols-3.bf-pad-5xl > .col {
  width: calc(100%/3 - 32px*2/3);
}
.bf-card.cols-3.bf-pad-5xl-x2 > .col,
.bf-input.cols-3.bf-pad-5xl-x2 > .col,
.bf-row.cols-3.bf-pad-5xl-x2 > .col {
  width: calc(100%/3 - 64px*2/3);
}
.bf-card.cols-3.bf-pad-5xl-x4 > .col,
.bf-input.cols-3.bf-pad-5xl-x4 > .col,
.bf-row.cols-3.bf-pad-5xl-x4 > .col {
  width: calc(100%/3 - 128px*2/3);
}
.bf-card.cols-3.bf-pad-6xl > .col,
.bf-input.cols-3.bf-pad-6xl > .col,
.bf-row.cols-3.bf-pad-6xl > .col {
  width: calc(100%/3 - 36px*2/3);
}
.bf-card.cols-3.bf-pad-6xl-x2 > .col,
.bf-input.cols-3.bf-pad-6xl-x2 > .col,
.bf-row.cols-3.bf-pad-6xl-x2 > .col {
  width: calc(100%/3 - 72px*2/3);
}
.bf-card.cols-3.bf-pad-6xl-x4 > .col,
.bf-input.cols-3.bf-pad-6xl-x4 > .col,
.bf-row.cols-3.bf-pad-6xl-x4 > .col {
  width: calc(100%/3 - 144px*2/3);
}
.bf-card.cols-4 > .col,
.bf-input.cols-4 > .col,
.bf-row.cols-4 > .col {
  width: 25%;
  flex: unset;
  box-sizing: border-box;
  min-width: unset;
}
.bf-card.cols-4.bf-pad-0 > .col,
.bf-input.cols-4.bf-pad-0 > .col,
.bf-row.cols-4.bf-pad-0 > .col {
  width: 25% !important;
}
.bf-card.cols-4.bf-pad-xs > .col,
.bf-input.cols-4.bf-pad-xs > .col,
.bf-row.cols-4.bf-pad-xs > .col {
  width: calc(25% - 2px*3/4);
}
.bf-card.cols-4.bf-pad-s > .col,
.bf-input.cols-4.bf-pad-s > .col,
.bf-row.cols-4.bf-pad-s > .col {
  width: calc(25% - 4px*3/4);
}
.bf-card.cols-4.bf-pad-m > .col,
.bf-input.cols-4.bf-pad-m > .col,
.bf-row.cols-4.bf-pad-m > .col {
  width: calc(25% - 8px*3/4);
}
.bf-card.cols-4.bf-pad-l > .col,
.bf-input.cols-4.bf-pad-l > .col,
.bf-row.cols-4.bf-pad-l > .col {
  width: calc(25% - 12px*3/4);
}
.bf-card.cols-4.bf-pad-xl > .col,
.bf-input.cols-4.bf-pad-xl > .col,
.bf-row.cols-4.bf-pad-xl > .col {
  width: calc(25% - 16px*3/4);
}
.bf-card.cols-4.bf-pad-xxl > .col,
.bf-input.cols-4.bf-pad-xxl > .col,
.bf-row.cols-4.bf-pad-xxl > .col {
  width: calc(25% - 20px*3/4);
}
.bf-card.cols-4.bf-pad-xxl-x2 > .col,
.bf-input.cols-4.bf-pad-xxl-x2 > .col,
.bf-row.cols-4.bf-pad-xxl-x2 > .col {
  width: calc(25% - 40px*3/4);
}
.bf-card.cols-4.bf-pad-xxl-x4 > .col,
.bf-input.cols-4.bf-pad-xxl-x4 > .col,
.bf-row.cols-4.bf-pad-xxl-x4 > .col {
  width: calc(25% - 80px*3/4);
}
.bf-card.cols-4.bf-pad-3xl > .col,
.bf-input.cols-4.bf-pad-3xl > .col,
.bf-row.cols-4.bf-pad-3xl > .col {
  width: calc(25% - 24px*3/4);
}
.bf-card.cols-4.bf-pad-3xl-x2 > .col,
.bf-input.cols-4.bf-pad-3xl-x2 > .col,
.bf-row.cols-4.bf-pad-3xl-x2 > .col {
  width: calc(25% - 48px*3/4);
}
.bf-card.cols-4.bf-pad-3xl-x4 > .col,
.bf-input.cols-4.bf-pad-3xl-x4 > .col,
.bf-row.cols-4.bf-pad-3xl-x4 > .col {
  width: calc(25% - 96px*3/4);
}
.bf-card.cols-4.bf-pad-4xl > .col,
.bf-input.cols-4.bf-pad-4xl > .col,
.bf-row.cols-4.bf-pad-4xl > .col {
  width: calc(25% - 28px*3/4);
}
.bf-card.cols-4.bf-pad-4xl-x2 > .col,
.bf-input.cols-4.bf-pad-4xl-x2 > .col,
.bf-row.cols-4.bf-pad-4xl-x2 > .col {
  width: calc(25% - 56px*3/4);
}
.bf-card.cols-4.bf-pad-4xl-x4 > .col,
.bf-input.cols-4.bf-pad-4xl-x4 > .col,
.bf-row.cols-4.bf-pad-4xl-x4 > .col {
  width: calc(25% - 112px*3/4);
}
.bf-card.cols-4.bf-pad-5xl > .col,
.bf-input.cols-4.bf-pad-5xl > .col,
.bf-row.cols-4.bf-pad-5xl > .col {
  width: calc(25% - 32px*3/4);
}
.bf-card.cols-4.bf-pad-5xl-x2 > .col,
.bf-input.cols-4.bf-pad-5xl-x2 > .col,
.bf-row.cols-4.bf-pad-5xl-x2 > .col {
  width: calc(25% - 64px*3/4);
}
.bf-card.cols-4.bf-pad-5xl-x4 > .col,
.bf-input.cols-4.bf-pad-5xl-x4 > .col,
.bf-row.cols-4.bf-pad-5xl-x4 > .col {
  width: calc(25% - 128px*3/4);
}
.bf-card.cols-4.bf-pad-6xl > .col,
.bf-input.cols-4.bf-pad-6xl > .col,
.bf-row.cols-4.bf-pad-6xl > .col {
  width: calc(25% - 36px*3/4);
}
.bf-card.cols-4.bf-pad-6xl-x2 > .col,
.bf-input.cols-4.bf-pad-6xl-x2 > .col,
.bf-row.cols-4.bf-pad-6xl-x2 > .col {
  width: calc(25% - 72px*3/4);
}
.bf-card.cols-4.bf-pad-6xl-x4 > .col,
.bf-input.cols-4.bf-pad-6xl-x4 > .col,
.bf-row.cols-4.bf-pad-6xl-x4 > .col {
  width: calc(25% - 144px*3/4);
}
.bf-card.bottom, .bf-card.end,
.bf-input.bottom,
.bf-input.end,
.bf-row.bottom,
.bf-row.end {
  align-items: flex-end;
}
.bf-card.bottom.middle, .bf-card.end.middle,
.bf-input.bottom.middle,
.bf-input.end.middle,
.bf-row.bottom.middle,
.bf-row.end.middle {
  align-items: center !important;
}
.bf-card.start, .bf-card.top,
.bf-input.start,
.bf-input.top,
.bf-row.start,
.bf-row.top {
  align-items: flex-start;
}
.bf-card.start.middle, .bf-card.top.middle,
.bf-input.start.middle,
.bf-input.top.middle,
.bf-row.start.middle,
.bf-row.top.middle {
  align-items: center !important;
}
.bf-card.vertical,
.bf-input.vertical,
.bf-row.vertical {
  flex-direction: column;
}
.bf-card.bf-pad-xs,
.bf-input.bf-pad-xs,
.bf-row.bf-pad-xs {
  gap: 2px !important;
}
.bf-card.bf-pad-xs-x2,
.bf-input.bf-pad-xs-x2,
.bf-row.bf-pad-xs-x2 {
  gap: 4px !important;
}
.bf-card.bf-pad-xs-x4,
.bf-input.bf-pad-xs-x4,
.bf-row.bf-pad-xs-x4 {
  gap: 8px !important;
}
.bf-card.bf-pad-s,
.bf-input.bf-pad-s,
.bf-row.bf-pad-s {
  gap: 4px !important;
}
.bf-card.bf-pad-s-x2,
.bf-input.bf-pad-s-x2,
.bf-row.bf-pad-s-x2 {
  gap: 8px !important;
}
.bf-card.bf-pad-s-x4,
.bf-input.bf-pad-s-x4,
.bf-row.bf-pad-s-x4 {
  gap: 16px !important;
}
.bf-card.bf-pad-m,
.bf-input.bf-pad-m,
.bf-row.bf-pad-m {
  gap: 8px !important;
}
.bf-card.bf-pad-m-x2,
.bf-input.bf-pad-m-x2,
.bf-row.bf-pad-m-x2 {
  gap: 16px !important;
}
.bf-card.bf-pad-m-x4,
.bf-input.bf-pad-m-x4,
.bf-row.bf-pad-m-x4 {
  gap: 32px !important;
}
.bf-card.bf-pad-l,
.bf-input.bf-pad-l,
.bf-row.bf-pad-l {
  gap: 12px !important;
}
.bf-card.bf-pad-l-x2,
.bf-input.bf-pad-l-x2,
.bf-row.bf-pad-l-x2 {
  gap: 24px !important;
}
.bf-card.bf-pad-l-x4,
.bf-input.bf-pad-l-x4,
.bf-row.bf-pad-l-x4 {
  gap: 48px !important;
}
.bf-card.bf-pad-xl,
.bf-input.bf-pad-xl,
.bf-row.bf-pad-xl {
  gap: 16px !important;
}
.bf-card.bf-pad-xl-x2,
.bf-input.bf-pad-xl-x2,
.bf-row.bf-pad-xl-x2 {
  gap: 32px !important;
}
.bf-card.bf-pad-xl-x4,
.bf-input.bf-pad-xl-x4,
.bf-row.bf-pad-xl-x4 {
  gap: 64px !important;
}
.bf-card.bf-pad-xxl,
.bf-input.bf-pad-xxl,
.bf-row.bf-pad-xxl {
  gap: 20px !important;
}
.bf-card.bf-pad-xxl-x2,
.bf-input.bf-pad-xxl-x2,
.bf-row.bf-pad-xxl-x2 {
  gap: 40px !important;
}
.bf-card.bf-pad-xxl-x4,
.bf-input.bf-pad-xxl-x4,
.bf-row.bf-pad-xxl-x4 {
  gap: 80px !important;
}
.bf-card.bf-pad-3xl,
.bf-input.bf-pad-3xl,
.bf-row.bf-pad-3xl {
  gap: 24px !important;
}
.bf-card.bf-pad-3xl-x2,
.bf-input.bf-pad-3xl-x2,
.bf-row.bf-pad-3xl-x2 {
  gap: 48px !important;
}
.bf-card.bf-pad-3xl-x4,
.bf-input.bf-pad-3xl-x4,
.bf-row.bf-pad-3xl-x4 {
  gap: 96px !important;
}
.bf-card.bf-pad-4xl,
.bf-input.bf-pad-4xl,
.bf-row.bf-pad-4xl {
  gap: 28px !important;
}
.bf-card.bf-pad-4xl-x2,
.bf-input.bf-pad-4xl-x2,
.bf-row.bf-pad-4xl-x2 {
  gap: 56px !important;
}
.bf-card.bf-pad-4xl-x4,
.bf-input.bf-pad-4xl-x4,
.bf-row.bf-pad-4xl-x4 {
  gap: 112px !important;
}
.bf-card.bf-pad-5xl,
.bf-input.bf-pad-5xl,
.bf-row.bf-pad-5xl {
  gap: 32px !important;
}
.bf-card.bf-pad-5xl-x2,
.bf-input.bf-pad-5xl-x2,
.bf-row.bf-pad-5xl-x2 {
  gap: 64px !important;
}
.bf-card.bf-pad-5xl-x4,
.bf-input.bf-pad-5xl-x4,
.bf-row.bf-pad-5xl-x4 {
  gap: 128px !important;
}
.bf-card.bf-pad-6xl,
.bf-input.bf-pad-6xl,
.bf-row.bf-pad-6xl {
  gap: 36px !important;
}
.bf-card.bf-pad-6xl-x2,
.bf-input.bf-pad-6xl-x2,
.bf-row.bf-pad-6xl-x2 {
  gap: 72px !important;
}
.bf-card.bf-pad-6xl-x4,
.bf-input.bf-pad-6xl-x4,
.bf-row.bf-pad-6xl-x4 {
  gap: 144px !important;
}
.bf-card.bf-radius-xs .clipper-up,
.bf-input.bf-radius-xs .clipper-up,
.bf-row.bf-radius-xs .clipper-up {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.bf-card.bf-radius-xs .clipper-down,
.bf-input.bf-radius-xs .clipper-down,
.bf-row.bf-radius-xs .clipper-down {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.bf-card.bf-radius-s .clipper-up,
.bf-input.bf-radius-s .clipper-up,
.bf-row.bf-radius-s .clipper-up {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bf-card.bf-radius-s .clipper-down,
.bf-input.bf-radius-s .clipper-down,
.bf-row.bf-radius-s .clipper-down {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bf-card.bf-radius-m .clipper-up,
.bf-input.bf-radius-m .clipper-up,
.bf-row.bf-radius-m .clipper-up {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.bf-card.bf-radius-m .clipper-down,
.bf-input.bf-radius-m .clipper-down,
.bf-row.bf-radius-m .clipper-down {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.bf-card.bf-radius-l .clipper-up,
.bf-input.bf-radius-l .clipper-up,
.bf-row.bf-radius-l .clipper-up {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.bf-card.bf-radius-l .clipper-down,
.bf-input.bf-radius-l .clipper-down,
.bf-row.bf-radius-l .clipper-down {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.bf-card.bf-radius-xl .clipper-up,
.bf-input.bf-radius-xl .clipper-up,
.bf-row.bf-radius-xl .clipper-up {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.bf-card.bf-radius-xl .clipper-down,
.bf-input.bf-radius-xl .clipper-down,
.bf-row.bf-radius-xl .clipper-down {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.bf-card.bf-radius-xxl .clipper-up,
.bf-input.bf-radius-xxl .clipper-up,
.bf-row.bf-radius-xxl .clipper-up {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.bf-card.bf-radius-xxl .clipper-down,
.bf-input.bf-radius-xxl .clipper-down,
.bf-row.bf-radius-xxl .clipper-down {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.bf-card.bf-radius-xxl-x2 .clipper-up,
.bf-input.bf-radius-xxl-x2 .clipper-up,
.bf-row.bf-radius-xxl-x2 .clipper-up {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.bf-card.bf-radius-xxl-x2 .clipper-down,
.bf-input.bf-radius-xxl-x2 .clipper-down,
.bf-row.bf-radius-xxl-x2 .clipper-down {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.bf-card.bf-radius-xxl-x4 .clipper-up,
.bf-input.bf-radius-xxl-x4 .clipper-up,
.bf-row.bf-radius-xxl-x4 .clipper-up {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
.bf-card.bf-radius-xxl-x4 .clipper-down,
.bf-input.bf-radius-xxl-x4 .clipper-down,
.bf-row.bf-radius-xxl-x4 .clipper-down {
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.bf-card.bf-radius-3xl .clipper-up,
.bf-input.bf-radius-3xl .clipper-up,
.bf-row.bf-radius-3xl .clipper-up {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.bf-card.bf-radius-3xl .clipper-down,
.bf-input.bf-radius-3xl .clipper-down,
.bf-row.bf-radius-3xl .clipper-down {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.bf-card.bf-radius-3xl-x2 .clipper-up,
.bf-input.bf-radius-3xl-x2 .clipper-up,
.bf-row.bf-radius-3xl-x2 .clipper-up {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}
.bf-card.bf-radius-3xl-x2 .clipper-down,
.bf-input.bf-radius-3xl-x2 .clipper-down,
.bf-row.bf-radius-3xl-x2 .clipper-down {
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}
.bf-card.bf-radius-3xl-x4 .clipper-up,
.bf-input.bf-radius-3xl-x4 .clipper-up,
.bf-row.bf-radius-3xl-x4 .clipper-up {
  border-top-left-radius: 96px;
  border-top-right-radius: 96px;
}
.bf-card.bf-radius-3xl-x4 .clipper-down,
.bf-input.bf-radius-3xl-x4 .clipper-down,
.bf-row.bf-radius-3xl-x4 .clipper-down {
  border-bottom-left-radius: 96px;
  border-bottom-right-radius: 96px;
}
.bf-card.bf-radius-4xl .clipper-up,
.bf-input.bf-radius-4xl .clipper-up,
.bf-row.bf-radius-4xl .clipper-up {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.bf-card.bf-radius-4xl .clipper-down,
.bf-input.bf-radius-4xl .clipper-down,
.bf-row.bf-radius-4xl .clipper-down {
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
.bf-card.bf-radius-4xl-x2 .clipper-up,
.bf-input.bf-radius-4xl-x2 .clipper-up,
.bf-row.bf-radius-4xl-x2 .clipper-up {
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
}
.bf-card.bf-radius-4xl-x2 .clipper-down,
.bf-input.bf-radius-4xl-x2 .clipper-down,
.bf-row.bf-radius-4xl-x2 .clipper-down {
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
}
.bf-card.bf-radius-4xl-x4 .clipper-up,
.bf-input.bf-radius-4xl-x4 .clipper-up,
.bf-row.bf-radius-4xl-x4 .clipper-up {
  border-top-left-radius: 112px;
  border-top-right-radius: 112px;
}
.bf-card.bf-radius-4xl-x4 .clipper-down,
.bf-input.bf-radius-4xl-x4 .clipper-down,
.bf-row.bf-radius-4xl-x4 .clipper-down {
  border-bottom-left-radius: 112px;
  border-bottom-right-radius: 112px;
}
.bf-card.bf-radius-5xl .clipper-up,
.bf-input.bf-radius-5xl .clipper-up,
.bf-row.bf-radius-5xl .clipper-up {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.bf-card.bf-radius-5xl .clipper-down,
.bf-input.bf-radius-5xl .clipper-down,
.bf-row.bf-radius-5xl .clipper-down {
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.bf-card.bf-radius-5xl-x2 .clipper-up,
.bf-input.bf-radius-5xl-x2 .clipper-up,
.bf-row.bf-radius-5xl-x2 .clipper-up {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}
.bf-card.bf-radius-5xl-x2 .clipper-down,
.bf-input.bf-radius-5xl-x2 .clipper-down,
.bf-row.bf-radius-5xl-x2 .clipper-down {
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
}
.bf-card.bf-radius-5xl-x4 .clipper-up,
.bf-input.bf-radius-5xl-x4 .clipper-up,
.bf-row.bf-radius-5xl-x4 .clipper-up {
  border-top-left-radius: 128px;
  border-top-right-radius: 128px;
}
.bf-card.bf-radius-5xl-x4 .clipper-down,
.bf-input.bf-radius-5xl-x4 .clipper-down,
.bf-row.bf-radius-5xl-x4 .clipper-down {
  border-bottom-left-radius: 128px;
  border-bottom-right-radius: 128px;
}
.bf-card.bf-radius-6xl .clipper-up,
.bf-input.bf-radius-6xl .clipper-up,
.bf-row.bf-radius-6xl .clipper-up {
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}
.bf-card.bf-radius-6xl .clipper-down,
.bf-input.bf-radius-6xl .clipper-down,
.bf-row.bf-radius-6xl .clipper-down {
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}
.bf-card.bf-radius-6xl-x2 .clipper-up,
.bf-input.bf-radius-6xl-x2 .clipper-up,
.bf-row.bf-radius-6xl-x2 .clipper-up {
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
}
.bf-card.bf-radius-6xl-x2 .clipper-down,
.bf-input.bf-radius-6xl-x2 .clipper-down,
.bf-row.bf-radius-6xl-x2 .clipper-down {
  border-bottom-left-radius: 72px;
  border-bottom-right-radius: 72px;
}
.bf-card.bf-radius-6xl-x4 .clipper-up,
.bf-input.bf-radius-6xl-x4 .clipper-up,
.bf-row.bf-radius-6xl-x4 .clipper-up {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
}
.bf-card.bf-radius-6xl-x4 .clipper-down,
.bf-input.bf-radius-6xl-x4 .clipper-down,
.bf-row.bf-radius-6xl-x4 .clipper-down {
  border-bottom-left-radius: 144px;
  border-bottom-right-radius: 144px;
}

.middle {
  align-items: center !important;
}

.j-middle {
  justify-content: center !important;
}

.col {
  flex: 1;
  white-space: normal;
}
.col-2 {
  flex: 2;
  white-space: normal;
}
.col-3 {
  flex: 3;
  white-space: normal;
}
.col-4 {
  flex: 4;
  white-space: normal;
}
.col-5 {
  flex: 5;
  white-space: normal;
}
.col-6 {
  flex: 6;
  white-space: normal;
}
.col-7 {
  flex: 7;
  white-space: normal;
}
.col-8 {
  flex: 8;
  white-space: normal;
}
.col-9 {
  flex: 9;
  white-space: normal;
}
.col-10 {
  flex: 10;
  white-space: normal;
}
.col-input {
  min-width: 160px;
  flex: auto;
}
.col.fixed {
  min-width: 50%;
}

.bf-full-w {
  width: 100%;
}
.bf-full-h {
  height: 100%;
}
.bf-full-hw {
  height: 100vh !important;
}
.bf-full-ww {
  width: 100vw !important;
}

.bf-hide {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  flex: unset !important;
  box-sizing: border-box !important;
  padding: 0px !important;
  margin: 0px !important;
  display: none;
}
.bf-hide-x {
  width: 0 !important;
  overflow: hidden !important;
  flex: unset !important;
  box-sizing: border-box !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.bf-hide-y {
  height: 0 !important;
  overflow: hidden !important;
  flex: unset !important;
  box-sizing: border-box !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.bf-hide-scrollbar::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.bf-grid-6xl, .bf-grid-5xl, .bf-grid-4xl, .bf-grid-3xl, .bf-grid-xxl, .bf-grid-xl, .bf-grid-lxl, .bf-grid-l, .bf-grid-ml, .bf-grid-m, .bf-grid-sm, .bf-grid-s, .bf-grid-xss, .bf-grid-xs, .bf-grid-xxs, .bf-grid {
  display: grid;
  grid-gap: 8px;
}
.bf-grid-6xl .bf-card, .bf-grid-5xl .bf-card, .bf-grid-4xl .bf-card, .bf-grid-3xl .bf-card, .bf-grid-xxl .bf-card, .bf-grid-xl .bf-card, .bf-grid-lxl .bf-card, .bf-grid-l .bf-card, .bf-grid-ml .bf-card, .bf-grid-m .bf-card, .bf-grid-sm .bf-card, .bf-grid-s .bf-card, .bf-grid-xss .bf-card, .bf-grid-xs .bf-card, .bf-grid-xxs .bf-card, .bf-grid .bf-card {
  min-width: unset;
}
.inline.bf-grid-6xl, .inline.bf-grid-5xl, .inline.bf-grid-4xl, .inline.bf-grid-3xl, .inline.bf-grid-xxl, .inline.bf-grid-xl, .inline.bf-grid-lxl, .inline.bf-grid-l, .inline.bf-grid-ml, .inline.bf-grid-m, .inline.bf-grid-sm, .inline.bf-grid-s, .inline.bf-grid-xss, .inline.bf-grid-xs, .inline.bf-grid-xxs, .inline.bf-grid {
  display: inline-grid;
}
.narrow.bf-grid-6xl, .narrow.bf-grid-5xl, .narrow.bf-grid-4xl, .narrow.bf-grid-3xl, .narrow.bf-grid-xxl, .narrow.bf-grid-xl, .narrow.bf-grid-lxl, .narrow.bf-grid-l, .narrow.bf-grid-ml, .narrow.bf-grid-m, .narrow.bf-grid-sm, .narrow.bf-grid-s, .narrow.bf-grid-xss, .narrow.bf-grid-xs, .narrow.bf-grid-xxs, .narrow.bf-grid {
  grid-gap: 4px;
}
.wide.bf-grid-6xl, .wide.bf-grid-5xl, .wide.bf-grid-4xl, .wide.bf-grid-3xl, .wide.bf-grid-xxl, .wide.bf-grid-xl, .wide.bf-grid-lxl, .wide.bf-grid-l, .wide.bf-grid-ml, .wide.bf-grid-m, .wide.bf-grid-sm, .wide.bf-grid-s, .wide.bf-grid-xss, .wide.bf-grid-xs, .wide.bf-grid-xxs, .wide.bf-grid {
  grid-gap: 12px;
}
.keep-card.bf-grid-6xl .bf-card, .keep-card.bf-grid-5xl .bf-card, .keep-card.bf-grid-4xl .bf-card, .keep-card.bf-grid-3xl .bf-card, .keep-card.bf-grid-xxl .bf-card, .keep-card.bf-grid-xl .bf-card, .keep-card.bf-grid-lxl .bf-card, .keep-card.bf-grid-l .bf-card, .keep-card.bf-grid-ml .bf-card, .keep-card.bf-grid-m .bf-card, .keep-card.bf-grid-sm .bf-card, .keep-card.bf-grid-s .bf-card, .keep-card.bf-grid-xss .bf-card, .keep-card.bf-grid-xs .bf-card, .keep-card.bf-grid-xxs .bf-card, .keep-card.bf-grid .bf-card {
  width: 100% !important;
  min-width: unset !important;
}
.bf-pad-x.bf-grid-6xl, .bf-pad-x.bf-grid-5xl, .bf-pad-x.bf-grid-4xl, .bf-pad-x.bf-grid-3xl, .bf-pad-x.bf-grid-xxl, .bf-pad-x.bf-grid-xl, .bf-pad-x.bf-grid-lxl, .bf-pad-x.bf-grid-l, .bf-pad-x.bf-grid-ml, .bf-pad-x.bf-grid-m, .bf-pad-x.bf-grid-sm, .bf-pad-x.bf-grid-s, .bf-pad-x.bf-grid-xss, .bf-pad-x.bf-grid-xs, .bf-pad-x.bf-grid-xxs, .bf-pad-x.bf-grid {
  grid-gap: 0;
}
.bf-pad-s.bf-grid-6xl, .bf-pad-s.bf-grid-5xl, .bf-pad-s.bf-grid-4xl, .bf-pad-s.bf-grid-3xl, .bf-pad-s.bf-grid-xxl, .bf-pad-s.bf-grid-xl, .bf-pad-s.bf-grid-lxl, .bf-pad-s.bf-grid-l, .bf-pad-s.bf-grid-ml, .bf-pad-s.bf-grid-m, .bf-pad-s.bf-grid-sm, .bf-pad-s.bf-grid-s, .bf-pad-s.bf-grid-xss, .bf-pad-s.bf-grid-xs, .bf-pad-s.bf-grid-xxs, .bf-pad-s.bf-grid {
  grid-gap: 4px;
}
.bf-pad-s-x2.bf-grid-6xl, .bf-pad-s-x2.bf-grid-5xl, .bf-pad-s-x2.bf-grid-4xl, .bf-pad-s-x2.bf-grid-3xl, .bf-pad-s-x2.bf-grid-xxl, .bf-pad-s-x2.bf-grid-xl, .bf-pad-s-x2.bf-grid-lxl, .bf-pad-s-x2.bf-grid-l, .bf-pad-s-x2.bf-grid-ml, .bf-pad-s-x2.bf-grid-m, .bf-pad-s-x2.bf-grid-sm, .bf-pad-s-x2.bf-grid-s, .bf-pad-s-x2.bf-grid-xss, .bf-pad-s-x2.bf-grid-xs, .bf-pad-s-x2.bf-grid-xxs, .bf-pad-s-x2.bf-grid {
  grid-gap: 8px;
}
.bf-pad-s-x4.bf-grid-6xl, .bf-pad-s-x4.bf-grid-5xl, .bf-pad-s-x4.bf-grid-4xl, .bf-pad-s-x4.bf-grid-3xl, .bf-pad-s-x4.bf-grid-xxl, .bf-pad-s-x4.bf-grid-xl, .bf-pad-s-x4.bf-grid-lxl, .bf-pad-s-x4.bf-grid-l, .bf-pad-s-x4.bf-grid-ml, .bf-pad-s-x4.bf-grid-m, .bf-pad-s-x4.bf-grid-sm, .bf-pad-s-x4.bf-grid-s, .bf-pad-s-x4.bf-grid-xss, .bf-pad-s-x4.bf-grid-xs, .bf-pad-s-x4.bf-grid-xxs, .bf-pad-s-x4.bf-grid {
  grid-gap: 16px;
}
.bf-pad-m.bf-grid-6xl, .bf-pad-m.bf-grid-5xl, .bf-pad-m.bf-grid-4xl, .bf-pad-m.bf-grid-3xl, .bf-pad-m.bf-grid-xxl, .bf-pad-m.bf-grid-xl, .bf-pad-m.bf-grid-lxl, .bf-pad-m.bf-grid-l, .bf-pad-m.bf-grid-ml, .bf-pad-m.bf-grid-m, .bf-pad-m.bf-grid-sm, .bf-pad-m.bf-grid-s, .bf-pad-m.bf-grid-xss, .bf-pad-m.bf-grid-xs, .bf-pad-m.bf-grid-xxs, .bf-pad-m.bf-grid {
  grid-gap: 8px;
}
.bf-pad-m-x2.bf-grid-6xl, .bf-pad-m-x2.bf-grid-5xl, .bf-pad-m-x2.bf-grid-4xl, .bf-pad-m-x2.bf-grid-3xl, .bf-pad-m-x2.bf-grid-xxl, .bf-pad-m-x2.bf-grid-xl, .bf-pad-m-x2.bf-grid-lxl, .bf-pad-m-x2.bf-grid-l, .bf-pad-m-x2.bf-grid-ml, .bf-pad-m-x2.bf-grid-m, .bf-pad-m-x2.bf-grid-sm, .bf-pad-m-x2.bf-grid-s, .bf-pad-m-x2.bf-grid-xss, .bf-pad-m-x2.bf-grid-xs, .bf-pad-m-x2.bf-grid-xxs, .bf-pad-m-x2.bf-grid {
  grid-gap: 16px;
}
.bf-pad-m-x4.bf-grid-6xl, .bf-pad-m-x4.bf-grid-5xl, .bf-pad-m-x4.bf-grid-4xl, .bf-pad-m-x4.bf-grid-3xl, .bf-pad-m-x4.bf-grid-xxl, .bf-pad-m-x4.bf-grid-xl, .bf-pad-m-x4.bf-grid-lxl, .bf-pad-m-x4.bf-grid-l, .bf-pad-m-x4.bf-grid-ml, .bf-pad-m-x4.bf-grid-m, .bf-pad-m-x4.bf-grid-sm, .bf-pad-m-x4.bf-grid-s, .bf-pad-m-x4.bf-grid-xss, .bf-pad-m-x4.bf-grid-xs, .bf-pad-m-x4.bf-grid-xxs, .bf-pad-m-x4.bf-grid {
  grid-gap: 32px;
}
.bf-pad-l.bf-grid-6xl, .bf-pad-l.bf-grid-5xl, .bf-pad-l.bf-grid-4xl, .bf-pad-l.bf-grid-3xl, .bf-pad-l.bf-grid-xxl, .bf-pad-l.bf-grid-xl, .bf-pad-l.bf-grid-lxl, .bf-pad-l.bf-grid-l, .bf-pad-l.bf-grid-ml, .bf-pad-l.bf-grid-m, .bf-pad-l.bf-grid-sm, .bf-pad-l.bf-grid-s, .bf-pad-l.bf-grid-xss, .bf-pad-l.bf-grid-xs, .bf-pad-l.bf-grid-xxs, .bf-pad-l.bf-grid {
  grid-gap: 12px;
}
.bf-pad-l-x2.bf-grid-6xl, .bf-pad-l-x2.bf-grid-5xl, .bf-pad-l-x2.bf-grid-4xl, .bf-pad-l-x2.bf-grid-3xl, .bf-pad-l-x2.bf-grid-xxl, .bf-pad-l-x2.bf-grid-xl, .bf-pad-l-x2.bf-grid-lxl, .bf-pad-l-x2.bf-grid-l, .bf-pad-l-x2.bf-grid-ml, .bf-pad-l-x2.bf-grid-m, .bf-pad-l-x2.bf-grid-sm, .bf-pad-l-x2.bf-grid-s, .bf-pad-l-x2.bf-grid-xss, .bf-pad-l-x2.bf-grid-xs, .bf-pad-l-x2.bf-grid-xxs, .bf-pad-l-x2.bf-grid {
  grid-gap: 24px;
}
.bf-pad-l-x4.bf-grid-6xl, .bf-pad-l-x4.bf-grid-5xl, .bf-pad-l-x4.bf-grid-4xl, .bf-pad-l-x4.bf-grid-3xl, .bf-pad-l-x4.bf-grid-xxl, .bf-pad-l-x4.bf-grid-xl, .bf-pad-l-x4.bf-grid-lxl, .bf-pad-l-x4.bf-grid-l, .bf-pad-l-x4.bf-grid-ml, .bf-pad-l-x4.bf-grid-m, .bf-pad-l-x4.bf-grid-sm, .bf-pad-l-x4.bf-grid-s, .bf-pad-l-x4.bf-grid-xss, .bf-pad-l-x4.bf-grid-xs, .bf-pad-l-x4.bf-grid-xxs, .bf-pad-l-x4.bf-grid {
  grid-gap: 48px;
}
.bf-pad-xl.bf-grid-6xl, .bf-pad-xl.bf-grid-5xl, .bf-pad-xl.bf-grid-4xl, .bf-pad-xl.bf-grid-3xl, .bf-pad-xl.bf-grid-xxl, .bf-pad-xl.bf-grid-xl, .bf-pad-xl.bf-grid-lxl, .bf-pad-xl.bf-grid-l, .bf-pad-xl.bf-grid-ml, .bf-pad-xl.bf-grid-m, .bf-pad-xl.bf-grid-sm, .bf-pad-xl.bf-grid-s, .bf-pad-xl.bf-grid-xss, .bf-pad-xl.bf-grid-xs, .bf-pad-xl.bf-grid-xxs, .bf-pad-xl.bf-grid {
  grid-gap: 16px;
}
.bf-pad-xl-x2.bf-grid-6xl, .bf-pad-xl-x2.bf-grid-5xl, .bf-pad-xl-x2.bf-grid-4xl, .bf-pad-xl-x2.bf-grid-3xl, .bf-pad-xl-x2.bf-grid-xxl, .bf-pad-xl-x2.bf-grid-xl, .bf-pad-xl-x2.bf-grid-lxl, .bf-pad-xl-x2.bf-grid-l, .bf-pad-xl-x2.bf-grid-ml, .bf-pad-xl-x2.bf-grid-m, .bf-pad-xl-x2.bf-grid-sm, .bf-pad-xl-x2.bf-grid-s, .bf-pad-xl-x2.bf-grid-xss, .bf-pad-xl-x2.bf-grid-xs, .bf-pad-xl-x2.bf-grid-xxs, .bf-pad-xl-x2.bf-grid {
  grid-gap: 32px;
}
.bf-pad-xl-x4.bf-grid-6xl, .bf-pad-xl-x4.bf-grid-5xl, .bf-pad-xl-x4.bf-grid-4xl, .bf-pad-xl-x4.bf-grid-3xl, .bf-pad-xl-x4.bf-grid-xxl, .bf-pad-xl-x4.bf-grid-xl, .bf-pad-xl-x4.bf-grid-lxl, .bf-pad-xl-x4.bf-grid-l, .bf-pad-xl-x4.bf-grid-ml, .bf-pad-xl-x4.bf-grid-m, .bf-pad-xl-x4.bf-grid-sm, .bf-pad-xl-x4.bf-grid-s, .bf-pad-xl-x4.bf-grid-xss, .bf-pad-xl-x4.bf-grid-xs, .bf-pad-xl-x4.bf-grid-xxs, .bf-pad-xl-x4.bf-grid {
  grid-gap: 64px;
}
.bf-pad-xxl.bf-grid-6xl, .bf-pad-xxl.bf-grid-5xl, .bf-pad-xxl.bf-grid-4xl, .bf-pad-xxl.bf-grid-3xl, .bf-pad-xxl.bf-grid-xxl, .bf-pad-xxl.bf-grid-xl, .bf-pad-xxl.bf-grid-lxl, .bf-pad-xxl.bf-grid-l, .bf-pad-xxl.bf-grid-ml, .bf-pad-xxl.bf-grid-m, .bf-pad-xxl.bf-grid-sm, .bf-pad-xxl.bf-grid-s, .bf-pad-xxl.bf-grid-xss, .bf-pad-xxl.bf-grid-xs, .bf-pad-xxl.bf-grid-xxs, .bf-pad-xxl.bf-grid {
  grid-gap: 20px;
}
.bf-pad-xxl-x2.bf-grid-6xl, .bf-pad-xxl-x2.bf-grid-5xl, .bf-pad-xxl-x2.bf-grid-4xl, .bf-pad-xxl-x2.bf-grid-3xl, .bf-pad-xxl-x2.bf-grid-xxl, .bf-pad-xxl-x2.bf-grid-xl, .bf-pad-xxl-x2.bf-grid-lxl, .bf-pad-xxl-x2.bf-grid-l, .bf-pad-xxl-x2.bf-grid-ml, .bf-pad-xxl-x2.bf-grid-m, .bf-pad-xxl-x2.bf-grid-sm, .bf-pad-xxl-x2.bf-grid-s, .bf-pad-xxl-x2.bf-grid-xss, .bf-pad-xxl-x2.bf-grid-xs, .bf-pad-xxl-x2.bf-grid-xxs, .bf-pad-xxl-x2.bf-grid {
  grid-gap: 40px;
}
.bf-pad-xxl-x4.bf-grid-6xl, .bf-pad-xxl-x4.bf-grid-5xl, .bf-pad-xxl-x4.bf-grid-4xl, .bf-pad-xxl-x4.bf-grid-3xl, .bf-pad-xxl-x4.bf-grid-xxl, .bf-pad-xxl-x4.bf-grid-xl, .bf-pad-xxl-x4.bf-grid-lxl, .bf-pad-xxl-x4.bf-grid-l, .bf-pad-xxl-x4.bf-grid-ml, .bf-pad-xxl-x4.bf-grid-m, .bf-pad-xxl-x4.bf-grid-sm, .bf-pad-xxl-x4.bf-grid-s, .bf-pad-xxl-x4.bf-grid-xss, .bf-pad-xxl-x4.bf-grid-xs, .bf-pad-xxl-x4.bf-grid-xxs, .bf-pad-xxl-x4.bf-grid {
  grid-gap: 80px;
}
.bf-pad-3xl.bf-grid-6xl, .bf-pad-3xl.bf-grid-5xl, .bf-pad-3xl.bf-grid-4xl, .bf-pad-3xl.bf-grid-3xl, .bf-pad-3xl.bf-grid-xxl, .bf-pad-3xl.bf-grid-xl, .bf-pad-3xl.bf-grid-lxl, .bf-pad-3xl.bf-grid-l, .bf-pad-3xl.bf-grid-ml, .bf-pad-3xl.bf-grid-m, .bf-pad-3xl.bf-grid-sm, .bf-pad-3xl.bf-grid-s, .bf-pad-3xl.bf-grid-xss, .bf-pad-3xl.bf-grid-xs, .bf-pad-3xl.bf-grid-xxs, .bf-pad-3xl.bf-grid {
  grid-gap: 24px;
}
.bf-pad-3xl-x2.bf-grid-6xl, .bf-pad-3xl-x2.bf-grid-5xl, .bf-pad-3xl-x2.bf-grid-4xl, .bf-pad-3xl-x2.bf-grid-3xl, .bf-pad-3xl-x2.bf-grid-xxl, .bf-pad-3xl-x2.bf-grid-xl, .bf-pad-3xl-x2.bf-grid-lxl, .bf-pad-3xl-x2.bf-grid-l, .bf-pad-3xl-x2.bf-grid-ml, .bf-pad-3xl-x2.bf-grid-m, .bf-pad-3xl-x2.bf-grid-sm, .bf-pad-3xl-x2.bf-grid-s, .bf-pad-3xl-x2.bf-grid-xss, .bf-pad-3xl-x2.bf-grid-xs, .bf-pad-3xl-x2.bf-grid-xxs, .bf-pad-3xl-x2.bf-grid {
  grid-gap: 48px;
}
.bf-pad-3xl-x4.bf-grid-6xl, .bf-pad-3xl-x4.bf-grid-5xl, .bf-pad-3xl-x4.bf-grid-4xl, .bf-pad-3xl-x4.bf-grid-3xl, .bf-pad-3xl-x4.bf-grid-xxl, .bf-pad-3xl-x4.bf-grid-xl, .bf-pad-3xl-x4.bf-grid-lxl, .bf-pad-3xl-x4.bf-grid-l, .bf-pad-3xl-x4.bf-grid-ml, .bf-pad-3xl-x4.bf-grid-m, .bf-pad-3xl-x4.bf-grid-sm, .bf-pad-3xl-x4.bf-grid-s, .bf-pad-3xl-x4.bf-grid-xss, .bf-pad-3xl-x4.bf-grid-xs, .bf-pad-3xl-x4.bf-grid-xxs, .bf-pad-3xl-x4.bf-grid {
  grid-gap: 96px;
}
.bf-pad-4xl.bf-grid-6xl, .bf-pad-4xl.bf-grid-5xl, .bf-pad-4xl.bf-grid-4xl, .bf-pad-4xl.bf-grid-3xl, .bf-pad-4xl.bf-grid-xxl, .bf-pad-4xl.bf-grid-xl, .bf-pad-4xl.bf-grid-lxl, .bf-pad-4xl.bf-grid-l, .bf-pad-4xl.bf-grid-ml, .bf-pad-4xl.bf-grid-m, .bf-pad-4xl.bf-grid-sm, .bf-pad-4xl.bf-grid-s, .bf-pad-4xl.bf-grid-xss, .bf-pad-4xl.bf-grid-xs, .bf-pad-4xl.bf-grid-xxs, .bf-pad-4xl.bf-grid {
  grid-gap: 28px;
}
.bf-pad-4xl-x2.bf-grid-6xl, .bf-pad-4xl-x2.bf-grid-5xl, .bf-pad-4xl-x2.bf-grid-4xl, .bf-pad-4xl-x2.bf-grid-3xl, .bf-pad-4xl-x2.bf-grid-xxl, .bf-pad-4xl-x2.bf-grid-xl, .bf-pad-4xl-x2.bf-grid-lxl, .bf-pad-4xl-x2.bf-grid-l, .bf-pad-4xl-x2.bf-grid-ml, .bf-pad-4xl-x2.bf-grid-m, .bf-pad-4xl-x2.bf-grid-sm, .bf-pad-4xl-x2.bf-grid-s, .bf-pad-4xl-x2.bf-grid-xss, .bf-pad-4xl-x2.bf-grid-xs, .bf-pad-4xl-x2.bf-grid-xxs, .bf-pad-4xl-x2.bf-grid {
  grid-gap: 56px;
}
.bf-pad-4xl-x4.bf-grid-6xl, .bf-pad-4xl-x4.bf-grid-5xl, .bf-pad-4xl-x4.bf-grid-4xl, .bf-pad-4xl-x4.bf-grid-3xl, .bf-pad-4xl-x4.bf-grid-xxl, .bf-pad-4xl-x4.bf-grid-xl, .bf-pad-4xl-x4.bf-grid-lxl, .bf-pad-4xl-x4.bf-grid-l, .bf-pad-4xl-x4.bf-grid-ml, .bf-pad-4xl-x4.bf-grid-m, .bf-pad-4xl-x4.bf-grid-sm, .bf-pad-4xl-x4.bf-grid-s, .bf-pad-4xl-x4.bf-grid-xss, .bf-pad-4xl-x4.bf-grid-xs, .bf-pad-4xl-x4.bf-grid-xxs, .bf-pad-4xl-x4.bf-grid {
  grid-gap: 112px;
}
.bf-pad-5xl.bf-grid-6xl, .bf-pad-5xl.bf-grid-5xl, .bf-pad-5xl.bf-grid-4xl, .bf-pad-5xl.bf-grid-3xl, .bf-pad-5xl.bf-grid-xxl, .bf-pad-5xl.bf-grid-xl, .bf-pad-5xl.bf-grid-lxl, .bf-pad-5xl.bf-grid-l, .bf-pad-5xl.bf-grid-ml, .bf-pad-5xl.bf-grid-m, .bf-pad-5xl.bf-grid-sm, .bf-pad-5xl.bf-grid-s, .bf-pad-5xl.bf-grid-xss, .bf-pad-5xl.bf-grid-xs, .bf-pad-5xl.bf-grid-xxs, .bf-pad-5xl.bf-grid {
  grid-gap: 32px;
}
.bf-pad-5xl-x2.bf-grid-6xl, .bf-pad-5xl-x2.bf-grid-5xl, .bf-pad-5xl-x2.bf-grid-4xl, .bf-pad-5xl-x2.bf-grid-3xl, .bf-pad-5xl-x2.bf-grid-xxl, .bf-pad-5xl-x2.bf-grid-xl, .bf-pad-5xl-x2.bf-grid-lxl, .bf-pad-5xl-x2.bf-grid-l, .bf-pad-5xl-x2.bf-grid-ml, .bf-pad-5xl-x2.bf-grid-m, .bf-pad-5xl-x2.bf-grid-sm, .bf-pad-5xl-x2.bf-grid-s, .bf-pad-5xl-x2.bf-grid-xss, .bf-pad-5xl-x2.bf-grid-xs, .bf-pad-5xl-x2.bf-grid-xxs, .bf-pad-5xl-x2.bf-grid {
  grid-gap: 64px;
}
.bf-pad-5xl-x4.bf-grid-6xl, .bf-pad-5xl-x4.bf-grid-5xl, .bf-pad-5xl-x4.bf-grid-4xl, .bf-pad-5xl-x4.bf-grid-3xl, .bf-pad-5xl-x4.bf-grid-xxl, .bf-pad-5xl-x4.bf-grid-xl, .bf-pad-5xl-x4.bf-grid-lxl, .bf-pad-5xl-x4.bf-grid-l, .bf-pad-5xl-x4.bf-grid-ml, .bf-pad-5xl-x4.bf-grid-m, .bf-pad-5xl-x4.bf-grid-sm, .bf-pad-5xl-x4.bf-grid-s, .bf-pad-5xl-x4.bf-grid-xss, .bf-pad-5xl-x4.bf-grid-xs, .bf-pad-5xl-x4.bf-grid-xxs, .bf-pad-5xl-x4.bf-grid {
  grid-gap: 128px;
}
.bf-pad-6xl.bf-grid-6xl, .bf-pad-6xl.bf-grid-5xl, .bf-pad-6xl.bf-grid-4xl, .bf-pad-6xl.bf-grid-3xl, .bf-pad-6xl.bf-grid-xxl, .bf-pad-6xl.bf-grid-xl, .bf-pad-6xl.bf-grid-lxl, .bf-pad-6xl.bf-grid-l, .bf-pad-6xl.bf-grid-ml, .bf-pad-6xl.bf-grid-m, .bf-pad-6xl.bf-grid-sm, .bf-pad-6xl.bf-grid-s, .bf-pad-6xl.bf-grid-xss, .bf-pad-6xl.bf-grid-xs, .bf-pad-6xl.bf-grid-xxs, .bf-pad-6xl.bf-grid {
  grid-gap: 36px;
}
.bf-pad-6xl-x2.bf-grid-6xl, .bf-pad-6xl-x2.bf-grid-5xl, .bf-pad-6xl-x2.bf-grid-4xl, .bf-pad-6xl-x2.bf-grid-3xl, .bf-pad-6xl-x2.bf-grid-xxl, .bf-pad-6xl-x2.bf-grid-xl, .bf-pad-6xl-x2.bf-grid-lxl, .bf-pad-6xl-x2.bf-grid-l, .bf-pad-6xl-x2.bf-grid-ml, .bf-pad-6xl-x2.bf-grid-m, .bf-pad-6xl-x2.bf-grid-sm, .bf-pad-6xl-x2.bf-grid-s, .bf-pad-6xl-x2.bf-grid-xss, .bf-pad-6xl-x2.bf-grid-xs, .bf-pad-6xl-x2.bf-grid-xxs, .bf-pad-6xl-x2.bf-grid {
  grid-gap: 72px;
}
.bf-pad-6xl-x4.bf-grid-6xl, .bf-pad-6xl-x4.bf-grid-5xl, .bf-pad-6xl-x4.bf-grid-4xl, .bf-pad-6xl-x4.bf-grid-3xl, .bf-pad-6xl-x4.bf-grid-xxl, .bf-pad-6xl-x4.bf-grid-xl, .bf-pad-6xl-x4.bf-grid-lxl, .bf-pad-6xl-x4.bf-grid-l, .bf-pad-6xl-x4.bf-grid-ml, .bf-pad-6xl-x4.bf-grid-m, .bf-pad-6xl-x4.bf-grid-sm, .bf-pad-6xl-x4.bf-grid-s, .bf-pad-6xl-x4.bf-grid-xss, .bf-pad-6xl-x4.bf-grid-xs, .bf-pad-6xl-x4.bf-grid-xxs, .bf-pad-6xl-x4.bf-grid {
  grid-gap: 144px;
}

.bf-grid {
  grid-template-columns: repeat(auto-fill, minmax(33.3333333333%, 1fr));
}
.bf-grid-xxs {
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
}
.bf-grid-xs {
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}
.bf-grid-xss {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.bf-grid-s {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.bf-grid-sm {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.bf-grid-m {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.bf-grid-ml {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.bf-grid-l {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.bf-grid-lxl {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.bf-grid-xl {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.bf-grid-xxl {
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
}
.bf-grid-3xl {
  grid-template-columns: repeat(auto-fill, minmax(560px, 1fr));
}
.bf-grid-4xl {
  grid-template-columns: repeat(auto-fill, minmax(640px, 1fr));
}
.bf-grid-5xl {
  grid-template-columns: repeat(auto-fill, minmax(720px, 1fr));
}
.bf-grid-6xl {
  grid-template-columns: repeat(auto-fill, minmax(800px, 1fr));
}

.bf-range-3xl.fill, .bf-range-4xl.fill, .bf-range-5xl.fill, .bf-range-6xl.fill, .bf-range-l.fill, .bf-range-m.fill, .bf-range-s.fill, .bf-range-xl.fill, .bf-range-xs.fill, .bf-range-xxl.fill {
  width: 100%;
}
.bf-range-3xl-x2.fill, .bf-range-3xl-x4.fill, .bf-range-4xl-x2.fill, .bf-range-4xl-x4.fill, .bf-range-5xl-x2.fill, .bf-range-5xl-x4.fill, .bf-range-6xl-x2.fill, .bf-range-6xl-x4.fill, .bf-range-l-x2.fill, .bf-range-l-x4.fill, .bf-range-m-x2.fill, .bf-range-m-x4.fill, .bf-range-s-x2.fill, .bf-range-s-x4.fill, .bf-range-xl-x2.fill, .bf-range-xl-x4.fill, .bf-range-xs-x2.fill, .bf-range-xs-x4.fill, .bf-range-xxl-x2.fill, .bf-range-xxl-x4.fill {
  width: 100%;
}
.bf-range-xs {
  width: 2px;
  height: 2px;
}
.bf-range-xs-x2 {
  width: 4px;
  height: 4px;
}
.bf-range-xs-x4 {
  width: 8px;
  height: 8px;
}
.bf-range-s {
  width: 4px;
  height: 4px;
}
.bf-range-s-x2 {
  width: 8px;
  height: 8px;
}
.bf-range-s-x4 {
  width: 16px;
  height: 16px;
}
.bf-range-m {
  width: 8px;
  height: 8px;
}
.bf-range-m-x2 {
  width: 16px;
  height: 16px;
}
.bf-range-m-x4 {
  width: 32px;
  height: 32px;
}
.bf-range-l {
  width: 12px;
  height: 12px;
}
.bf-range-l-x2 {
  width: 24px;
  height: 24px;
}
.bf-range-l-x4 {
  width: 48px;
  height: 48px;
}
.bf-range-xl {
  width: 16px;
  height: 16px;
}
.bf-range-xl-x2 {
  width: 32px;
  height: 32px;
}
.bf-range-xl-x4 {
  width: 64px;
  height: 64px;
}
.bf-range-xxl {
  width: 20px;
  height: 20px;
}
.bf-range-xxl-x2 {
  width: 40px;
  height: 40px;
}
.bf-range-xxl-x4 {
  width: 80px;
  height: 80px;
}
.bf-range-3xl {
  width: 24px;
  height: 24px;
}
.bf-range-3xl-x2 {
  width: 48px;
  height: 48px;
}
.bf-range-3xl-x4 {
  width: 96px;
  height: 96px;
}
.bf-range-4xl {
  width: 28px;
  height: 28px;
}
.bf-range-4xl-x2 {
  width: 48px;
  height: 48px;
}
.bf-range-4xl-x4 {
  width: 96px;
  height: 96px;
}
.bf-range-5xl {
  width: 32px;
  height: 32px;
}
.bf-range-5xl-x2 {
  width: 64px;
  height: 64px;
}
.bf-range-5xl-x4 {
  width: 128px;
  height: 128px;
}
.bf-range-6xl {
  width: 36px;
  height: 36px;
}
.bf-range-6xl-x2 {
  width: 72px;
  height: 72px;
}
.bf-range-6xl-x4 {
  width: 144px;
  height: 144px;
}

.bf-pad-xs {
  padding: 2px !important;
}
.bf-pad-xs-x2 {
  padding: 4px !important;
}
.bf-pad-xs-x4 {
  padding: 8px !important;
}
.bf-pad-s {
  padding: 4px !important;
}
.bf-pad-s-x2 {
  padding: 8px !important;
}
.bf-pad-s-x4 {
  padding: 16px !important;
}
.bf-pad-m {
  padding: 8px !important;
}
.bf-pad-m-x2 {
  padding: 16px !important;
}
.bf-pad-m-x4 {
  padding: 32px !important;
}
.bf-pad-l {
  padding: 12px !important;
}
.bf-pad-l-x2 {
  padding: 24px !important;
}
.bf-pad-l-x4 {
  padding: 48px !important;
}
.bf-pad-xl {
  padding: 16px !important;
}
.bf-pad-xl-x2 {
  padding: 32px !important;
}
.bf-pad-xl-x4 {
  padding: 64px !important;
}
.bf-pad-xxl {
  padding: 20px !important;
}
.bf-pad-xxl-x2 {
  padding: 40px !important;
}
.bf-pad-xxl-x4 {
  padding: 80px !important;
}
.bf-pad-3xl {
  padding: 24px !important;
}
.bf-pad-3xl-x2 {
  padding: 48px !important;
}
.bf-pad-3xl-x4 {
  padding: 96px !important;
}
.bf-pad-4xl {
  padding: 28px !important;
}
.bf-pad-4xl-x2 {
  padding: 56px !important;
}
.bf-pad-4xl-x4 {
  padding: 112px !important;
}
.bf-pad-5xl {
  padding: 32px !important;
}
.bf-pad-5xl-x2 {
  padding: 64px !important;
}
.bf-pad-5xl-x4 {
  padding: 128px !important;
}
.bf-pad-6xl {
  padding: 36px !important;
}
.bf-pad-6xl-x2 {
  padding: 72px !important;
}
.bf-pad-6xl-x4 {
  padding: 144px !important;
}
.bf-pad-x {
  padding: 0 !important;
}
.bf-padl-x {
  padding-left: 0 !important;
}
.bf-padr-x {
  padding-right: 0 !important;
}
.bf-padlr-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bf-padtb-x {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bf-padt-x {
  padding-top: 0 !important;
}
.bf-padb-x {
  padding-bottom: 0 !important;
}

.pad-xs.bf-pad-xs, .pad-xs.bf-pad-xs-x2, .pad-xs.bf-pad-xs-x4, .pad-xs.bf-pad-s, .pad-xs.bf-pad-s-x2, .pad-xs.bf-pad-s-x4, .pad-xs.bf-pad-m, .pad-xs.bf-pad-m-x2, .pad-xs.bf-pad-m-x4, .pad-xs.bf-pad-l, .pad-xs.bf-pad-l-x2, .pad-xs.bf-pad-l-x4, .pad-xs.bf-pad-xl, .pad-xs.bf-pad-xl-x2, .pad-xs.bf-pad-xl-x4, .pad-xs.bf-pad-xxl, .pad-xs.bf-pad-xxl-x2, .pad-xs.bf-pad-xxl-x4, .pad-xs.bf-pad-3xl, .pad-xs.bf-pad-3xl-x2, .pad-xs.bf-pad-3xl-x4, .pad-xs.bf-pad-4xl, .pad-xs.bf-pad-4xl-x2, .pad-xs.bf-pad-4xl-x4, .pad-xs.bf-pad-5xl, .pad-xs.bf-pad-5xl-x2, .pad-xs.bf-pad-5xl-x4, .pad-xs.bf-pad-6xl, .pad-xs.bf-pad-6xl-x2, .pad-xs.bf-pad-6xl-x4 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.pad-xs-x2.bf-pad-xs, .pad-xs-x2.bf-pad-xs-x2, .pad-xs-x2.bf-pad-xs-x4, .pad-xs-x2.bf-pad-s, .pad-xs-x2.bf-pad-s-x2, .pad-xs-x2.bf-pad-s-x4, .pad-xs-x2.bf-pad-m, .pad-xs-x2.bf-pad-m-x2, .pad-xs-x2.bf-pad-m-x4, .pad-xs-x2.bf-pad-l, .pad-xs-x2.bf-pad-l-x2, .pad-xs-x2.bf-pad-l-x4, .pad-xs-x2.bf-pad-xl, .pad-xs-x2.bf-pad-xl-x2, .pad-xs-x2.bf-pad-xl-x4, .pad-xs-x2.bf-pad-xxl, .pad-xs-x2.bf-pad-xxl-x2, .pad-xs-x2.bf-pad-xxl-x4, .pad-xs-x2.bf-pad-3xl, .pad-xs-x2.bf-pad-3xl-x2, .pad-xs-x2.bf-pad-3xl-x4, .pad-xs-x2.bf-pad-4xl, .pad-xs-x2.bf-pad-4xl-x2, .pad-xs-x2.bf-pad-4xl-x4, .pad-xs-x2.bf-pad-5xl, .pad-xs-x2.bf-pad-5xl-x2, .pad-xs-x2.bf-pad-5xl-x4, .pad-xs-x2.bf-pad-6xl, .pad-xs-x2.bf-pad-6xl-x2, .pad-xs-x2.bf-pad-6xl-x4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.pad-xs-x4.bf-pad-xs, .pad-xs-x4.bf-pad-xs-x2, .pad-xs-x4.bf-pad-xs-x4, .pad-xs-x4.bf-pad-s, .pad-xs-x4.bf-pad-s-x2, .pad-xs-x4.bf-pad-s-x4, .pad-xs-x4.bf-pad-m, .pad-xs-x4.bf-pad-m-x2, .pad-xs-x4.bf-pad-m-x4, .pad-xs-x4.bf-pad-l, .pad-xs-x4.bf-pad-l-x2, .pad-xs-x4.bf-pad-l-x4, .pad-xs-x4.bf-pad-xl, .pad-xs-x4.bf-pad-xl-x2, .pad-xs-x4.bf-pad-xl-x4, .pad-xs-x4.bf-pad-xxl, .pad-xs-x4.bf-pad-xxl-x2, .pad-xs-x4.bf-pad-xxl-x4, .pad-xs-x4.bf-pad-3xl, .pad-xs-x4.bf-pad-3xl-x2, .pad-xs-x4.bf-pad-3xl-x4, .pad-xs-x4.bf-pad-4xl, .pad-xs-x4.bf-pad-4xl-x2, .pad-xs-x4.bf-pad-4xl-x4, .pad-xs-x4.bf-pad-5xl, .pad-xs-x4.bf-pad-5xl-x2, .pad-xs-x4.bf-pad-5xl-x4, .pad-xs-x4.bf-pad-6xl, .pad-xs-x4.bf-pad-6xl-x2, .pad-xs-x4.bf-pad-6xl-x4 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.pad-s.bf-pad-xs, .pad-s.bf-pad-xs-x2, .pad-s.bf-pad-xs-x4, .pad-s.bf-pad-s, .pad-s.bf-pad-s-x2, .pad-s.bf-pad-s-x4, .pad-s.bf-pad-m, .pad-s.bf-pad-m-x2, .pad-s.bf-pad-m-x4, .pad-s.bf-pad-l, .pad-s.bf-pad-l-x2, .pad-s.bf-pad-l-x4, .pad-s.bf-pad-xl, .pad-s.bf-pad-xl-x2, .pad-s.bf-pad-xl-x4, .pad-s.bf-pad-xxl, .pad-s.bf-pad-xxl-x2, .pad-s.bf-pad-xxl-x4, .pad-s.bf-pad-3xl, .pad-s.bf-pad-3xl-x2, .pad-s.bf-pad-3xl-x4, .pad-s.bf-pad-4xl, .pad-s.bf-pad-4xl-x2, .pad-s.bf-pad-4xl-x4, .pad-s.bf-pad-5xl, .pad-s.bf-pad-5xl-x2, .pad-s.bf-pad-5xl-x4, .pad-s.bf-pad-6xl, .pad-s.bf-pad-6xl-x2, .pad-s.bf-pad-6xl-x4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.pad-s-x2.bf-pad-xs, .pad-s-x2.bf-pad-xs-x2, .pad-s-x2.bf-pad-xs-x4, .pad-s-x2.bf-pad-s, .pad-s-x2.bf-pad-s-x2, .pad-s-x2.bf-pad-s-x4, .pad-s-x2.bf-pad-m, .pad-s-x2.bf-pad-m-x2, .pad-s-x2.bf-pad-m-x4, .pad-s-x2.bf-pad-l, .pad-s-x2.bf-pad-l-x2, .pad-s-x2.bf-pad-l-x4, .pad-s-x2.bf-pad-xl, .pad-s-x2.bf-pad-xl-x2, .pad-s-x2.bf-pad-xl-x4, .pad-s-x2.bf-pad-xxl, .pad-s-x2.bf-pad-xxl-x2, .pad-s-x2.bf-pad-xxl-x4, .pad-s-x2.bf-pad-3xl, .pad-s-x2.bf-pad-3xl-x2, .pad-s-x2.bf-pad-3xl-x4, .pad-s-x2.bf-pad-4xl, .pad-s-x2.bf-pad-4xl-x2, .pad-s-x2.bf-pad-4xl-x4, .pad-s-x2.bf-pad-5xl, .pad-s-x2.bf-pad-5xl-x2, .pad-s-x2.bf-pad-5xl-x4, .pad-s-x2.bf-pad-6xl, .pad-s-x2.bf-pad-6xl-x2, .pad-s-x2.bf-pad-6xl-x4 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.pad-s-x4.bf-pad-xs, .pad-s-x4.bf-pad-xs-x2, .pad-s-x4.bf-pad-xs-x4, .pad-s-x4.bf-pad-s, .pad-s-x4.bf-pad-s-x2, .pad-s-x4.bf-pad-s-x4, .pad-s-x4.bf-pad-m, .pad-s-x4.bf-pad-m-x2, .pad-s-x4.bf-pad-m-x4, .pad-s-x4.bf-pad-l, .pad-s-x4.bf-pad-l-x2, .pad-s-x4.bf-pad-l-x4, .pad-s-x4.bf-pad-xl, .pad-s-x4.bf-pad-xl-x2, .pad-s-x4.bf-pad-xl-x4, .pad-s-x4.bf-pad-xxl, .pad-s-x4.bf-pad-xxl-x2, .pad-s-x4.bf-pad-xxl-x4, .pad-s-x4.bf-pad-3xl, .pad-s-x4.bf-pad-3xl-x2, .pad-s-x4.bf-pad-3xl-x4, .pad-s-x4.bf-pad-4xl, .pad-s-x4.bf-pad-4xl-x2, .pad-s-x4.bf-pad-4xl-x4, .pad-s-x4.bf-pad-5xl, .pad-s-x4.bf-pad-5xl-x2, .pad-s-x4.bf-pad-5xl-x4, .pad-s-x4.bf-pad-6xl, .pad-s-x4.bf-pad-6xl-x2, .pad-s-x4.bf-pad-6xl-x4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.pad-m.bf-pad-xs, .pad-m.bf-pad-xs-x2, .pad-m.bf-pad-xs-x4, .pad-m.bf-pad-s, .pad-m.bf-pad-s-x2, .pad-m.bf-pad-s-x4, .pad-m.bf-pad-m, .pad-m.bf-pad-m-x2, .pad-m.bf-pad-m-x4, .pad-m.bf-pad-l, .pad-m.bf-pad-l-x2, .pad-m.bf-pad-l-x4, .pad-m.bf-pad-xl, .pad-m.bf-pad-xl-x2, .pad-m.bf-pad-xl-x4, .pad-m.bf-pad-xxl, .pad-m.bf-pad-xxl-x2, .pad-m.bf-pad-xxl-x4, .pad-m.bf-pad-3xl, .pad-m.bf-pad-3xl-x2, .pad-m.bf-pad-3xl-x4, .pad-m.bf-pad-4xl, .pad-m.bf-pad-4xl-x2, .pad-m.bf-pad-4xl-x4, .pad-m.bf-pad-5xl, .pad-m.bf-pad-5xl-x2, .pad-m.bf-pad-5xl-x4, .pad-m.bf-pad-6xl, .pad-m.bf-pad-6xl-x2, .pad-m.bf-pad-6xl-x4 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.pad-m-x2.bf-pad-xs, .pad-m-x2.bf-pad-xs-x2, .pad-m-x2.bf-pad-xs-x4, .pad-m-x2.bf-pad-s, .pad-m-x2.bf-pad-s-x2, .pad-m-x2.bf-pad-s-x4, .pad-m-x2.bf-pad-m, .pad-m-x2.bf-pad-m-x2, .pad-m-x2.bf-pad-m-x4, .pad-m-x2.bf-pad-l, .pad-m-x2.bf-pad-l-x2, .pad-m-x2.bf-pad-l-x4, .pad-m-x2.bf-pad-xl, .pad-m-x2.bf-pad-xl-x2, .pad-m-x2.bf-pad-xl-x4, .pad-m-x2.bf-pad-xxl, .pad-m-x2.bf-pad-xxl-x2, .pad-m-x2.bf-pad-xxl-x4, .pad-m-x2.bf-pad-3xl, .pad-m-x2.bf-pad-3xl-x2, .pad-m-x2.bf-pad-3xl-x4, .pad-m-x2.bf-pad-4xl, .pad-m-x2.bf-pad-4xl-x2, .pad-m-x2.bf-pad-4xl-x4, .pad-m-x2.bf-pad-5xl, .pad-m-x2.bf-pad-5xl-x2, .pad-m-x2.bf-pad-5xl-x4, .pad-m-x2.bf-pad-6xl, .pad-m-x2.bf-pad-6xl-x2, .pad-m-x2.bf-pad-6xl-x4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.pad-m-x4.bf-pad-xs, .pad-m-x4.bf-pad-xs-x2, .pad-m-x4.bf-pad-xs-x4, .pad-m-x4.bf-pad-s, .pad-m-x4.bf-pad-s-x2, .pad-m-x4.bf-pad-s-x4, .pad-m-x4.bf-pad-m, .pad-m-x4.bf-pad-m-x2, .pad-m-x4.bf-pad-m-x4, .pad-m-x4.bf-pad-l, .pad-m-x4.bf-pad-l-x2, .pad-m-x4.bf-pad-l-x4, .pad-m-x4.bf-pad-xl, .pad-m-x4.bf-pad-xl-x2, .pad-m-x4.bf-pad-xl-x4, .pad-m-x4.bf-pad-xxl, .pad-m-x4.bf-pad-xxl-x2, .pad-m-x4.bf-pad-xxl-x4, .pad-m-x4.bf-pad-3xl, .pad-m-x4.bf-pad-3xl-x2, .pad-m-x4.bf-pad-3xl-x4, .pad-m-x4.bf-pad-4xl, .pad-m-x4.bf-pad-4xl-x2, .pad-m-x4.bf-pad-4xl-x4, .pad-m-x4.bf-pad-5xl, .pad-m-x4.bf-pad-5xl-x2, .pad-m-x4.bf-pad-5xl-x4, .pad-m-x4.bf-pad-6xl, .pad-m-x4.bf-pad-6xl-x2, .pad-m-x4.bf-pad-6xl-x4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.pad-l.bf-pad-xs, .pad-l.bf-pad-xs-x2, .pad-l.bf-pad-xs-x4, .pad-l.bf-pad-s, .pad-l.bf-pad-s-x2, .pad-l.bf-pad-s-x4, .pad-l.bf-pad-m, .pad-l.bf-pad-m-x2, .pad-l.bf-pad-m-x4, .pad-l.bf-pad-l, .pad-l.bf-pad-l-x2, .pad-l.bf-pad-l-x4, .pad-l.bf-pad-xl, .pad-l.bf-pad-xl-x2, .pad-l.bf-pad-xl-x4, .pad-l.bf-pad-xxl, .pad-l.bf-pad-xxl-x2, .pad-l.bf-pad-xxl-x4, .pad-l.bf-pad-3xl, .pad-l.bf-pad-3xl-x2, .pad-l.bf-pad-3xl-x4, .pad-l.bf-pad-4xl, .pad-l.bf-pad-4xl-x2, .pad-l.bf-pad-4xl-x4, .pad-l.bf-pad-5xl, .pad-l.bf-pad-5xl-x2, .pad-l.bf-pad-5xl-x4, .pad-l.bf-pad-6xl, .pad-l.bf-pad-6xl-x2, .pad-l.bf-pad-6xl-x4 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.pad-l-x2.bf-pad-xs, .pad-l-x2.bf-pad-xs-x2, .pad-l-x2.bf-pad-xs-x4, .pad-l-x2.bf-pad-s, .pad-l-x2.bf-pad-s-x2, .pad-l-x2.bf-pad-s-x4, .pad-l-x2.bf-pad-m, .pad-l-x2.bf-pad-m-x2, .pad-l-x2.bf-pad-m-x4, .pad-l-x2.bf-pad-l, .pad-l-x2.bf-pad-l-x2, .pad-l-x2.bf-pad-l-x4, .pad-l-x2.bf-pad-xl, .pad-l-x2.bf-pad-xl-x2, .pad-l-x2.bf-pad-xl-x4, .pad-l-x2.bf-pad-xxl, .pad-l-x2.bf-pad-xxl-x2, .pad-l-x2.bf-pad-xxl-x4, .pad-l-x2.bf-pad-3xl, .pad-l-x2.bf-pad-3xl-x2, .pad-l-x2.bf-pad-3xl-x4, .pad-l-x2.bf-pad-4xl, .pad-l-x2.bf-pad-4xl-x2, .pad-l-x2.bf-pad-4xl-x4, .pad-l-x2.bf-pad-5xl, .pad-l-x2.bf-pad-5xl-x2, .pad-l-x2.bf-pad-5xl-x4, .pad-l-x2.bf-pad-6xl, .pad-l-x2.bf-pad-6xl-x2, .pad-l-x2.bf-pad-6xl-x4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.pad-l-x4.bf-pad-xs, .pad-l-x4.bf-pad-xs-x2, .pad-l-x4.bf-pad-xs-x4, .pad-l-x4.bf-pad-s, .pad-l-x4.bf-pad-s-x2, .pad-l-x4.bf-pad-s-x4, .pad-l-x4.bf-pad-m, .pad-l-x4.bf-pad-m-x2, .pad-l-x4.bf-pad-m-x4, .pad-l-x4.bf-pad-l, .pad-l-x4.bf-pad-l-x2, .pad-l-x4.bf-pad-l-x4, .pad-l-x4.bf-pad-xl, .pad-l-x4.bf-pad-xl-x2, .pad-l-x4.bf-pad-xl-x4, .pad-l-x4.bf-pad-xxl, .pad-l-x4.bf-pad-xxl-x2, .pad-l-x4.bf-pad-xxl-x4, .pad-l-x4.bf-pad-3xl, .pad-l-x4.bf-pad-3xl-x2, .pad-l-x4.bf-pad-3xl-x4, .pad-l-x4.bf-pad-4xl, .pad-l-x4.bf-pad-4xl-x2, .pad-l-x4.bf-pad-4xl-x4, .pad-l-x4.bf-pad-5xl, .pad-l-x4.bf-pad-5xl-x2, .pad-l-x4.bf-pad-5xl-x4, .pad-l-x4.bf-pad-6xl, .pad-l-x4.bf-pad-6xl-x2, .pad-l-x4.bf-pad-6xl-x4 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.pad-xl.bf-pad-xs, .pad-xl.bf-pad-xs-x2, .pad-xl.bf-pad-xs-x4, .pad-xl.bf-pad-s, .pad-xl.bf-pad-s-x2, .pad-xl.bf-pad-s-x4, .pad-xl.bf-pad-m, .pad-xl.bf-pad-m-x2, .pad-xl.bf-pad-m-x4, .pad-xl.bf-pad-l, .pad-xl.bf-pad-l-x2, .pad-xl.bf-pad-l-x4, .pad-xl.bf-pad-xl, .pad-xl.bf-pad-xl-x2, .pad-xl.bf-pad-xl-x4, .pad-xl.bf-pad-xxl, .pad-xl.bf-pad-xxl-x2, .pad-xl.bf-pad-xxl-x4, .pad-xl.bf-pad-3xl, .pad-xl.bf-pad-3xl-x2, .pad-xl.bf-pad-3xl-x4, .pad-xl.bf-pad-4xl, .pad-xl.bf-pad-4xl-x2, .pad-xl.bf-pad-4xl-x4, .pad-xl.bf-pad-5xl, .pad-xl.bf-pad-5xl-x2, .pad-xl.bf-pad-5xl-x4, .pad-xl.bf-pad-6xl, .pad-xl.bf-pad-6xl-x2, .pad-xl.bf-pad-6xl-x4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.pad-xl-x2.bf-pad-xs, .pad-xl-x2.bf-pad-xs-x2, .pad-xl-x2.bf-pad-xs-x4, .pad-xl-x2.bf-pad-s, .pad-xl-x2.bf-pad-s-x2, .pad-xl-x2.bf-pad-s-x4, .pad-xl-x2.bf-pad-m, .pad-xl-x2.bf-pad-m-x2, .pad-xl-x2.bf-pad-m-x4, .pad-xl-x2.bf-pad-l, .pad-xl-x2.bf-pad-l-x2, .pad-xl-x2.bf-pad-l-x4, .pad-xl-x2.bf-pad-xl, .pad-xl-x2.bf-pad-xl-x2, .pad-xl-x2.bf-pad-xl-x4, .pad-xl-x2.bf-pad-xxl, .pad-xl-x2.bf-pad-xxl-x2, .pad-xl-x2.bf-pad-xxl-x4, .pad-xl-x2.bf-pad-3xl, .pad-xl-x2.bf-pad-3xl-x2, .pad-xl-x2.bf-pad-3xl-x4, .pad-xl-x2.bf-pad-4xl, .pad-xl-x2.bf-pad-4xl-x2, .pad-xl-x2.bf-pad-4xl-x4, .pad-xl-x2.bf-pad-5xl, .pad-xl-x2.bf-pad-5xl-x2, .pad-xl-x2.bf-pad-5xl-x4, .pad-xl-x2.bf-pad-6xl, .pad-xl-x2.bf-pad-6xl-x2, .pad-xl-x2.bf-pad-6xl-x4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.pad-xl-x4.bf-pad-xs, .pad-xl-x4.bf-pad-xs-x2, .pad-xl-x4.bf-pad-xs-x4, .pad-xl-x4.bf-pad-s, .pad-xl-x4.bf-pad-s-x2, .pad-xl-x4.bf-pad-s-x4, .pad-xl-x4.bf-pad-m, .pad-xl-x4.bf-pad-m-x2, .pad-xl-x4.bf-pad-m-x4, .pad-xl-x4.bf-pad-l, .pad-xl-x4.bf-pad-l-x2, .pad-xl-x4.bf-pad-l-x4, .pad-xl-x4.bf-pad-xl, .pad-xl-x4.bf-pad-xl-x2, .pad-xl-x4.bf-pad-xl-x4, .pad-xl-x4.bf-pad-xxl, .pad-xl-x4.bf-pad-xxl-x2, .pad-xl-x4.bf-pad-xxl-x4, .pad-xl-x4.bf-pad-3xl, .pad-xl-x4.bf-pad-3xl-x2, .pad-xl-x4.bf-pad-3xl-x4, .pad-xl-x4.bf-pad-4xl, .pad-xl-x4.bf-pad-4xl-x2, .pad-xl-x4.bf-pad-4xl-x4, .pad-xl-x4.bf-pad-5xl, .pad-xl-x4.bf-pad-5xl-x2, .pad-xl-x4.bf-pad-5xl-x4, .pad-xl-x4.bf-pad-6xl, .pad-xl-x4.bf-pad-6xl-x2, .pad-xl-x4.bf-pad-6xl-x4 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.pad-xxl.bf-pad-xs, .pad-xxl.bf-pad-xs-x2, .pad-xxl.bf-pad-xs-x4, .pad-xxl.bf-pad-s, .pad-xxl.bf-pad-s-x2, .pad-xxl.bf-pad-s-x4, .pad-xxl.bf-pad-m, .pad-xxl.bf-pad-m-x2, .pad-xxl.bf-pad-m-x4, .pad-xxl.bf-pad-l, .pad-xxl.bf-pad-l-x2, .pad-xxl.bf-pad-l-x4, .pad-xxl.bf-pad-xl, .pad-xxl.bf-pad-xl-x2, .pad-xxl.bf-pad-xl-x4, .pad-xxl.bf-pad-xxl, .pad-xxl.bf-pad-xxl-x2, .pad-xxl.bf-pad-xxl-x4, .pad-xxl.bf-pad-3xl, .pad-xxl.bf-pad-3xl-x2, .pad-xxl.bf-pad-3xl-x4, .pad-xxl.bf-pad-4xl, .pad-xxl.bf-pad-4xl-x2, .pad-xxl.bf-pad-4xl-x4, .pad-xxl.bf-pad-5xl, .pad-xxl.bf-pad-5xl-x2, .pad-xxl.bf-pad-5xl-x4, .pad-xxl.bf-pad-6xl, .pad-xxl.bf-pad-6xl-x2, .pad-xxl.bf-pad-6xl-x4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.pad-xxl-x2.bf-pad-xs, .pad-xxl-x2.bf-pad-xs-x2, .pad-xxl-x2.bf-pad-xs-x4, .pad-xxl-x2.bf-pad-s, .pad-xxl-x2.bf-pad-s-x2, .pad-xxl-x2.bf-pad-s-x4, .pad-xxl-x2.bf-pad-m, .pad-xxl-x2.bf-pad-m-x2, .pad-xxl-x2.bf-pad-m-x4, .pad-xxl-x2.bf-pad-l, .pad-xxl-x2.bf-pad-l-x2, .pad-xxl-x2.bf-pad-l-x4, .pad-xxl-x2.bf-pad-xl, .pad-xxl-x2.bf-pad-xl-x2, .pad-xxl-x2.bf-pad-xl-x4, .pad-xxl-x2.bf-pad-xxl, .pad-xxl-x2.bf-pad-xxl-x2, .pad-xxl-x2.bf-pad-xxl-x4, .pad-xxl-x2.bf-pad-3xl, .pad-xxl-x2.bf-pad-3xl-x2, .pad-xxl-x2.bf-pad-3xl-x4, .pad-xxl-x2.bf-pad-4xl, .pad-xxl-x2.bf-pad-4xl-x2, .pad-xxl-x2.bf-pad-4xl-x4, .pad-xxl-x2.bf-pad-5xl, .pad-xxl-x2.bf-pad-5xl-x2, .pad-xxl-x2.bf-pad-5xl-x4, .pad-xxl-x2.bf-pad-6xl, .pad-xxl-x2.bf-pad-6xl-x2, .pad-xxl-x2.bf-pad-6xl-x4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.pad-xxl-x4.bf-pad-xs, .pad-xxl-x4.bf-pad-xs-x2, .pad-xxl-x4.bf-pad-xs-x4, .pad-xxl-x4.bf-pad-s, .pad-xxl-x4.bf-pad-s-x2, .pad-xxl-x4.bf-pad-s-x4, .pad-xxl-x4.bf-pad-m, .pad-xxl-x4.bf-pad-m-x2, .pad-xxl-x4.bf-pad-m-x4, .pad-xxl-x4.bf-pad-l, .pad-xxl-x4.bf-pad-l-x2, .pad-xxl-x4.bf-pad-l-x4, .pad-xxl-x4.bf-pad-xl, .pad-xxl-x4.bf-pad-xl-x2, .pad-xxl-x4.bf-pad-xl-x4, .pad-xxl-x4.bf-pad-xxl, .pad-xxl-x4.bf-pad-xxl-x2, .pad-xxl-x4.bf-pad-xxl-x4, .pad-xxl-x4.bf-pad-3xl, .pad-xxl-x4.bf-pad-3xl-x2, .pad-xxl-x4.bf-pad-3xl-x4, .pad-xxl-x4.bf-pad-4xl, .pad-xxl-x4.bf-pad-4xl-x2, .pad-xxl-x4.bf-pad-4xl-x4, .pad-xxl-x4.bf-pad-5xl, .pad-xxl-x4.bf-pad-5xl-x2, .pad-xxl-x4.bf-pad-5xl-x4, .pad-xxl-x4.bf-pad-6xl, .pad-xxl-x4.bf-pad-6xl-x2, .pad-xxl-x4.bf-pad-6xl-x4 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.pad-3xl.bf-pad-xs, .pad-3xl.bf-pad-xs-x2, .pad-3xl.bf-pad-xs-x4, .pad-3xl.bf-pad-s, .pad-3xl.bf-pad-s-x2, .pad-3xl.bf-pad-s-x4, .pad-3xl.bf-pad-m, .pad-3xl.bf-pad-m-x2, .pad-3xl.bf-pad-m-x4, .pad-3xl.bf-pad-l, .pad-3xl.bf-pad-l-x2, .pad-3xl.bf-pad-l-x4, .pad-3xl.bf-pad-xl, .pad-3xl.bf-pad-xl-x2, .pad-3xl.bf-pad-xl-x4, .pad-3xl.bf-pad-xxl, .pad-3xl.bf-pad-xxl-x2, .pad-3xl.bf-pad-xxl-x4, .pad-3xl.bf-pad-3xl, .pad-3xl.bf-pad-3xl-x2, .pad-3xl.bf-pad-3xl-x4, .pad-3xl.bf-pad-4xl, .pad-3xl.bf-pad-4xl-x2, .pad-3xl.bf-pad-4xl-x4, .pad-3xl.bf-pad-5xl, .pad-3xl.bf-pad-5xl-x2, .pad-3xl.bf-pad-5xl-x4, .pad-3xl.bf-pad-6xl, .pad-3xl.bf-pad-6xl-x2, .pad-3xl.bf-pad-6xl-x4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.pad-3xl-x2.bf-pad-xs, .pad-3xl-x2.bf-pad-xs-x2, .pad-3xl-x2.bf-pad-xs-x4, .pad-3xl-x2.bf-pad-s, .pad-3xl-x2.bf-pad-s-x2, .pad-3xl-x2.bf-pad-s-x4, .pad-3xl-x2.bf-pad-m, .pad-3xl-x2.bf-pad-m-x2, .pad-3xl-x2.bf-pad-m-x4, .pad-3xl-x2.bf-pad-l, .pad-3xl-x2.bf-pad-l-x2, .pad-3xl-x2.bf-pad-l-x4, .pad-3xl-x2.bf-pad-xl, .pad-3xl-x2.bf-pad-xl-x2, .pad-3xl-x2.bf-pad-xl-x4, .pad-3xl-x2.bf-pad-xxl, .pad-3xl-x2.bf-pad-xxl-x2, .pad-3xl-x2.bf-pad-xxl-x4, .pad-3xl-x2.bf-pad-3xl, .pad-3xl-x2.bf-pad-3xl-x2, .pad-3xl-x2.bf-pad-3xl-x4, .pad-3xl-x2.bf-pad-4xl, .pad-3xl-x2.bf-pad-4xl-x2, .pad-3xl-x2.bf-pad-4xl-x4, .pad-3xl-x2.bf-pad-5xl, .pad-3xl-x2.bf-pad-5xl-x2, .pad-3xl-x2.bf-pad-5xl-x4, .pad-3xl-x2.bf-pad-6xl, .pad-3xl-x2.bf-pad-6xl-x2, .pad-3xl-x2.bf-pad-6xl-x4 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.pad-3xl-x4.bf-pad-xs, .pad-3xl-x4.bf-pad-xs-x2, .pad-3xl-x4.bf-pad-xs-x4, .pad-3xl-x4.bf-pad-s, .pad-3xl-x4.bf-pad-s-x2, .pad-3xl-x4.bf-pad-s-x4, .pad-3xl-x4.bf-pad-m, .pad-3xl-x4.bf-pad-m-x2, .pad-3xl-x4.bf-pad-m-x4, .pad-3xl-x4.bf-pad-l, .pad-3xl-x4.bf-pad-l-x2, .pad-3xl-x4.bf-pad-l-x4, .pad-3xl-x4.bf-pad-xl, .pad-3xl-x4.bf-pad-xl-x2, .pad-3xl-x4.bf-pad-xl-x4, .pad-3xl-x4.bf-pad-xxl, .pad-3xl-x4.bf-pad-xxl-x2, .pad-3xl-x4.bf-pad-xxl-x4, .pad-3xl-x4.bf-pad-3xl, .pad-3xl-x4.bf-pad-3xl-x2, .pad-3xl-x4.bf-pad-3xl-x4, .pad-3xl-x4.bf-pad-4xl, .pad-3xl-x4.bf-pad-4xl-x2, .pad-3xl-x4.bf-pad-4xl-x4, .pad-3xl-x4.bf-pad-5xl, .pad-3xl-x4.bf-pad-5xl-x2, .pad-3xl-x4.bf-pad-5xl-x4, .pad-3xl-x4.bf-pad-6xl, .pad-3xl-x4.bf-pad-6xl-x2, .pad-3xl-x4.bf-pad-6xl-x4 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}
.pad-4xl.bf-pad-xs, .pad-4xl.bf-pad-xs-x2, .pad-4xl.bf-pad-xs-x4, .pad-4xl.bf-pad-s, .pad-4xl.bf-pad-s-x2, .pad-4xl.bf-pad-s-x4, .pad-4xl.bf-pad-m, .pad-4xl.bf-pad-m-x2, .pad-4xl.bf-pad-m-x4, .pad-4xl.bf-pad-l, .pad-4xl.bf-pad-l-x2, .pad-4xl.bf-pad-l-x4, .pad-4xl.bf-pad-xl, .pad-4xl.bf-pad-xl-x2, .pad-4xl.bf-pad-xl-x4, .pad-4xl.bf-pad-xxl, .pad-4xl.bf-pad-xxl-x2, .pad-4xl.bf-pad-xxl-x4, .pad-4xl.bf-pad-3xl, .pad-4xl.bf-pad-3xl-x2, .pad-4xl.bf-pad-3xl-x4, .pad-4xl.bf-pad-4xl, .pad-4xl.bf-pad-4xl-x2, .pad-4xl.bf-pad-4xl-x4, .pad-4xl.bf-pad-5xl, .pad-4xl.bf-pad-5xl-x2, .pad-4xl.bf-pad-5xl-x4, .pad-4xl.bf-pad-6xl, .pad-4xl.bf-pad-6xl-x2, .pad-4xl.bf-pad-6xl-x4 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.pad-4xl-x2.bf-pad-xs, .pad-4xl-x2.bf-pad-xs-x2, .pad-4xl-x2.bf-pad-xs-x4, .pad-4xl-x2.bf-pad-s, .pad-4xl-x2.bf-pad-s-x2, .pad-4xl-x2.bf-pad-s-x4, .pad-4xl-x2.bf-pad-m, .pad-4xl-x2.bf-pad-m-x2, .pad-4xl-x2.bf-pad-m-x4, .pad-4xl-x2.bf-pad-l, .pad-4xl-x2.bf-pad-l-x2, .pad-4xl-x2.bf-pad-l-x4, .pad-4xl-x2.bf-pad-xl, .pad-4xl-x2.bf-pad-xl-x2, .pad-4xl-x2.bf-pad-xl-x4, .pad-4xl-x2.bf-pad-xxl, .pad-4xl-x2.bf-pad-xxl-x2, .pad-4xl-x2.bf-pad-xxl-x4, .pad-4xl-x2.bf-pad-3xl, .pad-4xl-x2.bf-pad-3xl-x2, .pad-4xl-x2.bf-pad-3xl-x4, .pad-4xl-x2.bf-pad-4xl, .pad-4xl-x2.bf-pad-4xl-x2, .pad-4xl-x2.bf-pad-4xl-x4, .pad-4xl-x2.bf-pad-5xl, .pad-4xl-x2.bf-pad-5xl-x2, .pad-4xl-x2.bf-pad-5xl-x4, .pad-4xl-x2.bf-pad-6xl, .pad-4xl-x2.bf-pad-6xl-x2, .pad-4xl-x2.bf-pad-6xl-x4 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.pad-4xl-x4.bf-pad-xs, .pad-4xl-x4.bf-pad-xs-x2, .pad-4xl-x4.bf-pad-xs-x4, .pad-4xl-x4.bf-pad-s, .pad-4xl-x4.bf-pad-s-x2, .pad-4xl-x4.bf-pad-s-x4, .pad-4xl-x4.bf-pad-m, .pad-4xl-x4.bf-pad-m-x2, .pad-4xl-x4.bf-pad-m-x4, .pad-4xl-x4.bf-pad-l, .pad-4xl-x4.bf-pad-l-x2, .pad-4xl-x4.bf-pad-l-x4, .pad-4xl-x4.bf-pad-xl, .pad-4xl-x4.bf-pad-xl-x2, .pad-4xl-x4.bf-pad-xl-x4, .pad-4xl-x4.bf-pad-xxl, .pad-4xl-x4.bf-pad-xxl-x2, .pad-4xl-x4.bf-pad-xxl-x4, .pad-4xl-x4.bf-pad-3xl, .pad-4xl-x4.bf-pad-3xl-x2, .pad-4xl-x4.bf-pad-3xl-x4, .pad-4xl-x4.bf-pad-4xl, .pad-4xl-x4.bf-pad-4xl-x2, .pad-4xl-x4.bf-pad-4xl-x4, .pad-4xl-x4.bf-pad-5xl, .pad-4xl-x4.bf-pad-5xl-x2, .pad-4xl-x4.bf-pad-5xl-x4, .pad-4xl-x4.bf-pad-6xl, .pad-4xl-x4.bf-pad-6xl-x2, .pad-4xl-x4.bf-pad-6xl-x4 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}
.pad-5xl.bf-pad-xs, .pad-5xl.bf-pad-xs-x2, .pad-5xl.bf-pad-xs-x4, .pad-5xl.bf-pad-s, .pad-5xl.bf-pad-s-x2, .pad-5xl.bf-pad-s-x4, .pad-5xl.bf-pad-m, .pad-5xl.bf-pad-m-x2, .pad-5xl.bf-pad-m-x4, .pad-5xl.bf-pad-l, .pad-5xl.bf-pad-l-x2, .pad-5xl.bf-pad-l-x4, .pad-5xl.bf-pad-xl, .pad-5xl.bf-pad-xl-x2, .pad-5xl.bf-pad-xl-x4, .pad-5xl.bf-pad-xxl, .pad-5xl.bf-pad-xxl-x2, .pad-5xl.bf-pad-xxl-x4, .pad-5xl.bf-pad-3xl, .pad-5xl.bf-pad-3xl-x2, .pad-5xl.bf-pad-3xl-x4, .pad-5xl.bf-pad-4xl, .pad-5xl.bf-pad-4xl-x2, .pad-5xl.bf-pad-4xl-x4, .pad-5xl.bf-pad-5xl, .pad-5xl.bf-pad-5xl-x2, .pad-5xl.bf-pad-5xl-x4, .pad-5xl.bf-pad-6xl, .pad-5xl.bf-pad-6xl-x2, .pad-5xl.bf-pad-6xl-x4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.pad-5xl-x2.bf-pad-xs, .pad-5xl-x2.bf-pad-xs-x2, .pad-5xl-x2.bf-pad-xs-x4, .pad-5xl-x2.bf-pad-s, .pad-5xl-x2.bf-pad-s-x2, .pad-5xl-x2.bf-pad-s-x4, .pad-5xl-x2.bf-pad-m, .pad-5xl-x2.bf-pad-m-x2, .pad-5xl-x2.bf-pad-m-x4, .pad-5xl-x2.bf-pad-l, .pad-5xl-x2.bf-pad-l-x2, .pad-5xl-x2.bf-pad-l-x4, .pad-5xl-x2.bf-pad-xl, .pad-5xl-x2.bf-pad-xl-x2, .pad-5xl-x2.bf-pad-xl-x4, .pad-5xl-x2.bf-pad-xxl, .pad-5xl-x2.bf-pad-xxl-x2, .pad-5xl-x2.bf-pad-xxl-x4, .pad-5xl-x2.bf-pad-3xl, .pad-5xl-x2.bf-pad-3xl-x2, .pad-5xl-x2.bf-pad-3xl-x4, .pad-5xl-x2.bf-pad-4xl, .pad-5xl-x2.bf-pad-4xl-x2, .pad-5xl-x2.bf-pad-4xl-x4, .pad-5xl-x2.bf-pad-5xl, .pad-5xl-x2.bf-pad-5xl-x2, .pad-5xl-x2.bf-pad-5xl-x4, .pad-5xl-x2.bf-pad-6xl, .pad-5xl-x2.bf-pad-6xl-x2, .pad-5xl-x2.bf-pad-6xl-x4 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.pad-5xl-x4.bf-pad-xs, .pad-5xl-x4.bf-pad-xs-x2, .pad-5xl-x4.bf-pad-xs-x4, .pad-5xl-x4.bf-pad-s, .pad-5xl-x4.bf-pad-s-x2, .pad-5xl-x4.bf-pad-s-x4, .pad-5xl-x4.bf-pad-m, .pad-5xl-x4.bf-pad-m-x2, .pad-5xl-x4.bf-pad-m-x4, .pad-5xl-x4.bf-pad-l, .pad-5xl-x4.bf-pad-l-x2, .pad-5xl-x4.bf-pad-l-x4, .pad-5xl-x4.bf-pad-xl, .pad-5xl-x4.bf-pad-xl-x2, .pad-5xl-x4.bf-pad-xl-x4, .pad-5xl-x4.bf-pad-xxl, .pad-5xl-x4.bf-pad-xxl-x2, .pad-5xl-x4.bf-pad-xxl-x4, .pad-5xl-x4.bf-pad-3xl, .pad-5xl-x4.bf-pad-3xl-x2, .pad-5xl-x4.bf-pad-3xl-x4, .pad-5xl-x4.bf-pad-4xl, .pad-5xl-x4.bf-pad-4xl-x2, .pad-5xl-x4.bf-pad-4xl-x4, .pad-5xl-x4.bf-pad-5xl, .pad-5xl-x4.bf-pad-5xl-x2, .pad-5xl-x4.bf-pad-5xl-x4, .pad-5xl-x4.bf-pad-6xl, .pad-5xl-x4.bf-pad-6xl-x2, .pad-5xl-x4.bf-pad-6xl-x4 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}
.pad-6xl.bf-pad-xs, .pad-6xl.bf-pad-xs-x2, .pad-6xl.bf-pad-xs-x4, .pad-6xl.bf-pad-s, .pad-6xl.bf-pad-s-x2, .pad-6xl.bf-pad-s-x4, .pad-6xl.bf-pad-m, .pad-6xl.bf-pad-m-x2, .pad-6xl.bf-pad-m-x4, .pad-6xl.bf-pad-l, .pad-6xl.bf-pad-l-x2, .pad-6xl.bf-pad-l-x4, .pad-6xl.bf-pad-xl, .pad-6xl.bf-pad-xl-x2, .pad-6xl.bf-pad-xl-x4, .pad-6xl.bf-pad-xxl, .pad-6xl.bf-pad-xxl-x2, .pad-6xl.bf-pad-xxl-x4, .pad-6xl.bf-pad-3xl, .pad-6xl.bf-pad-3xl-x2, .pad-6xl.bf-pad-3xl-x4, .pad-6xl.bf-pad-4xl, .pad-6xl.bf-pad-4xl-x2, .pad-6xl.bf-pad-4xl-x4, .pad-6xl.bf-pad-5xl, .pad-6xl.bf-pad-5xl-x2, .pad-6xl.bf-pad-5xl-x4, .pad-6xl.bf-pad-6xl, .pad-6xl.bf-pad-6xl-x2, .pad-6xl.bf-pad-6xl-x4 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.pad-6xl-x2.bf-pad-xs, .pad-6xl-x2.bf-pad-xs-x2, .pad-6xl-x2.bf-pad-xs-x4, .pad-6xl-x2.bf-pad-s, .pad-6xl-x2.bf-pad-s-x2, .pad-6xl-x2.bf-pad-s-x4, .pad-6xl-x2.bf-pad-m, .pad-6xl-x2.bf-pad-m-x2, .pad-6xl-x2.bf-pad-m-x4, .pad-6xl-x2.bf-pad-l, .pad-6xl-x2.bf-pad-l-x2, .pad-6xl-x2.bf-pad-l-x4, .pad-6xl-x2.bf-pad-xl, .pad-6xl-x2.bf-pad-xl-x2, .pad-6xl-x2.bf-pad-xl-x4, .pad-6xl-x2.bf-pad-xxl, .pad-6xl-x2.bf-pad-xxl-x2, .pad-6xl-x2.bf-pad-xxl-x4, .pad-6xl-x2.bf-pad-3xl, .pad-6xl-x2.bf-pad-3xl-x2, .pad-6xl-x2.bf-pad-3xl-x4, .pad-6xl-x2.bf-pad-4xl, .pad-6xl-x2.bf-pad-4xl-x2, .pad-6xl-x2.bf-pad-4xl-x4, .pad-6xl-x2.bf-pad-5xl, .pad-6xl-x2.bf-pad-5xl-x2, .pad-6xl-x2.bf-pad-5xl-x4, .pad-6xl-x2.bf-pad-6xl, .pad-6xl-x2.bf-pad-6xl-x2, .pad-6xl-x2.bf-pad-6xl-x4 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.pad-6xl-x4.bf-pad-xs, .pad-6xl-x4.bf-pad-xs-x2, .pad-6xl-x4.bf-pad-xs-x4, .pad-6xl-x4.bf-pad-s, .pad-6xl-x4.bf-pad-s-x2, .pad-6xl-x4.bf-pad-s-x4, .pad-6xl-x4.bf-pad-m, .pad-6xl-x4.bf-pad-m-x2, .pad-6xl-x4.bf-pad-m-x4, .pad-6xl-x4.bf-pad-l, .pad-6xl-x4.bf-pad-l-x2, .pad-6xl-x4.bf-pad-l-x4, .pad-6xl-x4.bf-pad-xl, .pad-6xl-x4.bf-pad-xl-x2, .pad-6xl-x4.bf-pad-xl-x4, .pad-6xl-x4.bf-pad-xxl, .pad-6xl-x4.bf-pad-xxl-x2, .pad-6xl-x4.bf-pad-xxl-x4, .pad-6xl-x4.bf-pad-3xl, .pad-6xl-x4.bf-pad-3xl-x2, .pad-6xl-x4.bf-pad-3xl-x4, .pad-6xl-x4.bf-pad-4xl, .pad-6xl-x4.bf-pad-4xl-x2, .pad-6xl-x4.bf-pad-4xl-x4, .pad-6xl-x4.bf-pad-5xl, .pad-6xl-x4.bf-pad-5xl-x2, .pad-6xl-x4.bf-pad-5xl-x4, .pad-6xl-x4.bf-pad-6xl, .pad-6xl-x4.bf-pad-6xl-x2, .pad-6xl-x4.bf-pad-6xl-x4 {
  padding-left: 144px !important;
  padding-right: 144px !important;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-xs {
  font-size: 13px;
  line-height: 21px !important;
}
.text-s {
  font-size: 15px;
  line-height: 23px !important;
}
.text-m {
  font-size: 17px;
  line-height: 25px !important;
}
.text-l {
  font-size: 19px;
  line-height: 27px !important;
}
.text-xl {
  font-size: 21px;
  line-height: 29px !important;
}
.text-xxl {
  font-size: 25px;
  line-height: 33px !important;
}
.text-3xl {
  font-size: 29px;
  line-height: 37px !important;
}
.text-4xl {
  font-size: 35px;
  line-height: 43px !important;
}
.text-5xl {
  font-size: 41px;
  line-height: 49px !important;
}
.text-6xl {
  font-size: 47px;
  line-height: 55px !important;
}
.text-bold {
  font-weight: 800;
}
.text-bold.italic {
  font-style: italic;
}
.text-semibold {
  font-weight: 600;
}
.text-semibold.italic {
  font-style: italic;
}
.text-medium {
  font-weight: 400;
}
.text-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
.text-light {
  font-weight: 300;
}
.text-breakfast {
  color: #f9bf05;
}
.text-grey {
  color: #828282;
}
.text-darkgrey {
  color: #4F4F4F;
}
.text-black {
  color: #000;
}
.text-white {
  color: #FFF;
}
.text-valid {
  color: #1e57ff;
}
.text-valid.dark {
  color: #01248B;
}
.text-invalid {
  color: #DD0000;
}
.text-link {
  color: #1875ff;
}
.text-link:hover {
  text-decoration: underline;
}
.text-error {
  color: #DD0000;
}
.text-break {
  word-break: break-all;
}
.text-line-1 {
  -webkit-line-clamp: 1;
}
.text-line-2 {
  -webkit-line-clamp: 2;
}
.text-line-3 {
  -webkit-line-clamp: 3;
}
.text-line-4 {
  -webkit-line-clamp: 4;
}
.text-line-5 {
  -webkit-line-clamp: 5;
}
.text-line-6 {
  -webkit-line-clamp: 6;
}
.text-wrap {
  word-break: break-all;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
.text-capital {
  text-transform: capitalize;
}

.bf-input .input-checkbox .checkbox-text span, .text-line-1, .text-line-2, .text-line-3, .text-line-4, .text-line-5, .text-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.bf-icon-m {
  width: 8px;
}
.bf-icon-m.square {
  height: 8px;
}
.bf-icon-l {
  width: 12px;
}
.bf-icon-l.square {
  height: 12px;
}
.bf-icon-xl {
  width: 16px;
}
.bf-icon-xl.square {
  height: 16px;
}
.bf-icon-xxl {
  width: 20px;
}
.bf-icon-xxl.square {
  height: 20px;
}
.bf-icon-3xl {
  width: 24px;
}
.bf-icon-3xl.square {
  height: 24px;
}
.bf-icon-4xl {
  width: 28px;
}
.bf-icon-4xl.square {
  height: 28px;
}
.bf-icon-5xl {
  width: 32px;
}
.bf-icon-5xl.square {
  height: 32px;
}
.bf-icon-6xl {
  width: 36px;
}
.bf-icon-6xl.square {
  height: 36px;
}
.bf-icon-xxl-x2 {
  width: 40px;
}
.bf-icon-xxl-x2.square {
  height: 40px;
}
.bf-icon-3xl-x2 {
  width: 48px;
}
.bf-icon-3xl-x2.square {
  height: 48px;
}
.bf-icon-4xl-x2 {
  width: 56px;
}
.bf-icon-4xl-x2.square {
  height: 56px;
}
.bf-icon-5xl-x2 {
  width: 64px;
}
.bf-icon-5xl-x2.square {
  height: 64px;
}
.bf-icon-6xl-x2 {
  width: 72px;
}
.bf-icon-6xl-x2.square {
  height: 72px;
}
.bf-icon-xxl-x4 {
  width: 80px;
}
.bf-icon-xxl-x4.square {
  height: 80px;
}
.bf-icon-3xl-x4 {
  width: 96px;
}
.bf-icon-3xl-x4.square {
  height: 96px;
}
.bf-icon-4xl-x4 {
  width: 112px;
}
.bf-icon-4xl-x4.square {
  height: 112px;
}
.bf-icon-5xl-x4 {
  width: 128px;
}
.bf-icon-5xl-x4.square {
  height: 128px;
}
.bf-icon-6xl-x4 {
  width: 144px;
}
.bf-icon-6xl-x4.square {
  height: 144px;
}

.bf-zoom-1-2 {
  zoom: 0.5;
}
.bf-zoom-2-3 {
  zoom: 0.75;
}
.bf-zoom-2 {
  zoom: 2;
}
.bf-zoom-3 {
  zoom: 3;
}
.bf-zoom-3-2 {
  zoom: 1.5;
}
.bf-zoom-4 {
  zoom: 4;
}
.bf-zoom-4-3 {
  zoom: 1.75;
}
.bf-zoom-5 {
  zoom: 5;
}
.bf-zoom-6 {
  zoom: 6;
}

.bf-select .select-item:hover, .bf-collapse .collapse-tab:hover, .bf-input .input-checkbox .checkbox-text:hover::before, .bf-input .input-switch .switch-dock:hover, .bf-input .input-radio .radio-text:hover, .bf-input .input-text:hover, .bf-clickable:hover {
  box-shadow: 0 0 0 2px #becfff;
}

.bf-input .input-switch input[type=checkbox]:checked + .switch-dock:hover, .bf-input .btn-submit:hover {
  box-shadow: 0 0 0 2px #7396ff;
}

.bf-clickable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-duration: 0.3s;
}
.bf-clickable:hover {
  cursor: pointer;
  border-radius: inherit;
  background-color: #F1F6FF !important;
}
.bf-clickable.bf-invalid:hover {
  box-shadow: 0 0 0 2px #DD0000;
}
.bf-clickable.bf-valid:hover {
  box-shadow: 0 0 0 2px #1e57ff;
}
.bf-clickable.bf-tag:hover {
  border-radius: 16px;
}

.bf-pointer {
  cursor: pointer;
}

.bf-input {
  position: relative;
  align-items: center;
  gap: 8px;
}
.bf-input:hover {
  background-color: rgba(30, 120, 255, 0.0509803922) !important;
}
.bf-input.contain-label {
  background-color: #FAFAFA;
  border-radius: 24px;
  flex-wrap: unset !important;
}
.bf-input.contain-label .input-text {
  flex: 1;
}
.bf-input.bf-list {
  flex-direction: column;
}
.bf-input.vertical {
  flex-direction: column;
}
.bf-input.inline {
  display: inline-flex;
}
.bf-input .input-label {
  width: 20%;
  max-width: 350px;
  min-width: 100px;
  overflow: hidden;
  color: #828282;
  padding: 4px 4px 4px 12px;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bf-input .input-text {
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  border-radius: 24px;
  font-size: 17px;
}
.bf-input .input-text.focusin, .bf-input .input-text:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #1e57ff;
}
.bf-input .input-text:focus-visible + .input-note, .bf-input .input-text:hover + .input-note {
  background: #fff7ea;
  padding: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border: rgba(0, 0, 0, 0.05);
  bottom: auto;
}
.bf-input .input-text.invalid, .bf-input .input-text:invalid {
  outline-color: #DD0000;
  box-shadow: 0 0 0 4px rgba(204, 0, 0, 0.3411764706);
}
.bf-input .required {
  border-color: #828282 !important;
}
.bf-input .input-label {
  color: #4F4F4F;
}
.bf-input .input-note {
  position: absolute;
  top: calc(100% + 8px);
  bottom: 0;
  border-radius: 8px 8px;
  font-size: 13px;
  overflow: hidden;
  z-index: 30;
  line-height: 1.4;
  color: #583d11;
}
.bf-input .btn-submit {
  background-color: #1e57ff;
  color: #FFF;
  font-size: 17px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.bf-input .btn-submit.s-form {
  padding: 4px 12px;
  font-size: 15px;
}
.bf-input .btn-submit.bf-row {
  display: flex;
}
.bf-input .btn-submit.bf-row.inline {
  display: inline-flex;
}
.bf-input .btn-submit.inline {
  width: unset;
  box-sizing: content-box;
}
.bf-input .btn-submit:hover {
  filter: brightness(90%);
}
.bf-input .btn-submit:active {
  animation-name: bf-input-btn-submit-active;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.bf-input .btn-submit.btn-alert {
  background-color: #DD0000;
}
.bf-input .btn-submit.btn-grey {
  background-color: #BCBCBC;
}
.bf-input .textarea {
  min-height: 500px;
}
.bf-input .input-radio {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: wrap;
  transition-duration: 0.3s;
  gap: 8px;
  padding: 8px 8px 8px 0px;
}
.bf-input .input-radio.light input[type=radio]:checked + .radio-text {
  background-color: #E7E7E7;
  color: #4F4F4F;
}
.bf-input .input-radio.s-form .radio-text {
  padding: 4px 8px;
  font-size: 15px;
}
.bf-input .input-radio .radio-item input[type=radio] {
  display: none;
}
.bf-input .input-radio .radio-text {
  background-color: #FFF;
  padding: 6px 12px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  min-width: 25px;
  text-align: center;
}
.bf-input .input-radio .radio-text:hover {
  background-color: #becfff;
}
.bf-input .input-radio input[type=radio]:checked + .radio-text {
  background-color: #1e57ff;
  color: #FFF;
}
.bf-input .input-search {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='22.5' y='22.5' width='17' height='17' rx='8.5' transform='rotate(180 22.5 22.5)' stroke='%234F4F4F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 20L27 27' stroke='%234F4F4F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 8px center;
  padding-right: 28px;
}
.bf-input .input-switch input[type=checkbox] {
  display: none;
}
.bf-input .input-switch .switch-dock {
  position: relative;
  padding: 4px;
  border-radius: 28px;
  cursor: pointer;
  min-width: 48px;
  height: 16px;
  border: 2px solid #BCBCBC;
  line-height: 16px;
  display: inline-flex;
  transition-duration: 0.3s;
}
.bf-input .input-switch .switch-dock::before {
  content: "";
  background-color: #4F4F4F;
  position: absolute;
  top: 8px;
  right: calc(100% - 20px);
  left: 2px;
  width: 20px;
  height: 8px;
  z-index: 30;
  border-radius: inherit;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  transition-duration: 0.3s;
}
.bf-input .input-switch .switch-dock .on {
  text-align: right;
  width: 100%;
  margin-right: 24px;
  margin-left: 4px;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bf-input .input-switch .switch-dock .off {
  text-align: left;
  width: 100%;
  margin-left: 24px;
  margin-right: 4px;
  font-size: 15px;
  color: #828282;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bf-input .input-switch input[type=checkbox]:checked + .switch-dock {
  background-color: #1e57ff;
  color: #FFF;
  border-color: #1e57ff;
}
.bf-input .input-switch input[type=checkbox]:checked + .switch-dock::before {
  top: 2px;
  width: 20px;
  height: 20px;
}
.bf-input .input-switch input[type=checkbox]:checked + .switch-dock::before {
  right: 2px;
  left: calc(100% - 22px);
  background-color: #FFF;
}
.bf-input .input-switch.light input[type=checkbox] + .switch-dock {
  background-color: #E7E7E7;
  border-color: #828282;
  color: #828282;
}
.bf-input .input-switch.light input[type=checkbox]:checked + .switch-dock {
  background-color: #828282;
  border-color: #828282;
  color: #FFF;
}
.bf-input .input-checkbox input[type=checkbox] {
  display: none;
}
.bf-input .input-checkbox .checkbox-item:first-child .checkbox-text {
  padding-top: 16px !important;
}
.bf-input .input-checkbox .checkbox-item:last-child .checkbox-text {
  padding-bottom: 16px !important;
}
.bf-input .input-checkbox .checkbox-text {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  flex-wrap: nowrap;
}
.bf-input .input-checkbox .checkbox-text span {
  flex: 1;
  -webkit-line-clamp: 1;
}
.bf-input .input-checkbox .checkbox-text::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 24px;
  border: 2px solid #BCBCBC;
  background-color: #FAFAFA;
  margin-right: 8px;
}
.bf-input .input-checkbox .checkbox-text:hover::before {
  border-color: #1e57ff;
  transition-duration: 0.3s;
}
.bf-input .input-checkbox input[type=checkbox]:checked + .checkbox-text {
  color: #1e57ff;
}
.bf-input .input-checkbox input[type=checkbox]:checked + .checkbox-text::before {
  border-color: #1e57ff;
  box-shadow: inset 0 0 0 2px #FFF;
  background-color: #1e57ff;
}
.bf-input .input-checklist {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  gap: 0 !important;
  overflow-y: auto;
  max-height: 28vh;
}
.bf-input .input-checklist > label .checkbox-text {
  max-height: 0px;
  overflow: hidden;
  padding: 0px 12px;
  border-bottom: none;
}
.bf-input .input-checklist > label:last-child .checkbox-text {
  border-bottom: none !important;
}
.bf-input .input-checklist > label input[type=checkbox]:checked ~ .checkbox-text {
  max-height: 120px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.bf-input .input-checklist:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.bf-input .input-checklist:hover > label .checkbox-text {
  max-height: 120px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.bf-input .input-checklist:hover > label .checkbox-text:hover {
  background: linear-gradient(90deg, #F1F6FF 0.87%, rgba(241, 246, 255, 0) 81.84%);
}
.bf-input .input-slider .slider-bar {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  display: flex;
}
.bf-input .input-slider .slider-bar .slider-progress {
  background-color: #1e57ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: 8;
  transition-duration: unset !important;
  border-radius: 20px;
}
.bf-input .input-slider .slider-bar .slider-span {
  position: absolute;
  background-color: #1e57ff;
  cursor: pointer;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  left: 0;
  top: calc(50% - 10px);
  z-index: 10;
  border: 2px solid transparent;
  transition-duration: unset !important;
}
.bf-input .input-slider .slider-bar .slider-span:hover {
  border-color: #7396ff;
}
.bf-input .input-slider .slider-bar span {
  display: flex;
  flex: 1;
  position: relative;
  height: 4px;
  z-index: 9;
  cursor: pointer;
}
.bf-input .input-slider .slider-bar span:last-child {
  border-right: none;
}
.bf-input .input-slider .slider-bar span:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.bf-input .input-slider .slider-bar span::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  top: 1px;
}
.bf-input .input-slider .slider-pin {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bf-input .input-slider .slider-pin .item {
  position: relative;
  margin-top: 12px;
  text-align: center;
  flex: 1;
}
.bf-input .input-slider .slider-pin .item span {
  cursor: pointer;
  padding: 4px 16px;
  border-radius: 24px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bf-input .input-slider .slider-pin .item span:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.bf-input .input-slider .slider-pin .item.active {
  display: unset !important;
}
.bf-input .input-slider .slider-pin .item.active span {
  color: #FFF;
  background-color: #1e57ff;
}
.bf-input .input-slider .slider-pin .item:first-child {
  text-align: left;
}
.bf-input .input-slider .slider-pin .item:last-child {
  text-align: right;
}
.bf-input .show-pass {
  cursor: pointer;
}
.bf-input .show-pass.active .fc_view::before, .bf-input .show-pass:hover .fc_view::before {
  content: "ĥ";
}

ul.bf-breadcum {
  display: inline-flex;
  gap: 8px;
  padding: 0px;
}
ul.bf-breadcum a.item,
ul.bf-breadcum li.item {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0px;
}
ul.bf-breadcum a.item::after,
ul.bf-breadcum li.item::after {
  content: "÷";
  font-family: "Focusicon Solid";
  font-size: 16px;
  line-height: 16px;
  margin-left: 12px;
  font-weight: 400;
  color: #1e57ff;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  line-height: 0;
  vertical-align: -0.15em;
  text-align: center;
  box-sizing: border-box;
}
ul.bf-breadcum a.item span,
ul.bf-breadcum li.item span {
  flex: 1;
}
ul.bf-breadcum a.item:last-child::after,
ul.bf-breadcum li.item:last-child::after {
  display: none;
}

@keyframes bf-input-btn-submit-active {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.94);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bf-page {
  display: inline-flex;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 0px;
  border-radius: 24px;
  overflow-y: hidden;
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition-duration: 0.3s;
  align-items: center;
  padding: 2px;
}
.bf-page > .item, .bf-page > li {
  font-size: 17px;
  background-color: #FFF;
  padding: 4px 12px;
  border-radius: 24px;
  color: #4F4F4F;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bf-page > .item::before, .bf-page > li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  background-color: transparent;
  transition-duration: 0.3s;
  height: 4px;
  border-radius: 24px;
}
.bf-page > .item.active, .bf-page > li.active {
  color: #1e57ff !important;
  pointer-events: unset;
}
.bf-page > .item.active::before, .bf-page > li.active::before {
  background-color: #1e57ff;
  left: 12px;
  right: 12px;
}
.bf-page > .item:hover, .bf-page > li:hover {
  background-color: #becfff;
  color: #1e57ff;
}
.bf-page > .item:hover::after, .bf-page > li:hover::after {
  background: #1e57ff;
  left: 8px;
  right: 8px;
}
.bf-page > .item.hide, .bf-page > li.hide {
  min-width: 4px;
  max-width: 4px;
  max-height: 4px;
  overflow: hidden;
  padding: 0px;
  background-color: #BCBCBC;
  margin: 2px;
  text-align: center;
}
.bf-page > .item.hide:hover, .bf-page > li.hide:hover {
  max-width: 80px;
  min-width: 18px;
  max-height: 80px;
  padding: 4px 12px;
  background-color: #becfff;
}
.bf-page > .item.hide.active, .bf-page > li.hide.active {
  max-width: 80px;
  min-width: 18px;
  max-height: 80px;
  padding: 4px 12px;
  background-color: #FFF;
}

.bf-area-load,
.bf-block-load,
.bf-form-load,
.bf-load-dock,
.bf-segment-load {
  position: relative;
}
.bf-area-load .form-section,
.bf-block-load .form-section,
.bf-form-load .form-section,
.bf-load-dock .form-section,
.bf-segment-load .form-section {
  opacity: 1;
}
.bf-area-load.pending .form-section,
.bf-block-load.pending .form-section,
.bf-form-load.pending .form-section,
.bf-load-dock.pending .form-section,
.bf-segment-load.pending .form-section {
  opacity: 0.3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.bf-area-load .area-reload,
.bf-block-load .area-reload,
.bf-form-load .area-reload,
.bf-load-dock .area-reload,
.bf-segment-load .area-reload {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #4F4F4F;
  font-size: 15px;
  z-index: 10;
  cursor: pointer;
}
.bf-area-load .area-reload:hover,
.bf-block-load .area-reload:hover,
.bf-form-load .area-reload:hover,
.bf-load-dock .area-reload:hover,
.bf-segment-load .area-reload:hover {
  text-decoration: underline;
}

.bf-load-holder {
  position: relative;
  overflow: hidden;
}
.bf-load-holder::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  animation: phAnimation 0.8s linear infinite;
  content: " ";
  pointer-events: none;
}
.bf-load-holder .holder-block {
  background-color: #E7E7E7;
}

@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
.bf-block-load {
  cursor: pointer;
}

.bf-area-load.pending::after,
.bf-block-load.pending::after {
  position: absolute;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "" !important;
  border-radius: inherit;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-image: url("loading.gif");
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.bf-pending.active, .bf-area-load.pending .bf-pending,
.bf-block-load.pending .bf-pending,
.bf-form-load.pending .bf-pending,
.bf-load-dock.pending .bf-pending,
.bf-segment-load.pending .bf-pending {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  bottom: 0;
  left: 0;
  align-items: center;
  opacity: 0.3 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bf-pending.active:after, .bf-area-load.pending .bf-pending:after,
.bf-block-load.pending .bf-pending:after,
.bf-form-load.pending .bf-pending:after,
.bf-load-dock.pending .bf-pending:after,
.bf-segment-load.pending .bf-pending:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #333;
  display: inline-flex;
  position: absolute;
  animation-name: bf-pending-revert;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
.bf-pending.active:before, .bf-area-load.pending .bf-pending:before,
.bf-block-load.pending .bf-pending:before,
.bf-form-load.pending .bf-pending:before,
.bf-load-dock.pending .bf-pending:before,
.bf-segment-load.pending .bf-pending:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #FFF;
  display: inline-block;
  position: absolute;
  animation-name: bf-pending;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-delay: 0.5s;
  z-index: 30;
}

@keyframes bf-pending {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes bf-pending-revert {
  0% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.1);
  }
}
.bf-pendingbar {
  background-color: #4F4F4F;
  border-radius: 24px;
  padding: 12px 12px 12px 16px;
  color: #FFF;
  position: fixed;
  z-index: 7000;
  width: 15vw;
  left: calc(50% - 7.5vw);
  right: calc(50% - 7.5vw);
  bottom: -10vw;
}
.bf-pendingbar.active {
  bottom: 5vw;
}
.bf-pendingbar .bf-close-pending {
  cursor: pointer;
}
.bf-pendingbar .pending-progress {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.bf-pendingbar .pending-progress .progress-bar {
  background-color: #1e57ff;
  border-radius: 8px;
  width: 0%;
  height: 4px;
}

.bf-tooltip {
  position: fixed;
  opacity: 0;
  border-radius: 12px;
  background-color: #fff7ea;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}
.bf-tooltip.active {
  max-width: 350px;
  max-height: 500px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 9999;
}

.bf-notify {
  position: fixed;
  right: 16px;
  bottom: 16px;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 0;
  max-height: 0;
  z-index: 9999;
  color: #828282;
  overflow: hidden;
  width: calc(680px / 2);
}
.bf-notify.active {
  max-height: 500px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transform: translateY(-16px);
}
.bf-notify .notify-close:hover {
  cursor: pointer;
  color: #333;
}
.bf-notify .notify-content {
  color: #000;
}

.dark.bf-border, .dark.bf-border-top, .dark.bf-border-left, .dark.bf-border-right, .dark.bf-border-bottom {
  border-color: #000;
}
.darkgray.bf-border, .darkgray.bf-border-top, .darkgray.bf-border-left, .darkgray.bf-border-right, .darkgray.bf-border-bottom {
  border-color: rgba(0, 0, 0, 0.3);
}
.valid.bf-border, .valid.bf-border-top, .valid.bf-border-left, .valid.bf-border-right, .valid.bf-border-bottom {
  border-color: #1e57ff;
}
.invalid.bf-border, .invalid.bf-border-top, .invalid.bf-border-left, .invalid.bf-border-right, .invalid.bf-border-bottom {
  border-color: #DD0000;
}
.bold.bf-border, .bold.bf-border-top, .bold.bf-border-left, .bold.bf-border-right, .bold.bf-border-bottom {
  border-width: 3px;
}

.bf-row.reverse .bf-border-bottom.inlist:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.bf-row.reverse .bf-border-bottom.inlist:first-child {
  border-bottom: none;
}

.bf-border {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.bf-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.bf-border-bottom.inlist:last-child {
  border-bottom: none;
}
.bf-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.bf-border-right.inlist:last-child {
  border-right: none;
}
.bf-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.bf-border-left.inlist:last-child {
  border-left: none;
}
.bf-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.bf-border-top.inlist:last-child {
  border-top: none;
}

.bf-radius-x {
  border-radius: 0px !important;
}
.bf-radius-s {
  border-radius: 4px !important;
}
.bf-radius-s-x2 {
  border-radius: 8px !important;
}
.bf-radius-s-x4 {
  border-radius: 16px !important;
}
.bf-radius-m {
  border-radius: 8px !important;
}
.bf-radius-m-x2 {
  border-radius: 16px !important;
}
.bf-radius-m-x4 {
  border-radius: 32px !important;
}
.bf-radius-l {
  border-radius: 12px !important;
}
.bf-radius-l-x2 {
  border-radius: 24px !important;
}
.bf-radius-l-x4 {
  border-radius: 48px !important;
}
.bf-radius-xl {
  border-radius: 16px !important;
}
.bf-radius-xl-x2 {
  border-radius: 32px !important;
}
.bf-radius-xl-x4 {
  border-radius: 64px !important;
}
.bf-radius-xxl {
  border-radius: 20px !important;
}
.bf-radius-xxl-x2 {
  border-radius: 40px !important;
}
.bf-radius-xxl-x4 {
  border-radius: 80px !important;
}
.bf-radius-3xl {
  border-radius: 24px !important;
}
.bf-radius-3xl-x2 {
  border-radius: 48px !important;
}
.bf-radius-3xl-x4 {
  border-radius: 96px !important;
}
.bf-radius-4xl {
  border-radius: 28px !important;
}
.bf-radius-4xl-x2 {
  border-radius: 56px !important;
}
.bf-radius-4xl-x4 {
  border-radius: 112px !important;
}
.bf-radius-5xl {
  border-radius: 32px !important;
}
.bf-radius-5xl-x2 {
  border-radius: 64px !important;
}
.bf-radius-5xl-x4 {
  border-radius: 128px !important;
}
.bf-radius-6xl {
  border-radius: 36px !important;
}
.bf-radius-6xl-x2 {
  border-radius: 72px !important;
}
.bf-radius-6xl-x4 {
  border-radius: 144px !important;
}
.bf-radius-100 {
  border-radius: 100% !important;
}

.bf-mar-x {
  margin: 0 !important;
}
.bf-mar-xs {
  margin: 2px !important;
}
.bf-mar-xs-x2 {
  margin: 4px !important;
}
.bf-mar-xs-x4 {
  margin: 8px !important;
}
.bf-mar-s {
  margin: 4px !important;
}
.bf-mar-s-x2 {
  margin: 8px !important;
}
.bf-mar-s-x4 {
  margin: 16px !important;
}
.bf-mar-m {
  margin: 8px !important;
}
.bf-mar-m-x2 {
  margin: 16px !important;
}
.bf-mar-m-x4 {
  margin: 32px !important;
}
.bf-mar-l {
  margin: 12px !important;
}
.bf-mar-l-x2 {
  margin: 24px !important;
}
.bf-mar-l-x4 {
  margin: 48px !important;
}
.bf-mar-xl {
  margin: 16px !important;
}
.bf-mar-xl-x2 {
  margin: 32px !important;
}
.bf-mar-xl-x4 {
  margin: 64px !important;
}
.bf-mar-xxl {
  margin: 20px !important;
}
.bf-mar-xxl-x2 {
  margin: 40px !important;
}
.bf-mar-xxl-x4 {
  margin: 80px !important;
}
.bf-mar-3xl {
  margin: 24px !important;
}
.bf-mar-3xl-x2 {
  margin: 48px !important;
}
.bf-mar-3xl-x4 {
  margin: 96px !important;
}
.bf-mar-4xl {
  margin: 28px !important;
}
.bf-mar-4xl-x2 {
  margin: 56px !important;
}
.bf-mar-4xl-x4 {
  margin: 112px !important;
}
.bf-mar-5xl {
  margin: 32px !important;
}
.bf-mar-5xl-x2 {
  margin: 64px !important;
}
.bf-mar-5xl-x4 {
  margin: 128px !important;
}
.bf-mar-6xl {
  margin: 36px !important;
}
.bf-mar-6xl-x2 {
  margin: 72px !important;
}
.bf-mar-6xl-x4 {
  margin: 144px !important;
}
.bf-marl-x {
  margin-left: 0 !important;
}
.bf-marr-x {
  margin-right: 0 !important;
}
.bf-mart-x {
  margin-top: 0 !important;
}
.bf-marb-x {
  margin-bottom: 0 !important;
}
.bf-marl-auto {
  margin-left: auto !important;
}
.bf-marr-auto {
  margin-right: auto !important;
}
.bf-marlr-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.bf-martb-x {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bf-tag {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  font-size: 13px;
  padding: 0px 8px;
  background-color: #FFF;
  margin-right: 8px;
  display: inline-flex;
  flex-wrap: nowrap !important;
}
.bf-tag.light {
  background-color: rgba(0, 0, 0, 0.05);
  color: #828282;
}
.bf-tag.dark {
  background-color: #4F4F4F;
  color: #FFF;
}
.bf-tag.inline {
  box-sizing: content-box;
  display: inline-block;
}
.bf-tag.inline.bf-row {
  display: inline-flex !important;
}
.bf-tag.full {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.bf-tag:last-child {
  margin-right: unset;
}
.bf-tag.circle {
  min-width: 32px;
  box-sizing: border-box;
  text-align: center;
}

.bf-badge {
  background-color: #DD0000;
  color: #FFF;
  font-size: 15px;
  min-width: 28px;
  padding: 2px 4px;
  border-radius: 20px;
  position: absolute;
  top: calc(0% - 8px);
  right: calc(0% - 8px);
  text-align: center;
}

.bf-pointer {
  cursor: pointer;
}

.bf-highlight, .bf-hightlight {
  background-color: #fff7ea;
}
.bf-light {
  background-color: #E7E7E7;
}
.bf-semilight {
  background-color: #F3F3F3;
}
.bf-darkgrey {
  background-color: rgba(0, 0, 0, 0.3);
}
.bf-grey {
  background-color: #FAFAFA;
}
.bf-white {
  background-color: #FFF;
  color: #000;
}
.bf-black {
  background-color: #000;
  color: #FFF;
}
.bf-black .bf-border {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.bf-black .bf-border-bottom, .bf-black .bf-border-left, .bf-black .bf-border-right, .bf-black .bf-border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.bf-black hr {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.bf-dark {
  background-color: #333333;
  color: #FFF;
}
.bf-hover-light.active, .bf-hover-light.enter, .bf-hover-light:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.bf-hover-light.bf-black:hover {
  color: #4F4F4F;
}
.bf-hover-valid:hover {
  background-color: #becfff;
}
.bf-hover-valid.hard:hover {
  background-color: #1e57ff;
  color: #FFF;
}
.bf-hover-invalid:hover {
  background-color: #ffe2e2;
}
.bf-hover-invalid.hard:hover {
  background-color: #DD0000;
  color: #FFF;
}
.bf-hover-highlight:hover, .bf-hover-hightlight:hover {
  background-color: #fff7ea;
}
.bf-hover-text-valid:hover {
  color: #1e57ff;
}
.bf-hover-text-invalid:hover {
  color: #DD0000;
}
.bf-invalid {
  color: #DD0000;
  background-color: #ffe2e2;
}
.bf-invalid.hard {
  background-color: #DD0000;
  color: #FFF;
}
.bf-valid {
  color: #1e57ff;
  background-color: #becfff;
}
.bf-valid.hard {
  background-color: #1e57ff;
  color: #FFF;
}
.bf-breakfast {
  color: #333333;
  background-color: #f9bf05;
}

.bf-graph {
  position: relative;
}
.bf-graph .graph-label {
  fill: #333333;
}
.bf-graph .graph-dot {
  fill: #BCBCBC;
}
.bf-graph .graph-line {
  stroke: #F3F3F3;
}
.bf-graph .graph-mainline {
  stroke-width: 2.5;
  stroke-miterlimit: 10;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bf-graph .graph-mainline.active {
  stroke-width: 3;
}
.bf-graph .graph-backline.unactive {
  opacity: 0.5;
}
.bf-graph .graph-block {
  max-height: 0;
}
.bf-graph .graph-circle {
  fill: transparent;
  z-index: 30;
  zoom: 0.5;
}
.bf-graph .graph-circle.active {
  fill: #527EFF;
  zoom: 1;
}
.bf-graph .graph-hover {
  position: absolute;
  z-index: -1;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  border-radius: 16px;
  background-color: #FFF;
  box-sizing: border-box;
  border: 1px solid transparent;
  color: #000;
  padding: 2px 8px;
}
.bf-graph .graph-hover.active {
  border: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 300px;
  max-height: 300px;
  z-index: 100;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.bf-graph .graph-caption.unactive {
  opacity: 0;
}
.bf-graph .graph-caption.active {
  opacity: 1;
  background-color: #E7E7E7;
}
.bf-graph .graph-block:hover, .bf-graph .graph-value:hover {
  filter: brightness(80%);
  opacity: 1;
}

.bf-hidden {
  display: none;
}
.bf-disabled {
  opacity: 0.5;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  pointer-events: none;
}
.bf-over-y {
  overflow-y: auto;
}
.bf-over-x {
  overflow-x: auto;
}
.bf-over-x-0 {
  overflow-x: hidden;
}
.bf-over-y-0 {
  overflow-y: hidden;
}
.bf-over-v {
  overflow: visible;
}
.bf-over-0 {
  overflow: hidden;
}
.bf-block {
  display: block;
}
.bf-inline {
  display: inline-block;
}
.bf-sticky-top {
  position: sticky;
  z-index: 7000;
  top: 0;
}
.bf-sticky-bottom {
  position: sticky;
  z-index: 7000;
  bottom: 0;
}
.bf-sticky-behind {
  position: sticky;
  top: 0;
}
.bf-relative {
  position: relative;
}
.bf-absolute {
  position: absolute !important;
}
.bf-fixed {
  position: fixed !important;
  z-index: 50;
}

.top.bf-absolute, .top.bf-fixed {
  top: 0;
}
.left.bf-absolute, .left.bf-fixed {
  left: 0;
}
.right.bf-absolute, .right.bf-fixed {
  right: 0;
}
.bottom.bf-absolute, .bottom.bf-fixed {
  bottom: 0;
}

.bf-jumpboard {
  background-color: #FFF;
  box-shadow: 0 24px 32px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  left: calc(50vw - 300px);
  right: calc(50vw - 300px);
  max-width: 600px;
  max-height: 0;
  overflow: hidden;
  border-radius: 16px;
  z-index: 999999;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.bf-jumpboard.active {
  bottom: 16px;
  max-height: 60vh;
  overflow-y: auto;
}

.bf-board {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.bf-collapse .collapse-tab {
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bf-collapse .collapse-tab.active {
  background-color: #333;
  color: #FFF;
}
.bf-collapse .collapse-tab:last-child {
  margin-right: 0;
}
.bf-collapse .collapse-track .collapse-section {
  box-sizing: content-box;
  max-height: 0;
  overflow: hidden;
}
.bf-collapse .collapse-track .collapse-section.render {
  max-height: 0;
  overflow: hidden;
}
.bf-collapse .collapse-track .collapse-section.active {
  overflow: visible;
  max-height: 99999px;
}
.bf-collapse .collapse-track .collapse-section.active.form-s {
  max-height: 300px;
}
.bf-collapse .collapse-track .collapse-section.active.form-m {
  max-height: 600px;
}
.bf-collapse .collapse-track .collapse-section.active.form-l {
  max-height: 900px;
}
.bf-collapse .collapse-track .collapse-section.active.form-xl {
  max-height: 1200px;
}
.bf-collapse .collapse-track .collapse-section.active.form-xxl {
  max-height: 2000px;
}
.bf-collapse .collapse-track .collapse-section.active.form-3xl {
  max-height: 4000px;
}
.bf-collapse .collapse-track .collapse-section.active.form-maxh {
  max-height: 100vh;
}

.bf-section .section-tab .section-title {
  cursor: pointer;
}
.bf-section .section-tab .section-title::after {
  content: "î";
}
.bf-section .section-tab .section-content {
  max-height: 0;
  overflow: hidden;
}
.bf-section .section-tab.active .section-title::after {
  transform: rotate(180deg);
}
.bf-section .section-tab.active .section-content {
  max-height: 99999px;
  overflow: unset;
}
.bf-section .section-tab.active .section-content.form-s {
  max-height: 300px;
}
.bf-section .section-tab.active .section-content.form-m {
  max-height: 600px;
}
.bf-section .section-tab.active .section-content.form-l {
  max-height: 900px;
}
.bf-section .section-tab.active .section-content.form-xl {
  max-height: 1200px;
}
.bf-section .section-tab.active .section-content.form-xxl {
  max-height: 2000px;
}
.bf-section .section-tab.active .section-content.form-3xl {
  max-height: 4000px;
}
.bf-section .section-tab.active .section-content.form-maxh {
  max-height: 100vh;
}

.bf-pre {
  margin: 0;
}

.bf-blockquote,
blockquote {
  background-color: #F3F3F3;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #E7E7E7;
  margin: 0;
}

.bf-bar {
  position: relative;
}
.bf-bar .block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}

.bf-list {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  gap: 0 !important;
}
.bf-list.no-border {
  border-width: 0;
}
.bf-list.dot {
  list-style-type: disc;
}
.bf-list.dot > .item, .bf-list.dot > li, bf-liss .bf-list.dot > ol {
  list-style-type: disc;
}
.bf-list > .item, .bf-list > li, .bf-list > ol,
.bf-list tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.bf-list > .item:last-child, .bf-list > li:last-child, .bf-list > ol:last-child,
.bf-list tr:last-child {
  border-bottom: none;
}
.bf-list > .item:hover::before, .bf-list > li:hover::before, .bf-list > ol:hover::before,
.bf-list tr:hover::before {
  left: 0;
  background-color: #1e57ff;
  border-radius: 8px;
  animation-name: listhover;
}
.bf-list > .item:hover, .bf-list > li:hover, .bf-list > ol:hover,
.bf-list tr:hover {
  background: linear-gradient(90deg, #F1F6FF 0.87%, rgba(241, 246, 255, 0) 81.84%);
}
.bf-list > .item:first-child, .bf-list > li:first-child, .bf-list > ol:first-child,
.bf-list tr:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.bf-list > .item:last-child, .bf-list > li:last-child, .bf-list > ol:last-child,
.bf-list tr:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.bf-list thead tr:first-child th:first-child {
  border-top-left-radius: 16px;
}
.bf-list thead tr:first-child th:last-child {
  border-top-right-radius: 16px;
}
.bf-list tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  font-weight: 600;
  color: #828282;
}
.bf-list tr td,
.bf-list tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 12px;
}
.bf-list tr:last-child td,
.bf-list tr:last-child th {
  border-bottom: none;
}

table {
  border-collapse: collapse;
}
table th {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
table.table-hover tbody tr:hover {
  background-color: #F1F6FF;
}

.bf-counter {
  counter-reset: list-counter;
}
.bf-counter .item-counter::before {
  counter-increment: list-counter;
  content: counter(list-counter);
}

@keyframes listhover {
  from {
    top: 50%;
    bottom: 50%;
    width: 0;
  }
  to {
    top: 4px;
    bottom: 4px;
    width: 3px;
  }
}
ul.bf-category {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  list-style-type: none;
}
ul.bf-category ul {
  color: #1e57ff;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  list-style-type: none;
  font-weight: 600;
}
ul.bf-category ul li {
  color: #4F4F4F;
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-weight: 400;
}

ul.bf-nostyle {
  list-style-type: none;
}

.bf-attend {
  position: relative;
}
.bf-attend::before {
  content: "";
  background-color: #FFF;
  width: 0;
  height: 0;
  border-radius: 100%;
  z-index: -1;
  position: absolute;
  left: -8px;
  top: -8px;
  animation-name: attending;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.84, 1.42, 0.77, 0.98);
  animation-fill-mode: forwards;
}

@keyframes attending {
  from {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    z-index: -1;
  }
  to {
    width: 8px;
    height: 8px;
    background-color: #1e57ff;
    z-index: 30;
  }
}
.bf-select {
  transition-duration: 0.3s;
}
.bf-select .select-item {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 28px;
  background-color: #FFF;
  padding: 8px;
  cursor: pointer;
  min-height: 40px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  transition-duration: 0.2s;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bf-select .select-item span.move-up {
  transform: translateY(-40px);
  opacity: 0;
}
.bf-select .select-item span.move-out {
  transform: translateY(40px);
  opacity: 0;
}
.bf-select .select-item::after {
  content: "î";
}
.bf-select.selected .select-item::after {
  transform: rotate(-180deg);
}
.bf-select.selected .select-close {
  position: absolute;
  top: 52px;
  right: -56px;
  border-radius: 100%;
  bottom: 12px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  background-color: #1e57ff;
  color: #FFF;
  height: 48px;
  width: 48px;
  display: none !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bf-select.selected .select-close::after {
  font-family: "Focusicon Solid";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  line-height: unset;
  text-align: center;
  box-sizing: border-box;
  content: "Ä";
  font-size: 40px;
  margin-top: -6px;
}
.bf-select.selected .select-close:hover {
  transform: scale(1.1);
}
.bf-select .select-section {
  background-color: #FFF !important;
}
.bf-select .select-section.active {
  max-height: 35vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.bf-select .select-section .item,
.bf-select .select-section .object {
  display: flex;
  padding: 12px;
  background-color: #FFF;
  cursor: pointer;
  align-items: center;
  transition-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bf-select .select-section .item.active,
.bf-select .select-section .object.active {
  background-color: #1e57ff !important;
  color: #FFF;
}
.bf-select .select-section .item.active .input-checkbox .checkbox-text,
.bf-select .select-section .object.active .input-checkbox .checkbox-text {
  color: #FFF;
}
.bf-select .select-section .item.active + .item, .bf-select .select-section .item.active + .object,
.bf-select .select-section .object.active + .item,
.bf-select .select-section .object.active + .object {
  background-color: #FFF;
}
.bf-select .select-section .item:hover,
.bf-select .select-section .object:hover {
  background-color: #F1F6FF;
}
.bf-select .select-section .item .input-checkbox,
.bf-select .select-section .object .input-checkbox {
  display: block;
  width: 100%;
}
.bf-select .select-section .item .input-checkbox .checkbox-text,
.bf-select .select-section .object .input-checkbox .checkbox-text {
  padding: 0;
}
.bf-select .select-section .item .input-checkbox input[type=checkbox]:checked + .checkbox-text::before,
.bf-select .select-section .object .input-checkbox input[type=checkbox]:checked + .checkbox-text::before {
  background-color: #7396ff;
  box-shadow: inset 0 0 0 2px #1e57ff;
  border-color: #FFF;
}
.bf-select .select-checked {
  background-color: #FFF;
  padding: 4px;
  min-height: 16px;
  min-width: 16px;
  text-align: center;
}

.bf-dropdown .dropdown-section.active ~ .dropdown-close {
  position: absolute;
  top: 52px;
  right: -56px;
  border-radius: 100%;
  bottom: 12px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  background-color: #1e57ff;
  color: #FFF;
  height: 48px;
  width: 48px;
  display: none !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bf-dropdown .dropdown-section.active ~ .dropdown-close::after {
  font-family: "Focusicon Solid";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  line-height: unset;
  text-align: center;
  box-sizing: border-box;
  content: "Ä";
  font-size: 40px;
  margin-top: -6px;
}
.bf-dropdown .dropdown-section.active ~ .dropdown-close:hover {
  transform: scale(1.1);
}

.bf-dropdown,
.bf-select {
  position: relative;
  transition-duration: 0.3s;
}
.bf-dropdown .dropdown-section,
.bf-dropdown .select-section,
.bf-select .dropdown-section,
.bf-select .select-section {
  background: #FFF;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 5000;
  max-height: 0;
  overflow: hidden;
  transform: scale(0.8);
  border: 0 solid rgba(0, 0, 0, 0.05);
  max-width: 100vw;
  box-sizing: border-box;
}
.bf-dropdown .dropdown-section.active,
.bf-dropdown .select-section.active,
.bf-select .dropdown-section.active,
.bf-select .select-section.active {
  max-height: 60vh;
  transform: scale(1);
  border-width: 1px;
  overflow-y: auto;
}
.bf-dropdown .dropdown-section.active.visible,
.bf-dropdown .select-section.active.visible,
.bf-select .dropdown-section.active.visible,
.bf-select .select-section.active.visible {
  overflow: visible !important;
}
.bf-dropdown .dropdown-section.top-x,
.bf-dropdown .select-section.top-x,
.bf-select .dropdown-section.top-x,
.bf-select .select-section.top-x {
  top: 0;
  bottom: unset;
}
.bf-dropdown .dropdown-section.bottom-x,
.bf-dropdown .select-section.bottom-x,
.bf-select .dropdown-section.bottom-x,
.bf-select .select-section.bottom-x {
  top: unset;
  bottom: 0;
}
.bf-dropdown .dropdown-section.bottom,
.bf-dropdown .select-section.bottom,
.bf-select .dropdown-section.bottom,
.bf-select .select-section.bottom {
  top: unset;
  bottom: 46px;
}
.bf-dropdown .dropdown-section.left,
.bf-dropdown .select-section.left,
.bf-select .dropdown-section.left,
.bf-select .select-section.left {
  left: 0;
  right: unset;
}
.bf-dropdown .dropdown-section.left-x,
.bf-dropdown .select-section.left-x,
.bf-select .dropdown-section.left-x,
.bf-select .select-section.left-x {
  left: 100%;
  right: unset;
}
.bf-dropdown .dropdown-section.right,
.bf-dropdown .select-section.right,
.bf-select .dropdown-section.right,
.bf-select .select-section.right {
  right: 0;
  left: unset;
}
.bf-dropdown .dropdown-section.right-x,
.bf-dropdown .select-section.right-x,
.bf-select .dropdown-section.right-x,
.bf-select .select-section.right-x {
  right: 100%;
  left: unset;
}
.bf-dropdown .dropdown-section.form-s, .bf-dropdown .dropdown-section.s-form,
.bf-dropdown .select-section.form-s,
.bf-dropdown .select-section.s-form,
.bf-select .dropdown-section.form-s,
.bf-select .dropdown-section.s-form,
.bf-select .select-section.form-s,
.bf-select .select-section.s-form {
  width: 200px;
}
.bf-dropdown .dropdown-section.form-m, .bf-dropdown .dropdown-section.m-form,
.bf-dropdown .select-section.form-m,
.bf-dropdown .select-section.m-form,
.bf-select .dropdown-section.form-m,
.bf-select .dropdown-section.m-form,
.bf-select .select-section.form-m,
.bf-select .select-section.m-form {
  width: 320px;
}
.bf-dropdown .dropdown-section.form-l, .bf-dropdown .dropdown-section.l-form,
.bf-dropdown .select-section.form-l,
.bf-dropdown .select-section.l-form,
.bf-select .dropdown-section.form-l,
.bf-select .dropdown-section.l-form,
.bf-select .select-section.form-l,
.bf-select .select-section.l-form {
  width: 400px;
}
.bf-dropdown .dropdown-section.form-xl, .bf-dropdown .dropdown-section.xl-form,
.bf-dropdown .select-section.form-xl,
.bf-dropdown .select-section.xl-form,
.bf-select .dropdown-section.form-xl,
.bf-select .dropdown-section.xl-form,
.bf-select .select-section.form-xl,
.bf-select .select-section.xl-form {
  width: 800px;
}
.bf-dropdown .dropdown-section.left-side,
.bf-dropdown .select-section.left-side,
.bf-select .dropdown-section.left-side,
.bf-select .select-section.left-side {
  left: 100% !important;
  right: unset !important;
}
.bf-dropdown .dropdown-section.right-side,
.bf-dropdown .select-section.right-side,
.bf-select .dropdown-section.right-side,
.bf-select .select-section.right-side {
  right: 100% !important;
  left: unset;
}
.bf-dropdown .dropdown-title,
.bf-select .dropdown-title {
  cursor: pointer;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}
.bf-dropdown .dropdown-title::after,
.bf-select .dropdown-title::after {
  content: "î";
}
.bf-dropdown.hover:hover .dropdown-title::after,
.bf-select.hover:hover .dropdown-title::after {
  transform: rotate(180deg);
}

.bf-effect {
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
}
.bf-effect.fade-out {
  animation-name: fade-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  animation-duration: 0.1s;
}
.bf-effect.fade-in {
  animation-name: fade-in;
}
.bf-effect.slide-up {
  animation-name: slide-up;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.bf-effect.slide-up-reverse {
  animation-name: slide-up-reverse;
}
.bf-effect.zoom-out {
  animation-name: zoom-out;
}
.bf-effect.zoom-in {
  animation-name: zoom-in;
}

@keyframes zoom-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.85);
  }
}
@keyframes zoom-in {
  from {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-up {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(-10%);
  }
}
@keyframes slide-up-reverse {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.bf-animate {
  position: relative;
}
.bf-animate-item {
  transform: translateX(20px);
  opacity: 0;
  position: relative;
}
.bf-animate-item.show {
  transform: translateX(0px);
  opacity: 1;
}
.bf-animate.dir-up .bf-animate-item {
  transform: translateY(20px);
}
.bf-animate.dir-up .bf-animate-item.show {
  transform: translateY(0px);
}

.arrow-left::before, .arrow-right::after, .arrow-up::after, .arrow-down::after, .bf-extend .extend-title::after, .bf-extend.active .extend-title::after, .bf-section .section-tab .section-title::after, .bf-section .section-tab.active .section-title::after, .bf-select .select-item::after, .bf-dropdown .dropdown-title::after,
.bf-select .dropdown-title::after {
  display: inline-block;
  margin-left: 8px;
  font-family: "Focusicon Solid";
  font-size: 16px;
  line-height: 1;
  padding: 4px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  color: #333333;
}

.below[class^=arrow]::after {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.arrow-down::after {
  content: "î";
}
.arrow-up::after {
  content: "ù";
}
.arrow-right::after {
  content: "÷";
}
.arrow-left::before {
  content: "ø";
  margin-right: 8px;
  margin-left: 0;
}

.remove-active {
  cursor: pointer;
}

.bf-confirm {
  position: relative;
}
.bf-confirm .confirm-section {
  position: absolute;
  background-color: #FFF;
  border-radius: 16px;
  transition-duration: 0.3s;
  left: -5%;
  right: -5%;
  top: 16px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  z-index: -1;
  min-width: 200px;
  max-height: 0;
}
.bf-confirm .confirm-section.active {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 5000;
  opacity: 1;
  transform: translateY(0px);
  max-height: 500px;
}
.bf-confirm .confirm-section.active.form-s, .bf-confirm .confirm-section.active.s-form {
  width: 200px;
  left: calc(50% - 100px);
  right: unset !important;
}
.bf-confirm .confirm-section.active.form-m, .bf-confirm .confirm-section.active.m-form {
  width: 320px;
  left: calc(50% - 160px);
  right: unset !important;
}
.bf-confirm .confirm-section.active.form-l, .bf-confirm .confirm-section.active.l-form {
  width: 400px;
  left: calc(50% - 200px);
  right: unset !important;
}
.bf-confirm .confirm-section.active.form-xl, .bf-confirm .confirm-section.active.xl-form {
  width: 800px;
  left: calc(50% - 400px);
  right: unset !important;
}
.bf-confirm .confirm-section.right {
  left: unset !important;
}

.bf-popup,
.bf-subpopup {
  position: fixed;
  height: 0;
  width: 0;
  opacity: 0;
  border-radius: 16px;
  zoom: 0.8;
  transform: translateY(3vh);
  left: 20vw;
  right: 20vw;
  top: 7.5vh;
  bottom: 7.5vh;
  z-index: -1;
}
.bf-popup.active,
.bf-subpopup.active {
  height: 85vh;
  width: 60vw;
  background: #FFF;
  box-shadow: 0 0 0 500px rgba(255, 255, 255, 0.6), 0 20px 40px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.05);
  zoom: 1;
  transform: translateY(0vh);
}
.bf-popup.active.fullscreen,
.bf-subpopup.active.fullscreen {
  width: 100vw;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  height: 100vh;
}
.bf-popup.active.fullscreen + .popup-action, .bf-popup.active.fullscreen + .subpopup-action,
.bf-subpopup.active.fullscreen + .popup-action,
.bf-subpopup.active.fullscreen + .subpopup-action {
  top: 0vh;
  right: 20px;
}
.bf-popup.active.fullscreen + .popup-action .fc_expand::before, .bf-popup.active.fullscreen + .subpopup-action .fc_expand::before,
.bf-subpopup.active.fullscreen + .popup-action .fc_expand::before,
.bf-subpopup.active.fullscreen + .subpopup-action .fc_expand::before {
  content: "Ɯ";
  transform: rotate(180deg);
  transition-duration: 0.3s;
}
.bf-popup + .popup-action, .bf-popup + .subpopup-action,
.bf-subpopup + .popup-action,
.bf-subpopup + .subpopup-action {
  opacity: 0;
  position: fixed;
  right: calc(20vw - 30px);
  background-color: #FFF;
  border-radius: 24px;
  box-shadow: 0 0 0 transparent;
  overflow: hidden;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  transition-duration: 0.3s;
  top: 7.5vh;
}

.bf-popup.active {
  z-index: 5000;
}
.bf-popup.active + .popup-action {
  z-index: 5000;
  max-width: 64px;
  max-height: 104px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.bf-subpopup {
  top: 7.5vh;
}
.bf-subpopup.active {
  z-index: 10000;
}
.bf-subpopup.active + .subpopup-action {
  z-index: 10000;
  max-width: 64px;
  max-height: 104px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.bf-subpopup.active + .subpopup-action {
  top: 7.5vh;
}

header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background-color: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
}

.bf-nav {
  display: flex;
}
.bf-nav .nav-items {
  display: flex;
}
.bf-nav .nav-items > .item {
  color: #333333;
  font-size: 17px;
  padding: 16px;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 12px;
}
.bf-nav .nav-items > .item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.bf-nav .nav-items > .item.active {
  position: relative;
  color: #1e57ff;
  font-weight: 700;
}
.bf-nav .nav-items > .item.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: #1e57ff;
  left: 20px;
  right: 20px;
  border-radius: 8px 8px 0px 0px;
}
.bf-nav .logo {
  height: 32px;
  padding: 4px;
}
.bf-nav .logo img {
  display: block;
}
.bf-nav .nav-mobile-icon {
  display: none;
}

.bf-steps {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.bf-steps::before {
  content: "";
  height: 4px;
  top: 12px;
  background-color: #BCBCBC;
  width: 100%;
  position: absolute;
}
.bf-steps.vertical {
  flex-direction: column;
}
.bf-steps.vertical::before {
  width: 4px;
  height: 100%;
}
.bf-steps.vertical li {
  flex-direction: row;
  gap: 8px;
  align-items: flex-start !important;
  text-align: left !important;
}
.bf-steps.vertical li::before {
  height: 0;
  width: 4px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.bf-steps.vertical li::after {
  left: -8px !important;
  top: 0px !important;
}
.bf-steps.vertical li:last-child::after {
  top: calc(100% - 16px) !important;
}
.bf-steps.vertical li.active::before {
  animation-name: step-active-vertical;
}
.bf-steps.unreveal li label .label-name {
  display: none;
}
.bf-steps.unreveal li.active.current label .label-name {
  display: block;
}
.bf-steps.unreveal li.active.current + li .label-name {
  display: block;
}
.bf-steps li {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.bf-steps li::before {
  content: "";
  height: 4px;
  margin-bottom: 12px;
  margin-top: 12px;
  background-color: #1e57ff;
  width: 0;
  margin-right: auto;
}
.bf-steps li::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #BCBCBC;
  background-color: #FAFAFA;
  border-radius: 16px;
  position: absolute;
  left: calc(50% - 8px);
  top: 4px;
}
.bf-steps li:first-child {
  align-items: flex-start;
  text-align: left;
}
.bf-steps li:first-child::after {
  left: 0px;
}
.bf-steps li:last-child {
  align-items: flex-end;
  text-align: right;
}
.bf-steps li:last-child::after {
  left: calc(100% - 18px);
}
.bf-steps li.active::before {
  animation-name: step-active;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.bf-steps li.active::after {
  background-color: #1e57ff;
  border-color: #1e57ff;
  box-shadow: inset 0px 0px 0px 2px #FFF;
}
.bf-steps li.active label {
  color: #1e57ff;
}
.bf-steps li.current {
  flex: 2;
}
.bf-steps li.pass label .label-name {
  color: #BCBCBC;
}
.bf-steps li.next label .label-name {
  color: #BCBCBC;
}

@keyframes step-active {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes step-active-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 56px;
  }
}
.bf-desktop-hidden {
  display: none !important;
}

.bf-link:hover {
  color: #1e57ff;
  text-decoration: underline;
}

.bf-slide {
  position: relative;
}
.bf-slide .slide-track {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.bf-slide .slide-track .slide-list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 0;
}
.bf-slide .slide-track .slide-list .slide-item {
  display: none;
  width: 100%;
  float: left;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-right: -100%;
  margin-bottom: 0;
  transition: transform 0.6s ease-in-out;
  border-radius: 8px;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 17px;
  white-space: normal;
  position: relative;
}
.bf-slide .slide-track .slide-list .slide-item.active {
  display: block;
  z-index: 1;
}
.bf-slide .slide-track .slide-list .slide-item.active .slide-caption {
  opacity: 1;
}
.bf-slide .slide-track .slide-list .slide-item.start {
  transform: translateX(-100%);
}
.bf-slide .slide-track .slide-list .slide-item.end {
  transform: translateX(100%);
}
.bf-slide .slide-track .slide-list .slide-item .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  color: #FFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.35%, rgba(0, 0, 0, 0.38) 38.1%, #000000 120.63%);
  padding: 24px 24px 56px;
  opacity: 0;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0.4s;
}
.bf-slide .slide-track .slide-list .slide-item:hover .slide-caption {
  opacity: 0;
}
.bf-slide .slide-track .slide-list::after {
  content: "";
  display: block;
  clear: both;
}
.bf-slide.all-show .slide-track {
  overflow: visible !important;
}
.bf-slide.all-show .slide-track .slide-list .slide-item {
  display: inline-block !important;
  margin-right: 0;
  float: none;
  vertical-align: top;
  padding: 0 2px;
}
.bf-slide.all-show .slide-track .slide-list .slide-item.end, .bf-slide.all-show .slide-track .slide-list .slide-item.start {
  transform: translateX(0px);
}
.bf-slide.all-show .slide-track .slide-list .slide-item.transform {
  transition: transform 0.6s ease-in-out;
}
.bf-slide.multi-view .slide-track {
  overflow: hidden !important;
}
.bf-slide.multi-view next,
.bf-slide.multi-view prev {
  width: 28px !important;
  height: 28px !important;
  top: calc(50% - (28px / 2)) !important;
}
.bf-slide:hover next,
.bf-slide:hover prev {
  background-color: rgba(0, 0, 0, 0.3);
}
.bf-slide next,
.bf-slide prev {
  position: absolute;
  z-index: 50;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: auto 50%;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  top: calc(50% - (32px / 2));
  border-radius: 32px;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.bf-slide next:hover,
.bf-slide prev:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.bf-slide prev {
  left: 5%;
}
.bf-slide prev::after {
  font-family: "Focusicon Solid";
  content: "ø";
  font-size: 24px;
  line-height: 1;
}
.bf-slide next {
  right: 5%;
}
.bf-slide next::after {
  font-family: "Focusicon Solid";
  content: "÷";
  font-size: 24px;
  line-height: 1;
}
.bf-slide .slide-indicator {
  position: absolute;
  z-index: 50;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
.bf-slide .slide-indicator ul {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bf-slide .slide-indicator ul li {
  list-style-type: none;
  padding: 0;
  margin-right: 8px;
  background-color: #FFF;
  width: 24px;
  opacity: 0.5;
  height: 3px;
  border-radius: 12px;
}
.bf-slide .slide-indicator ul li:last-child {
  margin-right: 0;
}
.bf-slide .slide-indicator ul li.active {
  opacity: 1;
  width: 28px;
}
.bf-slide.light .slide-indicator ul li {
  background-color: #000;
}
.bf-slide.below .slide-indicator {
  position: relative;
}
.bf-slide.autoplay .slide-indicator ul li {
  opacity: 1 !important;
  background-color: #4F4F4F;
  position: relative;
}
.bf-slide.autoplay .slide-indicator ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition-duration: 5s !important;
  margin-left: 100%;
  margin-right: 0;
}
.bf-slide.autoplay .slide-indicator ul li.active::before {
  background-color: #FFF;
  margin-left: 0;
  margin-right: 0;
}
.bf-slide.autoplay .slide-indicator ul li.unactive::before {
  background-color: #4F4F4F;
  margin-right: 100%;
  margin-left: 0;
}

.bf-pick {
  display: inline-flex;
  border-radius: 8px;
  background-color: #FFF;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bf-pick .item,
.bf-pick li {
  padding: 4px 8px;
  list-style: none;
  cursor: pointer;
}
.bf-pick .item:hover,
.bf-pick li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.bf-pick .item.active,
.bf-pick li.active {
  background-color: #E7E7E7;
}
.bf-pick .item:first-child,
.bf-pick li:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.bf-pick .item:last-child,
.bf-pick li:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.bf-float-dock::after {
  clear: both;
  display: block;
  content: "";
}
.bf-float .float-left {
  float: left;
}
.bf-float .float-right {
  float: right;
}

.bf-caption {
  font-style: italic;
}
.bf-caption ::before {
  content: "- ";
}

.bf-hover-pad {
  position: relative;
}
.bf-hover-pad::before {
  content: "";
  position: absolute;
  background-color: #1e57ff;
  left: 0;
  border-radius: 0 4px 4px 0;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.bf-hover-pad:hover::before {
  width: 3px;
  animation-name: listhover;
}

hr {
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0;
}

.bf-rating-5, .bf-rating-4, .bf-rating-3, .bf-rating-2, .bf-rating-1, .bf-rating-0 {
  background-size: cover;
  background-position: center center;
  width: 80px;
  height: 16px;
  background-repeat: no-repeat;
}

.bf-rating-extend-10, .bf-rating-extend-9, .bf-rating-extend-8, .bf-rating-extend-7, .bf-rating-extend-6, .bf-rating-extend-5, .bf-rating-extend-4, .bf-rating-extend-3, .bf-rating-extend-2, .bf-rating-extend-1, .bf-rating-extend-0 {
  background-size: cover;
  background-position: center center;
  width: 160px;
  height: 16px;
  background-repeat: repeat-x;
}

.bf-rating-0 {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='32' viewBox='0 0 160 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='32' viewBox='0 0 160 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='32' viewBox='0 0 160 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-3 {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='32' viewBox='0 0 160 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-4 {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='32' viewBox='0 0 160 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-5 {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='32' viewBox='0 0 160 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-extend-0 {
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='32' viewBox='0 0 320 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M178.135 5.3339L179.951 9.20448C180.355 9.93676 180.96 10.4598 181.767 10.5644L185.904 11.1921C187.922 11.5059 188.729 14.0166 187.216 15.4811L184.29 18.5148C183.684 19.1425 183.483 19.9793 183.583 20.7116L184.29 25.0006C184.592 27.0928 182.574 28.662 180.758 27.7205L177.126 25.7329C176.42 25.3145 175.612 25.3145 174.805 25.7329L171.173 27.7205C169.356 28.662 167.238 27.0928 167.641 25.0006L168.347 20.7116C168.448 19.8747 168.247 19.0378 167.641 18.5148L164.715 15.4811C163.302 14.0166 164.11 11.5059 166.027 11.1921L170.164 10.5644C170.971 10.4598 171.677 9.93676 171.98 9.20448L173.796 5.3339C174.603 3.55553 177.227 3.55553 178.135 5.3339Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M210.135 5.3339L211.951 9.20448C212.355 9.93676 212.96 10.4598 213.767 10.5644L217.904 11.1921C219.922 11.5059 220.729 14.0166 219.216 15.4811L216.29 18.5148C215.684 19.1425 215.483 19.9793 215.583 20.7116L216.29 25.0006C216.592 27.0928 214.574 28.662 212.758 27.7205L209.126 25.7329C208.42 25.3145 207.612 25.3145 206.805 25.7329L203.173 27.7205C201.356 28.662 199.238 27.0928 199.641 25.0006L200.347 20.7116C200.448 19.8747 200.247 19.0378 199.641 18.5148L196.715 15.4811C195.302 14.0166 196.11 11.5059 198.027 11.1921L202.164 10.5644C202.971 10.4598 203.677 9.93676 203.98 9.20448L205.796 5.3339C206.603 3.55553 209.227 3.55553 210.135 5.3339Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M242.135 5.3339L243.951 9.20448C244.355 9.93676 244.96 10.4598 245.767 10.5644L249.904 11.1921C251.922 11.5059 252.729 14.0166 251.216 15.4811L248.29 18.5148C247.684 19.1425 247.483 19.9793 247.583 20.7116L248.29 25.0006C248.592 27.0928 246.574 28.662 244.758 27.7205L241.126 25.7329C240.42 25.3145 239.612 25.3145 238.805 25.7329L235.173 27.7205C233.356 28.662 231.238 27.0928 231.641 25.0006L232.347 20.7116C232.448 19.8747 232.247 19.0378 231.641 18.5148L228.715 15.4811C227.302 14.0166 228.11 11.5059 230.027 11.1921L234.164 10.5644C234.971 10.4598 235.677 9.93676 235.98 9.20448L237.796 5.3339C238.603 3.55553 241.227 3.55553 242.135 5.3339Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M274.135 5.3339L275.951 9.20448C276.355 9.93676 276.96 10.4598 277.767 10.5644L281.904 11.1921C283.922 11.5059 284.729 14.0166 283.216 15.4811L280.29 18.5148C279.684 19.1425 279.483 19.9793 279.583 20.7116L280.29 25.0006C280.592 27.0928 278.574 28.662 276.758 27.7205L273.126 25.7329C272.42 25.3145 271.612 25.3145 270.805 25.7329L267.173 27.7205C265.356 28.662 263.238 27.0928 263.641 25.0006L264.347 20.7116C264.448 19.8747 264.247 19.0378 263.641 18.5148L260.715 15.4811C259.302 14.0166 260.11 11.5059 262.027 11.1921L266.164 10.5644C266.971 10.4598 267.677 9.93676 267.98 9.20448L269.796 5.3339C270.603 3.55553 273.227 3.55553 274.135 5.3339Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M306.135 5.3339L307.951 9.20448C308.355 9.93676 308.96 10.4598 309.767 10.5644L313.904 11.1921C315.922 11.5059 316.729 14.0166 315.216 15.4811L312.29 18.5148C311.684 19.1425 311.483 19.9793 311.583 20.7116L312.29 25.0006C312.592 27.0928 310.574 28.662 308.758 27.7205L305.126 25.7329C304.42 25.3145 303.612 25.3145 302.805 25.7329L299.173 27.7205C297.356 28.662 295.238 27.0928 295.641 25.0006L296.347 20.7116C296.448 19.8747 296.247 19.0378 295.641 18.5148L292.715 15.4811C291.302 14.0166 292.11 11.5059 294.027 11.1921L298.164 10.5644C298.971 10.4598 299.677 9.93676 299.98 9.20448L301.796 5.3339C302.603 3.55553 305.227 3.55553 306.135 5.3339Z' fill='url(%23paint9_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='186' y1='28.0001' x2='161.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='218' y1='28.0001' x2='193.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='250' y1='28.0001' x2='225.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='282' y1='28.0001' x2='257.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='314' y1='28.0001' x2='289.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-extend-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='32' viewBox='0 0 320 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M178.135 5.3339L179.951 9.20448C180.355 9.93676 180.96 10.4598 181.767 10.5644L185.904 11.1921C187.922 11.5059 188.729 14.0166 187.216 15.4811L184.29 18.5148C183.684 19.1425 183.483 19.9793 183.583 20.7116L184.29 25.0006C184.592 27.0928 182.574 28.662 180.758 27.7205L177.126 25.7329C176.42 25.3145 175.612 25.3145 174.805 25.7329L171.173 27.7205C169.356 28.662 167.238 27.0928 167.641 25.0006L168.347 20.7116C168.448 19.8747 168.247 19.0378 167.641 18.5148L164.715 15.4811C163.302 14.0166 164.11 11.5059 166.027 11.1921L170.164 10.5644C170.971 10.4598 171.677 9.93676 171.98 9.20448L173.796 5.3339C174.603 3.55553 177.227 3.55553 178.135 5.3339Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M210.135 5.3339L211.951 9.20448C212.355 9.93676 212.96 10.4598 213.767 10.5644L217.904 11.1921C219.922 11.5059 220.729 14.0166 219.216 15.4811L216.29 18.5148C215.684 19.1425 215.483 19.9793 215.583 20.7116L216.29 25.0006C216.592 27.0928 214.574 28.662 212.758 27.7205L209.126 25.7329C208.42 25.3145 207.612 25.3145 206.805 25.7329L203.173 27.7205C201.356 28.662 199.238 27.0928 199.641 25.0006L200.347 20.7116C200.448 19.8747 200.247 19.0378 199.641 18.5148L196.715 15.4811C195.302 14.0166 196.11 11.5059 198.027 11.1921L202.164 10.5644C202.971 10.4598 203.677 9.93676 203.98 9.20448L205.796 5.3339C206.603 3.55553 209.227 3.55553 210.135 5.3339Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M242.135 5.3339L243.951 9.20448C244.355 9.93676 244.96 10.4598 245.767 10.5644L249.904 11.1921C251.922 11.5059 252.729 14.0166 251.216 15.4811L248.29 18.5148C247.684 19.1425 247.483 19.9793 247.583 20.7116L248.29 25.0006C248.592 27.0928 246.574 28.662 244.758 27.7205L241.126 25.7329C240.42 25.3145 239.612 25.3145 238.805 25.7329L235.173 27.7205C233.356 28.662 231.238 27.0928 231.641 25.0006L232.347 20.7116C232.448 19.8747 232.247 19.0378 231.641 18.5148L228.715 15.4811C227.302 14.0166 228.11 11.5059 230.027 11.1921L234.164 10.5644C234.971 10.4598 235.677 9.93676 235.98 9.20448L237.796 5.3339C238.603 3.55553 241.227 3.55553 242.135 5.3339Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M274.135 5.3339L275.951 9.20448C276.355 9.93676 276.96 10.4598 277.767 10.5644L281.904 11.1921C283.922 11.5059 284.729 14.0166 283.216 15.4811L280.29 18.5148C279.684 19.1425 279.483 19.9793 279.583 20.7116L280.29 25.0006C280.592 27.0928 278.574 28.662 276.758 27.7205L273.126 25.7329C272.42 25.3145 271.612 25.3145 270.805 25.7329L267.173 27.7205C265.356 28.662 263.238 27.0928 263.641 25.0006L264.347 20.7116C264.448 19.8747 264.247 19.0378 263.641 18.5148L260.715 15.4811C259.302 14.0166 260.11 11.5059 262.027 11.1921L266.164 10.5644C266.971 10.4598 267.677 9.93676 267.98 9.20448L269.796 5.3339C270.603 3.55553 273.227 3.55553 274.135 5.3339Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M306.135 5.3339L307.951 9.20448C308.355 9.93676 308.96 10.4598 309.767 10.5644L313.904 11.1921C315.922 11.5059 316.729 14.0166 315.216 15.4811L312.29 18.5148C311.684 19.1425 311.483 19.9793 311.583 20.7116L312.29 25.0006C312.592 27.0928 310.574 28.662 308.758 27.7205L305.126 25.7329C304.42 25.3145 303.612 25.3145 302.805 25.7329L299.173 27.7205C297.356 28.662 295.238 27.0928 295.641 25.0006L296.347 20.7116C296.448 19.8747 296.247 19.0378 295.641 18.5148L292.715 15.4811C291.302 14.0166 292.11 11.5059 294.027 11.1921L298.164 10.5644C298.971 10.4598 299.677 9.93676 299.98 9.20448L301.796 5.3339C302.603 3.55553 305.227 3.55553 306.135 5.3339Z' fill='url(%23paint9_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='186' y1='28.0001' x2='161.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='218' y1='28.0001' x2='193.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='250' y1='28.0001' x2='225.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='282' y1='28.0001' x2='257.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='314' y1='28.0001' x2='289.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-extend-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='32' viewBox='0 0 320 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M178.135 5.3339L179.951 9.20448C180.355 9.93676 180.96 10.4598 181.767 10.5644L185.904 11.1921C187.922 11.5059 188.729 14.0166 187.216 15.4811L184.29 18.5148C183.684 19.1425 183.483 19.9793 183.583 20.7116L184.29 25.0006C184.592 27.0928 182.574 28.662 180.758 27.7205L177.126 25.7329C176.42 25.3145 175.612 25.3145 174.805 25.7329L171.173 27.7205C169.356 28.662 167.238 27.0928 167.641 25.0006L168.347 20.7116C168.448 19.8747 168.247 19.0378 167.641 18.5148L164.715 15.4811C163.302 14.0166 164.11 11.5059 166.027 11.1921L170.164 10.5644C170.971 10.4598 171.677 9.93676 171.98 9.20448L173.796 5.3339C174.603 3.55553 177.227 3.55553 178.135 5.3339Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M210.135 5.3339L211.951 9.20448C212.355 9.93676 212.96 10.4598 213.767 10.5644L217.904 11.1921C219.922 11.5059 220.729 14.0166 219.216 15.4811L216.29 18.5148C215.684 19.1425 215.483 19.9793 215.583 20.7116L216.29 25.0006C216.592 27.0928 214.574 28.662 212.758 27.7205L209.126 25.7329C208.42 25.3145 207.612 25.3145 206.805 25.7329L203.173 27.7205C201.356 28.662 199.238 27.0928 199.641 25.0006L200.347 20.7116C200.448 19.8747 200.247 19.0378 199.641 18.5148L196.715 15.4811C195.302 14.0166 196.11 11.5059 198.027 11.1921L202.164 10.5644C202.971 10.4598 203.677 9.93676 203.98 9.20448L205.796 5.3339C206.603 3.55553 209.227 3.55553 210.135 5.3339Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M242.135 5.3339L243.951 9.20448C244.355 9.93676 244.96 10.4598 245.767 10.5644L249.904 11.1921C251.922 11.5059 252.729 14.0166 251.216 15.4811L248.29 18.5148C247.684 19.1425 247.483 19.9793 247.583 20.7116L248.29 25.0006C248.592 27.0928 246.574 28.662 244.758 27.7205L241.126 25.7329C240.42 25.3145 239.612 25.3145 238.805 25.7329L235.173 27.7205C233.356 28.662 231.238 27.0928 231.641 25.0006L232.347 20.7116C232.448 19.8747 232.247 19.0378 231.641 18.5148L228.715 15.4811C227.302 14.0166 228.11 11.5059 230.027 11.1921L234.164 10.5644C234.971 10.4598 235.677 9.93676 235.98 9.20448L237.796 5.3339C238.603 3.55553 241.227 3.55553 242.135 5.3339Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M274.135 5.3339L275.951 9.20448C276.355 9.93676 276.96 10.4598 277.767 10.5644L281.904 11.1921C283.922 11.5059 284.729 14.0166 283.216 15.4811L280.29 18.5148C279.684 19.1425 279.483 19.9793 279.583 20.7116L280.29 25.0006C280.592 27.0928 278.574 28.662 276.758 27.7205L273.126 25.7329C272.42 25.3145 271.612 25.3145 270.805 25.7329L267.173 27.7205C265.356 28.662 263.238 27.0928 263.641 25.0006L264.347 20.7116C264.448 19.8747 264.247 19.0378 263.641 18.5148L260.715 15.4811C259.302 14.0166 260.11 11.5059 262.027 11.1921L266.164 10.5644C266.971 10.4598 267.677 9.93676 267.98 9.20448L269.796 5.3339C270.603 3.55553 273.227 3.55553 274.135 5.3339Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M306.135 5.3339L307.951 9.20448C308.355 9.93676 308.96 10.4598 309.767 10.5644L313.904 11.1921C315.922 11.5059 316.729 14.0166 315.216 15.4811L312.29 18.5148C311.684 19.1425 311.483 19.9793 311.583 20.7116L312.29 25.0006C312.592 27.0928 310.574 28.662 308.758 27.7205L305.126 25.7329C304.42 25.3145 303.612 25.3145 302.805 25.7329L299.173 27.7205C297.356 28.662 295.238 27.0928 295.641 25.0006L296.347 20.7116C296.448 19.8747 296.247 19.0378 295.641 18.5148L292.715 15.4811C291.302 14.0166 292.11 11.5059 294.027 11.1921L298.164 10.5644C298.971 10.4598 299.677 9.93676 299.98 9.20448L301.796 5.3339C302.603 3.55553 305.227 3.55553 306.135 5.3339Z' fill='url(%23paint9_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='186' y1='28.0001' x2='161.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='218' y1='28.0001' x2='193.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='250' y1='28.0001' x2='225.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='282' y1='28.0001' x2='257.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='314' y1='28.0001' x2='289.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-extend-3 {
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='32' viewBox='0 0 320 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M178.135 5.3339L179.951 9.20448C180.355 9.93676 180.96 10.4598 181.767 10.5644L185.904 11.1921C187.922 11.5059 188.729 14.0166 187.216 15.4811L184.29 18.5148C183.684 19.1425 183.483 19.9793 183.583 20.7116L184.29 25.0006C184.592 27.0928 182.574 28.662 180.758 27.7205L177.126 25.7329C176.42 25.3145 175.612 25.3145 174.805 25.7329L171.173 27.7205C169.356 28.662 167.238 27.0928 167.641 25.0006L168.347 20.7116C168.448 19.8747 168.247 19.0378 167.641 18.5148L164.715 15.4811C163.302 14.0166 164.11 11.5059 166.027 11.1921L170.164 10.5644C170.971 10.4598 171.677 9.93676 171.98 9.20448L173.796 5.3339C174.603 3.55553 177.227 3.55553 178.135 5.3339Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M210.135 5.3339L211.951 9.20448C212.355 9.93676 212.96 10.4598 213.767 10.5644L217.904 11.1921C219.922 11.5059 220.729 14.0166 219.216 15.4811L216.29 18.5148C215.684 19.1425 215.483 19.9793 215.583 20.7116L216.29 25.0006C216.592 27.0928 214.574 28.662 212.758 27.7205L209.126 25.7329C208.42 25.3145 207.612 25.3145 206.805 25.7329L203.173 27.7205C201.356 28.662 199.238 27.0928 199.641 25.0006L200.347 20.7116C200.448 19.8747 200.247 19.0378 199.641 18.5148L196.715 15.4811C195.302 14.0166 196.11 11.5059 198.027 11.1921L202.164 10.5644C202.971 10.4598 203.677 9.93676 203.98 9.20448L205.796 5.3339C206.603 3.55553 209.227 3.55553 210.135 5.3339Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M242.135 5.3339L243.951 9.20448C244.355 9.93676 244.96 10.4598 245.767 10.5644L249.904 11.1921C251.922 11.5059 252.729 14.0166 251.216 15.4811L248.29 18.5148C247.684 19.1425 247.483 19.9793 247.583 20.7116L248.29 25.0006C248.592 27.0928 246.574 28.662 244.758 27.7205L241.126 25.7329C240.42 25.3145 239.612 25.3145 238.805 25.7329L235.173 27.7205C233.356 28.662 231.238 27.0928 231.641 25.0006L232.347 20.7116C232.448 19.8747 232.247 19.0378 231.641 18.5148L228.715 15.4811C227.302 14.0166 228.11 11.5059 230.027 11.1921L234.164 10.5644C234.971 10.4598 235.677 9.93676 235.98 9.20448L237.796 5.3339C238.603 3.55553 241.227 3.55553 242.135 5.3339Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M274.135 5.3339L275.951 9.20448C276.355 9.93676 276.96 10.4598 277.767 10.5644L281.904 11.1921C283.922 11.5059 284.729 14.0166 283.216 15.4811L280.29 18.5148C279.684 19.1425 279.483 19.9793 279.583 20.7116L280.29 25.0006C280.592 27.0928 278.574 28.662 276.758 27.7205L273.126 25.7329C272.42 25.3145 271.612 25.3145 270.805 25.7329L267.173 27.7205C265.356 28.662 263.238 27.0928 263.641 25.0006L264.347 20.7116C264.448 19.8747 264.247 19.0378 263.641 18.5148L260.715 15.4811C259.302 14.0166 260.11 11.5059 262.027 11.1921L266.164 10.5644C266.971 10.4598 267.677 9.93676 267.98 9.20448L269.796 5.3339C270.603 3.55553 273.227 3.55553 274.135 5.3339Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M306.135 5.3339L307.951 9.20448C308.355 9.93676 308.96 10.4598 309.767 10.5644L313.904 11.1921C315.922 11.5059 316.729 14.0166 315.216 15.4811L312.29 18.5148C311.684 19.1425 311.483 19.9793 311.583 20.7116L312.29 25.0006C312.592 27.0928 310.574 28.662 308.758 27.7205L305.126 25.7329C304.42 25.3145 303.612 25.3145 302.805 25.7329L299.173 27.7205C297.356 28.662 295.238 27.0928 295.641 25.0006L296.347 20.7116C296.448 19.8747 296.247 19.0378 295.641 18.5148L292.715 15.4811C291.302 14.0166 292.11 11.5059 294.027 11.1921L298.164 10.5644C298.971 10.4598 299.677 9.93676 299.98 9.20448L301.796 5.3339C302.603 3.55553 305.227 3.55553 306.135 5.3339Z' fill='url(%23paint9_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='186' y1='28.0001' x2='161.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='218' y1='28.0001' x2='193.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='250' y1='28.0001' x2='225.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='282' y1='28.0001' x2='257.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='314' y1='28.0001' x2='289.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-extend-4 {
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='32' viewBox='0 0 320 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M178.135 5.3339L179.951 9.20448C180.355 9.93676 180.96 10.4598 181.767 10.5644L185.904 11.1921C187.922 11.5059 188.729 14.0166 187.216 15.4811L184.29 18.5148C183.684 19.1425 183.483 19.9793 183.583 20.7116L184.29 25.0006C184.592 27.0928 182.574 28.662 180.758 27.7205L177.126 25.7329C176.42 25.3145 175.612 25.3145 174.805 25.7329L171.173 27.7205C169.356 28.662 167.238 27.0928 167.641 25.0006L168.347 20.7116C168.448 19.8747 168.247 19.0378 167.641 18.5148L164.715 15.4811C163.302 14.0166 164.11 11.5059 166.027 11.1921L170.164 10.5644C170.971 10.4598 171.677 9.93676 171.98 9.20448L173.796 5.3339C174.603 3.55553 177.227 3.55553 178.135 5.3339Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M210.135 5.3339L211.951 9.20448C212.355 9.93676 212.96 10.4598 213.767 10.5644L217.904 11.1921C219.922 11.5059 220.729 14.0166 219.216 15.4811L216.29 18.5148C215.684 19.1425 215.483 19.9793 215.583 20.7116L216.29 25.0006C216.592 27.0928 214.574 28.662 212.758 27.7205L209.126 25.7329C208.42 25.3145 207.612 25.3145 206.805 25.7329L203.173 27.7205C201.356 28.662 199.238 27.0928 199.641 25.0006L200.347 20.7116C200.448 19.8747 200.247 19.0378 199.641 18.5148L196.715 15.4811C195.302 14.0166 196.11 11.5059 198.027 11.1921L202.164 10.5644C202.971 10.4598 203.677 9.93676 203.98 9.20448L205.796 5.3339C206.603 3.55553 209.227 3.55553 210.135 5.3339Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M242.135 5.3339L243.951 9.20448C244.355 9.93676 244.96 10.4598 245.767 10.5644L249.904 11.1921C251.922 11.5059 252.729 14.0166 251.216 15.4811L248.29 18.5148C247.684 19.1425 247.483 19.9793 247.583 20.7116L248.29 25.0006C248.592 27.0928 246.574 28.662 244.758 27.7205L241.126 25.7329C240.42 25.3145 239.612 25.3145 238.805 25.7329L235.173 27.7205C233.356 28.662 231.238 27.0928 231.641 25.0006L232.347 20.7116C232.448 19.8747 232.247 19.0378 231.641 18.5148L228.715 15.4811C227.302 14.0166 228.11 11.5059 230.027 11.1921L234.164 10.5644C234.971 10.4598 235.677 9.93676 235.98 9.20448L237.796 5.3339C238.603 3.55553 241.227 3.55553 242.135 5.3339Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M274.135 5.3339L275.951 9.20448C276.355 9.93676 276.96 10.4598 277.767 10.5644L281.904 11.1921C283.922 11.5059 284.729 14.0166 283.216 15.4811L280.29 18.5148C279.684 19.1425 279.483 19.9793 279.583 20.7116L280.29 25.0006C280.592 27.0928 278.574 28.662 276.758 27.7205L273.126 25.7329C272.42 25.3145 271.612 25.3145 270.805 25.7329L267.173 27.7205C265.356 28.662 263.238 27.0928 263.641 25.0006L264.347 20.7116C264.448 19.8747 264.247 19.0378 263.641 18.5148L260.715 15.4811C259.302 14.0166 260.11 11.5059 262.027 11.1921L266.164 10.5644C266.971 10.4598 267.677 9.93676 267.98 9.20448L269.796 5.3339C270.603 3.55553 273.227 3.55553 274.135 5.3339Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M306.135 5.3339L307.951 9.20448C308.355 9.93676 308.96 10.4598 309.767 10.5644L313.904 11.1921C315.922 11.5059 316.729 14.0166 315.216 15.4811L312.29 18.5148C311.684 19.1425 311.483 19.9793 311.583 20.7116L312.29 25.0006C312.592 27.0928 310.574 28.662 308.758 27.7205L305.126 25.7329C304.42 25.3145 303.612 25.3145 302.805 25.7329L299.173 27.7205C297.356 28.662 295.238 27.0928 295.641 25.0006L296.347 20.7116C296.448 19.8747 296.247 19.0378 295.641 18.5148L292.715 15.4811C291.302 14.0166 292.11 11.5059 294.027 11.1921L298.164 10.5644C298.971 10.4598 299.677 9.93676 299.98 9.20448L301.796 5.3339C302.603 3.55553 305.227 3.55553 306.135 5.3339Z' fill='url(%23paint9_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='186' y1='28.0001' x2='161.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='218' y1='28.0001' x2='193.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='250' y1='28.0001' x2='225.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='282' y1='28.0001' x2='257.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='314' y1='28.0001' x2='289.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-extend-5 {
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='32' viewBox='0 0 320 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M178.135 5.3339L179.951 9.20448C180.355 9.93676 180.96 10.4598 181.767 10.5644L185.904 11.1921C187.922 11.5059 188.729 14.0166 187.216 15.4811L184.29 18.5148C183.684 19.1425 183.483 19.9793 183.583 20.7116L184.29 25.0006C184.592 27.0928 182.574 28.662 180.758 27.7205L177.126 25.7329C176.42 25.3145 175.612 25.3145 174.805 25.7329L171.173 27.7205C169.356 28.662 167.238 27.0928 167.641 25.0006L168.347 20.7116C168.448 19.8747 168.247 19.0378 167.641 18.5148L164.715 15.4811C163.302 14.0166 164.11 11.5059 166.027 11.1921L170.164 10.5644C170.971 10.4598 171.677 9.93676 171.98 9.20448L173.796 5.3339C174.603 3.55553 177.227 3.55553 178.135 5.3339Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M210.135 5.3339L211.951 9.20448C212.355 9.93676 212.96 10.4598 213.767 10.5644L217.904 11.1921C219.922 11.5059 220.729 14.0166 219.216 15.4811L216.29 18.5148C215.684 19.1425 215.483 19.9793 215.583 20.7116L216.29 25.0006C216.592 27.0928 214.574 28.662 212.758 27.7205L209.126 25.7329C208.42 25.3145 207.612 25.3145 206.805 25.7329L203.173 27.7205C201.356 28.662 199.238 27.0928 199.641 25.0006L200.347 20.7116C200.448 19.8747 200.247 19.0378 199.641 18.5148L196.715 15.4811C195.302 14.0166 196.11 11.5059 198.027 11.1921L202.164 10.5644C202.971 10.4598 203.677 9.93676 203.98 9.20448L205.796 5.3339C206.603 3.55553 209.227 3.55553 210.135 5.3339Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M242.135 5.3339L243.951 9.20448C244.355 9.93676 244.96 10.4598 245.767 10.5644L249.904 11.1921C251.922 11.5059 252.729 14.0166 251.216 15.4811L248.29 18.5148C247.684 19.1425 247.483 19.9793 247.583 20.7116L248.29 25.0006C248.592 27.0928 246.574 28.662 244.758 27.7205L241.126 25.7329C240.42 25.3145 239.612 25.3145 238.805 25.7329L235.173 27.7205C233.356 28.662 231.238 27.0928 231.641 25.0006L232.347 20.7116C232.448 19.8747 232.247 19.0378 231.641 18.5148L228.715 15.4811C227.302 14.0166 228.11 11.5059 230.027 11.1921L234.164 10.5644C234.971 10.4598 235.677 9.93676 235.98 9.20448L237.796 5.3339C238.603 3.55553 241.227 3.55553 242.135 5.3339Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M274.135 5.3339L275.951 9.20448C276.355 9.93676 276.96 10.4598 277.767 10.5644L281.904 11.1921C283.922 11.5059 284.729 14.0166 283.216 15.4811L280.29 18.5148C279.684 19.1425 279.483 19.9793 279.583 20.7116L280.29 25.0006C280.592 27.0928 278.574 28.662 276.758 27.7205L273.126 25.7329C272.42 25.3145 271.612 25.3145 270.805 25.7329L267.173 27.7205C265.356 28.662 263.238 27.0928 263.641 25.0006L264.347 20.7116C264.448 19.8747 264.247 19.0378 263.641 18.5148L260.715 15.4811C259.302 14.0166 260.11 11.5059 262.027 11.1921L266.164 10.5644C266.971 10.4598 267.677 9.93676 267.98 9.20448L269.796 5.3339C270.603 3.55553 273.227 3.55553 274.135 5.3339Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M306.135 5.3339L307.951 9.20448C308.355 9.93676 308.96 10.4598 309.767 10.5644L313.904 11.1921C315.922 11.5059 316.729 14.0166 315.216 15.4811L312.29 18.5148C311.684 19.1425 311.483 19.9793 311.583 20.7116L312.29 25.0006C312.592 27.0928 310.574 28.662 308.758 27.7205L305.126 25.7329C304.42 25.3145 303.612 25.3145 302.805 25.7329L299.173 27.7205C297.356 28.662 295.238 27.0928 295.641 25.0006L296.347 20.7116C296.448 19.8747 296.247 19.0378 295.641 18.5148L292.715 15.4811C291.302 14.0166 292.11 11.5059 294.027 11.1921L298.164 10.5644C298.971 10.4598 299.677 9.93676 299.98 9.20448L301.796 5.3339C302.603 3.55553 305.227 3.55553 306.135 5.3339Z' fill='url(%23paint9_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='186' y1='28.0001' x2='161.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='218' y1='28.0001' x2='193.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='250' y1='28.0001' x2='225.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='282' y1='28.0001' x2='257.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='314' y1='28.0001' x2='289.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-extend-6 {
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='32' viewBox='0 0 320 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M178.135 5.3339L179.951 9.20448C180.355 9.93676 180.96 10.4598 181.767 10.5644L185.904 11.1921C187.922 11.5059 188.729 14.0166 187.216 15.4811L184.29 18.5148C183.684 19.1425 183.483 19.9793 183.583 20.7116L184.29 25.0006C184.592 27.0928 182.574 28.662 180.758 27.7205L177.126 25.7329C176.42 25.3145 175.612 25.3145 174.805 25.7329L171.173 27.7205C169.356 28.662 167.238 27.0928 167.641 25.0006L168.347 20.7116C168.448 19.8747 168.247 19.0378 167.641 18.5148L164.715 15.4811C163.302 14.0166 164.11 11.5059 166.027 11.1921L170.164 10.5644C170.971 10.4598 171.677 9.93676 171.98 9.20448L173.796 5.3339C174.603 3.55553 177.227 3.55553 178.135 5.3339Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M210.135 5.3339L211.951 9.20448C212.355 9.93676 212.96 10.4598 213.767 10.5644L217.904 11.1921C219.922 11.5059 220.729 14.0166 219.216 15.4811L216.29 18.5148C215.684 19.1425 215.483 19.9793 215.583 20.7116L216.29 25.0006C216.592 27.0928 214.574 28.662 212.758 27.7205L209.126 25.7329C208.42 25.3145 207.612 25.3145 206.805 25.7329L203.173 27.7205C201.356 28.662 199.238 27.0928 199.641 25.0006L200.347 20.7116C200.448 19.8747 200.247 19.0378 199.641 18.5148L196.715 15.4811C195.302 14.0166 196.11 11.5059 198.027 11.1921L202.164 10.5644C202.971 10.4598 203.677 9.93676 203.98 9.20448L205.796 5.3339C206.603 3.55553 209.227 3.55553 210.135 5.3339Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M242.135 5.3339L243.951 9.20448C244.355 9.93676 244.96 10.4598 245.767 10.5644L249.904 11.1921C251.922 11.5059 252.729 14.0166 251.216 15.4811L248.29 18.5148C247.684 19.1425 247.483 19.9793 247.583 20.7116L248.29 25.0006C248.592 27.0928 246.574 28.662 244.758 27.7205L241.126 25.7329C240.42 25.3145 239.612 25.3145 238.805 25.7329L235.173 27.7205C233.356 28.662 231.238 27.0928 231.641 25.0006L232.347 20.7116C232.448 19.8747 232.247 19.0378 231.641 18.5148L228.715 15.4811C227.302 14.0166 228.11 11.5059 230.027 11.1921L234.164 10.5644C234.971 10.4598 235.677 9.93676 235.98 9.20448L237.796 5.3339C238.603 3.55553 241.227 3.55553 242.135 5.3339Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M274.135 5.3339L275.951 9.20448C276.355 9.93676 276.96 10.4598 277.767 10.5644L281.904 11.1921C283.922 11.5059 284.729 14.0166 283.216 15.4811L280.29 18.5148C279.684 19.1425 279.483 19.9793 279.583 20.7116L280.29 25.0006C280.592 27.0928 278.574 28.662 276.758 27.7205L273.126 25.7329C272.42 25.3145 271.612 25.3145 270.805 25.7329L267.173 27.7205C265.356 28.662 263.238 27.0928 263.641 25.0006L264.347 20.7116C264.448 19.8747 264.247 19.0378 263.641 18.5148L260.715 15.4811C259.302 14.0166 260.11 11.5059 262.027 11.1921L266.164 10.5644C266.971 10.4598 267.677 9.93676 267.98 9.20448L269.796 5.3339C270.603 3.55553 273.227 3.55553 274.135 5.3339Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M306.135 5.3339L307.951 9.20448C308.355 9.93676 308.96 10.4598 309.767 10.5644L313.904 11.1921C315.922 11.5059 316.729 14.0166 315.216 15.4811L312.29 18.5148C311.684 19.1425 311.483 19.9793 311.583 20.7116L312.29 25.0006C312.592 27.0928 310.574 28.662 308.758 27.7205L305.126 25.7329C304.42 25.3145 303.612 25.3145 302.805 25.7329L299.173 27.7205C297.356 28.662 295.238 27.0928 295.641 25.0006L296.347 20.7116C296.448 19.8747 296.247 19.0378 295.641 18.5148L292.715 15.4811C291.302 14.0166 292.11 11.5059 294.027 11.1921L298.164 10.5644C298.971 10.4598 299.677 9.93676 299.98 9.20448L301.796 5.3339C302.603 3.55553 305.227 3.55553 306.135 5.3339Z' fill='url(%23paint9_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='186' y1='28.0001' x2='161.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='218' y1='28.0001' x2='193.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='250' y1='28.0001' x2='225.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='282' y1='28.0001' x2='257.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='314' y1='28.0001' x2='289.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-extend-7 {
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='32' viewBox='0 0 320 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M178.135 5.3339L179.951 9.20448C180.355 9.93676 180.96 10.4598 181.767 10.5644L185.904 11.1921C187.922 11.5059 188.729 14.0166 187.216 15.4811L184.29 18.5148C183.684 19.1425 183.483 19.9793 183.583 20.7116L184.29 25.0006C184.592 27.0928 182.574 28.662 180.758 27.7205L177.126 25.7329C176.42 25.3145 175.612 25.3145 174.805 25.7329L171.173 27.7205C169.356 28.662 167.238 27.0928 167.641 25.0006L168.347 20.7116C168.448 19.8747 168.247 19.0378 167.641 18.5148L164.715 15.4811C163.302 14.0166 164.11 11.5059 166.027 11.1921L170.164 10.5644C170.971 10.4598 171.677 9.93676 171.98 9.20448L173.796 5.3339C174.603 3.55553 177.227 3.55553 178.135 5.3339Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M210.135 5.3339L211.951 9.20448C212.355 9.93676 212.96 10.4598 213.767 10.5644L217.904 11.1921C219.922 11.5059 220.729 14.0166 219.216 15.4811L216.29 18.5148C215.684 19.1425 215.483 19.9793 215.583 20.7116L216.29 25.0006C216.592 27.0928 214.574 28.662 212.758 27.7205L209.126 25.7329C208.42 25.3145 207.612 25.3145 206.805 25.7329L203.173 27.7205C201.356 28.662 199.238 27.0928 199.641 25.0006L200.347 20.7116C200.448 19.8747 200.247 19.0378 199.641 18.5148L196.715 15.4811C195.302 14.0166 196.11 11.5059 198.027 11.1921L202.164 10.5644C202.971 10.4598 203.677 9.93676 203.98 9.20448L205.796 5.3339C206.603 3.55553 209.227 3.55553 210.135 5.3339Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M242.135 5.3339L243.951 9.20448C244.355 9.93676 244.96 10.4598 245.767 10.5644L249.904 11.1921C251.922 11.5059 252.729 14.0166 251.216 15.4811L248.29 18.5148C247.684 19.1425 247.483 19.9793 247.583 20.7116L248.29 25.0006C248.592 27.0928 246.574 28.662 244.758 27.7205L241.126 25.7329C240.42 25.3145 239.612 25.3145 238.805 25.7329L235.173 27.7205C233.356 28.662 231.238 27.0928 231.641 25.0006L232.347 20.7116C232.448 19.8747 232.247 19.0378 231.641 18.5148L228.715 15.4811C227.302 14.0166 228.11 11.5059 230.027 11.1921L234.164 10.5644C234.971 10.4598 235.677 9.93676 235.98 9.20448L237.796 5.3339C238.603 3.55553 241.227 3.55553 242.135 5.3339Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M274.135 5.3339L275.951 9.20448C276.355 9.93676 276.96 10.4598 277.767 10.5644L281.904 11.1921C283.922 11.5059 284.729 14.0166 283.216 15.4811L280.29 18.5148C279.684 19.1425 279.483 19.9793 279.583 20.7116L280.29 25.0006C280.592 27.0928 278.574 28.662 276.758 27.7205L273.126 25.7329C272.42 25.3145 271.612 25.3145 270.805 25.7329L267.173 27.7205C265.356 28.662 263.238 27.0928 263.641 25.0006L264.347 20.7116C264.448 19.8747 264.247 19.0378 263.641 18.5148L260.715 15.4811C259.302 14.0166 260.11 11.5059 262.027 11.1921L266.164 10.5644C266.971 10.4598 267.677 9.93676 267.98 9.20448L269.796 5.3339C270.603 3.55553 273.227 3.55553 274.135 5.3339Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M306.135 5.3339L307.951 9.20448C308.355 9.93676 308.96 10.4598 309.767 10.5644L313.904 11.1921C315.922 11.5059 316.729 14.0166 315.216 15.4811L312.29 18.5148C311.684 19.1425 311.483 19.9793 311.583 20.7116L312.29 25.0006C312.592 27.0928 310.574 28.662 308.758 27.7205L305.126 25.7329C304.42 25.3145 303.612 25.3145 302.805 25.7329L299.173 27.7205C297.356 28.662 295.238 27.0928 295.641 25.0006L296.347 20.7116C296.448 19.8747 296.247 19.0378 295.641 18.5148L292.715 15.4811C291.302 14.0166 292.11 11.5059 294.027 11.1921L298.164 10.5644C298.971 10.4598 299.677 9.93676 299.98 9.20448L301.796 5.3339C302.603 3.55553 305.227 3.55553 306.135 5.3339Z' fill='url(%23paint9_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='186' y1='28.0001' x2='161.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='218' y1='28.0001' x2='193.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='250' y1='28.0001' x2='225.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='282' y1='28.0001' x2='257.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='314' y1='28.0001' x2='289.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-extend-8 {
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='32' viewBox='0 0 320 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M178.135 5.3339L179.951 9.20448C180.355 9.93676 180.96 10.4598 181.767 10.5644L185.904 11.1921C187.922 11.5059 188.729 14.0166 187.216 15.4811L184.29 18.5148C183.684 19.1425 183.483 19.9793 183.583 20.7116L184.29 25.0006C184.592 27.0928 182.574 28.662 180.758 27.7205L177.126 25.7329C176.42 25.3145 175.612 25.3145 174.805 25.7329L171.173 27.7205C169.356 28.662 167.238 27.0928 167.641 25.0006L168.347 20.7116C168.448 19.8747 168.247 19.0378 167.641 18.5148L164.715 15.4811C163.302 14.0166 164.11 11.5059 166.027 11.1921L170.164 10.5644C170.971 10.4598 171.677 9.93676 171.98 9.20448L173.796 5.3339C174.603 3.55553 177.227 3.55553 178.135 5.3339Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M210.135 5.3339L211.951 9.20448C212.355 9.93676 212.96 10.4598 213.767 10.5644L217.904 11.1921C219.922 11.5059 220.729 14.0166 219.216 15.4811L216.29 18.5148C215.684 19.1425 215.483 19.9793 215.583 20.7116L216.29 25.0006C216.592 27.0928 214.574 28.662 212.758 27.7205L209.126 25.7329C208.42 25.3145 207.612 25.3145 206.805 25.7329L203.173 27.7205C201.356 28.662 199.238 27.0928 199.641 25.0006L200.347 20.7116C200.448 19.8747 200.247 19.0378 199.641 18.5148L196.715 15.4811C195.302 14.0166 196.11 11.5059 198.027 11.1921L202.164 10.5644C202.971 10.4598 203.677 9.93676 203.98 9.20448L205.796 5.3339C206.603 3.55553 209.227 3.55553 210.135 5.3339Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M242.135 5.3339L243.951 9.20448C244.355 9.93676 244.96 10.4598 245.767 10.5644L249.904 11.1921C251.922 11.5059 252.729 14.0166 251.216 15.4811L248.29 18.5148C247.684 19.1425 247.483 19.9793 247.583 20.7116L248.29 25.0006C248.592 27.0928 246.574 28.662 244.758 27.7205L241.126 25.7329C240.42 25.3145 239.612 25.3145 238.805 25.7329L235.173 27.7205C233.356 28.662 231.238 27.0928 231.641 25.0006L232.347 20.7116C232.448 19.8747 232.247 19.0378 231.641 18.5148L228.715 15.4811C227.302 14.0166 228.11 11.5059 230.027 11.1921L234.164 10.5644C234.971 10.4598 235.677 9.93676 235.98 9.20448L237.796 5.3339C238.603 3.55553 241.227 3.55553 242.135 5.3339Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M274.135 5.3339L275.951 9.20448C276.355 9.93676 276.96 10.4598 277.767 10.5644L281.904 11.1921C283.922 11.5059 284.729 14.0166 283.216 15.4811L280.29 18.5148C279.684 19.1425 279.483 19.9793 279.583 20.7116L280.29 25.0006C280.592 27.0928 278.574 28.662 276.758 27.7205L273.126 25.7329C272.42 25.3145 271.612 25.3145 270.805 25.7329L267.173 27.7205C265.356 28.662 263.238 27.0928 263.641 25.0006L264.347 20.7116C264.448 19.8747 264.247 19.0378 263.641 18.5148L260.715 15.4811C259.302 14.0166 260.11 11.5059 262.027 11.1921L266.164 10.5644C266.971 10.4598 267.677 9.93676 267.98 9.20448L269.796 5.3339C270.603 3.55553 273.227 3.55553 274.135 5.3339Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M306.135 5.3339L307.951 9.20448C308.355 9.93676 308.96 10.4598 309.767 10.5644L313.904 11.1921C315.922 11.5059 316.729 14.0166 315.216 15.4811L312.29 18.5148C311.684 19.1425 311.483 19.9793 311.583 20.7116L312.29 25.0006C312.592 27.0928 310.574 28.662 308.758 27.7205L305.126 25.7329C304.42 25.3145 303.612 25.3145 302.805 25.7329L299.173 27.7205C297.356 28.662 295.238 27.0928 295.641 25.0006L296.347 20.7116C296.448 19.8747 296.247 19.0378 295.641 18.5148L292.715 15.4811C291.302 14.0166 292.11 11.5059 294.027 11.1921L298.164 10.5644C298.971 10.4598 299.677 9.93676 299.98 9.20448L301.796 5.3339C302.603 3.55553 305.227 3.55553 306.135 5.3339Z' fill='url(%23paint9_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='186' y1='28.0001' x2='161.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='218' y1='28.0001' x2='193.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='250' y1='28.0001' x2='225.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='282' y1='28.0001' x2='257.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='314' y1='28.0001' x2='289.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-extend-9 {
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='32' viewBox='0 0 320 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M178.135 5.3339L179.951 9.20448C180.355 9.93676 180.96 10.4598 181.767 10.5644L185.904 11.1921C187.922 11.5059 188.729 14.0166 187.216 15.4811L184.29 18.5148C183.684 19.1425 183.483 19.9793 183.583 20.7116L184.29 25.0006C184.592 27.0928 182.574 28.662 180.758 27.7205L177.126 25.7329C176.42 25.3145 175.612 25.3145 174.805 25.7329L171.173 27.7205C169.356 28.662 167.238 27.0928 167.641 25.0006L168.347 20.7116C168.448 19.8747 168.247 19.0378 167.641 18.5148L164.715 15.4811C163.302 14.0166 164.11 11.5059 166.027 11.1921L170.164 10.5644C170.971 10.4598 171.677 9.93676 171.98 9.20448L173.796 5.3339C174.603 3.55553 177.227 3.55553 178.135 5.3339Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M210.135 5.3339L211.951 9.20448C212.355 9.93676 212.96 10.4598 213.767 10.5644L217.904 11.1921C219.922 11.5059 220.729 14.0166 219.216 15.4811L216.29 18.5148C215.684 19.1425 215.483 19.9793 215.583 20.7116L216.29 25.0006C216.592 27.0928 214.574 28.662 212.758 27.7205L209.126 25.7329C208.42 25.3145 207.612 25.3145 206.805 25.7329L203.173 27.7205C201.356 28.662 199.238 27.0928 199.641 25.0006L200.347 20.7116C200.448 19.8747 200.247 19.0378 199.641 18.5148L196.715 15.4811C195.302 14.0166 196.11 11.5059 198.027 11.1921L202.164 10.5644C202.971 10.4598 203.677 9.93676 203.98 9.20448L205.796 5.3339C206.603 3.55553 209.227 3.55553 210.135 5.3339Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M242.135 5.3339L243.951 9.20448C244.355 9.93676 244.96 10.4598 245.767 10.5644L249.904 11.1921C251.922 11.5059 252.729 14.0166 251.216 15.4811L248.29 18.5148C247.684 19.1425 247.483 19.9793 247.583 20.7116L248.29 25.0006C248.592 27.0928 246.574 28.662 244.758 27.7205L241.126 25.7329C240.42 25.3145 239.612 25.3145 238.805 25.7329L235.173 27.7205C233.356 28.662 231.238 27.0928 231.641 25.0006L232.347 20.7116C232.448 19.8747 232.247 19.0378 231.641 18.5148L228.715 15.4811C227.302 14.0166 228.11 11.5059 230.027 11.1921L234.164 10.5644C234.971 10.4598 235.677 9.93676 235.98 9.20448L237.796 5.3339C238.603 3.55553 241.227 3.55553 242.135 5.3339Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M274.135 5.3339L275.951 9.20448C276.355 9.93676 276.96 10.4598 277.767 10.5644L281.904 11.1921C283.922 11.5059 284.729 14.0166 283.216 15.4811L280.29 18.5148C279.684 19.1425 279.483 19.9793 279.583 20.7116L280.29 25.0006C280.592 27.0928 278.574 28.662 276.758 27.7205L273.126 25.7329C272.42 25.3145 271.612 25.3145 270.805 25.7329L267.173 27.7205C265.356 28.662 263.238 27.0928 263.641 25.0006L264.347 20.7116C264.448 19.8747 264.247 19.0378 263.641 18.5148L260.715 15.4811C259.302 14.0166 260.11 11.5059 262.027 11.1921L266.164 10.5644C266.971 10.4598 267.677 9.93676 267.98 9.20448L269.796 5.3339C270.603 3.55553 273.227 3.55553 274.135 5.3339Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M306.135 5.3339L307.951 9.20448C308.355 9.93676 308.96 10.4598 309.767 10.5644L313.904 11.1921C315.922 11.5059 316.729 14.0166 315.216 15.4811L312.29 18.5148C311.684 19.1425 311.483 19.9793 311.583 20.7116L312.29 25.0006C312.592 27.0928 310.574 28.662 308.758 27.7205L305.126 25.7329C304.42 25.3145 303.612 25.3145 302.805 25.7329L299.173 27.7205C297.356 28.662 295.238 27.0928 295.641 25.0006L296.347 20.7116C296.448 19.8747 296.247 19.0378 295.641 18.5148L292.715 15.4811C291.302 14.0166 292.11 11.5059 294.027 11.1921L298.164 10.5644C298.971 10.4598 299.677 9.93676 299.98 9.20448L301.796 5.3339C302.603 3.55553 305.227 3.55553 306.135 5.3339Z' fill='url(%23paint9_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='186' y1='28.0001' x2='161.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='218' y1='28.0001' x2='193.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='250' y1='28.0001' x2='225.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='282' y1='28.0001' x2='257.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='314' y1='28.0001' x2='289.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A3A3A3'/%3E%3Cstop offset='1' stop-color='%23838383'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bf-rating-extend-10 {
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='32' viewBox='0 0 320 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1348 5.3339L19.951 9.20448C20.3546 9.93676 20.96 10.4598 21.7672 10.5644L25.9041 11.1921C27.9222 11.5059 28.7294 14.0166 27.2159 15.4811L24.2897 18.5148C23.6843 19.1425 23.4825 19.9793 23.5834 20.7116L24.2897 25.0006C24.5924 27.0928 22.5744 28.662 20.7582 27.7205L17.1258 25.7329C16.4195 25.3145 15.6123 25.3145 14.8051 25.7329L11.1727 27.7205C9.35647 28.662 7.23757 27.0928 7.64117 25.0006L8.34747 20.7116C8.44837 19.8747 8.24657 19.0378 7.64117 18.5148L4.71506 15.4811C3.30245 14.0166 4.10965 11.5059 6.02676 11.1921L10.1637 10.5644C10.9709 10.4598 11.6772 9.93676 11.9799 9.20448L13.7961 5.3339C14.6033 3.55553 17.2267 3.55553 18.1348 5.3339Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M50.1348 5.3339L51.951 9.20448C52.3546 9.93676 52.96 10.4598 53.7672 10.5644L57.9041 11.1921C59.9222 11.5059 60.7294 14.0166 59.2159 15.4811L56.2897 18.5148C55.6843 19.1425 55.4825 19.9793 55.5834 20.7116L56.2897 25.0006C56.5924 27.0928 54.5744 28.662 52.7582 27.7205L49.1258 25.7329C48.4195 25.3145 47.6123 25.3145 46.8051 25.7329L43.1727 27.7205C41.3565 28.662 39.2376 27.0928 39.6412 25.0006L40.3475 20.7116C40.4484 19.8747 40.2466 19.0378 39.6412 18.5148L36.7151 15.4811C35.3024 14.0166 36.1097 11.5059 38.0268 11.1921L42.1637 10.5644C42.9709 10.4598 43.6772 9.93676 43.9799 9.20448L45.7961 5.3339C46.6033 3.55553 49.2267 3.55553 50.1348 5.3339Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M82.1348 5.3339L83.951 9.20448C84.3546 9.93676 84.96 10.4598 85.7672 10.5644L89.9041 11.1921C91.9222 11.5059 92.7294 14.0166 91.2159 15.4811L88.2897 18.5148C87.6843 19.1425 87.4825 19.9793 87.5834 20.7116L88.2897 25.0006C88.5924 27.0928 86.5744 28.662 84.7582 27.7205L81.1258 25.7329C80.4195 25.3145 79.6123 25.3145 78.8051 25.7329L75.1727 27.7205C73.3565 28.662 71.2376 27.0928 71.6412 25.0006L72.3475 20.7116C72.4484 19.8747 72.2466 19.0378 71.6412 18.5148L68.7151 15.4811C67.3024 14.0166 68.1097 11.5059 70.0268 11.1921L74.1637 10.5644C74.9709 10.4598 75.6772 9.93676 75.9799 9.20448L77.7961 5.3339C78.6033 3.55553 81.2267 3.55553 82.1348 5.3339Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M114.135 5.3339L115.951 9.20448C116.355 9.93676 116.96 10.4598 117.767 10.5644L121.904 11.1921C123.922 11.5059 124.729 14.0166 123.216 15.4811L120.29 18.5148C119.684 19.1425 119.483 19.9793 119.583 20.7116L120.29 25.0006C120.592 27.0928 118.574 28.662 116.758 27.7205L113.126 25.7329C112.42 25.3145 111.612 25.3145 110.805 25.7329L107.173 27.7205C105.356 28.662 103.238 27.0928 103.641 25.0006L104.347 20.7116C104.448 19.8747 104.247 19.0378 103.641 18.5148L100.715 15.4811C99.3024 14.0166 100.11 11.5059 102.027 11.1921L106.164 10.5644C106.971 10.4598 107.677 9.93676 107.98 9.20448L109.796 5.3339C110.603 3.55553 113.227 3.55553 114.135 5.3339Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M146.135 5.3339L147.951 9.20448C148.355 9.93676 148.96 10.4598 149.767 10.5644L153.904 11.1921C155.922 11.5059 156.729 14.0166 155.216 15.4811L152.29 18.5148C151.684 19.1425 151.483 19.9793 151.583 20.7116L152.29 25.0006C152.592 27.0928 150.574 28.662 148.758 27.7205L145.126 25.7329C144.42 25.3145 143.612 25.3145 142.805 25.7329L139.173 27.7205C137.356 28.662 135.238 27.0928 135.641 25.0006L136.347 20.7116C136.448 19.8747 136.247 19.0378 135.641 18.5148L132.715 15.4811C131.302 14.0166 132.11 11.5059 134.027 11.1921L138.164 10.5644C138.971 10.4598 139.677 9.93676 139.98 9.20448L141.796 5.3339C142.603 3.55553 145.227 3.55553 146.135 5.3339Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M178.135 5.3339L179.951 9.20448C180.355 9.93676 180.96 10.4598 181.767 10.5644L185.904 11.1921C187.922 11.5059 188.729 14.0166 187.216 15.4811L184.29 18.5148C183.684 19.1425 183.483 19.9793 183.583 20.7116L184.29 25.0006C184.592 27.0928 182.574 28.662 180.758 27.7205L177.126 25.7329C176.42 25.3145 175.612 25.3145 174.805 25.7329L171.173 27.7205C169.356 28.662 167.238 27.0928 167.641 25.0006L168.347 20.7116C168.448 19.8747 168.247 19.0378 167.641 18.5148L164.715 15.4811C163.302 14.0166 164.11 11.5059 166.027 11.1921L170.164 10.5644C170.971 10.4598 171.677 9.93676 171.98 9.20448L173.796 5.3339C174.603 3.55553 177.227 3.55553 178.135 5.3339Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M210.135 5.3339L211.951 9.20448C212.355 9.93676 212.96 10.4598 213.767 10.5644L217.904 11.1921C219.922 11.5059 220.729 14.0166 219.216 15.4811L216.29 18.5148C215.684 19.1425 215.483 19.9793 215.583 20.7116L216.29 25.0006C216.592 27.0928 214.574 28.662 212.758 27.7205L209.126 25.7329C208.42 25.3145 207.612 25.3145 206.805 25.7329L203.173 27.7205C201.356 28.662 199.238 27.0928 199.641 25.0006L200.347 20.7116C200.448 19.8747 200.247 19.0378 199.641 18.5148L196.715 15.4811C195.302 14.0166 196.11 11.5059 198.027 11.1921L202.164 10.5644C202.971 10.4598 203.677 9.93676 203.98 9.20448L205.796 5.3339C206.603 3.55553 209.227 3.55553 210.135 5.3339Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M242.135 5.3339L243.951 9.20448C244.355 9.93676 244.96 10.4598 245.767 10.5644L249.904 11.1921C251.922 11.5059 252.729 14.0166 251.216 15.4811L248.29 18.5148C247.684 19.1425 247.483 19.9793 247.583 20.7116L248.29 25.0006C248.592 27.0928 246.574 28.662 244.758 27.7205L241.126 25.7329C240.42 25.3145 239.612 25.3145 238.805 25.7329L235.173 27.7205C233.356 28.662 231.238 27.0928 231.641 25.0006L232.347 20.7116C232.448 19.8747 232.247 19.0378 231.641 18.5148L228.715 15.4811C227.302 14.0166 228.11 11.5059 230.027 11.1921L234.164 10.5644C234.971 10.4598 235.677 9.93676 235.98 9.20448L237.796 5.3339C238.603 3.55553 241.227 3.55553 242.135 5.3339Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M274.135 5.3339L275.951 9.20448C276.355 9.93676 276.96 10.4598 277.767 10.5644L281.904 11.1921C283.922 11.5059 284.729 14.0166 283.216 15.4811L280.29 18.5148C279.684 19.1425 279.483 19.9793 279.583 20.7116L280.29 25.0006C280.592 27.0928 278.574 28.662 276.758 27.7205L273.126 25.7329C272.42 25.3145 271.612 25.3145 270.805 25.7329L267.173 27.7205C265.356 28.662 263.238 27.0928 263.641 25.0006L264.347 20.7116C264.448 19.8747 264.247 19.0378 263.641 18.5148L260.715 15.4811C259.302 14.0166 260.11 11.5059 262.027 11.1921L266.164 10.5644C266.971 10.4598 267.677 9.93676 267.98 9.20448L269.796 5.3339C270.603 3.55553 273.227 3.55553 274.135 5.3339Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M306.135 5.3339L307.951 9.20448C308.355 9.93676 308.96 10.4598 309.767 10.5644L313.904 11.1921C315.922 11.5059 316.729 14.0166 315.216 15.4811L312.29 18.5148C311.684 19.1425 311.483 19.9793 311.583 20.7116L312.29 25.0006C312.592 27.0928 310.574 28.662 308.758 27.7205L305.126 25.7329C304.42 25.3145 303.612 25.3145 302.805 25.7329L299.173 27.7205C297.356 28.662 295.238 27.0928 295.641 25.0006L296.347 20.7116C296.448 19.8747 296.247 19.0378 295.641 18.5148L292.715 15.4811C291.302 14.0166 292.11 11.5059 294.027 11.1921L298.164 10.5644C298.971 10.4598 299.677 9.93676 299.98 9.20448L301.796 5.3339C302.603 3.55553 305.227 3.55553 306.135 5.3339Z' fill='url(%23paint9_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='26' y1='28.0001' x2='1.49247' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='58' y1='28.0001' x2='33.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='90' y1='28.0001' x2='65.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='122' y1='28.0001' x2='97.4925' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='154' y1='28.0001' x2='129.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='186' y1='28.0001' x2='161.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='218' y1='28.0001' x2='193.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='250' y1='28.0001' x2='225.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='282' y1='28.0001' x2='257.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='314' y1='28.0001' x2='289.492' y2='10.2095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FFF281'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.bf-footer {
  background-color: #333333;
  color: #FFF;
  padding-top: 64px;
  padding-bottom: 64px;
}
.bf-footer [class^=bf-border] {
  border-color: #BCBCBC;
}

[class^=bf-rating].large {
  width: 120px;
  height: 24px;
}

.bf-loadimg {
  opacity: 0;
}
.bf-loadimg.loaded {
  opacity: 1;
}

.bf-apple-store {
  background-image: url("data:image/svg+xml,%3Csvg width='206' height='60' viewBox='0 0 206 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13' width='180' height='60' rx='8' fill='%23232323'/%3E%3Cpath d='M50.2171 31.0247C50.1999 28.0739 51.5332 25.8499 54.2258 24.2101C52.7198 22.0467 50.4415 20.8569 47.4382 20.6275C44.5946 20.4026 41.4835 22.289 40.3443 22.289C39.1404 22.289 36.3874 20.7054 34.2213 20.7054C29.7509 20.7747 25 24.2793 25 31.4098C25 33.517 25.384 35.6933 26.1521 37.9346C27.1791 40.8854 30.8814 48.1154 34.7434 47.9986C36.7628 47.951 38.1911 46.5621 40.819 46.5621C43.3691 46.5621 44.6895 47.9986 46.942 47.9986C50.8385 47.9424 54.187 41.37 55.1622 38.4105C49.9366 35.9399 50.2171 31.1762 50.2171 31.0247V31.0247ZM45.682 17.8281C47.8697 15.2234 47.6712 12.8524 47.6065 12C45.6734 12.1125 43.4382 13.3197 42.1652 14.8037C40.7629 16.396 39.9387 18.3647 40.1156 20.5843C42.2041 20.7444 44.1113 19.667 45.682 17.8281V17.8281Z' fill='white'/%3E%3Cpath d='M66.8831 12V22.8093H70.5162C73.7297 22.8093 75.6174 20.8092 75.6174 17.4009C75.6174 14.0001 73.7222 12 70.5162 12H66.8831ZM68.2315 13.2135H70.4263C72.8833 13.2135 74.2391 14.7117 74.2391 17.4159C74.2391 20.0976 72.8758 21.5958 70.4263 21.5958H68.2315V13.2135Z' fill='white'/%3E%3Cpath d='M80.3217 22.9441C82.4715 22.9441 83.9247 21.3935 83.9247 18.914C83.9247 16.4271 82.4715 14.884 80.3217 14.884C78.1643 14.884 76.7111 16.4271 76.7111 18.914C76.7111 21.3935 78.1643 22.9441 80.3217 22.9441ZM80.3217 21.798C78.9433 21.798 78.037 20.7493 78.037 18.914C78.037 17.0788 78.9433 16.0301 80.3217 16.0301C81.7 16.0301 82.5989 17.0788 82.5989 18.914C82.5989 20.7493 81.7 21.798 80.3217 21.798Z' fill='white'/%3E%3Cpath d='M95.1535 15.0188H93.8651L92.307 21.356H92.277L90.5092 15.0188H89.2507L87.4904 21.356H87.4604L85.9023 15.0188H84.6064L86.7862 22.8093H88.1121L89.865 16.7792H89.8949L91.6553 22.8093H92.9812L95.1535 15.0188Z' fill='white'/%3E%3Cpath d='M96.2247 22.8093H97.5281V18.2249C97.5281 16.9065 98.3296 16.0376 99.5581 16.0376C100.757 16.0376 101.348 16.7267 101.348 17.9852V22.8093H102.652V17.753C102.652 15.9851 101.663 14.884 99.9551 14.884C98.7491 14.884 97.9176 15.4233 97.4832 16.2623H97.4532V15.0188H96.2247V22.8093Z' fill='white'/%3E%3Cpath d='M104.382 22.8093H105.686V12H104.382V22.8093Z' fill='white'/%3E%3Cpath d='M110.675 22.9441C112.824 22.9441 114.278 21.3935 114.278 18.914C114.278 16.4271 112.824 14.884 110.675 14.884C108.517 14.884 107.064 16.4271 107.064 18.914C107.064 21.3935 108.517 22.9441 110.675 22.9441ZM110.675 21.798C109.296 21.798 108.39 20.7493 108.39 18.914C108.39 17.0788 109.296 16.0301 110.675 16.0301C112.053 16.0301 112.952 17.0788 112.952 18.914C112.952 20.7493 112.053 21.798 110.675 21.798Z' fill='white'/%3E%3Cpath d='M118.165 21.8355C117.229 21.8355 116.607 21.3486 116.607 20.607C116.607 19.8729 117.207 19.4084 118.255 19.341L120.338 19.2137V19.8504C120.338 20.974 119.394 21.8355 118.165 21.8355ZM117.873 22.9441C118.922 22.9441 119.911 22.3598 120.375 21.4684H120.405V22.8093H121.641V17.4234C121.641 15.8728 120.487 14.884 118.66 14.884C116.817 14.884 115.663 15.9177 115.574 17.2661H116.832C116.997 16.502 117.626 16.0301 118.63 16.0301C119.708 16.0301 120.338 16.5994 120.338 17.5507V18.2024L118.105 18.3298C116.308 18.4346 115.281 19.2736 115.281 20.607C115.281 22.0078 116.323 22.9441 117.873 22.9441Z' fill='white'/%3E%3Cpath d='M126.248 22.9441C127.372 22.9441 128.263 22.3898 128.765 21.4909H128.787V22.8093H130.031V12H128.727V16.2848H128.697C128.233 15.4308 127.334 14.884 126.218 14.884C124.255 14.884 122.915 16.472 122.915 18.914C122.915 21.356 124.263 22.9441 126.248 22.9441ZM126.495 16.0301C127.836 16.0301 128.735 17.1762 128.735 18.914C128.735 20.6594 127.836 21.798 126.495 21.798C125.117 21.798 124.248 20.6819 124.248 18.914C124.248 17.1537 125.117 16.0301 126.495 16.0301Z' fill='white'/%3E%3Cpath d='M138.166 22.9441C140.316 22.9441 141.769 21.3935 141.769 18.914C141.769 16.4271 140.316 14.884 138.166 14.884C136.008 14.884 134.555 16.4271 134.555 18.914C134.555 21.3935 136.008 22.9441 138.166 22.9441ZM138.166 21.798C136.788 21.798 135.881 20.7493 135.881 18.914C135.881 17.0788 136.788 16.0301 138.166 16.0301C139.544 16.0301 140.443 17.0788 140.443 18.914C140.443 20.7493 139.544 21.798 138.166 21.798Z' fill='white'/%3E%3Cpath d='M143.087 22.8093H144.391V18.2249C144.391 16.9065 145.192 16.0376 146.421 16.0376C147.619 16.0376 148.211 16.7267 148.211 17.9852V22.8093H149.514V17.753C149.514 15.9851 148.526 14.884 146.818 14.884C145.612 14.884 144.78 15.4233 144.346 16.2623H144.316V15.0188H143.087V22.8093Z' fill='white'/%3E%3Cpath d='M154.743 13.1386V15.0188H153.582V16.09H154.743V20.7867C154.743 22.2849 155.297 22.8692 156.728 22.8692C157.035 22.8692 157.395 22.8467 157.552 22.8093V21.7156C157.462 21.7306 157.163 21.7531 157.013 21.7531C156.346 21.7531 156.046 21.431 156.046 20.7193V16.09H157.56V15.0188H156.046V13.1386H154.743Z' fill='white'/%3E%3Cpath d='M159.02 22.8093H160.324V18.2698C160.324 16.9215 161.125 16.0376 162.421 16.0376C163.642 16.0376 164.264 16.7792 164.264 18.0151V22.8093H165.567V17.7754C165.567 16.0376 164.534 14.884 162.826 14.884C161.642 14.884 160.788 15.3933 160.354 16.2623H160.324V12H159.02V22.8093Z' fill='white'/%3E%3Cpath d='M170.346 16.0151C171.575 16.0151 172.391 16.9439 172.421 18.2474H168.189C168.272 16.9514 169.125 16.0151 170.346 16.0151ZM172.391 20.577C172.174 21.3111 171.448 21.813 170.459 21.813C169.058 21.813 168.182 20.8317 168.182 19.341V19.2661H173.77V18.7717C173.77 16.4121 172.474 14.884 170.369 14.884C168.219 14.884 166.841 16.5245 166.841 18.944C166.841 21.3935 168.197 22.9441 170.429 22.9441C172.129 22.9441 173.448 21.9403 173.672 20.577H172.391Z' fill='white'/%3E%3Cpath d='M78.2996 43.9035H82.0567L76.1811 27.014H72.026L66.1621 43.9035H69.7905L71.078 39.8069H77.0121L78.2996 43.9035ZM74.0041 30.2444H74.086L76.2513 37.1617H71.8388L74.0041 30.2444Z' fill='white'/%3E%3Cpath d='M90.8233 31.1573C89.0091 31.1573 87.6163 32.0703 86.9375 33.545H86.8672V31.3563H83.4964V48H86.9141V41.7967H86.9843C87.6514 43.2129 89.056 44.1024 90.8819 44.1024C94.0186 44.1024 95.9616 41.6679 95.9616 37.6299C95.9616 33.5801 94.0069 31.1573 90.8233 31.1573ZM89.6763 41.3519C88.0026 41.3519 86.9024 39.9005 86.9024 37.6299C86.9024 35.3826 88.0026 33.8962 89.6763 33.8962C91.3851 33.8962 92.462 35.3592 92.462 37.6299C92.462 39.9122 91.3851 41.3519 89.6763 41.3519Z' fill='white'/%3E%3Cpath d='M105.056 31.1573C103.242 31.1573 101.849 32.0703 101.17 33.545H101.1V31.3563H97.7289V48H101.147V41.7967H101.217C101.884 43.2129 103.289 44.1024 105.114 44.1024C108.251 44.1024 110.194 41.6679 110.194 37.6299C110.194 33.5801 108.24 31.1573 105.056 31.1573ZM103.909 41.3519C102.235 41.3519 101.135 39.9005 101.135 37.6299C101.135 35.3826 102.235 33.8962 103.909 33.8962C105.618 33.8962 106.695 35.3592 106.695 37.6299C106.695 39.9122 105.618 41.3519 103.909 41.3519Z' fill='white'/%3E%3Cpath d='M116.374 39.0929C116.479 42.2648 119.066 44.1961 123.128 44.1961C127.318 44.1961 129.975 42.1244 129.975 38.8471C129.975 36.2722 128.5 34.8208 125.117 34.0951L123.069 33.6621C121.126 33.2173 120.307 32.6321 120.307 31.5904C120.307 30.338 121.477 29.507 123.221 29.507C124.989 29.507 126.241 30.3731 126.358 31.8011H129.67C129.612 28.7462 127.142 26.7214 123.209 26.7214C119.441 26.7214 116.749 28.7813 116.749 31.8947C116.749 34.3643 118.282 35.9444 121.395 36.6116L123.596 37.0915C125.632 37.5479 126.44 38.1566 126.44 39.2568C126.44 40.4975 125.152 41.3987 123.268 41.3987C121.395 41.3987 119.944 40.4858 119.78 39.0929H116.374Z' fill='white'/%3E%3Cpath d='M132.772 28.4653V31.3563H131.005V33.9313H132.772V40.5209C132.772 42.9671 133.919 43.9503 136.869 43.9503C137.559 43.9503 138.144 43.8917 138.495 43.8098V41.2934C138.285 41.3285 137.969 41.3519 137.664 41.3519C136.658 41.3519 136.19 40.8954 136.19 39.9357V33.9313H138.507V31.3563H136.19V28.4653H132.772Z' fill='white'/%3E%3Cpath d='M145.951 44.1727C149.743 44.1727 152.166 41.7498 152.166 37.6182C152.166 33.545 149.708 31.0871 145.951 31.0871C142.194 31.0871 139.736 33.5567 139.736 37.6182C139.736 41.7381 142.159 44.1727 145.951 44.1727ZM145.951 41.5626C144.266 41.5626 143.201 40.1463 143.201 37.6299C143.201 35.1368 144.289 33.6972 145.951 33.6972C147.613 33.6972 148.69 35.1368 148.69 37.6299C148.69 40.1463 147.625 41.5626 145.951 41.5626Z' fill='white'/%3E%3Cpath d='M153.934 43.9035H157.351V36.8925C157.351 35.1251 158.334 34.0951 160.02 34.0951C160.511 34.0951 160.98 34.1771 161.261 34.2941V31.2861C161.026 31.2159 160.687 31.1573 160.289 31.1573C158.814 31.1573 157.749 32.0235 157.304 33.6153H157.234V31.3563H153.934V43.9035Z' fill='white'/%3E%3Cpath d='M167.874 33.6153C169.395 33.6153 170.437 34.7155 170.507 36.319H165.182C165.299 34.7506 166.375 33.6153 167.874 33.6153ZM170.554 40.0644C170.238 41.0242 169.278 41.6445 168.026 41.6445C166.282 41.6445 165.146 40.4155 165.146 38.6248V38.4141H173.796V37.3724C173.796 33.5567 171.49 31.0871 167.838 31.0871C164.128 31.0871 161.787 33.6855 161.787 37.6884C161.787 41.703 164.105 44.1727 167.967 44.1727C171.069 44.1727 173.316 42.5223 173.691 40.0644H170.554Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 172px;
  background-position: center;
}

.bf-google-play {
  background-image: url("data:image/svg+xml,%3Csvg width='213' height='60' viewBox='0 0 213 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='212.635' height='60' rx='8' fill='%23232323'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M36.8076 35.5019C41.0724 33.1601 44.3054 31.3758 44.5841 31.237C45.4755 30.763 46.3962 29.5082 44.5841 28.5336C43.999 28.2271 40.849 26.4983 36.8076 24.2688L31.205 29.927L36.8076 35.5017V35.5019Z' fill='%23FFD900'/%3E%3Cpath d='M31.2049 29.927L13.3656 47.9064C13.7843 47.9618 14.2571 47.8508 14.8144 47.5444C15.9845 46.9039 28.389 40.1297 36.8075 35.5032L31.2049 29.927Z' fill='%23F43249'/%3E%3Cpath d='M31.2049 29.9269L36.8075 24.2966C36.8075 24.2966 16.0692 12.9788 14.8144 12.3107C14.3417 12.0307 13.8119 11.9476 13.3379 12.0307L31.2049 29.9269V29.9269Z' fill='%2300EE76'/%3E%3Cpath d='M31.2049 29.9279L13.3379 12.0317C12.6128 12.1994 12 12.84 12 14.1502V45.7888C12 46.988 12.4742 47.8517 13.3656 47.935L31.2049 29.9279Z' fill='%2300D3FF'/%3E%3C/g%3E%3Cpath d='M62.4592 23.2188C61.5295 23.2188 60.6637 22.9909 59.8616 22.5352C59.0595 22.0794 58.426 21.4505 57.9612 20.6484C57.4963 19.8464 57.2639 18.9577 57.2639 17.9824C57.2639 17.0254 57.4963 16.1413 57.9612 15.3301C58.426 14.528 59.0595 13.8991 59.8616 13.4434C60.6819 12.9785 61.5478 12.7461 62.4592 12.7461C63.1884 12.7461 63.8811 12.8783 64.5374 13.1426C65.1754 13.4069 65.7086 13.776 66.137 14.25L65.303 15.0977C64.9749 14.6966 64.5647 14.3958 64.0725 14.1953C63.5712 13.9857 63.038 13.8809 62.4729 13.8809C61.7802 13.8809 61.1239 14.054 60.5042 14.4004C59.8935 14.7376 59.4013 15.2161 59.0276 15.8359C58.6539 16.4557 58.467 17.1712 58.467 17.9824C58.467 18.8027 58.6539 19.5228 59.0276 20.1426C59.4013 20.7533 59.8935 21.2318 60.5042 21.5781C61.1148 21.9154 61.7711 22.084 62.4729 22.084C63.1292 22.084 63.6897 21.9792 64.1545 21.7695C64.6012 21.569 64.9931 21.291 65.3303 20.9355C65.5673 20.6803 65.7633 20.3659 65.9182 19.9922C66.0549 19.6458 66.1461 19.2402 66.1917 18.7754H62.4866V17.668H67.2991C67.3446 17.9596 67.3674 18.2012 67.3674 18.3926C67.3674 19.0033 67.2717 19.6048 67.0803 20.1973C66.898 20.7533 66.5836 21.2637 66.137 21.7285C65.2073 22.722 63.9814 23.2188 62.4592 23.2188ZM69.1311 12.9785H74.928V14.1133H70.3206V17.4219H74.4768V18.543H70.3206V21.8652H74.928V23H69.1311V12.9785ZM78.8928 14.1133H76.0901V12.9785H82.885V14.1133H80.0823V23H78.8928V14.1133ZM87.6018 12.9785H88.7913V23H87.6018V12.9785ZM93.0706 14.1133H90.2678V12.9785H97.0627V14.1133H94.26V23H93.0706V14.1133ZM106.155 23.2188C105.188 23.2188 104.313 22.9863 103.53 22.5215C102.746 22.0566 102.13 21.4232 101.684 20.6211C101.237 19.819 101.014 18.9395 101.014 17.9824C101.014 17.0345 101.237 16.1595 101.684 15.3574C102.13 14.5553 102.746 13.9219 103.53 13.457C104.323 12.9831 105.198 12.7461 106.155 12.7461C107.102 12.7461 107.973 12.9831 108.766 13.457C109.559 13.931 110.179 14.5645 110.625 15.3574C111.072 16.1595 111.295 17.0345 111.295 17.9824C111.295 18.9395 111.072 19.819 110.625 20.6211C110.179 21.4141 109.559 22.0475 108.766 22.5215C107.991 22.9863 107.121 23.2188 106.155 23.2188ZM108.137 21.5645C108.729 21.2181 109.203 20.735 109.559 20.1152C109.914 19.5046 110.092 18.7936 110.092 17.9824C110.092 17.1895 109.914 16.4831 109.559 15.8633C109.203 15.2435 108.729 14.7604 108.137 14.4141C107.535 14.0586 106.875 13.8809 106.155 13.8809C105.434 13.8809 104.774 14.0586 104.172 14.4141C103.58 14.7604 103.106 15.2435 102.75 15.8633C102.395 16.4831 102.217 17.1895 102.217 17.9824C102.217 18.7936 102.395 19.5046 102.75 20.1152C103.106 20.735 103.58 21.2181 104.172 21.5645C104.755 21.9108 105.416 22.084 106.155 22.084C106.893 22.084 107.554 21.9108 108.137 21.5645ZM113.031 12.9785H114.481L119.512 20.9492H119.567L119.512 19.0215V12.9785H120.701V23H119.471L114.221 14.6465H114.166L114.221 16.5742V23H113.031V12.9785ZM67.2307 45.3906C65.5055 45.3906 63.9267 44.9919 62.4944 44.1943C61.0621 43.3968 59.9146 42.2819 59.052 40.8496C58.2056 39.4499 57.7825 37.8467 57.7825 36.04C57.7825 34.2497 58.2056 32.6546 59.052 31.2549C59.9146 29.8226 61.0621 28.7077 62.4944 27.9102C63.943 27.0964 65.5217 26.6895 67.2307 26.6895C68.5979 26.6895 69.8756 26.9417 71.0637 27.4463C72.2681 27.9508 73.2691 28.6426 74.0667 29.5215L71.7229 31.792C71.1044 31.1572 70.4452 30.6852 69.7454 30.376C69.0292 30.0667 68.1829 29.9121 67.2063 29.9121C66.0995 29.9121 65.0904 30.1644 64.179 30.6689C63.2675 31.1735 62.5432 31.8978 62.0061 32.8418C61.4527 33.8184 61.176 34.8844 61.176 36.04C61.176 37.2445 61.4527 38.3187 62.0061 39.2627C62.5595 40.1904 63.3 40.9147 64.2278 41.4355C65.1392 41.9401 66.1484 42.1924 67.2551 42.1924C68.9153 42.1924 70.2825 41.7041 71.3567 40.7275C71.6985 40.4346 71.9915 40.0521 72.2356 39.5801C72.496 39.0918 72.6832 38.5791 72.7971 38.042H67.1575V35.1855H75.9465C76.0605 35.625 76.1174 36.1458 76.1174 36.748C76.1174 37.9362 75.9384 39.0348 75.5803 40.0439C75.206 41.1019 74.6607 41.9971 73.9446 42.7295C73.1471 43.5758 72.1786 44.235 71.0393 44.707C69.9325 45.1628 68.663 45.3906 67.2307 45.3906ZM84.8333 45.3906C83.5149 45.3906 82.343 45.0977 81.3176 44.5117C80.2922 43.9258 79.4866 43.1201 78.9006 42.0947C78.331 41.1019 78.0461 39.9463 78.0461 38.6279C78.0461 37.3258 78.331 36.1784 78.9006 35.1855C79.5028 34.1439 80.3085 33.3301 81.3176 32.7441C82.3756 32.1419 83.5474 31.8408 84.8333 31.8408C86.1191 31.8408 87.2909 32.1419 88.3489 32.7441C89.358 33.3301 90.1637 34.1439 90.7659 35.1855C91.3355 36.1784 91.6204 37.3258 91.6204 38.6279C91.6204 39.9463 91.3355 41.1019 90.7659 42.0947C90.1799 43.1201 89.3743 43.9258 88.3489 44.5117C87.3235 45.0977 86.1516 45.3906 84.8333 45.3906ZM86.5911 41.9238C87.1119 41.6471 87.5351 41.2158 87.8606 40.6299C88.1861 40.0602 88.3489 39.3929 88.3489 38.6279C88.3489 37.8792 88.1861 37.2201 87.8606 36.6504C87.5351 36.0645 87.1119 35.6331 86.5911 35.3564C86.0214 35.0472 85.4355 34.8926 84.8333 34.8926C84.2473 34.8926 83.6695 35.0472 83.0999 35.3564C82.5627 35.6494 82.1314 36.0807 81.8059 36.6504C81.4804 37.2201 81.3176 37.8792 81.3176 38.6279C81.3176 39.3441 81.4804 40.0033 81.8059 40.6055C82.1152 41.1914 82.5465 41.6309 83.0999 41.9238C83.637 42.2168 84.2148 42.3633 84.8333 42.3633C85.468 42.3633 86.054 42.2168 86.5911 41.9238ZM100.19 45.3906C98.8713 45.3906 97.6995 45.0977 96.6741 44.5117C95.6487 43.9258 94.843 43.1201 94.2571 42.0947C93.6874 41.1019 93.4026 39.9463 93.4026 38.6279C93.4026 37.3258 93.6874 36.1784 94.2571 35.1855C94.8593 34.1439 95.665 33.3301 96.6741 32.7441C97.732 32.1419 98.9039 31.8408 100.19 31.8408C101.476 31.8408 102.647 32.1419 103.705 32.7441C104.714 33.3301 105.52 34.1439 106.122 35.1855C106.692 36.1784 106.977 37.3258 106.977 38.6279C106.977 39.9463 106.692 41.1019 106.122 42.0947C105.536 43.1201 104.731 43.9258 103.705 44.5117C102.68 45.0977 101.508 45.3906 100.19 45.3906ZM101.948 41.9238C102.468 41.6471 102.892 41.2158 103.217 40.6299C103.543 40.0602 103.705 39.3929 103.705 38.6279C103.705 37.8792 103.543 37.2201 103.217 36.6504C102.892 36.0645 102.468 35.6331 101.948 35.3564C101.378 35.0472 100.792 34.8926 100.19 34.8926C99.6038 34.8926 99.026 35.0472 98.4563 35.3564C97.9192 35.6494 97.4879 36.0807 97.1624 36.6504C96.8368 37.2201 96.6741 37.8792 96.6741 38.6279C96.6741 39.3441 96.8368 40.0033 97.1624 40.6055C97.4716 41.1914 97.9029 41.6309 98.4563 41.9238C98.9934 42.2168 99.5712 42.3633 100.19 42.3633C100.824 42.3633 101.41 42.2168 101.948 41.9238ZM115.326 50.8105C113.715 50.8105 112.372 50.4443 111.298 49.7119C110.224 48.9795 109.508 48.1087 109.15 47.0996L112.226 45.8545C112.503 46.4893 112.909 46.9857 113.447 47.3438C114.016 47.7181 114.643 47.9053 115.326 47.9053C116.368 47.9053 117.19 47.5879 117.792 46.9531C118.394 46.3346 118.696 45.4313 118.696 44.2432V43.2422H118.5C118.077 43.8444 117.556 44.2839 116.938 44.5605C116.287 44.8535 115.546 45 114.716 45C113.658 45 112.673 44.7314 111.762 44.1943C110.883 43.6735 110.159 42.9085 109.589 41.8994C109.036 40.9066 108.759 39.751 108.759 38.4326C108.759 37.1143 109.036 35.9587 109.589 34.9658C110.159 33.9567 110.883 33.1917 111.762 32.6709C112.69 32.1175 113.674 31.8408 114.716 31.8408C115.497 31.8408 116.238 31.9954 116.938 32.3047C117.573 32.5814 118.093 33.0127 118.5 33.5986H118.696V32.2559H121.845V44.1211C121.845 45.5208 121.585 46.709 121.064 47.6855C120.543 48.6621 119.778 49.4271 118.769 49.9805C117.76 50.5339 116.612 50.8105 115.326 50.8105ZM115.375 42.0215C116.287 42.0215 117.068 41.7041 117.719 41.0693C118.37 40.4346 118.696 39.5557 118.696 38.4326C118.696 37.2933 118.378 36.4062 117.743 35.7715C117.109 35.1367 116.319 34.8193 115.375 34.8193C114.464 34.8193 113.674 35.1367 113.007 35.7715C112.356 36.4062 112.031 37.2933 112.031 38.4326C112.031 39.5557 112.356 40.4346 113.007 41.0693C113.674 41.7041 114.464 42.0215 115.375 42.0215ZM125.043 27.1045H128.315V45H125.043V27.1045ZM133.954 44.5361C132.945 43.9665 132.148 43.1608 131.562 42.1191C130.992 41.1263 130.707 39.9707 130.707 38.6523C130.707 37.4479 130.992 36.3167 131.562 35.2588C132.115 34.2008 132.896 33.3708 133.906 32.7686C134.915 32.1501 136.03 31.8408 137.25 31.8408C138.552 31.8408 139.684 32.1257 140.644 32.6953C141.604 33.265 142.328 34.0381 142.817 35.0146C143.305 35.9912 143.549 37.0898 143.549 38.3105C143.549 38.7012 143.525 39.0674 143.476 39.4092H133.906C134.068 40.3857 134.475 41.1507 135.126 41.7041C135.761 42.2412 136.526 42.5098 137.421 42.5098C138.17 42.5098 138.821 42.347 139.374 42.0215C139.895 41.7122 140.318 41.2728 140.644 40.7031L143.305 41.9971C142.019 44.2594 140.042 45.3906 137.372 45.3906C136.087 45.3906 134.947 45.1058 133.954 44.5361ZM140.4 37.0654C140.367 36.6748 140.221 36.2842 139.96 35.8936C139.684 35.5029 139.325 35.1774 138.886 34.917C138.43 34.6566 137.893 34.5264 137.275 34.5264C136.493 34.5264 135.826 34.7542 135.273 35.21C134.703 35.682 134.296 36.3005 134.052 37.0654H140.4ZM152.363 27.1045H158.661C159.784 27.1045 160.818 27.3405 161.762 27.8125C162.673 28.2682 163.406 28.9355 163.959 29.8145C164.496 30.6608 164.765 31.6374 164.765 32.7441C164.765 33.8509 164.496 34.8356 163.959 35.6982C163.39 36.5934 162.657 37.2689 161.762 37.7246C160.818 38.1966 159.784 38.4326 158.661 38.4326H155.732V45H152.363V27.1045ZM158.759 35.2344C159.605 35.2344 160.256 34.9902 160.712 34.502C161.2 33.9811 161.445 33.3952 161.445 32.7441C161.445 32.0768 161.2 31.499 160.712 31.0107C160.24 30.5387 159.589 30.3027 158.759 30.3027H155.732V35.2344H158.759ZM167.28 27.1045H170.551V45H167.28V27.1045ZM177.533 45.3906C176.183 45.3906 175.076 45 174.213 44.2188C173.351 43.4375 172.919 42.3958 172.919 41.0938C172.919 40.2474 173.139 39.4987 173.578 38.8477C174.002 38.2129 174.62 37.7165 175.434 37.3584C176.248 37.0003 177.118 36.8213 178.046 36.8213C179.365 36.8213 180.488 37.0166 181.415 37.4072V36.8457C181.415 36.1458 181.155 35.5843 180.634 35.1611C180.097 34.7217 179.389 34.502 178.51 34.502C177.94 34.502 177.363 34.6403 176.777 34.917C176.223 35.1774 175.759 35.5355 175.385 35.9912L173.285 34.3555C173.888 33.5742 174.661 32.9557 175.605 32.5C176.532 32.0605 177.55 31.8408 178.656 31.8408C180.593 31.8408 182.083 32.2965 183.124 33.208C184.133 34.1032 184.638 35.4134 184.638 37.1387V45H181.415V43.7061H181.22C180.813 44.2269 180.309 44.6338 179.706 44.9268C179.088 45.236 178.364 45.3906 177.533 45.3906ZM178.315 42.8516C179.275 42.8516 180.032 42.5505 180.585 41.9482C181.139 41.346 181.415 40.6299 181.415 39.7998C180.52 39.3929 179.625 39.1895 178.73 39.1895C177.037 39.1895 176.191 39.8242 176.191 41.0938C176.191 41.6146 176.378 42.0378 176.752 42.3633C177.127 42.6888 177.647 42.8516 178.315 42.8516ZM191.376 44.3896L186.005 32.2559H189.74L193.036 40.166H193.232L196.406 32.2559H200.068L192.182 50.3955H188.666L191.376 44.3896Z' fill='white'/%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='33.635' height='36' fill='white' transform='translate(12 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 213px;
  background-position: center;
}

.bf-microsoft {
  background-image: url("data:image/svg+xml,%3Csvg width='206' height='60' viewBox='0 0 206 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13' width='180' height='60' rx='8' fill='%23232323'/%3E%3Cpath d='M42 29H25V12H42V29Z' fill='%23F35326'/%3E%3Cpath d='M61 29H44V12H61V29Z' fill='%2381BC06'/%3E%3Cpath d='M42 48H25V31H42V48Z' fill='%2305A6F0'/%3E%3Cpath d='M61 48H44V31H61V48Z' fill='%23FEB907'/%3E%3Cpath d='M80.6133 23.8301C79.6289 24.3861 78.5352 24.6641 77.332 24.6641C75.9329 24.6641 74.8005 24.2129 73.9346 23.3105C73.0732 22.4082 72.6426 21.2142 72.6426 19.7285C72.6426 18.2109 73.1211 16.9668 74.0781 15.9961C75.0397 15.0208 76.2565 14.5332 77.7285 14.5332C78.7949 14.5332 79.6904 14.7064 80.415 15.0527V16.3242C79.6221 15.8229 78.6833 15.5723 77.5986 15.5723C76.5003 15.5723 75.6003 15.9505 74.8984 16.707C74.1966 17.4635 73.8457 18.4434 73.8457 19.6465C73.8457 20.8861 74.1715 21.8613 74.8232 22.5723C75.4749 23.2786 76.359 23.6318 77.4756 23.6318C78.2412 23.6318 78.9043 23.4792 79.4648 23.1738V20.4258H77.3184V19.3867H80.6133V23.8301ZM88.3721 21.2803H83.4297C83.4479 22.0596 83.6576 22.6611 84.0586 23.085C84.4596 23.5088 85.0111 23.7207 85.7129 23.7207C86.5013 23.7207 87.2259 23.4609 87.8867 22.9414V23.9941C87.2715 24.4408 86.458 24.6641 85.4463 24.6641C84.4574 24.6641 83.6803 24.3473 83.1152 23.7139C82.5501 23.0758 82.2676 22.1803 82.2676 21.0273C82.2676 19.9382 82.5752 19.0518 83.1904 18.3682C83.8102 17.68 84.5781 17.3359 85.4941 17.3359C86.4102 17.3359 87.1188 17.6322 87.6201 18.2246C88.1214 18.8171 88.3721 19.6396 88.3721 20.6924V21.2803ZM87.2236 20.3301C87.2191 19.6829 87.0618 19.1794 86.752 18.8193C86.4466 18.4593 86.0205 18.2793 85.4736 18.2793C84.945 18.2793 84.4961 18.4684 84.127 18.8467C83.7578 19.2249 83.5299 19.7194 83.4434 20.3301H87.2236ZM93.3213 24.4316C93.057 24.5775 92.7083 24.6504 92.2754 24.6504C91.0495 24.6504 90.4365 23.9668 90.4365 22.5996V18.457H89.2334V17.5H90.4365V15.791L91.5576 15.4287V17.5H93.3213V18.457H91.5576V22.4014C91.5576 22.8708 91.6374 23.2057 91.7969 23.4062C91.9564 23.6068 92.2207 23.707 92.5898 23.707C92.8724 23.707 93.1162 23.6296 93.3213 23.4746V24.4316ZM99.2344 15.7227C99.0339 15.7227 98.863 15.6543 98.7217 15.5176C98.5804 15.3809 98.5098 15.2077 98.5098 14.998C98.5098 14.7884 98.5804 14.6152 98.7217 14.4785C98.863 14.3372 99.0339 14.2666 99.2344 14.2666C99.4395 14.2666 99.6126 14.3372 99.7539 14.4785C99.8997 14.6152 99.9727 14.7884 99.9727 14.998C99.9727 15.1986 99.8997 15.3695 99.7539 15.5107C99.6126 15.652 99.4395 15.7227 99.2344 15.7227ZM99.7812 24.5H98.6602V17.5H99.7812V24.5ZM105.51 15.1211C105.291 14.998 105.043 14.9365 104.765 14.9365C103.981 14.9365 103.589 15.431 103.589 16.4199V17.5H105.229V18.457H103.589V24.5H102.475V18.457H101.278V17.5H102.475V16.3652C102.475 15.6315 102.687 15.0527 103.11 14.6289C103.534 14.2005 104.063 13.9863 104.696 13.9863C105.038 13.9863 105.309 14.0273 105.51 14.1094V15.1211ZM113.74 15.1211C113.521 14.998 113.273 14.9365 112.995 14.9365C112.211 14.9365 111.819 15.431 111.819 16.4199V17.5H113.46V18.457H111.819V24.5H110.705V18.457H109.509V17.5H110.705V16.3652C110.705 15.6315 110.917 15.0527 111.341 14.6289C111.765 14.2005 112.293 13.9863 112.927 13.9863C113.269 13.9863 113.54 14.0273 113.74 14.1094V15.1211ZM118.32 18.6348C118.124 18.4844 117.842 18.4092 117.473 18.4092C116.994 18.4092 116.593 18.6348 116.27 19.0859C115.951 19.5371 115.791 20.1523 115.791 20.9316V24.5H114.67V17.5H115.791V18.9424H115.818C115.978 18.4502 116.222 18.0674 116.55 17.7939C116.878 17.516 117.245 17.377 117.65 17.377C117.942 17.377 118.165 17.4089 118.32 17.4727V18.6348ZM122.463 24.6641C121.428 24.6641 120.601 24.3382 119.981 23.6865C119.366 23.0303 119.059 22.1621 119.059 21.082C119.059 19.9062 119.38 18.988 120.022 18.3271C120.665 17.6663 121.533 17.3359 122.627 17.3359C123.671 17.3359 124.484 17.6572 125.067 18.2998C125.655 18.9424 125.949 19.8333 125.949 20.9727C125.949 22.0892 125.632 22.9847 124.999 23.6592C124.37 24.3291 123.525 24.6641 122.463 24.6641ZM122.545 18.2793C121.825 18.2793 121.255 18.5254 120.836 19.0176C120.417 19.5052 120.207 20.1797 120.207 21.041C120.207 21.8704 120.419 22.5244 120.843 23.0029C121.267 23.4814 121.834 23.7207 122.545 23.7207C123.27 23.7207 123.826 23.486 124.213 23.0166C124.605 22.5472 124.801 21.8796 124.801 21.0137C124.801 20.1387 124.605 19.4642 124.213 18.9902C123.826 18.5163 123.27 18.2793 122.545 18.2793ZM137.68 24.5H136.559V20.4805C136.559 19.7057 136.438 19.1452 136.196 18.7988C135.959 18.4525 135.558 18.2793 134.993 18.2793C134.515 18.2793 134.107 18.498 133.77 18.9355C133.437 19.373 133.271 19.8971 133.271 20.5078V24.5H132.149V20.3438C132.149 18.9674 131.618 18.2793 130.557 18.2793C130.064 18.2793 129.659 18.4867 129.34 18.9014C129.021 19.3115 128.861 19.847 128.861 20.5078V24.5H127.74V17.5H128.861V18.6074H128.889C129.385 17.7598 130.11 17.3359 131.062 17.3359C131.541 17.3359 131.958 17.4704 132.313 17.7393C132.669 18.0036 132.913 18.3522 133.045 18.7852C133.564 17.819 134.339 17.3359 135.369 17.3359C136.91 17.3359 137.68 18.2861 137.68 20.1865V24.5ZM92.9595 46.5H90.0786V35.1719C90.0786 34.2441 90.1356 33.1089 90.2495 31.7661H90.2007C90.0216 32.5311 89.863 33.0804 89.7246 33.4141L84.5 46.5H82.498L77.2612 33.5117C77.1147 33.1292 76.9601 32.5474 76.7974 31.7661H76.7485C76.8136 32.466 76.8462 33.6094 76.8462 35.1963V46.5H74.1606V28.9951H78.25L82.8521 40.6528C83.202 41.548 83.4299 42.2153 83.5356 42.6548H83.5967C83.8978 41.7352 84.1419 41.0516 84.3291 40.604L89.0166 28.9951H92.9595V46.5ZM98.3916 31.3755C97.9277 31.3755 97.529 31.2249 97.1953 30.9238C96.8698 30.6227 96.707 30.2402 96.707 29.7764C96.707 29.3125 96.8698 28.9259 97.1953 28.6167C97.529 28.3075 97.9277 28.1528 98.3916 28.1528C98.8717 28.1528 99.2786 28.3075 99.6123 28.6167C99.946 28.9259 100.113 29.3125 100.113 29.7764C100.113 30.2158 99.946 30.5942 99.6123 30.9116C99.2786 31.2209 98.8717 31.3755 98.3916 31.3755ZM99.7954 46.5H96.9634V34H99.7954V46.5ZM112.454 45.9263C111.453 46.5041 110.269 46.793 108.902 46.793C107.046 46.793 105.549 46.2152 104.41 45.0596C103.27 43.8958 102.701 42.3903 102.701 40.543C102.701 38.484 103.311 36.832 104.532 35.5869C105.761 34.3337 107.4 33.707 109.451 33.707C110.59 33.707 111.596 33.9064 112.466 34.3052V36.9419C111.596 36.2909 110.668 35.9653 109.683 35.9653C108.487 35.9653 107.506 36.3722 106.741 37.186C105.976 37.9917 105.594 39.0496 105.594 40.3599C105.594 41.6538 105.952 42.6751 106.668 43.4238C107.392 44.1725 108.361 44.5469 109.573 44.5469C110.59 44.5469 111.551 44.1847 112.454 43.4604V45.9263ZM122.525 36.6978C122.183 36.4292 121.691 36.2949 121.048 36.2949C120.21 36.2949 119.51 36.6733 118.948 37.4302C118.387 38.187 118.106 39.2165 118.106 40.5186V46.5H115.274V34H118.106V36.5757H118.155C118.431 35.6968 118.855 35.0132 119.424 34.5249C120.002 34.0285 120.645 33.7803 121.353 33.7803C121.866 33.7803 122.256 33.8576 122.525 34.0122V36.6978ZM129.849 46.793C127.92 46.793 126.378 46.2111 125.223 45.0474C124.075 43.8755 123.501 42.3252 123.501 40.3965C123.501 38.2969 124.1 36.6571 125.296 35.4771C126.5 34.297 128.12 33.707 130.154 33.707C132.107 33.707 133.629 34.2808 134.72 35.4282C135.81 36.5757 136.355 38.1667 136.355 40.2012C136.355 42.195 135.765 43.7941 134.585 44.9985C133.414 46.1948 131.835 46.793 129.849 46.793ZM129.983 35.9653C128.877 35.9653 128.002 36.3519 127.359 37.125C126.716 37.8981 126.395 38.9642 126.395 40.3232C126.395 41.6335 126.72 42.667 127.371 43.4238C128.022 44.1725 128.893 44.5469 129.983 44.5469C131.098 44.5469 131.953 44.1766 132.547 43.436C133.149 42.6955 133.45 41.6416 133.45 40.2744C133.45 38.8991 133.149 37.8371 132.547 37.0884C131.953 36.3397 131.098 35.9653 129.983 35.9653ZM138.467 46.1094V43.4849C139.525 44.2905 140.693 44.6934 141.971 44.6934C143.68 44.6934 144.534 44.1888 144.534 43.1797C144.534 42.8949 144.461 42.6548 144.314 42.4595C144.168 42.256 143.969 42.077 143.716 41.9224C143.472 41.7677 143.179 41.6294 142.837 41.5073C142.504 41.3853 142.129 41.2469 141.714 41.0923C141.202 40.8888 140.738 40.6732 140.323 40.4453C139.916 40.2174 139.574 39.9611 139.297 39.6763C139.029 39.3833 138.825 39.0537 138.687 38.6875C138.549 38.3213 138.479 37.894 138.479 37.4058C138.479 36.8035 138.622 36.2746 138.907 35.8188C139.192 35.355 139.574 34.9684 140.054 34.6592C140.534 34.3418 141.08 34.1058 141.69 33.9512C142.3 33.7884 142.931 33.707 143.582 33.707C144.738 33.707 145.771 33.882 146.683 34.2319V36.71C145.804 36.1077 144.795 35.8066 143.655 35.8066C143.297 35.8066 142.972 35.8433 142.679 35.9165C142.394 35.9897 142.15 36.0915 141.946 36.2217C141.743 36.3519 141.584 36.5106 141.47 36.6978C141.356 36.8768 141.299 37.0762 141.299 37.2959C141.299 37.5645 141.356 37.7923 141.47 37.9795C141.584 38.1667 141.751 38.3335 141.971 38.48C142.199 38.6183 142.467 38.7485 142.776 38.8706C143.094 38.9845 143.456 39.1107 143.863 39.249C144.4 39.4688 144.88 39.6925 145.303 39.9204C145.735 40.1483 146.101 40.4087 146.402 40.7017C146.703 40.9865 146.935 41.3201 147.098 41.7026C147.26 42.077 147.342 42.5246 147.342 43.0454C147.342 43.6802 147.195 44.2336 146.902 44.7056C146.609 45.1776 146.219 45.5682 145.73 45.8774C145.242 46.1867 144.677 46.4146 144.034 46.561C143.399 46.7157 142.728 46.793 142.02 46.793C140.652 46.793 139.468 46.5651 138.467 46.1094ZM155.582 46.793C153.653 46.793 152.111 46.2111 150.955 45.0474C149.808 43.8755 149.234 42.3252 149.234 40.3965C149.234 38.2969 149.832 36.6571 151.028 35.4771C152.233 34.297 153.852 33.707 155.887 33.707C157.84 33.707 159.362 34.2808 160.452 35.4282C161.543 36.5757 162.088 38.1667 162.088 40.2012C162.088 42.195 161.498 43.7941 160.318 44.9985C159.146 46.1948 157.567 46.793 155.582 46.793ZM155.716 35.9653C154.609 35.9653 153.734 36.3519 153.091 37.125C152.448 37.8981 152.127 38.9642 152.127 40.3232C152.127 41.6335 152.452 42.667 153.104 43.4238C153.755 44.1725 154.625 44.5469 155.716 44.5469C156.831 44.5469 157.685 44.1766 158.279 43.436C158.882 42.6955 159.183 41.6416 159.183 40.2744C159.183 38.8991 158.882 37.8371 158.279 37.0884C157.685 36.3397 156.831 35.9653 155.716 35.9653ZM171.634 30.3013C171.251 30.0815 170.816 29.9717 170.328 29.9717C168.952 29.9717 168.265 30.7489 168.265 32.3032V34H171.17V36.2217H168.277V46.5H165.445V36.2217H163.309V34H165.445V31.9736C165.445 30.6553 165.876 29.6177 166.739 28.8608C167.601 28.0959 168.68 27.7134 169.974 27.7134C170.674 27.7134 171.227 27.7907 171.634 27.9453V30.3013ZM180.24 46.3657C179.686 46.6424 178.958 46.7808 178.055 46.7808C175.63 46.7808 174.417 45.617 174.417 43.2896V36.2217H172.33V34H174.417V31.1069L177.249 30.3013V34H180.24V36.2217H177.249V42.4717C177.249 43.2122 177.383 43.7412 177.652 44.0586C177.92 44.376 178.368 44.5347 178.995 44.5347C179.475 44.5347 179.89 44.3963 180.24 44.1196V46.3657Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 213px;
  background-position: center;
}

.bf-parent-active .bf-close {
  cursor: pointer;
}
.bf-parent .bf-close {
  cursor: pointer;
}

.bf-toggle {
  cursor: pointer;
}
.bf-toggle .off {
  display: none;
}
.bf-toggle.unactive .off {
  display: inline;
}
.bf-toggle.unactive .on {
  display: none;
}
.bf-toggle.active .on {
  display: inline !important;
}
.bf-toggle.active .off {
  display: none !important;
}
.bf-toggle.active.arrow-down::after {
  content: "ù";
}
.bf-toggle.active.arrow-up::after {
  content: "î";
}
.bf-toggle.active.arrow-left::after {
  content: "÷";
}
.bf-toggle.active.arrow-right::after {
  content: "ø";
}

.g-signin2 {
  border: 1px solid #333;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.g-signin2 .abcRioButtonLightBlue {
  width: 100% !important;
}
.g-signin2 .abcRioButtonContents {
  font-family: "Sarabun" !important;
  font-size: 15px !important;
  color: #000;
}

.bf-gallery .item {
  float: left;
  border-radius: 8px;
  height: 72px;
  margin: 4px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bf-gallery .item .view-detail {
  max-height: 0;
  overflow: hidden;
  width: 100%;
}
.bf-gallery .item img {
  height: 72px;
}
.bf-gallery .item .close-view {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.bf-gallery .item:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.bf-gallery .item.active {
  width: calc(100% - 8px) !important;
  height: unset !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bf-gallery .item.active .close-view {
  display: block;
}
.bf-gallery .item.active img {
  height: unset;
  width: 100%;
}
.bf-gallery .item.active .view-detail {
  max-height: 500px;
}
.bf-gallery.form-s .item {
  width: calc(100% / 8 - 8px);
}
.bf-gallery.form-m .item {
  width: calc(100% / 7 - 8px);
}
.bf-gallery.form-l .item {
  width: calc(100% / 6 - 8px);
}
.bf-gallery.form-xl .item {
  width: calc(100% / 5 - 8px);
}
.bf-gallery.form-xxl .item {
  width: calc(100% / 4 - 8px);
}
.bf-gallery::after {
  content: "";
  clear: both;
  display: block;
}

@keyframes playing-audio-cover {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bf-audio {
  width: 200px;
}
.bf-audio .audio-cover {
  position: relative;
  padding: 24px;
}
.bf-audio .audio-cover img {
  border-radius: 16px;
  width: 100%;
}
.bf-audio .audio-cover::before {
  content: "";
  position: absolute;
  background-color: #FFF;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  opacity: 0;
  transition-duration: 0.3s;
}
.bf-audio .audio-cover.active {
  animation: playing-audio-cover 6s linear infinite;
}
.bf-audio .audio-cover.active img {
  border-radius: 100%;
}
.bf-audio .audio-cover.active::before {
  opacity: 1;
  width: 56px;
  height: 56px;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
}
.bf-audio .audio-play {
  transition-duration: 0.3s;
  color: #1e57ff;
  cursor: pointer;
}
.bf-audio .audio-play:hover {
  filter: brightness(80%);
  transform: scale(1.2, 1.2);
}
.bf-audio .audio-play::before {
  content: "q";
  font-family: "Focusicon Solid";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  line-height: unset;
  text-align: center;
  box-sizing: border-box;
  font-size: 40px;
}
.bf-audio .audio-play.pause {
  transform: rotate(180deg);
  color: #828282;
}
.bf-audio .audio-play.pause::before {
  content: "r";
}
.bf-audio .audio-seek {
  height: 4px;
  background-color: #E7E7E7;
  position: relative;
}
.bf-audio .audio-seek .audio-passed {
  position: absolute;
  background-color: #1e57ff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  transition-duration: 0s;
}
.bf-audio .audio-seek .audio-slide {
  position: absolute;
  background-color: #1e57ff;
  top: -4px;
  bottom: -4px;
  left: -4px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transform: scale(1);
}
.bf-audio .audio-seek:hover .audio-slide {
  transform: scale(1.2);
}
.bf-audio audio {
  display: block;
}

span.bf-code {
  border-radius: 24px;
  padding: 2px 12px;
  display: inline-flex;
}
span.bf-code li,
span.bf-code ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.bf-code {
  background-color: #161830;
  font-family: "Source-Code-Pro" !important;
  color: #3de7c8;
  border-radius: 16px;
  padding: 16px;
  font-size: 15px;
  max-height: 50vh;
  overflow-y: auto;
}
.bf-code ul {
  margin: 0;
  padding: 0;
}
.bf-code * {
  font-family: "Source-Code-Pro" !important;
}
.bf-code .node {
  color: #38B7FF;
}
.bf-code .attr {
  color: #FF7269;
}
.bf-code .prop {
  color: #FFF6A0;
}

@media only screen and (max-width: 481px) {
  .bf-mobile-hidden {
    display: none !important;
  }
  .bf-mobile-block {
    display: block;
  }
  .bf-mobile-block.bf-row {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
  }
  .bf-mobile-center {
    text-align: center;
  }
  .bf-mobile-middle {
    align-items: center;
    justify-content: center;
  }
  .bf-mobile-reverse {
    flex-direction: column-reverse;
  }
  .bf-mobile-relative {
    position: relative !important;
  }
  .bf-mobile-flex {
    display: flex;
    flex-direction: row !important;
  }
  .bf-mobile-flex-reverse {
    display: flex;
    flex-direction: row-reverse !important;
  }
  .bf-mobile-flex-reverse .bf-full-w {
    width: unset;
  }
  .bf-mobile-flex .bf-full-w {
    width: unset;
  }
  .mobile-radius-x {
    border-radius: 0 !important;
  }
  .text-white.mobile-reverse {
    color: #000;
  }
  .bf-desktop-hidden {
    display: block !important;
  }
  .bf-desktop-hidden.bf-row {
    display: flex;
  }
  .bf-desktop-hidden.bf-row.inline {
    display: inline-flex;
  }
  .bf-slide next,
  .bf-slide prev {
    display: none;
  }
  .bf-flex-fit {
    width: 100%;
    flex: unset;
  }
  .bf-jumpboard {
    left: 16px !important;
    right: 16px !important;
  }
  .bf-row.scroll {
    overflow-x: auto !important;
  }
  .bf-row.scroll .col-item {
    min-width: 155px;
    max-width: 240px;
  }
  .bf-row.mobile-cols-1 > .col {
    width: 100%;
    flex: unset;
    box-sizing: border-box;
    min-width: unset;
  }
  .bf-row.mobile-cols-1.bf-pad-0 > .col, .bf-row.mobile-cols-1.bf-pad-x > .col {
    width: 100% !important;
  }
  .bf-row.mobile-cols-1.bf-pad-xs > .col {
    width: calc(100% - 2px);
  }
  .bf-row.mobile-cols-1.bf-pad-s > .col {
    width: calc(100% - 4px);
  }
  .bf-row.mobile-cols-1.bf-pad-m > .col {
    width: calc(100% - 8px);
  }
  .bf-row.mobile-cols-1.bf-pad-l > .col {
    width: calc(100% - 12px);
  }
  .bf-row.mobile-cols-1.bf-pad-xl > .col {
    width: calc(100% - 16px);
  }
  .bf-row.mobile-cols-1.bf-pad-xxl > .col {
    width: calc(100% - 20px);
  }
  .bf-row.mobile-cols-1.bf-pad-xxl-x2 > .col {
    width: calc(100% - 40px);
  }
  .bf-row.mobile-cols-1.bf-pad-xxl-x4 > .col {
    width: calc(100% - 80px);
  }
  .bf-row.mobile-cols-1.bf-pad-3xl > .col {
    width: calc(100% - 24px);
  }
  .bf-row.mobile-cols-1.bf-pad-3xl-x2 > .col {
    width: calc(100% - 48px);
  }
  .bf-row.mobile-cols-1.bf-pad-3xl-x4 > .col {
    width: calc(100% - 96px);
  }
  .bf-row.mobile-cols-1.bf-pad-4xl > .col {
    width: calc(100% - 28px);
  }
  .bf-row.mobile-cols-1.bf-pad-4xl-x2 > .col {
    width: calc(100% - 56px);
  }
  .bf-row.mobile-cols-1.bf-pad-4xl-x4 > .col {
    width: calc(100% - 112px);
  }
  .bf-row.mobile-cols-1.bf-pad-5xl > .col {
    width: calc(100% - 32px);
  }
  .bf-row.mobile-cols-1.bf-pad-5xl-x2 > .col {
    width: calc(100% - 64px);
  }
  .bf-row.mobile-cols-1.bf-pad-5xl-x4 > .col {
    width: calc(100% - 128px);
  }
  .bf-row.mobile-cols-1.bf-pad-6xl > .col {
    width: calc(100% - 36px);
  }
  .bf-row.mobile-cols-1.bf-pad-6xl-x2 > .col {
    width: calc(100% - 72px);
  }
  .bf-row.mobile-cols-1.bf-pad-6xl-x4 > .col {
    width: calc(100% - 144px);
  }
  .bf-row.mobile-cols-2 > .col {
    width: 50%;
    flex: unset;
    box-sizing: border-box;
    min-width: unset;
  }
  .bf-row.mobile-cols-2.bf-pad-0 > .col {
    width: 50% !important;
  }
  .bf-row.mobile-cols-2.bf-pad-xs > .col {
    width: calc(50% - 2px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-s > .col {
    width: calc(50% - 4px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-m > .col {
    width: calc(50% - 8px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-l > .col {
    width: calc(50% - 12px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-xl > .col {
    width: calc(50% - 16px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-xxl > .col {
    width: calc(50% - 20px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-xxl-x2 > .col {
    width: calc(50% - 40px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-xxl-x4 > .col {
    width: calc(50% - 80px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-3xl > .col {
    width: calc(50% - 24px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-3xl-x2 > .col {
    width: calc(50% - 48px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-3xl-x4 > .col {
    width: calc(50% - 96px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-4xl > .col {
    width: calc(50% - 28px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-4xl-x2 > .col {
    width: calc(50% - 56px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-4xl-x4 > .col {
    width: calc(50% - 112px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-5xl > .col {
    width: calc(50% - 32px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-5xl-x2 > .col {
    width: calc(50% - 64px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-5xl-x4 > .col {
    width: calc(50% - 128px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-6xl > .col {
    width: calc(50% - 36px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-6xl-x2 > .col {
    width: calc(50% - 72px/2);
  }
  .bf-row.mobile-cols-2.bf-pad-6xl-x4 > .col {
    width: calc(50% - 144px/2);
  }
  .bf-row.mobile-cols-3 > .col {
    width: 33.3333333333%;
    flex: unset;
    box-sizing: border-box;
    min-width: unset;
  }
  .bf-row.mobile-cols-3.bf-pad-0 > .col {
    width: 100%/3 !important;
  }
  .bf-row.mobile-cols-3.bf-pad-xs > .col {
    width: calc(100%/3 - 2px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-s > .col {
    width: calc(100%/3 - 4px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-m > .col {
    width: calc(100%/3 - 8px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-l > .col {
    width: calc(100%/3 - 12px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-xl > .col {
    width: calc(100%/3 - 16px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-xxl > .col {
    width: calc(100%/3 - 20px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-xxl-x2 > .col {
    width: calc(100%/3 - 40px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-xxl-x4 > .col {
    width: calc(100%/3 - 80px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-3xl > .col {
    width: calc(100%/3 - 24px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-3xl-x2 > .col {
    width: calc(100%/3 - 48px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-3xl-x4 > .col {
    width: calc(100%/3 - 96px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-4xl > .col {
    width: calc(100%/3 - 28px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-4xl-x2 > .col {
    width: calc(100%/3 - 56px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-4xl-x4 > .col {
    width: calc(100%/3 - 112px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-5xl > .col {
    width: calc(100%/3 - 32px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-5xl-x2 > .col {
    width: calc(100%/3 - 64px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-5xl-x4 > .col {
    width: calc(100%/3 - 128px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-6xl > .col {
    width: calc(100%/3 - 36px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-6xl-x2 > .col {
    width: calc(100%/3 - 72px*2/3);
  }
  .bf-row.mobile-cols-3.bf-pad-6xl-x4 > .col {
    width: calc(100%/3 - 144px*2/3);
  }
  .bf-row.mobile-cols-4 > .col {
    width: 25%;
    flex: unset;
    box-sizing: border-box;
    min-width: unset;
  }
  .bf-row.mobile-cols-4.bf-pad-0 > .col {
    width: 25% !important;
  }
  .bf-row.mobile-cols-4.bf-pad-xs > .col {
    width: calc(25% - 2px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-s > .col {
    width: calc(25% - 4px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-m > .col {
    width: calc(25% - 8px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-l > .col {
    width: calc(25% - 12px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-xl > .col {
    width: calc(25% - 16px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-xxl > .col {
    width: calc(25% - 20px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-xxl-x2 > .col {
    width: calc(25% - 40px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-xxl-x4 > .col {
    width: calc(25% - 80px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-3xl > .col {
    width: calc(25% - 24px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-3xl-x2 > .col {
    width: calc(25% - 48px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-3xl-x4 > .col {
    width: calc(25% - 96px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-4xl > .col {
    width: calc(25% - 28px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-4xl-x2 > .col {
    width: calc(25% - 56px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-4xl-x4 > .col {
    width: calc(25% - 112px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-5xl > .col {
    width: calc(25% - 32px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-5xl-x2 > .col {
    width: calc(25% - 64px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-5xl-x4 > .col {
    width: calc(25% - 128px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-6xl > .col {
    width: calc(25% - 36px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-6xl-x2 > .col {
    width: calc(25% - 72px*3/4);
  }
  .bf-row.mobile-cols-4.bf-pad-6xl-x4 > .col {
    width: calc(25% - 144px*3/4);
  }
  .bf-input.contain-label {
    flex-wrap: wrap !important;
    flex-direction: row;
    border-radius: 20px;
    align-items: center;
  }
  .bf-input.contain-label .input-label {
    width: 30%;
  }
  .bf-input.contain-label .col {
    width: 100%;
  }
  .bf-input .input-radio {
    padding-left: 8px;
  }
  .hide-label .input-label {
    display: none !important;
  }
  header {
    padding-top: 0 !important;
  }
  .bf-nav {
    align-items: center;
  }
  .bf-nav .logo {
    height: auto;
  }
  .bf-nav .nav-items {
    transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
    position: absolute;
    display: flex;
    flex-wrap: unwrap;
    width: 100%;
    flex-direction: column;
    z-index: 3000;
    background-color: #FFF;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 45px);
    align-items: flex-start;
    margin-left: -100%;
    overflow: hidden;
    background-color: #F3F3F3;
  }
  .bf-nav .nav-items.active {
    margin-left: 0;
    overflow-y: auto;
  }
  .bf-nav .nav-items > .item {
    box-sizing: border-box;
    width: 100%;
    flex: unset !important;
    background-color: #FFF;
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .bf-nav .nav-items > .item ~ .item {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .bf-nav .nav-items > .item.active {
    border-bottom: none !important;
  }
  .bf-nav .nav-items > .item.active::before {
    left: 20px;
    right: 20px;
  }
  .bf-nav .nav-items > .item.active + .item {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .bf-nav .nav-items > .item:last-child {
    border-bottom: none !important;
  }
  .bf-nav .nav-mobile-icon {
    padding: 8px;
    margin-right: 4px;
    display: block;
    border-radius: 24px;
  }
  .bf-nav .nav-mobile-icon.active {
    transform: rotate(90deg);
  }
  .bf-nav .nav-mobile-icon.active::before {
    content: "Ä";
  }
  .text-m {
    font-size: 15px;
  }
  .text-l {
    font-size: 17px;
  }
  .text-xl {
    font-size: 19px;
  }
  .text-xxl {
    font-size: 21px;
  }
  .text-3xl {
    font-size: 25px;
  }
  .text-4xl {
    font-size: 29px;
    line-height: 37px !important;
  }
  .text-5xl {
    font-size: 35px;
    line-height: 43px !important;
  }
  .text-6xl {
    font-size: 41px;
    line-height: 49px !important;
  }
  .bf-pendingbar {
    width: 80vw;
    left: 10vw;
    right: 10vw;
    bottom: -15vw;
  }
  .mobile-cols-1 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
  }
  .bf-grid-xxs {
    grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
  }
  .bf-grid-xs {
    grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
  }
  .bf-grid-xss {
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  }
  .bf-grid-s {
    grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  }
  .bf-grid-sm {
    grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
  }
  .bf-grid-m {
    grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
  }
  .bf-grid-ml {
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
  }
  .bf-grid-l {
    grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  }
  .bf-grid-lxl {
    grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
  }
  .bf-grid-xl {
    grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
  }
  .bf-grid-xxl {
    grid-template-columns: repeat(auto-fill, minmax(278px, 1fr));
  }
  .bf-grid-3xl {
    grid-template-columns: repeat(auto-fill, minmax(308px, 1fr));
  }
  .bf-grid-4xl {
    grid-template-columns: repeat(auto-fill, minmax(338px, 1fr));
  }
  .bf-grid-5xl {
    grid-template-columns: repeat(auto-fill, minmax(358px, 1fr));
  }
  .bf-grid-6xl {
    grid-template-columns: repeat(auto-fill, minmax(378px, 1fr));
  }
  .bf-popup.active {
    width: 100vw;
    left: 0;
    right: 0;
    height: calc(100vh - 80px);
    top: 0;
  }
  .bf-popup + .popup-action {
    right: calc(50% - 36px);
    top: unset !important;
    bottom: 8px;
    flex-direction: row-reverse;
  }
  .bf-popup + .popup-action .popup-toggle {
    display: none !important;
  }
  .bf-subpopup.active {
    width: 100vw;
    left: 0;
    right: 0;
    height: calc(100vh - 80px);
    top: 0;
  }
  .bf-subpopup + .subpopup-action {
    right: calc(50% - 36px);
    top: unset !important;
    bottom: 8px;
    flex-direction: row-reverse;
  }
  .bf-subpopup + .subpopup-action .subpopup-toggle {
    display: none !important;
  }
  .bf-border-left.mobile-noborder {
    border-left: none !important;
  }
  .bf-border-right.mobile-noborder {
    border-right: none !important;
  }
  .bf-border-top.mobile-noborder {
    border-top: none !important;
  }
  .bf-border-bottom.mobile-noborder {
    border-bottom: none !important;
  }
  .bf-border.mobile-noborder {
    border: none !important;
  }
  .mobile-pad {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .mobile-pad-s {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .mobile-pad-x {
    padding: 0 !important;
  }
  .mobile-padt-x {
    padding-top: 0 !important;
  }
  .mobile-padb-x {
    padding-bottom: 0 !important;
  }
  .mobile-padl-x {
    padding-left: 0 !important;
  }
  .mobile-padr-x {
    padding-right: 0 !important;
  }
  .mobile-padtb-x {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mobile-padlr-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bf-select .select-section.active {
    position: fixed;
    z-index: 80000;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 88px;
    max-height: 100% !important;
    box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.7);
  }
  .bf-select.selected .select-close {
    display: flex !important;
    position: fixed;
    top: unset;
    right: 12px;
    z-index: 80000;
    width: 64px;
    height: 64px;
  }
  .bf-input.multis-items .dropdown-section.active {
    position: fixed;
    z-index: 80000;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 88px;
    max-height: 100% !important;
    box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.7);
  }
  .bf-input.multis-items .dropdown-section.active ~ .multis-close {
    border-radius: 100%;
    bottom: 12px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    background-color: #1e57ff;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 12px;
    z-index: 80000;
    width: 64px;
    height: 64px;
  }
  .bf-input.multis-items .dropdown-section.active ~ .multis-close::after {
    font-family: "Focusicon Solid";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    line-height: unset;
    text-align: center;
    box-sizing: border-box;
    content: "Ä";
    font-size: 40px;
    margin-top: -6px;
  }
  .bf-dropdown .dropdown-section.form-l, .bf-dropdown .dropdown-section.l-form, .bf-dropdown .dropdown-section.form-xl, .bf-dropdown .dropdown-section.xl-form {
    position: fixed;
    bottom: 88px;
    left: 16px;
    right: 16px;
    top: unset;
    max-height: 0px;
    overflow-y: auto;
    width: calc(100vw - 32px);
  }
  .bf-dropdown .dropdown-section.form-l.active, .bf-dropdown .dropdown-section.l-form.active, .bf-dropdown .dropdown-section.form-xl.active, .bf-dropdown .dropdown-section.xl-form.active {
    box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.7);
    max-height: calc(100vh - 104px);
  }
  .bf-dropdown .dropdown-section.form-l.active ~ .dropdown-close, .bf-dropdown .dropdown-section.l-form.active ~ .dropdown-close, .bf-dropdown .dropdown-section.form-xl.active ~ .dropdown-close, .bf-dropdown .dropdown-section.xl-form.active ~ .dropdown-close {
    display: flex !important;
    position: fixed;
    top: unset;
    right: 16px;
    z-index: 80000;
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 961px) {
  .bf-nav .nav-items {
    overflow-y: auto;
  }
  .bf-nav .nav-items > .item {
    min-width: 80px;
  }
  .mobile-pad {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .mobile-pad-s {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .mobile-pad-x {
    padding: 0 !important;
  }
  .mobile-padt-x {
    padding-top: 0 !important;
  }
  .mobile-padb-x {
    padding-bottom: 0 !important;
  }
  .mobile-padl-x {
    padding-left: 0 !important;
  }
  .mobile-padr-x {
    padding-right: 0 !important;
  }
  .mobile-padtb-x {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mobile-padlr-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.bf-mobile-viewport .bf-mobile-hidden {
  display: none !important;
}
.bf-mobile-viewport .bf-mobile-block {
  display: block;
}
.bf-mobile-viewport .bf-mobile-block.bf-row {
  display: flex;
  flex-direction: column;
  flex-wrap: unset;
}
.bf-mobile-viewport .bf-mobile-center {
  text-align: center;
}
.bf-mobile-viewport .bf-mobile-middle {
  align-items: center;
  justify-content: center;
}
.bf-mobile-viewport .bf-mobile-reverse {
  flex-direction: column-reverse;
}
.bf-mobile-viewport .bf-mobile-relative {
  position: relative !important;
}
.bf-mobile-viewport .bf-mobile-flex {
  display: flex;
  flex-direction: row !important;
}
.bf-mobile-viewport .bf-mobile-flex-reverse {
  display: flex;
  flex-direction: row-reverse !important;
}
.bf-mobile-viewport .bf-mobile-flex-reverse .bf-full-w {
  width: unset;
}
.bf-mobile-viewport .bf-mobile-flex .bf-full-w {
  width: unset;
}
.bf-mobile-viewport .mobile-radius-x {
  border-radius: 0 !important;
}
.bf-mobile-viewport .text-white.mobile-reverse {
  color: #000;
}
.bf-mobile-viewport .bf-desktop-hidden {
  display: block !important;
}
.bf-mobile-viewport .bf-desktop-hidden.bf-row {
  display: flex;
}
.bf-mobile-viewport .bf-desktop-hidden.bf-row.inline {
  display: inline-flex;
}
.bf-mobile-viewport .bf-slide next,
.bf-mobile-viewport .bf-slide prev {
  display: none;
}
.bf-mobile-viewport .bf-flex-fit {
  width: 100%;
  flex: unset;
}
.bf-mobile-viewport .bf-jumpboard {
  left: 16px !important;
  right: 16px !important;
}
.bf-mobile-viewport .bf-row.scroll {
  overflow-x: auto !important;
}
.bf-mobile-viewport .bf-row.scroll .col-item {
  min-width: 155px;
  max-width: 240px;
}
.bf-mobile-viewport .bf-row.mobile-cols-1 > .col {
  width: 100%;
  flex: unset;
  box-sizing: border-box;
  min-width: unset;
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-0 > .col, .bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-x > .col {
  width: 100% !important;
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-xs > .col {
  width: calc(100% - 2px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-s > .col {
  width: calc(100% - 4px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-m > .col {
  width: calc(100% - 8px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-l > .col {
  width: calc(100% - 12px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-xl > .col {
  width: calc(100% - 16px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-xxl > .col {
  width: calc(100% - 20px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-xxl-x2 > .col {
  width: calc(100% - 40px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-xxl-x4 > .col {
  width: calc(100% - 80px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-3xl > .col {
  width: calc(100% - 24px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-3xl-x2 > .col {
  width: calc(100% - 48px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-3xl-x4 > .col {
  width: calc(100% - 96px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-4xl > .col {
  width: calc(100% - 28px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-4xl-x2 > .col {
  width: calc(100% - 56px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-4xl-x4 > .col {
  width: calc(100% - 112px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-5xl > .col {
  width: calc(100% - 32px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-5xl-x2 > .col {
  width: calc(100% - 64px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-5xl-x4 > .col {
  width: calc(100% - 128px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-6xl > .col {
  width: calc(100% - 36px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-6xl-x2 > .col {
  width: calc(100% - 72px);
}
.bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-6xl-x4 > .col {
  width: calc(100% - 144px);
}
.bf-mobile-viewport .bf-row.mobile-cols-2 > .col {
  width: 50%;
  flex: unset;
  box-sizing: border-box;
  min-width: unset;
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-0 > .col {
  width: 50% !important;
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-xs > .col {
  width: calc(50% - 2px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-s > .col {
  width: calc(50% - 4px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-m > .col {
  width: calc(50% - 8px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-l > .col {
  width: calc(50% - 12px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-xl > .col {
  width: calc(50% - 16px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-xxl > .col {
  width: calc(50% - 20px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-xxl-x2 > .col {
  width: calc(50% - 40px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-xxl-x4 > .col {
  width: calc(50% - 80px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-3xl > .col {
  width: calc(50% - 24px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-3xl-x2 > .col {
  width: calc(50% - 48px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-3xl-x4 > .col {
  width: calc(50% - 96px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-4xl > .col {
  width: calc(50% - 28px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-4xl-x2 > .col {
  width: calc(50% - 56px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-4xl-x4 > .col {
  width: calc(50% - 112px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-5xl > .col {
  width: calc(50% - 32px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-5xl-x2 > .col {
  width: calc(50% - 64px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-5xl-x4 > .col {
  width: calc(50% - 128px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-6xl > .col {
  width: calc(50% - 36px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-6xl-x2 > .col {
  width: calc(50% - 72px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-6xl-x4 > .col {
  width: calc(50% - 144px/2);
}
.bf-mobile-viewport .bf-row.mobile-cols-3 > .col {
  width: 33.3333333333%;
  flex: unset;
  box-sizing: border-box;
  min-width: unset;
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-0 > .col {
  width: 100%/3 !important;
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-xs > .col {
  width: calc(100%/3 - 2px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-s > .col {
  width: calc(100%/3 - 4px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-m > .col {
  width: calc(100%/3 - 8px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-l > .col {
  width: calc(100%/3 - 12px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-xl > .col {
  width: calc(100%/3 - 16px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-xxl > .col {
  width: calc(100%/3 - 20px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-xxl-x2 > .col {
  width: calc(100%/3 - 40px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-xxl-x4 > .col {
  width: calc(100%/3 - 80px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-3xl > .col {
  width: calc(100%/3 - 24px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-3xl-x2 > .col {
  width: calc(100%/3 - 48px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-3xl-x4 > .col {
  width: calc(100%/3 - 96px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-4xl > .col {
  width: calc(100%/3 - 28px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-4xl-x2 > .col {
  width: calc(100%/3 - 56px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-4xl-x4 > .col {
  width: calc(100%/3 - 112px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-5xl > .col {
  width: calc(100%/3 - 32px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-5xl-x2 > .col {
  width: calc(100%/3 - 64px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-5xl-x4 > .col {
  width: calc(100%/3 - 128px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-6xl > .col {
  width: calc(100%/3 - 36px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-6xl-x2 > .col {
  width: calc(100%/3 - 72px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-6xl-x4 > .col {
  width: calc(100%/3 - 144px*2/3);
}
.bf-mobile-viewport .bf-row.mobile-cols-4 > .col {
  width: 25%;
  flex: unset;
  box-sizing: border-box;
  min-width: unset;
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-0 > .col {
  width: 25% !important;
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-xs > .col {
  width: calc(25% - 2px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-s > .col {
  width: calc(25% - 4px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-m > .col {
  width: calc(25% - 8px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-l > .col {
  width: calc(25% - 12px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-xl > .col {
  width: calc(25% - 16px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-xxl > .col {
  width: calc(25% - 20px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-xxl-x2 > .col {
  width: calc(25% - 40px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-xxl-x4 > .col {
  width: calc(25% - 80px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-3xl > .col {
  width: calc(25% - 24px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-3xl-x2 > .col {
  width: calc(25% - 48px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-3xl-x4 > .col {
  width: calc(25% - 96px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-4xl > .col {
  width: calc(25% - 28px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-4xl-x2 > .col {
  width: calc(25% - 56px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-4xl-x4 > .col {
  width: calc(25% - 112px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-5xl > .col {
  width: calc(25% - 32px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-5xl-x2 > .col {
  width: calc(25% - 64px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-5xl-x4 > .col {
  width: calc(25% - 128px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-6xl > .col {
  width: calc(25% - 36px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-6xl-x2 > .col {
  width: calc(25% - 72px*3/4);
}
.bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-6xl-x4 > .col {
  width: calc(25% - 144px*3/4);
}
.bf-mobile-viewport .bf-input.contain-label {
  flex-wrap: wrap !important;
  flex-direction: row;
  border-radius: 20px;
  align-items: center;
}
.bf-mobile-viewport .bf-input.contain-label .input-label {
  width: 30%;
}
.bf-mobile-viewport .bf-input.contain-label .col {
  width: 100%;
}
.bf-mobile-viewport .bf-input .input-radio {
  padding-left: 8px;
}
.bf-mobile-viewport .hide-label .input-label {
  display: none !important;
}
.bf-mobile-viewport header {
  padding-top: 0 !important;
}
.bf-mobile-viewport .bf-nav {
  align-items: center;
}
.bf-mobile-viewport .bf-nav .logo {
  height: auto;
}
.bf-mobile-viewport .bf-nav .nav-items {
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  position: absolute;
  display: flex;
  flex-wrap: unwrap;
  width: 100%;
  flex-direction: column;
  z-index: 3000;
  background-color: #FFF;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100vh - 45px);
  align-items: flex-start;
  margin-left: -100%;
  overflow: hidden;
  background-color: #F3F3F3;
}
.bf-mobile-viewport .bf-nav .nav-items.active {
  margin-left: 0;
  overflow-y: auto;
}
.bf-mobile-viewport .bf-nav .nav-items > .item {
  box-sizing: border-box;
  width: 100%;
  flex: unset !important;
  background-color: #FFF;
  text-align: left !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.bf-mobile-viewport .bf-nav .nav-items > .item ~ .item {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.bf-mobile-viewport .bf-nav .nav-items > .item.active {
  border-bottom: none !important;
}
.bf-mobile-viewport .bf-nav .nav-items > .item.active::before {
  left: 20px;
  right: 20px;
}
.bf-mobile-viewport .bf-nav .nav-items > .item.active + .item {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.bf-mobile-viewport .bf-nav .nav-items > .item:last-child {
  border-bottom: none !important;
}
.bf-mobile-viewport .bf-nav .nav-mobile-icon {
  padding: 8px;
  margin-right: 4px;
  display: block;
  border-radius: 24px;
}
.bf-mobile-viewport .bf-nav .nav-mobile-icon.active {
  transform: rotate(90deg);
}
.bf-mobile-viewport .bf-nav .nav-mobile-icon.active::before {
  content: "Ä";
}
.bf-mobile-viewport .text-m {
  font-size: 15px;
}
.bf-mobile-viewport .text-l {
  font-size: 17px;
}
.bf-mobile-viewport .text-xl {
  font-size: 19px;
}
.bf-mobile-viewport .text-xxl {
  font-size: 21px;
}
.bf-mobile-viewport .text-3xl {
  font-size: 25px;
}
.bf-mobile-viewport .text-4xl {
  font-size: 29px;
  line-height: 37px !important;
}
.bf-mobile-viewport .text-5xl {
  font-size: 35px;
  line-height: 43px !important;
}
.bf-mobile-viewport .text-6xl {
  font-size: 41px;
  line-height: 49px !important;
}
.bf-mobile-viewport .bf-pendingbar {
  width: 80vw;
  left: 10vw;
  right: 10vw;
  bottom: -15vw;
}
.bf-mobile-viewport .mobile-cols-1 {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
}
.bf-mobile-viewport .bf-grid-xxs {
  grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
}
.bf-mobile-viewport .bf-grid-xs {
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
}
.bf-mobile-viewport .bf-grid-xss {
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
}
.bf-mobile-viewport .bf-grid-s {
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
}
.bf-mobile-viewport .bf-grid-sm {
  grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
}
.bf-mobile-viewport .bf-grid-m {
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
}
.bf-mobile-viewport .bf-grid-ml {
  grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
}
.bf-mobile-viewport .bf-grid-l {
  grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
}
.bf-mobile-viewport .bf-grid-lxl {
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
}
.bf-mobile-viewport .bf-grid-xl {
  grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
}
.bf-mobile-viewport .bf-grid-xxl {
  grid-template-columns: repeat(auto-fill, minmax(278px, 1fr));
}
.bf-mobile-viewport .bf-grid-3xl {
  grid-template-columns: repeat(auto-fill, minmax(308px, 1fr));
}
.bf-mobile-viewport .bf-grid-4xl {
  grid-template-columns: repeat(auto-fill, minmax(338px, 1fr));
}
.bf-mobile-viewport .bf-grid-5xl {
  grid-template-columns: repeat(auto-fill, minmax(358px, 1fr));
}
.bf-mobile-viewport .bf-grid-6xl {
  grid-template-columns: repeat(auto-fill, minmax(378px, 1fr));
}
.bf-mobile-viewport .bf-popup.active {
  width: 100vw;
  left: 0;
  right: 0;
  height: calc(100vh - 80px);
  top: 0;
}
.bf-mobile-viewport .bf-popup + .popup-action {
  right: calc(50% - 36px);
  top: unset !important;
  bottom: 8px;
  flex-direction: row-reverse;
}
.bf-mobile-viewport .bf-popup + .popup-action .popup-toggle {
  display: none !important;
}
.bf-mobile-viewport .bf-subpopup.active {
  width: 100vw;
  left: 0;
  right: 0;
  height: calc(100vh - 80px);
  top: 0;
}
.bf-mobile-viewport .bf-subpopup + .subpopup-action {
  right: calc(50% - 36px);
  top: unset !important;
  bottom: 8px;
  flex-direction: row-reverse;
}
.bf-mobile-viewport .bf-subpopup + .subpopup-action .subpopup-toggle {
  display: none !important;
}
.bf-mobile-viewport .bf-border-left.mobile-noborder {
  border-left: none !important;
}
.bf-mobile-viewport .bf-border-right.mobile-noborder {
  border-right: none !important;
}
.bf-mobile-viewport .bf-border-top.mobile-noborder {
  border-top: none !important;
}
.bf-mobile-viewport .bf-border-bottom.mobile-noborder {
  border-bottom: none !important;
}
.bf-mobile-viewport .bf-border.mobile-noborder {
  border: none !important;
}
.bf-mobile-viewport .mobile-pad {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.bf-mobile-viewport .mobile-pad-s {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.bf-mobile-viewport .mobile-pad-x {
  padding: 0 !important;
}
.bf-mobile-viewport .mobile-padt-x {
  padding-top: 0 !important;
}
.bf-mobile-viewport .mobile-padb-x {
  padding-bottom: 0 !important;
}
.bf-mobile-viewport .mobile-padl-x {
  padding-left: 0 !important;
}
.bf-mobile-viewport .mobile-padr-x {
  padding-right: 0 !important;
}
.bf-mobile-viewport .mobile-padtb-x {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bf-mobile-viewport .mobile-padlr-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bf-mobile-viewport .bf-select .select-section.active {
  position: fixed;
  z-index: 80000;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 88px;
  max-height: 100% !important;
  box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.7);
}
.bf-mobile-viewport .bf-select.selected .select-close {
  display: flex !important;
  position: fixed;
  top: unset;
  right: 12px;
  z-index: 80000;
  width: 64px;
  height: 64px;
}
.bf-mobile-viewport .bf-input.multis-items .dropdown-section.active {
  position: fixed;
  z-index: 80000;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 88px;
  max-height: 100% !important;
  box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.7);
}
.bf-mobile-viewport .bf-input.multis-items .dropdown-section.active ~ .multis-close {
  border-radius: 100%;
  bottom: 12px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  background-color: #1e57ff;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 12px;
  z-index: 80000;
  width: 64px;
  height: 64px;
}
.bf-mobile-viewport .bf-input.multis-items .dropdown-section.active ~ .multis-close::after {
  font-family: "Focusicon Solid";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  line-height: unset;
  text-align: center;
  box-sizing: border-box;
  content: "Ä";
  font-size: 40px;
  margin-top: -6px;
}
.bf-mobile-viewport .bf-dropdown .dropdown-section.form-l, .bf-mobile-viewport .bf-dropdown .dropdown-section.l-form, .bf-mobile-viewport .bf-dropdown .dropdown-section.form-xl, .bf-mobile-viewport .bf-dropdown .dropdown-section.xl-form {
  position: fixed;
  bottom: 88px;
  left: 16px;
  right: 16px;
  top: unset;
  max-height: 0px;
  overflow-y: auto;
  width: calc(100vw - 32px);
}
.bf-mobile-viewport .bf-dropdown .dropdown-section.form-l.active, .bf-mobile-viewport .bf-dropdown .dropdown-section.l-form.active, .bf-mobile-viewport .bf-dropdown .dropdown-section.form-xl.active, .bf-mobile-viewport .bf-dropdown .dropdown-section.xl-form.active {
  box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.7);
  max-height: calc(100vh - 104px);
}
.bf-mobile-viewport .bf-dropdown .dropdown-section.form-l.active ~ .dropdown-close, .bf-mobile-viewport .bf-dropdown .dropdown-section.l-form.active ~ .dropdown-close, .bf-mobile-viewport .bf-dropdown .dropdown-section.form-xl.active ~ .dropdown-close, .bf-mobile-viewport .bf-dropdown .dropdown-section.xl-form.active ~ .dropdown-close {
  display: flex !important;
  position: fixed;
  top: unset;
  right: 16px;
  z-index: 80000;
  width: 64px;
  height: 64px;
}

bf-mobile-viewport .bf-mobile-hidden {
  display: none !important;
}
bf-mobile-viewport .bf-mobile-block {
  display: block;
}
bf-mobile-viewport .bf-mobile-block.bf-row {
  display: flex;
  flex-direction: column;
  flex-wrap: unset;
}
bf-mobile-viewport .bf-mobile-center {
  text-align: center;
}
bf-mobile-viewport .bf-mobile-middle {
  align-items: center;
  justify-content: center;
}
bf-mobile-viewport .bf-mobile-reverse {
  flex-direction: column-reverse;
}
bf-mobile-viewport .bf-mobile-relative {
  position: relative !important;
}
bf-mobile-viewport .bf-mobile-flex {
  display: flex;
  flex-direction: row !important;
}
bf-mobile-viewport .bf-mobile-flex-reverse {
  display: flex;
  flex-direction: row-reverse !important;
}
bf-mobile-viewport .bf-mobile-flex-reverse .bf-full-w {
  width: unset;
}
bf-mobile-viewport .bf-mobile-flex .bf-full-w {
  width: unset;
}
bf-mobile-viewport .mobile-radius-x {
  border-radius: 0 !important;
}
bf-mobile-viewport .text-white.mobile-reverse {
  color: #000;
}
bf-mobile-viewport .bf-desktop-hidden {
  display: block !important;
}
bf-mobile-viewport .bf-desktop-hidden.bf-row {
  display: flex;
}
bf-mobile-viewport .bf-desktop-hidden.bf-row.inline {
  display: inline-flex;
}
bf-mobile-viewport .bf-slide next,
bf-mobile-viewport .bf-slide prev {
  display: none;
}
bf-mobile-viewport .bf-flex-fit {
  width: 100%;
  flex: unset;
}
bf-mobile-viewport .bf-jumpboard {
  left: 16px !important;
  right: 16px !important;
}
bf-mobile-viewport .bf-row.scroll {
  overflow-x: auto !important;
}
bf-mobile-viewport .bf-row.scroll .col-item {
  min-width: 155px;
  max-width: 240px;
}
bf-mobile-viewport .bf-row.mobile-cols-1 > .col {
  width: 100%;
  flex: unset;
  box-sizing: border-box;
  min-width: unset;
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-0 > .col, bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-x > .col {
  width: 100% !important;
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-xs > .col {
  width: calc(100% - 2px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-s > .col {
  width: calc(100% - 4px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-m > .col {
  width: calc(100% - 8px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-l > .col {
  width: calc(100% - 12px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-xl > .col {
  width: calc(100% - 16px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-xxl > .col {
  width: calc(100% - 20px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-xxl-x2 > .col {
  width: calc(100% - 40px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-xxl-x4 > .col {
  width: calc(100% - 80px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-3xl > .col {
  width: calc(100% - 24px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-3xl-x2 > .col {
  width: calc(100% - 48px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-3xl-x4 > .col {
  width: calc(100% - 96px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-4xl > .col {
  width: calc(100% - 28px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-4xl-x2 > .col {
  width: calc(100% - 56px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-4xl-x4 > .col {
  width: calc(100% - 112px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-5xl > .col {
  width: calc(100% - 32px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-5xl-x2 > .col {
  width: calc(100% - 64px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-5xl-x4 > .col {
  width: calc(100% - 128px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-6xl > .col {
  width: calc(100% - 36px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-6xl-x2 > .col {
  width: calc(100% - 72px);
}
bf-mobile-viewport .bf-row.mobile-cols-1.bf-pad-6xl-x4 > .col {
  width: calc(100% - 144px);
}
bf-mobile-viewport .bf-row.mobile-cols-2 > .col {
  width: 50%;
  flex: unset;
  box-sizing: border-box;
  min-width: unset;
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-0 > .col {
  width: 50% !important;
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-xs > .col {
  width: calc(50% - 2px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-s > .col {
  width: calc(50% - 4px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-m > .col {
  width: calc(50% - 8px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-l > .col {
  width: calc(50% - 12px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-xl > .col {
  width: calc(50% - 16px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-xxl > .col {
  width: calc(50% - 20px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-xxl-x2 > .col {
  width: calc(50% - 40px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-xxl-x4 > .col {
  width: calc(50% - 80px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-3xl > .col {
  width: calc(50% - 24px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-3xl-x2 > .col {
  width: calc(50% - 48px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-3xl-x4 > .col {
  width: calc(50% - 96px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-4xl > .col {
  width: calc(50% - 28px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-4xl-x2 > .col {
  width: calc(50% - 56px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-4xl-x4 > .col {
  width: calc(50% - 112px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-5xl > .col {
  width: calc(50% - 32px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-5xl-x2 > .col {
  width: calc(50% - 64px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-5xl-x4 > .col {
  width: calc(50% - 128px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-6xl > .col {
  width: calc(50% - 36px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-6xl-x2 > .col {
  width: calc(50% - 72px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-2.bf-pad-6xl-x4 > .col {
  width: calc(50% - 144px/2);
}
bf-mobile-viewport .bf-row.mobile-cols-3 > .col {
  width: 33.3333333333%;
  flex: unset;
  box-sizing: border-box;
  min-width: unset;
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-0 > .col {
  width: 100%/3 !important;
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-xs > .col {
  width: calc(100%/3 - 2px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-s > .col {
  width: calc(100%/3 - 4px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-m > .col {
  width: calc(100%/3 - 8px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-l > .col {
  width: calc(100%/3 - 12px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-xl > .col {
  width: calc(100%/3 - 16px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-xxl > .col {
  width: calc(100%/3 - 20px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-xxl-x2 > .col {
  width: calc(100%/3 - 40px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-xxl-x4 > .col {
  width: calc(100%/3 - 80px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-3xl > .col {
  width: calc(100%/3 - 24px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-3xl-x2 > .col {
  width: calc(100%/3 - 48px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-3xl-x4 > .col {
  width: calc(100%/3 - 96px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-4xl > .col {
  width: calc(100%/3 - 28px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-4xl-x2 > .col {
  width: calc(100%/3 - 56px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-4xl-x4 > .col {
  width: calc(100%/3 - 112px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-5xl > .col {
  width: calc(100%/3 - 32px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-5xl-x2 > .col {
  width: calc(100%/3 - 64px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-5xl-x4 > .col {
  width: calc(100%/3 - 128px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-6xl > .col {
  width: calc(100%/3 - 36px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-6xl-x2 > .col {
  width: calc(100%/3 - 72px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-3.bf-pad-6xl-x4 > .col {
  width: calc(100%/3 - 144px*2/3);
}
bf-mobile-viewport .bf-row.mobile-cols-4 > .col {
  width: 25%;
  flex: unset;
  box-sizing: border-box;
  min-width: unset;
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-0 > .col {
  width: 25% !important;
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-xs > .col {
  width: calc(25% - 2px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-s > .col {
  width: calc(25% - 4px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-m > .col {
  width: calc(25% - 8px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-l > .col {
  width: calc(25% - 12px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-xl > .col {
  width: calc(25% - 16px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-xxl > .col {
  width: calc(25% - 20px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-xxl-x2 > .col {
  width: calc(25% - 40px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-xxl-x4 > .col {
  width: calc(25% - 80px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-3xl > .col {
  width: calc(25% - 24px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-3xl-x2 > .col {
  width: calc(25% - 48px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-3xl-x4 > .col {
  width: calc(25% - 96px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-4xl > .col {
  width: calc(25% - 28px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-4xl-x2 > .col {
  width: calc(25% - 56px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-4xl-x4 > .col {
  width: calc(25% - 112px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-5xl > .col {
  width: calc(25% - 32px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-5xl-x2 > .col {
  width: calc(25% - 64px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-5xl-x4 > .col {
  width: calc(25% - 128px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-6xl > .col {
  width: calc(25% - 36px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-6xl-x2 > .col {
  width: calc(25% - 72px*3/4);
}
bf-mobile-viewport .bf-row.mobile-cols-4.bf-pad-6xl-x4 > .col {
  width: calc(25% - 144px*3/4);
}
bf-mobile-viewport .bf-input.contain-label {
  flex-wrap: wrap !important;
  flex-direction: row;
  border-radius: 20px;
  align-items: center;
}
bf-mobile-viewport .bf-input.contain-label .input-label {
  width: 30%;
}
bf-mobile-viewport .bf-input.contain-label .col {
  width: 100%;
}
bf-mobile-viewport .bf-input .input-radio {
  padding-left: 8px;
}
bf-mobile-viewport .hide-label .input-label {
  display: none !important;
}
bf-mobile-viewport header {
  padding-top: 0 !important;
}
bf-mobile-viewport .bf-nav {
  align-items: center;
}
bf-mobile-viewport .bf-nav .logo {
  height: auto;
}
bf-mobile-viewport .bf-nav .nav-items {
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  position: absolute;
  display: flex;
  flex-wrap: unwrap;
  width: 100%;
  flex-direction: column;
  z-index: 3000;
  background-color: #FFF;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100vh - 45px);
  align-items: flex-start;
  margin-left: -100%;
  overflow: hidden;
  background-color: #F3F3F3;
}
bf-mobile-viewport .bf-nav .nav-items.active {
  margin-left: 0;
  overflow-y: auto;
}
bf-mobile-viewport .bf-nav .nav-items > .item {
  box-sizing: border-box;
  width: 100%;
  flex: unset !important;
  background-color: #FFF;
  text-align: left !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
bf-mobile-viewport .bf-nav .nav-items > .item ~ .item {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
bf-mobile-viewport .bf-nav .nav-items > .item.active {
  border-bottom: none !important;
}
bf-mobile-viewport .bf-nav .nav-items > .item.active::before {
  left: 20px;
  right: 20px;
}
bf-mobile-viewport .bf-nav .nav-items > .item.active + .item {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
bf-mobile-viewport .bf-nav .nav-items > .item:last-child {
  border-bottom: none !important;
}
bf-mobile-viewport .bf-nav .nav-mobile-icon {
  padding: 8px;
  margin-right: 4px;
  display: block;
  border-radius: 24px;
}
bf-mobile-viewport .bf-nav .nav-mobile-icon.active {
  transform: rotate(90deg);
}
bf-mobile-viewport .bf-nav .nav-mobile-icon.active::before {
  content: "Ä";
}
bf-mobile-viewport .text-m {
  font-size: 15px;
}
bf-mobile-viewport .text-l {
  font-size: 17px;
}
bf-mobile-viewport .text-xl {
  font-size: 19px;
}
bf-mobile-viewport .text-xxl {
  font-size: 21px;
}
bf-mobile-viewport .text-3xl {
  font-size: 25px;
}
bf-mobile-viewport .text-4xl {
  font-size: 29px;
  line-height: 37px !important;
}
bf-mobile-viewport .text-5xl {
  font-size: 35px;
  line-height: 43px !important;
}
bf-mobile-viewport .text-6xl {
  font-size: 41px;
  line-height: 49px !important;
}
bf-mobile-viewport .bf-pendingbar {
  width: 80vw;
  left: 10vw;
  right: 10vw;
  bottom: -15vw;
}
bf-mobile-viewport .mobile-cols-1 {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
}
bf-mobile-viewport .bf-grid-xxs {
  grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
}
bf-mobile-viewport .bf-grid-xs {
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
}
bf-mobile-viewport .bf-grid-xss {
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
}
bf-mobile-viewport .bf-grid-s {
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
}
bf-mobile-viewport .bf-grid-sm {
  grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
}
bf-mobile-viewport .bf-grid-m {
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
}
bf-mobile-viewport .bf-grid-ml {
  grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
}
bf-mobile-viewport .bf-grid-l {
  grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
}
bf-mobile-viewport .bf-grid-lxl {
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
}
bf-mobile-viewport .bf-grid-xl {
  grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
}
bf-mobile-viewport .bf-grid-xxl {
  grid-template-columns: repeat(auto-fill, minmax(278px, 1fr));
}
bf-mobile-viewport .bf-grid-3xl {
  grid-template-columns: repeat(auto-fill, minmax(308px, 1fr));
}
bf-mobile-viewport .bf-grid-4xl {
  grid-template-columns: repeat(auto-fill, minmax(338px, 1fr));
}
bf-mobile-viewport .bf-grid-5xl {
  grid-template-columns: repeat(auto-fill, minmax(358px, 1fr));
}
bf-mobile-viewport .bf-grid-6xl {
  grid-template-columns: repeat(auto-fill, minmax(378px, 1fr));
}
bf-mobile-viewport .bf-popup.active {
  width: 100vw;
  left: 0;
  right: 0;
  height: calc(100vh - 80px);
  top: 0;
}
bf-mobile-viewport .bf-popup + .popup-action {
  right: calc(50% - 36px);
  top: unset !important;
  bottom: 8px;
  flex-direction: row-reverse;
}
bf-mobile-viewport .bf-popup + .popup-action .popup-toggle {
  display: none !important;
}
bf-mobile-viewport .bf-subpopup.active {
  width: 100vw;
  left: 0;
  right: 0;
  height: calc(100vh - 80px);
  top: 0;
}
bf-mobile-viewport .bf-subpopup + .subpopup-action {
  right: calc(50% - 36px);
  top: unset !important;
  bottom: 8px;
  flex-direction: row-reverse;
}
bf-mobile-viewport .bf-subpopup + .subpopup-action .subpopup-toggle {
  display: none !important;
}
bf-mobile-viewport .bf-border-left.mobile-noborder {
  border-left: none !important;
}
bf-mobile-viewport .bf-border-right.mobile-noborder {
  border-right: none !important;
}
bf-mobile-viewport .bf-border-top.mobile-noborder {
  border-top: none !important;
}
bf-mobile-viewport .bf-border-bottom.mobile-noborder {
  border-bottom: none !important;
}
bf-mobile-viewport .bf-border.mobile-noborder {
  border: none !important;
}
bf-mobile-viewport .mobile-pad {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
bf-mobile-viewport .mobile-pad-s {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
bf-mobile-viewport .mobile-pad-x {
  padding: 0 !important;
}
bf-mobile-viewport .mobile-padt-x {
  padding-top: 0 !important;
}
bf-mobile-viewport .mobile-padb-x {
  padding-bottom: 0 !important;
}
bf-mobile-viewport .mobile-padl-x {
  padding-left: 0 !important;
}
bf-mobile-viewport .mobile-padr-x {
  padding-right: 0 !important;
}
bf-mobile-viewport .mobile-padtb-x {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
bf-mobile-viewport .mobile-padlr-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
bf-mobile-viewport .bf-select .select-section.active {
  position: fixed;
  z-index: 80000;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 88px;
  max-height: 100% !important;
  box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.7);
}
bf-mobile-viewport .bf-select.selected .select-close {
  display: flex !important;
  position: fixed;
  top: unset;
  right: 12px;
  z-index: 80000;
  width: 64px;
  height: 64px;
}
bf-mobile-viewport .bf-input.multis-items .dropdown-section.active {
  position: fixed;
  z-index: 80000;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 88px;
  max-height: 100% !important;
  box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.7);
}
bf-mobile-viewport .bf-input.multis-items .dropdown-section.active ~ .multis-close {
  border-radius: 100%;
  bottom: 12px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  background-color: #1e57ff;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 12px;
  z-index: 80000;
  width: 64px;
  height: 64px;
}
bf-mobile-viewport .bf-input.multis-items .dropdown-section.active ~ .multis-close::after {
  font-family: "Focusicon Solid";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none;
  line-height: unset;
  text-align: center;
  box-sizing: border-box;
  content: "Ä";
  font-size: 40px;
  margin-top: -6px;
}
bf-mobile-viewport .bf-dropdown .dropdown-section.form-l, bf-mobile-viewport .bf-dropdown .dropdown-section.l-form, bf-mobile-viewport .bf-dropdown .dropdown-section.form-xl, bf-mobile-viewport .bf-dropdown .dropdown-section.xl-form {
  position: fixed;
  bottom: 88px;
  left: 16px;
  right: 16px;
  top: unset;
  max-height: 0px;
  overflow-y: auto;
  width: calc(100vw - 32px);
}
bf-mobile-viewport .bf-dropdown .dropdown-section.form-l.active, bf-mobile-viewport .bf-dropdown .dropdown-section.l-form.active, bf-mobile-viewport .bf-dropdown .dropdown-section.form-xl.active, bf-mobile-viewport .bf-dropdown .dropdown-section.xl-form.active {
  box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.7);
  max-height: calc(100vh - 104px);
}
bf-mobile-viewport .bf-dropdown .dropdown-section.form-l.active ~ .dropdown-close, bf-mobile-viewport .bf-dropdown .dropdown-section.l-form.active ~ .dropdown-close, bf-mobile-viewport .bf-dropdown .dropdown-section.form-xl.active ~ .dropdown-close, bf-mobile-viewport .bf-dropdown .dropdown-section.xl-form.active ~ .dropdown-close {
  display: flex !important;
  position: fixed;
  top: unset;
  right: 16px;
  z-index: 80000;
  width: 64px;
  height: 64px;
}

@media screen and (min-width: 800px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #FFF;
    border-radius: 16px;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 16px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }
}/*# sourceMappingURL=breakfast-v2.3.0.css.map */