.style-jueb6bqb_closed {
  position: fixed;
  z-index: 0;
  visibility: visible;
  transition: opacity .3s ease-in;
  width: 50px;
  height: 50px;
  right: 16px;
  bottom: 16px;
  display: block;
  z-index: 999999;
}

.style-jueb6bqbcontrolButton {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(233, 159, 21, 1);
  fill: #1D2D3C;
  border: 0px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
  cursor: pointer;
}

.style-jueb6bqbcontrolButton ul.style-jueb6bqb_dots {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: calc(50px - (2 * 0px));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.style-jueb6bqbcontrolButton ul.style-jueb6bqb_dots li:before {
  background: #1D2D3C;
  content: '';
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 27px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  top: -2px;
}

.style-jueb6bqbcontrolButton ul.style-jueb6bqb_dots li.style-jueb6bqbfirstDot:before,.style-jueb6bqbcontrolButton ul.style-jueb6bqb_dots li.style-jueb6bqbsecondDot:before {
  margin-right: 3px;
}

.mobile-icon .style-jueb6bqbcontrolButton ul.style-jueb6bqb_dots li.style-jueb6bqbfirstDot:before {
  width: 17px;
  height: 3px;
  -webkit-transform: translate(11.5px, -4px) rotate(-45deg);
  transform: translate(11.5px, -4px) rotate(-45deg);
  top: 0;
}

.mobile-icon .style-jueb6bqbcontrolButton ul.style-jueb6bqb_dots li.style-jueb6bqbthirdDot:before {
  width: 17px;
  height: 3px;
  margin-right: 0;
  -webkit-transform: translate(-11.5px, -4px) rotate(45deg);
  transform: translate(-11.5px, -4px) rotate(45deg);
  top: 0;
}

.mobile-icon .style-jueb6bqbcontrolButton ul.style-jueb6bqb_dots li.style-jueb6bqbsecondDot:before {
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.style-jueb6bqboverlay {
  width: 100%;
  left: -100%;
  cursor: pointer;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
}

.mobile-icon .style-jueb6bqboverlay {
  opacity: 0.9;
  left: 0;
}

.style-jueb6bqbactionsContainer {
  bottom: 0;
  pointer-events: none;
  min-height: 50px;
  min-width: 50px;
  position: absolute;
}

.style-jueb6bqbactionsContainer a {
  border-radius: 50%;
  will-change: opacity;
  position: relative;
  display: block;
  margin: 0 auto 14px;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  height: 0;
  width: 0;
  margin-bottom: 0;
  -webkit-transition-property: opacity, height, width, margin-bottom;
  transition-property: opacity, height, width, margin-bottom;
  -webkit-transition-duration: .3s, 0s, 0s, 0s;
  transition-duration: .3s, 0s, 0s, 0s;
  -webkit-transition-delay: 0s, .3s, .3s, .3s;
  transition-delay: 0s, .3s, .3s, .3s;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}


.mobile-icon .style-jueb6bqbactionsContainer a:last-child {
  -webkit-transition: opacity .3s .08s;
  transition: opacity .3s .08s;
  margin-bottom: 66px;
}

.mobile-icon .style-jueb6bqbactionsContainer a:nth-child(3) {
  -webkit-transition: opacity .3s .16s;
  transition: opacity .3s .16s;
}

.mobile-icon .style-jueb6bqbactionsContainer a:nth-child(2) {
  -webkit-transition: opacity .3s .24s;
  transition: opacity .3s .24s;
}

.mobile-icon .style-jueb6bqbactionsContainer a:first-child {
  -webkit-transition: opacity .3s .32s;
  transition: opacity .3s .32s;
}

.mobile-icon .style-jueb6bqbactionsContainer a {
  padding: 0;
  pointer-events: auto;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  will-change: opacity;
  position: relative;
  display: block;
  margin: 0 auto 14px;
  opacity: 1;
}

.style-jueb6bqbactionsContainer a div:first-child {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  border: 0px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
  fill: #000;
}

.style-jueb6bqbactionsContainer a div:nth-child(2) {
  font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.2px;
  position: absolute;
  max-width: 160px;
  top: 50%;
  left: -16px;
  -webkit-transform: translate(-100%, -15px);
  transform: translate(-100%, -15px);
  padding: 6px 8px;
  color: #1d2d3c;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px #ccc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -webkit-transition: visibility 0s .3s;
  transition: visibility 0s .3s;
  display: none;
}

.mobile-icon .style-jueb6bqbactionsContainer a div:nth-child(2) {
  visibility: visible;
  display: block;
}

.style-jueb6bqbactionsContainer a div:first-child svg {
  height: 30px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}