a.super-button, a.super-button:hover, a.super-button:active {
  display: inline-block;
  font-weight: 500;
  font-size: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 0 solid transparent;
  white-space: nowrap;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #222;
  margin-bottom: 0;
  line-height: 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 0 !important; }

.super-button > * {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-size: 14.99px;
  line-height: 40px; }

.super-button:hover,
.super-button:focus {
  background: none 0 0;
  color: #222;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  text-decoration: none !important; }

.super-button.active {
  background-color: #a1a6a9;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.super-button.super-button-disabled,
.super-button[disabled] {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: no-drop; }

.super-button.super-button-embossed {
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15) !important; }

.super-button.super-button-embossed.active,
.super-button.super-button-embossed:active {
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.15) !important; }

.super-button.super-button-block {
  display: block;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.super-button > .super-button-icon {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden; }

.super-button > .super-button-icon.pull-left {
  margin-right: 0; }

.super-button > .super-button-icon.pull-right {
  margin-left: 0; }

.super-button > .super-button-icon > img {
  border-radius: 0;
  box-shadow: none;
  margin-right: 0;
  margin-left: 0; }

.super-button > .super-button-text-primary {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  white-space: normal;
  display: inline-block;
  text-decoration: none; }

.super-button > .super-button-text-secondary {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  white-space: normal;
  display: inline-block;
  text-decoration: none; }

.super-button > .super-button-text-secondary:hover {
  text-decoration: none; }

.super-button-group, .super-button-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.super-button-open > .super-button-dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.super-button-open > .super-button-dropdown-toggle.btn-default {
  background-image: none; }

.super-button-open > .super-button-dropdown-menu {
  display: block !important;
  margin-left: 0 !important; }

.super-button-dropdown-menu {
  margin-left: 0 !important; }

.super-button-open > a {
  outline: 0; }

.super-button-dropdown-menu > li {
  list-style-type: none !important;
  padding: 0 !important; }
  .super-button-dropdown-menu > li:before {
    content: '' !important; }

.super-button-dropdown-menu > li > a:hover,
.super-button-dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8; }

.super-button-dropdown-menu > .active > a,
.super-button-dropdown-menu > .active > a:hover,
.super-button-dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd; }

.super-button-dropdown {
  position: relative; }

.super-button-dropdown-toggle:focus {
  outline: 0; }

.super-button-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none !important;
  float: left;
  min-width: 100px;
  width: 100%;
  padding: 2px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.super-button-dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.super-button-dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.super-button-group .super-button-dropdown-menu {
  list-style-type: none;
  margin: 0; }
  .super-button-group .super-button-dropdown-menu:before, .super-button-group .super-button-dropdown-menu:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .super-button-group .super-button-dropdown-menu:before {
    border: 8px rgba(194, 225, 245, 0);
    border-bottom-color: #ccc;
    margin-left: -8px; }
  .super-button-group .super-button-dropdown-menu:after {
    border: 7px rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    margin-left: -7px; }

.super-button-group .super-button-dropdown-menu > li {
  margin: 0;
  float: none !important; }

.super-button-group .super-button-dropdown-menu > li > a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 0;
  text-align: left; }

.super-button-group.super-button-group-block {
  width: 100% !important; }

.super-button-dropdown-menu > li > a:hover,
.super-button-dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #EEEEEE; }

.super-button-dropdown-menu > .active > a,
.super-button-dropdown-menu > .active > a:hover,
.super-button-dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.super-button-dropdown-menu > .disabled > a,
.super-button-dropdown-menu > .disabled > a:hover,
.super-button-dropdown-menu > .disabled > a:focus {
  color: #777777; }

.super-button-dropdown-menu > .disabled > a:hover,
.super-button-dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background: transparent none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.super-button .super-button-divider {
  position: absolute;
  height: 100%;
  top: 0;
  border: 0 solid; }

.super-button-wrap-center {
  text-align: center;
  margin: 0 auto !important; }

/**
   * Social Buttons
   */
.fb_iframe_widget span {
  vertical-align: baseline !important; }

.super-button-social-buttons {
  margin-right: 5px;
  vertical-align: baseline; }
  .super-button-social-buttons iframe {
    margin-bottom: 0;
    vertical-align: baseline; }

.super-button-social-container {
  display: block;
  overflow: hidden;
  width: 100%; }

.super-button-li-height .IN-widget {
  position: relative; }

.super-button-li-height .IN-widget > span > span > span {
  position: absolute;
  left: -30px;
  bottom: -20px; }

.entry-content .super-button-social-container .twitter-share-button, .super-button-social-container .fb_like, .super-button-social-container .twitter-share-button {
  margin-bottom: 0; }

/** Dual Buttons */
.super-button-dual.super-button-dual-btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  font-size: 0;
  position: relative; }
  .super-button-dual.super-button-dual-btn .super-button-dual-first {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .super-button-dual.super-button-dual-btn .super-button-dual-second {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important; }
  .super-button-dual.super-button-dual-btn .super-button {
    display: inline-block;
    padding: 25px 45px;
    color: #fff;
    font-size: 14px; }
    .super-button-dual.super-button-dual-btn .super-button.super-button-dual-placeholder-first {
      background-color: #bdc3c7; }
      .super-button-dual.super-button-dual-btn .super-button.super-button-dual-placeholder-first:hover {
        background-color: #cacfd2; }
    .super-button-dual.super-button-dual-btn .super-button.super-button-dual-placeholder-second {
      background-color: #cacfd2; }
      .super-button-dual.super-button-dual-btn .super-button.super-button-dual-placeholder-second:hover {
        background-color: #bdc3c7; }
  .super-button-dual.super-button-dual-btn .super-button-dual-divider {
    display: inline-block;
    font-size: 10px;
    position: absolute;
    z-index: 1;
    top: 9px;
    vertical-align: middle;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }

.super-button-dual.super-button-dual-full-width {
  display: table !important;
  width: 100%;
  table-layout: fixed; }
  .super-button-dual.super-button-dual-full-width .super-button-dual-first {
    width: 51% !important;
    display: table-cell !important; }
  .super-button-dual.super-button-dual-full-width .super-button-dual-second {
    width: 51% !important;
    display: table-cell !important; }

/*
   * Button Icon
   */
.super-button .super-button-icon {
  display: inline-block; }

/**
  Responsive options
   */
.super-button__text__desktop, .super-button__text__tablet, .super-button__text__mobile {
  display: none; }

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent; }

.tippy-popper {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: calc(100% - 8px);
  pointer-events: none;
  outline: 0; }

.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0; }

.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -7px;
  bottom: -6.5px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  margin: 0 3px; }

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.tippy-popper[x-placement^=top] .tippy-backdrop {
  -webkit-transform-origin: 0 25%;
  transform-origin: 0 25%; }

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%); }

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-50%, -45%);
  transform: scale(0.2) translate(-50%, -45%);
  opacity: 0; }

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateY(-10px) rotateX(0);
  transform: perspective(700px) translateY(-10px) rotateX(0); }

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateY(0) rotateX(60deg);
  transform: perspective(700px) translateY(0) rotateX(60deg); }

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tippy-popper[x-placement^=top] [data-animation=scale] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1); }

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.5);
  transform: translateY(-10px) scale(0.5); }

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%; }

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -7px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin: 0 3px; }

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%; }

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%); }

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-50%);
  transform: scale(0.2) translate(-50%);
  opacity: 0; }

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateY(10px) rotateX(0);
  transform: perspective(700px) translateY(10px) rotateX(0); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateY(0) rotateX(-60deg);
  transform: perspective(700px) translateY(0) rotateX(-60deg); }

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tippy-popper[x-placement^=bottom] [data-animation=scale] {
  -webkit-transform-origin: top;
  transform-origin: top; }

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1); }

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px) scale(0.5);
  transform: translateY(10px) scale(0.5); }

.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%; }

.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -12px;
  -webkit-transform-origin: 33.33333333% 50%;
  transform-origin: 33.33333333% 50%;
  margin: 3px 0; }

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.tippy-popper[x-placement^=left] .tippy-backdrop {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%); }

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-75%, -50%);
  transform: scale(0.2) translate(-75%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right; }

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateX(-10px) rotateY(0);
  transform: perspective(700px) translateX(-10px) rotateY(0); }

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateX(0) rotateY(-60deg);
  transform: perspective(700px) translateX(0) rotateY(-60deg); }

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.tippy-popper[x-placement^=left] [data-animation=scale] {
  -webkit-transform-origin: right;
  transform-origin: right; }

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1); }

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px) scale(0.5);
  transform: translateX(-10px) scale(0.5); }

.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0; }

.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -12px;
  -webkit-transform-origin: 66.66666666% 50%;
  transform-origin: 66.66666666% 50%;
  margin: 3px 0; }

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.tippy-popper[x-placement^=right] .tippy-backdrop {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0; }

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%); }

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-25%, -50%);
  transform: scale(0.2) translate(-25%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left; }

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateX(10px) rotateY(0);
  transform: perspective(700px) translateX(10px) rotateY(0); }

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateX(0) rotateY(60deg);
  transform: perspective(700px) translateX(0) rotateY(60deg); }

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.tippy-popper[x-placement^=right] [data-animation=scale] {
  -webkit-transform-origin: left;
  transform-origin: left; }

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1); }

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px) scale(0.5);
  transform: translateX(10px) scale(0.5); }

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: .25rem;
  font-size: .875rem;
  padding: .3125rem .5625rem;
  line-height: 1.4;
  text-align: center;
  background-color: #333; }

.tippy-tooltip[data-size=small] {
  padding: .1875rem .375rem;
  font-size: .75rem; }

.tippy-tooltip[data-size=large] {
  padding: .375rem .75rem;
  font-size: 1rem; }

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent; }

.tippy-tooltip[data-interactive],
.tippy-tooltip[data-interactive] .tippy-roundarrow path {
  pointer-events: auto; }

.tippy-tooltip[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-tooltip[data-inertia][data-state=hidden] {
  transition-timing-function: ease; }

.tippy-arrow,
.tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0; }

.tippy-roundarrow {
  width: 18px;
  height: 7px;
  fill: #333;
  pointer-events: none; }

.tippy-backdrop {
  position: absolute;
  background-color: #333;
  border-radius: 50%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%; }

.tippy-backdrop + .tippy-content {
  transition-property: opacity;
  will-change: opacity;
  font-size: 15px; }

.tippy-backdrop + .tippy-content[data-state=visible] {
  opacity: 1; }

.tippy-backdrop + .tippy-content[data-state=hidden] {
  opacity: 0; }

