/*

TemplateMo 567 Nomad Force

https://templatemo.com/tm-567-nomad-force

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )
-----------------------------------------*/
:root {
    --white-color:                  #FFFFFF;
    --primary-color:                #005c79; /* <-- TEAL       | YELLOW --> #ffc107; */
    --secondary-color:              #4b8fae; /* <-- Light TEAL | YELLOW --> #ffc107; */
    --section-bg-color:             #f9f9f9;
    --dark-color:                   #000000;
    --grey-color:                   #fcfeff;
    --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
    --text-secondary-yellow-color:  rgba(0, 0, 0, 0.98);
    --title-color:                  #565758;
    --p-color:                      #717275;

    --body-font-family:           'Noto Sans JP', sans-serif;

    --h1-font-size:               72px;
    --h2-font-size:               42px;
    --h3-font-size:               36px;
    --h4-font-size:               32px;
    --h5-font-size:               24px;
    --h6-font-size:               22px;
    --p-font-size:                20px;
    --p-font-size-small:          14px;
    --copyright-text-font-size:   14px;
    --custom-link-font-size:      12px;

    --border-radius-large:        100px;
    --border-radius-medium:       20px;
    --border-radius-small:        10px;

    --font-weight-light:          300;
    --font-weight-normal:         400;
    --font-weight-bold:           700;
    --font-weight-black:          900;
}

body,
html {
    height: 100%;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);
    position: relative;
}

/*---------------------------------------
  TYPOGRAPHY
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-weight-bold);
}

h1,
h2 {
    font-weight: var(--font-weight-black);
}

h1 {
    font-size: var(--h1-font-size);
    line-height: normal;
}

h2 {
    font-size: var(--h2-font-size);
}

h3 {
    font-size: var(--h3-font-size);
}

h4 {
    font-size: var(--h4-font-size);
}

h5 {
    font-size: var(--h5-font-size);
}

h6 {
    font-size: var(--h6-font-size);
}

p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
    letter-spacing: 0.5px;
}

.text-secondary-white-color {
    color: var(--text-secondary-white-color);
}

.text-secondary-yellow-color {
    color: var(--text-secondary-yellow-color);
}

a,
button {
    touch-action: manipulation;
    transition: all 0.3s;
}

a {
    color: var(--p-color);
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
}

::selection {
    background: var(--dark-color);
    color: var(--white-color);
}

.custom-underline {
    border-bottom: 2px solid var(--white-color);
    color: var(--white-color);
    padding-bottom: 4px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    z-index: -100;
}

.custom-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    background: linear-gradient(to top, #000, transparent 90%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*---------------------------------------
  CUSTOM LINK
-----------------------------------------*/
.custom-links {
    max-width: 230px;
}

.custom-link {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.custom-link::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}

.custom-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.custom-link:hover,
.custom-link:hover::after {
    color: var(--white-color);
}

.custom-links-white {
    max-width: 230px;
}

.custom-link-white {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    color: var(--white-color);
}

.custom-link-white::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}

.custom-link-white:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.custom-link-white:hover,
.custom-link-white:hover::after {
    color: var(--white-color);
}

b,
strong {
    font-weight: var(--font-weight-bold);
}

/*---------------------------------------
  NAVIGATION
-----------------------------------------*/

.navbar {
    z-index: 9;
    right: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-brand {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-nav .nav-link::after {
    content: "\f133"; /* <-- bullet with arrow right | bullet with arrow right up --> "\f140";*/
    font-family: bootstrap-icons;
    display: inline-block;
    margin-left: 10px;
    color: var(--primary-color);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.navbar-nav .nav-link:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-nav .nav-link {
    color: var(--p-color);
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    position: relative;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.active .nav-link::after {
    color: var(--primary-color);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-nav .nav-item.active .nav-link,
.nav-link:focus,
.nav-link:hover {
    color: var(--dark-color);
}

.nav-link:focus {
    color: var(--p-color);
}

.navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 35px;
    outline: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
    background: var(--dark-color);
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--dark-color);
    width: 30px;
    height: 2px;
    content: '';
}

.navbar-toggler .navbar-toggler-icon:before {
    top: -8px;
}

.navbar-toggler .navbar-toggler-icon:after {
    top: 8px;
}

/*---------------------------------------
  HERO
-----------------------------------------*/
.hero {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .hero {
	height: 100vh;
    }

    .custom-video,
    .news-detail-image {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
    }

    .sticky-wrapper {
	position: relative;
	bottom: 76px;
    }
}

.heroText {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}

/*---------------------------------------
  ABOUT & TEAM MEMBERS
-----------------------------------------*/
.about-image,
.team-image {
    width: 100%;
    height: 100%;
    max-height: 635px;
    min-height: 475px;
    object-fit: cover;
}

.team-thumb {
    background: var(--white-color);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    padding: 22px 32px 32px 32px;
}

.carousel-control-next,
.carousel-control-prev {
    top: auto;
    bottom: 2.5rem;
}

.carousel-control-prev {
    right: 4rem;
    left: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: var(--dark-color);
    background-size: 50% 50%;
    border-radius: 100px;
    width: 3rem;
    height: 3rem;
}

/*---------------------------------------
  PORTFOLIO
-----------------------------------------*/
.portfolio-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-info {
    margin: 20px;
}

/*---------------------------------------
  NEWS & EVENTS
-----------------------------------------*/

.news,
.related-news {
    background: var(--section-bg-color);
}

.news-thumb {
    position: relative;
}

.news-category {
    background: var(--white-color);
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    padding: 4px 12px;
    display: inline-block;
}

.news-text-info {
    margin: 0 20px;
}

.news-title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-title-link {
    color: var(--title-color);
    display: inline-block;
}

.news-title-link:hover {
    color: var(--dark-color);
}

.portfolio-image,
.news-image {
    display: block;
    transition: transform 0.6s ease-out;
}

.news-image-hover {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    padding-bottom: 4px;
    height: 100%;
}

.news-image-hover::after {
    content: "";
    width: 0;
    height: 4px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: #198754;
}

.news-image-hover-warning::after {
    background: #ffc107;
}

.news-image-hover-primary::after {
    background: #0d6efd;
}

.news-image-hover-success::after {
    background: #198754;
}

.news-image-hover:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    z-index: 9;
}

.portfolio-image:hover {
    transform: scale(1.02);
}

.image-popup:hover .portfolio-image,
.news-image-hover:hover .news-image {
    transform: scale(1.02);
}

.news-two-column {
    min-height: 199px;
    margin-bottom: 16px;
}

.news-two-column .news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-share-link,
.social-share-link + span {
    color: rgba(255, 255, 255, 0.65);
}

/*---------------------------------------
  SECTION
-----------------------------------------*/
.section-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.section-padding-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/*---------------------------------------
  AVATAR IMAGE
-----------------------------------------*/
.avatar-image {
    border-radius: var(--border-radius-large);
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.avatar-image-large {
    width: 90.4px;
    height: 90.4px;
}

/*---------------------------------------
  CONTACT
-----------------------------------------*/
.contact-info {
    padding: 40px;
}

.contact-form .form-control {
    border-radius: 0;
    font-weight: var(--font-weight-normal);
    padding-top: 12px;
    padding-bottom: 12px;
}

.contact-form button[type='submit'] {
    background: var(--primary-color);
    border: none;
    border-radius: 100px;
    color: var(--white-color);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    padding: 1px;
    transition: all 0.6s ease-out;
}

.contact-form button[type='submit']:hover {
    background: var(--secondary-color);
}

.form-label {
    color: var(--p-color);
    font-weight: var(--font-weight-bold);
}

.map-iframe {
    display: block;
    filter: grayscale(100);
}

/*---------------------------------------
  SITE FOOTER
-----------------------------------------*/
.site-footer {
    background: var(--dark-color);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.site-footer .custom-link {
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--p-font-size);
}

.site-footer .custom-link:hover,
.site-footer .social-icon-link:hover {
    color: var(--white-color);
}

.copyright-text {
    color: rgba(255, 255, 255, 0.45);
    font-size: var(--copyright-text-font-size);
}

/*---------------------------------------
  SOCIAL ICON
-----------------------------------------*/
.social-icon {
    margin: 0;
    padding: 0;
}

.social-icon li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.social-icon-link {
    color: rgba(255, 255, 255, 0.45);
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 15px;
}

.social-icon-link:hover {
    color: var(--primary-color);
}

/*---------------------------------------
  RESPONSIVE STYLES
-----------------------------------------*/
@media screen and (min-width: 1600px) {
    .news-two-column {
	min-height: 232.5px;
    }
}

@media screen and (max-width: 991px) {
    h1 {
	font-size: 36px;
    }

    h2 {
	font-size: 32px;
    }

    h3 {
	font-size: 28px;
    }

    h4 {
	font-size: 20px;
    }

    h5 {
	font-size: 18px;
    }

    h6 {
	font-size: 16px;
    }

    p {
	font-size: 14px;
    }

    .heroText {
	font-size: 12px;   /* text --> updated: <date> */
    }

    .navbar {
	padding-top: 10px;
	padding-bottom: 10px;
    }

    .section-padding {
	padding-top: 6rem;
	padding-bottom: 6rem;
    }

    .section-padding-small {
	padding-top: 2rem;
	padding-bottom: 2rem;
    }

    .team-thumb {
	left: 0;
	width: auto;
    }

    .news-two-column {
	height: auto !important;
	min-height: inherit;
    }

    .news .col-12 .news-two-column:first-child {
	margin-bottom: 38px;
    }
}

@media screen and (max-width: 767px) {
    .news-detail-title {
	font-size: 36px;
    }
}

@media screen and (max-width: 360px) {
    h1 {
	font-size: 32px;
    }

    .heroText p {
	font-size: 14px;
    }
}

@media screen and (max-width: 359px) {
    .news-detail-title {
	font-size: 22px;
    }
}



/* Adding a dot */
.dot {
    height: 10px;
    width: 10px;
    margin-right: 5px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    color: var(--p-color);
}

/* Text describing conference session */
.sessionText {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}




.section-heading h2 {
    font-size:  var(--h5-font-size); /* 32px; */
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.section-heading h6 {
    /* font-size: 15px; */
    /* font-weight: 500; */
    /* text-transform: uppercase; */
    letter-spacing: 0.25px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}



#projects .filters {
    margin-top: 50px;
}
#projects .filters ul {
    padding: 0;
}
#projects .filters ul li {
    list-style: none;
    display: block;
    padding: 15px 0px;
    cursor: pointer;
    position: relative;
    font-size: var(--p-font-size-small); /* 18px; */
    font-weight: var(--font-weight-light);
    color: var(--p-color); /* #9a9a9a; */
    /* text-transform: uppercase; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#projects .filters ul li.active ,
#projects .filters ul li:hover {
    color: var(--primary-color);
    font-weight: var(--font-weight-normal);
}
#projects .filters-content {
    margin-top: 50px;
}
#projects .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}
#projects .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

#projects .filters-content .all {
    margin-bottom: 30px;
}

#projects .filters-content .item {
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#projects .filters-content .item:hover {
    opacity: 0.75;
}
#projects .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#projects .filters-content .item .p-inner h5 {
    font-size: 15px;
}
#projects .filters-content .item .p-inner .cat {
    font-size: 13px;
}
#projects .filters-content .item img {
    width: 100%;
}

#projects {
    padding-top: 120px;
}

#projects .section-heading {
    margin-bottom: 60px;
}

#projects .section-heading h6 {
    color: var(--p-color);
}


@media (max-width: 992px) {
    #projects .filters ul li {
	display: inline-block;
	margin-right: 10px;
	padding: 0px;
    }
    #projects .section-heading {
	margin-bottom: 0px;
    }
}


/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
    background: var(--white-color); /* var(--secondary-color); */
    font-family: var(--body-font-family);
    font-size: var(--p-font-size-small);
    font-weight: var(--font-weight-bold);
    margin-bottom: 0px;
    /*max-width: 220px;*/
}

figure.effect-honey img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-honey:hover img {
    opacity: 0.3;  /* opacity of overlay over image when mouse-over */
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #08C;
    content: "";
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-honey h4 {
    display: block;
    position: absolute;
    bottom: 0;
    padding-top: 1em;
    padding-left: 0.2em;
    padding-right: 2em;
    padding-bottom: 0.2em;
    width: 100%;
    line-height: 1.0;  /* distance between multiple lines of caption shown over image when mouse-over */
    leading-trim: both;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-box-decoration-break: clone;       /* avoid intent of first line looks different when line break*/
    box-decoration-break: clone;               /* avoid intent of first line looks different when line break*/
}

figure.effect-honey h4 i {
    display: block;
    width: 100%;
    font-size: var(--p-font-size-small);
    font-weight: var(--font-weight-light);
    font-style: normal;
    padding-top: 1em;
    padding-left: 0.2em;
    padding-right: 2em;
    padding-bottom: 0.2em;
    line-height: 1.0;  /* distance between multiple lines of caption shown over image when mouse-over */
    leading-trim: both;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-box-decoration-break: clone;    /* avoid intent of first line looks different when line break*/
    box-decoration-break: clone;            /* avoid intent of first line looks different when line break*/
}

figure.effect-honey figcaption::before,
figure.effect-honey h4 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h4,
figure.effect-honey:hover h4 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
    padding-top: 30px;
}




/* Testimonials */
#testimonials {
    color: white;
    background-image: url(../images/pexels-emiliano-arano-1683802_new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

@media screen and (max-width: 991px) {
    #testimonials {
	background-image: url(../images/pexels-emiliano-arano-1683802_mobile.jpg);  /* ../images/infinite-loop-02-mobile.jpg */
    }
}

.tm-testimonials-content {
    position: relative;
    z-index: 3;  /* 100 */
}

.tm-bg-overlay {
    width: 100%;
    height: 100%;
    background: rgba(20, 70, 80, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.tm-testimonials-carousel {
    max-width: 1050px;
    margin: 0 auto;
}

.tm-testimonial-item {
    max-width: 290px;
    margin-left: 35px;
    margin-right: 35px;
}

.tm-testimonial-item img {
    border-radius: 50%;
    margin-bottom: 35px;
}

.tm-testimonial-item figcaption {
    text-align: right;
    font-style: italic;
    font-size: var(--p-font-size-small);
    font-weight: var(--font-weight-light);
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

blockquote {
    font-size: var(--p-font-size-small); /* 0.86em; */
    font-weight: var(--font-weight-light);
    line-height: 1.8em;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  /*font-size: 0.9rem;*/
  font-size: var(--p-font-size);
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;  /*120px*/
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
    margin: 0 13px;
    width: 48px;
    height: 48px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3ba0dd;
}

.tm-testimonials-carousel .slick-dots li button:before {
    color: white;  /* var(--primary-color); */
    opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;  /* var(--primary-color); */
  opacity: 1;
}

.slick-dots li button:before {
    font-size: 18px;
}
