/* ------------------------ */
/* -------- Global -------- */
/* ------------------------ */

html.lenis, html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


.btn {
    cursor: pointer;
    font-size: 0.75rem;
    /* height: 1.875rem;
    padding-inline: 1.5625rem; */
    text-decoration: unset;

    align-items: center;
    display: inline-flex;
    transition: background 0.3s, color 0.3s;
    outline: none;
}
.btn.green {
    color: var(--white);
    background: var(--container, var(--grey));
    background: linear-gradient(45deg, rgb(16, 99, 61), rgb(26, 145, 90));
}
.btn.green:hover {
    background: linear-gradient(45deg, rgb(12, 76, 47), rgb(20, 115, 72));
    outline: none;
}

.cta-primary,
.cta-primary:visited {
    font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif;;
    font-size: 0.875rem;
    color: var(--white);
    font-weight: 700;
    padding: 7px 30px;
    border-radius: 9999px;
    background-color: var(--green);
    transition: color .3s ease-out, background .3s ease-out;
    outline: none;
}
.cta-primary:hover,
.cta-primary:active,
.cta-primary:focus-visible {
    color: var(--white);
    background-color: var(--rolex-green);
}

.cta-secondary,
.cta-secondary:visited {
    font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif;;
    color: var(--green);
    text-decoration: unset;
    display: inline-flex;
    align-items: center;
    transition: color .3s ease-out, background .3s ease-out;
}
.cta-secondary:hover,
.cta-secondary:active,
.cta-secondary:focus-visible {
    color: var(--black);
}

.cta-secondary-brown,
.cta-secondary-brown:visited {
    font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif;;
    color: var(--brown);
    text-decoration: unset;
    display: inline-flex;
    align-items: center;
    transition: color .3s ease-out, background .3s ease-out;
}
.cta-secondary-brown:hover,
.cta-secondary-brown:active,
.cta-secondary-brown:focus-visible {
    color: var(--green);
}

.cta-secondary .icon-2nd-cta {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-image: url('../img/arrow-green-button.svg');
    margin-left: 6px;
    transition: all .3s ease-out;
}
.cta-secondary:hover .icon-2nd-cta,
.cta-secondary:active .icon-2nd-cta,
.cta-secondary:focus-visible .icon-2nd-cta {
    transition: all .3s ease-out;
    background-image: url('../img/arrow-back-button.svg');
}

.cta-secondary::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-image: url('../img/arrow-green-button.svg');
    margin-left: 6px;
    transition: all .3s ease-out;
}
.cta-secondary:hover::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-left: 6px;
    transition: all .3s ease-out;
    background-image: url('../img/arrow-back-button.svg');
}

.cta-second-txt {
    font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif;;
    color: var(--white);
    text-decoration: unset;
    display: inline-flex;
    align-items: center;
    background-color: var(--green);
    padding: 12px 30px;
    border-radius: 9999px;
    transition: all .3s ease-out;
    opacity: 1;
    cursor: pointer;

    border: unset;
    box-shadow: unset;
    outline: none;
}
.cta-second-txt:hover,
.cta-second-txt:active,
.cta-second-txt:focus,
.cta-second-txt:visited,
.cta-second-txt:focus-visible,
.cta-second-txt:focus-within {
    color: var(--white);
    background-color: var(--rolex-green);
}
.cta-second-txt[disabled]{
    opacity: 0.7;
    cursor: not-allowed;
}

.cta-second-txt-green,
.cta-second-txt-green:visited {
    font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif;;
    color: var(--green);
    text-decoration: unset;
    display: inline-flex;
    align-items: center;

    transition: all .3s ease-out;
    opacity: 1;
    cursor: pointer;

    border: unset;
    box-shadow: unset;
    outline: none;
}
.cta-second-txt-green:hover,
.cta-second-txt-green:active,
.cta-second-txt-green:focus-visible {
    color: var(--black);
}


.white {
    color: var(--white);
}
.black {
    color: var(--black);
}
.bg-beige {
    background-color: var(--beige);
}
.bg-white {
    background-color: var(--white);
}

.otgs-development-site-front-end {
    display: none;
}

.triangle-left,
.triangle-right,
.triangle-top,
.triangle-bottom {
    width: 0;
    height: 0;
    margin: 30px auto;
    transition: all .5s ease-out;
}
.triangle-left,
.triangle-right {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.triangle-top,
.triangle-bottom {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.triangle-right {
    border-left: 6px solid var(--white);
}
.triangle-left {
    border-right: 6px solid var(--white);
}
.triangle-top {
    border-bottom: 6px solid var(--white);
}
.triangle-bottom {
    border-top: 6px solid var(--white);
}
.menu-toggle.active .triangle-bottom {
    transform: rotateX(180deg);
}

.ml-10 {
    margin-left: 10px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-30 {
    margin-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.py-10v {
    padding: 10vh 0;
}
.pt-10v {
    padding-top: 10vh;
}
.pb-10v {
    padding-bottom: 10vh;
}

.my-10v {
    margin: 10vh 0;
}
.mt-10v {
    margin-top: 10vh;
}
.mb-10v {
    margin-bottom: 10vh;
}

.title-section {
    margin-bottom: 20px !important;
}

/** New 2025 */
.py-5v {
    padding: 5vh 0;
}
.pt-5v {
    padding-top: 5vh;
}
.pb-5v {
    padding-bottom: 5vh;
}

/* ------------------------ */
/* -------- Header -------- */
/* ------------------------ */
.header-container {
    width: 100%;
    height: 110px;

    position: -webkit-relative; /* Safari */
    position: relative;
    top: 0;
    z-index: 90;

    background: linear-gradient(90deg, #0b3e27, #197149);
}
.row-header {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.rolex-header-logo a {
    display: block;
    width: 120px;
    height: 60px;
}
.rolex-header-logo a img,
.rolex-header-logo a picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}
.nav-menu li {
    margin-right: 2vw;
}
.nav-menu li:last-child {
    margin-right: 0;
}
.nav-menu li a {
    color: var(--white);
    transition: color 0.3s;
    text-decoration: unset;
    font-size: clamp(0.75rem, 0.625rem + 0.3125vw, 1rem);
    line-height: 1.375;
    font-weight: 700;
}
.nav-menu li:hover a,
.nav-menu li.current-menu-item a {
    color: var(--ocean-green);
}

.menu-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--white);
    cursor: pointer;
}


#navMenuMobile {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    background: linear-gradient(90deg, #0b3e27, #197149);
}
.nav-mobile-container {
    width: 100%;
    height: 0;
    transition: height 0.3s;
}
ul#rolex-header-mobile {
    width: calc(100vw - 14vw);
    height: 0;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}
ul#rolex-header-mobile li {
    width: 100%;
    opacity: 0;
    padding: 10px 0;
    visibility: hidden;

    transition: all .2s ease;
    position: relative;
}
ul#rolex-header-mobile li a {
    color: var(--white);
    transition: color 0.3s;
    text-decoration: unset;
    font-size: clamp(1.375rem, 1.25rem + 0.3125vw, 1.625rem);
    line-height: 1.375;
    font-weight: 700;
}
ul#rolex-header-mobile li:hover a,
ul#rolex-header-mobile li.current-menu-item a {
    color: var(--ocean-green);
}


#breadcrumb {
    width: 100%;
    background: linear-gradient(90deg, #0b3e27, #197149);
    margin-top: -12px;
}
.rolex-breadcrumb {
    list-style: none;
    padding: 0;

    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 12px 0;
    /* padding: 5px 0 12px 0; */
}
.text-level {
    position: relative;
    color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
}
.text-level::after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: url('../img/arrow-white-button.svg');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px;
}
/* .text-level:last-child::after {
    content: unset;
} */
.text-level a,
.text-level a:active,
.text-level a:visited,
.text-level a:focus-visible,
.text-level a:focus {
    text-decoration: unset;
    color: var(--white);
    font-size: clamp(0.625rem, 0.5rem + 0.3125vw, 0.875rem);
}
.text-level a.current,
.text-level a.current:hover,
.text-level a.current:active,
.text-level a.current:visited,
.text-level a.current:focus,
.text-level a.current:focus-visible {
    color: var(--ocean-green);
}




/* ------------------------ */
/* ----- Hero Banner ------ */
/* ------------------------ */
#hero-banner {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
#swiperHero {
    width: 100%;
}
#swiperHero .swiper-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#swiperHero .swiper-slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 36.46%;
}
#swiperHero .swiper-slide img,
#swiperHero .swiper-slide picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.banner-desktop {
    display: block;
}
.banner-mobile {
    display: none;
}

.wrap-intro-banner {
    position: absolute;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.wrap-intro-banner.w50 {
    width: 50%;
    height: 100%;
}
.wrap-intro-banner.w30 {
    width: 30%;
    height: 100%;
}
.wrap-intro-banner.w60 {
    width: 60%;
    height: 100%;
}
.wrap-intro-banner.w40 {
    width: 40%;
    height: 100%;
}
.wrap-intro-banner.content-right {
    right: 3%;
}
.wrap-intro-banner.content-left {
    left: 3%;
}
.intro-banner {
    margin-left: 5%;
}
.intro-banner p {
    margin: 0;
}
.intro-banner h2 {
    margin: 0 0 20px 0;
}
.wrap-intro-banner .no-margin {
    margin: 0;
}



#swiperHero .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background-color: var(--white);
    transition: all .3s ease-out;
}
#swiperHero .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
}
#swiperHero .swiper-horizontal>.swiper-pagination-bullets, 
#swiperHero .swiper-pagination-bullets.swiper-pagination-horizontal, 
#swiperHero .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 40px);
}

#swiperHero .swiper-button-prev,
#swiperHero .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 30px);
    right: auto;
}
#swiperHero .swiper-button-next,
#swiperHero .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 30px);
    left: auto;
}
#swiperHero .swiper-button-prev,
#swiperHero .swiper-rtl .swiper-button-next,
#swiperHero .swiper-button-next,
#swiperHero .swiper-rtl .swiper-button-prev {
    width: 44px;
    height: 44px;
    background-color: rgba(118, 118, 118, 0.3);
    border-radius: 50%;
    transition: background 0.3s, color 0.3s;
}
#swiperHero .swiper-button-prev:hover,
#swiperHero .swiper-rtl .swiper-button-next:hover,
#swiperHero .swiper-button-next:hover,
#swiperHero .swiper-rtl .swiper-button-prev:hover {
    background-color: rgba(118, 118, 118, 0.5);
}
#swiperHero .swiper-button-next:after,
#swiperHero .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url('../img/arrow-white-button.svg');
    margin-right: -3px;
}

#swiperHero .swiper-button-prev:after,
#swiperHero .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url('../img/arrow-white-button.svg');
    transform: rotate(180deg);
    margin-left: -3px;
}
#swiperHero .swiper-button-next:after,
#swiperHero .swiper-button-prev:after {
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
#swiperHero .swiper-button-prev.swiper-button-disabled,
#swiperHero .swiper-button-next.swiper-button-disabled {
    display: none;
}

/* ------------------------ */
/* ---- Intro Section ----- */
/* ------------------------ */
#intro {
    width: 100%;
    padding: 10vh 0;
}
.row-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.col-two {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: calc(50% - 4px);
}

.col-three {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: calc((100% /3) - 4px);
}


/* ------------------------ */
/* ---- Rolex Watches ----- */
/* ------------------------ */
.normal-section {
    padding-bottom: 10vh;
}

.normal-section a,
.normal-section a:hover,
.normal-section a:focus,
.normal-section a:focus-visible,
.normal-section a:active,
.contents-section a,
.contents-section a:hover,
.contents-section a:focus,
.contents-section a:focus-visible,
.contents-section a:active {
    text-decoration: unset;
}
.normal-section figure,
.contents-section figure {
    margin: 0;
}
.normal-section h2,
.contents-section h2 {
    margin-bottom: 20px;
}
.normal-section h3,
.contents-section h3 {
    margin-bottom: 5px;
}
.normal-section h2.h36,
.contents-section h2.h36 {
    margin: 0;
}
.normal-section figcaption,
.contents-section figcaption  {
    color: var(--brown);
}
.normal-section figure p,
.contents-section figure p {
    margin: 5px 0;
}


.wrp-img__section {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.wrp-img__section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 33.33%;
}
.col-two .wrp-img__section::after,
.col-three .wrp-img__section::after,
.article-wrp .wrp-img__section::after,
.grid-rg10v__item .wrp-img__section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 66.67%;
}
.wrp-img__section img,
.wrp-img__section picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: ease-in-out .5s all;
}
a:hover .wrp-img__section img,
a:hover .wrp-img__section picture {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    max-width: unset;
}

/* ------------------------ */
/* ----- Communicate ------ */
/* ------------------------ */
#communicate a {
    text-decoration: unset;
}

/* ------------------------ */
/* ------- Discover ------- */
/* ------------------------ */
#discover {
    width: 100%;
    padding: 10vh 0;
    background: var(--beige);
}
.wrp-figure {
    width: 100%;
}

/* ------------------------ */
/* ---- Keep Exploring ---- */
/* ------------------------ */
#keep-exploring {
    width: 100%;
    padding: 10vh 0;
    background-color: var(--white);
}
#keep-exploring .container {
    position: relative;
}
#keep-exploring h2 {
    margin-bottom: 20px;
}
#keep-exploring a:hover h3 {
    transition: all .3s ease-out;
}
#keep-exploring a:hover h3,
#keep-exploring a.active h3 {
    color: var(--green);
}

#swiperKeepExploring {
    overflow: hidden;
}
#swiperKeepExploring .swiper-wrapper {
    padding-bottom: 40px;
}
#swiperKeepExploring .swiper-slide {
    max-width: calc(100% / 4);
    margin-right: 8px;
    overflow: hidden;
}
#swiperKeepExploring .swiper-slide a,
#swiperKeepExploring .swiper-slide a:focus,
#swiperKeepExploring .swiper-slide a:visited {
    color: var(--brown);
    text-decoration: unset;
}
#swiperKeepExploring .swiper-slide a:hover,
#swiperKeepExploring .swiper-slide a:active {
    color: var(--brown);
}

.wrp-img__keepexploring::selection {
    background: transparent;
    color: unset;
    -webkit-text-fill-color: unset;
}

#swiperKeepExploring .swiper-slide figure {
    margin: 0;
}

.wrp-img__keepexploring {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.wrp-img__keepexploring::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 66.67%;
}
.wrp-img__keepexploring img,
.wrp-img__keepexploring picture,
.wrp-img__keepexploring img::selection,
.wrp-img__keepexploring picture::selection {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: ease-in-out .5s all;

    background: unset;
    color: unset;
    -webkit-text-fill-color: unset;
}
a:hover .wrp-img__keepexploring img,
a:hover .wrp-img__keepexploring picture {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    max-width: unset;
}

.ke-desktop {
    display: block;
}
.ke-mobile {
    display: none;
}

.ke-tool.swiper-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ke-tool .swiper-pagination-bullet {
    opacity: 1;
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background-color: var(--grey);
    transition: all .3s ease-out;
}
.ke-tool .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background-color: var(--green);
}
.ke-tool .swiper-horizontal>.swiper-pagination-bullets, 
.ke-tool .swiper-pagination-bullets.swiper-pagination-horizontal, 
.ke-tool .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0);
}



#keep-exploring .swiper-button-prev,
#keep-exploring .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -78px);
    right: auto;
}
#keep-exploring .swiper-button-next,
#keep-exploring .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -78px);
    left: auto;
}
#keep-exploring .ke-tool.swiper-button-prev,
#keep-exploring .swiper-rtl .ke-tool.swiper-button-next,
#keep-exploring .ke-tool.swiper-button-next,
#keep-exploring .swiper-rtl .ke-tool.swiper-button-prev {
    width: 44px;
    height: 44px;
    background-color: rgba(118, 118, 118, 0.3);
    border-radius: 50%;
    transition: background 0.3s, color 0.3s;
}
#keep-exploring .ke-tool.swiper-button-prev:hover,
#keep-exploring .swiper-rtl .ke-tool.swiper-button-next:hover,
#keep-exploring .ke-tool.swiper-button-next:hover,
#keep-exploring .swiper-rtl .ke-tool.swiper-button-prev:hover {
    background-color: rgba(118, 118, 118, 0.5);
}
#keep-exploring .ke-tool.swiper-button-next:after,
#keep-exploring .swiper-rtl .ke-tool.swiper-button-prev:after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url('../img/arrow-back-button.svg');
    margin-right: -3px;
}

#keep-exploring .ke-tool.swiper-button-prev:after,
#keep-exploring .swiper-rtl .ke-tool.swiper-button-next:after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url('../img/arrow-back-button.svg');
    transform: rotate(180deg);
    margin-left: -3px;
}
#keep-exploring .ke-tool.swiper-button-prev.swiper-button-disabled,
#keep-exploring .ke-tool.swiper-button-next.swiper-button-disabled {
    display: none;
}

/* ------------------------ */
/* -------- Footer -------- */
/* ------------------------ */
#rlx-footer {
    background: linear-gradient(90deg, #0b3e27, #197149);
}
.rlx-crown-wrap {
    width: 100%;
    height: 160px;

    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255, 0.4);
}
.crown-logo {
    width: 40px;
    height: 40px;
}

.rlx-btc-wrap {
    width: 100%;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-btt,
.btn-btt:hover,
.btn-btt:visited,
.btn-btt:active {
    text-decoration: unset;
    display: flex;
    flex-direction: column;
    color: var(--white);
    align-items: center;
    outline: none;
}
.btn-btt::before {
    content: '';
    width: 15px;
    height: 15px;
    margin-bottom: 3px;
    background-image: url('../img/arrow-white-button.svg');
    transform: rotate(-90deg);
}

#retailer-footer {
    width: 100%;
}


/* ------------------------ */
/* ---- Retailer Header --- */
/* ------------------------ */
#retailer-header {
    width: 100%;
}


/* ------------------------ */
/* --- Subscribe Footer --- */
/* ------------------------ */
#gform_2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

#gform_fields_2 {
    width: 280px !important;
    max-width: 280px !important;
}

#input_2_1 {
    background: #d9d9d9;
    display: block;
    width: 280px !important;
    max-width: 280px !important;
    border: none;
    border-radius: unset;
}
#gform_submit_button_2 {
    min-width: 7.8125rem;
    background: #7c7c7c;
    color: #fff;
    cursor: pointer;
    transition: all .25s linear;
    border: none;
    border-radius: unset;
}
#gform_submit_button_2:hover {
    background: #6C0036;
}

#input_2_1, 
#input_2_1:focus,
#input_2_1:focus-visible,
#gform_submit_button_2 {
    display: inline-block;
    padding: 0 1rem;
    height: 2.5rem;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 0.6875rem;
    letter-spacing: 0.1475rem;
    outline: none;
    box-shadow: unset;
}

#validation_message_2_1 {
    width: 100%;
    color: red;
    font-size: 11px;
    line-height: 1.3;
}

#gform_2 .gform_footer {
    margin: 0;
}