

/*-----------------------------------------
	1. General
-------------------------------------------*/
html, body {
  font-family: '微軟正黑體','蘋果儷中黑', sans-serif;
  color: #d21e2b;        
  height: 100%;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
  color: #111;
  line-height: 1.3;
  margin: 0px;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
h5,
h6 {
  font-weight: 600;
}
p{
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 0px;
}



img{
	max-width: 100%;
	height: auto;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
a{
  color: #001259;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}

a:active, a:hover, a:focus {
    color: #111;
    outline: 0 none;
    text-decoration: none;
}
button{
  background: none;
  outline: 0 none;
  border: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;  
}

iframe{
  border: 0px;
}
input, textarea{
  outline: none;
  max-width: 100%;
}

ul{
  padding-left: 0px;
  margin-bottom: 0px;
}
li{
  list-style-type: none;
}


::-moz-selection {
    background: #111;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #111;
    color: #fff;
    text-shadow: none;
}



/*-----------------------------------------
	2. Align Holders
-------------------------------------------*/
.left-holder{
	text-align: left !important;
}
.right-holder{
	text-align: right !important;
}
.center-holder{
	text-align: center !important;
}

.right-holder-md{
  text-align: right;
}
@media (max-width: 767px) {
  .right-holder-md{
    text-align: center;
  }
}

/*-----------------------------------------
  3. Modals
-------------------------------------------*/
.modal {
  text-align: center;
  padding: 0!important;
  border-radius: 10px;
  z-index: 999999;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  border-radius: 10px;  
  z-index: 999999;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  z-index: 999999;
}





/*-----------------------------------------
  4. Margins, Paddings
-------------------------------------------*/

/*------------------
    Margin Left
--------------------*/
.ml-15{
  margin-left: 15px;
}

/*------------------
    Margin top
--------------------*/
.mt-0 { margin-top: 0 !important}
.mt-5 { margin-top: 5px}
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-45 { margin-top: 45px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-65 { margin-top: 65px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-95 { margin-top: 95px }
.mt-100 { margin-top: 100px }
.mt-105 { margin-top: 105px }
.mt-110 { margin-top: 110px }
.mt-115 { margin-top: 115px }
.mt-120 { margin-top: 120px }
.mt-125 { margin-top: 125px }
.mt-130 { margin-top: 130px }
.mt-135 { margin-top: 135px }
.mt-140 { margin-top: 140px }
.mt-145 { margin-top: 145px }
.mt-150 { margin-top: 150px }


.mt-15-xs{
  margin-top: 0px;
}
@media screen and (max-width:767px) {
  .mt-15-xs{
    margin-top: 15px;
  } 
}

/*------------------
    Margin bottom
--------------------*/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-95 { margin-bottom: 95px }
.mb-100 { margin-bottom: 100px }
.mb-105 { margin-bottom: 105px }
.mb-110 { margin-bottom: 110px }
.mb-115 { margin-bottom: 115px }
.mb-120 { margin-bottom: 120px }
.mb-125 { margin-bottom: 125px }
.mb-130 { margin-bottom: 130px }
.mb-135 { margin-bottom: 135px }
.mb-140 { margin-bottom: 140px }
.mb-145 { margin-bottom: 145px }
.mb-150 { margin-bottom: 150px }


.mb-15-xs{
  margin-bottom: 0px;
}
@media screen and (max-width:767px) {
  .mb-15-xs{
    margin-bottom: 15px;
  } 
}

/*------------------
    Margin right
--------------------*/
.mr-20-md{
  margin-right: 20px;
}
@media screen and (max-width:767px) {
  .mr-30-md{
    margin-right: 0px;
  } 
}


/*------------------
    Paddings
--------------------*/
.no-padding{
  padding: 0px !important;
}
.pb-0{
  padding-bottom: 0px !important;
}
.pt-0{
  padding-top: 0px !important;
}
.pl-0{
  padding-left: 0px;
}
.pl-0-md{
  padding-left: 0px;
}
@media screen and (max-width:991px) {
  .pl-0-md{
    padding-left: 15px;
  }
}
.pr-0{
  padding-right: 0px;
}
.pr-0-md{
  padding-right: 0px;
}
@media screen and (max-width:991px) {
  .pr-0-md{
    padding-right: 15px;
  }
}

.pl-15-md{
  padding-left: 15px;
}
@media screen and (max-width:991px) {
  .pl-15-md{
    padding-left: 0px;
  }
}
.pl-30-md{
  padding-left: 30px;
}
@media screen and (max-width:991px) {
  .pl-30-md{
    padding-left: 0px;
  }
}


.pr-15-md{
  padding-right: 15px;
}
@media screen and (max-width:991px) {
  .pr-15-md{
    padding-right: 0px;
  }
}
.pr-30-md{
  padding-right: 30px;
}
@media screen and (max-width:991px) {
  .pr-30-md{
    padding-right: 0px;
  }
}
.pl-45-md{
  padding-left: 45px;
}
@media screen and (max-width:991px) {
  .pl-45-md{
    padding-left: 0px;
  }
}
.pl-30-md{
  padding-left: 30px;
}
@media screen and (max-width:991px) {
  .pl-30-md{
    padding-left: 0px;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*-----------------------------------------
  5. Overflow
-------------------------------------------*/
.overflow-hidden{
  overflow: hidden;
}
.display-b{
  display: block;
}


/*-----------------------------------------
  6. Clearfix
-------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { 
  display: inline-block; 
  margin-bottom: 15px;
}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


.side {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #fcf5f2), to(#ffffff));
  background-image: linear-gradient(0deg, #ffffff 0%, #fcf5f2 50%, #ffffff 100%);
  }

  .side .container h1 {
  width: 40%;
  text-align: left;
  padding-bottom: 12px;
  margin-bottom: 32px;
  border-bottom: 1px solid #8e5b45;
  }

  @media (max-width: 767px) {
  .side .container h1 {
      width: 100%;
  }
  }

  .side .container h1 p {
  font-size: 48px;
  font-weight: bold;
  width: 100%;
  color: #8e5b45;
  margin-bottom: 0;
  }

  .side .container h1 p span {
  font-size: 24px;
  color: #3c3c3c;
  font-size: 28px;
  display: inline-block;
  margin-top: 16px;
  line-height: 1.2;
  }

  .side .container h2 {
  text-align: left;
  font-size: 26px;
  letter-spacing: 0;
  color: #8e5b45;
  }

  .side .container p {
  margin-bottom: 16px;
font-size: 20px;
  }

  .side .container ul li {
  list-style-type: square;
  font-size: 18px;
  line-height: 2;
  }

  .side .container ul li a {
  color: #3c3c3c;
  }

  .side .container .select-btn-set {
  margin-bottom: 36px;
  }

  .side .container .select-btn-set a .select-btn {
  background-color: #BC9F77;
  border: 2px solid #BC9F77;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  margin: 4px 0;
  }

  .side .container .select-btn-set a:hover .select-btn {
  background-color: #ffffff;
  color: #BC9F77;
  }

  .side .container .photo-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: none;
      -ms-flex-align: none;
          align-items: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 48px;
  }

  .side .container .photo-set img {
  width: 320px;
  height: 100%;
  margin-right: 24px;
  }

  .side .container .photo-set .photo-text {
  width: calc( 100% - 344px);
  }

  .side .container .tag strong a {
  margin-right: 8px;
  color: #8e5b45;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  }

  .side .container .tag strong a:hover {
  color: #BC9F77;
  }

  .side .container .back {
  margin-top: 60px;
  position: relative;
  }

  .side .container .back button {
  font-size: 18px;
  color: #8e5b45;
  border: 0px solid #ffffff;
  background-color: transparent;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 30px;
  }

  .side .container .back button:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #8e5b45;
  }
  .team1{
    display: none;
  }
  .team2{
    display: none;
  }
  .team3{
    display: none;
  }
  .team4{
    display: none;
  }
  .team5{
    display: none;
  }
  .team6{
    display: none;
  }

  .side .container .back button:hover {
  text-decoration: underline;
  }

  @media (max-width: 767px) {
  .side .container .photo-set img {
      width: 200px;
  }
  .side .container .photo-set .photo-text {
      width: calc( 100% - 224px);
  }
  }

  @media (max-width: 576px) {
  .side .container .photo-set img {
      display: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 24px;
  }
  .side .container .photo-set .photo-text {
      width: 100%;
  }
  .team1{
    width: 100%;
    display: block;
    background-image: url(../img/mobteam1.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80%;
    margin-bottom: 10px;
  }
  .team2{
    display: block;
    width: 100%;
    background-image: url(../img/mobteam2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80%;
    margin-bottom: 10px;
  }
  .team3{
    display: block;
    width: 100%;
    background-image: url(../img/mobteam3.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80%;
    margin-bottom: 10px;
  }
  .team4{
    display: block;
    width: 100%;
    background-image: url(../img/mobteam5.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80%;
    margin-bottom: 10px;
  }
  .team5{
    display: block;
    width: 100%;
    background-image: url(../img/mobteam4.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80%;
    margin-bottom: 10px;
  }
  .team6{
    display: block;
    width: 100%;
    background-image: url(../img/mobteam6.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80%;
    margin-bottom: 10px;
  }
  }

  @media (max-width: 322px) {
    .team1{
      width: 100%;
      display: block;
      background-image: url(../img/mobteam1.jpg);
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 68%;
    }
    .team2{
      display: block;
      width: 100%;
      background-image: url(../img/mobteam2.jpg);
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 68%;
    }
    .team3{
      display: block;
      width: 100%;
      background-image: url(../img/mobteam3.jpg);
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 68%;
    }
    .team4{
      display: block;
      width: 100%;
      background-image: url(../img/mobteam5.jpg);
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 68%;
    }
    .team5{
      display: block;
      width: 100%;
      background-image: url(../img/mobteam4.jpg);
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 68%;
    }
    .team6{
      display: block;
      width: 100%;
      background-image: url(../img/mobteam6.jpg);
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 68%;
    }
    }

  .article-list{
    padding-left: 4.5rem;
  }
  .article-list li{
    font-size: 16px;
    padding: 8px 0;
    color: black;
    list-style-type: disc;
    line-height: 30px;
    letter-spacing: 1.5px;
  }
  .article-list-num{
    padding-left: 4.5rem;
  }
  .article-list-num li{
    font-size: 16px;
    padding: 8px 0;
    color: black;
    list-style-type: decimal;
    line-height: 30px;
    letter-spacing: 1.5px;
  }
  .service_box{
    margin-bottom: 25px;
  }
  .service-step{
    padding: 30px 0px;
    background-color: #F5F6F7;
  }
  .step{
    margin-top: 25px;
    padding: 20px 0;
  }
  .step-box{
    margin-bottom: 20px;
  }
  .step-icon{
    padding: 10px 0;
  }
  .step-p{
    font-size: 18px;
    font-weight: 600;
  }
  .information{
    padding: 20px 0;
  }

  .IndexHero{
    width: 100%;
    position: relative;
    /* height: calc(50vh); */
  }
  .Hero_mainHead{
    display: inline-flex;
    flex-direction: column;
    /* -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%); */
  }
  .Hero_Logo{
    position: relative;
    line-height: 1;
    font-size: 5rem;
    font-family: cursive;
    margin-bottom: 20px;
    writing-mode: vertical-lr;
  }
  .Hero_Logo span{
    display: block;
    line-height: 1.2;
  }
  .hero-p{
    padding-top: 35px;
  }
  .info-box li{
    background-color: #E1E2E3;
    margin-bottom: 15px;
    padding: 1.2rem;
    border-radius: 5px;
  }
  .info-box h3{
    display: inline-block;
    background-color: #545455;
    padding: .5rem;
    color: white;
    font-size: 18px;
  }
  .info-box span{
    color: black;
    font-weight: 600;
    font-size: 16px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .info-box li:hover{
    transform:scale(1.1,1.1);
  }
  .d2{
    margin-top: 30px;
  }
  .d3{
    margin-top: 60px;
  }

  .sler{
    padding: 1.5rem;
    margin-top: -1.5px;
    margin-bottom: 15px;
    z-index: 1;
  }

  .sler-title{
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 108px;
    border-radius: 150px 150px 0 0;
    z-index: 0;
    padding-top: 65px;
  }
  .service-tit h2{
    color: white;
  }

  .n1{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top, #f6d365 0%, #fda085 100%);
  }
  .n1-1{
    background-image: linear-gradient(180deg, #f6d365 0%, #fda085 100%);
  }

  .n2{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
  }
  .n2-1{
    background-image: linear-gradient(180deg, #fbc2eb 0%, #a6c1ee 100%);
  }
  
  .n3{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top, #84fab0 0%, #8fd3f4 100%);
  }
  .n3-1{
    height: 130px;
    padding-top: 85px;
    background-image: linear-gradient(180deg, #84fab0 0%, #8fd3f4 100%);
  }
  .n4{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #d4fc79 0%, #96e6a1 100%);
  }
  .n4-1{
    background-image: linear-gradient(180deg, #d4fc79 0%, #96e6a1 100%);
  }
  .n5{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #a8edea 0%, #fed6e3 100%);
  }
  .n5-1{
    height: 140px;
    padding-top: 95px;
    background-image: linear-gradient(180deg, #a8edea 0%, #fed6e3 100%);
  }
  .n6{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #84fab0 0%, #8fd3f4 100%);
  }
  .n6-1{
    background-image: linear-gradient(180deg, #84fab0 0%, #8fd3f4 100%);
  }
  .n7{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
  }
  .n7-1{
    height: 120px;
    padding-top: 80px;
    background-image: linear-gradient(180deg, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
  }
  .n8{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #667eea 0%, #764ba2 100%);
  }
  .n8-1{
    height: 140px;
    padding-top: 95px;
    background-image: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
  }
  .n9{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #e4afcb 0%, #b8cbb8 0%, #b8cbb8 0%, #e2c58b 30%, #c2ce9c 64%, #7edbdc 100%);
  }
  .n9-1{
    background-image: linear-gradient(180deg, #e4afcb 0%, #b8cbb8 0%, #b8cbb8 0%, #e2c58b 30%, #c2ce9c 64%, #7edbdc 100%);
  }
  .n10{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  }
  .n10-1{
    background-image: linear-gradient(180deg, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  }

  .n11{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #2af598 0%, #009efd 100%);
  }
  .n11-1{
    height: 120px;
    padding-top: 80px;
    background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
  }
  .n12{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  }
  .n12-1{
    height: 120px;
    padding-top: 80px;
    background-image: linear-gradient(180deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  }
  .n13{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #f5f7fa 0%, #c3cfe2 100%);
  }
  .n13-1{
    background-image: linear-gradient(180deg, #f5f7fa 0%, #c3cfe2 100%);
  }
  .n14{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #f093fb 0%, #f5576c 100%);
  }
  .n14-1{
    height: 120px;
    padding-top: 80px;
    background-image: linear-gradient(180deg, #f093fb 0%, #f5576c 100%);
  }
  .n15{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #FFC796 0%, #FF6B95 100%);
  }
  .n15-1{
    height: 120px;
    padding-top: 80px;
    background-image: linear-gradient(-45deg, #FFC796 0%, #FF6B95 100%);
  }
  .n16{
    border: 3px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #16a085 0%, #f4d03f 100%);
  }
  .n16-1{
    height: 140px;
    padding-top: 80px;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
  }
  




  @media(max-width:1025px){
    .Hero_mainHead{
      display: inline-flex;
      flex-direction: column;
    }
    .Hero_Logo{
      writing-mode: inherit;
    }
    .hero-p{
      padding-top: 0;
      padding-left: 15px;
    }
    .d2{
      margin: 0 auto;
    }
    .d3{
      margin: 0 auto;
    }
  }
  @media(max-width:992px){
    .step-p{
      font-size: 20px;
      font-weight: 600;
    }
  }
  @media(max-width:767px){
    .Hero_mainHead{
      padding: 0;
    }
    .Hero_Logo{
      font-size: 4.2rem;
      writing-mode: inherit;
    }
    .hero-p{
      padding-top: 0;
      padding-left: 15px;
    }
    .sler-title{
      height: 80px;
      padding-top: 50px;
    }
    .n3-1{
      height: 90px;
      padding-top: 55px;
    }
    .n5-1{
      height: 100px;
      padding-top: 65px;
    }
    .n7-1{
      height: 90px;
      padding-top: 55px;
    }
    .n8-1{
      height: 100px;
      padding-top: 70px;
    }
    .n11-1{
      height: 90px;
      padding-top: 60px;
    }
    .n12-1{
      height: 90px;
      padding-top: 60px;
    }
    .n14-1{
      height: 90px;
      padding-top: 60px;
    }
  }

  @media(max-width:322px){
    .Hero_mainHead{
      padding: 0;
    }
    .Hero_Logo{
      font-size: 3.5rem;
      writing-mode: inherit;
    }
    .hero-p{
      padding-top: 0;
      padding-left: 15px;
    }
  }
