:root{
    --red: #B43637;
    --darkened-red: #792425;
    --blue: #2D3243;
    --deep-blue: #252f41;
    --darkgrey: #2B3033;
    --darkergrey: #232323;
    --lightgrey: #8a8a8a;
    --font-regular: 'Proxima Nova', sans-serif;
    --font-headline: 'Archivo Black', serif;
    --font-claim: 'Bienetresocial Bold', serif;
    --font-claim-slim: 'Bienetresocial', serif;
}

@font-face {
    font-family: 'Bienetresocial Bold';
    src:url('/fonts/Bienetresocial-Bold/Bienetresocial Bold.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Bienetresocial';
    src:url('/fonts/Bienetresocial-Bold/Bienetresocial.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Playfair Display';
    src:url('/fonts/Playfairdisplay/PLAYFAIRDISPLAY-REGULAR.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Playfair Display Black';
    src:url('/fonts/Playfairdisplay/PLAYFAIRDISPLAY-BLACK.TTF') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Proxima Nova';
    src:url('/fonts/Proxima-Nova/Proxima_Nova_Font.otf');
    font-weight: 300;
}
@font-face {
    font-family: 'Archivo Black';
    src:url('/fonts/ArchivoBlack-Regular.ttf') format('truetype');
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

body{
    margin: 0;
    padding: 0;
    font-family: var(--font-regular);
    color: var(--darkergrey);
}

header{
    position: fixed;
    width: 100%;
    background: #fff;
    min-height: 100px;
    z-index: 100;
    top: 0;
    box-shadow: 7px 10px 15px -3px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}

.logocolumn{
    padding-top: 8px;
}

@media(max-width: 1400px){
    header .redbutton{
        padding: 8px 20px;
        line-height: 20px;
    }
}

.headerbuttons{
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.login{
    text-transform: uppercase;
    line-height: 14px;
    font-size: 13px;
    display: flex;
    text-align: left;
    gap: 7px;
}

.login p{
    margin-bottom: 0px;
    margin-top: 1px;
}

a{
    color:var(--darkergrey);
    text-decoration:none;
    transition: color 0.1s ease-out;
}

a:hover,
a:focus{
    color:var(--lightgrey);
}

header .col-md-3{
    display: flex;
    justify-content: end;
    padding-right: 0px;
}


.ny-claim{
    color: var(--blue);
    border-left: 1px solid var(--deep-blue);
    padding-left: 30px;
    font-family: var(--font-headline);
    font-size: 20px;
    letter-spacing: 1px;
}

@media(max-width: 1200px){   
    .ny-claim{
        display: none;
    }
    .headerbuttons{
        gap: 10px;
        flex-direction: column-reverse;
    }
}

.menu{
    display: flex;
    justify-content: space-between;
    padding-right: 200px;
    align-items: center;
    text-transform: uppercase;
    font-family: var(--font-regular);
    letter-spacing: 1px;
}


@media(min-width: 1200px) and (max-width: 1400px){
    .menu{
        padding-right: 115px;
    }
}

@media(max-width: 1200px){
    .menu{
        padding-right: 30px;
    }
}

@media(max-width: 992px){
    .logocolumn{
        text-align: center;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    header .row{
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .headerbuttons{
        flex-direction: row;
        width: 100%;
        justify-content: center;
        padding: 15px 0px 5px 0px;
    }
    .menu{
        width: 100%;
        padding-right: 0px;
        justify-content: space-evenly;
        background: var(--bs-gray-200);
    }
}


@media(max-width: 767px){
    header{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    header .row{
        flex-direction: column;
        gap: 0px;
    }
}

main{
    min-height: 80vh;
    padding-top: 100px;
    background-image: url('/images/repeatbg_small.jpg');
    background-repeat: repeat;
}

.hue{
    background-image: url('/images/repeatbg_dark_small.jpg');
    background-repeat: repeat;
    padding: 30px 0px;
    margin: 30px 0px;
}

.hero{
    background: linear-gradient(0deg, var(--darkgrey) 50%, transparent 50%);
    padding-bottom: 70px;
    color: #fff;
    margin-bottom: -1px;
}

@media(max-width: 860px){
    .hero{
        padding-bottom: 15px;
    }
}

@media(max-width: 600px){
    .hero .absolute-wrap{
        position: relative;
        height: auto;
        top: auto;
        margin-left: 0px;
        padding: 15px 0px;
        width: 100%;
    }
    .hero .absolute-headline{
        position: relative;
        bottom: auto;
    }
    .hero > div{
        padding-bottom: 0px !important;
    }
}

.hero .btn{
    position: absolute;
    bottom: -30px;
    left: 60px;
    font-size: 24px;
}

between{
    color: var(--lightgrey);
    font-size: 50px;
    line-height: 20px;
    padding-bottom: 50px;
    display: block;
}

@media(max-width: 991px){
    between{
        line-height: 0px;
        padding-bottom: 45px;
    }
}

@media(max-width: 860px){
    .absolute-headline between{
        padding-bottom: 40px;
    }
}

@media(max-width: 601px){
    .absolute-headline between{
        display: none;
    }
}

footer{
    min-height: 175px;
    background: var(--darkergrey);
    background-image: url(/images/footerbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--lightgrey);
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

@media(max-width: 767px){
    footer{
        text-align: center;
    }
}

footer a:link,
footer a{
    color: var(--lightgrey) !important;
    text-decoration: none;
}

footer a:hover,
footer a:focus{
    color: #fff !important;
    text-decoration: none;
}

footer a:hover svg,
footer a:focus svg{
    fill: #fff;
}

.footerclaim{
    text-align: center;
    font-family: var(--font-claim);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

.footerclaim img{
    max-width: 100%;
}

@media(max-width: 991px){
    .footerclaim{
        padding: 50px 20px;
    }
}

.redbutton,
.redbutton:visited{
    background-color: var(--red);
    color: #fff;
    padding: 20px 30px;
    transition: all .25s ease;
    font-family: var(--font-headline);
}

@media(max-width: 1199px){
    .redbutton,
    .redbutton:visited{
        padding: 16px 25px;
    }
}


@media(max-width: 767px){
    header .redbutton,
    .hero .redbutton{
        display: none;
    }
}

.redbutton svg{
    fill: #fff;
    width: 20px;
}

.redbutton:hover,
.redbutton:focus,
.redbutton:active{
    background-color: var(--darkened-red) !important;
    color: #fff;
    border: 1px solid var(--darkened-red) !important;
}

.btn{
    border-radius: 0px;
}

.img-responsive{
    max-width: 100%;
    height: auto;
}

h1{
    font-family: var(--font-claim-slim);
    font-size: 70px;
    line-height: 90px;
}

h1.center{
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
}
h1.center::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--red);
    height: 1px;
    width: 33.3333%;
}

.absolute-headline h1{
    font-size: 100px;
    line-height: 120px;
}

@media(max-width: 1400px){
    h1{
        font-size: 40px !important;
        line-height: 50px;
    }
    .absolute-headline h1{
        font-size: 70px !important;
        line-height: 80px;
    }
}


@media(max-width: 860px){
    h1{
        font-size: 30px !important;
        line-height: 35px;
    }
    .absolute-headline h1{
        font-size: 50px !important;
        line-height: 50px;
    }
}

h2{
    font-family: var(--font-headline);
    font-size: 40px;
}

@media(max-width: 1400px){
    h2{
        font-size: 25px;
    }
}


h3{
    font-family: var(--font-claim);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: var(--red);
}


h4{
    font-family: var(--font-headline);
    font-size: 20px;
}

.center{
    width: 100%;
    display: inline-block;
    text-align: center;
}

.justify{
    text-align: justify;
}

.row.center {
    display: flex;
    justify-content: center;
}

subheadline{
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--font-headline);
    letter-spacing: 1px;
}

.absolute-frame,
.image{
    position: relative;
}
.absolute-frame{
    text-align: center;
}

.absolute-frame .btn{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@media (max-width: 991px){
    .hero .absolute-frame{
        margin-top: 50px;
    }
}

.absolute-headline{
    position: absolute;
    bottom: 125px;
    padding-left: 50px;
}

@media(max-width: 767px){
    .absolute-headline{
        bottom: 50px;
        top: auto;
    }
}

@media(max-width: 601px){
    .absolute-headline{
        bottom: 20px;
    }
}

.absolute-headline.main-headline{
    bottom: auto;
    top: 100px;
    text-align: right;
    padding-right: 100px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media(max-width: 991px){
    .absolute-headline.main-headline{
        top: 70px;
    }
}

@media(max-width: 601px){
    .absolute-headline.main-headline{
        top: 40px;
    }
}

.absolute-headline.main-headline h2{
    font-size: 60px;
    font-family: var(--font-claim);
}


@media(min-width: 967px) and (max-width: 1400px){
    .absolute-headline.main-headline h2{
        font-size: 50px;
    }
}

@media(max-width: 991px){
    .absolute-headline.main-headline h2{
        font-size: 45px;
    }
}


@media(max-width: 600px){
    .absolute-headline.main-headline h2{
        font-size: 33px;
    }
}

.absolute-headline.main-headline between{
    color: var(--red);
    margin-right: 10px;
}

.absolute-wrap{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(var(--bs-gutter-x) * .5);
    height: 100%;
    width: calc(100% - (var(--bs-gutter-x) * .5) * 2);
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 14%, rgba(0,0,0,0.68) 79%, rgba(0,0,0,0.68) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(14%, rgba(0,0,0,0)), color-stop(79%, rgba(0,0,0,0.68)), color-stop(100%, rgba(0,0,0,0.68)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 14%, rgba(0,0,0,0.68) 79%, rgba(0,0,0,0.68) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 14%, rgba(0,0,0,0.68) 79%, rgba(0,0,0,0.68) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 14%, rgba(0,0,0,0.68) 79%, rgba(0,0,0,0.68) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 14%, rgba(0,0,0,0.68) 79%, rgba(0,0,0,0.68) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    text-align: left;
}

.rise svg{
    width: 50px;
    height: auto;
    fill: var(--lightgrey);
    transition: all 0.1s ease-out;
}

.dark{
    background: var(--darkgrey);
    color: var(--lightgrey);
    padding: 70px 0px;
}

.dark h2{
    color: #fff;
}

.dark.top{
    padding: 0px;
}

main{
    overflow-x: hidden;
}

.main .container{
    padding: 70px 0px;
}

.dark.top .container{
    padding: 0px 50px 55px 50px;
}

.bright{
    background: #fff;
    padding: 30px;
    box-shadow: 3px 5px 15px -3px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-bottom: 30px;
}

.bright.interview,
.trans.interview{
    padding: 30px 150px;
}

@media(max-width: 1140px){
    .bright.interview,
    .trans.interview{
        padding: 30px 80px;
    }
}

.white-container{
    background-color: #fff;
}

.white-container .trans.interview{
    padding: 30px 200px;
    line-height: 30px;
}

@media(max-width: 1140px){
    .white-container .trans.interview{
        padding: 30px 80px;
    }
}

.trans{
    padding: 30px;
    padding-top: 0px;
    position: relative;
    margin-bottom: 30px;
}

.trans h2{
    margin-top: -10px;
}

.italic{
    font-style: italic;
}

.quote{
    display: block;
    padding-left: 30px;
    border-left: 2px solid var(--red);
}

a.red,
span.red{
    color: var(--red);
}

.underbright-right{
    position: absolute;
    right: 30px;
    bottom: -50px;
}

.img-description{
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: var(--darkergrey);
    color: var(--lightgrey);
    padding: 10px 20px;
    font-family: var(--font-claim);
    letter-spacing: 2px;
    font-size: 10px;
    text-transform: uppercase;
}

@media(max-width: 661px){
    .img-description{
        display: none;
    }
}

.slider .bright{
    margin-right: 30px;
    flex: 1;
    height: auto;
    padding-bottom: 100px;
}
.slider .bright .btn{
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.slider .slick-track{
    display: flex;
}
.slick-prev:before, 
.slick-next:before{
    color: var(--darkgrey);
    font-size: 50px;
}
.slick-prev {
    left: -69px;
}
.slick-next {
    right: -40px;
}

.bright.red{
    background-color: var(--red);
    color: #fff;
}

.white{
    color: #fff;
}

.row .col-md-6:nth-child(2) .image{
    text-align: right;
}

.shift-me{
    margin-top: -200px;
    padding: 0px 30px;
}

@media(max-width: 1200px){
    .shift-me{
        margin-top: -80px;
    }
}
@media(max-width: 991px){
    .shift-me{
        margin-top: -50px;
    }
    .mobileimagerow{
        display: flex;
        padding-top: 50px;
    }
    .mobileimagerow .image{
        flex: 1;
        display: flex;
    }
}

@media(max-width: 600px){
    .shift-me{
        margin-top: -25px;
    }
}

.imagetopspace{
    padding-top: 250px;
}

@media(max-width: 1140px){
    .imagetopspace{
        padding-top: 100px;
    }
}

.halfdark{
    background: linear-gradient(180deg, var(--darkgrey) 50%, transparent 50%);
}

.rounded{
    border-radius: 200px;
    border: 3px solid var(--red);
}

.left{
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

@media(min-width: 768px){
    .equalheight{
        display: flex;
    }
    .equalheight .col-md-4,
    .equalheight .col-md-6{
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .equalheight .col-md-4 .bright,
    .equalheight .col-md-6 .bright{
        flex: 1;
        height: auto;
    }
}

.centered{
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered input.form-control{
    background-color: transparent;
    border-top:0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.centered input.form-control:focus{
    border-top:0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    border-bottom: 1px solid var(--red);
    box-shadow: none;
}

.number-item{
    text-align: center;
}
.number-item svg{
    height: 70px;
    width: auto;
    fill: var(--red);
    margin-bottom: 20px;
}
.numbers .col-md-4{
    justify-content: end;
}



/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 200;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Caption text */
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  img.demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  li{
    list-style: none;
    padding-bottom: 10px;
  }

li:before {
    content: "•"; 
    color: var(--red);
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.red .btn{
    padding-left: 0px;
    color: #fff;
}

@media (max-width: 601px){
    .bright.interview .rounded{
        float: none;
        max-width: 100px;
    }
}
table#gehalt,
table#tencodes,
.equipmenttable{
    width: 100%;
}

table#gehalt td,
table#gehalt th{
    padding: 5px 15px;
    width: 50%;
}

.equipmenttable td{
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
}

.equipmenttable h3{
    margin-bottom: 15px;
}

@media (max-width: 510px){
    .equipmenttable,
    .equipmenttable tbody{
        display: block;
    }
    .equipmenttable tr{
        display: flex;
        flex-direction: column;
    }
    .equipmenttable td{
        display: block;
    }
}

table#tencodes td,
table#tencodes th{
    padding: 5px 15px;
}

table#gehalt tr td:first-child,
table#gehalt tr th:first-child{
    padding-left: 0px;
}

table#gehalt tr td:last-child,
table#tencodes tr td:last-child,
table#gehalt tr th:last-child,
table#tencodes tr th:last-child{
    padding-right: 0px;
}

table#tencodes svg{
    max-height: 25px;
    max-width: 25px;
    fill: var(--red);
    margin: 0px auto;
    height: 25px;
}

table#tencodes tr td:first-child{
    text-align: center;
}

table#tencodes tr:nth-child(odd) td{
    background-color: var(--bs-gray-200);
}
table#tencodes tr:nth-child(even) td{
    background-color: var(--bs-gray-100);
}

table#tencodes tr:nth-child(odd) td:first-child,
table#tencodes tr:nth-child(even) td:first-child{
    background-color: #fff;
}

/* Accordion styles */
.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.tabs.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}
.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: var(--red);
    font-weight: bold;
    cursor: pointer;
    color: #fff;
   /* Icon */
}
.tab-label:hover {
    background: var(--red);
}
.tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.tab-content {
    max-height: 0;
    padding: 0 1em;
    background: white;
    transition: all 0.35s;
    overflow: hidden;
}
.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: var(--red);
    cursor: pointer;
}
.tab-close:hover {
    background: var(--darkened-red);
}
input:checked + .tab-label {
    background: var(--darkened-red);
}
input:checked + .tab-label::after {
    transform: rotate(90deg);
}
input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}
.tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;    
}

/* END Accordion styles */

.img-center{
    margin: 0px auto;
    display: block;
}

.employees .bright{
    font-size: 14px;
}

.small{
    font-size: 11px;
}

.scrollable{
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
}

.grey{
    background-color: var(--bs-gray-200) !important;
}

.info{
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: none;
}

.info-wrapper{
    box-shadow: 3px 5px 15px -3px rgba(0, 0, 0, 0.3);
}

.vertical-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wanted.bright{
    padding: 5px;
    text-align: left;
    position: relative;
    text-align: center;
}

.wanted.bright p{
    border: 1px solid var(--bs-gray-200);
    padding: 5px;
    font-size: 12px;
    margin-bottom: 0px;
    text-align: left;
    letter-spacing: 0.2px;
}
.wanted.bright .dangerous{
    position: absolute;
    left: 0;
    top: 0;
}
.wanted.bright a{
    color: var(--red);
}

/* add-info button */
.add-info{
    text-align: right;
    padding: 30px;
    transition: all .25s ease;
}
.add-info svg{
    width: 30px;
    fill: var(--red);
    transition: all .25s ease;
}
.add-info:hover{
    color: var(--darkened-red) !important;
}
.add-info:hover svg{
    fill: var(--darkened-red);
}

/* anchor link */
:target {
    scroll-margin-top: 120px;
}
.anchored{
    position: relative;
}
.anchorjs-link {
    color: var(--red);
    transition: all .25s ease;
    margin-right: -50px;
}
.anchorjs-link:hover,
.anchorjs-link:focus{
    color: var(--darkened-red);
}
[data-anchorjs-icon]:after{
    font-size: 30px;
}
#tooltip {
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    opacity:0;
    transition: all .25s ease;
    position: absolute;
    bottom: 0;
}
#tooltip.show{
    opacity: 1;
    height: auto;
}
#arrow,
#arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}
#arrow {
  visibility: hidden;
  bottom: -4px;
}
#arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}
.grey{
    filter: grayscale(100%);
}