@charset "UTF-8";
.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

:host {
  display: block;
  box-sizing: border-box;
}
:host * {
  box-sizing: border-box;
}

.button {
  border: 1px solid var(--ux-button-primary-bg-color);
  border-radius: 100px;
  cursor: pointer;
  font-family: "Frutiger-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  display: inline-block;
  background: transparent;
  transition: width 0.25s ease, height 0.25s ease;
  font-size: 15px;
  padding: 1px;
}
@media screen and (max-width: 1023px) {
  .button {
    width: 42px !important;
  }
}
@media screen and (max-width: 767px) {
  .button {
    width: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .button {
    font-size: 19px;
    padding: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  .button {
    font-size: 23px;
    padding: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  .button:not(:hover) {
    width: 50px !important;
  }
}
.button--active {
  animation: pulse 5s infinite;
}
.button--active:not(:hover) .button__inner {
  background: var(--ux-button-primary-bg-color);
  color: var(--ux-button-primary-text-color);
}
.button__inner {
  display: block;
  background: var(--ux-button-primary-text-color);
  width: 100%;
  position: relative;
  border-radius: 50px;
  color: var(--ux-button-primary-bg-color);
  border: 1px solid var(--ux-button-primary-bg-color);
  transition: background 0.25s ease, color 0.25s ease, width 0.25s ease;
  overflow: hidden;
  height: 26px;
  padding-top: 3px;
}
@media only screen and (min-width: 768px) {
  .button__inner {
    height: 36px;
    padding-top: 4px;
    border-width: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  .button__inner {
    height: 42px;
    padding-top: 6px;
  }
}

.button:hover {
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .button:hover .label {
    opacity: 0;
  }
  .button:hover .title {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .button:hover .button__inner {
    background: var(--ux-button-primary-bg-color);
    color: var(--ux-button-primary-text-color);
  }
}

.button--icon {
  font-size: 36px;
}
@media screen and (max-width: 1023px) {
  .button--icon {
    width: 64px !important;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .button--icon {
    font-size: 26px;
    width: 48px !important;
    height: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .button--icon {
    font-size: 43px;
    height: 80px;
  }
  .button--icon:not(:hover) {
    width: 80px !important;
  }
}
.button--icon .button__inner {
  height: 44px;
}
@media only screen and (min-width: 768px) {
  .button--icon .button__inner {
    height: 58px;
    padding-top: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .button--icon .button__inner {
    height: 72px;
    padding-top: 6px;
  }
}
.button--icon .label {
  left: 21px;
}
@media only screen and (min-width: 768px) {
  .button--icon .label {
    left: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .button--icon .label {
    left: 34px;
  }
}
.button--icon .title {
  transform: translateY(-5px);
}

.button--no-title:hover .label {
  opacity: 1;
}
.button--no-title:hover .button__inner {
  background: var(--ux-button-primary-bg-color);
  color: var(--ux-button-primary-text-color);
}

.label {
  transition: opacity 0.25s ease;
  position: absolute;
  transform: translateX(-50%);
  left: 12px;
}
@media only screen and (min-width: 768px) {
  .label {
    left: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .label {
    left: 19px;
  }
}
.label--icon {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .label--icon {
    margin-top: -1px;
  }
}
@media only screen and (min-width: 1024px) {
  .label--icon {
    margin-top: -2px;
  }
}
.label--bullet {
  width: 100%;
  display: inline-block;
}
.label--bullet::before {
  content: "•";
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 1.4em;
  transform: translateY(-3px);
}
@media only screen and (min-width: 768px) {
  .label--bullet::before {
    transform: translateY(-4px);
  }
}
@media only screen and (min-width: 1024px) {
  .label--bullet::before {
    transform: translateY(-5px);
  }
}

.title {
  display: inline-block;
  font-family: "Frutiger-Roman", sans-serif;
  opacity: 0;
  transition: opacity 0.25s ease;
  color: #131313;
  font-size: 16px;
  transform: translateY(-3px);
  white-space: nowrap;
  margin: 0 20px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 var(--ux-button-primary-bg-color);
  }
  50% {
    box-shadow: 0 0 30px var(--ux-button-primary-bg-color);
  }
  100% {
    box-shadow: 0 0 0 var(--ux-button-primary-bg-color);
  }
}