:root {
  --font-family-header: Montserrat, Verdana, sans-serif;
  --font-style-header: normal;
}

body,
html {
  height: 100vh;
  width: 100vw;
  margin: 0;
}

body {
  font-family: "Montserrat", serif;
  font-weight: 600;
  position: relative;
  background: #000000;
  overflow-x: hidden;
  background-image: url("../images/bg-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

@media (min-width: 768px) {
  body {
    background-image: url("../images/bg-tablet.jpg");
  }
}

@media (min-width: 1024px) {
  body {
    background-image: url("../images/bg.jpg");
  }
}

p {
  padding: 0;
  margin: 0;
}

button {
  font-family: "Montserrat", serif;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main {
  height: 100vh;
  height: 100dvh;
  padding: 34px 40px;
  max-width: 440px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .main {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .main {
    max-width: 1200px;
  }
}

.progress-bar,
.progressbar-image,
.main-header,
.main-title {
  padding: 0;
  margin: 0;
}

.main-header {
  font-weight: 600;
  font-size: calc((100vh - 158px) / 4 * 0.09);
  font-size: calc((100dvh - 158px) / 4 * 0.09);
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  margin: 0;
  flex-shrink: 0;
}
.main-block {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
}
.main-image {
  position: relative;
  width: calc((100vh - 158px) / 4 * 0.9);
  width: calc((100dvh - 158px) / 4 * 0.9);
  height: calc((100vh - 158px) / 4 * 0.65);
  height: calc((100dvh - 158px) / 4 * 0.65);
  border-radius: calc((100vh - 158px) / 4 * 0.05);
  border-radius: calc((100dvh - 158px) / 4 * 0.05);
  overflow: visible; /* важно */
  flex-shrink: 0;
}

.main-image::after {
  content: "";
  position: absolute;
  top: calc((100vh - 158px) / 4 * 0.045);
  top: calc((100dvh - 158px) / 4 * 0.045);
  bottom: calc((100vh - 158px) / 4 * 0.045);
  bottom: calc((100dvh - 158px) / 4 * 0.045);
  left: 0;
  right: 0;
  border-radius: calc((100vh - 158px) / 4 * 0.05);
  border-radius: calc((100dvh - 158px) / 4 * 0.05);
  box-shadow: 0 0 calc((100vh - 158px) / 4 * 0.0375) calc((100vh - 158px) / 4 * 0.005) #001ee7, 0 0 calc((100vh - 158px) / 4 * 0.0225) rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 calc((100dvh - 158px) / 4 * 0.0375) calc((100dvh - 158px) / 4 * 0.005) #001ee7, 0 0 calc((100dvh - 158px) / 4 * 0.0225) rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.main-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: calc((100vh - 158px) / 4 * 0.05);
  border-radius: calc((100dvh - 158px) / 4 * 0.05);
}


.main-title {
  font-weight: 100;
  font-size: calc((100vh - 158px) / 4 * 0.045);
  font-size: calc((100dvh - 158px) / 4 * 0.045);
  color: #ffffff;
  padding-left: calc((100vh - 158px) / 4 * 0.03);
  padding-left: calc((100dvh - 158px) / 4 * 0.03);
  margin: 0;
  line-height: 1.2;
}

.play-btn {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.play-btn img {
  width: calc((100vh - 158px) / 4 * 0.14);
  width: calc((100dvh - 158px) / 4 * 0.14);
  height: calc((100vh - 158px) / 4 * 0.14);
  height: calc((100dvh - 158px) / 4 * 0.14);
  filter: drop-shadow(0 0 calc((100vh - 158px) / 4 * 0.035) rgba(0, 0, 0, 0.99));
  filter: drop-shadow(0 0 calc((100dvh - 158px) / 4 * 0.035) rgba(0, 0, 0, 0.99));
}


.progress-bar {
  flex: 1;
  margin: auto 0;
  min-width: 0;
}

.progressbar-image {
  width: 100%;
  height: 60px;
  position: relative;
  background-image: 
    url('../images/prbarleft.png'),
    url('../images/progressbar.webp');
  background-position: 
    left center,
    right center;
  background-repeat: 
    no-repeat,
    no-repeat;
  background-size: 
    var(--prbarleft-width, 24px) 100%,
    var(--prbarright-width, 140px) 100%;
}

.progressbar-image::before {
  content: '';
  position: absolute;
  left: var(--prbarleft-width, 24px);
  right: var(--prbarright-width, 140px);
  top: 0;
  bottom: 0;
  background-image: url('../images/prbarcenter.png');
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.icefishing .progressbar-image {
  background-image: 
    url('../images/prbarleft.png'),
    url('../images/progressbar.png');
}

.chickenroad .progressbar-image {
  background-image: 
    url('../images/prbarleft.png'),
    url('../images/progressbarchicken.png');
}

.plinko .progressbar-image {
  background-image: 
    url('../images/prbarleft.png'),
    url('../images/progressbarplinko.png');
}

.royaljoker .progressbar-image {
  background-image: 
    url('../images/prbarleft.png'),
    url('../images/progressbarroyal.png');
}

.main-container {
  height: calc((100vh - 68px - 90px) / 4);
  height: calc((100dvh - 68px - 90px) / 4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}


.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}

.container > .play-btn:last-child {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  visibility: hidden;
}

.chickenroad,
.plinko,
.royaljoker {
  padding-top: 0;
}

.bonus-title {
  font-size: calc((100vh - 158px) / 4 * 0.055);
  font-size: calc((100dvh - 158px) / 4 * 0.055);
  font-weight: 200;
  color: #ffffff;
  align-self: flex-start;
  line-height: 1.2;
  text-align: center;
  flex-shrink: 0;
}

.bonus-title__bold {
  font-weight: 600;
}

.popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.popup.active {
  display: flex;
  opacity: 1;
  transition: opacity 0.4s ease-in;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.popup-content {
  position: relative;
  z-index: 1;
  margin: auto;
}

.roulette-container {
  position: absolute;
  inset-block-end: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.roulette-container .roulette-circle {
  width: calc(62vh * 0.8);
  width: calc(62dvh * 0.8);
  height: calc(62vh * 0.8);
  height: calc(62dvh * 0.8);
}

.roulette-container .circle.game__wheel {
  width: calc(50vh * 0.8);
  width: calc(50dvh * 0.8);
  height: calc(50vh * 0.8);
  height: calc(50dvh * 0.8);
}

.roulette-container .game__selector__wrap {
  width: calc(11vh * 0.8);
  width: calc(11dvh * 0.8);
}

.roulette-text-block .wheel-sectors__sector_title {
  font-size: calc(3vh * 0.8);
  font-size: calc(3dvh * 0.8);
  line-height: calc(1.2 * 0.8);
}

.roulette-text-block .wheel-sectors__sector_text {
  font-size: calc(2.6vh * 0.8);
  font-size: calc(2.6dvh * 0.8);
  line-height: calc(1.1 * 0.8);
}

.modal-roulette-container {
  width: calc(67vh * 0.8) !important;
  width: calc(67dvh * 0.8) !important;
  min-height: calc(67vh * 0.8) !important;
  min-height: calc(67dvh * 0.8) !important;
}

.modal-roulette-container .modal-roulette-circle {
  width: calc(67vh * 0.8);
  width: calc(67dvh * 0.8);
  height: calc(67vh * 0.8);
  height: calc(67dvh * 0.8);
}

.modal-roulette-container .modal-popup-bg-wrapper {
  width: calc(60vh * 0.8);
  width: calc(60dvh * 0.8);
  height: calc(60vh * 0.8);
  height: calc(60dvh * 0.8);
}

.modal-roulette-container .modal-popup-number {
  font-size: calc(62vh * 0.8 * 0.24);
  font-size: calc(62dvh * 0.8 * 0.24);
}

.modal-roulette-container .modal-popup-text {
  font-size: calc(62vh * 0.8 * 0.08);
  font-size: calc(62dvh * 0.8 * 0.08);
}

.modal-roulette-container .modal-get-bonus-btn {
  width: calc(183px * 0.8);
  padding: calc(16px * 0.8) calc(32px * 0.8);
  font-size: calc(28px * 0.8);
  line-height: calc(34px * 0.8);
  bottom: calc(13vh - 20px);
  bottom: calc(13dvh - 20px);
}

.roulette-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.roulette-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pedestal-wheel {
  position: absolute;
  bottom: 0;
  inset-block-end: -12vh;
  inset-block-end: -12dvh;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 238px;
  height: auto;
}

.pedestal-wheel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.roulette-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.roulette-circle picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.circle.game__wheel {
  display: block;
  object-fit: contain;
}


.game__selector__wrap {
  position: absolute;
  z-index: 3;
  inset-block-start: 5vh;
  inset-block-start: 5dvh;
  left: 50%;
  transform: translateX(-50%);
  /* width: 11vh;
  width: 11dvh; */
  height: auto;
  object-fit: contain;
}

.spin {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  padding: 0;
  color: #E6010B;
  font-weight: 700;
  font-size: 2.4vh;
  font-size: 2.4dvh;
  text-transform: uppercase;
  cursor: pointer;
  width: 17vh;
  width: 17dvh;
  height: 17vh;
  height: 17dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spin::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  animation: new-year-sparkle 3s ease-in-out infinite;
}

/* дефолт */
.spin {
  --spin-bg: url('../images/button-wheel.webp');
}
.spin::after {
  background-image: var(--spin-bg);
}

/* 🎣 Ice Fishing */
.spin.game-icefishing {
  --spin-bg: url('../images/button-wheel.webp');
}

/* 🐔 Chicken Road */
.spin.game-chickenroad {
  --spin-bg: url('../images/button-chickenroad.webp');
}

/* 🪙 Plinko */
.spin.game-plinko {
  --spin-bg: url('../images/button-plinko.webp');
}

/* 👑 Royal Joker */
.spin.game-royaljoker {
  --spin-bg: url('../images/button-royaljoker.webp');
}


@keyframes new-year-sparkle {
  0%, 100% {
    filter: drop-shadow(0 0 20px rgba(255, 219, 10, 0.6)) 
            drop-shadow(0 0 40px rgba(255, 219, 10, 0.3))
            drop-shadow(0 0 10px rgba(255, 0, 0, 0.4))
            drop-shadow(0 0 15px rgba(0, 255, 0, 0.3));
  }
  33% {
    filter: drop-shadow(0 0 25px rgba(255, 0, 0, 0.7)) 
            drop-shadow(0 0 45px rgba(255, 0, 0, 0.4))
            drop-shadow(0 0 15px rgba(255, 219, 10, 0.5))
            drop-shadow(0 0 20px rgba(0, 255, 0, 0.4));
  }
  66% {
    filter: drop-shadow(0 0 30px rgba(0, 255, 0, 0.7)) 
            drop-shadow(0 0 50px rgba(0, 255, 0, 0.4))
            drop-shadow(0 0 15px rgba(255, 219, 10, 0.5))
            drop-shadow(0 0 20px rgba(255, 0, 0, 0.4));
  }
}

.spin:disabled,
.spin[disabled] {
  animation: none !important;
  cursor: not-allowed;
  opacity: 0.9;
  filter: grayscale(0.3) brightness(0.8);
}

@keyframes spin-shine-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-pulse {
  0%, 68% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 rgba(255, 219, 10, 0);
    filter: brightness(1);
  }
  72% {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 0 24px rgba(255, 219, 10, 0.55), 0 0 48px rgba(255, 219, 10, 0.35);
    filter: brightness(1.05);
  }
  76% {
    transform: translate(-50%, -50%) scale(1.02);
    box-shadow: 0 0 16px rgba(255, 219, 10, 0.35), 0 0 32px rgba(255, 219, 10, 0.25);
    filter: brightness(1.02);
  }
  80%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 rgba(255, 219, 10, 0);
    filter: brightness(1);
  }
}

.game__wheel {
  transition-timing-function: cubic-bezier(0.41, -0.15, 0.4, 1.13);
  transition: transform 2s ease-in-out;
}

h1, h2, h3, h4 {
  font-family: var(--font-family-header);
  font-style: var(--font-style-header);
}

.wheel-sectors__sector {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 21%;
}

.wheel-sectors__sector1 {
  top: 25.4%;
  left: 27.2%;
  transform: rotate(-28deg);
}

.wheel-sectors__sector_title {
  margin: 0;
  font-weight: 700;
  background: linear-gradient(180deg, #ED8E00 0%, #FFE600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0,0,0,0);
}

.wheel-sectors__sector2 {
  right: 19%;
  bottom: 25.4%;
  transform: rotate(131deg);
}

.wheel-sectors__sector_text {
  margin: 0;
  font-weight: 700;
  color: #fff;
  -webkit-background-clip: text;
  max-width: 87%;
  text-align: center;
}

.wheel-sectors__sector3 {
  left: 37%;
  bottom: 18%;
  transform: rotate(-172deg);
}

.wheel-sectors__sector4 {
  left: 17%;
  bottom: 32.4%;
  transform: rotate(-125deg);
}

.wheel-sectors__sector5 {
  top: 37.3%;
  left: 14.2%;
  transform: rotate(-76deg);
}

.wheel-sectors__sector6 {
  left: 65.6%;
  bottom: 54.4%;
  transform: rotate(78deg);
}

.wheel-sectors__sector-win {
  top: 20.6%;
  right: 28%;
  transform: rotate(25deg);
}

.roulette-circle-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vh;
  width: 50dvh;
  height: 50vh;
  height: 50dvh;
}

.roulette-text-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wheel-sectors__sector-win_title {
  background: linear-gradient(180deg, #F00 0%, #FF6B00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.wheel-sectors__sector-win_text {
  color: #2e2b99;
  font-weight: 700;
  -webkit-text-fill-color: inherit;
  letter-spacing: -0.536px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease-in 0.3s, pointer-events 0s 0.9s;
  z-index: 1000;
}

.modal.show {
  opacity: 1;
  pointer-events: auto;
}

.hidden {
  display: none !important;
}


.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  pointer-events: none;
}

.modal-roulette-container {
  position: absolute;
  inset-block-end: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.modal-roulette-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vh * 0.8 * 0.9);
  width: calc(100dvh * 0.8 * 0.9);
  height: calc(100vh * 0.8 * 0.9);
  height: calc(100dvh * 0.8 * 0.9);
  background-image: url('../images/popup-decoration-mob.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.modal-roulette-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.modal-roulette-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-roulette-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-popup-bg-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.modal-popup-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-popup-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.modal-popup-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}


.modal-popup-number {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  font-size: calc(62vh * 0.8 * 0.24);
  font-size: calc(62dvh * 0.8 * 0.24);
  line-height: 1.2;
}

.modal-popup-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: calc(62vh * 0.8 * 0.08);
  font-size: calc(62dvh * 0.8 * 0.08);
  line-height: 1.2;
}

.modal-pedestal-wheel {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 238px;
  height: auto;
}

.modal-pedestal-wheel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.modal-get-bonus-btn,
a.modal-get-bonus-btn {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #33FF00;
  border-radius: 100px;
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  white-space: nowrap;
}

.modal-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
}

.modal-title-price {
  font-weight: 900;
  font-size: 34px;
  line-height: 46px;
  color: #FFDC13;
  text-shadow: 0px 0px 10.0479px rgba(255, 219, 10, 0.78);
}

.modal-table {
  width: 100%;
}

.modal-table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.modal-table-name {
  color: #fff;
}

.modal-table-price {
  color: #FFDB0A;
}

.modal-congratulations {
  width: 100%;
  text-transform: uppercase;
  padding-block: 10px;
  border: 2px solid #FFDB0A;
  filter: drop-shadow(0px 0px 14.4109px rgba(255, 219, 10, 0.9));
  border-radius: 4.70vh;
  border-radius: 4.70dvh;
  font-weight: 700;
  font-size: 14px;
  color: #FFDB0A;
  text-align: center;
}

.modal-welcome {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 35px;
  border: 2px solid #FFDB0F;
  border-radius: 19.1704px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  gap: 14px;
}

.modal-welcome-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: #FFDB0A;
  text-shadow: 0px -1.3221px 8.99026px rgba(248, 255, 34, 0.8);
}

.modal-welcome-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.modal__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 11px 16px;
  border-radius: 40px;
  border: 2px solid #FFDB0A;
  background-color: #FFDB0A;
  animation: pulse-shadow2 3s infinite alternate;
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
}

.modal-wow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-weight: 700;
}

.modal-wow-title {
  font-size: 22px;
  line-height: 30px;
  color: #FFD602;
}

.modal-wow-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

.modal-wow-number {
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  color: #FFD602;
}

.modal-participate {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

@keyframes pulse-shadow2 {
  0% {
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.4);
  }
  25% {
    box-shadow: 0 6px 20px rgba(0, 255, 0, 0.4);
  }
  50% {
    box-shadow: 0 4px 18px rgba(0, 0, 255, 0.4);
  }
  75% {
    box-shadow: 0 6px 25px rgba(255, 255, 0, 0.4);
  }
  100% {
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.4);
  }
}

