* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #3b5998;
  font-family: serif;
  line-height: 1.35rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url('img/mo.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  background-position: top 10% right 50%;
  
}
body,html {
  height: 100%;
  margin: 0;
}
a {
  color: #c7deff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

img {
  border-radius: 5px 5px 5px 5px;
  width: 100%;
}
.responsive img {
  width: 100%;
  height: auto;
}
.divider {
  height: 0.1px;
  overflow: hidden;
  background-color: #0d47a1;
}
summary {
  display: list-item;
}
i {
  line-height: inherit;
}
i.right {
  float: right;
  margin-left: 15px;
}
nav material-icons {
  color: #fff;
}
nav i {
  color: #fff;
}
nav {
  color: rgb(255, 255, 255);
  background-color: transparent;
  height: 53px;
  width: 100%;
  line-height: 46px;
}
nav a {
  color: rgb(0, 0, 0);
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}
nav .brand-logo {
  position: absolute;
  color: #1e65c9;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
  margin-left: 0.5cm;
  font-style: italic;
}
@media only screen and (min-width: 993px) {
  nav .brand-logo {
    margin-left: 3cm;
  }
}
@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}
nav ul {
  margin: 0;
  margin-right: 2cm;
}
nav ul li {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  float: right;
  padding: 0;
}
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
  color: #c7deff;
}
nav ul a {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 1.1rem;
  color: #c7deff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #c7deff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.sidenav li {
  float: none;
  line-height: 48px;
}
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li > a {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
  font-family: serif;
}
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav .divider {
  margin: 8px 0 0 0;
}
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.sidenav .subheader:hover {
  background-color: transparent;
}
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}
.sidenav .user-view > a:hover {
  background-color: transparent;
}
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
  display: block;
}
.sidenav .user-view .circle {
  height: 100px;
  width: 64px;
}
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 98%;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 1201px) {
  .container {
    width: 70%;
  }
}
.dropdown-content {
  background-color: #c7deff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 1cm;
}
.slider {
  background-color: transparent;
  color: transparent;
}
.dropdown-content:focus {
  outline: 0;
}

.dropdown-content li {
  clear: both;
  color: #c7deff;
  cursor: pointer;
  min-height: 50px;
  line-height: 1rem;
  width: 100%;
  text-align: left;
  margin-top: 0;
}

.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: rgb(255, 255, 255);
}

.dropdown-content li:focus {
  outline: none;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 1rem;
  color: #ff0000;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
span {
  color: #c7deff;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}
.tabs {
  position: sticky;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: transparent;
  margin: 0 auto;
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: -0.49cm;
  border-radius: 18px;
}

.tabs.tabs-transparent {
  background-color: #c7deff;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: #c7deff;
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #c7deff;
}

.tabs.tabs-transparent .indicator {
  background-color: #c7deff;
}

.tabs.tabs-fixed-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs.tabs-fixed-width .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: none;
}

.tabs .tab a {
  color: #c7deff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease;
  border-radius: 18px;
}
.btn,
.btn-large,
.btn-small,
.btn-flat {
  border: none;
  border-radius: 16px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #c7deff;
  background-color: transparent;
  text-align: center;
  letter-spacing: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  margin-top: 1cm;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: transparent;
}
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider.fullscreen ul.slides {
  height: 100%;
}

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

.slider .slides {
  background-color: transparent;
  margin: 0;
  height: 300px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.slider .slides .li .yt1 {
  float: left;
  height: 2cm;
  text-align: center;
}
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.slider .slides li .caption p {
  color: #e0e0e0;
}

.slider .slides li.active {
  z-index: 2;
}

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #4caf50;
}
.followers {
  opacity: 10;
}
.followers h4 {
  text-align: center;
  color: #c7deff;
  font-size: 24px;
}
@media only screen and (max-width: 992px) {
  .followers h4 {
    text-align: center;
    color: #c7deff;
    font-size: 18px;
  }
}
.fa {
  padding: 10px;
  font-size: 30px;
  width: 30px;
  text-align: end;
  text-decoration: none;
  border-radius: 50%;
}
@media only screen and (max-width: 993px) {
  .fa {
    padding: 5px;
    font-size: 22px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 993px) {
  .fa-tiktok {
    font-size: 22px;
  }
}
@media only screen and (max-width: 993px) {
  .fa-twitch {
    font-size: 22px;
  }
}
.fa:hover {
  opacity: 1;
}
.fa-tiktok {
  color: #000000;
  font-size: 30px;
}
.fa-facebook {
  color: #3b5998;
}
.fa-twitter {
  color: #55acee;
}
.fa-instagram {
  color: #dd2a7b;
}
.fa-youtube {
  color: #ff0000;
}
.fa-snapchat {
  color: #fffc00;
}
.fa-twitch {
  color: #6441a5;
}

.column1 {
  float: center;
  height: 2cm;
  text-align: center;
}
.column10 {
  float: left;
  height: 2cm;
  text-align: center;
}
.column13 {
  float: right;
  height: 2cm;
  text-align: center;
}
.column2 {
  float: left;
  height: 2cm;
  text-align: center;
}
.column6 {
  float: right;
  height: 2cm;
  text-align: center;
}
.column3 {
  float: center;
  height: 2cm;
  text-align: center;
}
.column11 {
  float: left;
  height: 2cm;
  text-align: center;
}

.column12 {
  float: center;
  height: 2cm;
  text-align: center;
}
.column4 {
  float: center;
  height: 2cm;
  text-align: center;
  margin-top: 1cm;
}
.column4 h3 {
  font-size: 23px;
}
@media only screen and (max-width: 992px) {
  .column4 h3 {
    font-size: 17px;
  }
}
.carousel h4 {
  text-align: center;
  color: #c7deff;
  font-size: 24px;
}
@media only screen and (max-width: 992px) {
  .carousel h4 {
    text-align: center;
    color: #c7deff;
    font-size: 15px;
  }
}
.carousel-item {
  margin-top: 1cm;
}
.carousel {
  background-color: transparent;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .carousel {
    padding: 0.1cm;
    height: 100vh;
  }
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item > img {
  width: 100%;
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
  background-color: blue;
}
.profile h3 {
  color: #c7deff;
  text-align: center;
  font-size: 24px;
  padding: 0.3cm;
}
.profile h4 {
  color: #c7deff;
  text-align: center;
  font-size: 24px;
}

.profile p {
  text-align: center;
  color: #c7deff;
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .profile p {
    text-align: center;
    color: #c7deff;
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .profile h3 {
    color: #c7deff;
    text-align: center;
    font-size: 18px;
    padding: 0.3cm;
  }
}
.button {
  text-align: center;
}
.profile h4 {
  color: #312f2f;
  text-align: center;
}
.profile p {
  text-align: center;
}
.youtube background-image {
  margin-top: 3cm;
}
.youtube {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url('social/youtube2.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .youtube {
    padding: 0.1cm;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.instagram {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url('social/instagram.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  .instagram {
    padding: 0.1cm;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.tiktok {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url('social/tiktok1.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  .tiktok {
    padding: 0.1cm;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.twitch {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url('social/twitch.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  .twitch {
    padding: 0.1cm;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.twitter {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url('social/twitter.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  .twitter {
    padding: 0.1cm;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.facebook {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url('social/facebook.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  .facebook {
    padding: 0.1cm;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.snapchat {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url('social/snapchat.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  .snapchat {
    padding: 0.1cm;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.column5 {
  float: left;
  height: 2cm;
  text-align: center;
}
.column1 h3 {
  color: #ff0000;
}
.column2 h3 {
  color: #dd2a7b;
}
.column3 h3 {
  color: #3b5998;
}
.column4 h3 {
  color: #c7deff;
}
.responsive img {
  width: 100%;
  height: auto;
}
.card {
  background: rgb(75, 75, 128);
  background-color: rgb(255, 255, 255);
  color: black;
  display: grid;
  grid-gap: 2rem;
  border-radius: none;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}
.card .card-content .card-title {
  color: #fff;
}
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
  text-align: center;
  color: #000000;
}
.card .card-content p {
  margin: 0;
  line-height: 1.5rem;
  color: #fff;
}
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
  text-align: center;
}
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #d4dae7;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
.column7 {
  float: left;
  text-align: center;
}
.business h4 {
  margin-left: 0.3cm;
  color: #c7deff;
  text-align: left;
  font-size: 24px;
}
@media only screen and (max-width: 992px) {
  .business h4 {
    color: #c7deff;
    text-align: left;
    font-size: 18px;
  }
}
.profile h4 {
  color: white;
  text-align: center;
}
.business p {
  text-align: left;
  font-size: 12px;
}
.footer-copyright {
  text-align: right;
  padding: 0.2cm;
  color: #1263dd;
}
@media only screen and (max-width: 992px) {
  .content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .content h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1260px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 992px) {
  h5 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1260px) {
  h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1260px) {
  h4 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 992px) {
  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  p {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1260px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-device-width: 992px) {
  .fa {
    padding: 5px;
    font-size: 22px;
    width: 15px;
    text-align: end;
    text-decoration: none;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 993px) {
  .fa-tiktok {
    padding: 5px;
    font-size: 22px;
    width: 15px;
    text-align: end;
    text-decoration: none;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .business p {
    text-align: left;
    font-size: 11px;
  }
}
@media only screen and (max-device-width: 992px) {
  .business p {
    font-size: 8px;
  }
}
@media only screen and (max-device-width: 1260px) {
  .business p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-copyright {
    font-size: 12px;
    text-align: right;
    padding: 0.2cm;
  }
}
h3 {
  font-size: 24px;
  text-align: center;
  color: rgb(255, 255, 255);
}
h4 {
  font-size: 20px;
  text-align: center;
  color: rgb(255, 255, 255);
}
p {
  font-size: 16px;
  text-align: center;
  color: rgb(255, 255, 255);
}
h5 {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
}
p {
  color: #c7deff;
  font-size: 18px;
}
h5 {
  color: #c7deff;
  font-size: 20px;
}
h4 span {
  color: #c7deff;
}
p span {
  color: #c7deff;
}
header {
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  margin-top: 0.5cm;
  margin-bottom: 0.5cm;
}
.introductions {
  background-color: transparent;
  height: 200px;
  margin-top: -0.3cm;
}
.introductions h4 {
  color: #fff;
  font-size: 30px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
    'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0cm;
}
.introductions h3 {
  color: #55acee;
  font-size: 30px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-left: 0cm;
  padding: 0cm;
}
.introductions p {
  color: #c7deff;
  font-size: 20px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.introductions img {
  height: auto;
  background-attachment: fixed;
  width: 100%;
}
