@import url(https://fonts.googleapis.com/css?family=Noto+Sans:regular,bold,italic,bolditalic);.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.input-group .select2-container--bootstrap.select2-container--open,
.input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
@charset "UTF-8";
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI'), url("/static/js/fonts/segoeui-6581cfaeee8057734a3f16d37719bfb2.6581cfaeee80.ttf") format('truetype');
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/static/js/fonts/glyphicons-halflings-regular-f4769f9bdb7466be65088239c12046d1.f4769f9bdb74.eot");
  src: url("/static/js/fonts/glyphicons-halflings-regular-f4769f9bdb7466be65088239c12046d1.f4769f9bdb74.eot?#iefix") format('embedded-opentype'), url("/static/js/fonts/glyphicons-halflings-regular-448c34a56d699c29117adc64c43affeb.448c34a56d69.woff2") format('woff2'), url("/static/js/fonts/glyphicons-halflings-regular-fa2772327f55d8198301fdb8bcfc8158.fa2772327f55.woff") format('woff'), url("/static/js/fonts/glyphicons-halflings-regular-e18bbf611f2a2e43afc071aa2f4e1512.e18bbf611f2a.ttf") format('truetype'), url("/static/js/fonts/glyphicons-halflings-regular-89889688147bd7575d6327160d64e760.89889688147b.svg#glyphicons_halflingsregular") format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before {
  content: "\E227";
}
.glyphicon-btc:before {
  content: "\E227";
}
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #424242;
  background-color: #1d1d1d;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #57b13b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #1d1d1d;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 19px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.choice-card__head h3,
.download-body h3,
.realms-feature__title,
.device-selection__list-header {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #373737;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1e1e1e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #373737;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1e1e1e;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #1d1d1d;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #828282;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #373737;
  border-color: #2a2a2a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #0c0c0c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #0c0c0c;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #373737;
  border-color: #2a2a2a;
}
.btn-primary .badge {
  color: #373737;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #57b13b;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #373737;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a,
.profile-widget__login-link {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #57b13b;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #1d1d1d;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #1d1d1d;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a,
.profile-widget__login-link {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #373737;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #1d1d1d;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #77C356;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #77C356;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #77C356;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #77C356;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #77C356;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #77C356;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #77C356;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #57b13b;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #373737;
  border-color: #373737;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #373737;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1e1e1e;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #57b13b;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 68px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #1d1d1d;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #57b13b;
}
.thumbnail .caption {
  padding: 9px;
  color: #424242;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #000;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #808080;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #9d9d9d;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #373737;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #373737;
}
.panel-primary > .panel-heading .badge {
  color: #373737;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #373737;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px 30px;
}
.modal-footer {
  padding: 15px 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.hero-container:before,
.hero-container:after,
.cta-container:before,
.cta-container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.hero-container:after,
.cta-container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.xs-pull-left {
  float: left !important;
}
.xs-pull-right {
  float: right !important;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .sm-pull-left {
    float: left !important;
  }
  .sm-pull-right {
    float: right !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .md-pull-left {
    float: left !important;
  }
  .md-pull-right {
    float: right !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .lg-pull-left {
    float: left !important;
  }
  .lg-pull-right {
    float: right !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body {
  background-color: #f1edec;
  background-image: url("/static/js/img/site-body-bg-1c35afe1c71c5ca35aa0924619b5b944.1c35afe1c71c.png");
  background-position: 0 0;
  background-repeat: repeat;
  color: #222;
  padding-top: 0;
}
a {
  text-decoration: underline;
}
.center-pills {
  display: inline-block;
}
.with-divider {
  border-right: 1px solid #d1cfce;
  padding-right: 80px;
}
.icon-logo {
  display: block;
  background-position: center center;
  margin: 0 auto;
}
.overflow-hidden {
  overflow: hidden;
}
.vertical-align {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .col-sm-vertical-align {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-row > div[class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row:before,
.flex-row:after {
  display: none;
}
.site-body h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-body h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-body h3 {
  letter-spacing: 1px;
}
.site-body p {
  font-size: 15px;
  margin: 0 0 20px 0;
  line-height: 23px;
}
.site-body p a {
  text-decoration: none;
}
.site-body p a:active,
.site-body p a:focus,
.site-body p a:hover {
  transition: color 0.025s linear, background-color 0.025s linear;
  background-color: #000;
}
.site-body p.small {
  font-size: 13px;
}
.site-body ul {
  margin: 20px 0;
}
.site-body li {
  font-size: 15px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 23px;
}
.site-body li a {
  text-decoration: none;
}
.site-body li a:active,
.site-body li a:focus,
.site-body li a:hover {
  transition: color 0.025s linear, background-color 0.025s linear;
  background-color: #000;
}
.site-body td a {
  text-decoration: none;
}
.site-body td a:active,
.site-body td a:focus,
.site-body td a:hover {
  transition: color 0.025s linear, background-color 0.025s linear;
  background-color: #000;
}
.site-body .help-block {
  color: #424242;
}
.site-body .alert {
  border-radius: 0;
}
.site-body .text-capitalize {
  text-transform: capitalize;
}
.site-body .with-min-height {
  min-height: 500px;
}
@media (max-width: 767px) {
  .site-body h1 {
    font-size: 28px;
  }
  .site-body h2,
  .site-body .h2-xs {
    font-size: 22px;
    word-wrap: break-word;
  }
  .site-body code {
    white-space: normal;
  }
  .site-body p.lead {
    font-size: 16px;
  }
}
.slide-show {
  margin-bottom: 40px;
}
.has-js .slide-show > .slide-show__item {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  left: 20px;
  z-index: 1;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: 20px;
}
.slick-next {
  right: 20px;
  z-index: 1;
}
.slick-next[dir="rtl"] {
  left: 20px;
  right: auto;
}
.slick-slide:focus {
  outline: none;
}
ul.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 6px 0 0 0;
  width: 100%;
}
ul.slick-dots li {
  position: relative;
  display: inline-block;
  background-color: #ccc;
  border-color: #ccc;
  border-radius: 0;
  width: 11px;
  height: 11px;
  margin: 1px 3px 0 3px;
  cursor: pointer;
}
ul.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
ul.slick-dots li:hover {
  transition: background-color 0.015s linear, border-color 0.015s linear;
  background-color: #57b13b;
  border-color: #57b13b;
}
ul.slick-dots li.slick-active {
  -webkit-animation: active-carousel-indicator 0.125s 1 ease-in forwards;
  animation: active-carousel-indicator 0.125s 1 ease-in forwards;
}
.active-carousel-indicator 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #ccc;
  border-color: #ccc;
}
.active-carousel-indicator 100% {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #545454;
  border-color: #545454;
}
@-webkit-keyframes active-carousel-indicator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #ccc;
    border-color: #ccc;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #545454;
    border-color: #545454;
  }
}
@keyframes active-carousel-indicator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #ccc;
    border-color: #ccc;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #545454;
    border-color: #545454;
  }
}
.icon-slide-show-arrow-right,
.icon-slide-show-arrow-left {
  display: block;
  width: 35px;
  height: 40px;
}
.image {
  position: relative;
}
.image__caption--valign-center {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.image__background {
  position: absolute;
  max-width: 100%;
}
.image__background--valign-left {
  left: 0;
}
.image__background--align-top {
  top: 0;
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
  outline: none;
}
.btn-link {
  color: #57b13b;
  text-decoration: none;
}
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.btn {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 0;
  border: none;
  white-space: normal;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 21px 50px;
}
.btn-lg--wide {
  min-width: 210px;
}
.btn-default {
  border: 1px solid #ccc;
}
.btn-default.btn-xl {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
}
.btn-default .btn__sub-text {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 21px 32px;
  }
}
.btn-video {
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  padding: 13px 20px;
  margin: 30px 0 50px 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
  transition: background-color 0.25s linear, color 0.25s linear;
}
.btn-video:hover {
  background-color: #000;
  color: #fff;
}
.btn-video .btn-video__icon polygon.play {
  fill: #fff;
  transition: fill 0.25s linear;
}
.btn-video .btn-video__icon polygon.outline {
  fill: #000;
  transition: fill 0.25s linear;
}
.btn-video:active .btn-video__icon polygon.play,
.btn-video:focus .btn-video__icon polygon.play,
.btn-video:hover .btn-video__icon polygon.play {
  fill: #000;
}
.btn-video:active .btn-video__icon polygon.outline,
.btn-video:focus .btn-video__icon polygon.outline,
.btn-video:hover .btn-video__icon polygon.outline {
  fill: #fff;
}
.btn-video .btn-video__text {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.btn-video .btn-video__icon {
  display: inline-block;
  width: 35px;
  height: 40px;
  vertical-align: middle;
}
a:visited .btn-primary:before,
.btn-primary:before {
  border-top: 4px solid #64fd1f;
  border-bottom: 4px solid #1e8c03;
  border-left: 4px solid #156c00;
  border-right: 4px solid #47d009;
}
.btn-primary {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  z-index: 100;
  color: #fff;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  letter-spacing: 1px;
  -webkit-transform: translateZ(0);
  transition: none;
  max-width: 100%;
}
.btn-primary:before,
.btn-primary:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.15s ease-in-out, opacity 0.1s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.btn-primary:before,
.btn-primary:visited:before {
  z-index: -1;
  background-color: #31ae1f;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
}
.btn-primary.btn-primary--grow:before,
.btn-primary.btn-primary--grow-keep-color:before,
.btn-primary.btn-primary--grow:after,
.btn-primary.btn-primary--grow-keep-color:after,
.btn-primary.btn-primary--grow .btn-primary__ribbon,
.btn-primary.btn-primary--grow-keep-color .btn-primary__ribbon {
  transition: all 0.625s cubic-bezier(0, 0.8, 0.26, 0.99), opacity 0.05s linear;
}
.btn-primary:after {
  background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNHB4IiBoZWlnaHQ9IjRweCIgdmlld2JveD0iMCAwIDRweCA0cHgiIHg9IjBweCIgeT0iMHB4Ij48cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJyZ2IoMzcsIDE3NiwgNykiIC8+PC9zdmc+") top left no-repeat, url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNHB4IiBoZWlnaHQ9IjRweCIgdmlld2JveD0iMCAwIDRweCA0cHgiIHg9IjBweCIgeT0iMHB4Ij48cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJyZ2IoMTQxLCAyNTMsIDkyKSIgLz48L3N2Zz4=") top right no-repeat, url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNHB4IiBoZWlnaHQ9IjRweCIgdmlld2JveD0iMCAwIDRweCA0cHgiIHg9IjBweCIgeT0iMHB4Ij48cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJyZ2IoMTgsIDg4LCAzKSIgLz48L3N2Zz4=") bottom left no-repeat, url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNHB4IiBoZWlnaHQ9IjRweCIgdmlld2JveD0iMCAwIDRweCA0cHgiIHg9IjBweCIgeT0iMHB4Ij48cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJyZ2IoMzYsIDE4MCwgNikiIC8+PC9zdmc+") bottom right no-repeat;
}
.btn-primary:active:not([disabled]):not(.disabled),
.btn-primary:hover:not([disabled]):not(.disabled) {
  color: #fff;
  outline: none;
}
.btn-primary:active:not([disabled]):not(.disabled).btn-primary--grow:before,
.btn-primary:hover:not([disabled]):not(.disabled).btn-primary--grow:before,
.btn-primary:active:not([disabled]):not(.disabled).btn-primary--grow-keep-color:before,
.btn-primary:hover:not([disabled]):not(.disabled).btn-primary--grow-keep-color:before,
.btn-primary:active:not([disabled]):not(.disabled).btn-primary--grow:after,
.btn-primary:hover:not([disabled]):not(.disabled).btn-primary--grow:after,
.btn-primary:active:not([disabled]):not(.disabled).btn-primary--grow-keep-color:after,
.btn-primary:hover:not([disabled]):not(.disabled).btn-primary--grow-keep-color:after,
.btn-primary:active:not([disabled]):not(.disabled).btn-primary--grow .btn-primary__ribbon,
.btn-primary:hover:not([disabled]):not(.disabled).btn-primary--grow .btn-primary__ribbon,
.btn-primary:active:not([disabled]):not(.disabled).btn-primary--grow-keep-color .btn-primary__ribbon,
.btn-primary:hover:not([disabled]):not(.disabled).btn-primary--grow-keep-color .btn-primary__ribbon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-primary:active:not([disabled]):not(.disabled):not(.btn-primary--grow-keep-color):before,
.btn-primary:hover:not([disabled]):not(.disabled):not(.btn-primary--grow-keep-color):before {
  background-color: #272727;
  border-top-color: #3d3d3d;
  border-bottom-color: #000;
  border-right-color: #2f2f2f;
  border-left-color: #171717;
}
.btn-primary:active:not([disabled]):not(.disabled):not(.btn-primary--grow-keep-color):after,
.btn-primary:hover:not([disabled]):not(.disabled):not(.btn-primary--grow-keep-color):after {
  opacity: 0;
}
.btn-primary:active:not([disabled]):not(.disabled) .btn-primary__icon--next,
.btn-primary:hover:not([disabled]):not(.disabled) .btn-primary__icon--next {
  -webkit-animation: bounceNextArrow 1.2s 2;
          animation: bounceNextArrow 1.2s 2;
}
.btn-primary:active:not([disabled]):not(.disabled) .btn-primary__icon--prev,
.btn-primary:hover:not([disabled]):not(.disabled) .btn-primary__icon--prev {
  -webkit-animation: bouncePrevArrow 1.2s 2;
          animation: bouncePrevArrow 1.2s 2;
}
.btn-primary:active:not([disabled]):not(.disabled) .btn-primary__icon--download,
.btn-primary:hover:not([disabled]):not(.disabled) .btn-primary__icon--download {
  -webkit-animation: bounceDownloadArrow 1.2s 2;
          animation: bounceDownloadArrow 1.2s 2;
}
.btn-primary:active:not([disabled]):not(.disabled) .btn-primary__icon--arrow-up,
.btn-primary:hover:not([disabled]):not(.disabled) .btn-primary__icon--arrow-up {
  -webkit-animation: bounceUpArrow 1.2s 2;
          animation: bounceUpArrow 1.2s 2;
}
.btn-primary--grey,
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
  opacity: 1.0;
}
.btn-primary--grey:before,
.btn.btn-primary.disabled:before,
.btn.btn-primary[disabled]:before,
.btn-primary--grey:visited:before,
.btn.btn-primary.disabled:visited:before,
.btn.btn-primary[disabled]:visited:before {
  background-color: #908c8a;
  border-top: 4px solid #a7a5a4;
  border-bottom: 4px solid #706d6b;
  border-left: 4px solid #565250;
  border-right: 4px solid #a7a5a4;
}
.btn-primary--grey:after,
.btn.btn-primary.disabled:after,
.btn.btn-primary[disabled]:after {
  background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNHB4IiBoZWlnaHQ9IjRweCIgdmlld2JveD0iMCAwIDRweCA0cHgiIHg9IjBweCIgeT0iMHB4Ij48cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJyZ2IoMTQ0LCAxNDAsIDEzOCkiIC8+PC9zdmc+") top left no-repeat, url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNHB4IiBoZWlnaHQ9IjRweCIgdmlld2JveD0iMCAwIDRweCA0cHgiIHg9IjBweCIgeT0iMHB4Ij48cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJyZ2IoMjA5LCAyMDcsIDIwNikiIC8+PC9zdmc+") top right no-repeat, url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNHB4IiBoZWlnaHQ9IjRweCIgdmlld2JveD0iMCAwIDRweCA0cHgiIHg9IjBweCIgeT0iMHB4Ij48cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJyZ2IoNjYsIDYzLCA2MikiIC8+PC9zdmc+") bottom left no-repeat, url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNHB4IiBoZWlnaHQ9IjRweCIgdmlld2JveD0iMCAwIDRweCA0cHgiIHg9IjBweCIgeT0iMHB4Ij48cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSJyZ2IoMTQzLCAxMzksIDEzNykiIC8+PC9zdmc+") bottom right no-repeat;
}
.btn__sub-text {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 6px 0 2px;
}
.btn__sub-text--small {
  font-size: 10px;
  line-height: 15px;
  margin: 4px 0 2px;
  font-weight: normal;
}
.btn-primary__ribbon svg polygon,
.btn-primary__ribbon svg rect {
  transition: fill 0.625s cubic-bezier(0, 0.8, 0.26, 0.99);
}
.btn-primary__icon-text {
  margin-left: 16px;
  vertical-align: middle;
}
.btn-primary__icon--download {
  position: relative;
  top: 3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn-primary__icon--arrow-up {
  position: relative;
  top: 2px;
  left: -7px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.btn-primary__icon--prev,
.btn-primary__icon--next {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  left: 50%;
}
.btn-primary__icon--prev {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.btn-primary--video {
  margin-top: 30px;
  padding: 22px 40px 20px;
  white-space: normal;
}
.btn-primary.btn-primary--video-outline {
  padding: 0;
}
.btn-primary.btn-primary--video-outline,
.btn-primary.btn-primary--video-outline:hover,
.btn-primary.btn-primary--video-outline:focus,
.btn-primary.btn-primary--video-outline:active {
  background-color: transparent;
}
.btn-primary.btn-primary--video-outline:after,
.btn-primary.btn-primary--video-outline:hover:after,
.btn-primary.btn-primary--video-outline:focus:after,
.btn-primary.btn-primary--video-outline:active:after,
.btn-primary.btn-primary--video-outline:before,
.btn-primary.btn-primary--video-outline:hover:before,
.btn-primary.btn-primary--video-outline:focus:before,
.btn-primary.btn-primary--video-outline:active:before {
  content: none;
}
@media (max-width: 767px) {
  .btn-primary--video .btn-primary__icon-text {
    display: block;
    margin: 16px 0 0 0;
  }
}
.btn-primary__icon--video {
  display: inline-block;
  width: 19px;
  height: 20px;
  vertical-align: middle;
}
.btn-primary__icon--video polygon.outline {
  fill: #fff;
}
.btn-primary__icon--video polygon.play {
  transition: fill .125s linear;
  fill: #31ae1f;
}
.btn-primary .btn__sub-text {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover .btn-primary__icon--video polygon.play,
.btn-primary:active .btn-primary__icon--video polygon.play,
.btn-primary:focus .btn-primary__icon--video polygon.play {
  fill: #272727;
}
.btn-primary:hover .btn-primary__ribbon svg #Background,
.btn-primary:active .btn-primary__ribbon svg #Background,
.btn-primary:focus .btn-primary__ribbon svg #Background {
  fill: #28B006;
}
.btn-primary:hover .btn-primary__ribbon svg #BorderTop,
.btn-primary:active .btn-primary__ribbon svg #BorderTop,
.btn-primary:focus .btn-primary__ribbon svg #BorderTop {
  fill: #64FB1E;
}
.btn-primary:hover .btn-primary__ribbon svg #BorderLeft,
.btn-primary:active .btn-primary__ribbon svg #BorderLeft,
.btn-primary:focus .btn-primary__ribbon svg #BorderLeft {
  fill: #156C01;
}
.btn-primary:hover .btn-primary__ribbon svg #BorderCorner,
.btn-primary:active .btn-primary__ribbon svg #BorderCorner,
.btn-primary:focus .btn-primary__ribbon svg #BorderCorner {
  fill: #3B8538;
}
.btn-primary:hover .btn-primary__ribbon svg #Shadow1,
.btn-primary:active .btn-primary__ribbon svg #Shadow1,
.btn-primary:focus .btn-primary__ribbon svg #Shadow1,
.btn-primary:hover .btn-primary__ribbon svg #Shadow2,
.btn-primary:active .btn-primary__ribbon svg #Shadow2,
.btn-primary:focus .btn-primary__ribbon svg #Shadow2,
.btn-primary:hover .btn-primary__ribbon svg #Shadow3,
.btn-primary:active .btn-primary__ribbon svg #Shadow3,
.btn-primary:focus .btn-primary__ribbon svg #Shadow3 {
  fill: transparent;
}
.btn-primary.btn-xl {
  padding: 16px 34px;
  font-size: 25px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
  line-height: 28px;
  padding: 23px 23px 21px 23px;
  font-size: 36px;
  line-height: 39px;
}
.btn-primary--carousel {
  position: absolute;
}
.btn-primary--ribbon {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  padding: 26px 40px 25px 178px;
  max-width: 420px;
  min-height: 120px;
}
.btn-primary--ribbon .btn-primary__icon {
  z-index: 2;
  position: absolute;
  left: 76px;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.btn-primary--ribbon .btn__sub-text {
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  margin: 0 0 3px 0;
}
.btn-primary--ribbon .btn-primary__ribbon {
  z-index: 1;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-primary--ribbon .btn-primary__ribbon-label {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translate(7%, 70%) rotate(-45deg);
  -webkit-transform: translate(7%, 70%) rotate(-45deg);
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  width: 60px;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn-primary--ribbon {
    font-size: 16px;
    line-height: 22px;
    padding: 26px 20px 25px 138px;
    width: 100%;
  }
  .btn-primary--ribbon .btn-primary__icon {
    background-size: contain;
    width: 72px;
    top: 58%;
    left: 62px;
  }
}
@media (max-width: 767px) {
  .btn-primary.btn-xl {
    padding: 18px 22px;
    font-size: 28px;
  }
  .btn-primary.btn-xl span {
    font-size: 12px;
    white-space: normal;
    line-height: 16px;
    margin-top: 10px;
  }
}
@-webkit-keyframes bouncePrevArrow {
  0%,
  5%,
  35%,
  60%,
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  25% {
    -webkit-transform: translate(-100%, -50%) rotate(180deg);
            transform: translate(-100%, -50%) rotate(180deg);
  }
  45% {
    -webkit-transform: translate(-75%, -50%) rotate(180deg);
            transform: translate(-75%, -50%) rotate(180deg);
  }
}
@keyframes bouncePrevArrow {
  0%,
  5%,
  35%,
  60%,
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  25% {
    -webkit-transform: translate(-100%, -50%) rotate(180deg);
            transform: translate(-100%, -50%) rotate(180deg);
  }
  45% {
    -webkit-transform: translate(-75%, -50%) rotate(180deg);
            transform: translate(-75%, -50%) rotate(180deg);
  }
}
@-webkit-keyframes bounceNextArrow {
  0%,
  5%,
  35%,
  60%,
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  45% {
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
  }
}
@keyframes bounceNextArrow {
  0%,
  5%,
  35%,
  60%,
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  45% {
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
  }
}
@-webkit-keyframes bounceLinkArrow {
  0%,
  5%,
  35%,
  60%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  45% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@keyframes bounceLinkArrow {
  0%,
  5%,
  35%,
  60%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  45% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@-webkit-keyframes bounceDownloadArrow {
  0%,
  5%,
  35%,
  60%,
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(90deg);
            transform: translateY(-8px) rotate(90deg);
  }
  45% {
    -webkit-transform: translateY(-4px) rotate(90deg);
            transform: translateY(-4px) rotate(90deg);
  }
}
@keyframes bounceDownloadArrow {
  0%,
  5%,
  35%,
  60%,
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(90deg);
            transform: translateY(-8px) rotate(90deg);
  }
  45% {
    -webkit-transform: translateY(-4px) rotate(90deg);
            transform: translateY(-4px) rotate(90deg);
  }
}
@-webkit-keyframes bounceUpArrow {
  0%,
  5%,
  35%,
  60%,
  100% {
    -webkit-transform: translateY(0) rotate(-90deg);
            transform: translateY(0) rotate(-90deg);
  }
  25% {
    -webkit-transform: translateY(8px) rotate(-90deg);
            transform: translateY(8px) rotate(-90deg);
  }
  45% {
    -webkit-transform: translateY(4px) rotate(-90deg);
            transform: translateY(4px) rotate(-90deg);
  }
}
@keyframes bounceUpArrow {
  0%,
  5%,
  35%,
  60%,
  100% {
    -webkit-transform: translateY(0) rotate(-90deg);
            transform: translateY(0) rotate(-90deg);
  }
  25% {
    -webkit-transform: translateY(8px) rotate(-90deg);
            transform: translateY(8px) rotate(-90deg);
  }
  45% {
    -webkit-transform: translateY(4px) rotate(-90deg);
            transform: translateY(4px) rotate(-90deg);
  }
}
.btn-video-play-icon {
  z-index: 220;
  position: relative;
  display: block;
  text-align: center;
  top: 50%;
  margin-top: -52px;
}
.btn-video-play-icon .icon-player-play-background-solid,
.btn-video-play-icon .icon-player-play-background-solid-small {
  transition: all 0.625s cubic-bezier(0, 0.8, 0.26, 0.99), opacity 0.025s linear;
}
.btn-video-play-icon .icon-player-play-background-solid polygon,
.btn-video-play-icon .icon-player-play-background-solid-small polygon {
  transition: fill 0.14s ease-out;
}
.btn-video-play-icon .icon-player-play {
  position: absolute;
  margin-left: -49px;
  margin-top: 38px;
}
.btn-video-play-icon--small {
  margin-top: -30px;
}
.btn-video-play-icon--small .icon-player-play {
  margin-left: -42px;
  margin-top: 32px;
}
.btn-primary--video-outline {
  display: block;
  margin: 30px auto 6px;
}
.btn-primary--video-outline .btn-video-play-icon {
  margin: 0;
  top: 0;
}
.btn-primary--video-outline .btn-video-play-icon .icon-player-play {
  left: 36px;
  top: 40px;
  margin: 0;
}
a:hover .btn-video-play-icon .icon-player-play-background-solid #background,
button:hover .btn-video-play-icon .icon-player-play-background-solid #background,
a:hover .btn-video-play-icon .icon-player-play-background-solid-small #background,
button:hover .btn-video-play-icon .icon-player-play-background-solid-small #background {
  fill: #272727;
}
a:hover .btn-video-play-icon .icon-player-play-background-solid #borderTopLeft,
button:hover .btn-video-play-icon .icon-player-play-background-solid #borderTopLeft,
a:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderTopLeft,
button:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderTopLeft {
  fill: #3a3a3a;
}
a:hover .btn-video-play-icon .icon-player-play-background-solid #borderTopRight,
button:hover .btn-video-play-icon .icon-player-play-background-solid #borderTopRight,
a:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderTopRight,
button:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderTopRight {
  fill: #555;
}
a:hover .btn-video-play-icon .icon-player-play-background-solid #borderLeft,
button:hover .btn-video-play-icon .icon-player-play-background-solid #borderLeft,
a:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderLeft,
button:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderLeft {
  fill: #1c1c1c;
}
a:hover .btn-video-play-icon .icon-player-play-background-solid #borderRight,
button:hover .btn-video-play-icon .icon-player-play-background-solid #borderRight,
a:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderRight,
button:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderRight {
  fill: #3a3a3a;
}
a:hover .btn-video-play-icon .icon-player-play-background-solid #borderBottomLeft,
button:hover .btn-video-play-icon .icon-player-play-background-solid #borderBottomLeft,
a:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderBottomLeft,
button:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderBottomLeft {
  fill: #222;
}
a:hover .btn-video-play-icon .icon-player-play-background-solid #borderBottomRight,
button:hover .btn-video-play-icon .icon-player-play-background-solid #borderBottomRight,
a:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderBottomRight,
button:hover .btn-video-play-icon .icon-player-play-background-solid-small #borderBottomRight {
  fill: #222;
}
a:hover .btn-video-play-icon .icon-player-play-background-solid,
button:hover .btn-video-play-icon .icon-player-play-background-solid {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
a:hover .btn-video-play-icon .icon-player-play-background-solid-small,
button:hover .btn-video-play-icon .icon-player-play-background-solid-small {
  -webkit-transform: scale(1.16);
          transform: scale(1.16);
}
.btn-arrow-link {
  color: black;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.btn-arrow-link:active {
  box-shadow: none;
}
.btn-arrow-link--white,
.btn-arrow-link--white:hover {
  color: white;
}
.btn-arrow-link .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 15px;
}
@media (max-width: 767px) {
  .btn-arrow-link .icon {
    position: relative;
    left: -6px;
    top: 7px;
    margin-left: -20px;
  }
}
.btn-arrow-link[data-on-in-view='true'] .icon {
  -webkit-animation: bounceLinkArrow 1.5s ease-in-out 0.5s 2;
          animation: bounceLinkArrow 1.5s ease-in-out 0.5s 2;
}
fieldset {
  margin-bottom: 20px;
}
.form-group .input-group-addon {
  border-color: #000;
}
.form-group h5 {
  color: #5A6673;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px;
}
.form-group.has-error .help-block {
  color: #a94442;
}
.form-group.has-error .input-group-addon {
  border-color: #a94442;
}
.form-group.has-success .input-group-addon {
  border-color: #3c763d;
}
label {
  color: #5A6673;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
select {
  font-size: 16px;
}
.form-control {
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  padding: 8px;
  box-shadow: none;
  border-color: #000;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  box-shadow: none;
  border-color: #000;
}
.form-control:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.input-group-addon {
  border-radius: 0;
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.modal--dark .modal-content {
  background-color: #090809;
  border-radius: 0;
  color: #fff;
}
.modal--dark .modal-header {
  border: none;
}
.modal--dark .modal-footer {
  border: none;
}
.modal--dark .modal-title {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 12px;
}
.site-body .lead {
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .site-body .lead {
    font-size: 18px;
  }
}
.font-bold {
  font-weight: bold !important;
}
.color-inverted {
  color: #FFF;
}
@media (max-width: 767px) {
  .col-xs-text-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .columns-sm-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .columns-sm-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .columns-sm-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .columns-sm-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .columns-sm-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media (min-width: 992px) {
  .columns-md-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .columns-md-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .columns-md-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .columns-md-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .columns-md-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media (min-width: 1200px) {
  .columns-lg-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .columns-lg-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .columns-lg-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .columns-lg-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .columns-lg-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
.break-inside-avoid {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
}
.break-inside-avoid:before {
  content: '';
  display: block;
  height: 1px;
}
.column-gap-3em {
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
.column-gap-4em {
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
}
.column-gap-5em {
  -webkit-column-gap: 5em;
  -moz-column-gap: 5em;
  column-gap: 5em;
}
.column-gap-6em {
  -webkit-column-gap: 6em;
  -moz-column-gap: 6em;
  column-gap: 6em;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.icon-webicon-base {
  display: inline-block;
  height: 15px;
  width: 15px;
}
.icon-base,
.icon-category {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
}
.icon-edition-base {
  display: inline-block;
  height: 80px;
  width: 80px;
}
.icon-plan-ten-players,
.icon-plan-two-players {
  display: inline-block;
}
.icon-plan-two-players {
  margin-top: 45px;
  width: 53px;
  height: 38px;
}
.icon-plan-ten-players {
  height: 83px;
  width: 179px;
}
.icon-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-anchor-arrow {
  display: inline-block;
  width: 35px;
  height: 40px;
}
.icon-close-cross {
  display: inline-block;
  width: 60px;
  height: 70px;
}
.icon-anchor-arrow--down .outline,
.icon-anchor-arrow--down .arrow-left,
.icon-anchor-arrow--down .arrow-right {
  display: none;
}
.icon-anchor-arrow--right .outline,
.icon-anchor-arrow--right .arrow-left,
.icon-anchor-arrow--right .arrow-down {
  display: none;
}
.icon-player-play {
  display: inline-block;
  width: 19px;
  height: 20px;
}
.icon-player-play-background-outline {
  width: 48px;
  height: 55px;
  background-size: contain;
  display: inline-block;
}
.icon-player-play-background-solid {
  display: inline-block;
}
.icon-player-play-background-solid-small {
  display: inline-block;
  width: 72px;
  height: 84px;
}
.icon-computer,
.icon-devices {
  width: 90px;
  height: 79px;
  display: inline-block;
}
.icon-logo-microsoft-studios {
  display: block;
  width: 116px;
  height: 33px;
}
.icon-logo-microsoft {
  display: inline-block;
  width: 108px;
  height: 23px;
}
@media (max-width: 767px) {
  .icon-close-cross {
    width: 30px;
    height: 35px;
  }
}
.page-section {
  padding: 64px 0;
  /*
  > .container > .row:last-child > div > :last-child {
    margin-bottom: 0;
  }
  */
}
.page-section--half-spacing {
  padding: 32px 0;
}
.page-section--first {
  padding-top: 44px;
}
.page-section--white {
  background-color: #fff;
}
.page-section--dark {
  background-color: #000;
  color: #fff;
}
.page-section--dark * {
  color: #fff;
}
.page-section--pattern {
  background-image: url("/static/theme/img/page-section-pattern-bg.bfe1c6345679.png");
  background-size: auto 100%;
}
.page-section--double-spacing {
  padding: 156px 0;
}
.page-section--no-bottom-spacing {
  padding-bottom: 0;
}
.page-section--clipped {
  overflow: hidden;
}
.page-section.parallax-background {
  color: white;
}
@media (max-width: 767px) {
  .page-section {
    padding: 44px 0;
  }
  .page-section--first {
    padding-top: 28px;
  }
  .page-section--no-bottom-spacing {
    padding-bottom: 0;
  }
}
.page-section h1,
.page-section > .container > .row:first-child > div > :first-child {
  margin-top: 0;
}
.choices-container__header {
  color: #fff;
  padding-bottom: 20px;
}
.choices-container__header h2 {
  color: #fff;
}
.choices-container__header h2 + p {
  margin-bottom: 15px;
}
.choice-card {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  padding: 60px 30px 120px 30px;
  margin: 15px 0 0;
  width: 100%;
  position: relative;
}
.choice-card:hover {
  background-color: #f0f0f0;
  z-index: 1;
}
@media (min-width: 768px) {
  .choice-card {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .choice-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -100;
    transition: opacity 0.1s ease-out, -webkit-transform 0.625s cubic-bezier(0, 0.8, 0.31, 0.99) !important;
    transition: opacity 0.1s ease-out, transform 0.625s cubic-bezier(0, 0.8, 0.31, 0.99) !important;
    transition: opacity 0.1s ease-out, transform 0.625s cubic-bezier(0, 0.8, 0.31, 0.99), -webkit-transform 0.625s cubic-bezier(0, 0.8, 0.31, 0.99) !important;
    opacity: 1;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .choice-card:hover:before,
  .choice-card:focus:before,
  .choice-card:active:before {
    background-color: #f0f0f0;
    opacity: 1;
    -webkit-transform: scale3d(1.06, 1.06, 1);
            transform: scale3d(1.06, 1.06, 1);
  }
}
.choice-card__body {
  margin-bottom: 50px;
}
.choice-card__body a:hover {
  color: inherit;
}
.choice-card__body-image {
  margin-bottom: 25px;
}
.choice-card__footer {
  bottom: 0;
  left: 0;
  padding-bottom: 60px;
  position: absolute;
  width: 100%;
}
.choice-card__footer-splash {
  margin: 15px 0 0 0;
  color: #57b13b;
  position: absolute;
  width: 100%;
}
.takeover__mask {
  width: 2em;
  height: 2em;
  display: none;
  background: #000;
  color: transparent;
  position: absolute;
  z-index: 1001;
}
.takeover__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1002;
  visibility: hidden;
}
.takeover__container--visible {
  visibility: visible;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.takeover__content {
  color: #fff;
  display: none;
  text-align: center;
  margin-top: 140px;
  margin-bottom: 140px;
}
.takeover__head {
  text-transform: uppercase;
}
.takeover__head-title {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 1px;
}
.takeover__head-subtitle {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}
.takeover__body p {
  font-size: 18px;
}
.takeover__body ul {
  list-style: none;
  padding: 0;
}
.takeover__body ul li {
  min-height: 85px;
}
.takeover__body ul a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  line-height: 80px;
}
.takeover__body ul a:active,
.takeover__body ul a:focus,
.takeover__body ul a:hover {
  background-color: #57b13b;
}
.takeover__buttons {
  margin-top: 35px;
  position: absolute;
  right: 0;
  display: none;
}
.takeover__close svg .close-cross {
  fill: #57b13b;
  transition: fill 0.075s ease;
}
.takeover__close svg .close-outline {
  stroke: #57b13b;
  transition: fill 0.075s ease, stroke 0.075s ease;
}
.takeover__close:active svg .close-cross,
.takeover__close:focus svg .close-cross,
.takeover__close:hover svg .close-cross {
  fill: #fff;
}
.takeover__close:active svg .close-outline,
.takeover__close:focus svg .close-outline,
.takeover__close:hover svg .close-outline {
  stroke: #5e5e5e;
  fill: #5e5e5e;
}
@media (max-width: 767px) {
  .takeover__buttons {
    margin-top: 32px;
  }
  .takeover__content {
    margin-top: 90px;
  }
  .takeover__body p {
    font-size: 12px;
  }
  .takeover__body ul li {
    min-height: 65px;
  }
  .takeover__body ul a {
    line-height: 60px;
    font-size: 20px;
  }
  .takeover__head-title {
    font-size: 18px;
  }
  .takeover__head-subtitle {
    font-size: 14px;
  }
}
.youtube-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 20px;
}
.youtube-16-9 iframe,
.youtube-16-9 .youtube-16-9__video_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-16-9__video_cover_image {
  z-index: 210;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}
.global-menu {
  background-color: #000;
  min-height: 35px;
  font-size: 11px;
}
.global-menu a {
  text-decoration: none;
}
.global-menu .dropdown .btn-default {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 15px;
  letter-spacing: .15em;
  border-radius: 0;
}
.global-menu .dropdown .btn-default:active,
.global-menu .dropdown .btn-default:focus,
.global-menu .dropdown .btn-default:hover {
  color: #77C356;
}
.global-menu .dropdown.open .btn-default {
  background: #77C356;
  color: #fff;
}
.global-menu .dropdown-menu {
  background: #77C356;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  z-index: 1002;
}
.global-menu .dropdown-menu a {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 15px;
  letter-spacing: .15em;
}
.global-menu .dropdown-menu a:active,
.global-menu .dropdown-menu a:focus,
.global-menu .dropdown-menu a:hover {
  transition: color 0.025s linear, background-color 0.025s linear;
  color: #fff;
  background: #000;
}
.global-menu .dropdown-menu .divider {
  display: none;
}
.global-menu__nav {
  letter-spacing: .15em;
}
.global-menu__nav .nav-pills a {
  color: #fff;
  text-transform: uppercase;
}
.global-menu__nav .nav-pills a:hover {
  color: #77C356;
}
.global-menu__nav .nav-pills a:focus,
.global-menu__nav .nav-pills a:active {
  transition: color 0.025s linear, background-color 0.025s linear;
  color: #77C356;
}
.global-menu__nav .nav-pills > li.active > a,
.global-menu__nav .nav > li > a:focus,
.global-menu__nav .nav > li > a:hover {
  color: #77C356;
  background-color: transparent;
  text-shadow: none;
}
.global-menu__nav .nav-pills > li.active > a {
  color: #fff;
  text-shadow: none;
}
.global-menu__nav button:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
@media (max-width: 767px) {
  .global-menu .current-language {
    display: none;
  }
  .global-menu .global-menu__nav .help {
    display: none;
  }
  .global-menu #app-profile button {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 315px;
  }
}
.site-body {
  margin-top: 112px;
}
@media (max-width: 991px) {
  .site-body {
    margin-top: 87px;
  }
}
@media (max-width: 767px) {
  .site-body {
    margin-top: 63px;
  }
}
@media (min-width: 768px) {
  .site-body {
    min-height: 600px;
  }
}
.master-head {
  background: url("/static/js/img/head-bg-d7c3cd0600046b15b4d4eeb94ea8a948.d7c3cd060004.png");
  min-height: 112px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 1001;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  left: 0;
  right: 0;
  background-position-x: center;
  background-position-y: top;
  transition: background-size 0.14s cubic-bezier(0, 0, 0.6, 1.01);
  background-size: auto 442px;
}
@media (min-width: 992px) {
  .master-head.master-head--sticky {
    background-size: auto 464px;
  }
  .master-head.master-head--sticky.master-head--open {
    background-size: auto 486px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .master-head {
    background-size: auto 448px;
  }
  .master-head.master-head--open {
    background-size: auto 440px;
  }
}
@media (max-width: 767px) {
  .master-head {
    background-size: auto 514px;
  }
  .master-head.master-head--open {
    background-size: auto 524px;
  }
}
.master-head .menu-link__label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 140px;
  min-width: 140px;
  /* Fix for Safari to keep the font weight consisten when animating the icon */
  -webkit-font-smoothing: subpixel-antialiased;
}
.master-head a {
  text-decoration: none;
}
.master-head a:focus {
  outline: none;
}
.master-head .nav {
  font-size: 18px;
  letter-spacing: 0.3em;
}
.master-head .nav a {
  background: transparent;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.master-head .nav a:hover {
  transition: color 0.025s linear, background-color 0.025s linear;
  color: #77C356;
}
.master-head .master-head__header {
  transition: padding 0.1s cubic-bezier(0, 0, 0.6, 1.01);
}
.master-head .navbar-header__brand-img {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 582px;
  height: 99px;
  z-index: 1;
  transition: width 0.14s cubic-bezier(0, 0, 0.6, 1.01), height 0.14s cubic-bezier(0, 0, 0.6, 1.01);
}
.master-head .icon-minecraft {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.master-head .menu-link {
  position: relative;
  display: block;
  padding-top: 48px;
  min-width: 40px;
  transition: padding 0.1s cubic-bezier(0, 0, 0.6, 1.01), height 0.1s cubic-bezier(0, 0, 0.6, 1.01);
}
.master-head .icon-menu {
  height: 40px;
}
.master-head .master-head__header .icon-menu {
  display: block;
  width: 64px;
  transition: top 0.1s cubic-bezier(0, 0, 0.6, 1.01), -webkit-transform 0.1s cubic-bezier(0, 0, 0.6, 1.01);
  transition: transform 0.1s cubic-bezier(0, 0, 0.6, 1.01), top 0.1s cubic-bezier(0, 0, 0.6, 1.01);
  transition: transform 0.1s cubic-bezier(0, 0, 0.6, 1.01), top 0.1s cubic-bezier(0, 0, 0.6, 1.01), -webkit-transform 0.1s cubic-bezier(0, 0, 0.6, 1.01);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: bottom center;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 0;
}
.master-head .icon-menu.icon-menu-buy {
  width: 50px;
  height: 45px;
  top: -5px;
}
.master-head .icon-menu.icon-menu-store {
  top: -10px;
  height: 50px;
  width: 60px;
  margin-left: 10%;
}
.master-head .icon-menu.icon-menu-realms {
  top: -5px;
  height: 45px;
  width: 70px;
}
.master-head .icon-menu.icon-menu-hamburger,
.master-head .icon-menu.icon-menu-hamburger--close {
  width: 42px;
  height: 40px;
  background-position: center right;
  top: 1px;
  margin-left: -2px;
}
.master-head.master-head--sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .master-head.master-head--sticky {
    min-height: 87px;
  }
}
@media (min-width: 992px) {
  .master-head.master-head--sticky .navbar-header__brand-img {
    width: 414px;
    height: 70px;
    margin-top: 5px;
  }
  .master-head.master-head--sticky .master-head__header {
    padding-top: 20px;
  }
  .master-head.master-head--sticky .master-head__header .icon-menu {
    -webkit-transform: scale3d(0.81, 0.81, 1) translateX(-50%);
            transform: scale3d(0.81, 0.81, 1) translateX(-50%);
    top: -3px;
  }
  .master-head.master-head--sticky .master-head__header .icon-menu-realms {
    -webkit-transform: scale3d(0.796, 0.81, 1) translateX(-50%);
            transform: scale3d(0.796, 0.81, 1) translateX(-50%);
    top: -7px;
  }
  .master-head.master-head--sticky .master-head__header .icon-menu-store {
    top: -11px;
  }
  .master-head.master-head--sticky .master-head__header .menu-link {
    padding-top: 36px;
  }
  .master-head.master-head--sticky .master-head__header .icon-menu-buy {
    top: -6px;
    width: 44px;
  }
}
@media (min-width: 768px) {
  .master-head.master-head--open .navbar-header__brand-img {
    height: 60px;
  }
  .master-head.master-head--sticky.master-head--open .navbar-header__brand-img {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .master-head {
    min-height: 87px;
  }
  .master-head .master-head__header .icon-menu {
    -webkit-transform: scale3d(0.81, 0.81, 1) translateX(-50%);
            transform: scale3d(0.81, 0.81, 1) translateX(-50%);
    top: -3px;
  }
  .master-head .master-head__header .icon-menu-realms {
    -webkit-transform: scale3d(0.796, 0.81, 1) translateX(-50%);
            transform: scale3d(0.796, 0.81, 1) translateX(-50%);
    top: -7px;
  }
  .master-head .master-head__header .icon-menu-store {
    top: -11px;
  }
  .master-head .master-head__header .menu-link {
    padding-top: 36px;
  }
  .master-head .master-head__header .icon-menu-buy {
    top: -6px;
    width: 44px;
  }
  .master-head .menu-link {
    margin-top: 5px;
  }
  .master-head .menu-link__label {
    font-size: 11px;
  }
  .master-head .master-head__header {
    padding-top: 15px;
  }
  .master-head .navbar-header__brand-img {
    width: 330px;
    height: 54px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .master-head .master-head__header > div:first-child a {
    margin-left: -25px;
  }
  .master-head .master-head__header > div:last-child a {
    margin-left: 15px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .master-head .master-head__header {
    min-height: 63px;
    padding: 8px 0;
  }
  .master-head .navbar-header__brand-img {
    position: relative;
    width: 100%;
    height: 32px;
    margin-top: 7px;
  }
  .master-head .menu-link {
    min-width: 0;
    margin-top: 7px;
  }
  .master-head .menu-link .icon-menu.icon-menu-hamburger,
  .master-head .menu-link .icon-menu.icon-menu-hamburger--close {
    -webkit-transform: scale3d(0.627, 0.627, 1) translateX(-50%);
            transform: scale3d(0.627, 0.627, 1) translateX(-50%);
    top: 1px;
  }
}
.master-head__header {
  padding: 25px 0 0 0;
}
.master-head__header button {
  height: 36px;
  margin: 0;
}
.menu-link {
  text-align: center;
}
.full-menu {
  display: none;
  margin-top: 76px;
  margin-bottom: 50px;
  color: #9d9d9c;
}
.full-menu .icon-menu,
.full-menu .icon-menu.icon-menu-realms {
  display: inline-block;
  background-position: bottom center;
  height: 50px;
}
.full-menu .icon-menu.icon-menu-store {
  margin-left: 8%;
}
.full-menu .nav li > a {
  padding: 6px 10px;
  color: #77C356;
}
.full-menu .nav li > a:active,
.full-menu .nav li > a:focus,
.full-menu .nav li > a:hover {
  transition: color 0.025s linear, background-color 0.025s linear;
  color: #fff;
  background: #000;
}
li.master-head__link-container--duplicated-link {
  display: none;
}
a.full-menu__section {
  min-height: 240px;
  text-align: center;
  font-size: 14px;
  background: no-repeat center 4px;
  border-right: 1px solid #474747;
  color: #9d9d9c;
  display: block;
  padding: 0 30px 0 30px;
}
a.full-menu__section p {
  text-transform: none;
}
a.full-menu__section h3 {
  margin: 10px 0 18px 0;
  color: #fff;
  font-size: 19px;
}
a.full-menu__section .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.full-menu__section--menu {
  text-align: left;
  padding: 0 8px 0 15px;
}
.full-menu__section--social {
  padding-top: 0;
  border-right: none;
}
.full-menu__section--social .nav {
  text-align: center;
}
.full-menu__section--social .nav li > a {
  padding: 0;
  display: inline-block;
}
.full-menu__section--social li {
  margin-bottom: 15px;
  width: 100%;
}
.full-menu__section--social .icon-social {
  display: block;
  width: 40px;
  height: 34px;
}
.full-menu__section--social .icon-social.icon-facebook {
  background-position: center;
  background-size: 22px;
}
.full-menu__section--social .icon-social.icon-twitter {
  background-position: center;
  background-size: 26px;
}
.full-menu__section--social .icon-social.icon-youtube {
  background-position-x: 3px;
}
@media (max-width: 991px) {
  .full-menu {
    margin: 39px 0;
  }
  a.full-menu__section {
    min-height: 278px;
  }
  .full-menu__section .action {
    margin: 18px auto;
  }
  .master-head__quick-options {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .full-menu {
    margin: 0 0 20px 0;
    max-height: calc(100vh - 63px);
    padding-bottom: 20px;
  }
  body.has-touch .full-menu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  a.full-menu__section--feature {
    -webkit-tap-highlight-color: rgba(56, 172, 44, 0.25);
    min-height: 70px;
    border: none;
    text-align: left;
    padding: 12px 10px 10px 80px;
    margin: 0px;
  }
  a.full-menu__section--feature .icon-menu {
    position: absolute;
    z-index: 1;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -5px;
  }
  a.full-menu__section--feature .icon-menu.icon-menu-buy {
    left: 11px;
    height: 50px;
    top: 50%;
  }
  a.full-menu__section--feature .icon-menu.icon-menu-realms {
    left: -2px;
    height: 50px;
    top: 50%;
  }
  a.full-menu__section--feature .icon-menu.icon-menu-store {
    margin-left: 0;
    left: 12px;
    height: 50px;
    top: 50%;
  }
  a.full-menu__section--feature h3 {
    margin: 0 0 2px 0;
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  a.full-menu__section--feature p {
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .full-menu__section--feature .btn-primary {
    display: none;
  }
  .full-menu__section--menu {
    text-align: center;
    border-right: 0;
  }
  .full-menu__section--menu .nav li {
    margin: 0;
    text-align: left;
    font-size: 11px;
  }
  .full-menu__section--menu .nav li a {
    color: #fff;
    font-size: inherit;
    display: inline-block;
    padding: 5px 0 4px;
    font-weight: bold;
    font-size: 14px;
  }
  .full-menu__section--social {
    padding-right: 0px;
    padding-top: 10px;
  }
  .full-menu__section--social li,
  .full-menu__section--social .icon-social {
    width: auto;
  }
  .full-menu__section--social li.icon-youtube,
  .full-menu__section--social .icon-social.icon-youtube {
    background-position: center;
  }
  .full-menu__section--social .nav li > a {
    display: block;
  }
  .full-menu__section {
    margin-top: 6px;
  }
  li.master-head__link-container--duplicated-link {
    display: block;
  }
}
.navbar {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar-inverse {
  margin-bottom: 0;
}
.navbar-inverse .navbar-nav .master-head__navbar-link--logo {
  padding: 0;
}
.navbar-header {
  float: none;
}
@media (max-width: 767px) {
  .navbar .navbar-collapse {
    margin-top: 0;
  }
  .navbar-header__brand-img {
    max-width: 200px;
    margin: 5px auto 0;
  }
  .navbar-inverse {
    min-height: 50px;
  }
}
.canvas-wrapper {
  min-height: 500px;
}
@media (max-width: 767px) {
  .canvas-wrapper {
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  .hero--realms .canvas-wrapper {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .hero-marketplace .canvas-wrapper {
    min-height: 800px;
  }
}
.hero__canvas {
  display: block;
}
.hero-slide-show {
  height: 470px;
  margin-bottom: 26px;
  position: relative;
  width: 100%;
}
.hero-slide {
  display: none;
  position: absolute;
  width: 100%;
}
.hero {
  background-color: transparent;
}
.hero-outer-wrapper {
  position: relative;
}
.hero-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  position: relative;
}
.hero-container > .navbar-header,
.hero-container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .hero-container > .navbar-header,
  .hero-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.hero-container--full-width {
  padding: 0;
}
.canvas-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}
.canvas-wrapper .canvas-inner-wrapper {
  height: 100%;
  position: relative;
  float: right;
  right: 50%;
}
.canvas-wrapper canvas {
  position: relative;
  opacity: 0;
  right: -50%;
}
.image-wrapper {
  display: none;
  width: 100%;
  height: 250px;
  text-align: center;
}
.image-wrapper img {
  height: 100%;
}
.image-wrapper--mobile {
  display: block;
  height: 700px;
  background-size: cover;
  background-position: 20%;
}
@media (min-width: 768px) {
  .image-wrapper--mobile {
    display: none;
  }
}
.cta-container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .cta-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .cta-container {
    width: 1170px;
  }
}
.cta__logo {
  display: block;
  margin: 0 auto;
}
.cta__headline {
  color: #fff;
  text-transform: uppercase;
  margin: 25px 0;
}
.cta__price {
  text-transform: uppercase;
  margin-top: 25px;
}
.cta__price p {
  margin: 0;
}
.cta__icon-container {
  display: none;
}
.cta__icon-container .icon-anchor-arrow {
  width: 53px;
  height: 60px;
  margin: 0 auto;
}
.cta__icon-container .icon-anchor-arrow .arrow-right,
.cta__icon-container .icon-anchor-arrow .arrow-down {
  fill: #fff;
}
.cta__icon-container .icon-anchor-arrow:hover .background {
  fill: #5e5e5e;
}
.cta__icon-container .btn {
  display: none;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 9px 16px;
  border: none;
}
.cta__icon-container .btn:active,
.cta__icon-container .btn:focus,
.cta__icon-container .btn:hover {
  color: #fff;
  background: #5e5e5e;
}
.cta__image {
  display: none;
  position: absolute;
  bottom: 0;
}
.cta__image img {
  max-width: 263px;
  max-height: 225px;
}
.cta__link {
  padding: 25px 15px 30px 15px;
  display: block;
  text-decoration: none;
}
.cta__link:hover {
  text-decoration: none;
}
.cta__link::after {
  background-color: #f8f6f5;
}
.cta__link .anim-body {
  position: relative;
  left: -120%;
}
.cta__link .anim-image {
  right: -120%;
}
ul.hero-slide-show__indicators {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 26px 0;
  width: 100%;
}
ul.hero-slide-show__indicators li {
  position: relative;
  display: inline-block;
  background-color: #ccc;
  border-color: #ccc;
  border-radius: 0;
  width: 11px;
  height: 11px;
  margin: 1px 4px 0 4px;
  cursor: pointer;
}
ul.hero-slide-show__indicators li:hover {
  transition: background-color 0.015s linear, border-color 0.015s linear;
  background-color: #57b13b;
  border-color: #57b13b;
}
ul.hero-slide-show__indicators li.active-animation {
  -webkit-animation: active-animation-indicator 0.125s 1 ease-in forwards;
  animation: active-animation-indicator 0.125s 1 ease-in forwards;
}
@-webkit-keyframes active-animation-indicator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #ccc;
    border-color: #ccc;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #545454;
    border-color: #545454;
  }
}
@keyframes active-animation-indicator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #ccc;
    border-color: #ccc;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #545454;
    border-color: #545454;
  }
}
@media (min-width: 768px) {
  .hero-slide-show {
    height: 725px;
  }
  .image-wrapper {
    height: 500px;
  }
  .cta__image {
    display: block;
  }
  .cta__icon-container {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .hero-slide-show {
    height: 500px;
  }
  .canvas-wrapper {
    width: 1170px;
  }
  .cta-container {
    overflow: visible;
    position: relative;
  }
  .cta__icon-container .icon-anchor-arrow {
    width: 35px;
    height: 40px;
  }
  .cta__icon-container .btn {
    display: inline-block;
  }
  .cta__logo {
    margin-bottom: 26px;
  }
  .cta__headline {
    margin-top: 0;
    margin-bottom: 10.5px;
  }
  .cta__headline.cta__headline--extra-spacing {
    margin-top: 22px;
    margin-bottom: 20px;
  }
  .cta__price {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .cta__image img {
    max-width: 263px;
    max-height: 254px;
  }
  .cta__link {
    padding-bottom: 285px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -125px;
    width: 263px;
  }
  .cta__link::after {
    content: '';
    width: 50%;
    height: 125px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
/* Realms hero */
.hero--realms {
  background: #63b8e8;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #63b8e8 0%, #b6e7fe 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#63b8e8, endColorstr=#b6e7fe, GradientType=0);
  /* IE6-9 */
}
.cta__logo--realms {
  width: 195px;
  height: 47px;
}
.icon-anchor-arrow--cta-realms .background {
  fill: #5e429e;
}
.cta__icon-container .btn--cta-realms {
  background: #5e429e;
}
.cta__link--realms {
  background-size: 100%;
  background-image: linear-gradient(#8f6ada, #5c3baf);
  position: relative;
  z-index: 100;
  color: #fff;
}
.cta__link--realms:before {
  background-image: linear-gradient(#303030, #000);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.3s;
}
.cta__link--realms:hover:before {
  opacity: 1;
}
@media (min-width: 768px) {
  .cta__logo--realms {
    width: 307px;
    height: 74px;
  }
}
@media (min-width: 992px) {
  .cta__logo--realms {
    width: 195px;
    height: 47px;
  }
}
/* Minecraft hero */
.hero--minecraft {
  background-color: #111317;
}
.cta__logo--addons,
.cta__logo--minecraft {
  width: 280px;
  height: 47px;
}
.icon-anchor-arrow--cta-minecraft .background {
  fill: #579243;
}
.cta__icon-container .btn--cta-minecraft {
  background: #579243;
}
.cta__link--minecraft {
  background-size: 100%;
  background-image: linear-gradient(#77c255, #59ae44);
  position: relative;
  z-index: 100;
  color: #fff;
}
.cta__link--minecraft:before {
  background-image: linear-gradient(#303030, #000);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.3s;
}
.cta__link--minecraft:hover:before {
  opacity: 1;
}
@media (min-width: 992px) {
  .cta__logo--addons,
  .cta__logo--minecraft {
    width: 220px;
    height: 35px;
  }
}
/* Story mode hero */
.hero--storymode {
  background-color: #000;
}
.cta__logo--storymode {
  width: 303px;
  height: 47px;
  margin-bottom: 36px;
}
.icon-anchor-arrow--cta-storymode .background {
  fill: #C69131;
}
.cta__icon-container .btn--cta-storymode {
  background: #C69131;
}
.cta__link--storymode {
  background-size: 100%;
  background-image: linear-gradient(#ffce47, #f09f34);
  position: relative;
  z-index: 100;
  color: #fff;
}
.cta__link--storymode:before {
  background-image: linear-gradient(#303030, #000);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.3s;
}
.cta__link--storymode:hover:before {
  opacity: 1;
}
.cta__link--storymode .cta__price {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .cta__logo--storymode {
    width: 223px;
    height: 42px;
    margin-bottom: 48px;
  }
  .cta__link.cta__link--storymode .cta__headline {
    margin-bottom: 16px ;
  }
  .cta__link.cta__link--storymode .cta__price {
    margin-top: 22px;
  }
}
/* VR hero */
.hero--vr {
  background-color: #ededed;
}
.cta__logo--vr {
  width: 303px;
  height: 47px;
}
.icon-anchor-arrow--cta-vr .background {
  fill: #032586;
}
.cta__icon-container .btn--cta-vr {
  background: #032586;
}
.cta__link--vr {
  background-size: 100%;
  background-image: linear-gradient(#3f00ff, #1a02a1);
  position: relative;
  z-index: 100;
  color: #fff;
}
.cta__link--vr:before {
  background-image: linear-gradient(#303030, #000);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.3s;
}
.cta__link--vr:hover:before {
  opacity: 1;
}
@media (min-width: 992px) {
  .cta__logo--vr {
    width: 220px;
    height: 35px;
  }
}
/* Minecon hero */
.hero--minecon {
  background: #100b15;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #100b15 0%, #3b2661 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#100b15, endColorstr=#3b2661, GradientType=0);
  /* IE6-9 */
}
.hero--minecon .hero-container {
  background: url("/static/minecon/img/minecon_stars-background.4d86f3bddb65.png") repeat-x;
}
.cta__logo--minecon {
  width: 303px;
  height: 107px;
}
.icon-anchor-arrow--cta-minecon .background {
  fill: #cb3d9c;
}
.cta__icon-container .btn--cta-minecon {
  background: #cb3d9c;
}
.cta__link--minecon {
  background-size: 100%;
  background-image: linear-gradient(#fe86dd, #ff4ac3);
  position: relative;
  z-index: 100;
  color: #fff;
}
.cta__link--minecon:before {
  background-image: linear-gradient(#303030, #000);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.3s;
}
.cta__link--minecon:hover:before {
  opacity: 1;
}
.cta__link--addons {
  background-size: 100%;
  background-image: linear-gradient(#77c255, #59ae44);
  position: relative;
  z-index: 100;
  color: #fff;
}
.cta__link--addons:before {
  background-image: linear-gradient(#303030, #000);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.3s;
}
.cta__link--addons:hover:before {
  opacity: 1;
}
.icon-anchor-arrow--cta-minecon {
  display: none;
}
@media (min-width: 992px) {
  .cta__logo--minecon {
    width: 220px;
    height: 74px;
  }
  .icon-anchor-arrow--cta-minecon {
    display: inline-block;
  }
}
/* Addons */
.hero--addons {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAH0CAMAAAAg1AymAAAATlBMVEVhx/9ZxP9PwP9Gvf89uf81t/8utP8nsP4srfsjqfohrf4fo/cfnfMfmO8pm+8qlusdk+wikeoljeYfjOcgh+Mmh+Ikgt4lfdorf9sge9oNRGcyAAAA50lEQVR4Aa3JBZLDQBBDUTMz5/4XXcnRpDeMLtWr32Pv55//VN8JfBeca/nmgvN2EZwbUJ1oU3/fXniMUI0IMQvz1UU3jDCEiReO/cpiM44ZMcPkyytLZOI6Yd/23lKYekmm5tIzbRnNzk69oGkusXyPIvNyNaOgmvrmyjPL/63T+dYqWjGgQnJs+tpqWCOgWgEZptbQ22u97mTn9btdzxPdtbTvNXVnPtlgDnsMI2MYJNaP9MZGOg3OSbqgM5y8GTHLCYFNF63pXBByYZiLk+c7W3c3iK3myqDsY5xkwLNt9Hc70GH4A28XJ9CsfA9mAAAAAElFTkSuQmCC) 0 0 repeat-x;
}
.icon-anchor-arrow--cta-addons .background {
  fill: #579243;
}
@media (min-width: 992px) {
  .cta-container .cta__link {
    position: absolute;
  }
}
.index-hero {
  height: 320px;
  background: url("/static/pages/img/index-hero-768.8506dd214779.png") 50% 0 no-repeat;
  position: relative;
}
@media (min-width: 768px) {
  .index-hero {
    height: 421px;
    background-image: url("/static/pages/img/index-hero-992.df4422e23b58.png");
  }
}
@media (min-width: 992px) {
  .index-hero {
    background-image: url("/static/pages/img/index-hero.e528a3b1fd01.png");
  }
}
/* Marketplace Hero */
.hero--marketplace {
  background: white;
}
.hero--marketplace .image-wrapper--mobile {
  height: 570px;
}
.progress-container {
  background-color: #252525;
  color: #fff;
}
.progress {
  height: 4px;
  border-radius: 0;
}
.landing-header {
  position: relative;
  margin-bottom: 30px;
}
.landing-header .header__body {
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: center;
}
.landing-header .header__body .btn-lg {
  letter-spacing: 0.15em;
  padding: 22px 56px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.landing-header .header__body .btn-lg span {
  display: block;
  font-weight: normal;
}
.landing-header img {
  margin: 0 auto;
}
.landing-header .header__body img {
  height: 511px;
  margin-top: 10px;
  display: inline;
}
.landing-header h1 {
  margin: 24px 0 0 0;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
#community-tiles .categories-list .icon-category {
  display: none;
}
.verify-account-form__code {
  font-size: 30px;
  height: 59px;
}
.download-body img {
  display: inline;
}
.download-body__action {
  text-align: center;
  padding-left: 70px;
}
.download-body__install-instructions {
  display: none;
}
.download-body__instructions-container {
  min-height: 221px;
}
.download-body__instructions-container.no-action {
  min-height: 0;
}
@media (max-width: 991px) {
  .download-body .download-body__action {
    padding-left: 40px;
  }
  .download-body .with-divider {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .download-body__action h3 {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .download-body {
    text-align: center;
    padding: 0;
  }
  .download-body .download-body__action {
    padding-left: 15px;
  }
  .download-body .with-divider {
    border: none;
    padding-right: 15px;
  }
  .download-body__instructions-container {
    min-height: 0;
  }
}
.prepaid_cards__stores {
  margin: 0 0 40px 0;
}
.prepaid_cards__store {
  height: 200px;
  text-align: center;
  margin-bottom: 40px;
}
a.prepaid_cards__store-name {
  display: block;
  margin-bottom: 20px;
}
a.prepaid_cards__store-name:hover,
a.prepaid_cards__store-name:focus,
a.prepaid_cards__store-name:active {
  background: none;
}
.prepaid_cards__btn-store {
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 767px) {
  .prepaid_cards__stores {
    margin: 25px 0;
  }
}
.platform-container--video {
  color: white;
  background-size: cover;
  background-position: center;
  background-image: url("/static/realms/img/realms-video-background.3a62f6abec70.jpg");
}
.realms-feature .realms-feature__img--1 {
  width: 97%;
  margin: -16% 0 -14% !important;
  max-width: 540px;
}
.realms-feature .realms-feature__img--2 {
  width: 100%;
  margin: -7% 0 -19% !important;
  max-width: 558px;
}
.realms-feature .realms-feature__img--3 {
  width: 100%;
  margin: -21% 0 -19% !important;
  max-width: 500px;
}
.realms-feature .realms-feature__img--4 {
  width: 100%;
  margin: -18% 0 -19% !important;
  max-width: 260px;
  z-index: 1;
  position: relative;
}
.pricing-container--pop-up {
  display: none;
  position: relative;
}
.pricing-container__close {
  display: inline-block;
  right: 15px;
  margin-top: 15px;
  position: absolute;
  width: 40px;
  height: 36px;
  z-index: 1;
}
.realms-hero-container {
  background: linear-gradient(to bottom, #63b8e8 0%, #b6e7fe 100%);
}
.realms-hero-container .canvas-wrapper .canvas-inner-wrapper {
  right: 15%;
}
.realms-hero-container .canvas-wrapper canvas {
  right: -56%;
}
.realms-hero-container .cta-inner-container {
  text-align: center;
}
.realms-hero-container .cta-heading {
  margin-bottom: 16px;
  color: white;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.realms-hero-container .cta__logo {
  margin-bottom: 16px;
  width: 100%;
  height: 74px;
  background-position: center;
}
.realms-hero-container .pricing-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .realms-feature .realms-feature__img--1 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .realms__opening-image {
    margin-bottom: -37% !important;
    position: relative;
    z-index: 10;
    width: 330px;
  }
  .realms-hero-container {
    position: relative;
  }
  .realms-hero-container h1 {
    font-size: 24px;
  }
  .realms-hero-container .cta-inner-container {
    bottom: 92px;
    width: 420px;
    height: 408px;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .realms-hero-container .cta-inner-container {
    bottom: 63px;
  }
  .realms__opening-image {
    left: -19%;
  }
}
@media (max-width: 767px) {
  .cta--realms {
    position: absolute;
    top: 20px;
    width: 100%;
  }
  .pricing-container {
    padding-top: 30px;
  }
  .pricing-container .choice-card {
    padding: 30px 30px 60px 30px;
  }
  .pricing-container .choice-card__footer {
    padding-bottom: 30px;
  }
  .pricing-container .choices-container__header {
    padding-bottom: 0;
  }
  .pricing-container .pricing-container__close {
    -webkit-transform: scale3d(0.627, 0.627, 1) translateX(-50%);
            transform: scale3d(0.627, 0.627, 1) translateX(-50%);
    right: 0;
    margin-top: -22px;
  }
  .realms__opening-image {
    width: 70%;
    margin-bottom: -79px;
    position: relative;
    z-index: 10;
    margin-top: -2% !important;
    left: 2%;
    max-width: 400px;
  }
  .realms-feature .realms-feature__img--1,
  .realms-feature .realms-feature__img--2,
  .realms-feature .realms-feature__img--3,
  .realms-feature .realms-feature__img--4 {
    margin: 20px 0 -60px !important;
    width: 70%;
  }
  .realms-feature .realms-feature__img--4 {
    width: 50%;
  }
}
/* End redesign */
.text-highlight {
  color: #5c3baf;
}
.text-highlight--recurring {
  color: #2c9fda;
}
.realms-intro .btn-video {
  margin-bottom: 0;
}
.pocket-alpha-push {
  margin-top: 21px;
}
.pocket-alpha-push .btn-primary {
  margin-top: 36px;
}
.faq-container__item {
  text-align: center;
}
.faq-container__item h3 {
  margin-top: 0;
  text-transform: uppercase;
}
.faq-container__item .btn {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .faq-container__item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .faq-container__item:first-child {
    margin-bottom: 0;
  }
}
.choice-card--realms-pc {
  padding-top: 100px;
}
.realms-price-ribbon {
  position: absolute;
  top: 0;
  left: 0;
}
.realms-price-ribbon__price {
  color: #fff;
  display: block;
  font-weight: bold;
  transform: translate(0px) rotate(-45deg);
  transform-origin: 0 0px;
  -webkit-transform: translate(0px) rotate(-45deg);
  -webkit-transform-origin: 0 0px;
  text-align: center;
  position: absolute;
  top: 55px;
  left: 0;
  width: 77px;
}
.price-ribbon {
  display: block;
  width: 96px;
  height: 96px;
}
.price-ribbon .st0 {
  fill: #7B563C;
}
.price-ribbon--recurring .st0 {
  fill: #2eb220;
}
p.realms-feature__desc {
  margin-bottom: 0;
}
.realms-feature__image {
  position: relative;
  margin: auto;
  max-width: 263px;
}
@media (min-width: 768px) {
  .choice-card .realms-price-ribbon {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.63s cubic-bezier(0, 0.8, 0.31, 0.99) !important;
    transition: transform 0.63s cubic-bezier(0, 0.8, 0.31, 0.99) !important;
    transition: transform 0.63s cubic-bezier(0, 0.8, 0.31, 0.99), -webkit-transform 0.63s cubic-bezier(0, 0.8, 0.31, 0.99) !important;
  }
  .choice-card:hover .realms-price-ribbon {
    -webkit-transform: translate3d(-18.6%, -13.7%, 0);
            transform: translate3d(-18.6%, -13.7%, 0);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .choice-card:hover .realms-price-ribbon {
    -webkit-transform: translate3d(-15.7%, -15.7%, 0);
            transform: translate3d(-15.7%, -15.7%, 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .choice-card:hover .realms-price-ribbon {
    -webkit-transform: translate3d(-12.7%, -15.7%, 0);
            transform: translate3d(-12.7%, -15.7%, 0);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .col-lg-3 .choice-card:hover .realms-price-ribbon {
    -webkit-transform: translate3d(-10.5%, -17.8%, 0);
            transform: translate3d(-10.5%, -17.8%, 0);
  }
}
.help__select-support {
  width: 350px;
}
.help__select-support__label {
  margin-bottom: 3px;
  display: block;
}
.help__support {
  display: none;
}
.help__support p:last-child {
  margin-bottom: 0;
}
.help__support ul {
  margin: 0;
  display: inline-block;
  text-align: left;
}
.help__support--selected {
  display: block;
}
@media (max-width: 767px) {
  .help__select-support {
    width: 290px;
  }
}
#error404 {
  text-align: center;
}
#error404 img {
  margin-top: 80px;
}
#error404 h2 {
  margin-top: 45px;
}
.security-dialog .modal-body {
  padding: 0 20px;
}
.ms-footer,
.site-footer {
  background: #000 0 0;
  color: #898989;
  position: relative;
  font-size: 13px;
  padding: 27px 0 25px;
}
.ms-footer a,
.site-footer a {
  text-decoration: none;
}
.ms-footer p,
.site-footer p {
  margin: 4px 0 6px 0;
}
.ms-footer img,
.site-footer img {
  margin-top: 4px;
  display: inline;
}
.ms-footer .nav > li > a,
.site-footer .nav > li > a {
  padding: 0;
  color: #b7b7b7;
}
.ms-footer .nav > li > a:hover,
.site-footer .nav > li > a:hover {
  color: #9e9e9e;
}
.ms-footer .nav > li > a:active,
.site-footer .nav > li > a:active {
  color: #b7b7b7;
}
.ms-footer .nav > li > a:hover,
.site-footer .nav > li > a:hover {
  background-color: transparent;
  text-shadow: none;
}
.ms-footer .nav.with-divider > li,
.site-footer .nav.with-divider > li {
  padding: 0 0.5em;
  line-height: 14px;
}
.ms-footer .nav-pills.with-divider > li + li,
.site-footer .nav-pills.with-divider > li + li {
  margin-left: 0;
}
.ms-footer .with-divider,
.site-footer .with-divider {
  padding-right: 0;
  border-right: none;
}
.ms-footer .with-divider li,
.site-footer .with-divider li {
  border-right: 1px solid #b7b7b7;
  padding-right: 1em;
}
.ms-footer .with-divider li:last-child,
.site-footer .with-divider li:last-child {
  border-right: none;
}
.ms-footer .small,
.site-footer .small {
  color: #898989;
}
.ms-footer .small a,
.site-footer .small a {
  color: #898989;
}
.ms-footer .small a:focus,
.site-footer .small a:focus,
.ms-footer .small a:active,
.site-footer .small a:active,
.ms-footer .small a:hover,
.site-footer .small a:hover {
  color: #898989;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .ms-footer,
  .site-footer {
    padding: 36px 0 31px;
  }
  .ms-footer .icon-logo-microsoft-studios,
  .site-footer .icon-logo-microsoft-studios {
    width: 164px;
    height: 47px;
  }
  .ms-footer .icon-mojang,
  .site-footer .icon-mojang,
  .ms-footer .icon-logo-microsoft-studios,
  .site-footer .icon-logo-microsoft-studios {
    margin-top: 7px;
  }
  .ms-footer .icon-mojang,
  .site-footer .icon-mojang {
    width: 132px;
    height: 20px;
    background-size: cover;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .ms-footer .icon-mojang,
  .site-footer .icon-mojang {
    width: 160px;
    height: 25px;
    background-size: cover;
    margin-bottom: 12px;
  }
}
.ms-footer {
  -webkit-font-smoothing: antialiased;
}
.ms-footer ms-links__link ms-links__links--locale,
.ms-footer .ms-links__link,
.ms-footer .nav > li > a {
  color: #fff;
}
.icon-mojang {
  width: 98px;
  height: 15px;
  background-size: cover;
  margin-bottom: 12px;
}
.icon-logo-microsoft-studios {
  width: 96px;
  height: 28px;
}
.copyright-ms {
  width: 215px;
}
.copyright-ms a {
  color: #898989;
}
.ms-footer {
  font-family: 'Segoe UI', sans-serif;
  background-color: #2f2f2f;
  padding: 22px 0 16px;
}
.ms-footer li {
  position: static;
}
.ms-footer .navbar {
  min-height: 0;
  margin-bottom: auto;
  padding-right: 120px;
}
.ms-footer .ms-footer__logo-link {
  margin-top: -2px;
}
.ms-footer .ms-links__links--locale-icon {
  font-size: 24px;
  line-height: 17px;
}
.ms-footer .ms-links__links--locale-text {
  position: relative;
  top: -6px;
  left: 6px;
}
.ms-footer .ms-footer__logo-link {
  position: absolute;
  right: 0;
}
.ms-footer .ms-links__link {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .ms-footer .navbar {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .ms-footer {
    padding: 22px 0 8px;
  }
  .ms-footer .navbar {
    margin: 16px 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ms-footer .ms-footer__language-selector-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.ms-links.nav li {
  margin: 0;
}
.ms-links__link {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .site-footer .nav-pills {
    margin-bottom: 6px;
  }
  .site-footer .nav-pills > li {
    margin: 2px 0;
  }
  .site-footer .with-divider li {
    padding-right: 0;
  }
  .site-footer .logo-container {
    padding-bottom: 4px;
  }
}
#language-selector {
  display: none;
}
.ms-footer__language-selector-link {
  color: white;
  display: inline-block;
  padding: 1px 0;
}
.ms-footer__language-selector-link:hover {
  color: #9e9e9e;
}
.ms-footer__language-selector-link:active {
  color: #b7b7b7;
}
.ms-footer__language-selector-form {
  padding: 11px 0 21px 11px;
  margin-right: 146px;
}
.ms-footer__language-selector-list {
  margin: 0;
}
@media (max-width: 1199px) {
  .ms-footer__language-selector-form {
    margin-top: 0;
    margin-right: 180px;
  }
}
@media (max-width: 991px) {
  .ms-footer__logo-link {
    top: -40px;
  }
}
@media (max-width: 767px) {
  /*
  .ms-footer__language-selector {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: #000;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .ms-footer__language-selector-form {
    padding: 15px 0 15px 30px;
    margin-right: 0;
  }

  .ms-footer__language-selector-close {
    position: fixed;
    top: 15px;
    right: 15px;
  }
  */
}
/* Bifrost progress */
.grecaptcha-badge {
  z-index: 100;
}
.bifrost {
  /* Bifrost login */
  /* Bifrost verify email */
  /* Bifrost check out */
}
.bifrost #hook-progress {
  margin-bottom: 16px;
}
.bifrost #login .view-title {
  display: none;
}
.bifrost .verify-account-form__code {
  width: 130px;
}
@media (max-width: 767px) {
  .bifrost .view-validate-email__request-verification-email {
    text-align: center;
  }
}
.bifrost .view-validate-email__request-verification-email .btn-link {
  padding: 0;
}
.bifrost #orderflow h2 {
  margin-bottom: 20px;
}
.bifrost #orderflow .order-items {
  display: none;
}
.bifrost #orderflow .checkout__already-owned,
.bifrost #orderflow .checkout__completed {
  text-align: center;
}
.bifrost #orderflow .js-wrong-platform-alert {
  text-align: center;
}
.bifrost #paypal-container {
  margin: 16px 0;
}
.bifrost .select2-container.form-control {
  height: auto;
  width: 230px;
  padding: 0;
  border: none;
}
.bifrost .country-selector {
  margin-bottom: 0;
}
.bifrost .payment-methods {
  margin-top: 0;
}
.bifrost .payment-methods a {
  border-radius: 0;
  padding: 15px 12px 15px 50px;
  background-repeat: no-repeat;
  background-position-x: 6px;
  background-position-y: 14px;
}
.bifrost .payment-methods .payment-method__braintree a {
  padding-left: 138px;
  background-image: url("/static/js/img/creditcard-13f811ce1d4f5fc40bf2a003bce98af5.13f811ce1d4f.png");
}
.bifrost .payment-methods .payment-method__paypal a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAsVJREFUeNpiyszMZKAjAFrHCKT+//9PNysZGRmZGOgORq2kEWBB5nz8/PP3339ABgcbCw8XK82tfPjkg3vS6k/f/zIyMbEx/i9JNs2ONaKtlXcff7h57RUD0G///jD8+NM26Vt8gBYPLwdQ6t///5duvHrx5ouQAJeBhhgbKzNWsz79/nfu9a8ffxmU+FjU+BEm/wFqf/sbKMLDyoQSly/efGNgYmL6/4Xp9yum3y9e//i6/PEfiNTrt9+841eVdR90j1/VNvUYLufvfPjDc8vbqtOfLNa8BNoBF7//6W/YtrePv/xF9+Wtu28Z/vxl+PeV8ffv/zw8vx1sz3+ESr188/X/r79T6txKW/fce/h++pKzx889FRHhNjeQunr9dZS/9n9GhlWrL3y3NrAWZ68x5fHY+Abo3TnXvv7+/1+Uk1mWh4WRiVGMkxndyos3XjGws/53cvnHyckgLsUqIRIkB1X09NWXV59/RhdtVpfm5+Fhn7XsYnmWZXr1TmV5oYtXXnz69vvq9Ve2BuKvmdkOvfwUv+93tDrX/OtftYRZFXhYus5/itfiFuJiFGJnQrHy+48/l4ARycP139pcXpDdUYTRX4bNRZoTInvw2CMFeYHdC8MlxXkyKnewsrPISPIy/fmroSCklGDiFbXM1UGptMjBaNWbEn3uTB1eXlZG9SXPg1S4f/35K8XJ/OXHfzWgECNqvvz89ZcYJwu/oijDlz85SszzbfkDFDnhASAkwJEUoqcoKwDMPPnJpiJCnFMWn3V3UtFQFvr3758AP/uUZjdmFiYTMdYARS5ZbmYBNqYaM/4ND76ffvs7Qp1bXZDFV4kDJdqBxfqfv//evvsy+dw7uYXPtz/69p848Ov336CstRMXnv5PNACV7Mg1CZD68fc/BzM8DAiAf//+A2OEm5RCA1iTjFZeo1ZS2P6hs3UAAQYATkduWVt+ITMAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__AMX a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAByZJREFUeNrEVmtvXEcZnsu57jnrvdjrXdduHNtxHKduGgsnqRuHVm2FICIhaaCQSoEKSqsIihoFQfmMQHwoClERCLVpQEqgatMgSotIGpUPiIYCcZymaSKnjS+x47XXXq/3cvZc5sI7a/cvwJF3NGdmzjzv5Xmf1wj9zx8MvwNn5ySmBkWYSEoJIRRjLKXknAvBBccRxyHnDKZcRBH2QxYyHnBUj3idoSX1ihATcAhxgTiSEYwCM7gCocYfFgKuszVa//39GkByeMWCIKohwqUQhGGMpEQwlYLALkPi01dlSuOBE7CKQhjVabWBsESIINhAjQHWkcQNv+ADtLaKFCQTaCXkGpUGVg5KIuCkrQEY9hi4KUOunBUMRUwGjIWhDLjwGfcZKkdcwXIp1YQjhtV1HCZIMq48BtBIIsaQqSEdrUFyxvb2WHfFtYWagG9zrgk2XZgIEibZ1m4EkQiYMCkRAkVceJHQCcRJ1CJ5u8RSDo6YuLUQdiUNm0o/kE0GmSsFK7VwYybm+3I8723KWlLI198vTS9CAlQc0GCr8eVNzlKN7emNfW8oiQTKxbQnt8QODdg2wbkY+UK3GzFIoXB1vLfPhejUIxXc53amRtbFHh9IHd/bZhCUMOmTw+kVjx/c0fyHZ/pck3S2mmeP9m/vjR8Yzjw44LJArHm5v8859UH12kJQ8uXhodRrNyoRQye+2Dpf4z//Z+HejFUJ5LlPqo9vjsdNfDkfnPmw8txw+vWrpcuzC46Jco5+bcrLuNrQ5sSx8/n3PvbGZ7xNT8V+fb4wveBvbrfffK/Y22YCMVdzqbx0TPr3CW9/v/vvO/71gr8xaTzQYZ6+WnlrvLK7JxbXsUZQLRCXZms3C75FcDUUF25Vry4GI912xtbnK1Gxwl851PW5exLvfFR79tGWazP1v10vbe2wvr8n++NXp6th5NiaFGvEUpC/G10GvtxYiIjEpz9YKVTZvo3xN6+D3+GDnbE7lagSCA3L4budgZxdDoWlo69vTT3cGbs6XV+piaRBgbbHLuR/eGaaYnRlwo9b9Ffn5uYWg288lG1uMs78ZZGCj3INksJv9zePHh1JJyz6WL8zsRj0pLQ9/U0Uc8C7J2tBCW5vN+cqbGYlXPHZlpzZmdAG28wNaYNg3Neib1sXe2Io9cfRUt0XLz5xdy6uf+uhlon5oCtr7Btq3r7RqdbZl3amL93yRm96aPwVVTYnLy1+shT+dqzy9FB8fdKElXw1dAw94FDvPGkaUBI6xQDghbAiYTJ2p7Y+aaRMyhiUuLxTDNuTOphwe7H+yz/lv7qrZajLBX5NzvsVL7x3fZNk8uUL8zenA/T2iIJM//Q6VEXS0kBNVKyxKuJsjLomlVgyAQOeKrPZYtTdQl2NCiYplsVKFAS81dSxqkCRL4YJHQNpTZ2EniiUwE6ZdQ0QmgIUL5MdLaZhkYsvDCrGCooFR9VIgPlAK7DO0tCJx9oqoYB4gjVAn1yc/mPa29XpTJciDaN6wFM2GWx3Psr782WlF53NWkfKGpusQS2Cqgz3udemvUKJWTrZ0ed8OOkVy0LX0MUXGkXiRTzkmELqG+oEZEhj4nF05O253oyRdbTLs16Hqz3/cOuzr81UQAUY3t5ujU7WDu1Iv/p+aV0S2CjzheDgcPr4W/O7BuLNNkRC/OzMzGe6nXRcq9TCX5zN39/vGJSuMZYoUeY8EjyUMIZMRhEHbQsjZCNiCvTS/g6g9H0/Gf/2A81f25JqsemB+1IQ9NEpTxK0IWv2ZW3Z0FMmVcklHQ0EoVzlcVff2tPkh2ilzt2YMdgXX4NUqghnVRPgmClZU1ouwBRxVwLCZRRrbLnC2uJ0scwgiB/P1f88trxnS+L5z+fKZZZfDhaWfEdHJsUWRV0Zq7lJ/8rOzLGnu5Oudvj4zUxCf/Fwj2uTI7+ZXFMfcBEgMcfAHAguRAnpxDVw2qL/uV1P2PTkxeK+ze7LBzueOTU1V42++9nMo5vcN/61BCLV22x855FcyqU/OjkFTU2j+N0b5RabdKT1E+8W4KpHBpNg/kvvFCBpw33O+dV+af3gig/dDq/mEugj4ho+fWhdzNArgaIP6HjZj/56pfzUrpayz3MJ/fi5uVPnCieP9Gxojc0u+VWf9+ZsnaJSjddDoRGcdrRFoJ6QhIhMkzlfiuBuU5O7t2UViHlkDG6GulPNTTbaHEExMIUS3BAMWCh60JRFIkZA8KAkqgEKhYghaREaBHCzAJKr4lEJJVI1K2E0PFiucyCtrUFLhcYnKm+MqMDiRi6BCA20VVVCNSFrqqk3HtEQKw0BKVZUs26ckqTGMLQ79SqlB12CS4WIGeJEfQJ0UJEj1UBUffWVYeC1XAKkQiUNPLzazNV/BQivNnfV1bES5dXWDiPcSBorQq4aubpDG2TkwAiJoOQ+zZNyRt2xtv9/eP4rwAAU9CF+/JJCcQAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__alipay a,
.bifrost .payment-methods .payment-method__ALI a {
  background-image: url("/static/js/img/ALI-984246180662a77e265b925a25f4a2ce.984246180662.png");
}
.bifrost .payment-methods .payment-method__bankTransfer_PL a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAADBElEQVRIic2VzUsbWxjGf2c0IRPjneIHoYokEfyKYIWIJhVxkVWKG3HtPqtsKvQvcNHFBaF3c/1H6sIguIhkrtyiBgQhqcE4RcTY6gxoNHO6SG9ai5NrS60+q+Ec5n1+877PnCMAySNUM4CUj4tNCIHy0BBOerRgzY02bdvm6uoKIcQvNZVS4nK5UBTnvjiCSSnJZDJ4PJ6GBX5Gtm1zcXHB5OSk40c3BHO73YyNjf1SqP+k6zpSyh8HAxxfWl5eZn19nWQyiWma7OzsMD09zdraGoFAAMMw8Hq9jI6OEo1Gf6j2ncCcVCqVsCwLXdc5OjrCMAw0TUPXdXK5HEIISqUSiUTiZ8r/D5iigMP5Fg6Huby8RNM0QqEQXq8XwzBIpVLkcjk6OzsZGRkhn88TCARury9lzcNBApD1AzaTgetrAOy2Nv69viby7BkbGxuYpomqqlSrVaLRKKZpAqCqKrZtU6lUsCyL09NThoaG2NzcpKWlhfPzc6SU9PT0sL+/TzAYJBgM8s+7d0RcLpRy+UuLmuH58xqUEN917MUL+PSp9pxIwJs3AOzu7rK9vc3x8THlcpn5+XkODg6wLIu+vj5WV1fp7+/n7OyMw8ND5ubmWFpaYmZmhpWVFeLxOG63m3Q6TSQSYXFxEVpbIZWCt29rfpoGHz9+HZhjLz0epG0jhCAWixGLxQiHw/T29lIoFCgWi5imSbFYpL29HV3XGRwcpFqtsrW1xcTEBFNTU0gpURSFpqYmQqEQLpcL27YRXzycdKfwd3d34/P5GB8fp6uri2w2y8DAAEIIDMPA7/dzcnKCEAK/38/w8DA+n4+Ojg4WFhZQFIVgMEgymSSfz9/5bpZ1aZqUtVjK6uyszO7tyftSdm9PVmdn635S0+p7gHTsmPB4qKgqm4XCvZz8FVVFNBjlzb/yyZOv4Q+FsOPx+70r02l4/762+E34hRANwH63vgO7MSP5R+uDMN3mfSNjJ3/9TdurlygfPvxWKPvpU8qv/6Tjm7Wbo3wkqmfsoUFu02cfa6b4t1yH5AAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__bcmc a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAEf0lEQVRIic2WTWxUVRTHf/fOmzdvptMO7VBop0BLpQO20pRWI4ga0BDSFJSFLAy6MEpixBVGSXRjYlyQuNNIlKgL+QgbFw2BGjUoBARFAUlRi/1whE5py8y0ne/3cV10BGyHFrWJ/Fcv5577zu+dc8+7RwCKu1AagFJ3F5sQYhKsmIbiaTrP9pPOmkgh5jSw7SgaQvPYdH/d7eEANTVjAyMTvL7vWza11dG0pALNJcnmbdQdVl0gEAKcKe+VQiCAVM6i87t+qip87NzcMn1/IRFqqt7vuqgOnfxNKaVULJlVlwcT03zmQi/sOaZGxjLT7IAqWkrTtKmr9APw3tGLHDjew96X1jOezLGw3EfvtXGCpQblJR5GxzIYHo1MziIY8NJzJY6QguPdV3m5vZmeaILW+krO9Y3wfe8wQb+HnU+sAiA0z0cyk2d+mTGNoSiYFALbmSxD1rTxul0c/fF3Tl6KIl2C6qCfbN4inbd45pEwh78ZQBOS0VSOeT4dzSXxuiVd5yN89MUlloYCbFpVi2UrUjmraNnuCOxWPRSuwqe5aKmvRNdcVJf7qK8KkLcchhNpBJKOtntJ5yxCwRK8uoZSEBkex7Qdnn1sFU1LKhi8nqS9rYa+aBzF5OGeSbOCdbTV0tFWe+O5qOwzoOxCNBuEgEZASUACCXAUEGVd2Ac4Bft/AJtVo29A/ENwu0EJRjMGUijytsTvMvF78qAK+VE50MOw+CsQvrkHU0DeBM/Ebkh8ALoPE8lz+57kxOU6HMdiQVmag88fJlwSA8tV2OkGUXJHMWYF2/N5N3uP/oTm1W+C2Rq7Hv+ap5r3g2FgOpLtBzaz/3QriDS6x8PHr2wh3LwN7FtKphyQOojpXfiPwX65EuPc6T7wewoWAdLmrQmbd45sAwHxtJeegRqQMXSfm0OvrmNDS/2k+8xH6d+DbV27jFLDjWFooAR528ZRYFo6IMlbNlIqjPUmlmnzaFPN7ZtkLsEyOYsd7SsZSWbpuzZOuDpA46IKYskcY+kcSxeU/d0/b7P7sx8Ih8ppb63F0CfPV+/QOF0XIry4oQmXnP3unRWs61yENw+eIasUDyxbSPcfMT758mccYGQ8Q+PiCqLxFIbmYu2Kas5HYlSWGaxvXsS7Ry4QT+XRXRKP7uJY91V6BxO8vW01Xn3m0EVXHaWQha8KBrxs37iSVM7kYuQ6iVSevqEEq1dUIwWcHxjFBbh1jXUra0iZFie6B6ksNTj16xCWgqVBP9GxDA83hohN5Eik8nh1DSHgdhNXUTCPx03/8AQPNixkx8b7CPh0lFLEUzksW5HMmtQESxiOp/F7dVJZk1KfTplX5+m1DbTUzsfQXaxZXoUUAtOyMXQNn0fDdhQB32SHRxNpvJ7imSs69kRGk+z69BRb19zD8ppybEchACkFAoGUYNoOmpQ3sus4CstWgMLj1nCUunntiMk/xV++iVSOzjN9lJcavLallanXpSiMR9PAACIjE3Se7cex1ZwPipajaAgF6GirK7o+I9j/qRtg/zdIMf0Jv5VGE+KEeHwAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__cartebancaire a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAElUlEQVRIic2WXWwUVRTHf+fO7M62u6VdWqgNpoKgViAxUdMHwfhACIao4cFoQqKJJmLiq/HVmPhkjIQXHzXx602DEDSIhBAk1WBEQI1YPiQCpYCFdvuxOzN35vhwp+2W7hbqEye52btzz53zv///ueeMAMpdaD6A6iw2VTh7s0oUJ2AEUZ1dV0Vw/0UzZ9XsaIqpm6eqaDaf8ZuepykkCatW9tDaEswDJSIOWL1ZVZ744hf+vTwGeQ/iGJIkGxZsNo8txIlbtzb7jd16nLhniYVken16HsPkBNwc5YdDu9j4eF9zxm61SGPQCPBAEiABSd2JBTeMgJcxpEBqnP/0A/FANBuAGLDGPQ8UChY1ZmEp601RWnIJlSCFvEE8RX2BVCBUd2JNHYa87wDFJmMqC25TSJxcvo0Rm6CpkzpNE2y1AL6P5zfkpTljSgQSOpZ8gakqjI5DsUChXMBTYbIyBdcr4HvQ0YrEoOOTEMYOlE3BJlibOAljC1GK390OIhDFsBjGnMVABL6HXh2DwOetbf1sW9vLA11L8I1hqDLJ4cEhdn5/kvN/XETLJd7bsZmHlrdnas5eElGlGkbsGzjN57t/grYCFAIn6x0DUxxbJoLRKh3lAodfe45H7umc41ZuybOuu8zrGx5m0wdfc+TQb7yyoY9lxULTYC9uXEsltuzdfQzaWl2eNrEGXKpjK61COM5n2zfNAzXnZMaw/81t5FZ28uOFq039pu2lLY+6EPlgQSnnrwgIEYzfYHXfCp5Z3XvbYC3G8Maz/YRJelvfr46dgSUlCAJ3U5tYQylVaxBV6O8pN9x05J8rXBgecS8HRIWxWo0D5y5RS+xMLZ1+H8BUGLPvxN98c+RP6F0OU4m7BHcMDM1uZA1fGneriShmZKrmSlu2JUxTYoUbUyGK1HUEIIVKNWRwpOLkKwau+C6QY81vZT7h5I3GObN1TS9b18yV+J2jJ1jf1cHzfSubBnv76cfY/OG3HDx6HlqKCzI2T2QFx9iSPKfOnOLX69eabq63XQPH0SYM19uOp9a7Xpn3/8etlBDyCUjEC19+wlgYLRjs5b0HGbs4RH/PstsC239m2JWKILfI5AdEQpAQs7ybs8PnWPfRTt59cgtb73+Q7mIRgGpsGRga4v1jx/nuxGlYsZSBK9eYiC1ZMZw5Jwg1m7Bn8BIf//wX9HRAKItNfvBNBF5MYCK0p5PLo8O8uudT2jp7uK/chS95rkzWuDoyCpGFe5dijMf2AwddT1VATTbEhYkNTETQ3gaac4gXk/yCEpgQvBqeFyMYcktLWPUZj8b5fajitvkFaC/i+yVEXfNPVSGp++JQkzGnrqeW2kE9CH0IWHy5COMRiK9TtQFqWhHJk1JwdSvIZT1OQarYNMR9anjgiWMhlYwtBXKONU2BFDBgFMRgm+NqBExYVSoRaUhXsY3EtKAmQCWPSguJ5ACDiueCiCFVQ4IhVo9YhSQ1pDoNLoeQA3IoeRfS+hD5FPzmTVwArf+0BmUimiRVRcRkdMuMu85uu+VFMqsgzCT9jDsyxxuFUs7DbyCniDSIcJfYfxd3KAXWm3ABAAAAAElFTkSuQmCC);
}
.bifrost .payment-methods .payment-method__cashu a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAD3UlEQVRIie2XTWxUVRiGn3N/5r/0lpa24g8iEiiCJIQQMBLSEBdEUAygG5UFCYnuXIhh4wpNgA1RSYhGDYkQE5EASlUEZQFGDQgFAmkB6c8MA20H2s7cuXfunXM/FzUlBDTURO2Cd3k273Pe93wn5yhAGIeyAETGF5tSCuP/hvgr3Qcbq+6DjVXW3RYFUP+CWTEUErbCdgcJus4h5RIqFic2pxUpHoWwgGpYdYtDRKSiRbacHZbpe/LSuCsnTx/sk47BUEREvs158tSB67Lu+A0JdCQiIhcGQ1l+qF+adufk8S/ysvnssBR8Lcu+75ftF4oiIlLwtaw43C/vny9KKYxk3v7rciAXiAzmpX/tY3JtmSnXV9VJmO2V6OoW0cfSIiN3l4xWufVckQ3HbtLiWKxvyVCfMIibI7l92OHyU97n406X9pshABtODPF11uPNJyfwzOQE3SVNEAnf9Ph0DFdH6jCgLetzbjDErQq/9VfY2VmE2mbic1uhqpHiTYLTh1CTnof4o6NpjVb53vkirVOT7F/acFv8WVdzKOezaWEdn150+fz3MvPrY9gGUIWCr3l9VprZjk2urMnEDNoLITs6XG4EGgUkTEXcUExMmbT1elyuwNTWF/F+3IWEAcHP+0g9+xIq3TLqO5pYxY+YUWvfcS4O9HqUAmF+g820Gou9PT6+FrYtcHh1Zppt50vM+fIab50cwlCQtOB4X4WNJ4fYfKZENRQMpbBNSFsKr6zZ3elizF6M9XALUTEi8ssQaVDJO8EeqrP4rtejx9UAdJc0ZS0czPqghReOFPjhqk/XUMipQohSsH1RHVfWPMCi5jg7OlyyrsbXwroZabrXNHNiRSPpuEFFCzEFSUuBgs8uFvHMJLWvvE1y+cvUrN+K5D+A6uCdVb47z2H14QFm7b3GpKSJryO2zHdo6/V5Y24Nr83MMFCJWNLWxyeXXAb8iKN5n2kTLNoLIc9NSdKcNCkGggFMsA18LZS14GvBMtTIuAt09lXY8OsQmxauxFm4EkpHkHwW9cjGUTD151QCcOpGwL5unz5fs6AhRotj88tAhdVTUjyYMgHY01MhFHjCsfmqyyXrC3Mci7XTU8QN+KjTY7ZjsrgxRgXYecljRo3Fkiabd84UOV0ImFdvM8uJsXRygoylIQrBSNyCUup2sHtRvusyQVjFtCwmNzUyPDxMWA3xqhFhNSITM6mdWM+V3hymaZCxTVKZGpxJTffsoZS6+wX7d0rXNaA8b2RXyQxxZaHLZRJaY1WrxJJJIsPCcRyUUkRak6qtG6vN2BP7L3T/PfZPNG7BFOP0M/IHN2TilHUO0AMAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__CSI a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArhJREFUeNrsVd9LU1EcP/fe3XXvri43m5v7QWPmQGsbjC2qt94K0ucgkAgJLcS/QKFHX0ZPYQS+iAu0kBnJEJR8kEZlLZKtNX87dbWtue3a7r27P/qWIAXrzUaBB+7h3O/5nu/n+znfz5eDUM0HBp+iKLXDwzC89iz/DUil9pDYj+pK8resLAq1u9iND+GPD1w7T67xpS9HDqmqatWdvpiy3UZ6xszo/3qTyBKqsFlCLGJSWRB4hBFqrZWobzzCJvmNZS75govep/g4V8rtSi1l+gxJN2k0p+oaTCbXFU2jBXzi8fjCwoLH4/H7/b+erVQqJEke/gqCMD09TRCEzWaD2eVyVallIZ/ZeH6Tyobk0qf9uvbWG88u3Rozt101t3hJQ9vyuzCS+Vev3wQCAQgty/LS0tLMzAzP88lkcn5+vr+/f3R0tFgshsPh1dXV2dnZkZERs9nMcRz4VK+lpODFfQWngTsynus5qWuSIKPcWyVxr/HsHeOFAYSRj4NjHR0dnZ2d4B8KhaamplZWViKRiNfrXV9ft1gsABmNRicmJrq7u7VabSaTSafTkiT5fL4qLCk1Xu8fSHC+tR1UYvd+JoF4dhdXcXw8UH7/EGG4TqeH0LCVz+djsRiQWFxcdDgcfX19bre7q6sLjCqVCnaNRuPw8HAwGJybm8NxvDpLUeBEvtJwfkCWyozDA0LikmEi9UhFoe0MEj9vuxHq7e0ZGhoaHBy02+2pVMpgMFitVgAGAYJlcnKSYRiWZWEN5MbHx51OJ0VRGo3mj4rNpjeWXz7FuYxK/Eqwa2IuIuNSmXbSrdfbL99lmLoDt0Qi0dzcDHopFApwmXAc4sK8tbUFGUAhTSaTWq3e3Nw80A540jR9qNgqL0k+m85tx/b3dskTDGNw6E2t9Qx9hE1y/HgdQ/5f47sAAwCih0Mnua3bwgAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__DID a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA9xJREFUeNrsVV1oXFUQPnPOufdudu/uZrPJZhO3rTUJQeJf1aLUUNGCFSFQ8edJClEQwSd9Ul9KBfXJIIKIRooPheCDWPRFm5cWKf6XpjWJ2CRtk93Q/DXd7u7d3XvPOeNskm1+EPQpInph2bk/M9+c+b6ZYWzbL6AfIm4fHgDf/lP+NyDlTSswKKjS668QV+4UY2azDzHv1OgHjcjhb8EYZFb90zXIuVIwOl9ci7eiKmTAVQB+KcrBNgyhlsPKC1S25SQayXO+5CMXCgQ9BkSBRnFua20A6KGNyrA1w1e6J+W2uvY6JP2N5QpvnppikhOYVwkc181MnlanP35bRvuqulDywA2DEEjGvnuufHCMgg18Oz0yvdjOq2BQM56XoUZTmZeRkFFxU81ZMQeDlsC7gg0v9962J+1uOqXkzFN6oeiTBYIfvqP1m9nq7PWCWFwqsTJLNslDB4ITJ7HgYbki5hYEMMHhYlV0j34/eOZTzSEXTXzY8/iRHz578tCRpLd8/Ot3H37qnd7syKsjX937xNFrqhZ4EySVjBNzhMwhbovX9++aGc6eRbAti/mM78pE3jpamMnqiWkwmre3rPoIyZuMavdKz/e9MtbW0ZGd6Czmo6imkpnmIHggP927eNlraPTdhM1WudkASVysDgXGeT7QBz75+ToPJx1pLItrjn4VZCg6NMSMom8MCCzT/NDkQOQpIZ47d/LCzM7v0l0VyxZGZ93UZKLt/rmLu2/MnWnvRmGLmg5wi2Lxpk5dS7zXd/vOlpj4/CyeslNgPM4jAPr8GBZKzOasOcFaOzc6zSZS2WSaVEOkUgYYiv2Y7noseyFWLn1058Ga9hn+SZPUlQoSWE8qfHx86dJE3hJ4GKCX1DH5W/HFl/RkljEt9u+FoROga6WRxgjUX3TtG0937Lk0Yhl939LlSij2U7qr//zwktt4ruVWptX6GTcWlpqMKU3WchkfGvxlWdnhXMHkrz0iYnJ88sbT/bhchIYQK5Vr4mcrfWlMnoklkO9/OTAfjQ3edXBGhl8bPjYVbXnj0Reu2u6vsbbfQ03MDyg2bIGkORB3ZKYpzHkt90CbTMxpuyXJdnc0yxAYJQLF4m6Nca8MO9IaCQ93CDXavffZzh5qSg2w4ETGuh8kLhUX05HEM/0DnrQSIQeECkmucPMmmSv541eLjuBmfasApzg6IEBRmx71NGkUgLTiMYksl68YIQJOeSOQgAlMiNWgllY+pwYwNBnolvDubo+mIhYArC8vX9PA27ppiHe9gYY6KHNWCkv50YxE9te7T9cH3ibI//flvx3yH7j+EGAAIgbYFPCa+0cAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__diners a,
.bifrost .payment-methods .payment-method__DIN a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA5BJREFUeNq8VktMG1cUHc/XDOPxp7LHxWBDYmjsokr9CCFFqFHbXSNB6YKsq0hJVVXZVGrURbOlG1at1KpsokpkgSrUVqWlrJIuUIuUdIGogg0GYjswNh5/8YzfzLgHkLIjwdWIK3n05vq+e+45786doahzNxd+7Xb7/PBgZ4dEmN5smYSq1w3LoiSJx2bslGSOZRnnIWu1ZqlYkeSulk7vP63M3X34x69pSRbwlzcgXHl34ONblyXJ7RjkYcPYy5cifS+pe/XeqH8nUwyG5Tu3f//um1WP7LZMu9Ewrl4dnJ27JnncL4Skz6Anpe5rsQuh2W//+uzWzzj9Lz5fnJm+Pz3z/ptv9bgol+ThlbDnt8X03dm/z6LtiyEJMbu6hbLWnJn+k5CjMhmam/nqwd7T2vjkq4ZBTjRyi/ziL4/B2AFIy7TcAqOV9LJmCAILD88xdWJCZCUsneDhStN0o05QnwOQPM/VqkY05k2+FtQ0HZ5ytXmxz58YDj16mKVp1/EJUcQw+6Ky4OYcgGRYEHDpRuvr7z8YeztqWfbrb4R/mL+2l6/+9OO62M0jRtctlqau3xw56UcHRoFt2dvbqt8nen3ddpsyifXPo+wnHy38+7gkdnFtqy3L/O0vr9z49LLDo6CoVnSDkBbZ2So9uJ+pVokocpgFL0cC77wXfyUZcmYU6Lqez+cVRWEYxu0+euZsu31yfs+sUi3qeot2ccFgsNlsGobh8/n+P+Tq6mo6nQae3+8fGBiQZVkQ+EqlYpoWz/NwLi8vDw0NPXmSzeWyU1NTKysr5XJ5fHyc47jTINnn65DNZkdGRhYWFjY3Nzc2NjRNi8VihUIBvLEeHR3d3d2dmJio1+up1Mb8/PzBwUEgEMAu1HdaTva5Q4CgqFKpNDY2pqpqOBxOpVJgFo/HFSW8s7ONvIWCura2dnjYwBrsE4kEavJ4PLZto9E77tilpSWUPDw8XKvVJEmCvNaxQVKkM00TRCGjooS8Xi+kZlkWSAi+d29ucvLDnp6ezoRFHVAJtNbX10ERB4YrtpgmyJNkMgn2UBWdEo9fzGQyxeJBNBqFEoi/dCkRCoU6FhYMkLq3txcLdA1qj0QiSAQYVd3f2toCS9zqR4bXp9Xf35/L5RCGcx0cHATjjkcBMiIZHgz0PSTFLfTELTm2VqsF59GIZxiICT+SIBJh8IiieBpkZ6PAqQ+R8//aov4TYADsg/ChzLBHCwAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__discover a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAD0ElEQVRIie3Xf0xVZRzH8fc53ItwQdMrghggKzF02F2bRFA5t5YTKZHoL0emf7W1WOof8kNBbr+stdxCmhuZm/mPgNxpZjYbQ35UaMDlh0D3XkQQ7oUuBAUIce85z+mPy2grYeUCaevz93Oe72vn2ff77JEAjUUYHYCmLS6bJEnIDxoxW/6H/dP8N2H9LhcjIyOAr0GEEAA47HZcLtfMOrvNzo8dHb51QH93L4O9fSjA+Pg4TDeXEILR0VE8Hg9dXV0MDAwA4HQ6mZqaYnh4mLGxMWC6K++VtwrMlJWUYDAYyD6cS1RkFF9d/pJH1sVw5vRpnn72GY6azeQfOcL50jJWha/hw6KThNZ9Qc8nWTwUBKvyi3mt1EpcTDQ52Yc4nJPLz0NDGI1Gbra28npmJi0tzZSXlvG4ycTz27aRmrZr7j9W31DP7lcyuPLNVd57510+O3UKDSi3lKNogqNmMyXnzlFc/Cn1TVYqqipxX71A/9tZPPGonqhwHVgOkBDQx5XrbQDU1tayfUcyNpuNJxMSSEpKorGxkXxzAR5VwXGrk8DAwLlhwYEG9Do9RqORdetjuFZ1jYAlAVgsFjbGbuDgm/spKiwkJSUFg8GADggfHSJkOairQ5Giw/AG3SUzYzsrVoazdcsW4uM381J6OhMTEzQ1WensdLApbhNpqakE6PXk5eXN1J8VNunxYG2ycvbM5wwPDbF33z6qamposlrZf/AA39V9z8a4ONrb27CUl/P19ZuoGx4jwiThhxP/JU7UUJAS9/LCc1upqqlhd0YGAP3un9iVlsbm+Hh6nX2sj43F7R5kcnJypr4fUFBQUPAXmOpVqK2pxm6z8/GJE5hMJmRJxu6wk30oi507X+Sj48cxGo18cOx9Gr+t5uU3cglLToG7LegiH8Y/+STS8jhCVwSier3seXUPfn5+9PXc4eKFiwihERkRQXZ2Dqqq8EN9A4mJT2E2m5EAbbFcSQpAiwW9KX32rlzwDHchLmXhvXEemGNcLFS0oVt4Ko7hrTuL+M2DPjwKuPPgYKLnBt7aIrwNJWiTHuSQMGTjUqYPdIFhQkVpu4S3uhClvRIAeeVqJGMQCBWEMjMn5h8mFERvA0qzBaW5DNV1G/xl5LAokHSgCR/qT5kfmFBQHZWoXbUo7ZdRuxtABWnZUuQ10YDsA2li1i3+FZimaYjBTlRHBaK7DrWvEbW3FbwgLTMghawFSQZNm7bcG6RpM/f9fcJG+9DcNoTbjtpVgxjoQIzcRvvlV5BBCg5GH7YWZPmPSn/jaaFpvk8A34C9L9w853frjKMc3WuYHAAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__DNK a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25JREFUeNq8VlsobGEUXrNnBuN6jnIJDUlq8mAUSR48SIonjqLJCy+TRG4vlBIePEx40ZAicnsgeZnzoqQkD5owyiWOoTmT25mYY5ib/Z+17bH37E2OW1b/1J71r/2vtb7v/79/A3y5SfBHCPm6fBKJTOQyGAxra2tOp5OiqA+ujp3IZLKMjIySkhKpVPpMl/f3993d3Xa7vUyjCY+Ken/r+KJEwjZ0d31tmJ+32Ww9PT1BQUGsk085OTlpMplwDmw2mJmB83PwK403mmYBej4fzuJq+CI+hIdDWRkolb29vZiosbGRTelDAK2+vn7n8JCYzUSlwhI+Z8TFkc3NPw6HVqu9vb1le/MR5vF4kLxvMTEwPAw7O+LasWp2iJxyOchkvsH17e+0WmFoKCI4WCKVXl1dsfMyjmrkknY4oLQU1GoICOCJCQlhVmHBtNvBZIKRETg6gokJSEwEr5fJfXkJVVUMI319kJMDbjcTr1DA5iasrtJut0REBOZzuVx1dXW/LRbyGjs+Jrm5ZG+P9yAdcjlpbRWEnZwQtZoUF7sJqamttVqtAmC5UyOGdH8fFhdha8u3a1hTKqG/H4KDec/BAVRUQFcX79ndhaIi2NiAwEDRkv87fE1NUFAA6ekwPS3wZ2ZCQgL/NyUFBgYEZLe1wfb2s0u+mBI7i4iA+HiGntRUwZTL5SOMNaMRlpcFATU1EBr69pQoQHo9rK/D0hJkZQmmsOmbGwH+mOPigvcgNjodPEjMG4HF4xwbK+ZjcBDm5iAykvdggMUCLS2CMK0Wmpt59Xg0mbgtsxlOT5l9hLufi2bFD524rsGAQgWFhcxpcToZPyoZbh+08XFQqSAvz4c5xufnM9QgC09T4rlBKaDCwhgkOzuZc+lfGqe3HEq4jbOzefHzeHz+1lZGAfzjGxoohYLQNCfa1KNiyGmatuOJrqyE5GSmTOySG/gmOzhD590dUz4O7FU0xcXHxUF19Y3TiSkjsF0RsHjLTI2OdnR0wMoKjI3B2RkjOpwM+YP/GsN8SDbKemLilF6flJQUgiomury8Xm97ezvecD80mu/R0QgaeeHGeM1dTFF/Ly9/Liz8OjzU6XRsSsHlxT7Mzs4ajUYEGZn94LcCeWA6LS2tvLw88HHPi1P6aQD9KZ8dTz8tJO+G7SP2T4ABAIxV4+xXv0GqAAAAAElFTkSuQmCC);
}
.bifrost .payment-methods .payment-method__dotpay a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAECUlEQVRIie2XXUibVxjHf++bRI3GgNiY2UIXO1slXVkTrWPruwsvCiuDXcjoxZx4IdMLGXTgHGyFgdpebPTK0VqKyNgKjgXRfkyGOMtatcWlbkhsrC6r1aqzSawaY18T8+wi03UXhW7rNgf9w7k4h/Mcfuf/nE8FELagjAAiW4tNURTU/xriUXoK9mf1/wKL6zp3Bq8TvRd8ZKC+vMzk1X4e3F/898Bi0VW63q5h6tr1RwYu3Z3hqzcrWfj59j8CZny4EhyfYGF8goXbd9AXFlGNpk2IoH+MjBwb9n3Poy8tcevrbuKrDxi7cInY6ipTiTh3Z2dBhJycHIqLi7FYLPj9frxeL6qqkpGRQX5+Pk6nk/7+ftLT03G5XCQSCQYGBjCbzRQVFf0OJiL0NTThP3+R7OfyWdd19EgEozmNQN9lLjedwJSahh6J4HhFY39lBZPfXSW+GmXqaj8pGem85/mSmbk5Sg4cIBgMIiKcOXOG6elpOjs7SUtLQ9d1/H4/1dXVeDwe8vLyaGtrQ9d16urqcDgctLe3bxolv/hG5eMdDrnZdUFERCLz83LK/aIMnW2VU+4S+eb9D2Sg+VPpazwhjZnZMtp5XkITATnp2C2zwz+IiIimadLQ0CAiIsvLy3Lo0CGpqqoSEZGVlRUZGRmRoaEhKS8vF03TRNM0qampERGRaDQqmqZJeXm5SPK0FyNAeOInDCmpbC92A5CIxTGmpjI/4iM0HqD0o5fIyt9FPLLC9y1nuX3lCjl7nSAK8bU1NlzfuEEsFgsHDx6kp6eHc+fO0dLSgsViwWw2Mzo6itVqTabLmFxJiqJslg2pAJm5z6AvL3HPdzPZaFRZ19fI3rOb7PxdqCkm7E4n2/bsQU0xkvvCfmR9nfX4GgaTaXNwg5rcS7qu4/V6KSgooLW1FavVSkdHBx6Ph8rKSgwGA1arlXA4vAn4MBSAAkhc17n0zlEmrwxg37eXtcgKgW/7eOtiJ7HVKMOffYGsC4mYTtYuB6+e/IRoOMznr72Oisq+I2/w4cUupmZmcLtczM7OEgqFaG9vp7u7m+bmZkpKSjCZTHi9Xmw2G7W1tTQ1NVFYWIiqqvT29lJWVkZbW1vSvWQWBEkkmBq4RjQUQjGoGFJS2HGgGHNWFsGxW8z7bpJh28az2svw2+zuT04yN/wj1h3bOfLuUex2O1VVVcRiMVwuFzt37iQWizE4OEg4HE66ajBgs9lwu934fD4CgQCRSIRjx45RUVHB8ePH/wj2d1VaWsrhw4epr69/rP6NjY34fD4sFguhUIjFxUVOnz5NQUHBkwMTEcbHx8nMzCQ3N/exYm7cuEE4HEZVVRRFwel0YrfbAZ6sY09ST99jf0VbFkxhi35GfgXHC+Pp3/I6CQAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__ebanking_FI a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAACSUlEQVRIic3Xu2tUQRTH8c/sI2sSEx/xDSpqtBARQdHa/0BRC8HK0lYQO8FeK0vLgDaKha0oCBZWKoIhxCeJ4LqJRs2SfY7FrFEkwu5mhfxginvvmXO+nDkzc25AtAKVgxhXFlsIIYG1pX23mK0S0Iw0asiRzyxtX28S62TyZENal/V9TJxtK9w/vC6h4gIzC5TK1Jqc28/avvRcWvhrlBnMcf5AilAqp7nFhbbDtQ+2mJnIyCquHmH/OjSWMG4wuoYrR9g6iOZfPnoJtqgs72a59oKp79LaLuG2WOb6c14W6aBilgHW0qMpTu+VstH840MTDc6M8nBKt5u+S7A8Tz7yuczlY2wqoJ7Gxj4uHWWuyuPpZNuFOs/xorLceM6JPVw8zGyF2Kq/p5+4M5lsutQywEKafm+S+x/YuTq9ev+DWlW3meoB2C/lqUdez7WeM5YLRU/Afqn7ffT/vfVQXYBFnR0Bndondb6UQ62772vlHwDB70M3JPtKg2pncO2DRWhw4RCbB3gwzbMiMaTA2wbZMcTEF2qReoM1BU6NMjHL7XGs+g9gAerMV+kf5uAGTu5mfIYdw3wqp+7h+DY+zrNxgOE+ZirkOq+Y9mdEhCzr+xkbT5nZNcTbb6mTGBtn4huTc6nD2D5IIZM6kM39hExHpdZ+xmoNYo6br1JGCqW0lALZLO+/c/dNqr9qkwdT5Fq1VovEbPLRc7AtA+QrzNcZ6U/XT6mSWplH04wMpD6tllj9qP0xOaSraqTQdriAuBJb62CF/oz8BLGkxXfM/LC0AAAAAElFTkSuQmCC);
}
.bifrost .payment-methods .payment-method__EBT a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAptJREFUeNpiYKA7YATi////088+RkYm+vty1MrhYyULLQx98/n76Xsvb7/6+ObrH04WBk8dWUEudllRPiZGRlpZ+f7rz9gZu9++/8bAwsTw/ecRK3U9acFAUxUzZQlEwP77B82aQOofoWz6+M2nO8/f4VGgKiEQYaXOwMrEwMPOwM2hJyO0/vyDS0/focTltosPQvo2f/r+C2hnwdIjLz59/fnn75k7z99+/g6U/f77z7N3X4BOefruy9XHb+YcujZtz2Wg+I1n7y4/fgMx4fffv+fuPX/87jOEa6MiDipnfvwOM1N6+uHbzUdvFYR5UeLyzdcfa0/cYmNnmZHkfPn5h2N3Xiw6dJ31P8O7H79KPY3mH7358+cfOw2pbZceCPOyH7/zMtlWs3/7+QM3n/75919OgLvQy6hu9fFfv3+/+f4r3loj2UHn7/9/DL/+eJoo/vvzb/H+S4qKoiaKYigF3qyDV47cfvr/F8PPP//+sTK/fP/JTVO2NtB87ak7/TsusLKzVnsbNKw81pfoaKYkUbTs8P0X76+++BhsrPT84/f7rz6I8XLycLDPT3e5+PB18pw9B2tCVp++8+37LyUx/jsvP336+l1dRjjYVAVS4EF9+e3n7////s1Jc/Pu3nTmydskG7UTd1/uufpwy4X7ahIC999/lRXhlxXnX33iztsvPw9ee2IoJyzA/u3w7WeOGtKsjP+1ZIRXnbq79cK9Y7devPj47duvP7FWGsxMjPiK9VP3Xj1++wnokNefvy8+djvJVmPNydsHbj3TkhTIctbbeO5hoInir79/erddAEaBFC+Xu568pADnrANXv/z6HWCo6Kwtt/zErZ2XHwpwcaiICSQ7aHGyMuMq1kdrklErh5aVAwAAAgwAVWtF5dMNNGMAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__ENT a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABGdJREFUeNrEVl1MXEUUnnNn7t27PyxLZaHy/xextEGTkgo1osEXNUYjwWqkUYzRPmD64ItGsVKpqbHWB2MCrbEmGGNaWhPbkJBgKFoVk0ZtBIWWolbatXShYf/33js/zt3tLmCJb66TbHJm7jnzne+cb2YWoZwPkL9ASxNSlP8aSXAunO6ysa+IPaE0B+QEF0K1gUiKKuSooCkgJfe9TBU2Gr3BPZWKyDb5JvsfxuqypdfEeuuQLazIQJKdXRnuAoSCCEEEI+lgmYhzBSOVEM6ExSz5VdUwo1JtgJU0AGacgcIxwiK9gYwEZlkcAyaqPWWUWRwhDuBQ0Q/nUqml0LO5m9EoCwSQS9fLKuRKDKHLC6GiAk+BhmXg/PWYz6snk2w5nuR24sLrcUrUWMzUVAwAlsUARP1GX4yj838uysyqSwu9OEMKYAUybQQPD0QGB2WWjJuO+s2l+/Z9HcY7Xvr0zk3Fp959BjA8sOvQ049u/XZqfvibOX+BzuL0/tbacNg8+9N8kmCZgw6ixOd6/smW949OGAanCXpXY8mhnsfTLVMAyOrCLx7uj7x3sOCNPvc9rez60mJ/vzF70fLflhDw5ffzH508292xPRynpoGWwqZDd3zW95SuEZcDUybiBn3x4PDk3NVP3nqirNjXMzA6MTU//sGzW2rL5wJBzpmi4HQVVxRrhUKxo8f1Bx+SW4aGhqJnzmjVFeDULZNW+b0dbQ37B787fznodeoyVafmjCSMvsHT+wfHJF55sa++otDjdmAV6is3VG30PdJa79S0XQeGRyZ+3bapHEtFZLS1AilkKKXCqdPpaTr5ozn1M52dQ9cWbE9uvdzVoilo78fjVKEggzglGN9e4a+vKnRomVJxjrndS2nuaGs8daDT53Ls7D3Ze2RMbg8Zma9AqhsK9NbtdGQ0r73dP/Chv/dN0rhFraoBBSJxs6akqOe5e4+NTp/7LaRpWpIyt0Prfqy5u/1uTHBaDIzbaUuJMM5n/vjrvq11X7zTWVl2y/HTMxZja85lVkuFr7wWDEWCu16A0hKxvCz34M3NGGMVQdw0ux5uGhqfHhmfkTLTdTUYirXtPsIMs+ZW37G3O126AyuCKEj6y732DIxcCMQ8bo+gyd0drSoma671rGLt2iAUn5wyL15Q8vNcTduINz9smL8HlhuqixwILUSMXy5da6gsiiXNpVBUcuIMSfncUVssezV7NRRNmpur/BpCV0KJ6UtByqCuJL+u2LuamA155fVX09eAnMiTr+g6EACpdyMpj7TsmaopCZMihjUihUPiJlUAYQLpBklH+RWEcBL7YMYsKilIT3lpyANqWciwaJoYaGrpnr02X/b5iRRfUIRsBbBsp22DWwgZMjW5DUACCZPL9tsuwo5IrcoLC+zAmLAtYceBgbghUkIBzpHtLTGR23Ojl9jtWlPomwZe91X4lwdjvXD7jnW7s/KBXP4jsCHtquRgyAIznnm8vHmQA6KCI6cL/S/jbwEGAKT8Ghj8z8nLAAAAAElFTkSuQmCC);
}
.bifrost .payment-methods .payment-method__EBT a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAptJREFUeNpiYKA7YATi////088+RkYm+vty1MrhYyULLQx98/n76Xsvb7/6+ObrH04WBk8dWUEudllRPiZGRlpZ+f7rz9gZu9++/8bAwsTw/ecRK3U9acFAUxUzZQlEwP77B82aQOofoWz6+M2nO8/f4VGgKiEQYaXOwMrEwMPOwM2hJyO0/vyDS0/focTltosPQvo2f/r+C2hnwdIjLz59/fnn75k7z99+/g6U/f77z7N3X4BOefruy9XHb+YcujZtz2Wg+I1n7y4/fgMx4fffv+fuPX/87jOEa6MiDipnfvwOM1N6+uHbzUdvFYR5UeLyzdcfa0/cYmNnmZHkfPn5h2N3Xiw6dJ31P8O7H79KPY3mH7358+cfOw2pbZceCPOyH7/zMtlWs3/7+QM3n/75919OgLvQy6hu9fFfv3+/+f4r3loj2UHn7/9/DL/+eJoo/vvzb/H+S4qKoiaKYigF3qyDV47cfvr/F8PPP//+sTK/fP/JTVO2NtB87ak7/TsusLKzVnsbNKw81pfoaKYkUbTs8P0X76+++BhsrPT84/f7rz6I8XLycLDPT3e5+PB18pw9B2tCVp++8+37LyUx/jsvP336+l1dRjjYVAVS4EF9+e3n7////s1Jc/Pu3nTmydskG7UTd1/uufpwy4X7ahIC999/lRXhlxXnX33iztsvPw9ee2IoJyzA/u3w7WeOGtKsjP+1ZIRXnbq79cK9Y7devPj47duvP7FWGsxMjPiK9VP3Xj1++wnokNefvy8+djvJVmPNydsHbj3TkhTIctbbeO5hoInir79/erddAEaBFC+Xu568pADnrANXv/z6HWCo6Kwtt/zErZ2XHwpwcaiICSQ7aHGyMuMq1kdrklErh5aVAwAAAgwAVWtF5dMNNGMAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__GCB a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABD1JREFUeNrcVl1oHEUcn9nZ2b2927tLcrnLpXpJTpqksbU2beqD1VhUWpDGYoOKH82DSkFQxAcJ9ckSalSwKrQ+CEJaQQu2RBoQrQGliWhLYx/EfLQ1uSa53CWX3Mdu9vb2a8a50KglV19OIrgwMMz8Z37/j9/vPwvAun+QDUrp+uFByK1/lPyfs7RBv4upHIASG5DKmB+bmB65cl1yYcsmzDsBI2ZmO8Q07eIBCgSRJ4SsTqhh2IKAbIs4bBEAtrK9KfxixzYR8yUgLYd0D4xPaCBUKTOw5gohIBExFJpzpr8+NVx3Z6VJQDKlMEtRdm2q8QmY5xE3Gs9gBNkkOZ8DAt8U9l9PqZFKT7VPEnik6uanZy6peaP7+V0lIBdV49Iv1/Zuq5tIKN6Q79XtTaMJxe8WH3tjz0GIXmuPJDP5l3oHWPhPtDf3Hd43MpbgIOw5eaHjgWZZFg8ePtMQCXx77NmuI/09h3Y3hCtmErmplNL19sCF3+LdJRPLAZqbS4264GS24HWCc5nIx0NT0XDlCztr/Y31geiG5NI4KJKMYp7TdOudvqGMUhifXXpm71bEsdMUUsqcYGx0i/iboasnz10xBQQIZdkoXUtGWlvRtoZkXc1rqVzQg59uCWDMmwUzEZvVWqschwLTAQjYNnG78KEnd+qWc+LsZctybEKBYRcMm13C6GhYzv1tDb6gvJDJj3x0fq0cbkISSr0uPJ3IqlmtvtL9ezzzSu+AKAlfHu3c7HL0rBqq8tTVeE1CGR6jSe8n36eyejytPb6rsf2eSDRS1dpSy4i2pBgVXtf54Ynjn18kbgE4ZK0o/opS4LjmaLVq2Km0VhuQTx/tZBS4kcj2D/4q8/D1zrb+D56LL6ofnv75Wjx9/M397Mi7n/343qnhe48cOHeiS3bhY1/8NDo5P3h5quPhzQ/etzGWzD31Vj9ZYW+JVpDIaO0v9+1oCi/k9Iuj8ZBP4nlWIXAjrVnsDOIifsmFkE3J1JLmF/mQ110knW5kFJ3HXGPQpxbs2UUViIgjoK7KI3Co4DjT88r+3S1f9Rz4eytYpQ+Euby5XLAyWiFvOrH0MhMg8wUgxPaAZc8wGdzMC8otF3KKXpwjyLyxLWdsepFdxraAzdRIY8lskWssHNOmjnObWhIqYuTziAtZnZlCxPlrAhziymyFTsESK7yKSXwCt1YkAAOwJRqcWVBYzXfseyjauokwmtKy2rdBaUhCg5P5poCwJSjcAlldIT3SFn2/b0hhlZM94bs3snZDSVkh0iJL4AY3z/yOZa1mJjoO3vKSaLp59ofxJa2AJSkfuqMoMVoupIRAxMM7BHgwfDTqFhCEK+2ixOM1cFVzit2k3EeDXWxTYBHgxXDPXW68AsmXtAvLaDJrIQ6WDVq8jble78cM75+eaLagmkUN/yuQiAPeVcbeNrH/t7+C/+D7Q4ABACpfCpcHsEviAAAAAElFTkSuQmCC);
}
.bifrost .payment-methods .payment-method__giropay a,
.bifrost .payment-methods .payment-method__GIR a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNrMVktME1EUPTN1pq221QIGQoUYI4RPA4jEKFqjFBPRjSRdCGpcgJ9g/BBdGL+7smIFqLjwSwwfE62KMSRq+BgEo4QERKlRDAsoBYGCtPN3ZuoPlcQ2xHgXb/Lem/vOffece2eAf26EMpAHIQoAG6IvCVIbMqB4aYH6EJKSY222lZIk/W2kBDEy4nO5ukGQoYKqkGDsOUmVlTtD8uzpHXLdfRUGZNCBYFk+VM/p6UB4XJJhq0BlQZpvSPlQUZxrU6+jaJqCJM0rZPVl7D8416bRqNMvlCEZiBzEgDLK+peVL/rVqaSuc6o8WYj8L/L5yTpfKIFHRoHSICUFej1Gx+AZAcfCsAixsXjyFBERyF4ngNBoiFRrnM/HJCdF9/UNDw6OWixRWVnx4+Mzra3vrNZlgQDndntSUi0cK7jfjQa1Nhuy5hYOlcCaho8D2LUbEWY0N8NkQlExzEuwew+et8PjxeQE9hTwe0sNRn1DQwkb4E2L9QzD525x2mwJDkdm1urlVVVPI6MMdnvy9m3ljQ+OOcsa3e7HIPQ/JZZUe8KN60hLR0szoqPBMvD74fNBEPF5GteuwRKLlha0NuPcWVRUEAMDhJY2GXV19e1r155PSFhqt2cEAvzw0OTExMyO/FV1dZ3x8RGlpXl+P3PP1QXQs7kMimBlAvrfoqoSw0OgKPA8GEZJqVaH1FRYLOAFuO6jpRXRMVhslASB44TVWSsKC7M5TiQJ6UJVoSCIMqTZbOju/vDy5ceTJ/Oamno9HjmrmtlcBoV35jQkEb29MBgVvIx0TE0pSLl2ZZq3FWVOVF9UCL5yBZFLwXEsJ5iXLHI41pSXP6qtfZ6YGJOZGS/z+rrPIwpMQ8OLvK3W2tpOQBPsrb9xOerFhJxJDmNe2DYgfwcKC5T1jbavL5w4jiOHQasp6huS257JqK+v76iubgJ08mmnTt2maEoOBOB2Fmx2Oh137nR1dLwHtHMoNi4OOZvg9eLoUazP/nNx0N8oIYmpKaao+Gp/v0euUhCUcg9Jy7EiCBoSMTg4Xlb2oOZmhySRX7XyB0izGfuK/7KiJyf9n8ZmHjZ2KYeQ1I8vU7DrEvSztv5nbT3K7UnN7209HBMlVXWkbu42I8dBzWePDduCkBJNh3xdg0EXHmQQSfv4yZv9B2pC/UR/L7X//Ufk31OJLwIMABZma6ohmf2vAAAAAElFTkSuQmCC);
}
.bifrost .payment-methods .payment-method__trustly a,
.bifrost .payment-methods .payment-method__GLU a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAphJREFUeNpiYKA7YATi////088+RkYm+vtyxFr549+Xa1+PPP55nUZWsqDx3/1+PvNprhib7Iuf9w14nb1Fcmli7X8ksP5V1/IXDUDGj79fau+6ff/z+T9VAYov//z/denLgStfDgixSu1+u5CR4f/3vx+3vZ1pKeTz/Py3S1cvsrGx/fr1KyAgQEBAAJfrf/78CVS2e/duYGZwdXUlELA//n2a8Cjx+c9nkuyi//4zv/p978a3k6c+nfzL+un3Ze2KqoqXL18CTVFTUwMq5uTkZGFh4ePje/PmjYaGxo0bN+7cuaOqqlpVVRUYGLh9+/avX7+KiIgoKyu/f/8eqF5eXh5L8uFmFpLnUGdmZPjx97e7cLIIq+Tf/wy8LAxSTDpRSWH5+flAz23cuHHVqlWOjo7Lli0LCwvr7OwEkvPnz7eyslq0aBHQ1p07dx4+fBjoICEhoaysLKCu0NDQ8+fPY0+xjAxM8hzaf/4zfPz74dSnzTe/HQeyOZnYFTkMICEGAY8fP3ZwcGhqavr48eODBw+AnpCUlPTz8zt37hzQ34qKii4uLkD17Ozs8fHxCxYs+PHjB1oIo2QSXV53GQ4VBU6lfe9X/v73X4pNXo/HXZxNASgF9CLQOCYmJqAFUlJSQH+YmZlduHBBQUHh27dvr169+gsGwLA9dOiQsLAwPz8/MAC4ubmjo6OBJL4Uu+JFY/Z1w2c/b6x52Z5xQ/vFzzsQ8c+fPz9//vzfv39Ab719+xYicv/+/Xfv3gH9ce3aNaDvgYLAqH306BFQzYcPH4AOAkY8kIszxUIAGxMXsOAVYpHhYOJl+M/CysgOEecBA4h30USAQFNTE8IQBgMIW0JCYv369bKysqM1yaiVQ9rKAQAAAQYAtF2lG6a02tMAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__ideal a,
.bifrost .payment-methods .payment-method__IDL a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6xJREFUeNrEVmtMU2cY/s617anF0kIv4RKnYFujpFAYoFZxJBXWTDOCSUNiDPvBDyLLSJaFsWDmj4WEGQLBf6wQ9ocYdZkTHGA2F4TJCIL+oErBBSi0UsVLpRdOe3p8V6KZRqoeEvySc/Lm/S7P977Pe/kQ2vSBwcfz/ObhYRi53pzb7W5tbfX7/TiOv3FBNBplGEaj0ej1+tzcXJVKtVErh4aGqqur6+vr/z+LiylMRK3JoVAoGAi45uanHHfuL7hzjNl1dXVarVa4lWBEZmamzWZ7RTvm8g06MJKKXVaGMRJR3j6yMsUZut/+U7vVam1ubi4qKoqPSsa5DsdxrykXz/8z19RNIsmae2LABKVMSDqa8+P33/UfttR+VdvZ2Wk0GuNA4u9JPw8YBJIiRIC7CSTBEBlafrjYMTCR/+1h1Z6ar2sbGhrC4fCGIIeHhxsbG8fHx0HeYtYlfmLicU5Rmq39ophQSChNgsZ2kMS30BLp7OmLlUdtHB+FLUIcC0MikYyMjJSUlKysrLS0tPz193VdahJef2Q5c0xVuR/nscf9txUVBamnP19xLqiPHwhMLLBXHJbPPu3r64vDaDxImqYBEvBA9nq9t50O9bWId/pf9bFDUTbCup/wJLa1eFfE+0xuNXLhCMeyTwfvGsr1N64NCnQspEFpaWlGRgbIWVlZ5pwC2Yl9KV8eefzrTRThMJqQ5ekRSTz8ZYzZlYYhXFVTLKv4WCZmWDYMAS/EytXVVZ1O19PTA0TmFxSkqDWP+ocXf7i06lwOzXjIJIad881WTgVdXqk+DYWjxOUbmrJCVLhVYJLAoCjK4/FUVVUFAgGlUtl96QI388jvdFEowT/hWote+JOICd5dgqRh7/lUe7OfBUlgZL2a9RZISE2WZUdHR8HDarU6zEUImsQRFeODepUeMnaWOOHQTsfUnx9t2yY8SQBVLBaDIBKJQI6zMoICMuN2cv+Oq5evWCwWgY591+qAoEoFaa3C8PPJzt/OQfKYzWbhkBB4QCQIwWAwyvMYG44gP6hftoT/ipFcqrHmp54qH1i6dfZMi91uhyAQArnWQNLT09va2qCFyeVyNSNHZXm0XIy/OBETi+g0JbVbO80++Kaj6Y/fB6Csxy+w8SAJgpicnOzq6kpMTFQoFGBuh92ORCSWTqPYbYBaaF+L467p7mnP/IIpO6e3txfap/B+CS0aipzP51sv3EEvlUoBw2AwmEym5OTkd3wVfICHyOa/ttBzAQYAu3Nz/ye12IwAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__interac a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAD/ElEQVRIic2XW2hcVRSGv3XOXDOZTq6NyTTJJCaRFH1QsWhLECuU+CJaMXkqFfGCwRv6phTBBy+gDypYhCBYEFOLtwYhRZOStE2xtNgooWCNtU1SiWmby8xkMnPOnO3DnkwnyUxKg2IWDHtmw6z9/f9ee519BFBswHABKLWx2EQE4/+GKBSu7Dd1lfjlH7HsNCI35lW2TbC8ETO0HWdxnPmp4wiAyM1TKIVSDsWV23AFmgEQQCmlGPl+NwND37C5HHDWziPAvAJ32k9nVy+jA/s4dfok5WWgbvDfvPkEZqLQ2ljHzicvIiLXHTv/+xk6HoZwJfo4GICdqwowM58gjJyDo/0JZia+JuCL8sJTgHXzUNnwwp9jc9mfWbAivxex9cLWNExeg0gY7V4GZuEKXFbww1cwF4XWJhD8OOKGOJBC27mesJZvVBZMUMzMexjq8+MKPk1TYwvT08/iCilm/4Ivf4LRERi7COF6aGuDeGwFiEcLIIUGvZ5ci1MZofmawApBWbDUYpyeYx3g3UpX56scOXyA17sV9XVw/DRE6iBSDR4P7LwTXG4I+HPW8MHkBHzyKdzVAo88kIEzIJ6C6AIkLagKgc9dAC4fmCHgcgXwBn18/ME7HOs/QG0FWCa0NMD2HbC3HRYtCFcDRdDbq/OLgCXw3JuQckFvH9yyGe7dpp0YHoQPP4MnHoX77oCaCiCNruElJ+0CYDocrFSSYKiEvXs6CMXepqkFgpugoR6Y184ww7JCN02YnwZfERz+Dl5+Bg4dgf09EE9A24NgurWogZPQ0wcNtdD+EOzvhntuF954SSGqAJiIgc9fxC+/jrLvlcdpcb8HjqXVXcupA2FVTZgGJBIwdwlmY1Bswm1NcPUKnJ8ArwsuTIAzC82tMDIK7rOQisLgKbWqzWQ7qYiQSCqmJi8wcuYEXS++xtnfHA1grQbJjXQaSqogUAyde+CPcdh1PwRDUFMNlaUQDEJpEDzFUFkF4TDUlEFtBCIRWVVyWcc8/iK2hA4yPJzAlU7RPwjPx2Dwc10Ga4VSwAJ88S5MTkKoAoIBsO2MHkMfRkNlRgFHgSkw1w5eU2EkQeWIz4I5jrBrxxxDJ/QJEoFz45AWMNXajukEICnYUoXe+ujyOjELjKWgd8RbwDGAhTgEvFqNUuBdOtYrfc7MSZ65dXf/FWtkwWILSSoq4P23oO0xPZeywRNAO5BLoYBNYDmQthMYyoIAusGuN7xgTOUBa26+m4PfXqLhVthaB7FZKAlBzyGwk8u5RCCaApfyU1m/m7/Hfuajbv6Fh3iIyNIcmdvF0rXHttL4/QaGobd0cTF/k1Zpm2DZf3PtEZEcsA0UG/oGK2zQl5F/AMujc80295LtAAAAAElFTkSuQmCC);
}
.bifrost .payment-methods .payment-method__jcb a,
.bifrost .payment-methods .payment-method__JCB a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABGxJREFUeNrEVltsFFUYPpe5bme72227bC3YFlrahZZyKWJbi01tQlQQEBP1wYQHSXiAxMRE4pOJ0TchmpD0yYSIJEIj0QfFtD4YLwmxBrFKrGkLbVMoUMruTGfncubMOZ5dStPEFlkf8OTfzNl/zvm/me//5psB4JEPKH6c80eHB6G00rnJyTvnvhmecYJA05iiUS692lnbnS6/PTo6dv4rac6KMlkPYIQGsYN71O2br9waPzsySJkdV5GqAIyD5+r2rY03/rPy8pB/jVw/dPTUSI7aZaVuJAJ0AzC1ZePqjX/+8clrR5TJuSTTym2cIJgAP9HZNlQb2X3mzVmeXWdICR3EdC4p3rZUWxGQp0//MHEjU1FXhSMK0ZVQlwFQNAVe/PSMNTP7eHm5TCQJQ3wXS6ECZXxi6PztXCZZmYgrLKqAqMyxjDFavjhaNjt7y9Q0hfOlXYaB55u3Z2VVzWfzsaAFn9NpJwMkkWcitxgrjeUhMYSL86WbIUZ5FMZ5yETcPwfFDedV+ECkf4FcqjBGGfApoKEQG3E9b95iIESGhgyFMcIBEZdHQgICP2RUTLzAdahTIAEuW1J6AJzY5hP6zt5tPVtrBkZNx/PrmhoaurobuzqR40MvEO1yT/SH897xPYfmWl9QMYjIKkLs8p2hwetfCJ7/AyQIQ7Z1beXOdMoN8W8353cdexsg6cqZc5N9/TEXV7WmdY8IJtorG7+em3lj4MNn13d80PtW+5r23zM/E0aKhrzHrE9DcXCDECIk8ObGx35696PSOar6avbStCC59JUesWBVNLmvqfeJ1Wkx//bahRvOtIzkIiBdl4iQKXNBwFieHxkvNIYV+IL5AZZ2y6W+6ZvXspMOcaqja2qMGspoEZAvvrSDSHjUoc11qe6W1SJzeTKDFbGYVdY3PHns8FTf54qLY5vSmpXjXp7ArGN+N3UpG9QchjBd0dxa0UZC/2E9ljH+y9DVUGRlnCgzGIRfDt98f2DivQMbWn/tN1ataejYQbM28qhcouWOf2Y8veXqgbbs3VmMuS7JqownrPGz46cObzrSUfXMQ3ksQrDv5IUfh6dj9VWmrk9z7GENaFFhDhPDV8YufFybSCbl0jIHGlNunJLY7o6jgye/H7lYnohWq7xUoxEtiGisuF7qmjBmaDl+hiPPKBHaF9cnblvRNc0weAiCnE1tjEIJApkXzEAYOURAuKAsySWSjJHHVzAG9IC3DEZIwmjRifIyumdySLCDoSQEXOhLGOaXiKzYVIh7zzTjRUOCQqFC5K2M18Qk4aGF5P3ieRUwlKoAbEEXhYBM/OcwriSKgHRd37Jc0/asHAlzBJje/ubKnvWJjDnvWjax5gPTphmbskzk5S6lc4tjZYFvZ0nOJDmL2OJp6Uz11Mc3FNHLjq6m2GMJKWa4qkokecO65Ou9TRFNatz5VPWq6riiGxRFPF7Rkk4e3AsUdX/d9paylFqiRiVQIrPNqaZda5+XVnh5/Q8fIo/+awv8LcAAuub/fpmfaAoAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__LSR a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABGpJREFUeNq8Vu9rW2UUfs57c/O7a9OmndvStVjXxh/Q0dlZR0YVRaUg1k5hsH0qQ4YD/Qv2TRD1g4r4wQ92oqjzs6LCYODWDKyIZWizdXN1HTFZOlu7tU1v0tzjee9Nmrn+yqfdvLncvPc953nPc55z3gD3/SL5tpnHYHs3XcKKyQSbBFknw2QKEvvlDg4DfkIdcz0go4XwEaurgLHGkzJoqvCxR576SrayS+J3E0zB2wY0AHWAYMhzABzUQ8krH8gLNsAR4DuoCOyEa3YPJKkpQEMmQQqKYW8CCWepnyjIAqPDCoIcSKpjcjfRCloEvw2yZLFjxP+PwmBy/aAH7NFvN4iS2DUOg5qYGyEDQflJHAJ8zAGQjxCCbTI+gBEHBYiZeb29818u5FUoh1VaH7JiK1v0sA7UxxIiQhpVxxcGRxldRGNE3zvZdeBoPchKlA/pVJO9YS6r2HWE7U5GGyBi4W0sGZX4OArkGL9DPaoJ29CRCOoPF3ICtqpB3EwkzAQ0wzq+BqZGrRdqJnQyToEuipipQhdvKAoN2Q7y1ALpfFqIdwDCpEQW0aqxWxlniWY0t0y8RUVediFnnB9UA6asygLXGM2QwY2E3aAM43PQApEBYNPsVKNs2bA81hiQVsYuQox5pzwAMfCIViK2k66AzeVgrEJmoRS2XF+9bjFyUDNawpyCOget+KUa7KuQzbCNGvGcfiEN72HiXmbh9kOmJt2batpwldhFEFVTubZA7525DfsCKwHOgKYJfsbyFkooe1CrdRly+kJln1RAQfqfB6sFJjK0bd1Cy6WUB/Wj1I1Sks2IbpYo6eBtx6lywMmZEebdlJWzppy7hjyr2wJV5MbtnQ/k84WbN+adDuFM+gzT5OLCil6vZ+yfvYjtapzOLnJeXJPyq0DQa5rG7TtFe6kk3rwhw+f33Jlblu1o4l0/DorhNPgeZqPCgPXFZ8OdHdEzZ34VKGeDS8881fnNV8fHx6+l01JQKharH/l0+LnnH1vJW6nUDYnv/fdefePE0717d09PzWSzudbW+tNfHh98sfuVoX2piXQuN+cCeYhs/kWtJraSDfbpmBSqlVMaHNzb0dFy4vVnSZd6KdLg7z/YmUn/kxx1+xfH4zujzaHR5OVU6m+ZCYU88a4d536a2Pd4WyLxILByd6rVasvmyrRSSiCDQcPvl7f5np72I0cSyQt/Dh3qTSS6ZO2lS9mBgbcGBrpPnjwkrLhWBauQydxy8yNkWYXiE33xlSL/8ON4mViUIVT5VCtjylDXr88dOPDIqZE3n+xrE8iXX+obG5s6/fX50fOTQ0P7geWueOzYay+k0/OTkzcdD5RO/yvyOnz44P5eOSOKhSKymYV33/l2/Lfpo0f7hZjy2WJTuVS83mG+6wAIh4z6eq/p9WQyi5ZVikb98/NLcgUCwUgklMsti5T27GkSiV25MusxdScPh8XEJ/LJZBetZeGJIxFzdtbyejnSEM7m8q5v4c+yPrn//7bwnwADAOuoqlAxu770AAAAAElFTkSuQmCC);
}
.bifrost .payment-methods .payment-method__MAE a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABV5JREFUeNq8VltMFFcYPnPf2Z1hWVhWYQGLiGxQItYqYLGthl6sxpo2TXyhD01MaqutRm1sfNHeUiNNamJMY5PejLXR+NAabb2hFRHbBS+IyoILqFxc98rszO7OzuX0DOBmoUvbJ04yk3POnPN///X7B4BpHxh6IITTh4dhZPo6hY0+oLc3JJ3yBNoGhGFJResijq6eZX15bm6xlU1dkTpuRJsvyN0ePRrFGJp0FnLVS/mlzxEWCxyVmJKW2Ur45IQgq5829X7XNhgQNIBjYOwO+qqDfBu1oca5aUWppb93YO/n4h/noSRiJAFwHOgQaiogCKa80vHeZtvKVWMy0yGxsUU6JNrpi0gNRzpb7gnARGIkPsEN6FERML7L4tn8e+PDgQCwWjGCHFcIGYDk6boek6AG8zZuzd+yHY6ZlQaJT3J0OJ5s+LmzpTeKccwkvHGfUCSw0E3e6EcFq2WHk0RKI7BxpUcnSCjHExazf98e39cHsH+Ek5y0/uJSf4s3CszUmEmTBsRwXo1vv3mU1ZMyQaMjhK5pBD6qDExPCuRenOf8B77kamosVU+nC5lgR29YOvjnMGBIJBsmNKjohgEJFU2eeAc5Qm/Pc7U65l+1V3y2sCFozqY0RZeiAOpGyNOMwiga7ft/ODipIiZY+esdf0RUAEtZCH35nOxBUfP4pPr5ucMxxd0rID0Ag63v/KXI701QJjNNJBRNFqIqTbG1tcqta+pIGCURRhBQUQCG42YzbuZiVy4nhwYZZ2FmSPeAaGiqwipT/MRby368/ujyXz0HG6q+dfdXZlEup+3ILV+LXLd13ZrHCe3odV/9vBnZZvHx1dbKjz8Z2b2TgaqZt4j371vrX9R9vsDRw1hS1kYictfdKSEHJcXIdVWrtJnEoJAlS69X5Ab84VvegD0WWcExS14qHooXW0ndxTFUSeiVmrJT3xybM7NYD4e6TY7FO7f1tXW45pVcP9tsWb2y2MwO7duLIqGFQ1PGcnyoSlVh1gXPo2dLHRpF9wxHXLPzyucWBRTcLIl1OXjQF3Z3DZy92n3uTFtdpTO7wgXOn9QjfupeZ/ehn5AR5M73E94esqgIFcyTRJ8C0mlBiQMoqJTZ2NYBQUyqV/qCuqrOCAyV5XH2bEuTN9jc8YC259xTqLyyWUk+i7M7ArZCbWEtvfI1/ca1WNftrjhefuz4vAVzQhcvonAaQc22Tck+X13u33LCS+PqAlYfUIkCBnskyjN4ZjgoPFPACwrs1Nji3o63c+NBko1HBOtMh6v9NAiFLGVlMUGYHX6oDN7vfKraXlmRf7uF8fuAKmM0WXr8NFNYlJl9EKku2u8eUUarG/GcBgFiA1UHiM+SqrFDMy8Mt79x5zfJxEGczBEDdeG7JAbVpIIThEqQJE3jibgiK4ChAUVrYjRn7ZuFjfsBhmWm9dIcy/rF+Y1NDxEVGEfI0QI33jqgR0OgJy86F0kmfkGoL8TmVPtvMoInQVCAYjWjhgwlNYYFJtbwn6JgLCfVr9IwjPgX9tnxfElLf6S1FxEQnZGAjD1dL/B510TPVEUfCCSbYt8J8dJULSo4PtxF1i0zkgjHM6cP8nCumT60bn5tCQ9FGVFzBshEws2VnV63LcfGSYJoiMOwlN9GJ1CXRE2U8jZun/nuJjvPEzj+381rRFZ2n/N+7x4OS6qhYKp5QejIot6pce5YPtvU5+lr3CM1X4Cx2HjzQvc1DQlg5lY4NnxgW7P2fzWv9Bbd5RdPdvnbB6OP4ygcoMBMLim2vlpuL7GZUyKi7W7xUpPs7TGAKYrIz+eWLOWXLSd5PmOLngw5PT8i0/+3Bf4WYAC0H5um/qQaNwAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__MSC a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABJlJREFUeNrEVktMG1cUvW9m/AUzxsaYMRQownwMcRoFUNJAPu2igYaGTaOWqh+ltKs0rbLpriibtFlUoqoU9aNEJV1UqlSlH1WhUitKadVAGkIJBEOBEMCAscH4M7bHM+PXmbFQwI4ddUOfbGvm+d573jv33XMfwK4PJH0xxruHhxD1SCN+eZn3eBIcRxoM6pISkqZTLbh1YN3As0DpQc+ArjB7wGyQgevXvZcvs0NDwsYGFgSk1aptNrq1zfLmG7qaGpke7y2Y+AzcPwPrBZEDUg26AmAOQ10XYlr+G7FiILBw7pz3yhXpD3LbvPSakJZpNpd+8L7l8CbuPw8cKy+bUCJh5SNIFmpwnkUHLwChSif2IZCC3z/b2env61NlohrAXA/MScgpVmhKPwnSTBSg/hX01OdAqFMgifSI7u7uLHhStHwHqK3g/QOEGEKqDNzpAe5exaM9jyY2PDTkam6WMkco0VEanjQszyCtFYtRIEhkacZSBjGvJCDFWpQ4oNGpm0Dbs+1yvfcLiWwVnUeSBGWxJB2TKUwoD4Yq0NCY9wESQGQxxKREqpDZjkgtxGUjlFB8RCk6ID6G577NdmJxhPUO/I7fu1hewUz+MtTwzumlt8+iRCL01y0NwyBrUcz5pEk/LbqHDHvKAyO3NUzx4mqu8dnza6T9sYUeXfQuBBZEUSDVOsDxZb4K2V9jNvshEd+e0Z1FEgyEgiHtgaM+Wo8L6jYF6k7V0YpXXzR47htKikZ/+DX/2BH/4hz5RNdmmd1H/cS0t7lW+CPiaPSrE4O5zfSBj5iSQJgVabOJENj5YPFeZg2GPwYhAuoHkDuJFQRsMMZY3p/QECoy5l6usGr5SHhJ1Nyc9OapQb2ycG9mDjlr7/89hhsbudt/4gVXbuy3vfT8/n1MgvMHoYyn6LnZJT03uTH4IRFZBC6cjVikouLORsRGYO6eho/+Y99TetyCokIu64l6Y9QLp/Ni3jsun9HLa1yT65TZNjY6PYt9ne+GnfVh63OF/PRalGJ0oemJwcdru5pOtag2fsS5hYjKyaw+BYUqq81/oZsURdDpuTjvKas0UuJ6nLKVF66eODZV7rRtjMyz/fZqc8z1KekebslbHbgqVOaHF28MMjZTxOsTTH4nPzzyTawgDxxEn3HfSymCkFokwe+/mz7ZQSqHk9g6roQiKSrlNccMlqeBjwBBgJqB/EOAw4AUlZJKBSWVQUpcHLAAmKSI52+AZX+2IjG0ttHt7XHFUdxaVFL2EspzaB1WBuSgHA+YQMmKxBRgJE9iQoIBLMq/sm91J5jqUiBSIZFKVdrTo6+uFjKoj7z1CEQ8YHSAqRlDJjtJ8GyH4ODFFMF7CKQ0NBUVldeuGZqa+K3yT5H1eAhwzVv6Yy/DJiTL/8FIKDOSPlS0ouNfI30RpBGZsUWLodDapUu+3l5uZibB80nxk5plTkND0Zkzxo4O2W/qSxj/BHxjcrNMWlBaMDnk5lX7evr+MnaSHcDBYHR8XEZlWUn/tLW1OocD0DYxlZRlYwI2p4DzgzoP6Cq5y5C6LLeC/+Eisvu3LfhXgAEAf8/7jEkHl1EAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__multibanco a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAD1klEQVRIic2W+09bZRjHv+/poe1g3O9sHUzKxnSaKCbzEkck22SXbCQDhbENXAzZRB06ExNDssQ/wJ8woptO8LYfTMRMcVE2t+KCNxKzjeGuNKXYlsGAUlpKe87XHxgIg6RvddF9k5OcvO/7POeT7/PkvI8AQNyDUgGAvLfYhBDTYLJyuH2wXXADEFDEQqsF/l4TADQCBgUoeTgHWSlLooMDQBnHhsYmsb3xNFy3/MhKNkO/HTMX5E4pQmBgKIC1K5PwxeGnEWuW80GI6WyU0ddd/TQ/08rfrw1R03SGQmGGQmFOLfLM7Gmazu9+dVLd8BG7ejxS37ntEqXBHIN+fth+jbounZ8kORUmm768RNewPyow6VKGggGoBkCoC3tl3DsGk9kMo9GEYHAS3tERKIoCkjCaTEhITJYq4T8q5cH6A1y7ppD2vhvz1nt7znPNKivfOtxIknzj0EGuXJbBwvuWc3VeDq0rsvnm668yHA5H5ZgUmKZrLF3/BAGwob5u3t7zVeUEwPJtpSTJbZtKWL51AzvPnGLnmdP8rOUDpics4ZHmprsP5h0bYdEDVtbVVLLAkkWnw06SvHTxPPOz01hbWcb1jxWRusYdmzeyYf++efFbNpbwhd2VUYEpMjUfGvTA7fagcnct0jMz8UlrCwDg2JFm3P/QgyirqILrTycmfONQFAWxcXHo7v4Nhxpexp6KMnSfs2Hf/gNR9ZkUWL9zAKFgCPkFq/Dcrl04/vmn8PvG0dbWhqrqvci3FsB7ywu7vQ8GgwGqqsI7OoLrl3uhaRoys3PwbtM7mAoGo4KLaO3Hx47SaslgcDJAh72P+TnpfO2lOhbmLePoyDBvelxckZHIb0+0sWrnDr5SVzsv3tlvZ3ZKPL8/2X53S+mwX0dSciqMJhMsuXkoKnoEbze9j+LiYiQmpSAhMQlL4+Ph8bgQE2MEQAQCE5jweRHwT+DG1SsIB6dgMpmk3ZK6I3r/uILYuKWYuXierd6DHzp/QkVV9XQSVYVqNMPj9iA1PR0tR99DR0cHdF2DEAr6nW7sranBk08VS4NJ/WC7f+kCCTy67nFgOgCuASdylltmz3TaziItNQ0GVcGPnbbZdU3TkGvJxaYtW+WhhJADGxoPIy0+qkFkgQJBHWO+SWSlxkqBRewx17AfxfVf4eeewX8F1t7lwM7GU5gMaVLnI9owFdIxFtTQ/M1l2C54ENZ0cM6QM/PGOQPQnXOZqgqcu3gT3pAOTdOBGENEMKlStp68iuNn+6AIBWKxwSuCdAIGAby4fTVK11kinpfusf9as2D/N8hi+gsJiP+UICqObgAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__NPY a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABJlJREFUeNrEVktMG1cUvW9m/AUzxsaYMRQownwMcRoFUNJAPu2igYaGTaOWqh+ltKs0rbLpriibtFlUoqoU9aNEJV1UqlSlH1WhUitKadVAGkIJBEOBEMCAscH4M7bHM+PXmbFQwI4ddUOfbGvm+d573jv33XMfwK4PJH0xxruHhxD1SCN+eZn3eBIcRxoM6pISkqZTLbh1YN3As0DpQc+ArjB7wGyQgevXvZcvs0NDwsYGFgSk1aptNrq1zfLmG7qaGpke7y2Y+AzcPwPrBZEDUg26AmAOQ10XYlr+G7FiILBw7pz3yhXpD3LbvPSakJZpNpd+8L7l8CbuPw8cKy+bUCJh5SNIFmpwnkUHLwChSif2IZCC3z/b2env61NlohrAXA/MScgpVmhKPwnSTBSg/hX01OdAqFMgifSI7u7uLHhStHwHqK3g/QOEGEKqDNzpAe5exaM9jyY2PDTkam6WMkco0VEanjQszyCtFYtRIEhkacZSBjGvJCDFWpQ4oNGpm0Dbs+1yvfcLiWwVnUeSBGWxJB2TKUwoD4Yq0NCY9wESQGQxxKREqpDZjkgtxGUjlFB8RCk6ID6G577NdmJxhPUO/I7fu1hewUz+MtTwzumlt8+iRCL01y0NwyBrUcz5pEk/LbqHDHvKAyO3NUzx4mqu8dnza6T9sYUeXfQuBBZEUSDVOsDxZb4K2V9jNvshEd+e0Z1FEgyEgiHtgaM+Wo8L6jYF6k7V0YpXXzR47htKikZ/+DX/2BH/4hz5RNdmmd1H/cS0t7lW+CPiaPSrE4O5zfSBj5iSQJgVabOJENj5YPFeZg2GPwYhAuoHkDuJFQRsMMZY3p/QECoy5l6usGr5SHhJ1Nyc9OapQb2ycG9mDjlr7/89hhsbudt/4gVXbuy3vfT8/n1MgvMHoYyn6LnZJT03uTH4IRFZBC6cjVikouLORsRGYO6eho/+Y99TetyCokIu64l6Y9QLp/Ni3jsun9HLa1yT65TZNjY6PYt9ne+GnfVh63OF/PRalGJ0oemJwcdru5pOtag2fsS5hYjKyaw+BYUqq81/oZsURdDpuTjvKas0UuJ6nLKVF66eODZV7rRtjMyz/fZqc8z1KekebslbHbgqVOaHF28MMjZTxOsTTH4nPzzyTawgDxxEn3HfSymCkFokwe+/mz7ZQSqHk9g6roQiKSrlNccMlqeBjwBBgJqB/EOAw4AUlZJKBSWVQUpcHLAAmKSI52+AZX+2IjG0ttHt7XHFUdxaVFL2EspzaB1WBuSgHA+YQMmKxBRgJE9iQoIBLMq/sm91J5jqUiBSIZFKVdrTo6+uFjKoj7z1CEQ8YHSAqRlDJjtJ8GyH4ODFFMF7CKQ0NBUVldeuGZqa+K3yT5H1eAhwzVv6Yy/DJiTL/8FIKDOSPlS0ouNfI30RpBGZsUWLodDapUu+3l5uZibB80nxk5plTkND0Zkzxo4O2W/qSxj/BHxjcrNMWlBaMDnk5lX7evr+MnaSHcDBYHR8XEZlWUn/tLW1OocD0DYxlZRlYwI2p4DzgzoP6Cq5y5C6LLeC/+Eisvu3LfhXgAEAf8/7jEkHl1EAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__OBT a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABnxJREFUeNrcVltsHNUZPre576537axviYmdxKbERhBCEzXQBlAuFNKkRDRQC9EqlZpWlJZWQKq2T31pU9GipsJJqVoJEDSViAhFXNoYRc3axLgpNrGVxOCsiZ2s7b15Z2dmdy5nzulZe/vcywMP/Vczc6T9//nOfznfNwB86gbFxTkXt5X1f2//eWDNUxiqr/9HvH8fyDhlAPicMRAs5wZIDRGyeWsWMgw5RRhSHiKIEKvtiXEAOQ6JcHYJkBgIOeTchwjL4g8OQsCRiAfihhiEGIaMwwBzTAm33JIUyOua+8SmZIBclzLZr0O+euHoifFfaooKAKI4UKDGKYAIOsSUA4aBzhCBgQuIHGLGeFXm0RAAigLIQpXKYn8u8QMWYIgkIGEKOBG7CmzT+t7nnutKbpzIj0WxTgP296un6pBnP36jFDGdqhvhCvO9grSkqhHPLhpBo+dpjr4gYyXixl1oE6AqFcVWSi6v6kEEAZIlGUlXfZsZUHe5uwSsJGnxJWcxP//45me2rt/9k7e+PJRPaT57bPtvPsykBFytl7oGQLna3/nEwIHU8QfGvrTmYKmQPdD13eN7Tx976LW9zd/HZuPTu47FldYEMX6054/M0x9c+53nHxga2HfmntavF3PmwXVP/nb/6PH9Q3vbHyyC60oF3Bjv2b7+/l+nnnqvcKYz1h5JGO/MvLIq1lHPMmCoUVuz+9aHn0/9AvLg21t/OpIZuffmr7147gXmZ79597ND2beSuAOGopRhQuqIx7t39X11IPUzWVcf3vz4dHHys317D//1UDNqP7zj5++efK0j1hfG8dVKumTPNCkqwl7gkLw5+YP9v3oa/L6WpUvtOEwENj07+/rZzCkHw6jW5nn2O4UX/pI9UWseYRVeCgANEPPCUAetdtV6O/vSYOaUTKJRHI9y9ZHeb+zb+BWDxHjIYrG2O1oODJx+JtnebQV+unAtTtqf3POHDY299SyxJDusQiWXAUaprQIxJUSMaguJe2ptQiERM8nLdlVvEEMZKLwsIZDEkVVSBDDflWCV+2OFYR8Hw5k/UxUuWFOH7zjmBOb4J29uX3Nfb/P2XRse0eWox51/QYag5C8SSTrUd0TRfc+vOqykKzGVKn6IdKS7vhcwtX/LD8989DJAMpM1lSQwoBCxqBx3q3kHOgbvRNQ0qxmd4vTS1OCVV/r7HuvvO7QCIWy8MHL2wos1OHFtO9g1X0wv5XJbe+4ylOiJD4/MW+m2ROfk/LsQ89XRdanZ16/nM5tabvz4+ohhxKeLo4ZqjOVGVUlvirQNTv+pXMzs6tl5U2K9GeamisNYI0OzZ2zHhD4u0sWJ+fOvXnzud8M/tv2l8ZPZGnd8682dBTouVZsypSlJHE4GtViHt7SgxRtcopPcQrKtt2RdLltVLRahFYxV4jNbJwnOkW+b8Wi83Vh7Lj+sMg3oJI61mJT0qGNVFiEyGJZoUCKEYEXp0jcevf9vtawFMbSgzj1bnjo5egQl9FWwea5wqaf7obn8VIWapKnlixsevZodW3SyVC4rUvtibqxZuw1hnC3OtHXfqsoNt7fc61ykhqRVPLo2dsPlzISi6DjayVEIGJOVhGCoSuiscONyL+XA97FVurate/+lKyPbNt1XaO+VvOgNDbe06I3ni+8tZK/JKHlnz12nRge+0Llpy013Br4esOzmdTucsjuXn8kp6Z2rH1UNChT54tywq5QIkhCVAIGccQZcjgVVVgWD1qkg5ArWkEXLlFZu6bmdMIJR4+TVcypGuqFDB3u8LLwuZcblWGR1a4dBpJnyxIKdvTA3xgLW1/WZtPWBkWganU6VyuY/ro954q1QFZzNoBh8iQuKpWLGiaDkepYSDXNWTuqIXk6fVqLR1Q3mR2baxvOXcu+n0pm4saoU0Fa1qZib9dx8pnzRMhez5U8E9xqG7qHsxGxxzpmjV04YyabphfdVmUtMwUAwcE0xQvGAHKFampT5del54o0d53ODBBqYMCgIPcChxmWJsypDkqgMDAFGlBMEqEL8soVlMQyiEoCy0KeBKAZHMvcpR0QSKqCI94uCChARKA41F+IoGm9aS7cl73l239s1yMni+cEPjgLJEG4Q8RXJhjVNEr9aaYTiwdp5EhMquuGLkUChVJNaLlbClbFamJA7IVlkGaLeMiF+aDktxgUpsd29/TcnPw+Xe8nRp/YVsvJVgMD/u/1TgAEAkxVAzUVE8LgAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__poli a,
.bifrost .payment-methods .payment-method__PLI a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0VJREFUeNrsVUtME2EQ3na7lBaWtjxKUXlTG+KBgpaHwYpgsEpICCEeuJgejBePcNFGTCB6QeMjUWKieAITXwchIakJPkhEPEB4tYCltIDQLSV0+6DtvhxYJYIoCQdMDJPsn2/nn///ZuafySDInosAPo7j9o5PIBDufZT7lH8S1yozvhzeNaXod1VnZ2dPTw+GYYJ10Wq1RqNRIpHA1rgnfH945e1sMMRw7RWqCMueOCjFMeHKitdkuup2u9PS0lpaWsRiMRh3TPh0yWK1PGobWm6zVFdXbzFoaroO+lc2X/KjKaTVgtyyILet+udO6YPJuu55iuPGRkd4S71eT9M0GDMsq+2YUT2cfDZBsr9cvk1ig8Hg/Pw8AIPB0Nvbq1QqAQ987B1yh41mwuWji9NjLmoVTw2qy3nyIMW9mPS9dFDEnIM/np+fj6IoACLELTOYXBa7FNkpsYuLi7OzswCKiorKysr4FCUok2+MhLx+6qwa7zyTIhOvOeqLsCdTJe/tgdfOcKl1gj+u0Wh+uB4KXZC7ajIlGUnQ+/jfysfhcHo8HgA5OTldXV18xLHqgneuSHS0oLk4gecDwaOE57NxhEOIIDNqmVy7SyjMzs7md20DH9qN5RUlx1rv3NshSrt9mmVZACaTaWFhAfDRIxrdubq2wUCWDNMoNtUCGWGBB2NCTtsU/CoUio0oh0fH55ZWAGRkZO5AabVYYIVyhSfJzc0tLNRdaWyYxtORzzbPquibnz78k9UbZjqmfAiK5olXzc4Z0MhkMqfTSRCEXC632b7ycavV6h0oLVYrrEBmNptxHOd7AyGp+BjRcoBu6Fu6q09SxaAzJN3Y5x5ZWM1KkZ3GXU8WifVHcUDRMQxTW1sbCARAEx8fv5Hq7SlJkhwbGwMA7cXXKi8Zcdil3Lib/Utv7P5+InQoFp3yUn4fLZWgbaeUkU99HtIPZkAGBQ8AHB0cHAQAl1AUBSWpUqm2p4SWAje9Xm9VVdUW164VJfop9rGFdPtotzeCYMLjqdLmksRyFdqNSerr60Ui0UaXV1ZWQoYKCgoKdbppmy0QDNbU1OxyeH0hQkNEOMJyajlWekAiFQl3Mbz25+X/Q/kP5LsAAwDrfYlN46eH0AAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__paysafecard a,
.bifrost .payment-methods .payment-method__PSC a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmpJREFUeNrslc1rE0EUwHdmk83u5qubZJPUaqv2wxqCRQVvIghCFaT/ghfPUgXxKv4H3hQvFbyI4KnooaigBEuptrU1LbU5tI1t2TZpu5vdmd35cBqKXryUQkXIwAzDzHvv9z6YN5J05AOIyTk/Oh4A8OijbCFbyMMjudtwnj1Ho2MSZwfSZ1za9cjBkYw5T0fkaDQoL+DShHikLmE+5YxxL2CUc2GXMk4YFysOGCaM0L0rxvnDD8vDoxXSlBSWhDAiTIgJdUz/eC8ESlV7zQnEPtQMEeHJabdSpjt2PpUc779w59X3gWOxW+ezw28qhfbYjT5DhWB6xe7M6CMT62fTavF4/Mn42lAx83ZpRwXSg3fL779Z96529eR0BYKTScVyyartt6lyQoGISCKMH3Wcjyr7UVJrk0zO49LXYG6Gf5mu1NGVXiOmhy1EXAjLljuz7mLGF7dxteFbgOczquXThgw+rTkQgsH+1EzNSxrqiuPvYnrO1BDhs5vewhaas9CyHczXkKGG2mNKs9c1kUCW91Ii+UxiEgQRGS7W8TYiG46fjMDetBZV4MtyrWL7XYlIIgTHKjs1N+hLqXFF9nxayGiOR9NxpZCNBoyLBE+uNwTg8ol4GAJRAkUGPmWiDiEA9hML89nEo/vB1KwEoTw06CO/3sDXT5lDPcbqpmca2kBOf1z6iQFIa6GbncnuvJ6JyK/x1rXuNru7rWjqdy/lPy5t5zS5w1DriBZNjVDhPj9tREw9HIHAI6wnqXbEwn9v6xNVOxqWC1n998nnqvNiauOMqd++mBM5OGRbb/0kLeT/hfwH45cAAwDZDkAQk6UtowAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__PSP a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA59JREFUeNpiYKA7YATif/9d6GYfE+MeJvr7cgCsZIEHL52t/Et/K38wMPwnIb0x/P+PHjCMYBMYkcxhxGYmI9xKCO8/AwIxI/kezgZqYPr1+/+z50wKcv/AghBrgAniF4zLDOYCFf+DJRTG/wzMjGDt/8FGscBt//mT4fZdtpdvuD58ZPbzeMPAyLhnv/CPn0zuzu/YWP/tPSjMxPTf1OjD4hVyJ88KzJxw/u07jivX+TTVPouK/N65V+Lff4Zbd3iDfJ4rKX7bsUf80lU+O8tXTCxMzMx/rUw/HT8l8PfffxuLL1Af1DfIMjL8u/OAKynPXF/nzeFj0rfvs+07LP7lK/Pzl9y7D4jtPyIKdPXp8yKMTAz7DkkpKfz49Jlx03YpVaWvE2dqcHD8zCpx4OT89fwl37rNiiLCn5auVuDiZJi9SOPkGeFrNwTNTF6GJTlam79SV/nc2PgMnkn+nj4v6Gz/Njzgkb/30w3bVL99Y89Pvx0Z8uTpC54fP9kvXRVzdnhpZ/mGX+BPZOj9jdsVubh/MTL/5uf/c+uuoIrKp8mdZyKC7r94w/P2A7eQ4O+Hj3n4+f+Zm77/+5910kxNc+M3fh7P/zOwIufL/zduCYqLfv/1i3n7XkkFuW+83L////+zYZsML8/PyKA7Hq6PW3v1rt7k/fmT5eNH9jfvOMMDn7KxMifH3XzzluP/33+v3rCs3qAoLvq5b4qOlflrFlYmUdFvNhbPL1wW3nNAsjT3MixNgK0ERuS/f0zv3rNdu8nZ0KWrofKpofzC0xdsVc16v3/9iQ5+NGGGxtkL/PGRtxVkv79+y/L0BZOpwasV6+UOHBX6/p3p9j1+YNimF1n9+MnYUn1WRurr9j0Snz//d7J9qqX+8ctX1mD/+5pqn+BWMoKTvMW9h6w1bTr9LZf+/2eUEPsJFP/6jenVGw5FuW9ABW/esXz9xiIv8x2o7dUbZg52Bh6eP3fucclKf3v5it3K3X1a7yETw88iwn852P69/cD6+xeTAP8vFua/k2ZpLV8vt3vNHgF+YGoGeo+RifEYxErLN2+Z7z5kNzf6Ak7KjEh5huk/FjY0aIDUk2esm3eKhwU8Fxb8A1bAyMgAyT+M//79m7lAVkP9i6P1u/+wYg5q5b//lmCD/v0nvcgFawRaxvofu+wfsB9YYMUC0MrjEMshGv6TVOUxMMD1sONS95+BDYWHVOCx07+M/T/M68sBsHIAAECAAQDtyYJmM/+LFAAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__PWY a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABERJREFUeNrkVt9PIlcUBmZgGGYGBREcEAQRBcUNrjZxTfZhH43ZtA/7qA/+CT74N2wfuv/B9sGsDz64xtgm+mK0aVw1YmsV1xalKgKiwMzOMsAwMww98dcq2XSb7cY+9PDr5t5z5/vO+c49F5Xq3k0Nn2q1en94arXm/qNEP3unKIrlcllRFANOMAyLIBqtTovpdJgeg1Agc/D9BSArlYooSun0+eFhvFQSeL7Y6m0mDcRGeBvXYxpEA0ZRRCjUZbFY/q2WENDxcfLo8KSpyWIy15cFkSQJkIWiyEwmdxA7zmUZIETTVq/XQ5KGROKUZd+1trqbm+kaLT8NCauAtxv54x3HdbS3NdFWFP1IblKpdKlUQhAkmUzDWxDKFw9Xdwa8oZ5umP8IZBVeqtr0A9PNX7ZBob6+kP5CpGtP+LmSTHVr295elOPyqBZF1JqKUoE8K0o1EPARhOEG8jZftVIup16/rggllDI2P3smqtQHxwmjyRzs7sC1WvBQJIkLb5oe9V9rUlsijhaHGDuEmnLYm6yNjVmGyWQzN3i15QN7hfRpRZbsX38Tf/Xq9Icf1SjibbRUckxxjZHq6orJFO5w8Im4KqwtZzOGZofe4eQP9o1+P7e9TQX8KllJHMRc3V1sjkkkU5gOi0Te6nHs7ypWZJjiUTyzvIwajcWTY2Nnl0qU+VSqKokSx2EmcyG6j+D6bGIZxQnu1y3zQH926Sc5/577bVuB4mHZhg7/aSrFFwoWs3nv9yhN2yRJroG80wpK8RNz70PL48cNj/oxmm588qSYShIet7EzqCWNuNujs9nKuZyetuMuV/1XfbmfV+r6HuZW3tBPn7JvVmUMi+bzOIZ1eL0aBFHU1YOjI5bjaqrzQ5Qwj7e0EK4WndmkyHJdsFsRBJnn1XrMQDt0dBMcCWNXgGr3FY/+1OA41d5RrchUIKCB00/TSlmo7+khzzP5QqFQLLb7fG6nM32WJkmyRu8v02PZcFiDonWh0D/psVcnD4RYWFiYmZlJgXIXFolEvnvxYm5ubnJysnptsixXb1kul/v+5UtZkmCsXM0peZ6fmJio8byEuIztKrGSJAEGFDdkhaIol8t1dnb27fPnXq/X6XTG43EEQYHf1tbWyMjI0tKSzWaDHptMJtfX16P7+21tbW93d7sfPIhGo2azeXZ2FrbD8WdZVq/XC4KQyWTGx8fhaR8gL081rDkcjvn5eZ/PB3tgjGEYsFlZWcFxHJqL3W6fmppaXFwcHR0Nh8NADgjt7OyAg9VqXV1bo2kaojk/P19dXU0kEtC2GhoahoeHp6enh4aG7kBqtdrBwUF4OkEQHo8HWOt0umAwCJDAhmEY6CMmkwkcgDUECuNYLDY2NpbNZmHJ7/dvbGwMDAxsbm4CCchqPp+HGMAfIC0X1tvbe6d8bu4anudhDPQ/eXOB6m63+zOu6P/Hv4L/wP4SYABUzmN6yzWhygAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__qiwiwallet a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAD3UlEQVRIie2XW2gcVRjHf2d2Zmd3Z7ObpNtsNjHXTeJqTWkbm1AI1Avpi1YRioopCPqg1QfFB0ER0QcreAFBFFFEpL4IUq1IbZuXRmkMsfXSKDWxSXNtmu1usptkL7OXOT5E0mybVKOgecj/aZg55zu/833f+XNGAJJ1KBVAyvXFJoRA+b8hVtMG2Fq1AbZWqSu+NWPIcD/Y3Qj/dsZiMBOdQVXENUMtCdV+N8WGRjKdZ3AyzrZgKQupHEkzj9fQUIRAtQkS6Rxm1sJraKi2a2MtlwDkkl1IC3peRV7oRZgRiP4GJdX82PQCr/Q2kJqLYLMVJjmbs3A77Dz/UDOHuoaQEip8TrJ5i8GxeTp2BEhn8oSqPZw8G2YikuCJe0I01xWvDiXEVWBfPwXzk3DXO2D4YaoPvjoA0z/Do10QuH3FQM99eIZUOo/LqXLwkR08+XYv4+Ekd2z30z8c59JsimJDo+2mMqaiCe5rr6E15Lsu2JXtj3fDwOew971FKIBAK3QeQxp+OPHiNQGmZ9J8dPw8gxNzVJe7mZ03GZ5awKYoODVBbZmbeDJDW2gTw5cWaKrykMrmUcT1ywjLe2ykBzw+cF61E9dm2NYJP30CuSSorqVPz35wGqHAD7/P8My+LVRucvHwa99yYG8ThiPALfUlPObSqC8vYnvjJkJVXqLxDF63nUzWQrUJlBX6thBMqBAZBjMG+rL655IIzQmaA4RWMNmSEnISy5Ig4YHbaikp0hkYi2NJFdPM43HpGE4Nm6JQVuyg885aXv/0Vy7OJNnfEaSloRSAsxdmubnKi6oqhWCyrBERi8P3b0H7S1dWt+kwdxGCHWArBHvj8Z18eWqMyJxJKpMHYE9LgN1b/Zw4PcHHx88zEU2ytb6E6dkU50bj2FWFyWiCi9Ekv4zEOfzNCKVFOkf7Jnj36V3cWOkBlvmYaLgbeev9yKMvI794EAYPw8gJ5GQvcss+Fna/ycTlJJdjJuFYmnAsjV1V2N8RpMLnJGlml4B1TaG92c+pc9PomsKRnlHqAkXkLYvus1OY2Txuh8pnJ4eQCHS7RjDgoabMWKGUioq49xBUtiHPvI8c6kY4vdDYgXD7yGRcHOzyEpm6DMstw5LYXSqtoc0F2Sxx67QEfezZWcGxPhW3rvJdf5gbNruXPKy5rpTR8DzB8iJS2RwjlxKEqhYzVmgXy5VLg+pYfDbjMHQEShqQ5bv+nLbUBIhVTlkincdw2EhnFht9dHoBj2HHcKiY2TzFbjsD43FqygxiiSy6plBapK/gY38lMw669++N/RdaO9h/pI2L4j+RYJ3+jPwBAwRtzMDfInUAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__safetypay a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAE9ElEQVRIic2WaWxUVRiGnzNzZ6bT6SztTAuFlq3YBRIWCwKKQCSyaKCCCYrKJoUSCLIkgmhijFpEwRICiWBMSEgETQQiyhY0srRQNsWSCsWWZYoUOm1nmKWz3TvHH4VKiSZiauD5df98N2/e8573OwKQPIIoAFI+WtqEEOgetoh/ooMwjz+CqiUAaGgOE7/z/TBoF3bDE2LUkr0s3nwKgOL15SzeWPnQhCkAzYEoY1Yd4vdbIS7uukD3jBRKJhdQtHQf1hQja4uHdBiqrGkiM81Mz3QLAOfdPro6zKRaDFRd9RFRE8TUBF3tSagJib81TlRNkO00o2oJAhENRSeQgF5Ams1EtjOZ07XN5He3ASAAGY6ofLD9HKt3VNG9VxoZFgMpSN6d9TilO6rI7ZLCluVP4WuNM+3Dw2BSCHmCbHxjBHnZduxTdzBvcj6lMweR/tpOcrtaSDUpDO+fwdeV9VgNeuyKnvHDs2jxRdh9wk0wrjE2P4P8nFR++qWBRUUFLPv8FBe2FJFuN7c5lmTSUzqnkEyXhR0Vbs7UtRALxdh98jrb3xrFqGX7KS6r4JMFTxAMRLFGNewuCw6riQ17L5HX08EfV73UNgTR6wU9Mq3kZKTwbGE3tlVcIy/LxriBXVk5pT9CQFKSniPVHna9/wzxeIIfz95g8dpyShcMxWVLAu4Lvz8UJxzX0OsE6AROq4lQOE5C0zAnKSgCJo3uzbDCbpw5f5NtP9RRfdWLMOo5VtvC8d8asZj0KAIcBt2d45IYJWgxjVBUBSAaS6CTbRfLYNDx8vjHMKeZmf98XseMtUZUVn5xhk17LmDvYqVfth2nomNAlo15ZRVMGdmLdSVDaQrG+P50PaoUuLpY6Z6ezNYjV5g4JIufTQpna1sQwKtP9+KVMb3x+KPoEFxqaqXmqBtfPMHaGYOQAtD/5YlREdhtRsQ9NglAeoNRRq04yPnLLaBJyhYOo1+2jQlL9/F28RBKZw1uH4ipCS7dCOC0mXBZTVxpDJKbaSUc07jliwDgtBqxmg0EwyrNwShxTRJTNVJTjGQ6zDT6o0TjGtnOZAAC4TjeUJxsZzJCtBUsgJRSSo8vIgsX7pGrtp6VUkpZ9M4huWhTpfyvNN6OyCEl38rln5164FloM1XeXUnNwRiOZAN6naDRHyEtxYSiE/+yeQApQQgafWHmfnyMqis+BJLpY3qzumRouxPeUIxITCPTYaamwU8PlwWTQU/tzQC5mVaEEHQQ1hnc9IV57s2DlEzKZ/qY3rT4Iuz9tYE6923KFg0DYNq6cg6fa6BmcxEvrTnGgD6pBMNxrjUG2f/eWIROtIW/s6i7EWDqR4eputREt3QLDZ4QvuZWXhjZk6wZ3xBQNTbMH8rZi00oOkFl9S3Wvj6Y0SsOoFf0lK+b0JZ66NwlHlE1vK0qCIHUEmRkWKj2hplTVgGBGKpO8OXRq/i9EWzJRr467mZgnzQG93VRkOOkIMve/q9OFda/h4Mja8aR08NOKKpSfdnL3NIjHCp3M/PFArYuHsF3J6+Tl5PKk/kuDpyoJxRR6ZZqRiQ6Phg6PWMA9Z4QC9dXUO32caUpzOyJuWxdMgKA89d8ZLmSsScbqaxpYmAvB7duR4irCfLu7sl766KzcXuCsu/snXLmp+UPPMv9ddHZ+FtjmI0KBuXBEvO/1EVn0C7sYQv5O/4E4qH/x6owe1UAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__directEbanking a,
.bifrost .payment-methods .payment-method__SFT a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA9pJREFUeNrslU1oXFUUx+/XvK/5zJvJ5KN5mdSoaSdxYZtAMcGWIAhFEenKuummSJcSdeNCFDdCNyIuRKEuxIogSF0Iigjioq0mBp2ME9LoJDP5mEwmb2bevO/37vWGBEpMFQSJoB54m3vPPb/zP+e+cwE4coP8Y4wdHQ9CdPQq/xtIcnjJ9XxEXaQvABbw4jNKUUJDidyfRGHGWtgqk77TAEt/DRmG4WqlWm9aQ7Fm9MbjgW0ADADF4uSMdPaNP4xBffOTpwCWoxe/hIc2/eKHRJuC8cF7IDlvaXnZMMz+vv5EvJucf0cIPea13G9eAaG7r6a57P18nTktABEUFeA7SB2BsV5am42MPcvaq17hA6ikyciF4M5nzG4AIntzb+Pkg3hoWjh1BQrxA8iNWq3Vbo+OnKCI+J01UP6CQSJNverNvQsY3fNxbr7uFz/mh5ldd29fw5k8bVWFExegnADUs796njYKzGwIZs1fuA4TvZHhJ6AQZUGHWVs84QPXh1Kq7+hqqgthXFoq2+3NcPZ97/v3qFEBngkCez8vLLEQMqfJqUgdjTz8HErdB+MaVLJk+EkQ+pGHLqHsaWbWoKRKj70lnnkZBK545kVp+ioUEgcKy5F+EKiybBhGGLhQVPHEFRoCoPSik8+ATJ7Xllo1YewSJKJ7802w+0NDfmuY2wE04DAWuLwYzNxkbmtXED/s80Qp36LtKnN2oJgEEN9F8pmAMXY8tyeZIDCs6AEcmIlFY0NKZrn/crbnmFj92vz8MpJSgEgoqRHtHI/lzV+DSjfWJv2lG1xEZPi8e+sqIAoZnA63igDxtBDuHXe+fc0vfaQ8/SmU0wcG3i/lFV3Xx/J50zI3azWCI7lBbUffWa2sjeZPxiQQtKqIGz8RUYDSD0AA2itATAExDTqrTEpDEmXtX3nzgJQFVgUofbuSqMVVIiKAqMZV8oF3F+k4brFUwpgcHxoURZGvNLYbK5VKJp1+4P7h7YY+/2OR+4+PnxIiEc8xbcdNqRkImGN12qbTqG/lcloylbRszzYNWYn7rt3VlSwsLMpKLJNRk3F5b8YeGOsd0yyXV0zb5kEpDSkD3ao6MHCMEHKb263vdnRd7Upt1bdFUcjlcpVKNUJ4a1gY0mQyubGxMT4xUVwoIISzPVnLsvr6+hdLJQaY53gvvDSjKMrvkXv3yDA6tuNghGKxmCzvT5P19fW52R8SvNOEhEEYEUg+ny+VFvGuIcd2RElqNnXfDyRJ4lkWfirMzc2fPfco35UkmTtMTj3CXe+B/LusXq/zTmnawOHH6//38t+D/AfsNwEGAOht2tjL2692AAAAAElFTkSuQmCC);
}
.bifrost .payment-methods .payment-method__SO2 a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAptJREFUeNpiYKA7YATi////088+RkYm+vty1MrhYyULLQx98/n76Xsvb7/6+ObrH04WBk8dWUEudllRPiZGRlpZ+f7rz9gZu9++/8bAwsTw/ecRK3U9acFAUxUzZQlEwP77B82aQOofoWz6+M2nO8/f4VGgKiEQYaXOwMrEwMPOwM2hJyO0/vyDS0/focTltosPQvo2f/r+C2hnwdIjLz59/fnn75k7z99+/g6U/f77z7N3X4BOefruy9XHb+YcujZtz2Wg+I1n7y4/fgMx4fffv+fuPX/87jOEa6MiDipnfvwOM1N6+uHbzUdvFYR5UeLyzdcfa0/cYmNnmZHkfPn5h2N3Xiw6dJ31P8O7H79KPY3mH7358+cfOw2pbZceCPOyH7/zMtlWs3/7+QM3n/75919OgLvQy6hu9fFfv3+/+f4r3loj2UHn7/9/DL/+eJoo/vvzb/H+S4qKoiaKYigF3qyDV47cfvr/F8PPP//+sTK/fP/JTVO2NtB87ak7/TsusLKzVnsbNKw81pfoaKYkUbTs8P0X76+++BhsrPT84/f7rz6I8XLycLDPT3e5+PB18pw9B2tCVp++8+37LyUx/jsvP336+l1dRjjYVAVS4EF9+e3n7////s1Jc/Pu3nTmydskG7UTd1/uufpwy4X7ahIC999/lRXhlxXnX33iztsvPw9ee2IoJyzA/u3w7WeOGtKsjP+1ZIRXnbq79cK9Y7devPj47duvP7FWGsxMjPiK9VP3Xj1++wnokNefvy8+djvJVmPNydsHbj3TkhTIctbbeO5hoInir79/erddAEaBFC+Xu568pADnrANXv/z6HWCo6Kwtt/zErZ2XHwpwcaiICSQ7aHGyMuMq1kdrklErh5aVAwAAAgwAVWtF5dMNNGMAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__tenpay a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAEVElEQVRIie2Xe2zTVRTHP+fXrl3bPegeQMtWwAECQ2AboKJU0EEgw6ACEqIxBCUKYkw0QtQ4E/8AHzExPiIhkegfJiREIyAJGv7QsIC4lcAE9uAxNoT1sVK2tuv6utc/ZgANhocY9wffv+8955PzPefkXgE0Q1BmAK2HFpuIYPzfEP+kO2A3qyELZr6VS5HeAXqiKY60h/F3hTEnUvRnNL3xDJiEglwzWauZWTPK8Va5MMnN5xBAX28q0xlFhz+GryVIJKHpOR0iZYCjKB/3MAueIiuFNjP9KcXZngS+YwFOtAU42hrGgrDhxVmsfnIqdovpxqBEroAlk0kGBpKk0lmKnAUolSWb1VhzrTS1BonGU1hMBq4SBxVlhTeUoCuYZPPWX9jycQOzayv49rMljHDabg7s9JlOdu/dh2NYEYlYgoF0hgKHjUwqxrD8AoaXFhKMJDHrBL6jv1FR9QBrRgfgy3eRJ15AJs8FrQYjGyY49TPy3Rewrp73D01k45rtLFpVw55PH+V6zorIlR4rG+VmxWIv2ZMNSKkmKybsxXnER87FYrUjmRjx5h+Q8mpm1lRjafse+aoeXT4dpfswf7IM8sygNTotqL5u8Ecwtf3KupWP4Wt8iN6eXvwd7YxU3egcG6IyoLJgsaHTKaRoDFLoHoTj6h7bthRONkHZXdDVCk4XzFgCnY0Q64WmBqhbCys+hE2zyR47gqx8A2PhS3S1d9NxMkxOnpX7ql3IthWoUDfGWz4kJxd+b4W8XPSF4+h9m9HRMDjdYM1DN+8HawHGuh0YExf8tWJap1DNBxHvKvRAEm1xIhYHMtaLPrAdKufBxSjGlAWI2FC1a6H9eYxJ1XzTaPDcKz4udfeBNYf6jQ7eliziqkbyXaj+INn36jBNmwWj56Di+UgqBoEgeIYjJeNQyX4YU3PZzit77OIptE6i41HkVAMSDGF4HkSnDHQghMx8CkrHQeXiwfNtjRgGhGxTWf3abubOKePAj89Q6rGzZa+f1KiHMZwlf9qiMBwCnntRDR8hhBHPJAieh0tBWPYOkmtHzPnXALvQhpRPQYeaUMW5YFGoEW70jg1I3XrktA/dFwIxg06i/ScQdwmd4Rz6wnHEgP1N5wh1RVnqdWO92IyaUjsY238WohEoHI5E4lA6ASI9YDIjY6qQw7uQ0gow51wDzO5E2fOR837o7MCYOA/dsh+CbZA/CvX5yxjjpw1OVCSAPnwA5bqf6fd4eHrJBHbvbOHNTYd4fPls6ou3Q7gHY9pSQKPbGtAJDbEAeCYj8zdC+SSoWQRVy1HH9iB3e5Gr5vVy8+vDO1Hn2pEFz0LLQXT3caSwFPFUoiPdcOYc4q2D4rHQFyS76wOM6oUYkx8BoLEljD3io7L3J+iLoea/ihSNhmw/6uv1aEsJRrQLTBlIq8GSmEyQSoJOw3gvUvs68vc9dnuUgHgcHCX/Ksp/AHZ7dOeheCsShuhn5A/O8MrXKBTtawAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__trustpay a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAFMklEQVRIic2WW2wUVRjHf+fM7G53N51Ct+VSJGAJtGULJUStSghCCHITLGArGm+EF9SIiYlaE2LEW/ABrEI0Ft6A1IeigpESBRKgYKsSakFLFYUChdKWgkvbvcyc48PuVsR2K2iM/2RmcvLNnP//u5xvPgFo/ocwAbTuX1tnt0131MZAgxCAJjvdjWlI0AIpUuysgevsSimEACFk3Kw0YoANhBCIuK7+hT2z7Rgf111k+BAv1yI2Hh2hpvw+cof6/sp8w1orhZDyOrsNSlP9XSs2grI7c5Jx6VdY/5YE5k/KJhRxqD56iWnjhrKoYCQNLb9x/PQVQhGHDL/BEJ+bs+09zJ88nM7eGLVNbUwdm0lwVDoHmi9Tc/wimT43ZcU5hEJhXtrRjNIOLiFYcsfoAblTClsweRS+ND/VdW3MmmDx7NyJPLX5W7bWnsOd5uGVBbn81N7D9sMXOP5GNsfOXeXxygY2PV7I2SsRHvqwgfxsNz0Rm1PtPdw1xs9vUbAdg81Hzt+6MICeSBQlFddi8bQIl4ehGW4qn5hE8bhMyj/5mQyfwBQOpunC53fh8vhobOniWrfNPcXDeKR4NLkj/HhMyQcHW4k5NuvLgil5ZUorYOBgSxMjUT5KO5jSpDg3ixGWF8e2UULjGAYeYeMgidoxnrx3LI/eM4qtX59j2UdH+fSbMwghcUuJKQ1yLOOfCRP8ucSTCMcU4KC0wERiK0lXKIyhBYbSZGeksXbRWHatLmZ0djovftbC9y2XMaVGY6BILWzQVMYciPXGCNt2XFDU4Vo4hq0UIMnwubgScVhReZiLIZuYMui4GuHEuS4WvP8Nk0ZncrGrmxzLYJiVhsuQNPzaywvbf2TLiim3Jkxrzfhhfl5dOIa78zJBO5ROyaJopIeAlQZI1izOw+/3cKmji/J5t3H+SpQcSzIm4OXlBRM48EM784PDeOzeHCaM8PLS/HGMrG1h1FBXyoCk7GNKKaRMJtPGsQWGKQFBS8tpGr9vRCiHvIICxo3Pu9Gt5PYki0ErGyEHTRJCiNQ1JqRAa3CUjdIgDIGt4k5Ubavi7Tfe5sDBWlatepp31q1DKXWdU0lnr2u6wvjTO6mQUr7QcX+lNBFoNAIzwWM7DjNnzeT1t96ks6ODstIyFi58AMtKZ9vWbbS2tjJp8mRWrlxJTc1uQDB33lw00NzczIkTJygpKRmQO/WpFKLvvwWJZyIQArATByKQlYVlWUTCYerq6sjPz+e551eza+dO6uvqcbs9bNq4kZ7eXoQQ7Nmzh5MnT6akHrRd3AidUGa6XPxy6hT19fWsfW0tHo+HvPw8li5bxuKSB4lGo3g8Hjo625k5aybplsXRo98BcLyxkWnTpqXkGbwSb0CyYgzDIBQKsW/vXrw+L+vf3YDP7+fQoUPUfLGbQCCAchykkAghmD59OkcOHSZ3zO10dHRSVFT07wpLSguHeyiaUsTL5eV9lrZLbaxZs4aKigoKg0H2fvkVLjNOMWPGDLZUbqayspLCwiCWZaVkuelUJkMWcxy6e3qBP+Y50zCRUlL3dR0VFe9xoe0CTSebUEoxIT8Pr89LVVUVDz+8fFCam46YBoTWLC8tJRxz+o6/UopAIMCG9evZv28/U6dOZc79c2hqaiISieD1evH6fMyePZuCiQV/j+tmoJTWjnL61rZt912xWGzA7z7ftUsvLVmiz5w+MygHoFN2/oFCplCAAp0YhYT4o3GKvhsIkMRtO6qrmTgxSLAwmBiz462oP/SN1n9f1X+H3wGgWopu7wsZdwAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__cup a,
.bifrost .payment-methods .payment-method__unionpay a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAFaklEQVRIic2WTWxcVxWAv3PvfW/G4xmP7bEdJ7Yr17Ld2ARKSUMTSkr5CbSRKEJUYlXRRZGgEmLFji0LEEIiEqssKoGyYlEoLCKBKFKaksZ1KkfEiePEtWs7sYnjcf039rx372ExdlVCxlW6aY/0Nk9X737nO+fe8wRQPoXhAFQ/XWwiUgPbKxSoTk7CuTcgqYIxAMQauI3jbL6bqnHYD60HICihlIVCjLlP3kEDkbWcGOynp9SC3AsHaD1jCiQT10if+y56fQIxEQgYUarAD1qO8qdCHxEeIzVgVQWv0J7BH2lHnEXC/35fABUh2U548fgRXnnh+QczFgD/l78i168hTS2oqeWV1Srn4zb+1jZI0RrcjidVRUTAB3SgBYo5SHagVEF2vSiCoayC26nAvbF3Kb2H0dFahiGgSVp7nxUux81sW0cWj4h80KeiQGypFmIqm1U0BCJraHQf3koIGrAWjvf3fgywchmduI6cPIlOTCLFJqSxkfD2Bd4ptqJe8RKwxiAIiqIekoxyoLOZk48NExvLhZszXJq5RWQNSq2UVe8pNWQY7uy479b397gTYfwKqoo59VtoKSI//hH2ice5W6kyFvLksg5nDZXtKltJwnY1pZqmrFrP9774KN8Y6GOwrcTPTnyFSpJQTT0hKFupx6vS29bKQEfpwY2FC29h+vsJs3Poe+9h9nWg09O4P/ye79+JWUsDqyvrdO0vYZ3l9kKZrx8b5uytWQba2yhkYpadYWl9nV8//wxrWwnVNKWUz3FxepbIOIoNDQ8G5oEwMgqHPls7Wd88ASGgQ8Okwwf5ctWxXkmIrEOAYjGHOCHd8Hy1s4HupibOjIzxxo0ZfvHcCbqbi8yvrrK0vsmLTxzm9LmL/PD40bpS6oKFcpkw8y4yN4f2PYw8eYzwy18hjx/m9fE53sztJ2OEpeUNHjvUwz/+dZWujhbWQ0q5N8cjba28cmGUjc0Kr41doa+9xJ8vX+U7nxvi1D/Pc+3OMsf6HqoLVvceq45eInnmW8hKGVwEgBHYsoZnW7/GSKadTEhJfeCRwS4G+zqZm12ic7iT5kcPcHPxLqoJn+ncRxpgY6vCSqXKS08d4eUzr9JZbOLvP32JjkLh/6Hq3WMK6PgVpLyC5POgoAKRBK65PNOZZnLOYL0l35jl5z/5NvlcluA9bQP76CwUOH1+hJ7mJp7s62VxfQPvPe2FRn7z+nnuLL/Ps4cO0pbP1zVW91SGiyMQfE2q1B5L4N+uyPsuJqqpJpuN6DnQRjVJsZmYjTRlZrnMO/O36WlpppIkXF1YJJ/NMr+yyoWbMxA7vvBQF0buHUQfAaZbWzB2GXEOlZqt3Sk4FpdITIRBUYQ4jijkG7gxvUjcYFlb2+Tq4hKFOENXc5GG2JF4T1exwOR/7jJfXqWQa+Dz3QfqQkGd5g9TU+jUDYgcSA3JqbIuhku2BacBVLEGVtc2OfPqmywuLLMiHr8/z8zSMjfvrvC7c2/RXmgk8Skv//E1GqMIYwzdxSLD+/c9OJgfH4elZcjUpqAoOPFM2TxTURMRiopgAZ8ETp0+i8OwPVFAD5VwCSDC2OwtEMWyMx2NkHjPUGc7rY25j2Fs5G3YroDLQlolIFhNmMy0Mp86onSb7d3FxiLG4kPAtMQggoYAApF1oIoKiCoaAj5JeHrgYewe/VUXTL50DH9wCLO1hdhavgnKkMnydFvMu1ERpx5rLSZygGBV0VwOSq2AINSMGqnZ0x2wp/p7eeHo4T2hoM49FoB0YQGzsQHOsdv4TgPrLkPZNWAIWGMx1qDKziBXiC3GGETAiGBkd7yDEUMujj8aSmTvH8VPKj4A+6RB7hf/BeAIQ/oHYghBAAAAAElFTkSuQmCC);
}
.bifrost .payment-methods .payment-method__VSA a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABJBJREFUeNrsVXtMW2UU/+7tffT2QeljZTzalZbXWIAB20CCU7MZ5kKiyOZjM9OEhM05TUxMINkSzZIZzaKJ02iic3OLLMMwgekfTqKZbjKjIIOVUiiUAgXa0tLe9tLH7X341WZLhvxhYsIS45fc5LvnnO/8znfO75wPgHVfCPxEUVw/PARB1/+WDwpSYGF2/42XJCf8c2MshRj4XZjrAREnRiAch4MNdVjJq2m1bTJ86uMxIcFXlKuPHLC0vTNCB9myMvXxlzdD7bwvdqnb9csfgWCQzczAa6q0xw4VZihwqIrGubOXnb5lFkPAoX0ms0FxHySq3QakWbHJK65b7xeofAn3N6jhSVRuhKrOb2cvnXcAXqg6vX3aHf30CwcIJ9GWIqgauLN88Fj/xEQYsAJkIIgLP/+21PKMOQ350cXJtvYBIMMAw2ZnUYcP3A8JUBJVFpCVbScv1NWD9tb6foG2ArkxGud7++aBHNNlSVueM3/3kwegCFAROyo0PC++9tbQhJ2W6qnGnRuLTUqbg8YIVK+VQn80kzz31TRQ4oCSwJLdGadXJ/berrTUcPjEG0rq7eerBwHYe2PAPzIGrcWnGnI1KtJqpwEvQi8lBRkef3x4NAikmDlb1nGmlpCkOBGJcn81Hei76R2305iaUFCSUJQbttOCIKIosgZjH6qUATl69ErL2DgDkTp658Q4j1LYS835UGudCkOPMgVWYJSTOKqQ4fDXPhPZf6R/0LoMDZQyLO31wtcuEOMfrlAfbDQATpxyRbz+xNpNUl6caTZhoaDuw++rQ+HI9Vs+IIi1FRqYyQQruNxRaJOjk+p1Up2GbH+lBF5aSIhXr7kf2/fju5+MpZ0Mjgb7bngAhux/Im9ntQ4ieAKJyTnm75CpJlFnENvKNQBl+8fUHb3euQUG4MgLTZtwDF1cii16UpDmHLmcSpXj9ZbirrP1W4tVsMARXmw/efvLbheUX+yaTgQSqmyqqcG4pUhFKHFxJTk4srwa8t7IS8WFIVOeldPnHPCKeSZl8x4DlLu9sQCdTN0yVya5W5Xmhrz+q7uPvlgIswc9QX6FImzvDwuQqJQS/7zTeb7LhZGQQWDUQa+mDxx96U1NlY7MJJiVJBNNgqTw9OM5ei0J5VOuFTHBQ8OifGWSFzq6XbWVOkOODEWQfIM8FTIv5mVTPX0LM9MMJLnHyZw4PpBiuIYEhGRimuEFMR0rtmo0lFiUlly5DdKaRDEKe7bRmJY7ZyIwAiBFywozvEvx1vZBkkQtmxQcL9pcDMRTqIi9u3PffM8KjeVSySO1eojBcYLDHZ2dZRwuxheIZ2+g1oBUUFhlqWrcGhQ5YdeunJqt2rR8HGaGFaQqwmxU+EMsjqNMgB32+gEC2wYrMik+OFWdWOGuw6yyfGOT8fKZuvTBzzqdra03F6OczRFOQ67xeLnmGedsFHaSxSjPvzuofh3y+wIJgpDs3KEjccmQLThqp33BBIoCU668vkafpSGHrMu3rSFYou1V2i2FqvTBeW+s55qbTQp7Ht242aJC0iX8/738b0A+gPWnAAMASwDzNKlEeO8AAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__VSD a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABLxJREFUeNq8Vn1MlVUY/73n/bofcC9wgQtePgNuSl9asbGYjRqFqCmZLedHzWLVmNP+iEala60l1fhD3UiNFCUpa7i2itLMCakzmiF+bFBSrUhFSb4uXO7H+76nc14gRMfHH86zc9+9zznnPb/z/J7n+Z0L3PYmsN++H3obW3x1B3vDBix2wofprUcyNDorTu6omyMxI80tV5clL33IsXnPlZOtg5AEWMVbD6zRoWG+I/cpGOZvi/OcRz/Mqt6UOjvNAp8G5rJozv/fmUkpQgb7eHREGzHNlQblXTSJY9+y8RGTHXxsPTEZJNefQ5WFkiWu4zu9767zuJ0S+nXo1OTebDqiHdID2bbMZAUhyrZKSZDnzbZ601S2zBUtJcbKbHerQu7z2ubeaU1PVBDmZuosBcY4CrmZAJdDfOM5NwN++elYC7MHdc4wAx7Sny+KYSGoKU95Kt+JAW1HWVLtptS1C13scCULY8pXxqFfs0t4a637u8qMvLtszCwpimnclpEcJXG/J4McaZkeZftryYe2ZCzKc2LYgF/np3GKx0/7zl3wF+REMg9cDomR13UtzJyzqSQpVnYnqv92h/d+0/PrP4F9X11zxCurHo+KdkorH4tC0BghjEwd8ofnRnxdeUd9RXpOtp15+XOb35tpjYqSt37eDZvY3Oa/2B1OYHzayNk/Ao5IaeOLiVa72OXTfrkwDEHITFXbOkNb6q4muBVYCDXoaJEcafE9Oi9iamx/0Njd0FtZ2/VXZxAygSKwLoSpbOZFiO2jQxaoKAoByrNMMEBFQSLQGEMhKkWImkE9ccrF+mzTS0GYNsMZb+uWuU7syi57weNwKAhyDLZpCCxGo3yFgYA+Wu7U3FNjpkIQKWp0vORMyLAfgcsI+6D5ER6aontcwx+UOk5UJa5ZpIq6gSGDH5eMiQq5/n3sRbgxZySz5ENo/wjt9dADUGwQCK+/yfXqbsmozY16tqDmvS+sR5q7OZKFzFwSTEjVhXs3IiYXLRW4dIyfS1JNticB1kOwxBSsUvNzk/Yftr//Sdf59mFYCVQyE8EiI/IHQUZKEZYeReFncOdAD4IyTbFAtJrPiV2ygCgIUJYdqwujWQVXbPAkMOno07nQCDOBJGOrBBEZK7DsGAqqEZ8J4gPPiWma0y6Wr3H/tMu7fnV8BMvkAZ1rjTA1ZL8fp37H2b/Rfhntl/BbH7AcmQcQUQpNRngAVMd0h091K1tf8TRVZT1TGM2Fxq9PGUtJQuM5bGtAdy9UO0QyOiWr2LkHnu/RuhdaHxQHz6wpw3W/17r/nbRVC/or+KU0BNXMLHqzlxEWvFqMhk1YMR9Dg+i5ih727MeVTli8eLAKiw8hvZiXUGhgJjn5hHkp7XgzJcuj8LshNCHAJqRuknBPCmo2oGkznpwPgY0EuaNGgE8l5KHwSxQeQEIugv1MUaZFZZfSS8Wuk9Xet0sT4yJFpu8TLqWmM4P0hnb4NH3kdUoW0G9PTZwI0I6Pab2X1kbS4T/pzFrnldD6yk5n/pn4JedHNfbTI70ZjIFxz1kAFPhD2H0Q2WnImwN97LojIojKpEroqEHKcmpPNTNrOo8VIhLhx9bB2kO9zduzbv+/LfwnwABPGCKOmBK93wAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__VSE a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABQ1JREFUeNrEVWlMnGUQ3u/emz04d6HLtUAJpagFwbYYETX+oMGk0R9t1WiMRn9otGmaqDWRP1qbUo0m1Vi1bdKoKTRIQYvhSJEjtqVFtlzLXhxll73Pb49vv8+BtbDBCvzQOnn3y7zzzr7zzswzMzzefScEfsr6U4cPPnz0hWrgwxEmGosjyL9pg+V4FIHxKXzZHoLgKyIOvWsDDhJn/x2h6/YcG2OjXh4X+4f3cmuaSbzHH/EGIls0ud4hlgmETD+G5y+TzFIUS5XtOknIikF+tkN3rnNsV0nWK4073zt9NcawJ9+q02SldAwYznXqJk0ulmUfKVefeLNOIiJD4dgHX/02YXLkZcuOv/GYgI9v5CVGysXal7Hi93vG2ai+k567BEI6wpz5abRnwJiuEM7afC290yNTVqmIaumZOnSsvWvYRBJohInrjA5gQP/KkOmzH6733Zy71Ds9Z/Nt4uVyhlFcnl11wf3JoOPdpopbILkxab1tsOflKQ88Vfrr72YMRYq3Kfgk9u3lsWAk9mpjxam36z2BsM0ZpEicZbkLXePwIKVU4PCFJi2uIo1iIy9XcVxXoTwxsr91VMrjhdr7jS5fuL5Sk5kqvm10QFTzs+WAMgxDUAQZGls436kDG9vzUuG/t6ZtvTcsFUXp+2oLfYEohHcT+KzS7h0Zcin/8+Fy87y9+5pZLCSfe6IU5MYFD4rycjKkAPejh6q1OQqI5+vHu5450nrHHgCFi91TTjfd+GhRXaUGdHRGexLONjSZny0r1YgtDqz5e71l0fNgSWbtAzlBOja35KcIPDcrBXRqytW/fPrs4QNVGQrhlSHj6dabDg/dPjCTqhBqc+QYgsgk1ITZ5QtGNsllgsQCsrJUNW4aa+vXQ3PYX1dM4Kh50Wt3h8QCokQjtzqDkE5VmrjptVqI9pzNDyj7edCwsOQnCezFDzvAOQxFQd+y6C3Xpm9uEuihksyv20aD4Vi6XNiwpxAkAD+7J5SpFBVky4992d99zVJVqnL76YE/FiQiavdO9Zm20WiMrSrNylCKAUdjM/bpWeeYwb5VkzVlqjy1zO0LN9QW5qqWIwnZEhIYwFVAEeCKzRVq6ZskMLRALX/nYJVSJtAZHPlq2RdHnoQ3gf5H54abvxnSz7rWXy1/vPnjs0Pc3wh6zaIzMGv1BuloQuLxh1diGwQeujHwgM9xo8MfjIDE7aPNdzxWZ2D1hkAouqqfoDUvMQy9Z6lkKkTJkhQxBSvBUySmyZTCWj2VSfiwkvVFAgLWPYoEassw77lvwwtPvKVjYOalJkadJonH2S1MPGQ57CwHrSAe5yAagEyGYQkc6hBh4hwULnxBAeJEEFgUNhwHOtjKwPprhkHa2q7qQWlL84/lIKr79motVi8MkHCUqdBmTM+6SnIVUxYX4Ny06FVI+U4vHQozBWqZzuTYliExL/q8/shaLiG2EiG5xchAmeaqZNvzFNBXBRSuSBFIBGR1mapz0BAMM9U71P5g9Pmny0b1Sy4fPTJla9irJXG0pkz9XYdurfskAYqXhNnENlmyLIqznIiPOz20kCKylGKw5/TR/lB0T0VOiph0ekPQhMGefh5aIwpty7Tg7huZhfJNzFQ84SJBAsNBPuBOnIBWtQxXSEGcZSEBOI7dfRkPrhPxiQV7IEDPQZ1QK6nCMRQ8S5MLeBzv+oQVvhd7p6AK+DhGkhhUNlwICOVTGO9/oT8FGABpPbp1Gx6dUwAAAABJRU5ErkJggg==);
}
.bifrost .payment-methods .payment-method__WLT a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABD9JREFUeNrkVmtMW2UY7uk5PW05pzekpRS7lXEfiAzEqXOX4IawzDljYuJ0/Jk3/pglS/ZnP4z+8J/OOLP9mLpky6JOWTSaETeBjTEICxeh5VIobWFtgUJbejntuR/f4mWdYXgJwR9+aU++831v+nzv+z7P81Um2/CBwFeSpI3DQxD5xmd5DzI44e/68NvZvsnMbYHjR1p71rcM2B+z2TvO/gudrg5H8d4qOYaSuXpYtNYWDlzo9A+6jSUWnFSRRt2WXRXrBokgMpxQlTZuc/44KLACkaMVeaFkXzVM/EPTEc9C0Ok7eOq19cySNBl2Hz8ESfh/dj+8rXDZt6Qk1Wo9obNkq7MJ2xNlfZ//ZK0rWp/iSr8OUcocA5duUOE4TARegKe3d2KqfVhacwSGPbG58Nox92W5ohfZ9A2Hr98VX4gQRp39m9v5NUX51QX+IXdw3Ke1GNY4t7215+vXP4H45ssnooGQt9ep1Kgrn9/u65/yDbpNpfmljTV/Lix0ru3kxTvn23maFbl0ZjzDFezY+uLZli+bP5pzeJ58s6n02ZoHQSbDCSZBU0tRNsV+d+xTZ/tQ3Sv1eRWbLh3+IOJb2nfypVUgXR0jfeeuYSrc+IitcE+lwPL+YS+KIgAMBVBpSYUah7DEYlTgBESSESYdqkBhNxYIA8PLD9Q1RSljsYU06UReVGsIRZZSEkUUx9Q6ElMqVqHPwthdCBUFsWDn1oZ3XoZQWIzMBDmKgTZDwwFy0en/ovkUz/Aas/7IVycmb43ePnM15JoHXeUU59tbe5WEElDThxN/NxtQwv2yvgdp2GyEbDAcc1zpdd90aPKySxuqHz/aEAuEABKRy3lW6P74h8XJAGRWtr826ltqfesMR3N0LMlQTDIUn3fMENkkz/FpGJn01+5Ttv+x2uZ6jmbjC9F5+6zn1tj3x89faTkrMJwck+OEcvLa0HhbP2gXuLDr2MHxqwPQPEyl2Pn2c43vHoZfgMKguGIF7+/pEsr9wuk3Kg9t93aPRwNhT9conUhNtA0UPF0OWwiKJMNxOYoKLFfz6h5oGBNPyeSIQq18qqXJYDOJoiiT/qEVUIvRVCRR/Myj8OFS7GcH3kuOJlAMBSrCwaG24AxQUpjf7Z9K56TAYBHahqDyf+k+c/aZy0dPm0osWTm6eHA57J4H2WjNBnCcgYudXJIta6qN+sNgftMddm/PeJojaQPJuPukjA5mTqQHQMoVKEsx0zdH4fYA0oOQ9dacpveP6Deb6ChFxygwW3PFJk+XQxSlvnPXgW48zXGpFT7DncNwbJLGCRxegRBskoGSpOcphk3RILlVrmgIAt+JeIMsRcOKxmyw7SjX5OqhZ67OEThNbrkVXj3dYxCt0mYRD2lC7nnQcVF9lZJUgUOBhIBNhbsrwW4SC8vZW3KBaGBnwGpzhTWvyvabav4X/wr+g/GLAAMA9gF2MvVF7GkAAAAASUVORK5CYII=);
}
.bifrost .payment-methods .payment-method__gift a {
  padding: 15px 12px;
}
.bifrost .payment-methods.nav-pills > li + li {
  margin-left: 6px;
}
.bifrost .download-links {
  padding-left: 0;
  margin: 16px 0;
}
.bifrost .download-links li {
  list-style-type: none;
  margin-bottom: 12px;
}
.bifrost .download-links__file-name {
  margin-top: 2px;
  font-size: 0.9em;
  display: block;
  color: #000;
}
.bifrost .order__status.FAILED {
  color: #a94442;
}
.bifrost .order__status.SUCCEEDED {
  color: #3c763d;
}
/* Bifrost modal */
#modal-dialog .modal-content {
  border-radius: 0;
}
#modal-dialog .modal-content .modal-header {
  text-align: center;
  border-bottom: none;
}
#modal-dialog .modal-content .modal-header .modal-title {
  font-size: 20px;
  text-transform: uppercase;
}
#modal-dialog .modal-content .modal-footer {
  text-align: center;
  border-top: none;
  padding-bottom: 28px;
}
#modal-dialog .loader--loading {
  background: transparent url("/static/js/img/preloader-8e4183e6638e193cd7bb86ed83782ce8.8e4183e6638e.gif") 50% 0 no-repeat;
  min-height: 64px;
}
#modal-dialog .loader__message {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  padding-top: 94px;
}
#modal-dialog .loader__message small,
#modal-dialog .loader__message .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
  font-size: 65%;
}
/* Bifrost profile widget */
@media (max-width: 767px) {
  .bifrost #hook-progress {
    margin-bottom: 8px;
  }
  .progress-labels {
    font-size: 85%;
  }
  .progress-labels .progress-labels__list-item {
    margin-bottom: 4px;
  }
  .progress-labels .progress-labels__list-item span.glyphicon {
    display: block;
    margin-bottom: 2px;
  }
}
.preloader {
  margin: 86px 0;
  text-align: center;
}
.preloader p {
  font-size: 1.2em;
  margin-top: 20px;
  text-align: center;
}
/*
Copyright (c) 2015 by Tashfeen Ahmad (http://codepen.io/tashfene/pen/medPdY)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.zgroup {
  position: relative;
  display: inline-block;
  line-height: 16px;
}
.bigSqr {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-animation: bigSqrShrink 1s linear infinite;
  animation: bigSqrShrink 1s linear infinite;
}
.square {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #66bb45;
}
.first {
  left: 0px;
  top: 20px;
}
.second {
  left: 20px;
  top: 20px;
  -webkit-animation: drop2 1s linear infinite;
  animation: drop2 1s linear infinite;
}
.third {
  left: 0px;
  top: 0px;
  -webkit-animation: drop3 1s linear infinite;
  animation: drop3 1s linear infinite;
}
.fourth {
  left: 20px;
  top: 0px;
  -webkit-animation: drop4 1s linear infinite;
  animation: drop4 1s linear infinite;
}
@-webkit-keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/* Select 2 overrides */
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  border-color: #000;
  border-radius: 0;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
}
.index-features .container-fluid {
  max-width: 1260px;
}
.index-feature {
  color: #fff;
  padding: 27px;
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  letter-spacing: 1px;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.index-feature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #272727;
  z-index: -100;
  transition: opacity 0.1s ease-out, -webkit-transform 0.625s cubic-bezier(0, 0.8, 0.31, 0.99) !important;
  transition: opacity 0.1s ease-out, transform 0.625s cubic-bezier(0, 0.8, 0.31, 0.99) !important;
  transition: opacity 0.1s ease-out, transform 0.625s cubic-bezier(0, 0.8, 0.31, 0.99), -webkit-transform 0.625s cubic-bezier(0, 0.8, 0.31, 0.99) !important;
  opacity: 0;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.index-feature:hover:before,
.index-feature:focus:before,
.index-feature:active:before {
  background-color: #272727;
  opacity: 1;
  -webkit-transform: scale3d(1.043, 1.063, 1);
          transform: scale3d(1.043, 1.063, 1);
}
.index-feature h3 {
  color: #fff;
  margin: 0 0 14px 0;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-right: 80px;
}
.index-feature p {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  padding-right: 110px;
}
.index-feature__icon {
  position: absolute;
  bottom: -16px;
  right: 10px;
}
.index-feature--realms {
  background: #c08856;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #c08856 0%, #825c3a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c08856, endColorstr=#825c3a, GradientType=0);
  /* IE6-9 */
}
@media (max-width: 767px) {
  .index-feature--realms .index-feature__icon {
    max-width: 97px;
    bottom: 48%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    right: -33px;
  }
}
.index-feature--addons {
  background: #624129;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #624129 0%, #624129 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#624129, endColorstr=#624129, GradientType=0);
  /* IE6-9 */
}
.index-feature--addons .index-feature__icon {
  bottom: 20px;
  right: 12px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .index-feature--addons .index-feature__icon {
    bottom: 55%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    right: -52px;
    max-width: 111px;
  }
}
.index-feature--marketplace {
  background: #908c8a;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #908c8a 0%, #353535 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#908c8a, endColorstr=#353535, GradientType=0);
  /* IE6-9 */
}
.index-feature--marketplace .index-feature__icon {
  bottom: 14px;
  right: 22px;
  max-width: 136px;
}
@media (max-width: 767px) {
  .index-feature--marketplace .index-feature__icon {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    right: -60px;
    max-width: 140px;
  }
}
.index-feature:active,
.index-feature:focus,
.index-feature:hover {
  text-decoration: none;
}
.index-feature:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.index-feature:hover {
  position: relative;
  z-index: 110;
}
.index-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
          transform: translateX(-50%) translateY(-50%) scale(1, 1);
}
.index-cta__button {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .index-features {
    margin-bottom: 25px;
  }
  .index-feature {
    overflow: hidden;
  }
  .index-feature p {
    font-size: 14px;
    padding-right: 32px;
  }
  .index-cta {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
    bottom: 42px;
    width: 310px;
  }
}
@media (max-width: 991px) {
  .index-feature {
    z-index: initial;
    -webkit-transform: none;
            transform: none;
  }
  .index-feature h3 {
    padding-right: 0;
  }
  .index-feature p {
    padding-right: 94px;
  }
  .index-feature__icon {
    max-width: 110px;
    right: 2px;
    bottom: -22px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .index-feature p {
    padding-right: 12%;
  }
}
.minecon-callout-container h3 {
  text-transform: uppercase;
  margin-top: 30px;
}
.minecon-callout-image {
  padding: 7%;
}
.countdown .figures {
  width: 130px;
  margin: 0 auto;
}
.countdown .figure {
  position: relative;
  float: left;
  font: normal 2.94em/69px 'Noto Sans';
  font-weight: 700;
  height: 70px;
  width: 60px;
  margin-right: 10px;
  background: #fff linear-gradient(0deg, #fff 50%, #f7f7f7 50%);
  color: #000;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure:last-child {
  margin-right: 0;
}
.countdown .title {
  text-transform: uppercase;
  font-size: 0.94em;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .countdown .title {
    margin-bottom: 30px;
  }
}
.merch-tiles {
  margin-top: 16px;
}
/*
    Minecon Schedule
*/
.minecon-schedule-content {
  background: #100b15;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #100b15 0%, #3b2661 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#100b15, endColorstr=#3b2661, GradientType=1);
  /* IE6-9 */
  color: #fff;
}
.minecon-schedule-content__stars {
  background: url("/static/minecon/img/minecon_stars-background.4d86f3bddb65.png") repeat;
}
.minecon-schedule-heading {
  color: #fff;
}
.minecon-navigation .nav {
  text-align: center;
}
.minecon-navigation .nav > li {
  display: inline-block;
  float: none;
  border: 1px solid #ff4ac3;
  margin-left: 0px;
  min-width: 120px;
}
.minecon-navigation .nav a {
  color: #fff;
  text-transform: uppercase;
}
.minecon-navigation .nav li.active a {
  background-color: rgba(255, 74, 195, 0.6);
  border-radius: 0;
}
.minecon-schedule {
  border: 1px solid #ff4ac3;
  width: 100%;
}
.minecon-schedule tr {
  border-top: 1px solid #ff4ac3;
}
.minecon-schedule th {
  background-color: #ff4ac3;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 25px;
  vertical-align: top;
  white-space: nowrap;
}
.minecon-schedule td {
  padding: 11px 25px;
  vertical-align: top;
}
.minecon-schedule__time-column {
  width: 80px;
  white-space: nowrap;
}
.minecon-schedule__place-column {
  width: 100px;
  text-transform: uppercase;
  white-space: nowrap;
}
.minecon-schedule__inline-place {
  text-transform: uppercase;
  font-weight: bold;
}
.minecon-schedule__title-column {
  position: relative;
}
.minecon-schedule__title {
  display: inline-block;
  min-height: 42px;
}
.minecon-schedule__description {
  display: none;
  margin-top: 10px;
}
.minecon-schedule__collapse-icon,
.minecon-schedule__expand-icon {
  position: absolute;
  right: 20px;
  top: 21px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .minecon-schedule {
    font-size: 12px;
  }
  .minecon-schedule th {
    padding: 12px 10px;
  }
  .minecon-schedule td {
    padding: 12px 10px;
  }
  .minecon-schedule__time-column {
    white-space: normal;
  }
  .minecon-schedule__title {
    display: inline-block;
    min-height: 34px;
  }
  .minecon-schedule__place-heading,
  .minecon-schedule__place-column {
    display: none;
  }
  .minecon-schedule__collapse-icon,
  .minecon-schedule__expand-icon {
    top: 18px;
    right: 18px;
  }
}
@media (min-width: 768px) {
  .minecon-schedule__inline-place {
    display: none;
  }
}
.minecon-schedule__collapse-icon {
  display: none;
}
.minecon-schedule__row--selected {
  background-color: rgba(255, 74, 195, 0.6);
}
.minecon-schedule__row--selected .minecon-schedule__expand-icon {
  display: none;
}
.minecon-schedule__row--selected .minecon-schedule__collapse-icon {
  display: block;
}
.minecon-takeover {
  background: #100b15;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #100b15 0%, #3b2661 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#100b15, endColorstr=#3b2661, GradientType=0);
  /* IE6-9 */
  color: #fff;
  overflow: hidden;
  margin-bottom: 50px;
}
.minecon-takeover__stars {
  background: url("/static/minecon/img/minecon_stars-background.4d86f3bddb65.png") repeat-x;
}
.minecon-takeover__art {
  background: url("/static/minecon/img/minecon2016-takeover-art.9334027d6bb7.png") no-repeat center bottom;
}
.minecon-takeover__heading {
  color: #fff;
}
.minecon-takeover__subtitle {
  text-transform: uppercase;
}
.minecon-takeover__container {
  padding-top: 50px;
  padding-bottom: 30px;
}
.minecon-takeover__icon-logo {
  display: inline-block;
  width: 400px;
  height: 138px;
}
.minecon-takeover__cta-row {
  padding: 15px;
}
.minecon-cta-button {
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  min-width: 265px;
  padding: 12px 16px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.25s linear, color 0.25s linear;
}
.minecon-cta-button svg .path {
  fill: #fff;
  transition: fill 0.25s linear;
}
.minecon-cta-button:hover,
.minecon-cta-button:active,
.minecon-cta-button:focus {
  border-color: #ff4ac3;
  color: #ff4ac3;
  text-decoration: none;
  transition: border-color 0.25s linear, color 0.25s linear;
}
.minecon-cta-button:hover svg .path,
.minecon-cta-button:active svg .path,
.minecon-cta-button:focus svg .path {
  fill: #ff4ac3;
  transition: fill 0.25s linear;
}
.minecon-cta-button__icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 12px;
  width: 32px;
  height: 32px;
}
.minecon-cta-button__text {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 767px) {
  .minecon-takeover__icon-logo {
    width: 280px;
    height: 96px;
  }
}
/* Article margins */
.article-body {
  position: relative;
  margin-top: 66px;
}
.article-body p:last-child {
  margin-bottom: 0;
}
.article-head + .article-body {
  margin-top: 0;
}
.article-paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-paragraph--article-header {
  padding-top: 5px;
  margin-bottom: 45px;
}
.article-paragraph--attribute-quote {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article-paragraph--video,
.article-paragraph--image {
  margin-top: 35px;
  margin-bottom: 35px;
}
.article-paragraph:last-of-type {
  margin-bottom: 0;
}
.article-full-width-image-caption {
  padding-top: 18px;
  font-weight: bold;
}
/* Article layout */
/* Head section */
.article-head__image {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .article-head {
    display: block;
    position: relative;
    height: 500px;
    overflow: visible;
  }
  .article-head__content {
    position: absolute;
    width: 100%;
    overflow: hidden;
  }
  .article-head__image-container {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    width: calc(100% + 2000px);
    text-align: center;
  }
  .article-head__video-container {
    max-width: 854px;
    padding: 0;
  }
  .article-head__image {
    min-height: 500px;
    max-height: 816px;
  }
  .article-head__bg-container {
    position: absolute;
    width: 100%;
    top: 500px;
    bottom: 0;
  }
  .article-head--fill-height {
    height: 100%;
  }
  .article-head--body-bg {
    background-color: #f1edec;
    background-image: url("/static/js/img/site-body-bg-1c35afe1c71c5ca35aa0924619b5b944.1c35afe1c71c.png");
  }
  .article-byline-container {
    position: absolute;
    top: 316px;
    left: 0;
    width: 100%;
    pointer-events: none;
  }
}
/* Article category */
.article-category {
  position: absolute;
  left: 0;
  top: -16px;
  width: 100%;
  text-align: center;
  z-index: 300;
  pointer-events: none;
}
.article-category__text {
  display: inline-block;
  padding: 6px 10px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
/* Article byline */
.article-byline {
  padding-top: 50px;
  pointer-events: all;
}
.site-body .article-social-icons {
  list-style-type: none;
  text-align: right;
  padding: 20px 0;
  margin: 0;
}
.site-body .article-social-icons li {
  padding: 0 6px;
  display: inline-block;
  line-height: normal;
}
.site-body .article-social-icons li:first-child {
  padding-left: 0;
}
.site-body .article-social-icons li:last-child {
  padding-right: 0;
}
.site-body .article-social-icons__icon {
  display: block;
  width: 18px;
  height: 18px;
}
.site-body .article-social-icons__icon svg .path {
  fill: #000;
}
.article-attribution {
  width: 100%;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}
.article-attribution__avatar {
  display: inline-block;
  height: 70px;
  width: 40px;
  float: left;
  margin-right: 15px;
}
.article-attribution__dl {
  margin: 0;
  text-align: left;
  display: inline-block;
}
.article-attribution__dl dt {
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}
.article-attribution__dl dd {
  font-size: 12px;
}
@media (max-width: 992px) {
  .article-attribution__avatar {
    display: none;
  }
  .article-attribution__dl dt {
    float: left;
    clear: left;
  }
  .article-attribution__dl dd {
    float: left;
  }
}
/* Article end block */
.article-last-text p:last-child:after {
  content: '';
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhZ2VyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNzk1NjNCO30KCS5zdDF7ZmlsbDojM0MzMDI3O30KCS5zdDJ7ZmlsbDojQTRDRjZBO30KCS5zdDN7ZmlsbDojNjA5RjQzO30KCS5zdDR7ZmlsbDojM0I2NzMyO30KPC9zdHlsZT4KPGc+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEyLDI0IDEuNiwxOCAxLjYsNiAxMiwxMiAJIi8+Cgk8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjEyLDI0IDEyLDEyIDIyLjQsNiAyMi40LDE4IAkiLz4KCTxwb2x5Z29uIGNsYXNzPSJzdDIiIHBvaW50cz0iMS42LDYgMTIsMCAyMi40LDYgMTIsMTIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MyIgcG9pbnRzPSIxLjYsNiAxMiwxMiAxMiwxNSAxLjYsOSAJIi8+Cgk8cG9seWdvbiBjbGFzcz0ic3Q0IiBwb2ludHM9IjEyLDE1IDEyLDEyIDIyLjQsNiAyMi40LDkgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  margin-bottom: 2px;
  vertical-align: text-bottom;
}
/* Attributed quote */
.attributed-quote {
  position: relative;
  border: 12px solid black;
  padding: 20px;
}
.attributed-quote:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-color: #f1edec;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhZ2VyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMSAxNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEgMTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+CiAgICA8cGF0aCBkPSJNMCwwICBoNiB2NiBoMyB2OSBoLTkgdi0xNSB6Ii8+CiAgICA8cGF0aCBkPSJNMTIsMCBoNiB2NiBoMyB2OSBoLTkgdi0xNSB6Ii8+CjwvZz4KPC9zdmc+Cg==), url("/static/js/img/site-body-bg-1c35afe1c71c5ca35aa0924619b5b944.1c35afe1c71c.png");
  background-size: 42px 30px, auto;
  width: 48px;
  height: 36px;
  background-position: top left;
  top: -12px;
  left: -18px;
}
.attributed-quote:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-color: #f1edec;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhZ2VyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMSAxNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEgMTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMCwwICBoOSB2MTUgaC02IHYtNiBoLTMgdi05IHoiLz4KCTxwYXRoIGQ9Ik0xMiwwIGg5IHYxNSBoLTYgdi02IGgtMyB2LTkgeiIvPgo8L2c+Cjwvc3ZnPgo=), url("/static/js/img/site-body-bg-1c35afe1c71c5ca35aa0924619b5b944.1c35afe1c71c.png");
  background-size: 42px 30px, auto;
  width: 48px;
  height: 36px;
  background-position: bottom right;
  right: -18px;
  bottom: -12px;
}
.attributed-quote__text {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
.attributed-quote__image {
  float: left;
  max-height: 92px;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-right: 7px;
}
.attributed-quote cite {
  margin-top: 5px;
  font-style: normal;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
}
/* Pull quote */
.simple-quote {
  margin: 0;
  border: 0;
  padding: 0 0 0 25px;
  font-size: 21px;
  position: relative;
}
.simple-quote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  height: calc(100% - 12px);
  width: 3px;
  background-color: #57b13b;
}
/* Image carousel */
.article-image-carousel__caption {
  padding-top: 18px;
  font-weight: bold;
  transition: opacity 0.25s linear;
  opacity: 0;
}
.article-image-carousel__image {
  width: 100%;
}
.slick-active .article-image-carousel__caption {
  opacity: 1;
}
.article-image-carousel .slick-prev,
.article-image-carousel .slick-next {
  height: 45px;
  width: 45px;
}
.article-image-carousel .slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC4xMSAzMiI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MS41cHg7fS5jbHMtMntmaWxsOiNGRkY7fTwvc3R5bGU+CiAgICA8L2RlZnM+CgogICAgPGcgaWQ9Im91dGxpbmUiPgogICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSBvdXRsaW5lIiBwb2ludHM9IjAuODEgOC41IDE0LjAxIDAuOSAyNy4zMSA4LjUgMjcuMzEgMjMuNiAxNC4wMSAzMS4xIDAuODEgMjMuNiAwLjgxIDguNSIvPgogICAgPC9nPgoKICAgIDxwb2x5Z29uIGlkPSJhcnJvd19sZWZ0IiBjbGFzcz0iY2xzLTIgYXJyb3ctbGVmdCIKICAgICAgICAgICAgIHBvaW50cz0iMTQuODYgMjEuMjIgMTMuMTUgMjEuMjIgOC4wNSAxNiAxMy4xNSAxMC43OCAxNC44NiAxMC43OCAxMC4zOCAxNS4zNiAyMC4wNyAxNS4zNiAyMC4wNyAxNi42NSAxMC4zOCAxNi42NSAxNC44NiAyMS4yMiIvPgo8L3N2Zz4=) no-repeat top left;
}
.article-image-carousel .slick-next {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC4xMSAzMiI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MS41cHg7fS5jbHMtMntmaWxsOiNGRkY7fTwvc3R5bGU+CiAgICA8L2RlZnM+CgogICAgPGcgaWQ9Im91dGxpbmUiPgogICAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSBvdXRsaW5lIiBwb2ludHM9IjAuODEgOC41IDE0LjAxIDAuOSAyNy4zMSA4LjUgMjcuMzEgMjMuNiAxNC4wMSAzMS4xIDAuODEgMjMuNiAwLjgxIDguNSIvPgogICAgPC9nPgoKICAgIDxwb2x5Z29uIGlkPSJhcnJvd19yaWdodCIgY2xhc3M9ImNscy0yIGFycm93LXJpZ2h0IgogICAgICAgICAgICAgcG9pbnRzPSIxMy4yNyAxMC44IDE0Ljk2IDEwLjggMjAuMDcgMTYuMDIgMTQuOTYgMjEuMjQgMTMuMjcgMjEuMjQgMTcuNzUgMTYuNjYgOC4wNSAxNi42NiA4LjA1IDE1LjM3IDE3Ljc1IDE1LjM3IDEzLjI3IDEwLjgiLz4KPC9zdmc+) no-repeat top right;
}
@media (min-width: 768px) {
  .article-image-carousel .slick-slide {
    margin: 0 298px 0 -200px;
  }
}
.article-image-carousel .slick-slide {
  width: 750px;
}
.article-image-carousel .slick-prev {
  left: calc(50% - 447px);
}
.article-image-carousel .slick-next {
  right: calc(50% - 447px);
}
@media (max-width: 1200px) {
  .article-image-carousel .slick-slide {
    width: 616.66666667px;
  }
  .article-image-carousel .slick-prev {
    left: calc(50% - 380.3333333333333px);
  }
  .article-image-carousel .slick-next {
    right: calc(50% - 380.3333333333333px);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .article-image-carousel .slick-slide {
    margin: 0 298px 0 -200px;
  }
}
@media (max-width: 992px) {
  .article-image-carousel .slick-slide {
    width: 595px;
  }
  .article-image-carousel .slick-prev {
    left: calc(50% - 369.5px);
  }
  .article-image-carousel .slick-next {
    right: calc(50% - 369.5px);
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .article-image-carousel .slick-slide {
    margin: 0 298px 0 -200px;
  }
}
@media (max-width: 768px) {
  .article-image-carousel .slick-prev {
    left: 30px;
  }
  .article-image-carousel .slick-next {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .article-image-carousel .slick-prev {
    left: 0;
  }
  .article-image-carousel .slick-next {
    right: 0;
  }
}
.tiles-container {
  margin-top: -10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.tiles-container__inner {
  position: relative;
}
.categories-list__item {
  margin: 0 20px;
}
.btn-category {
  font-size: 18px;
  font-weight: bold;
  background: none;
  border: none;
  border-radius: 0;
  padding: 4px 8px;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: auto;
  text-transform: uppercase;
}
.btn-category[disabled] {
  opacity: 1;
  background-color: #000;
  color: #fff;
}
.btn__text {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .btn-category {
    font-size: 13px;
  }
}
/*
  Icons
*/
.icon-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 69px;
  height: 66px;
}
.icon-ribbon .icon-ribbon__label {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding-right: 38px;
}
.icon-category {
  background-size: 18px 19px;
  height: 19px;
  width: 18px;
}
.categories-list .icon-category {
  margin-right: 10px;
  vertical-align: middle;
}
/*
  Tile
*/
.tile {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.tile:hover .tile-caption__text {
  opacity: 1;
}
.tile:hover .sliding-content__body {
  -webkit-transform: translate3d(0px, -100%, 0px);
          transform: translate3d(0px, -100%, 0px);
}
.tile--background-blue {
  background-color: blue;
}
.tile--background-black {
  background-color: black;
}
.tile--background-green {
  background-color: #59af44;
}
.tile__image-container {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0);
}
.tile__image-container.tile__image-container--loading {
  background-color: rgba(0, 0, 0, 0.1);
}
.tile__image-container.tile__image-container--loading .tile__image {
  opacity: 0;
}
.tile__image {
  height: 100%;
  width: 100%;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.tile__image--fade {
  transition: opacity 0.5s ease-out;
}
.sliding-content {
  position: absolute;
  width: calc(100% + 1px);
  bottom: -1px;
  left: 0;
  height: 0;
}
.sliding-content__body {
  transition: all 200ms ease-in-out;
  -webkit-transform: translate3d(0px, -84px, 0px);
          transform: translate3d(0px, -84px, 0px);
}
.tile-category {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.tile-category__text {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.tile-caption {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 14px 19px 19px 19px;
  min-height: 84px;
  text-align: center;
}
a.tile-caption {
  text-decoration: none;
}
.tile-caption__title {
  margin: 12px 0;
  text-transform: uppercase;
  font-size: 18px;
  color: inherit;
}
.tile-caption__title--long {
  font-size: 13px;
  margin: 18px 0;
}
.site-body .tile-caption__text,
.tile-caption__text {
  transition: opacity 200ms ease-in;
  opacity: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: inherit;
}
/*
  Possible tile sizes
*/
.tile--size-1x1 {
  width: 276px;
  height: 276px;
}
.tile--size-1x1:hover .tile__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tile--size-1x2 {
  width: 276px;
  height: 564px;
}
.tile--size-1x2:hover .tile__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.tile--size-2x1 {
  width: 564px;
  height: 276px;
}
.tile--size-2x1:hover .tile__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.tile--size-2x2 {
  width: 564px;
  height: 564px;
}
.tile--size-2x2:hover .tile__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.tile--size-2x2 .tile-caption__title,
.tile--size-2x1 .tile-caption__title {
  margin: 10px 0;
  font-size: 24px;
}
.tile--size-2x2 .tile-caption__title--long,
.tile--size-2x1 .tile-caption__title--long {
  font-size: 18px;
}
.tile--size-2x2 .tile-caption__text,
.tile--size-2x1 .tile-caption__text {
  font-size: 16px;
}
.tile--size-2x4,
.tile--size-4x2 {
  width: 1140px;
  height: 564px;
}
.tile--size-2x4:hover .tile__image,
.tile--size-4x2:hover .tile__image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.tile--size-2x4 .sliding-content__body,
.tile--size-4x2 .sliding-content__body {
  -webkit-transform: translate3d(0px, -102px, 0px);
          transform: translate3d(0px, -102px, 0px);
}
.tile--size-2x4 .tile-caption__title,
.tile--size-4x2 .tile-caption__title {
  margin: 22px 0;
  font-size: 28px;
}
.tile--size-2x4 .tile-caption__text,
.tile--size-4x2 .tile-caption__text {
  font-size: 26px;
}
/*
    Image Loading Transitions
*/
@-webkit-keyframes tile--loading {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes tile--loading {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.tile {
  /*
    Init and start is set as animation cues by Freewall when new tiles appear in the DOM.
    The load state is set by the Tile component when the tile image has finished loading
  */
}
.tile[data-state="init"],
.tile[data-state="start"] {
  display: none;
}
.tile[data-state="load"] {
  display: block;
  -webkit-animation: tile--loading 0.5s;
          animation: tile--loading 0.5s;
}
.tile[data-state="move"] {
  transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}
.tweet-tile {
  padding: 0 24px 24px  ;
  color: #fff;
}
.tweet-tile a {
  text-decoration: none;
  cursor: hand;
  color: #fff;
}
.tweet-tile a:hover {
  color: #fff;
}
.tweet-tile a:active {
  color: #fff;
}
.tweet-tile a:hover,
.tweet-tile a:active {
  text-decoration: none;
}
.tweet-tile__title {
  color: #fff;
  font-size: 18px;
  margin-top: 37px;
  margin-bottom: 20px;
  line-height: 23px;
  text-transform: uppercase;
}
.tweet-tile__title .icon-twitter {
  display: inline-block;
  height: 28px;
  width: 28px;
  background-size: 100%;
  margin-bottom: -8px;
  margin-right: 4px;
}
.tweet-tile-media {
  margin-bottom: 8px;
}
.tweet-tile-media__name {
  color: #fff;
}
.tweet-tile-media__handle {
  color: #fff;
  font-size: 13px;
}
p.tweet-tile__text {
  font-size: 14px;
  line-height: 1.3em;
}
p.tweet-tile__text a {
  text-decoration: none;
}
p.tweet-tile__text aactive,
p.tweet-tile__text a:hover {
  background: none;
}
.video-tile__play-btn {
  position: absolute;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .video-tile__play-btn {
    top: -98px;
  }
}
@media (max-width: 991px) {
  .video-tile__play-btn {
    top: -120px;
  }
}
a.tile-link {
  color: inherit;
}
.vr .grid__item {
  margin: 40px 0;
}
.vr .grid__item svg {
  width: 90px;
  height: 90px;
}
.vr .grid__item svg .vr-enhanced0,
.vr .grid__item svg .vr-turning0,
.vr .grid__item svg .vr-virtual-living-room0 {
  fill: #000;
}
.vr .grid__item svg .vr-turning1 {
  stroke: #000;
}
.vr .pdf a:hover {
  background-color: transparent;
}
.vr .pdf svg {
  width: 90px;
  height: 90px;
}
.vr .pdf svg:hover .pdf-file0 {
  fill: #000;
}
.stats .countdown {
  margin-bottom: 60px;
}
.stats .countdown .figures {
  margin: 0 auto;
  width: auto;
}
.stats .countdown .figure {
  position: relative;
  float: left;
  font: normal 2.94em/69px 'Noto Sans';
  font-weight: 700;
  text-align: center;
  height: 70px;
  width: 60px;
  margin-right: 10px;
  background: #fff linear-gradient(0deg, #fff 50%, #f7f7f7 50%);
  color: #000;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stats .countdown .figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stats .countdown .figure:last-child {
  margin-right: 0;
}
.stats .countdown .delimiter {
  position: relative;
  float: left;
  font: normal 2.94em/69px 'Noto Sans';
  font-weight: 700;
  text-align: center;
  height: 70px;
  width: 5px;
  margin-right: 10px;
  color: #000;
}
.device-selection {
  position: relative;
  text-align: center;
}
.device-selection h2 {
  margin: 0 0 42px 0;
}
.device-selection__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.device-selection__list ul.unfolded {
  display: block;
}
.device-selection__list .icon {
  margin: 0 auto 23px auto;
  height: 64px;
  width: 64px;
}
.device-selection__list .icon svg {
  width: 100%;
  height: 100%;
}
.device-selection__edition {
  display: none;
}
.device-selection__hide-edition {
  height: 39px;
  width: 34px;
  position: absolute;
  top: 57px;
  right: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 1;
}
.device-selection__hide-edition svg .close-cross {
  fill: #000;
  transition: fill 0.075s ease;
}
.device-selection__hide-edition svg .close-outline {
  stroke: #000;
  transition: fill 0.075s ease, stroke 0.075s ease;
}
.device-selection__hide-edition:active svg .close-cross,
.device-selection__hide-edition:focus svg .close-cross,
.device-selection__hide-edition:hover svg .close-cross {
  fill: #fff;
}
.device-selection__hide-edition:active svg .close-outline,
.device-selection__hide-edition:focus svg .close-outline,
.device-selection__hide-edition:hover svg .close-outline {
  stroke: #000;
  fill: #000;
}
.device-selection__edition-details {
  min-height: 195px;
  padding-left: 225px;
  padding-right: 60px;
  text-align: left;
  background-repeat: no-repeat;
  background-position-y: -48px;
}
.device-selection__edition-details.amazon {
  background-image: url("/static/pages/img/device-bg-amazon.697d1fcfa8a8.png");
}
.device-selection__edition-details.android {
  background-image: url("/static/pages/img/device-bg-android.697d1fcfa8a8.png");
}
.device-selection__edition-details.gearvr {
  background-image: url("/static/pages/img/device-bg-gearvr.0014150c08d8.png");
}
.device-selection__edition-details.ios {
  background-image: url("/static/pages/img/device-bg-ios.fb077a6ed646.png");
}
.device-selection__edition-details.linux {
  background-image: url("/static/pages/img/device-bg-linux.2d8606049467.png");
}
.device-selection__edition-details.mac {
  background-image: url("/static/pages/img/device-bg-mac.8437e9d2854b.png");
}
.device-selection__edition-details.ps3 {
  background-image: url("/static/pages/img/device-bg-ps3.8f6fc22abcbd.png");
  background-position-y: -27px;
}
.device-selection__edition-details.ps4 {
  background-image: url("/static/pages/img/device-bg-ps4.2abb5728d7cc.png");
  background-position-y: -27px;
}
.device-selection__edition-details.vita {
  background-image: url("/static/pages/img/device-bg-vita.0db65facc9f5.png");
  background-position-y: -27px;
}
.device-selection__edition-details.wiiu {
  background-image: url("/static/pages/img/device-bg-wiiu.79bfe5bf884b.png");
  background-position-y: -27px;
}
.device-selection__edition-details.switch {
  background-image: url("/static/pages/img/device-bg-switch.b730d42bfe20.png");
  background-position-y: 67px;
  background-size: 184px auto;
}
.device-selection__edition-details.win10 {
  background-image: url("/static/pages/img/device-bg-win10.2d8606049467.png");
}
.device-selection__edition-details.windows {
  background-image: url("/static/pages/img/device-bg-windows.2d8606049467.png");
}
.device-selection__edition-details.winphone {
  background-image: url("/static/pages/img/device-bg-winphone.697d1fcfa8a8.png");
}
.device-selection__edition-details.xb360 {
  background-image: url("/static/pages/img/device-bg-xb360.50fc14944749.png");
  background-position-y: -27px;
}
.device-selection__edition-details.xbone {
  background-image: url("/static/pages/img/device-bg-xbone.bfe1a9a0b544.png");
  background-position-y: -27px;
}
.device-selection__edition-details.appletv {
  background-image: url("/static/pages/img/device-bg-appletv.c93a16a7520d.png");
  background-position-y: 67px;
}
p.device-selection__edition-header {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.device-selection__editon-action {
  margin-top: 46px;
  text-align: center;
}
.device-selection__edition-switches ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.device-selection__edition-switches .icon {
  margin: 0 auto 20px auto;
  width: 46px;
  height: 46px;
}
.device-selection__edition-switches .icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .device-selection h2 {
    margin-bottom: 23px;
  }
  .device-selection__list {
    cursor: pointer;
    margin-bottom: 40px;
  }
  .device-selection__list:last-child {
    margin-bottom: 0;
  }
  .device-selection__list ul {
    display: none;
  }
  .device-selection__list .icon {
    margin-bottom: 12px;
  }
  p.device-selection__list-header {
    font-size: 19px;
    color: #57b13b;
    margin-bottom: 0;
  }
  .device-selection__edition-details {
    padding-left: 0;
    padding-right: 0;
    padding-top: 196px;
    text-align: center;
    background-position-x: 50%;
  }
  .device-selection__edition-details.ps3,
  .device-selection__edition-details.ps4,
  .device-selection__edition-details.vita,
  .device-selection__edition-details.wiiu,
  .device-selection__edition-details.xb360,
  .device-selection__edition-details.xbone {
    padding-top: 235px;
  }
  .device-selection__hide-edition {
    top: 65px;
    margin-right: 10px;
  }
  .device-selection__editon-action {
    margin-top: 23px;
  }
}
@media (max-width: 991px) {
  .device-selection__edition-switches {
    display: none;
  }
}
.parallax-background {
  background-repeat: repeat;
  background-attachment: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.parallax-background--forest {
  background-image: url("/static/js/img/forest-2d94277e01b837f81bfe039275979ddf.2d94277e01b8.png");
}
.parallax-background--ice-plains {
  background-image: url("/static/js/img/ice-plains-396c35208b4e0d1fc9db9ccc937835cc.396c35208b4e.png");
}
.parallax-background--minecon-stars {
  background-color: #100b15;
  background-image: url("/static/minecon/img/minecon_stars-background.4d86f3bddb65.png"), linear-gradient(to bottom, #100b15, #3b2661);
}
.installation-instructions {
  display: none;
}
.addons-faq ul {
  margin-top: 0;
}
@-webkit-keyframes counter-digit-animation {
  0% {
    -webkit-transform: translateY(-91%);
            transform: translateY(-91%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes counter-digit-animation {
  0% {
    -webkit-transform: translateY(-91%);
            transform: translateY(-91%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.counter {
  position: relative;
  overflow: hidden;
  font-size: 90px;
  font-weight: bold;
  margin: 20px 0 30px;
  line-height: 90px;
  margin: 20px 0 !important;
  height: 100px;
}
.counter__digit-container {
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 25%, #000000 65%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 25%, #000000 65%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.counter__digit {
  display: inline-block;
  width: 62px;
  height: 90px;
  position: relative;
}
.counter__digit-column {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 9px;
}
.counter__digit-column span {
  display: block;
  width: 100%;
  text-align: center;
}
.counter__digit--separator {
  width: 36px;
  opacity: 0;
  transition: width 0.66s cubic-bezier(0.1, 0.55, 0, 1.1), opacity 0.8s ease-out;
}
.counter__svg-container {
  height: 0;
}
@media (max-width: 767px) {
  .counter {
    font-size: 38px;
  }
  .counter__digit {
    width: 24px;
  }
  .counter__digit-column {
    left: 0;
  }
}
.mco__pre-header {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 14px;
  letter-spacing: 1px;
}
.mco__pre-header ~ h2 {
  margin-top: 0px;
  text-transform: none;
}
.mco__hero-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}
.mco__hero-container {
  position: relative;
}
.mco__hero-content {
  padding-right: 12%;
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mco__hero-container::before {
  content: "";
  display: block;
  padding-top: 43.33%;
}
.mco__featured-feed {
  margin: 90px 0 0;
}
.mco__featured-feed h4 {
  margin-bottom: 16px;
}
.mco__featured-feed__image {
  width: 100%;
}
p.mco__featured-feed__image-byline {
  font-size: 14px;
  margin-top: 6px;
}
.mco__text-container {
  max-width: 470px;
}
.mco__text-container--right {
  padding-left: 30px;
}
.mco__text-container--white * {
  -webkit-font-smoothing: antialiased;
  color: white;
}
.mco__media-container {
  height: 470px;
  position: relative;
}
.mco__media-content-1 {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.mco__media-content-1-2 {
  position: absolute;
  height: 244px;
  right: -38px;
  bottom: -140px;
}
.mco__media-content-2 {
  position: absolute;
  height: 190%;
  top: -38%;
  left: 97%;
}
.mco__media-content-3 {
  position: absolute;
  right: 0;
  height: 100%;
  top: -5%;
}
.mco__media-content-3-1 {
  position: absolute;
  height: 62%;
  right: -80px;
  bottom: -13%;
}
.mco__media-content-4 {
  position: absolute;
  left: 12%;
  height: 100%;
  top: 0;
}
.mco__media-content-4-1 {
  position: absolute;
  height: 320px;
  left: -24%;
  bottom: -27%;
}
.mco__media-content-5 {
  height: 200px;
}
.badge-link {
  display: inline-block;
}
.badge-link:active,
.badge-link:focus,
.badge-link:hover {
  background-color: transparent !important;
}
.badge-link .badge-link-image {
  height: 40px;
  margin: 0 4px 6px;
  border-radius: 4px;
}
.mco__badges--hero .badge-link-image {
  margin: 40px 4px 26px;
  height: 62px;
  border-radius: 6px;
}
.mco__badges--hero .badge-link--no-hero-rounding .badge-link-image {
  border-radius: 0;
}
.mco__media-content-6 {
  width: 100%;
  margin-top: -12%;
}
.mco__tiles .tiles-container {
  margin: 0;
}
@media (max-width: 991px) {
  .mco__media-content-3-1 {
    right: -160px;
  }
}
@media (max-width: 767px) {
  .mco__pre-header {
    font-size: 12px;
  }
  .mco__hero-content {
    text-align: center;
    top: 30px;
    -webkit-transform: none;
            transform: none;
    padding-right: 15px;
  }
  .mco__media-container {
    margin-top: 30px !important;
    height: 220px;
  }
  .mco__media-content-1 {
    right: auto;
    left: 33%;
  }
  .mco__media-content-1-2 {
    height: 159px;
    left: -26px;
    right: auto;
    bottom: -38px;
  }
  .mco__media-content-2 {
    position: relative;
    height: auto;
    top: 10px;
    left: -3%;
    margin-bottom: 0px;
    width: 106%;
  }
  .mco__media-content-3 {
    position: absolute;
    right: auto;
    height: 90%;
    top: -14%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mco__media-content-3-1 {
    right: auto;
    left: 70%;
    height: 69%;
    bottom: -14%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mco__media-content-4 {
    position: absolute;
    left: 50%;
    right: auto;
    height: 105%;
    top: -2%;
  }
  .mco__media-content-4-1 {
    height: 190px;
    left: auto;
    bottom: -20%;
    right: 60%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .mco__media-content-5 {
    padding-top: 20px;
    height: 140px;
  }
  .mco__media-content-6 {
    width: 120%;
    margin-top: -15%;
    left: -10%;
    position: relative;
  }
  .mco__featured-feed {
    margin-top: 30px;
  }
  .mco__featured-feed h4 {
    text-align: center;
  }
  .mco__text-container {
    padding-left: 0;
    max-width: none;
    text-align: center;
  }
}
.cookie-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #156c00;
  font-size: 15px;
  color: #FFF;
}
.cookie-consent a {
  color: #FFF;
  text-decoration: underline;
}
.cookie-consent__message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 6px 12px;
}
.cookie-consent__actions {
  margin: 0px 12px;
}
.btn-cookie-consent-close {
  border: 0;
  padding: 0 0 3px 0;
  background-color: transparent;
  color: #FFF;
  font-size: 30px;
  line-height: 1;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .btn-cookie-consent-close {
    font-size: 40px;
  }
}
.scroll-to-top-button {
  transition: -webkit-transform 0.2s cubic-bezier(0, 0.26, 0.1, 0.96);
  transition: transform 0.2s cubic-bezier(0, 0.26, 0.1, 0.96);
  transition: transform 0.2s cubic-bezier(0, 0.26, 0.1, 0.96), -webkit-transform 0.2s cubic-bezier(0, 0.26, 0.1, 0.96);
  position: fixed;
  right: 15px;
  bottom: calc(50% - 48px);
  -webkit-transform: translate3d(64px, 0, 0);
          transform: translate3d(64px, 0, 0);
  z-index: 1000;
}
.scroll-to-top-button.btn {
  width: 40px;
  height: 48px;
}
@media (max-width: 767px) {
  .scroll-to-top-button {
    bottom: 15px;
  }
}
.dynamic-promotions .badge-link-image {
  height: 76px;
  border-radius: 8px;
}
.dynamic-promotions .dynamic-promotions__secondary-option {
  color: #969696;
  font-size: 9px;
  letter-spacing: 1px;
  padding: 0 0 36px;
}
.dynamic-promotions .dynamic-promotions__secondary-option p {
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 2px 0 8px;
}
.dynamic-promotions .dynamic-promotions__default-container {
  position: absolute;
  top: 50%;
  left: 50%;
}
.dynamic-promotions--align-center .dynamic-promotions__default-container {
  -webkit-transform: translate3d(-50%, -50%, 0) translateY(-17px);
          transform: translate3d(-50%, -50%, 0) translateY(-17px);
}
.dynamic-promotions--align-left .dynamic-promotions__default-container {
  -webkit-transform: translate3d(-520px, -50%, 0) translateY(-17px);
          transform: translate3d(-520px, -50%, 0) translateY(-17px);
}
@media (max-width: 1199px) {
  .dynamic-promotions--align-left .dynamic-promotions__default-container {
    left: 6%;
    -webkit-transform: translate3d(0, -50%, 0) translateY(-17px);
            transform: translate3d(0, -50%, 0) translateY(-17px);
  }
}
.dynamic-promotions .dynamic-promotions__windows-link {
  color: white;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.dynamic-promotions .dynamic-promotions__windows-link-container {
  display: none;
  margin-top: 8px;
  text-align: center;
}
.dynamic-promotions .dynamic-promotions__windows-link {
  text-transform: uppercase;
  display: inline-block;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: bold;
}
.dynamic-promotions .dynamic-promotions__windows-link-text {
  font-size: 11px;
  letter-spacing: 1px;
  display: inline-block;
  margin: 5px 0 4px;
}
.dynamic-promotions .dynamic-promotions__windows-link:hover {
  text-decoration: none;
}
.dynamic-promotions .dynamic-promotions__windows-link-icon {
  -webkit-filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.2));
  width: 120px;
  height: 24px;
}
.dynamic-promotions .dynamic-promotions__device-container {
  position: relative;
  text-align: center;
}
.dynamic-promotions .dynamic-promotions__device-container,
.dynamic-promotions .dynamic-promotions__default-container {
  display: none;
}
.dynamic-promotions .dynamic-promotions__badge-links {
  margin-bottom: -40px;
}
.dynamic-promotions .dynamic-promotions__badge-links .badge-link {
  display: none;
  position: relative;
  top: -40px;
}
.dynamic-promotions .dynamic-promotions__badge-links a:first-of-type {
  display: inline;
}
.dynamic-promotions-trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.center.navbar .nav,
.center.navbar .nav > li {
  margin-top: 0;
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  *zoom: 1;
  /* hasLayout ie7 trigger */
  vertical-align: top;
}
.center .navbar-inner {
  text-align: center;
}
