:root {
  --skin-banner-background-color-1: transparent;
  --skin-menu-color-1: transparent;
  --skin-menu-color-1-invert: transparent;
  --skin-primary-color-1: #357793;
  --color-grey1: #f3f3f3;
}

:root {
  --skin-banner-background-color-1: transparent;
  --skin-menu-color-1: transparent;
  --skin-menu-color-1-invert: transparent;
  --skin-primary-color-1: #357793;
  --color-grey1: #f3f3f3;
}

.image-button-content:hover {
  text-decoration: none;
  /* stylelint-disable-next-line */
}
.image-button-content:hover .image-button-content-btn {
  background-color: #000;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.image-button-content .image-button-content-btn {
  background-color: #fff;
  color: var(--background-secondary);
}

.image-button-content-btn {
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: bold;
  line-height: 20px;
}

.image-button {
  cursor: pointer;
  position: relative;
}

.image-button-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.image-button-content-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  min-width: 100px;
  overflow: hidden;
  padding: 18 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* stylelint-disable-next-line */
}
.image-button-content-btn:focus {
  text-decoration: none;
}

.image-button-img {
  width: 100%;
}

/*# sourceMappingURL=default\css\experience\components\assets\imageButton.css.map*/