.jf-scrollbar {
  background: linear-gradient(#fff, #aaa 67%, #fff 100%) no-repeat center;
  background-size: 1px 100%;
  bottom: 0;
  position: absolute;
  right: 12px;
  top: 1px;
  width: 10px;
}
.jf-isMsie .jf-scrollbar {
  visibility: hidden !important;
}
@media (max-width: 659px) {
  .jf-scrollbar {
    right: 0;
  }
}
.jf-scrollbar .jf-thumb {
  background: #2f2f2f;
  border-radius: 5px;
  width: 10px;
}
.jf-content {
  bottom: 60px;
  top: 160px;
  height: calc(100% - 160px - 60px);
  width: 660px;
}
.jf-content.jf-inMsp {
  height: calc(100% - 90px - 60px);
}
@media (max-width: 659px) {
  .jf-content {
    width: 100vw;
  }
  .jf-content.jf-showScrollbar .jf-scrollbar {
    display: none;
  }
  .jf-content.jf-showScrollbar ::-webkit-scrollbar {
    -webkit-appearance: initial;
    width: 5px;
  }
  .jf-content.jf-showScrollbar ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.jf-content .jf-overlay {
  display: none;
  opacity: 0.3;
  position: absolute;
  z-index: 90;
}
@media (max-width: 659px) {
  .jf-content .jf-overlay {
    position: fixed;
    top: 70px;
    bottom: 60px;
  }
}
.jf-content .jf-overlay.jf-active {
  display: block;
}
.jf-content .jf-step {
  padding: 35px;
  padding-top: 15px;
}
@media (max-width: 659px) {
  .jf-content .jf-step {
    padding: 13px;
    padding-top: 0px;
    margin-right: 0;
  }
}
.jf-content .jf-step .jf-warnLabel {
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  height: auto;
}
.jf-content .jf-step .jf-warnLabel.jf-hidden {
  display: none;
}
.jf-content .jf-step .jf-headline h1 {
  display: flex;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.jf-content .jf-step .jf-headline .jf-title {
  line-height: 21px;
}
.jf-content .jf-step .jf-headline .jf-index {
  display: inline-block;
  font-size: 17px;
  width: 30px;
  min-width: 30px;
  line-height: 21px;
  font-weight: normal;
}
.jf-content .jf-step .jf-headline p {
  font-size: 13px;
  margin-left: 30px;
}
.jf-content .jf-step .jf-selection {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 20px;
}
.jf-content .jf-step .jf-selection .jf-item {
  opacity: 0.5;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
  float: left;
  margin-right: 22px;
  padding-bottom: 45px;
  width: 182px;
  margin-bottom: 22px;
  outline: none;
}
.jf-content .jf-step .jf-selection .jf-item img {
  display: block;
}
.jf-content .jf-step .jf-selection .jf-item.jf-kind,
.jf-content .jf-step .jf-selection .jf-item.jf-additionalPriority {
  width: 282px;
}
.jf-content .jf-step .jf-selection .jf-item.jf-kind:nth-child(even),
.jf-content .jf-step .jf-selection .jf-item.jf-additionalPriority:nth-child(even) {
  margin-right: 0;
}
.jf-content .jf-step .jf-selection .jf-item.jf-function,
.jf-content .jf-step .jf-selection .jf-item.jf-thickness,
.jf-content .jf-step .jf-selection .jf-item.jf-temperature {
  margin-right: 26px;
  width: 282px;
}
.jf-content .jf-step .jf-selection .jf-item.jf-last {
  margin-right: 0;
}
.jf-content .jf-step .jf-selection .jf-item.jf-selected {
  border: 1px solid #d3d3d4;
  border-bottom: 3px solid #000;
  padding-bottom: 43px;
  opacity: 1;
}
.jf-content .jf-step .jf-selection .jf-item.jf-selected .jf-check {
  background-image: url(./images/check-active.svg);
  bottom: 7px;
}
.jf-content .jf-step .jf-selection .jf-item.jf-selected .jf-label {
  font-weight: 500;
}
.jf-content .jf-step .jf-selection .jf-item .jf-label {
  background: url(./images/bg-line.gif) no-repeat center top 2px;
  background-size: 1px 17px;
  font-size: 15px;
  height: auto;
  padding-top: 18px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 659px) {
  .jf-content .jf-step .jf-selection .jf-item .jf-label {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.jf-content .jf-step .jf-selection .jf-item .jf-check {
  background: url(./images/check.svg) no-repeat center;
  background-size: 29px 29px;
  height: 29px;
  margin-top: 11px;
  width: 100%;
  position: absolute;
  bottom: 9px;
}
@media (max-width: 659px) {
  .jf-content .jf-step .jf-selection .jf-item.jf-gender,
  .jf-content .jf-step .jf-selection .jf-item.jf-form,
  .jf-content .jf-step .jf-selection .jf-item.jf-cut,
  .jf-content .jf-step .jf-selection .jf-item.jf-branch,
  .jf-content .jf-step .jf-selection .jf-item.jf-hood {
    width: calc(100% / 3 - 9px);
    margin-right: 10px;
  }
  .jf-content .jf-step .jf-selection .jf-item.jf-gender img,
  .jf-content .jf-step .jf-selection .jf-item.jf-form img,
  .jf-content .jf-step .jf-selection .jf-item.jf-cut img,
  .jf-content .jf-step .jf-selection .jf-item.jf-branch img,
  .jf-content .jf-step .jf-selection .jf-item.jf-hood img {
    object-fit: cover;
    width: 100%;
  }
  .jf-content .jf-step .jf-selection .jf-item.jf-pocket,
  .jf-content .jf-step .jf-selection .jf-item.jf-function,
  .jf-content .jf-step .jf-selection .jf-item.jf-thickness,
  .jf-content .jf-step .jf-selection .jf-item.jf-kind,
  .jf-content .jf-step .jf-selection .jf-item.jf-additionalPriority,
  .jf-content .jf-step .jf-selection .jf-item.jf-temperature {
    width: calc(50% - 7px);
    margin-right: 10px;
  }
  .jf-content .jf-step .jf-selection .jf-item.jf-pocket img,
  .jf-content .jf-step .jf-selection .jf-item.jf-function img,
  .jf-content .jf-step .jf-selection .jf-item.jf-thickness img,
  .jf-content .jf-step .jf-selection .jf-item.jf-kind img,
  .jf-content .jf-step .jf-selection .jf-item.jf-additionalPriority img,
  .jf-content .jf-step .jf-selection .jf-item.jf-temperature img {
    object-fit: cover;
  }
  .jf-content .jf-step .jf-selection .jf-item.jf-pocket .jf-image-overlay,
  .jf-content .jf-step .jf-selection .jf-item.jf-function .jf-image-overlay,
  .jf-content .jf-step .jf-selection .jf-item.jf-thickness .jf-image-overlay,
  .jf-content .jf-step .jf-selection .jf-item.jf-kind .jf-image-overlay,
  .jf-content .jf-step .jf-selection .jf-item.jf-additionalPriority .jf-image-overlay,
  .jf-content .jf-step .jf-selection .jf-item.jf-temperature .jf-image-overlay {
    width: 100%;
    display: block;
    text-align: center;
  }
  .jf-content .jf-step .jf-selection .jf-item.jf-pocket .jf-image-overlay img,
  .jf-content .jf-step .jf-selection .jf-item.jf-function .jf-image-overlay img,
  .jf-content .jf-step .jf-selection .jf-item.jf-thickness .jf-image-overlay img,
  .jf-content .jf-step .jf-selection .jf-item.jf-kind .jf-image-overlay img,
  .jf-content .jf-step .jf-selection .jf-item.jf-additionalPriority .jf-image-overlay img,
  .jf-content .jf-step .jf-selection .jf-item.jf-temperature .jf-image-overlay img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin: auto;
    margin-bottom: 5px;
  }
  .jf-content .jf-step .jf-selection .jf-item.jf-pocket .jf-image-overlay .jf-text,
  .jf-content .jf-step .jf-selection .jf-item.jf-function .jf-image-overlay .jf-text,
  .jf-content .jf-step .jf-selection .jf-item.jf-thickness .jf-image-overlay .jf-text,
  .jf-content .jf-step .jf-selection .jf-item.jf-kind .jf-image-overlay .jf-text,
  .jf-content .jf-step .jf-selection .jf-item.jf-additionalPriority .jf-image-overlay .jf-text,
  .jf-content .jf-step .jf-selection .jf-item.jf-temperature .jf-image-overlay .jf-text {
    margin: auto;
    width: 100%;
  }
  .jf-content .jf-step .jf-selection .jf-item.jf-last {
    margin-right: 0;
  }
}
.jf-content .jf-step .jf-selection:after {
  clear: both;
  content: '';
  display: block;
}
@media (min-width: 659px) and (hover: hover) and (pointer: fine) {
  .jf-content .jf-step .jf-selection:hover {
    opacity: 1;
  }
  .jf-content .jf-step .jf-selection:hover > div {
    opacity: 0.5;
  }
  .jf-content .jf-step .jf-selection:hover > div.jf-selected {
    opacity: 1;
  }
  .jf-content .jf-step .jf-selection:hover > div:hover {
    border: 1px solid #d3d3d4;
    border-bottom: 3px solid #000;
    opacity: 1;
    padding-bottom: 43px;
  }
  .jf-content .jf-step .jf-selection:hover > div:hover .jf-check {
    bottom: 7px;
  }
}
@media (max-width: 659px) {
  .jf-content {
    height: calc(100% - 138px - 60px);
    top: 138px;
  }
}

.jf-debug-view {
  background: #fff;
  height: 80%;
  left: 50px;
  position: fixed;
  top: 100px;
  width: 60%;
  overflow: auto;
}
.jf-debug-view table {
  width: 100%;
}
.jf-debug-view table .jf-debug-column {
  border-bottom: 1px solid #000;
  text-align: center;
  width: auto;
}
.jf-debug-view table img {
  width: 100px;
}
.jf-debug-view table span {
  display: block;
  font-size: 12px;
}
@media (max-width: 659px) {
  .jf-debug-view {
    display: none;
  }
}

.jf-footer {
  display: flex;
  flex-direction: column;
  width: 660px;
  position: absolute;
  bottom: 0;
  z-index: 10000;
}
@media (max-width: 659px) {
  .jf-footer {
    width: 100vw;
  }
}
.jf-footer .jf-border {
  background: transparent url(./images/bg_nav_border_bottom.png) repeat-x bottom;
  height: 10px;
}
.jf-footer .jf-border.jf-start_page {
  display: none;
}
@media (max-height: 750px) {
  .jf-footer .jf-border.jf-start_page {
    display: block;
    z-index: 90;
  }
}
.jf-footer .jf-buttons_container {
  text-align: center;
  display: flex;
}
.jf-footer .jf-buttons_container .jf-button {
  cursor: pointer;
  font-size: 13px;
  height: 60px;
  line-height: calc(60px - 2px);
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.jf-footer .jf-buttons_container .jf-button.jf-inactive {
  cursor: default;
}
.jf-footer .jf-buttons_container .jf-button .jf-arrow_icn {
  height: 16px;
  width: 9px;
  line-height: 16px;
}
.jf-footer .jf-buttons_container .jf-button .jf-arrow_icn svg {
  height: 16px;
}
.jf-footer .jf-buttons_container .jf-button .jf-arrow_icn svg .jf-st0 {
  fill: #000;
  stroke-width: 3px;
  stroke: #000;
}
.jf-footer .jf-buttons_container .jf-button .jf-label_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: 16px;
  align-items: center;
}
.jf-footer .jf-buttons_container .jf-button .jf-label_container .jf-label {
  text-transform: uppercase;
}
.jf-footer .jf-buttons_container .jf-button.jf-hidden {
  display: none;
}
.jf-footer .jf-buttons_container .jf-button.jf-start {
  background-color: #e30613;
  width: 100%;
}
.jf-footer .jf-buttons_container .jf-button.jf-start:hover {
  background-color: #ff0818;
}
.jf-footer .jf-buttons_container .jf-button.jf-start .jf-label_container .jf-label {
  color: #fff;
  padding-right: 20px;
  width: 100%;
}
.jf-footer .jf-buttons_container .jf-button.jf-start .jf-label_container .jf-arrow_icn svg .jf-st0 {
  fill: #fff;
  stroke: #fff;
}
.jf-footer .jf-buttons_container .jf-button.jf-start .jf-mobileLabel {
  display: none;
}
@media (max-width: 659px) {
  .jf-footer .jf-buttons_container .jf-button.jf-start .jf-mobileLabel {
    display: inline;
    color: #fff;
    padding-right: 20px;
    width: 100%;
  }
  .jf-footer .jf-buttons_container .jf-button.jf-start .jf-label {
    display: none;
  }
}
.jf-footer .jf-buttons_container .jf-button.jf-back {
  border-right: 1px solid #d3d3d4;
  width: 65px;
}
.jf-footer .jf-buttons_container .jf-button.jf-back .jf-arrow_icn {
  transform: rotateY(180deg);
}
.jf-footer .jf-buttons_container .jf-button.jf-results {
  background-color: #fff;
  flex: 1;
}
.jf-footer .jf-buttons_container .jf-button.jf-results .jf-label_container .jf-icn_result {
  min-width: 16px;
  height: 16px;
  width: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.jf-footer .jf-buttons_container .jf-button.jf-results .jf-label_container .jf-icn_result svg {
  height: 16px;
  display: inline;
}
.jf-footer .jf-buttons_container .jf-button.jf-results .jf-label_container .jf-icn_result svg path {
  fill: #000;
}
.jf-footer .jf-buttons_container .jf-button.jf-results.jf-inactive .jf-label_container svg path {
  fill: #d3d3d4;
}
.jf-footer .jf-buttons_container .jf-button.jf-results.jf-inactive .jf-label_container .jf-label {
  color: #d3d3d4;
}
.jf-footer .jf-buttons_container .jf-button.jf-results.jf-finalStep {
  background-color: #e30613;
}
.jf-footer .jf-buttons_container .jf-button.jf-results.jf-finalStep .jf-label_container svg path {
  fill: #fff;
}
.jf-footer .jf-buttons_container .jf-button.jf-results.jf-finalStep .jf-label_container .jf-label {
  color: #fff;
}
.jf-footer .jf-buttons_container .jf-button.jf-results.jf-finalStep:hover {
  background-color: #ff0818;
}
.jf-footer .jf-buttons_container .jf-button.jf-next {
  background-color: #e30613;
  border-color: #e30613;
  width: 130px;
}
.jf-footer .jf-buttons_container .jf-button.jf-next:hover {
  background-color: #ff0818;
  border-color: #ff0818;
}
.jf-footer .jf-buttons_container .jf-button.jf-next .jf-label_container .jf-label {
  color: #fff;
  padding-right: 10px;
}
.jf-footer .jf-buttons_container .jf-button.jf-next .jf-label_container .jf-arrow_icn svg {
  height: 17px;
}
.jf-footer .jf-buttons_container .jf-button.jf-next .jf-label_container .jf-arrow_icn svg .jf-st0 {
  fill: #fff;
  stroke: #fff;
}
.jf-footer .jf-buttons_container .jf-button.jf-next.jf-inactive {
  background-color: #fff;
  border-left: 1px solid #d3d3d4;
}
.jf-footer .jf-buttons_container .jf-button.jf-next.jf-inactive .jf-label_container .jf-label {
  color: #d3d3d4;
}
.jf-footer .jf-buttons_container .jf-button.jf-next.jf-inactive .jf-label_container .jf-arrow_icn svg .jf-st0 {
  fill: #d3d3d4;
  stroke: #d3d3d4;
}
@media (max-device-width: 374px) {
  .jf-footer .jf-buttons_container .jf-button.jf-next {
    width: 60px;
  }
  .jf-footer .jf-buttons_container .jf-button.jf-next .jf-label_container .jf-label {
    color: transparent;
    background-position: center;
    padding-right: 0;
    width: 100%;
    height: 60px;
    display: none;
  }
  .jf-footer .jf-buttons_container .jf-button.jf-next.jf-inactive .jf-label_container .jf-label {
    display: none;
  }
}

.jf-header {
  background: #fff;
  height: 160px;
  position: relative;
  top: 0;
  width: 660px;
  z-index: 100;
}
@media (max-width: 659px) {
  .jf-header {
    width: 100vw;
  }
}
.jf-header.jf-startScreen {
  height: 160px;
}
.jf-header.jf-inMsp {
  height: 90px;
}
.jf-header .jf-topBar {
  display: flex;
  height: 76px;
  padding: 15px 0 18px 15px;
}
.jf-header .jf-topBar .jf-title,
.jf-header .jf-topBar .jf-titleIcn {
  display: inline;
  font-size: 17px;
  font-weight: 600;
  line-height: 43px;
  text-transform: uppercase;
}
.jf-header .jf-topBar .jf-title.jf-icon,
.jf-header .jf-topBar .jf-titleIcn.jf-icon {
  background-image: url(./images/Produktfinder.svg);
  background-repeat: no-repeat;
  height: 21px;
  margin: auto 17px auto 23px;
  width: 21px;
}
@media (max-width: 659px) {
  .jf-header .jf-topBar .jf-title,
  .jf-header .jf-topBar .jf-titleIcn {
    font-size: 4vw;
    line-height: 38px;
    margin-right: 10px;
  }
  .jf-header .jf-topBar .jf-title.jf-icon,
  .jf-header .jf-topBar .jf-titleIcn.jf-icon {
    background-position-y: center;
    height: 30px;
    margin-left: 0;
    margin-right: 10px;
  }
}
.jf-header .jf-topBar .jf-right {
  display: flex;
  margin-left: auto;
  right: 10px;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper {
  border-radius: 22px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  margin-right: 10px;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper.jf-spinner {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 659px) {
  .jf-header .jf-topBar .jf-right .jf-button .jf-wrapper.jf-spinner {
    width: 42px;
    height: 42px;
    margin-top: 1px;
  }
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper.jf-spinner:hover {
  background-color: #000;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-icon {
  display: inline-block;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-icon.jf-close svg {
  height: 45px;
  width: 45px;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-icon.jf-close svg .jf-st1 {
  fill: #000;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-icon.jf-close svg .jf-st0 {
  fill: #fff;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-icon.jf-close svg .jf-st2 {
  fill: rgba(0, 0, 0, 0.2);
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-icon.jf-spinner {
  height: 35px;
  margin-top: 3px;
  margin-left: 19px;
  width: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-icon.jf-spinner svg {
  height: 20px;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-label {
  font-size: 13px;
  line-height: 40px;
  margin: 0 24px 0 28px;
}
@media (max-width: 659px) {
  .jf-header .jf-topBar .jf-right .jf-button .jf-wrapper {
    display: table;
    height: 38px;
    padding: 0 2vw;
  }
  .jf-header .jf-topBar .jf-right .jf-button .jf-wrapper.jf-close svg {
    width: 38px;
  }
  .jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-label {
    display: none;
    font-size: 3vw;
    line-height: normal;
    padding-left: 2vw;
    vertical-align: middle;
  }
  .jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-icon.jf-close {
    display: table-cell;
    height: max-content;
    width: 20px;
  }
  .jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-icon.jf-spinner {
    display: table-cell;
    line-height: 40px;
    height: auto;
    margin-top: auto;
    margin-left: auto;
    width: auto;
  }
  .jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-icon.jf-spinner div {
    height: 18px;
    width: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
  }
  .jf-header .jf-topBar .jf-right .jf-button .jf-wrapper .jf-icon.jf-spinner div svg {
    height: 24px;
    width: 24px;
  }
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper:hover .jf-icon.jf-close svg {
  height: 45px;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper:hover .jf-icon.jf-close svg .jf-st0 {
  fill: #000;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper:hover .jf-icon.jf-close svg .jf-st1 {
  fill: #fff;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper:hover .jf-icon.jf-spinner {
  fill: #fff;
}
.jf-header .jf-topBar .jf-right .jf-button .jf-wrapper:hover .jf-label {
  color: #fff;
}
@media (max-width: 659px) {
  .jf-header .jf-topBar {
    height: 38px;
    padding-bottom: 27px;
  }
}
.jf-header .jf-border {
  background: transparent url(./images/bg_nav_border.png) repeat-x top;
  bottom: -33px;
  height: 10px;
  position: relative;
  width: 100%;
}
.jf-header .jf-border.jf-expanded {
  background: transparent;
  bottom: 0;
}
.jf-header .jf-border.jf-expanded .jf-arrowClose {
  background: url(./images/nav-arrow-close.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 33px;
  margin: 0 auto;
  width: 73px;
}
.jf-header .jf-border.jf-expanded .jf-description {
  background: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 0 25px;
  text-align: center;
}
.jf-header .jf-border .jf-arrowClose,
.jf-header .jf-border .jf-description {
  display: none;
}
@media (max-width: 659px) {
  .jf-header {
    height: 138px;
  }
  .jf-header .jf-border {
    bottom: -7px;
  }
}

.jf-navBar {
  background: #fff;
}
.jf-navBar .jf-navigation {
  display: inline-flex;
  padding-left: 16px;
  width: calc(100% - 16px);
}
.jf-navBar .jf-navigation .jf-stepWrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.jf-navBar .jf-navigation .jf-stepWrapper:first-child .jf-horizontalLine {
  width: calc(100% + 12px);
  margin-left: 0;
}
.jf-navBar .jf-navigation .jf-stepWrapper.jf-clickable:not(.jf-expanded) {
  cursor: pointer;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-horizontalLine {
  position: absolute;
  z-index: 10;
  top: 21px;
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
}
@media (max-width: 659px) {
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-horizontalLine {
    margin-left: 12px;
  }
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar {
  display: inline-flex;
  padding-left: 5px;
  width: 100%;
  margin-bottom: 8px;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar > div {
  z-index: 100;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-step {
  height: 43px;
  margin-left: 12px;
  max-width: 43px;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-step.jf-filled svg circle {
  fill: #000;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-step svg {
  height: 43px;
  width: 43px;
  display: inline;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-step svg circle {
  fill: #d3d3d4;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep {
  height: 13px;
  line-height: 13px;
  margin: 15px 0 auto 12px;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-subIcon {
  height: 13px;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-subIcon.jf-filled svg .jf-st0 {
  fill: #000;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-subIcon svg {
  height: 13px;
  width: 13px;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-subIcon svg .jf-st0 {
  fill: #d3d3d4;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-hidden,
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-subLabel {
  display: none;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-childSelected {
  margin-left: 20px;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-label {
  left: 17px;
  position: absolute;
  top: 50px;
  line-height: 24px;
  display: flex;
  width: 100%;
  height: 34px;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-label .jf-index {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  padding-right: 5px;
  text-align: right;
  width: 16px;
}
@media (max-width: 659px) {
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-label .jf-index {
    margin-top: 5px;
  }
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-label .jf-separator {
  background: #aaa;
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  margin-top: 2px;
  margin-left: 5px;
  width: 1px;
}
@media (max-width: 659px) {
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-label .jf-separator {
    margin-left: 1px;
  }
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-label .jf-name {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 2px;
}
@media all and (min-width: 660px) {
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded {
    background: #fff url(./images/bg-line.gif) no-repeat;
    background-position: left 38px bottom 13px;
    background-size: 1px 100%;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded .jf-horizontalLine {
    display: none;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded .jf-progressBar {
    display: block;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded .jf-progressBar .jf-label .jf-separator {
    visibility: none;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded .jf-progressBar .jf-step {
    margin-bottom: 37px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded .jf-progressBar .jf-subStep {
    clear: left;
    cursor: pointer;
    float: left;
    margin: 0 0 22px 27px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded .jf-progressBar .jf-subStep .jf-subIcon {
    float: left;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded .jf-progressBar .jf-subStep .jf-subLabel {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin-left: 10px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded .jf-progressBar .jf-subStep .jf-subLabel:hover {
    text-decoration: underline;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded .jf-progressBar .jf-subStep .jf-childSelected {
    margin-left: 0;
  }
}
@media (max-width: 659px) {
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded {
    background-size: 0;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active {
    background: #fff url(./images/bg-line.gif) no-repeat;
    background-position: left 33px bottom 13px;
    background-size: 1px 100%;
    cursor: default;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-horizontalLine {
    display: none;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-label {
    margin-left: 0;
    width: 60vw;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-label .jf-name {
    width: auto;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-label.jf-last {
    position: absolute;
    left: auto;
    text-align: right;
    display: block;
    right: calc(100% - 23px);
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-label.jf-last .jf-separator {
    display: none;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-progressBar {
    display: block;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-progressBar .jf-label .jf-separator {
    visibility: hidden;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-progressBar .jf-step {
    margin-bottom: 37px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-progressBar .jf-subStep {
    clear: left;
    cursor: pointer;
    float: left;
    visibility: visible;
    width: max-content;
    margin: 0 0 22px 27px;
    margin-left: 29px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-progressBar .jf-subStep .jf-childSelected {
    margin-left: 0;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-progressBar .jf-subStep .jf-subIcon {
    line-height: 13px;
    float: left;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-progressBar .jf-subStep .jf-subLabel {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin-left: 10px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-progressBar .jf-subStep .jf-subLabel:hover {
    text-decoration: underline;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper.jf-expanded.jf-active .jf-progressBar .jf-subStep.jf-last .jf-subLabel {
    position: relative;
    left: -65vw;
    margin-left: 5px;
    text-align: right;
    width: 60vw;
  }
}
@media (max-width: 659px) {
  .jf-navBar .jf-navigation {
    padding-left: 0;
    width: 100%;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-horizontalLine {
    top: 21px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar {
    padding-left: 0;
    width: 10vw;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-step {
    height: 43px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-step svg {
    height: 43px;
    width: 43px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep {
    height: 9px;
    line-height: 9px;
    margin: 17px 0 auto 1.5vw;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-childSelected {
    margin-left: 2vw;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-subIcon {
    height: 9px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-subIcon svg {
    height: 9px;
    width: 9px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-label {
    height: 26px;
    left: 11px;
    top: 45px;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-label > span {
    height: 26px;
    vertical-align: top;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-label .jf-index {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-label .jf-separator {
    height: 30px;
    line-height: 11px;
    margin-top: 0;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-label .jf-name {
    font-size: 3vw;
    line-height: 3.5vw;
    margin-top: 5px;
    width: 40%;
  }
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-label.jf-hidden {
    display: none;
  }
}
@media (max-device-width: 374px) {
  .jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep {
    margin-left: 1vw;
  }
}

.jf-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1000;
}
@media (max-width: 659px) {
  .jf-overlay {
    display: none;
  }
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
}
.rc-slider .rc-slider-handle-1 {
  margin-left: 0;
}
.rc-slider .rc-slider-handle-2 {
  margin-left: 0;
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: calc(100% - 20px);
  background-color: #aaaaaa;
  height: 1px;
  border-radius: 6px;
  top: 6px;
  margin-left: 10px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #000;
}
.rc-slider-handle {
  position: absolute;
  margin-left: 0;
  margin-top: -18px;
  width: 40px;
  height: 40px;
  cursor: move;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #000;
  background-color: #000;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #000;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #000;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #000;
}
.rc-slider-handle:active {
  border-color: #000;
  box-shadow: 0 0 5px #000;
  cursor: grabbing;
}

.jf-selectorBubble {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  cursor: grab;
}
.jf-selectorBubble:active {
  cursor: grabbing;
}
.jf-selectorBubble .jf-value {
  font-size: 13px;
}
.jf-selectorBubble .jf-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(./images/arrow.svg) no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  transform: rotate(0deg) translate(0px, -10px) rotate(130deg);
  z-index: 1000;
}
.jf-selectorBubble .jf-arrow.jf-next {
  transform: rotate(180deg) translate(0px, -10px) rotate(130deg);
}
.jf-selectorBubble .jf-arrow.jf-prev {
  transform: rotate(0deg) translate(0px, -10px) rotate(130deg);
}

.jf-startView {
  background: url(./images/Jacke_Intro.jpg) no-repeat right -215px bottom -30px;
  background-size: 80%;
  height: 100%;
  position: relative;
  z-index: 90;
  margin-top: 0px;
  overflow: hidden;
}
@media (min-width: 659px) {
  .jf-startView {
    min-height: 600px;
  }
}
@media (max-width: 659px) {
  .jf-startView {
    background: url(./images/Jacke_Intro.jpg) no-repeat right -90px top 110px;
    background-size: 340px;
    max-height: 450px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .jf-startView .jf-description {
    top: 0px;
  }
}
@media (max-device-width: 374px) {
  .jf-startView .jf-description > p {
    display: none;
  }
}
@media (max-height: 700px) and (max-width: 659px) {
  .jf-startView {
    position: relative;
    overflow: initial;
    height: 800px;
  }
}
@media (max-device-width: 374px) and (max-height: 700px) {
  .jf-startView {
    background: url(./images/Jacke_Intro.jpg) no-repeat right -90px top 125px;
    background-size: 100%;
  }
}
.jf-startView .jf-logoContainer {
  position: absolute;
  max-width: 438px;
  max-height: 645px;
  height: 200px;
  width: 200px;
  right: calc(50% - 180px);
  bottom: 320px;
}
@media (max-width: 659px) {
  .jf-startView .jf-logoContainer {
    width: 180px;
    right: 130px;
    max-height: initial;
    height: initial;
    bottom: 38px;
  }
}
@media (max-width: 659px) and (max-height: 700px) {
  .jf-startView .jf-logoContainer {
    top: 250px;
  }
}
.jf-startView .jf-logoContainer .jf-logo {
  width: 200px;
  height: 200px;
}
@media (max-width: 659px) {
  .jf-startView .jf-logoContainer .jf-logo {
    width: 180px;
    height: 180px;
  }
}
.jf-startView .jf-description {
  bottom: 95px;
  left: 33px;
  position: absolute;
  width: 335px;
}
@media (max-height: 720px) {
  .jf-startView .jf-description {
    bottom: 160px;
  }
}
.jf-startView .jf-description h1 {
  font-size: 27px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 659px) {
  .jf-startView .jf-description {
    bottom: 0;
    width: calc(100% - 185px);
    left: 13px;
  }
  .jf-startView .jf-description h1 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 32px;
    line-height: 26px;
  }
}
.jf-startView .jf-description p {
  font-size: 13px;
}

.jf-startButton {
  position: fixed;
}

.jf-activity {
  float: left;
  margin: 20px 19px 64px 0;
}
@media (max-width: 659px) {
  .jf-activity {
    width: 100%;
  }
}
.jf-activity.jf-last {
  margin-right: 0;
}

.jf-collections {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 20px;
}
@media (max-width: 659px) {
  .jf-collections {
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2));
    text-align: center;
  }
}
.jf-collections .jf-collectionWrapperBox {
  margin-bottom: 10px;
  margin-right: 18px;
}
.jf-collections .jf-collectionWrapperBox:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 659px) {
  .jf-collections .jf-collectionWrapperBox {
    margin-right: auto;
  }
  .jf-collections .jf-collectionWrapperBox:nth-child(3n) {
    margin-right: auto;
  }
}
.jf-collections .jf-collectionWrapper {
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding: 5px 0 45px 0;
  text-align: center;
  width: 180px;
  position: relative;
  outline: none;
}
@media (max-width: 659px) {
  .jf-collections .jf-collectionWrapper {
    width: 40vw;
    min-width: 123px;
    max-width: 180px;
  }
}
.jf-collections .jf-collectionWrapper:hover {
  border: 1px solid #d3d3d4;
  border-bottom: 3px solid #000;
  padding-bottom: 43px;
}
.jf-collections .jf-collectionWrapper:hover .jf-check {
  bottom: 7px;
}
.jf-collections .jf-collectionWrapper:hover .jf-tooltip {
  bottom: 7px;
}
.jf-collections .jf-collectionWrapper.jf-active {
  border: 1px solid #d3d3d4;
  border-bottom: 3px solid #000;
  padding-bottom: 43px;
}
.jf-collections .jf-collectionWrapper.jf-active .jf-check {
  background-image: url(./images/check-active.svg);
  bottom: 6px;
}
.jf-collections .jf-collectionWrapper.jf-active .jf-tooltip {
  bottom: 7px;
}
.jf-collections .jf-collectionWrapper.jf-active .jf-label {
  font-weight: 500;
}
@media (max-width: 659px) {
  .jf-collections .jf-collectionWrapper.jf-active .jf-label {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.jf-collections .jf-collectionWrapper .jf-collectionImage {
  width: 123px;
  height: 38px;
  margin: auto auto 6px;
  background-size: 100%;
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-active {
  background-image: url(./images/es-active.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-ambition {
  background-image: url(./images/es-ambition.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-avida {
  background-image: url(./images/es-avida.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-classic {
  background-image: url(./images/es-classic.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-concrete {
  background-image: url(./images/es-concrete.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-dynashield {
  background-image: url(./images/es-dynashield.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-fusion {
  background-image: url(./images/es-fusion.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-iconic {
  background-image: url(./images/es-iconic.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-image {
  background-image: url(./images/es-image.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-industry {
  background-image: url(./images/es-industry.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-motion {
  background-image: url(./images/es-motion.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-motion2020 {
  background-image: url(./images/es-motion2020.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-motionten {
  background-image: url(./images/es-motionten.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-prestige {
  background-image: url(./images/es-prestige.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-roughtough {
  background-image: url(./images/es-roughtough.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-vintage {
  background-image: url(./images/es-vintage.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-vision {
  background-image: url(./images/es-vision.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-motion247 {
  background-image: url(./images/es_motion24_7.svg);
}
.jf-collections .jf-collectionWrapper .jf-collectionImage.jf-es-pic {
  background-image: url(./images/es-pic.svg);
}
.jf-collections .jf-collectionWrapper .jf-label {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.jf-collections .jf-collectionWrapper .jf-check {
  background: url(./images/check.svg) no-repeat center;
  background-size: 29px 29px;
  height: 29px;
  width: 29px;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 9px;
}
.jf-collections .jf-collectionWrapper .jf-tooltip {
  background: url(./images/tooltip.svg) no-repeat center;
  background-size: 29px 29px;
  height: 29px;
  width: 29px;
  position: absolute;
  left: calc(50% + 5px);
  bottom: 9px;
}

.jf-colors {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 20px;
}
@media (max-width: 659px) and (max-width: 659px) {
  .jf-colors .jf-colorWrapperBox {
    width: 100%;
    text-align: center;
  }
}
.jf-colors .jf-colorWrapperBox {
  width: calc((100% - 1px) / 3);
  margin-bottom: 21px;
}
.jf-colors .jf-colorWrapperBox:nth-child(4n) .jf-color-wrapper {
  margin-right: 0;
}
@media (max-width: 659px) {
  .jf-colors .jf-colorWrapperBox:nth-child(4n) .jf-color-wrapper {
    margin-right: auto;
  }
}
.jf-colors .jf-colorWrapper {
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0 45px 0;
  text-align: center;
  width: 150px;
  position: relative;
  outline: none;
}
.jf-colors .jf-colorWrapper > div {
  width: 51px;
  height: 51px;
  margin: auto;
}
.jf-colors .jf-colorWrapper .jf-shades-of-blue {
  background-image: url(./images/shades-of-blue.png);
}
.jf-colors .jf-colorWrapper .jf-shades-of-brown {
  background-image: url(./images/shades-of-brown.png);
}
.jf-colors .jf-colorWrapper .jf-shades-of-green {
  background-image: url(./images/shades-of-green.png);
}
.jf-colors .jf-colorWrapper .jf-shades-of-grey {
  background-image: url(./images/shades-of-grey.png);
}
.jf-colors .jf-colorWrapper .jf-shades-of-hivis {
  background-image: url(./images/shades-of-hivis.png);
}
.jf-colors .jf-colorWrapper .jf-shades-of-orange {
  background-image: url(./images/shades-of-orange.png);
}
.jf-colors .jf-colorWrapper .jf-shades-of-red {
  background-image: url(./images/shades-of-red.png);
}
.jf-colors .jf-colorWrapper .jf-shades-of-violet {
  background-image: url(./images/shades-of-violet.png);
}
.jf-colors .jf-colorWrapper .jf-shades-of-white {
  background-image: url(./images/shades-of-white.png);
}
.jf-colors .jf-colorWrapper .jf-shades-of-yellow {
  background-image: url(./images/shades-of-yellow.png);
}
@media (max-width: 659px) {
  .jf-colors .jf-colorWrapper {
    width: 90%;
    max-width: 132px;
  }
}
.jf-colors .jf-colorWrapper:hover {
  border: 1px solid #d3d3d4;
  border-bottom: 3px solid #000;
  padding: 10px 0 43px 0;
}
.jf-colors .jf-colorWrapper:hover .jf-check {
  bottom: 7px;
}
.jf-colors .jf-colorWrapper.jf-active {
  border: 1px solid #d3d3d4;
  border-bottom: 3px solid #000;
  padding: 10px 0 43px 0;
}
.jf-colors .jf-colorWrapper.jf-active .jf-check {
  background-image: url(./images/check-active.svg);
  bottom: 6px;
}
.jf-colors .jf-colorWrapper.jf-active .jf-label {
  font-weight: 500;
}
@media (max-width: 659px) {
  .jf-colors .jf-colorWrapper.jf-active .jf-label {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.jf-colors .jf-colorWrapper .jf-label {
  font-size: 15px;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: auto;
}
@media (max-width: 659px) {
  .jf-colors .jf-colorWrapper .jf-label {
    font-size: 13px;
  }
}
.jf-colors .jf-colorWrapper .jf-check {
  background: url(./images/check.svg) no-repeat center;
  background-size: 29px 29px;
  height: 29px;
  width: 100%;
  position: absolute;
  bottom: 9px;
}

.jf-function .jf-imageContainer {
  position: relative;
}
.jf-function .jf-imageContainer img {
  display: block;
}
.jf-function .jf-imageContainer .jf-imageOverlay {
  display: inline-flex;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  height: auto;
  padding: 15px;
  width: 100%;
}
@media (max-width: 659px) {
  .jf-function .jf-imageContainer .jf-imageOverlay {
    display: none;
  }
}
.jf-function .jf-imageContainer .jf-imageOverlay .jf-icon {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.jf-function .jf-imageContainer .jf-imageOverlay .jf-icon svg .jf-st0 {
  fill: #fff;
}
.jf-function .jf-imageContainer .jf-imageOverlay .jf-text {
  font-size: 13px;
  color: #fff;
  width: 199px;
}

.jf-price .jf-priceSlider {
  margin-top: 20px;
}
.jf-price .jf-priceSlider .jf-sliderArea {
  height: 70px;
  width: 590px;
  position: relative;
}
.jf-price .jf-priceSlider .jf-sliderArea .jf-label {
  font-size: 17px;
  font-weight: 500;
  height: 29px;
  text-align: center;
}
.jf-price .jf-priceSlider .jf-sliderArea .jf-label.jf-min {
  float: left;
}
.jf-price .jf-priceSlider .jf-sliderArea .jf-label.jf-max {
  float: right;
}
.jf-price .jf-priceSlider .jf-sliderArea .jf-line {
  background: url(./images/bg-line.gif) no-repeat center center;
  background-size: 470px 1px;
  clear: left;
  height: 41px;
  position: relative;
}
.jf-price .jf-priceSlider .jf-sliderArea .jf-line .jf-bold {
  background: #000;
  display: none;
  height: 3px;
  position: absolute;
  top: 20px;
}
.jf-price .jf-priceSlider .jf-sliderArea .jf-line .jf-bold.jf-visible {
  display: block;
}
.jf-price .jf-priceSlider .jf-sliderArea .jf-line .jf-endpoint {
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  width: 40px;
}
@media (max-width: 659px) {
  .jf-price .jf-priceSlider .jf-sliderArea {
    width: 100%;
  }
  .jf-price .jf-priceSlider .jf-sliderArea .jf-line {
    background-size: 100% 1px;
    margin: 0 45px;
  }
  .jf-price .jf-priceSlider .jf-sliderArea .jf-line .jf-min {
    left: -45px;
  }
  .jf-price .jf-priceSlider .jf-sliderArea .jf-line .jf-max {
    right: -45px;
  }
}
.jf-price .jf-priceSlider .jf-sliderArea .jf-rangeSlider {
  margin-top: 50px;
  position: absolute;
  margin-left: 40px;
  width: calc(100% - 80px);
}
.jf-price .jf-priceSlider .jf-inputArea {
  margin-top: 40px;
  text-align: center;
}
.jf-price .jf-priceSlider .jf-inputArea input {
  background: #f0f0f1;
  border: 0;
  font-size: 17px;
  font-weight: 500;
  height: 40px;
  text-align: center;
  width: 70px;
  color: black;
}
@media (max-device-width: 374px) {
  .jf-price .jf-priceSlider .jf-inputArea input {
    width: 17vw;
  }
}
.jf-price .jf-priceSlider .jf-inputArea input::-webkit-outer-spin-button,
.jf-price .jf-priceSlider .jf-inputArea input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.jf-price .jf-priceSlider .jf-inputArea input[type='number'] {
  -moz-appearance: textfield;
}
.jf-price .jf-priceSlider .jf-inputArea .jf-currency {
  font-size: 17px;
  font-weight: 500;
  margin-left: 5px;
}
.jf-price .jf-priceSlider .jf-inputArea .jf-preposition {
  font-size: 15px;
  margin: 0 35px 0 25px;
}
@media (max-device-width: 374px) {
  .jf-price .jf-priceSlider .jf-inputArea .jf-preposition {
    margin: 0 7vw 0 6vw;
  }
}

.jf-size {
  font-size: 13px;
}
.jf-size .jf-categories {
  background: #fff;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.jf-size .jf-categories .jf-category {
  border: 1px solid #d3d3d4;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  width: calc(50% - 2px);
  cursor: pointer;
}
.jf-size .jf-categories .jf-category.jf-active {
  background: #000;
  border-color: #000;
  color: #fff;
  cursor: default;
}
.jf-size .jf-categories + .jf-sizes {
  margin-top: 40px;
}
@media (max-width: 659px) {
  .jf-size .jf-categories + .jf-sizes {
    margin: 30px 0 -2px 0;
  }
}
.jf-size .jf-dimensions {
  border-bottom: 1px solid #e1e1e1;
  margin-right: 2px;
}
.jf-size .jf-dimensions .jf-dimension {
  display: inline-block;
  margin: 35px 30px -2px 0;
  padding: 10px 3px;
  cursor: pointer;
}
@media (max-width: 659px) {
  .jf-size .jf-dimensions .jf-dimension {
    margin: 35px 0 -2px 0;
    padding: 0;
  }
}
.jf-size .jf-dimensions .jf-dimension .jf-label {
  color: #c1c1c1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.jf-size .jf-dimensions .jf-dimension .jf-sizeIcon {
  fill: #c1c1c1;
  text-align: center;
}
.jf-size .jf-dimensions .jf-dimension .jf-sizeIcon svg {
  height: 55px;
}
.jf-size .jf-dimensions .jf-dimension.jf-active {
  border-bottom: 3px solid #3e3e3e;
  cursor: default;
}
.jf-size .jf-dimensions .jf-dimension.jf-active .jf-label {
  color: #000;
}
.jf-size .jf-dimensions .jf-dimension.jf-active .jf-sizeIcon {
  fill: #000;
}
@media (max-width: 659px) {
  .jf-size .jf-dimensions {
    display: inline-flex;
    width: 100%;
  }
  .jf-size .jf-dimensions .jf-dimension {
    margin-left: auto;
  }
  .jf-size .jf-dimensions .jf-dimension:first-child {
    margin-left: 0;
  }
}
.jf-size .jf-sizes {
  display: grid;
  padding-top: 24px;
  width: 100%;
  grid-template-columns: repeat(auto-fill, 45px);
  grid-gap: 0 20px;
  justify-items: center;
  justify-content: space-between;
}
.jf-size .jf-sizes .jf-sizevalue {
  border: 1px solid #d3d3d4;
  border-radius: 24px;
  display: inline-block;
  height: 43px;
  line-height: 40px;
  margin: 0 0 15px 0;
  text-align: center;
  width: 43px;
  cursor: pointer;
  outline: none;
}
.jf-isMsie .jf-size .jf-sizes .jf-sizevalue {
  margin-right: 30px;
}
@media (max-width: 659px) {
  .jf-size .jf-sizes .jf-sizevalue {
    margin: 0 auto 15px auto;
  }
}
.jf-size .jf-sizes .jf-sizevalue:hover {
  border-color: #000;
}
.jf-size .jf-sizes .jf-sizevalue.jf-active {
  border-color: #000;
  background: #000;
  color: #fff;
}

.jf-thickness .jf-imageContainer {
  position: relative;
}
.jf-thickness .jf-imageContainer img {
  display: block;
}

.jf-tooltip_overlay {
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  margin: auto;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 10100;
  justify-content: center;
  align-items: center;
  width: 660px;
}
.jf-tooltip_overlay.jf-show {
  display: flex;
  position: fixed;
}
.jf-tooltip_overlay.jf-hide {
  display: none;
}
@media screen and (max-width: 659px) {
  .jf-tooltip_overlay.jf-show {
    width: 100%;
    top: -70px;
  }
}
.jf-tooltip_overlay .jf-modal_box {
  background-color: #fff;
  padding: 18px;
  border-bottom: solid #e30613 10px;
  width: 320px;
  position: relative;
  color: #000;
}
.jf-tooltip_overlay .jf-modal_box .jf-close_button {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  box-sizing: border-box;
}
.jf-tooltip_overlay .jf-modal_box .jf-close_button:before,
.jf-tooltip_overlay .jf-modal_box .jf-close_button:after {
  position: absolute;
  top: 12px;
  left: 28px;
  content: ' ';
  height: 32px;
  width: 2px;
  background-color: #fff;
}
.jf-tooltip_overlay .jf-modal_box .jf-close_button:before {
  transform: rotate(45deg);
}
.jf-tooltip_overlay .jf-modal_box .jf-close_button:after {
  transform: rotate(-45deg);
}
.jf-tooltip_overlay .jf-modal_box .jf-tooltip_image {
  width: 100%;
  height: 290px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.jf-tooltip_overlay .jf-modal_box .jf-tooltip_text {
  font-size: 13px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.jf-es-man-active {
  background-image: url(./images/m_active.png);
}
.jf-es-man-ambition {
  background-image: url(./images/m_ambition.png);
}
.jf-es-man-classic {
  background-image: url(./images/m_classic.png);
}
.jf-es-man-concrete {
  background-image: url(./images/m_concrete.png);
}
.jf-es-woman-concrete {
  background-image: url(./images/w_concrete.png);
}
.jf-es-kind-concrete {
  background-image: url(./images/c_concrete.png);
}
.jf-es-man-dynashield {
  background-image: url(./images/m_dynashield.png);
}
.jf-es-woman-dynashield {
  background-image: url(./images/w_dynashield.png);
}
.jf-es-man-fusion {
  background-image: url(./images/m_fusion.png);
}
.jf-es-man-iconic {
  background-image: url(./images/m_iconic.png);
}
.jf-es-man-image {
  background-image: url(./images/m_image.png);
}
.jf-es-man-industry {
  background-image: url(./images/m_industry.png);
}
.jf-es-man-motion {
  background-image: url(./images/m_motion.png);
}
.jf-es-woman-motion {
  background-image: url(./images/w_motion.png);
}
.jf-es-woman-classic {
  background-image: url(./images/w_classic.png);
}
.jf-es-kind-motion {
  background-image: url(./images/c_motion.png);
}
.jf-es-man-motion2020 {
  background-image: url(./images/m_motion2020.png);
}
.jf-es-woman-motion2020 {
  background-image: url(./images/w_motion2020.png);
}
.jf-es-kind-motion2020 {
  background-image: url(./images/c_motion2020.png);
}
.jf-es-man-motionten {
  background-image: url(./images/m_motionten.png);
}
.jf-es-woman-motionten {
  background-image: url(./images/w_motionten.png);
}
.jf-es-kind-motionten {
  background-image: url(./images/c_motionten.png);
}
.jf-es-man-prestige {
  background-image: url(./images/m_prestige.png);
}
.jf-es-man-roughtough {
  background-image: url(./images/m_roughtough.png);
}
.jf-es-man-vision {
  background-image: url(./images/m_vision.png);
}
.jf-es-woman-vision {
  background-image: url(./images/w_vision.png);
}
.jf-es-kind-vision {
  background-image: url(./images/c_vision.png);
}
.jf-es-man-vintage {
  background-image: url(./images/m_vintage.png);
}
.jf-es-woman-vintage {
  background-image: url(./images/w_vintage.png);
}
.jf-es-kind-vintage {
  background-image: url(./images/c_vintage.png);
}
.jf-es-man-motion247 {
  background-image: url(./images/m_motion24_7.png);
}
.jf-es-woman-motion247 {
  background-image: url(./images/w_motion247.png);
}
.jf-es-kind-pic {
  background-image: url(./images/c_pic.png);
}
.jf-es-man-pic {
  background-image: url(./images/m_pic.png);
}
.jf-es-woman-pic {
  background-image: url(./images/w_pic.png);
}

.jf-jacketFinder,
.jf-jacketFinder *,
.jf-jacketFinder ::before,
.jf-jacketFinder ::after {
  box-sizing: border-box;
}
@media (max-width: 659px) {
  .jf-jacketFinder,
  .jf-jacketFinder *,
  .jf-jacketFinder ::before,
  .jf-jacketFinder ::after {
    box-sizing: content-box;
  }
}
.jf-jacketFinderOverlay {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1050;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: jf-fadein 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: jf-fadein 0.3s forwards;
  animation-delay: 0s;
}
@media (max-width: 659px) {
  .jf-jacketFinderOverlay {
    display: none;
  }
}
.jf-jacketFinderOverlay.jf-hidden {
  -webkit-animation: jf-fadeout 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: jf-fadeout 0.3s forwards;
  animation-delay: 0s;
}
.jf-jacketFinder {
  background: #fff;
  color: #000;
  cursor: default;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -ms-user-select: none;
  user-select: none;
  width: 0;
  z-index: 1050;
  -webkit-animation: jf-slide_mobile 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: jf-slide_mobile 0.3s forwards;
  animation-delay: 0s;
  max-width: 660px;
}
@media (min-width: 659px) {
  .jf-jacketFinder {
    z-index: 1050;
    -webkit-animation: jf-slide 0.3s forwards;
    -webkit-animation-delay: 0s;
    animation: jf-slide 0.3s forwards;
    animation-delay: 0s;
  }
}
@-webkit-keyframes jf-slide {
  100% {
    width: 660px;
  }
}
@keyframes jf-slide {
  100% {
    width: 660px;
  }
}
@-webkit-keyframes jf-slide_mobile {
  100% {
    width: 100vw;
  }
}
@keyframes jf-slide_mobile {
  100% {
    width: 100vw;
  }
}
.jf-jacketFinder.jf-lockCursor {
  cursor: pointer;
}
.jf-jacketFinder.jf-lockCursor input {
  cursor: pointer;
}
.jf-jacketFinder.jf-lockScrollbar .jf-content > div > div {
  overflow: hidden !important;
}
.jf-jacketFinder.jf-isMsie {
  display: block;
}
.jf-jacketFinder.jf-inSidePanel {
  position: absolute;
  width: 100%;
  left: 0;
}
.jf-jacketFinder.jf-hidden {
  -webkit-animation: jf-slideout_mobile 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: jf-slideout_mobile 0.3s forwards;
  animation-delay: 0s;
}
@media (min-width: 659px) {
  .jf-jacketFinder.jf-hidden {
    -webkit-animation: jf-slideout 0.3s forwards;
    -webkit-animation-delay: 0s;
    animation: jf-slideout 0.3s forwards;
    animation-delay: 0s;
  }
}
@-webkit-keyframes jf-slideout {
  0% {
    width: 660px;
  }
  100% {
    width: 0;
  }
}
@keyframes jf-slideout {
  0% {
    width: 660px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes jf-slideout_mobile {
  0% {
    width: 100vw;
  }
  100% {
    width: 0;
  }
}
@keyframes jf-slideout_mobile {
  0% {
    width: 100vw;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes jf-fadeout {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes jf-fadeout {
  0% {
    width: calc(100% - 660px);
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    width: 100%;
    background: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes jf-fadein {
  100% {
    width: calc(100% - 660px);
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes jf-fadein {
  100% {
    width: calc(100% - 660px);
    background: rgba(0, 0, 0, 0.7);
  }
}

.jf-selectorWrapper {
  position: relative;
  height: 150px;
  width: 285px;
}
@media (max-width: 659px) {
  .jf-selectorWrapper {
    margin: auto;
  }
}
.jf-selectorWrapper div {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.jf-selectorWrapper .jf-selectedValue {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 52px;
}
.jf-selectorWrapper .jf-selectedValue.jf-animate {
  transition: transform 0.2s;
}
.jf-selectorWrapper .jf-selectedValue.jf-value_1 {
  transform: rotate(-180deg) translate(115px, 20px);
}
.jf-selectorWrapper .jf-selectedValue.jf-value_1 .jf-value {
  transform: rotate(180deg);
}
.jf-selectorWrapper .jf-selectedValue.jf-value_1 .jf-prev {
  display: none;
}
.jf-selectorWrapper .jf-selectedValue.jf-value_2 {
  transform: rotate(-130deg) translate(115px);
}
.jf-selectorWrapper .jf-selectedValue.jf-value_2 .jf-value {
  transform: rotate(130deg);
}
.jf-selectorWrapper .jf-selectedValue.jf-value_3 {
  transform: rotate(-90deg) translate(115px);
}
.jf-selectorWrapper .jf-selectedValue.jf-value_3 .jf-value {
  transform: rotate(90deg);
}
.jf-selectorWrapper .jf-selectedValue.jf-value_4 {
  transform: rotate(-50deg) translate(115px);
}
.jf-selectorWrapper .jf-selectedValue.jf-value_4 .jf-value {
  transform: rotate(50deg);
}
.jf-selectorWrapper .jf-selectedValue.jf-value_5 {
  transform: rotate(0deg) translate(115px, -20px);
}
.jf-selectorWrapper .jf-selectedValue.jf-value_5 .jf-value {
  transform: rotate(0deg);
}
.jf-selectorWrapper .jf-selectedValue.jf-value_5 .jf-next {
  display: none;
}
.jf-selectorWrapper .jf-selector,
.jf-selectorWrapper .jf-selector::before {
  display: block;
  box-sizing: border-box;
  border-radius: 100%;
  width: 235px;
  height: 235px;
  position: absolute;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.jf-selectorWrapper .jf-selector {
  border: solid #d3d3d4 1px;
  clip: rect(0px, 235px, 115px, 0px);
  margin-left: auto;
  margin-right: auto;
}
.jf-selectorWrapper .jf-selector::before {
  content: '';
  border: solid #000 2px;
  top: -1px;
  left: -1px;
  clip: rect(0px, 235px, 115px, 0px);
  transition: transform 0.2s;
}
.jf-selectorWrapper .jf-selector.jf-dragging::before {
  border: solid #d3d3d4 1px;
}
.jf-selectorWrapper .jf-selector.jf-value_1::before {
  transform: rotate(-180deg);
}
.jf-selectorWrapper .jf-selector.jf-value_2::before {
  transform: rotate(-130deg);
}
.jf-selectorWrapper .jf-selector.jf-value_3::before {
  transform: rotate(-90deg);
}
.jf-selectorWrapper .jf-selector.jf-value_4::before {
  transform: rotate(-50deg);
}
.jf-selectorWrapper .jf-selector.jf-value_5::before {
  transform: rotate(0deg);
}
.jf-selectorWrapper .jf-selector .jf-valuesContainer {
  font-size: 15px;
  position: absolute;
  width: 100%;
  height: 50%;
  text-align: center;
}
.jf-selectorWrapper .jf-selector .jf-valuesContainer .jf-value {
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 20px;
}
.jf-selectorWrapper .jf-selector .jf-valuesContainer .jf-value:hover {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}
.jf-selectorWrapper .jf-selector .jf-valuesContainer .jf-value_1 {
  transform: translateY(15px) rotate(-180deg) translate(85px) rotate(180deg);
}
.jf-selectorWrapper .jf-selector .jf-valuesContainer .jf-value_2 {
  transform: translateY(15px) rotate(-135deg) translate(85px) rotate(135deg);
}
.jf-selectorWrapper .jf-selector .jf-valuesContainer .jf-value_3 {
  transform: translateY(15px) rotate(-90deg) translate(85px) rotate(90deg);
}
.jf-selectorWrapper .jf-selector .jf-valuesContainer .jf-value_4 {
  transform: translateY(15px) rotate(-45deg) translate(85px) rotate(45deg);
}
.jf-selectorWrapper .jf-selector .jf-valuesContainer .jf-value_5 {
  transform: translateY(15px) rotate(0deg) translate(85px) rotate(0deg);
}
.jf-selectorWrapper .jf-selector .jf-valuesContainer .jf-selected {
  display: none;
}
.jf-selectorWrapper .jf-selector .jf-icon {
  position: absolute;
  bottom: 0;
  width: fit-content;
}
.jf-selectorWrapper .jf-selector .jf-icon svg {
  height: 50px;
  display: inline;
}
.jf-selectorWrapper .jf-label {
  position: absolute;
  bottom: 0;
  height: 20px;
  line-height: 24px;
}
.jf-selectorWrapper .jf-label.jf-left {
  right: auto;
  font-size: 14px;
}
.jf-selectorWrapper .jf-label.jf-center {
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  bottom: -25px;
}
.jf-selectorWrapper .jf-label.jf-right {
  left: auto;
  font-size: 14px;
}

.has-focus-keyboard {
  outline: Highlight solid 1px!important;
  outline: -webkit-focus-ring-color auto 1px !important;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-step.jf-filled svg .st0 {
  fill: #000;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-step svg .st0 {
  fill: #d3d3d4;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-subIcon.jf-filled svg .st0 {
  fill: #000;
}
.jf-navBar .jf-navigation .jf-stepWrapper .jf-progressBar .jf-subStep .jf-subIcon svg .st0 {
  fill: #d3d3d4;
}

