* {
  margin: 0;
  padding: 0;
}
a {
  color: white;
}
.hidden{display: none !important;}

/* register or login alert */
.modalr {
  display: none; /* Hidden by default */
  position: fixed !important;
  z-index: 1005 !important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentr {
  padding: 50px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100vh;
  position: fixed !important;
  top: 0;
}

/* The Close Button */
.closer {
  background-color: #197ce5;
  color: white;
  border: none;
  border-radius: 20px !important;
  filter: contrast(80%);
}

.closer:hover,
.closer:focus {
  filter: contrast(120%);
}
.alert_board {
  width: 30vw;
  background: url(/images/alert_board.png) no-repeat;
  background-size: 100% 100%;
  animation: alertt 0.2s;
  position: relative;
  top: 15rem;
}
@keyframes alertt {
  from {
    top: -10rem;
  }
  to {
    top: 15rem;
  }
}
.games-container {
  flex-wrap: wrap;
  gap: 1.7rem;
  width: 100% !important;
  justify-content: center;
}
.games-container a img {
  width: 175px;
  height: 166px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.game-img-div {
  background-color: #1a1a1a;
  border-radius: 30px;
  overflow: hidden !important;
  position: relative;
}
.game-img-div:hover .img-hover-div {
  opacity: 1;
}
.game-img-div:hover a img {
  transform: scale(1.4);
}
.img-hover-div {
  width: 100%;
  height: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: absolute;
  top: 0px;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.56);
  transition: all 0.3s;
  opacity: 0;
}
.img-hover-div-text {
  font-size: 0.6rem;
}
.img-hover-div div button {
  padding: 1px 3px;
  background-color: #3d44d3;
  border-radius: 6px;
  font-size: 0.8rem;
  margin-top: 40px;
  color: white;
}
.img-hover-div div button:hover {
  background-color: gold;
  color: black;
}
.game-img-div h6 {
  font-size: 0.8rem;
  text-align: center;
}
.perspective {
  perspective: 1px;
  height: 130vh;
  /* overflow-x: hidden;
  overflow-y: auto; */
}
.preserve-3d {
  transform-style: preserve-3d;
}

@keyframes hero {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(1px);
  }
  50% {
    transform: translateY(-1px);
  }
  75% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

a {
  text-decoration: none !important;
}
.landing__wrapper {
  position: relative;
  background-image: url(/images/game-bg.jpeg);
  background-color: #0e1d3c;
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: 100% auto;
  z-index: 30;
}
.landing__wrapper.casino{padding-top: 150px;}
.g-hr {
  height: 1px;
  width: 100%;
  position: relative;
}
.g-hr::before {
  content: " ";
  position: absolute;
  bottom: -15px;
  height: 60px;
  width: 100%;
  background: url(https://wazamba.com/joxi/wazamba/hr.png) center bottom/auto
    100% repeat-x;
  z-index: 50;
}
 .promotion-wrap {
	padding: 80px 0;
    background: url('../img/promotion-bg.png')no-repeat center center;
    background-size: cover;
}
.promotion-wrap .more-btn {
    display: block;
    margin: 80px auto 0;
    width: 140px;
    height: 59px;
    line-height: 58px;
    text-align: center;
    border-radius: 20px;
    background: #ff7900;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

@import "https://fonts.googleapis.com/css?family=Open+Sans:800&display=swap";

.gameg-btn-green {
  background-color: #ff7800;
  background-image: linear-gradient(#ff7800, #f97600),
    linear-gradient(#f90, #f2a268);
  background-clip: padding-box, border-box;
  background-size: cover, calc(100% + 20px) calc(100% + 20px);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, left -10px top -10px;
  box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 25%), 0 4px 0 0 #b75637;
}
.gameg-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 52px;
  border-radius: 80px;
  cursor: pointer;
  max-width: 100%;
  border: 5px solid transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.2px;
  color: #fff;
  line-height: 43px;
  padding: 0 25px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.g-btn-orange {
  background: linear-gradient(180deg, #FEF172 0%, #F97600 100%);
  background-clip: padding-box, border-box;
  background-size: cover, calc(100% + 20px) calc(100% + 20px);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, left -10px top -10px;
  box-shadow: 0px 2px 0px #B75637, inset 0px 0px 3px rgba(0, 0, 0, 0.25);
}

.banner-btns .ab-btn,
.g-btn {
  box-sizing: border-box;
  display: inline-block;
  border-radius: 80px;
  cursor: pointer;
  max-width: 85%;
  text-shadow: 0 0 10px rgb(0 0 0 / 25%);
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

a:hover {
  cursor: pointer;
}
.seeall-btn {
  font-size: 16px;
  background: linear-gradient(180deg, #FE7800 100%, #Ff9900 100%);
  border: 5px solid #ff9900;
  width: 148px;
  height: 43px;
  line-height: 35px;
}

.jackpot_parent{
  position: relative;
  width: 853px;
  height: 428px;
  margin: 0 auto 70px;
}
.landing_jackpot {
  background: url(/images/landing-jackpot.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
  margin: auto;
  position: relative;
  margin-top: 100px;
}
.jackpot_parent .data_area{
  position: absolute;
  left: 50%;
  top: 72%;
  transform: translate(-50%, -50%);
  width: 853px;
  height: 428px;
}
.Jackpot_span {
  color: #e7f268;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  /* margin: 390px; */
}
.Jackpot_span strong{
  font-family: 'Seymour One';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 63px;
    display: flex;
    align-items: center;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: capitalize;
    color: #E7F268;
}
.landing_jackpot a {
  padding: 1rem 4.4rem;
  right: 28rem;
  bottom: 0;
  position: absolute;
  border: 8px solid transparent;
}
.jacg-btn-green {
  background-color: #ff7800;
  background-image: linear-gradient(#ff7800, #f97600),
    linear-gradient(#f90, #f2a268);
  background-clip: padding-box, border-box;
  background-size: cover, calc(100% + 20px) calc(100% + 20px);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, left -10px top -10px;
  box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 25%), 0 4px 0 0 #b75637;
}
.jacg-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 52px;
  border-radius: 80px;
  cursor: pointer;
  max-width: 100%;
  border: 5px solid transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.2px;
  color: #fff;
  line-height: 43px;
  padding: 0 25px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.bonus_faq {
  width: 90%;
  color: rgb(249, 252, 53);
}
.faq-heading {
  border-bottom: #777;
  padding: 20px 60px;
}
.faq-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hr-line {
  width: 80%;
  margin: auto;
}
.faq-page {
  cursor: pointer;
  padding: 30px 20px;
  width: 80%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: auto;
  font-size: 1.5rem;
  text-align: center;
}
.faq-body {
  margin: auto;
  width: 50%;
  font-size: 1.5rem;
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

.faq-page:after {
  content: url(https://wazamba.com/joxi/wazamba/desktop/img/icon-arrow_bottom.svg);
  /* background-color: #ff7800; */
  background-color: #ff7800;
  background-image: linear-gradient(#ff7800, #f97600),
    linear-gradient(#f90, #f2a268);
  background-clip: padding-box, border-box;
  background-size: cover, calc(100% + 20px) calc(100% + 20px);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, left -10px top -10px;
  /* box-shadow: inset 0 0 px 0 rgb(0 0 0 / 25%), 0 4px 0 0 #b75637; */
  padding: 0.3rem;
  border-radius: 60%;
  font-size: 0.8rem;
  float: right;
  height: 2.6rem;
  margin-left: 5px;
  transition: all 0.5s;
  border: 5px solid transparent;
}
.activee:after {
  content: url(https://wazamba.com/joxi/wazamba/desktop/img/icon-arrow_bottom.svg);
  font-size: 1rem;
  float: right;
  transform: rotateX(180deg);
  margin-left: 5px;
  background-color: #898989;
  transition: all 0.5s;
}
.media {
  display: block !important;
}
.modal-content4::-webkit-scrollbar {
  display: hidden;
}
.live-casino-container {
  width: 70% !important;
}
/* responsive section */
@media screen and (max-width: 1024px) {
  .alert_board {
    width: 40vw;
    font-size: 16px;
  }
  .closer {
    font-size: 16px;
    border-radius: 20px !important;
    filter: contrast(80%);
  }

  .landing_jackpot {
    width: 80vw;
    height: 65vh;
    background-size: contain;
    position: relative;
  }
  .landing_jackpot .Jackpot_span {
    font-size: 3rem;
    left: 25%;
    /* bottom: 10%; */
  }
}

@media screen and (min-width: 800px) and (max-width: 924px) {
  .game-img-div img {
    width: 120px;
    height: 110px;
  }
  .game-img-div:hover a img {
    transform: scale(1.4);
  }
  .img-hover-div-text {
    font-size: 0.8rem;
  }
  .img-hover-div div i {
    font-size: 0.8rem !important;
  }
  .img-hover-div div button {
    font-size: 0.7rem;
    margin-top: 40px;
  }
  .game-img-div h6 {
    font-size: 0.8rem;
  }
  .landing_jackpot {
    width: 80vw;
    height: 55vh;
  }
  .landing_jackpot .Jackpot_span {
    font-size: 2.5rem;
    /* bottom: 2%; */
  }
  .bonus_faq {
    width: 80%;
    color: white;
  }
  .faq-page {
    width: 100%;
    font-size: 1rem;
  }
  .faq-page:after {
    transform: scale(0.8);
  }
  .activee:after {
    transform: rotateX(180deg) scale(0.8);
  }
}
@media screen and (min-width: 769px) and (max-width: 799px) {
  .game-img-div img {
    width: 110px;
    height: 100px;
  }
  .game-img-div:hover a img {
    transform: scale(1.4);
  }
  .img-hover-div-text {
    font-size: 0.8rem;
  }
  .img-hover-div div i {
    font-size: 0.8rem !important;
  }
  .img-hover-div div button {
    font-size: 0.7rem;
    margin-top: 40px;
  }
  .game-img-div h6 {
    font-size: 0.8rem;
  }
  .landing_jackpot {
    width: 80vw;
    height: 50vh;
  }
  .landing_jackpot .Jackpot_span {
    font-size: 2.3rem;
    /* bottom: 6%; */
  }
  .bonus_faq {
    width: 80%;
    color: white;
  }
  .faq-body {
    font-size: 1rem;
  }
  .faq-page {
    width: 100%;
    font-size: 1rem;
  }
  .faq-page:after {
    transform: scale(0.8);
  }

  .activee:after {
    transform: rotateX(180deg) scale(0.8);
  }
}
@media screen and (min-width: 701px) and (max-width: 768px) {
  .game-img-div img {
    width: 110px;
    height: 100px;
  }
  .game-img-div:hover a img {
    transform: scale(1.4);
  }
  .img-hover-div-text {
    font-size: 0.6rem;
  }
  .img-hover-div div button {
    font-size: 0.7rem;
    margin-top: 40px;
  }
  .game-img-div h6 {
    font-size: 0.8rem;
  }
  .landing_jackpot {
    width: 80vw;
    height: 50vh;
  }
  .landing_jackpot .Jackpot_span {
    font-size: 2.3rem;
    left: 27%;
    /* bottom: 8%; */
  }
  .faq-page {
    cursor: pointer;
    padding: 30px 20px;
    width: 60%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
    font-size: 1rem;
    text-align: center;
  }
  .faq-page:after {
    content: url(https://wazamba.com/joxi/wazamba/desktop/img/icon-arrow_bottom.svg);
    background-color: #ff7800;
    padding: 0.6rem;
    border-radius: 60%;
    font-size: 1rem;
    float: right;
    height: 2.6rem;
    margin-left: 5px;
    transition: all 0.5s;
    transform: scale(0.8);
  }

  .activee:after {
    content: url(https://wazamba.com/joxi/wazamba/desktop/img/icon-arrow_bottom.svg);
    font-size: 1rem;
    float: right;
    transform: rotateX(180deg) scale(0.8);
    margin-left: 5px;
    background-color: #898989;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 600px) and (max-width: 700px) {
  .games-container a img {
    width: 120px !important;
    height: 110px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .game-img-div:hover a img {
    transform: scale(1.4);
  }
  .img-hover-div-text {
    font-size: 0.6rem;
  }
  .img-hover-div div button {
    font-size: 0.7rem;
    margin-top: 40px;
  }
  .game-img-div h6 {
    font-size: 0.8rem;
  }
  .landing_jackpot {
    width: 80vw;
    height: 45vh;
  }
  .landing_jackpot .Jackpot_span {
    font-size: 2rem;
    left: 28%;
    /* bottom: 12%; */
  }
  .bonus_faq {
    margin: 0 40px;
  }
  .bonus_faq {
    width: 80%;
    color: white;
  }
  .faq-body {
    font-size: 1rem;
  }
  .faq-page {
    width: 100%;
    font-size: 1rem;
  }
  .faq-page:after {
    transform: scale(0.8);
  }

  .activee:after {
    transform: rotateX(180deg) scale(0.8);
  }
}

@media screen and (min-width: 500px) and (max-width: 599px) {
  .games-container a img {
    width: 100px !important;
    height: 90px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .game-img-div:hover a img {
    transform: scale(1.4);
  }
  .img-hover-div-text {
    font-size: 0.4em;
  }
  .img-hover-div div i {
    font-size: 0.5rem !important;
  }
  .img-hover-div div button {
    font-size: 0.7rem;
    margin-top: 30px;
  }
  .game-img-div h6 {
    font-size: 0.8rem;
  }
  .seeall-btn {
    font-size: 12px;
  }
  .landing_jackpot {
    width: 94vw;
    height: 44vh;
  }
  .landing_jackpot .Jackpot_span {
    font-size: 1.7rem;
    left: 28%;
    bottom: 22%;
  }
  .bonus_faq {
    margin: 0 40px;
  }
  .bonus_faq {
    width: 80%;
    color: white;
  }
  .faq-body {
    font-size: 1rem;
  }
  .faq-page {
    width: 100%;
    font-size: 1rem;
  }
  .faq-page:after {
    transform: scale(0.8);
  }
  .activee:after {
    transform: rotateX(180deg) scale(0.8);
  }
}
@media screen and (min-width: 426px) and (max-width: 499px) {
  .games-container {
    gap: 1rem !important;
    justify-content: center;
  }
  .games-container a img {
    width: 85px !important;
    height: 75px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .game-img-div {
    background-color: #1a1a1a;
    border-radius: 20px;
    overflow: hidden !important;
    position: relative;
  }
  .game-img-div h6 {
    font-size: 0.5rem !important;
  }
  .img-hover-div {
    border-radius: 20px;
  }
  .img-hover-div-text {
    font-size: 0.4rem !important;
  }
  .img-hover-div div i {
    font-size: 0.4rem !important;
  }
  .img-hover-div div button {
    border-radius: 2px !important;
    font-size: 0.5rem !important;
    margin-top: 20px !important;
  }
  .game-img-div:hover a img {
    transform: scale(1.5) !important;
  }
  .seeall-btn {
    font-size: 12px;
  }
  .landing_jackpot .Jackpot_span {
    font-size: 1.5rem;
    left: 30%;
    bottom: 22%;
  }
  .bonus_faq {
    margin: 0 50px;
    width: 80%;
    color: white;
  }
  .faq-body {
    font-size: 0.9rem;
  }
  .faq-page {
    width: 100%;
    font-size: 0.9rem;
  }
  .faq-page:after {
    transform: scale(0.7);
  }

  .activee:after {
    transform: rotateX(180deg) scale(0.7);
  }
}

@media screen and (max-width: 425px) {
  .games-container {
    gap: 1rem !important;
    justify-content: center;
  }
  .games-container a img {
    width: 85px !important;
    height: 75px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .game-img-div h6 {
    font-size: 0.5rem !important;
  }
  .game-img-div {
    border-radius: 20px;
  }
  .img-hover-div {
    border-radius: 20px;
  }
  .img-hover-div-text {
    font-size: 0.4rem !important;
  }
  .img-hover-div div i {
    font-size: 0.4rem !important;
  }
  .img-hover-div div button {
    border-radius: 5px !important;
    font-size: 0.5rem !important;
    margin-top: 20px !important;
  }
  .game-img-div:hover a img {
    transform: scale(1.5) !important;
  }
  .alert_board {
    width: 50vw;
    font-size: 12px;
  }
  .closer {
    font-size: 12px;
    border-radius: 20px !important;
    filter: contrast(80%);
  }
  .seeall-btn {
    font-size: 12px;
  }
  .landing_jackpot {
    width: 84vw;
    height: 32vh;
  }
  .landing_jackpot .Jackpot_span {
    font-size: 1.2rem;
    left:30%;
    /* bottom: 7%; */
  }
  .bonus_faq {
    margin: 0 50px;
    width: 80%;
    color: white;
  }
  .faq-body {
    font-size: 0.9rem;
  }
  .faq-page {
    width: 100%;
    font-size: 0.9rem;
  }
  .faq-page:after {
    transform: scale(0.8);
  }

  .activee:after {
    transform: rotateX(180deg) scale(0.8);
  }
  .live-casino-container {
    width: 90% !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .sidebar {
    background: url(/images/sidebarbg.png) center no-repeat;
    background-size: contain;
    height: 650px;
    position: fixed;
    bottom: 130px;
    transition: all 0.5s;
    z-index: 3;
    transform: scale(0.7);
  }
  .games-container {
    gap: 0.5rem !important;
    justify-content: center;
  }
  .games-container a img {
    width: 70px !important;
    height: 60px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .game-img-div h6 {
    font-size: 0.5rem !important;
  }
  .game-img-div {
    border-radius: 20px;
  }
  .img-hover-div {
    border-radius: 20px;
  }
  .img-hover-div-text {
    font-size: 0.4rem !important;
  }
  .img-hover-div div i {
    font-size: 0.4rem !important;
  }
  .img-hover-div div button {
    border-radius: 5px !important;
    font-size: 0.5rem !important;
    margin-top: 10px !important;
  }
  .game-img-div:hover a img {
    transform: scale(1.6) !important;
  }
  .landing_jackpot {
    width: 80vw;
    height: 27vh;
  }
  .landing_jackpot .Jackpot_span {
    font-size: 1.1rem;
    /* bottom: -10%; */
  }
  .bonus_faq {
    width: 80%;
    color: white;
  }
  .faq-page {
    width: 100%;
    margin: 0 0.6rem 0 0;
    font-size: 0.7rem;
  }
  .faq-body {
    margin: 0 2rem 0 0;
    width: 100%;
    padding: auto;
  }
  .faq-page:after {
    transform: scale(0.5);
  }

  .activee:after {
    transform: rotateX(180deg) scale(0.5);
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) and (max-height:900px) and (min-height:600px) {
  .landing_jackpot .Jackpot_span {
    font-size: 1.1rem;
    /* bottom: -10%; */
  }
}
@media screen and (min-width: 300px) and (max-width: 369px) {
  .sidebar {
    background: url(/images/sidebarbg.png) center no-repeat;
    background-size: contain;
    height: 650px;
    position: fixed;
    bottom: 130px;
    transition: all 0.5s;
    z-index: 3;
    transform: scale(0.7);
  }
  .bonus_faq {
    width: 77%;
  }
  .faq-page {
    width: 100%;
    margin: 0 0.6rem 0 0;
    font-size: 0.7rem;
  }
  .faq-body {
    margin: 0 2rem 0 0;
    width: 100%;
    padding: auto;
  }
  .faq-page:after {
    transform: scale(0.5);
  }

  .activee:after {
    transform: rotateX(180deg) scale(0.5);
  }
}

/* .isLogin{display: block !important;}
.isLogout{display: none !important;} */
.jackpot_parent{position: relative;}


@media(max-width:1000px){
  .landing_jackpot{width: 600px;}
  .jackpot_parent{width: auto;}
  .jackpot_parent .data_area{top: 53%;}
  .jackpot_parent .data_area .Jackpot_span strong{font-size: 35px;}

}
@media(max-width:600px){
  .landing_jackpot{width: 400px;}
  .Jackpot_span{top: 37%;}
  .jackpot_parent{height: auto; margin-bottom: 0 !important;}
  .jackpot_parent .data_area .Jackpot_span strong{font-size: 20px;}
  .bonus_faq{margin: 0; width: 100%;}
  .footer_main{
    flex-direction: row !important;
    width: 100% !important;
  }
  .footer_section2{
    width: 100% !important;
    justify-content: center;
  }
  .footer_aboutus{padding: 0 !important;}
  .footer_aboutus a{font-size: 12px;}
}
@media(max-width:500px){
  .jackpot_parent{
    margin-bottom: 30px !important;
  }
  .landing_jackpot{height: 200px;}
  .Jackpot_span{top: 59%;}
  .faq-body{padding: 0 50px; width: 100%;}
}
@media(max-width:400px){
  .landing_jackpot{width: 300px;}
  .Jackpot_span{top: 52%;}
  .jackpot_parent .data_area .Jackpot_span strong{font-size: 13px;}
}
