@layer base {
  /* Extra small devices (portrait phones, less than 576px)
  /* No media query for `xs` since this is the default in Bootstrap

  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {
    .viewport:after {
      content: "SM, 576px and above";
    }

    .contact-pg .form .row .entry .two-col .item .label {
      width: 15%;
    }

    .contact-pg .form .row .entry .two-col input[type="text"] {
      width: 85%;
    }

    .footer_info {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
    }
    .footer_info::before {
      display: block;
      content: "";
      width: 3em;
    }
    .footer_info__box {
      padding-inline: 1em;
      padding-bottom: unset;
    }
    .footer_info__logo {
      margin-inline: unset;
    }
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    .viewport:after {
      content: "MD, 768px and above";
    }

    .logo-nav {
      padding-left: 15px;
      padding-right: 15px;
    }

    .mobile-header,
    .mobile-menu {
      display: none;
    }

    .hero .caption {
      bottom: 33%;
    }

    .hero .caption .title {
      /* font-size: 68px; */
    }

    .hero .caption .title.smaller {
      font-size: 68px;
    }

    .home-solutions .thumb {
      width: 35%;
      border-radius: 0 0 0 30px;
      padding: 20px 20px 0 20px;
    }

    a.anchor {
      top: 0;
    }

    .home-solutions {
      flex-direction: row;
    }

    .home-solutions .yellow-bg {
      width: 65%;
      border-radius: 0 0 30px 0px;
      padding: 20px 20px 35px 0;
    }

    .home-solutions .solutions .item {
      width: 47%;
    }

    .home-solutions .solutions {
      margin-top: 50px;
      gap: 35px 5%;
    }

    section {
      margin-top: 100px;
    }

    .home-companies .logos {
      gap: 0 3%;
      flex-wrap: nowrap;
    }

    .home-companies .logos .item {
      width: unset;
    }

    .home-about .brownbg {
      flex-direction: row;
      flex-wrap: wrap;
      padding: 20px 20px 30px 20px;
    }

    .home-about .brownbg .head {
      width: 100%;
      order: 1;
      padding-right: 40%;
      margin-top: unset;
    }

    .home-about .brownbg .writeup {
      order: 2;
      width: 100%;
      padding-right: 40%;
    }

    .home-about .brownbg .button {
      order: 3;
    }

    .home-about .thumb {
      right: 20px;
      top: 20px;
      left: unset;
      width: 35%;
      padding: 0;
    }

    .home-about .thumb.mobile-only {
      display: none;
    }

    .home-about .thumb.desktop-only {
      display: block;
    }

    .home-notices .listing .item {
      flex-direction: row;
      gap: 2% 20px;
    }

    .home-notices .listing .item .date {
      width: unset;
    }

    .home-notices .listing .item .title {
      width: unset;
    }

    .home-notices .listing {
      gap: 15px 0;
    }

    .logo-nav {
      display: flex;
      align-items: flex-start;
    }

    .home-connect .content {
      padding: 20px;
      display: flex;
      align-items: center;
    }

    .home-connect .content .thumb {
      padding: 0 20px 0 0;
    }

    .home-connect .content .writeup {
      padding: 0;
    }

    .home-connect .content .writeup .title {
      font-size: 50px;
    }

    header nav {
      margin-top: 7px;
    }

    .hero.sub .caption {
      bottom: 23%;
    }

    .card-with-thumb {
      align-items: center;
      background-color: var(--yellow);
      border-radius: 0 0 30px 30px;
    }

    .card-with-thumb .thumb {
      background-color: var(--yellow);
      padding: 20px 20px 25px 15px;
      margin-bottom: 0;
      border-radius: 0 0 30px 0;
    }

    .card-with-thumb .thumb.mobile-only {
      display: none;
    }

    .card-with-thumb .thumb.desktop-only {
      display: block;
    }

    .card-with-thumb .content {
      padding: 20px 20px 20px 20px;
      border-radius: 0 0 0 30px;
    }

    .card-with-thumb .content .writeup {
      br {
        display: block;
      }
    }

    .card-with-thumb .icon {
      top: 30px;
      right: 30px;
    }

    .card-no-thumb .icon {
      width: 120px;
      right: 30px;
      top: 25%;
    }

    .card-no-thumb .content .writeup {
      width: 80%;
      br {
        display: block;
      }
    }

    .card-no-thumb.reverse .title {
      /* font-size: 50px; */
    }

    .card-with-thumb.reverse .thumb {
      padding: 20px 0 20px 20px;
      background-color: transparent;
      width: 36%;
    }

    .card-with-thumb.reverse {
      background: var(--brown);
    }

    .card-with-thumb.reverse .content {
      width: 64%;
    }

    .card-with-thumb.reverse .icon {
      right: unset;
      left: 30px;
    }

    .stickybar {
      top: 0;
    }

    .loans-pg .card .content {
      width: 50%;
      border-radius: 0 0 30px 0;
      padding: 20px 20px 35px 0;
    }

    .loans-pg .card .thumb {
      width: 50%;
      border-radius: 0 0 0 30px;
    }

    .loans-pg .three-circles .three-col {
      flex-direction: row;
      justify-content: space-between;
    }

    .loans-pg .three-circles .three-col .item {
      width: 31%;
    }

    .three-circles .content {
      padding-left: 20px;
      padding-right: 20px;
    }

    .move-right {
      animation: move-right linear;
      animation-timeline: view();
      animation-range-start: 0px;
      animation-range-end: 500px;
    }

    @keyframes move-right {
      from {
        transform: translateX(-50px);
        opacity: 0.5;
      }

      to {
        transform: translateX(0);
        opacity: 1;
      }
    }

    .move-left {
      animation: move-left linear;
      animation-timeline: view();
      animation-range-start: 0px;
      animation-range-end: 500px;
    }

    @keyframes move-left {
      from {
        transform: translateX(50px);
        opacity: 0.5;
      }

      to {
        transform: translateX(0);
        opacity: 1;
      }
    }

    .move-up {
      animation: move-up linear;
      animation-timeline: view();
      animation-range-start: 0px;
      animation-range-end: 500px;
    }

    @keyframes move-up {
      from {
        transform: translateY(-50px);
        opacity: 0.5;
      }

      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .move-down {
      animation: move-down linear;
      animation-timeline: view();
      animation-range-start: 0px;
      animation-range-end: 500px;
    }

    @keyframes move-down {
      from {
        transform: translateY(50px);
        opacity: 0.5;
      }

      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .notices .listing .item {
      flex-direction: row;
      gap: 2% 20px;
    }

    .notices .listing .item .date {
      width: unset;
    }

    .documents .card {
      width: 32%;
    }

    .about-pg .head .title {
      font-size: 60px;
    }

    .chairmans-msg {
      flex-direction: row;
    }

    .chairmans-msg .thumb {
      width: 36%;
      margin-right: unset;
    }

    .chairmans-msg .writeup {
      width: 60%;
      margin-left: -4%;
      margin-top: unset;
    }

    .about-pg .stats .wrapper {
      top: -50px;
      flex-direction: row;
      padding: unset;
      gap: 9%;
    }

    .about-pg .team .people .item {
      width: 23%;
    }

    .about-pg .team .people {
      gap: 45px 2.6667%;
    }

    .factsheet .listing .item {
      flex-direction: row;
    }

    .factsheet .listing .item .property {
      margin: unset;
      width: 27%;
    }

    .factsheet.--right .thumb {
    }

    .framework .wrapper {
      display: flex;
    }

    .framework .wrapper .card {
      padding: 20px 20px 35px 0;
      border-radius: 0 0 30px 0;
      width: 60%;
    }

    .framework .wrapper .thumb {
      border-radius: 0 0 0 20px;
      width: 40%;
    }

    .three-circles .wrapper {
      flex-direction: row;
      justify-content: center;
      padding: unset;
      gap: 0 7%;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: -100px;
    }

    .gold-trading-pg .three-circles {
      height: 150px;
      position: relative;
      margin-top: 180px;
    }

    .gold-price .yellow-bg {
      padding: 30px;
      border-radius: 10px;
    }

    .chart-one .title {
      text-align: left;
    }

    .chart-one .table {
      padding-block: 30px;
      dl {
        column-gap: unset;
        row-gap: 20px;
        dt {
          line-height: 3em;
          &:nth-of-type(1) {
            grid-row: 1 / 2;
            grid-column: 1 / 2;
          }
          &:nth-of-type(2) {
            grid-row: 1 / 2;
            grid-column: 2 / 3;
          }
          &:nth-of-type(3) {
            grid-row: 1 / 2;
            grid-column: 3 / 4;
          }
          &:not(:last-of-type) {
            border-bottom: unset;
          }
        }
        dd {
          text-align: center;
          padding-inline-end: unset;
          &:nth-of-type(1) {
            grid-row: 2 / 3;
            grid-column: 1 / 2;
          }
          &:nth-of-type(2) {
            grid-row: 2 / 3;
            grid-column: 2 / 3;
          }
          &:nth-of-type(3) {
            grid-row: 2 / 3;
            grid-column: 3 / 4;
          }
          &:not(:last-of-type) {
            border-bottom: unset;
            border-right: 1px solid #c3bab5;
          }
        }
      }
    }

    .card-contact .thumb {
      border-radius: 0 0 0 30px;
      width: 35%;
    }

    .card-contact .card {
      border-radius: 0 0 30px 0;
      width: 75%;
      padding: 20px 20px 35px 0;
    }

    .card-contact {
      display: flex;
    }

    .faq .listing .item .qn .no {
      width: 8%;
    }

    .faq .listing .item .ans .no {
      width: 8%;
    }

    .faq .listing .item .qn .text {
      width: 92%;
    }

    .faq .listing .item .ans .text {
      width: 92%;
    }

    .chart-two .head {
      padding: 25px 0;
    }

    .chart-two .listing .group .item {
      width: 18%;
    }

    .trading-card-with-thumb .thumb img {
      width: 100%;
    }

    .trading-card-with-thumb.reverse .thumb img {
      width: unset;
    }

    .trading-card-with-thumb.reverse .card {
      padding: 20px 20px 20px 0;
      width: 65%;
      border-radius: 0 0 30px 0;
    }

    .trading-card-with-thumb.reverse .wrapper {
      display: flex;
      flex-direction: row;
    }

    .trading-card-with-thumb.reverse .thumb {
      width: 35%;
    }

    .trading-card-with-thumb.no3 .card {
      padding: 20px 20px 20px 0;
      width: 65%;
      border-radius: 0 0 30px 0;
    }

    .trading-card-with-thumb.no3 .wrapper {
      display: flex;
      flex-direction: row;
    }

    .trading-card-with-thumb.no3 .thumb {
      width: 35%;
      border-radius: 0 0 0 30px;
    }

    .banner {
      padding: 0;
    }

    .overview .charts {
      justify-content: space-between;
      flex-direction: row;
      gap: 0 4%;
    }

    .news .listing .item {
      gap: 0 3%;
    }

    .news .listing .item .thumb {
      width: 22%;
    }

    .news .listing .item .details {
      width: 75%;
    }

    .gold-etf .header-bar {
      padding: 25px 0;
      font-size: 26px;
    }

    .gold-etf .table .row.thead {
      font-size: 26px;
    }

    .gold-etf .table .row .cell {
      font-size: 30px;
    }

    .contact-pg .form .row {
      flex-direction: row;
    }

    .contact-pg .form .row .entry {
      width: 70%;
    }

    .contact-pg .form .row .entry .two-col {
      gap: 0 4%;
      flex-direction: row;
    }

    .contact-pg .form .row .entry .two-col .item {
      width: 49%;
    }

    .contact-pg .form .row .entry .two-col .item input {
      width: 65%;
    }

    .contact-pg .form .row .button.black {
      width: auto;
    }

    .contact-pg .form .row label {
      display: block;
      width: 30%;
    }

    .contact-pg .form .row .entry .two-col {
      gap: 0 2%;
    }

    .contact-pg .form .row label div {
      display: block;
    }

    .card-with-thumb.reverse .button-wrap {
      flex-direction: row;
      justify-content: flex-start;
    }

    .footer_link {
      width: min(100%, 888px) !important;
    }

    .footer_link::after {
      width: min(100%, 850px) !important;
    }
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    .viewport:after {
      content: "LG, 992px and above";
    }

    .mobile-only {
      display: none;
    }

    .desktop-only {
      display: block;
    }

    .home-companies {
      padding: 0;
    }

    .home-solutions .solutions {
      gap: 35px 6%;
    }

    .home-solutions .thumb {
      padding: 20px 25px 0 15px;
    }

    .home-companies .logos {
      gap: 0 4%;
    }

    .home-about .brownbg .head {
      padding-right: 37%;
    }

    .home-about .brownbg .writeup {
      padding-right: 37%;
    }

    .home-about .thumb {
      width: 29%;
    }

    .hero .caption {
      bottom: 35%;
    }

    .card-with-thumb .thumb {
      width: 35%;
    }

    .card-with-thumb .content {
      width: 65%;
    }

    .card-with-thumb {
      align-items: center;
      background-color: var(--yellow);
    }

    .card-no-thumb .content .writeup {
      width: 85%;
    }

    .loans-pg .card .thumb {
      padding-bottom: 35px;
    }

    .about-pg .stats .wrapper {
      gap: 12%;
    }

    .factsheet .listing .item .property {
      width: 20%;
    }

    .chart-two .listing .group .item {
      width: 16%;
    }

    .three-circles .wrapper {
      gap: 0 13%;
    }

    .news .listing .item {
      gap: 0 3%;
    }

    .news .listing .item .thumb {
      width: 17%;
    }

    .news .listing .item .details {
      width: 80%;
    }

    .contact-pg .form .row label {
      width: 23%;
    }

    .contact-pg .form .row .entry {
      width: 78%;
    }

    .contact-pg .form .row .entry .two-col .item input {
      width: 74%;
    }

    .gold-price .yellow-bg {
      flex-basis: 50%;
      width: 50%;
    }

    .gold-price .flex {
      justify-content: space-between;
    }
  }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    .viewport:after {
      content: "XL, 1200px and above";
    }

    .home-solutions .thumb {
      position: absolute;
      top: 215px;
      background-color: transparent;
      width: unset;
      padding: unset;
      border-radius: unset;
    }

    .home-solutions {
      flex-direction: column;
    }

    .home-solutions .yellow-bg {
      max-width: 1090px;
      margin-left: auto;
      padding: 70px 8.25% 90px 34%;
      border-radius: 0 0 30px 30px;
    }

    .home-solutions .yellow-bg {
      width: 100%;
      border-radius: 0 0 30px 30px;
    }

    .home-solutions .solutions {
      gap: 40px 6%;
    }

    .home-about {
      background: linear-gradient(90deg, var(--brown) 50%, #fff 50%);
    }

    .home-about .brownbg {
      border-radius: 0 30px 30px 0;
      padding: 70px 0 90px 90px;
      position: relative;
      display: block;
      max-width: 1090px;
    }

    .home-about .brownbg .button {
      margin-top: 40px;
    }

    .home-about .brownbg .writeup {
      color: #fff;
      max-width: 70%;
      padding-right: unset;
      width: unset;
    }

    .home-about .thumb {
      position: absolute;
      top: 14%;
      right: 0;
      left: unset;
      margin: unset;
      padding: unset;
    }

    .home-about .brownbg .head {
      margin-top: unset;
      width: unset;
      padding-right: 27%;
    }

    .home-notices {
      padding: unset;
    }

    .home-notices .listing {
      gap: 15px 0;
    }

    .home-notices .listing .item .title {
      width: unset;
    }

    .home-connect .content .thumb {
      position: absolute;
      bottom: 40px;
      left: 0;
      padding: 0;
    }

    .home-connect .content {
      padding: 80px 0 120px 0;
      display: block;
    }

    .home-connect .content .thumb {
      bottom: 40px;
      left: 0;
    }

    .home-connect .content .writeup {
      padding: 0 0 0 44%;
    }

    .home-connect {
      margin-top: 180px;
    }

    footer .copyright {
      flex-direction: row;
      gap: 0 30px;
    }

    .hero .caption {
      bottom: 35%;
    }

    .hero .caption .title {
      /* font-size: 80px; */
    }

    .hero.sub .caption .title {
      /* font-size: 70px; */
    }

    .down-arrow {
      width: 50px;
    }

    .logo-nav {
      padding-left: 0;
      padding-right: 0;
    }

    .breadcrumbs {
      padding-left: 0;
      padding-right: 0;
    }

    .hero.sub .caption {
      padding-left: 0;
      bottom: 21%;
    }

    .card-with-thumb {
      background-color: transparent;
      align-items: unset;
    }

    .card-with-thumb .thumb {
      width: 27.1186%;
      margin-bottom: 0;
      padding: 0;
      background-color: transparent;
    }

    .card-with-thumb .content {
      background-color: var(--yellow);
      border-radius: 10px 0 0 10px;
      width: 64.4067%;
      padding: 70px 5% 0 10%;
      margin-left: 50px;
    }

    .card-with-thumb .thumb img {
      border-radius: 0 10px 0 0;
    }

    .card-with-thumb .icon {
      width: 120px;
      position: absolute;
      top: 65px;
      right: unset;
    }

    .breadcrumbs {
      margin-top: 50px;
      margin-bottom: 50px;
    }

    .breadcrumbs.pl-15 {
      padding-left: 50px;
    }

    .card-no-thumb {
      margin-top: 0;
    }

    .card-no-thumb .content {
      top: -40px;
      right: 0;
      margin-right: 51px;
      width: 64.4067%;
      margin-top: unset;
      padding: 70px 9% 60px 4%;
      border-radius: 10px 0 10px 10px;
      text-align: right;
    }

    .card-no-thumb .content .title {
      width: unset;
    }

    .card-no-thumb .icon {
      right: 0;
      width: unset;
      top: 25px;
    }

    .card-no-thumb .content .writeup {
      width: 100%;
    }

    .card-no-thumb.reverse .icon {
      right: unset;
      left: 0;
      top: 65px;
    }

    .card-no-thumb.reverse .content {
      padding: 70px 5% 60px 10%;
      border-radius: 0 10px 10px 0;
    }

    .card-no-thumb.reverse .content {
      margin-left: 50px;
    }

    .card-with-thumb.reverse .thumb {
      margin-left: 50px;
      padding: 0;
      border-radius: 0 0 0 10px;
      width: 27.1186%;
    }

    .card-with-thumb.reverse .content {
      border-radius: 0 10px 10px 0;
      text-align: right;
      padding: 80px 9% 0 6%;
      width: 64.4067%;
    }

    .card-with-thumb.reverse .icon {
      right: 0;
      left: unset;
    }

    .card-with-thumb.reverse {
      position: relative;
      top: -40px;
      z-index: 0;
      background: transparent;
      margin-top: 0;
      margin-bottom: -40px;
    }

    .card-with-thumb.reverse .thumb img {
      border-radius: 0 0 0 10px;
    }

    .hero.sub {
      max-height: 485px;
      background-position: center center;
    }

    .loans-pg .card {
      display: block;
    }

    .loans-pg .card .content {
      width: 85%;
      padding: 85px 35% 100px 0;
      border-radius: 0 30px 30px 0;
    }

    .loans-pg .card .thumb {
      position: absolute;
      right: 0;
      top: 42px;
      padding: unset;
      background-color: transparent;
      width: unset;
    }

    .loans-pg .card-bgwrap {
      background: linear-gradient(90deg, var(--brown) 50%, #fff 50%);
    }

    .loans-pg .three-circles .three-col .item .text {
      margin-top: 30px;
    }

    .loans-pg .three-circles .three-col {
      justify-content: center;
    }

    .company-card {
      display: block;
    }

    .company-card .card {
      width: 44%;
      z-index: 1;
      top: 50px;
      text-align: left;
      padding: 60px 72px 70px 50px;
      border-radius: 10px;
    }

    .company-card .thumb {
      width: 64.5%;
      position: absolute;
      top: 0;
      right: 0;
      text-align: right;
      padding: unset;
      background-color: unset;
    }

    .companies {
      gap: 120px 0;
    }

    .company-card.reverse .thumb {
      left: 0;
    }

    .company-card.reverse {
      text-align: right;
    }

    .company-card.reverse .card {
      display: inline-block;
    }

    .company-card:last-of-type {
      margin-bottom: 60px;
    }

    .documents {
      padding: unset;
    }

    .notices {
      padding-left: unset;
      padding-right: unset;
    }

    .notices .listing {
      max-width: 80%;
    }

    .about-pg .head {
      padding: unset;
    }

    .chairmans-msg {
      padding: unset;
    }

    .about-pg .stats .wrapper {
      gap: 0 17%;
    }

    .about-pg .team {
      padding: unset;
    }

    .factsheet {
      background: linear-gradient(90deg, var(--yellow) 50%, #fff 50%);
    }

    .factsheet .wrapper {
      padding: 60px 60px 60px 0;
      border-radius: 0 30px 30px 0;
    }

    .factsheet.--right .thumb {
      position: revert;
      top: revert;
    }

    .framework {
      background: linear-gradient(90deg, #fff 50%, var(--brown) 50%);
    }

    .framework .wrapper .thumb {
      position: absolute;
      top: 60px;
      padding: unset;
      background-color: unset;
      width: unset;
    }

    .framework .wrapper .card {
      padding: 65px 10px 65px 35%;
      border-radius: 30px 0 0 30px;
      width: unset;
    }

    .framework .wrapper {
      display: block;
    }

    .chart-one {
      padding: unset;
    }

    .card-contact .thumb {
      position: absolute;
      top: -30px;
      padding: unset;
      background-color: unset;
    }

    .card-contact .thumb.brown {
      background-color: unset;
    }

    .card-contact .card {
      width: 95%;
      padding: 50px 80px 60px 385px;
      border-radius: 10px;
    }

    .card-contact {
      display: block;
    }

    .faq {
      padding: unset;
    }

    .chart-two .listing .group .item {
      width: 15%;
    }

    .chart-two {
      padding-left: unset;
      padding-right: unset;
    }

    .three-circles .wrapper {
      gap: 0 17%;
    }

    .trading-card-with-thumb .card {
      padding: 120px 600px 120px 0;
      width: 93%;
      border-radius: 0 30px 30px 0;
    }

    .trading-card-with-thumb .thumb {
      top: 50px;
      position: absolute;
      right: 0;
    }

    .trading-card-with-thumb {
      background: linear-gradient(90deg, #c3bab5 50%, #fff 50%);
    }

    .trading-card-with-thumb .wrapper {
      display: block;
    }

    .trading-card-with-thumb .thumb {
      background-color: transparent;
      padding: 0;
    }

    .trading-card-with-thumb.reverse .thumb {
      background-color: transparent;
      padding: 0;
      top: 60px;
    }

    .trading-card-with-thumb.reverse .card {
      border-radius: 30px 0 0 30px;
      width: 93%;
      padding: 60px 0 60px 372px;
      display: inline-block;
    }

    .trading-card-with-thumb.reverse {
      background: linear-gradient(90deg, #fff 50%, var(--brown) 50%);
    }

    .trading-card-with-thumb.reverse .wrapper {
      display: block;
    }

    .trading-card-with-thumb.no3 .card {
      padding: 120px 420px 120px 0;
      width: 93%;
    }

    .trading-card-with-thumb.no3 .wrapper {
      display: block;
    }

    .trading-card-with-thumb.no3 .thumb {
      top: 80px;
      width: unset;
    }

    .overview {
      padding: unset;
    }

    .overview .charts {
      flex-direction: row;
      gap: unset;
    }

    .news {
      padding: unset;
    }

    .news .head {
      padding: unset;
    }

    .news .listing .item {
      gap: 0 3%;
    }

    .news .listing .item .thumb {
      width: 15%;
    }

    .news .listing .item .details {
      width: 82%;
    }

    .goldspot-price {
      padding: unset;
    }

    .gold-etf {
      padding: unset;
    }

    .useful-sites {
      padding: unset;
    }

    .contact-pg .intro {
      padding: unset;
    }

    .contact-pg .form form {
      padding: 40px;
    }

    .contact-pg .form .head {
      padding: unset;
    }

    .contact-pg .form .row .entry .two-col .item .label {
      width: 21%;
    }

    .card-with-thumb.reverse .button-wrap {
      justify-content: flex-end;
    }

    .home-solutions .solutions .button {
      white-space: nowrap;
    }
  }
}
