.option-set {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  line-height: 24px
}
@media only screen and (max-width: 767px) {
  .option-set {
    font-size: 14px;
    line-height: 24px
  }
}
.option-set.option-set-text-small {
  font-size: 14px;
  line-height: 20px
}
@media only screen and (max-width: 767px) {
  .option-set.option-set-text-small {
    font-size: 12px;
    line-height: 16px
  }
}
.option-set .option-set-option-wrapper {
  display: block;
  position: relative;
  padding: 8px 0;
  cursor: pointer
}
.option-set .option-set-option {
  position: absolute;
  top: 50%;
  margin-top: -10px
}
.option-set .option-set-contents {
  display: block;
  margin-left: 34px;
  cursor: pointer
}
@media media-query-extra-small-screen-size {
  .option-set .option-set-contents input {
    display: inline-block;
    width: auto
  }
}
.option-set .option-set-option:checked + .option-set-contents {
  font-weight: bold
}
.option-set-detailed {
  display: table
}
.option-set-detailed .option-set-option-wrapper {
  display: table-row;
  width: 100%;
  position: relative
}
.option-set-detailed .option-set-option,
.option-set-detailed .option-set-option.stylized-checkbox,
.option-set-detailed .option-set-option.stylized-radio {
  display: table-cell;
  position: relative;
  top: -1px
}
.option-set-detailed input.option-set-option.stylized-checkbox,
.option-set-detailed input.option-set-option.stylized-radio {
  display: inline-block;
  top: 4px
}
.option-set-detailed .option-set-contents {
  display: table-cell;
  width: 100%;
  padding: 8px 0 8px 10px;
  text-align: right
}
.option-set-detailed .option-set-contents:first-of-type {
  padding-left: 5px;
  text-align: left
}
.option-set-skin-simple {
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto
}
.option-set-skin-simple .option-set-option-wrapper {
  display: inline-block;
  margin: 0
}
.option-set-skin-simple .option-set-option.stylized-radio {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  opacity: 0.01;
  overflow: hidden
}
.option-set-skin-simple .option-set-contents {
  margin: 0;
  padding: 10px 9px;
  border: 1px solid transparent
}
.option-set-skin-simple .option-set-option:checked + .option-set-contents {
  border-color: #00111a;
  font-weight: normal
}
.option-set-skin-simple .option-set-option:focus + .option-set-contents {
  outline: 1px solid #a7c7ff
}
.firefox .option-set-skin-simple .option-set-option:focus + .option-set-contents {
  outline: 1px dotted #0099e0
}
.option-set-skin-simple .option-set-option:disabled + .option-set-contents {
  opacity: 0.4;
  cursor: auto;
  color: #00111a;
  background: #c8cbcc;
  border-color: #c8cbcc;
  border-color: transparent;
  background: transparent
}
.option-set-skin-simple .option-set-option:disabled + .option-set-contents:hover {
  color: #00111a
}
.option-set-skin-buttons,
.option-set-skin-buttons-with-images {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto
}
.option-set-skin-buttons input.option-set-option,
.option-set-skin-buttons-with-images input.option-set-option {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  opacity: 0.01;
  overflow: hidden
}
.option-set-skin-buttons .option-set-option-wrapper,
.option-set-skin-buttons-with-images .option-set-option-wrapper {
  margin: 0;
  padding: 0
}
.option-set-skin-buttons .option-set-contents,
.option-set-skin-buttons-with-images .option-set-contents {
  box-sizing: border-box;
  min-width: 95px;
  margin: 0 10px 10px 0;
  padding: 11px 12px 9px 12px;
  color: #00111a;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c8cbcc;
  border-radius: 5px
}
@media only screen and (max-width: 767px) {
  .option-set-skin-buttons .option-set-contents,
  .option-set-skin-buttons-with-images .option-set-contents {
    font-size: 12px;
    line-height: 16px
  }
}
.option-set-skin-buttons .option-set-option-wrapper-with-callout,
.option-set-skin-buttons-with-images .option-set-option-wrapper-with-callout {
  position: relative;
  margin-top: 20px
}
.option-set-skin-buttons .option-set-option-wrapper-with-callout .option-set-contents,
.option-set-skin-buttons-with-images .option-set-option-wrapper-with-callout .option-set-contents {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.option-set-skin-buttons .option-set-option:checked + .option-set-contents,
.option-set-skin-buttons-with-images .option-set-option:checked + .option-set-contents {
  border-color: #0099e0;
  box-shadow: inset 0 0 0 1px #0099e0;
  transition: all .1s ease
}
.option-set-skin-buttons .option-set-option:focus + .option-set-contents,
.option-set-skin-buttons-with-images .option-set-option:focus + .option-set-contents {
  outline: 1px solid #a7c7ff
}
.firefox .option-set-skin-buttons .option-set-option:focus + .option-set-contents,
.firefox .option-set-skin-buttons-with-images .option-set-option:focus + .option-set-contents {
  outline: 1px dotted #0099e0
}
.option-set-skin-buttons .option-set-option:disabled + .option-set-contents,
.option-set-skin-buttons-with-images .option-set-option:disabled + .option-set-contents {
  opacity: 0.4;
  cursor: auto;
  color: #00111a;
  background: #c8cbcc;
  border-color: #c8cbcc
}
.option-set-skin-buttons .option-set-option:disabled + .option-set-contents:hover,
.option-set-skin-buttons-with-images .option-set-option:disabled + .option-set-contents:hover {
  color: #00111a
}
.option-set-skin-buttons .option-set-option-wrapper.option-set-option-unavailable .option-set-contents,
.option-set-skin-buttons .option-set-option:disabled + .option-set-contents,
.option-set-skin-buttons-with-images .option-set-option-wrapper.option-set-option-unavailable .option-set-contents,
.option-set-skin-buttons-with-images .option-set-option:disabled + .option-set-contents {
  opacity: 0.4;
  cursor: auto;
  color: #00111a;
  background: #c8cbcc;
  border-color: #c8cbcc
}
.option-set-skin-buttons .option-set-option-wrapper.option-set-option-unavailable .option-set-contents:hover,
.option-set-skin-buttons .option-set-option:disabled + .option-set-contents:hover,
.option-set-skin-buttons-with-images .option-set-option-wrapper.option-set-option-unavailable .option-set-contents:hover,
.option-set-skin-buttons-with-images .option-set-option:disabled + .option-set-contents:hover {
  color: #00111a
}
.option-set-skin-buttons .option-set-option-wrapper.option-set-option-unavailable .option-set-option-checked .option-set-contents,
.option-set-skin-buttons .option-set-option:disabled:checked + .option-set-contents,
.option-set-skin-buttons-with-images .option-set-option-wrapper.option-set-option-unavailable .option-set-option-checked .option-set-contents,
.option-set-skin-buttons-with-images .option-set-option:disabled:checked + .option-set-contents {
  border-color: #e00808;
  box-shadow: inset 0 0 0 2px #e00808
}
.option-set-skin-buttons.option-set-wide .option-set-option-wrapper {
  min-width: 210px
}
.option-set-skin-buttons.option-set-half .option-set-option-wrapper {
  min-width: calc(50% - 10px)
}
.option-set-skin-buttons.option-set-justified {
  margin-right: -10px
}
.option-set-skin-buttons.option-set-flush-bottom {
  margin-bottom: -10px
}
.option-set-skin-buttons.option-set-centered {
  justify-content: center
}
@media only screen and (max-width: 767px) {
  .option-set-skin-buttons.option-set-half .option-set-option-wrapper,
  .option-set-skin-buttons.option-set-wide .option-set-option-wrapper {
    float: none;
    display: block;
    width: 100%;
    max-width: 500px;
    margin-left: 0;
    margin-right: 0
  }
}
.option-set.option-set-skin-buttons-detailed .option-set-option-wrapper {
  margin: 0 0 8px 0;
  padding: 0
}
.option-set.option-set-skin-buttons-detailed .option-set-option {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  opacity: 0.01;
  overflow: hidden
}
.option-set.option-set-skin-buttons-detailed .option-set-contents {
  display: flex;
  align-items: center;
  margin-left: 0
}
.option-set.option-set-skin-buttons-detailed .option-set-contents-button {
  box-sizing: border-box;
  min-width: 95px;
  margin: 0 10px 10px 0;
  padding: 11px 12px 9px 12px;
  color: #00111a;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c8cbcc;
  border-radius: 5px;
  margin-right: 16px;
  margin-bottom: 0
}
@media only screen and (max-width: 767px) {
  .option-set.option-set-skin-buttons-detailed .option-set-contents-button {
    font-size: 12px;
    line-height: 16px
  }
}
.option-set.option-set-skin-buttons-detailed .option-set-option:checked + .option-set-contents .option-set-contents-button {
  border-color: #0099e0;
  box-shadow: inset 0 0 0 1px #0099e0;
  transition: all 0.1s ease
}
.option-set.option-set-skin-buttons-detailed .option-set-option:checked + .option-set-contents .option-set-contents-detail {
  font-weight: normal
}
.option-set.option-set-skin-buttons-detailed .option-set-option:focus + .option-set-contents {
  outline: 1px solid #a7c7ff
}
.firefox .option-set.option-set-skin-buttons-detailed .option-set-option:focus + .option-set-contents {
  outline: 1px dotted #0099e0
}
.option-set.option-set-skin-buttons-detailed .option-set-option:disabled + .option-set-contents .option-set-contents-button {
  opacity: 0.4;
  cursor: auto;
  color: #00111a;
  background: #c8cbcc;
  border-color: #c8cbcc
}
.option-set.option-set-skin-buttons-detailed .option-set-option:disabled + .option-set-contents .option-set-contents-button:hover {
  color: #00111a
}
.option-set.option-set-skin-buttons-detailed .option-set-option:disabled:checked + .option-set-contents .option-set-contents-button {
  border-color: #e00808;
  box-shadow: inset 0 0 0 2px #e00808
}
.option-set.option-set-skin-buttons-with-images img {
  display: block;
  margin: 0 auto 16px auto
}
.option-set.option-set-skin-buttons-with-images .option-set-contents {
  padding: 16px
}
.option-set.option-set-skin-sectioned .option-set-option-wrapper {
  padding: 32px 0;
  border-top: 1px solid #e6e6e6
}
.option-set.option-set-skin-sectioned .option-set-option {
  top: 32px;
  right: 8px;
  margin-top: 0
}
.option-set.option-set-skin-sectioned .option-set-contents {
  margin-left: 0;
  margin-right: 52px
}
.option-set.option-set-skin-sectioned .option-set-option:checked + .option-set-contents {
  font-weight: normal
}
.option-set.option-set-skin-sectioned .option-set-option:disabled + .option-set-contents {
  opacity: 0.4;
  cursor: auto
}
.option-set.option-set-skin-sectioned .stylized-radio {
  width: 24px;
  height: 24px
}
.option-set.option-set-skin-sectioned .secondary-tile {
  margin-top: 4px;
  margin-bottom: 0
}