body {
    background-color: #24193B;
    overflow-x: hidden;
}

*, *:hover {
    transition: all .3s ease-in-out;
    font-family: Poppins, sans-serif;
}

a, a:hover, a:visited, a:active {
    text-decoration: none;
    color: inherit;
    transition: none;
}

p {
    color: #808080;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 35px;
}

ol.main-list {
    padding-left: 25px;
}

ol {
    counter-reset: item;
}

ol > li {
    counter-increment: item;
}

ol.sub-topic-level-1 > li {
    display: block;
}

ol.sub-topic-level-1 > li:before {
    content: counters(item, ".") ". ";
    margin-left: -60px;
    color: #fff;
    display: inline-block;
    width: 50px;
}

ol.sub-topic-level-1 {
    margin-top: 52px;
    font-size: 15px;
    padding-left: 40px;
    margin-bottom: 90px;
}

ol.sub-topic-level-1 li {
    color: #808080;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 35px;
}

ol.sub-topic-level-2 {
    list-style: none;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    padding: 0;
    font-size: 15px;
}

ol.sub-topic-level-2 li {
    color: #fff;
    font-weight: bold;
    padding-left: 0;
}

ol.sub-topic-level-3 {
    list-style: none;
    color: #fff;
    font-weight: lighter;
    padding-left: 70px;
    position: relative;
}

ol.sub-topic-level-3 li {
    font-weight: lighter;
    color: #808080;
    margin-top: 20px;
    padding-left: 45px;
}

ol.sub-topic-level-2 li:before {
    content: counter(item, upper-roman) ") ";
    padding-right: 20px;
}

ol.sub-topic-level-3 li:before {
    content: counter(item, lower-alpha) ") ";
    padding-right: 20px;
    color: #fff;
    position: absolute;
    left: 70px;
}

li.topic-title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 300;
    line-height: 39px;
    padding-left: 30px;
    margin-bottom: 40px;
}

.contents {
    color: #808080;
}

.contents ol {
    color: #7368B8;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 50px;
}

.contents ol > li{
    display: block;
    margin-bottom: 10px;
}

.contents ol > li:before {
    content: counters(item, ".") ". ";
    width: 30px;
    display: inline-block;
    margin-left: 0;
}

.br-line{
    border-top: 1px solid #979797 ;
    width: 100%;
    margin: 30px 0 60px 0;
}



.schedule-title{
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 300;
    line-height: 39px;
}

.schedule-part{
    margin-bottom: 50px;
    color: #808080;
    font-size: 17px;
}

.schedule-part-title{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.schedule-part-item{
    font-size: 13px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 30px;
    padding-left: 80px;
}

.schedule-part-item-text{
    font-weight: lighter;
    color: #808080;
}

th {
    height: 42px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.table > tbody > tr > td {
    border-top: 1px solid #623A76;
    padding: 29px 10px 29px 0;
    color: #808080;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
}

.table>thead>tr>th{
    border-bottom: 1px solid #623A76;
    padding: 29px 0;

}

a, a:visited, a:active{
    color: inherit;
    text-decoration: none;
}

.np {
    padding: 0;
}

.nm {
    margin: 0;
}

.flex-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.pl-0 {
    padding-left: 0;
}

.justify-center {
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.hb {
    border: 1px solid red;
}

.s-error, input.s-error, input.s-error:focus {
    box-shadow: inset 0 0 8px 0 rgba(245, 7, 107, 0.76);
    border-color: transparent;
    transition: all .2s ease-in-out;

}

header {
    height: 320px;
    width: 100%;
    background: radial-gradient(circle, #28133B 0%, #1C132D 100%);
    -webkit-clip-path: ellipse(99% 47% at 50% 40%);
    clip-path: ellipse(99% 47% at 50% 40%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-nav {
    width: 100%;
    height: 70px;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    z-index: 10000;
    max-width: 1680px;
    right: 0;
}

.nav-block {
    width: 20%;
    display: flex;
    align-items: center;
}

.main-nav-item {
    font-family: Poppins, sans-serif;
    color: #7368B8;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 35px;
    transition: all .2s ease-in-out;
    cursor: pointer;

}

.main-nav-item:hover, .main-nav-item.active {
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.main-nav-item .age-tag {
    color: #7368b8;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    height: 22px;
    width: 40px;
    border: 2px solid #7368b8;
    border-radius: 15px;
    display: inline-block;
    margin-left: 5px;
    transition: all .2s ease-in-out;
}

.main-nav-item.active .age-tag, .main-nav-item:active .age-tag {
    border-color: #fff;
    transition: all .2s ease-in-out;
    color: #ffffff;
}

.login-button {
    height: 49px;
    width: 130px;
    border: 2px solid #7368B8;
    color: #7368B8;
    border-radius: 24.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    font-weight: normal;

}

.main-nav-item .login-button:active {
    border: 2px solid #7368B8;
    background-color: #7368B8;
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.main-nav-item.active .login-button,
.login-button:hover {
    border-color: #ffffff;
    color: #ffffff;
    transition: all .2s ease-in-out;

}

.login-button span {
    transition: none;
}

.login-button path {
    fill: #7368b8;
!important;
    transition: all .2s ease-in-out;

}

.login-button:hover path, .login-button:active path {
    fill: #ffffff;
!important;
    transition: all .2s ease-in-out;
}

.nav-block.nav-items {
    display: flex;
    justify-content: flex-end;
    width: 80%;
}


.main-title {
    font-family: Poppins, sans-serif;
    height: 51px;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 55px;
    text-align: left;
}

#faq {
    padding-top: 137px;
    padding-bottom: 50px;
}

.faq-topics-title {
    color: #808080;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 29px;
}

.faq-topics-item {
    height: 59px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    color: #7368B8;
}

.faq-topic {
    display: none;
}

.faq-topic.active {
    display: block;
}

.faq-topics-item.active, .faq-topics-item:hover {
    color: #ffffff;
}

.panel {
    background-color: transparent;
}

.panel-default {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #45395d;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.panel-default.opened {
    border-bottom: 1px solid transparent;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border-color: #45395d;
    padding: 25px 0;
    display: flex;
    display: -webkit-flex;

}

.faq-carret {
    width: 60px;
    color: #9c9c9c;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 8px;
}

.faq-question {
    flex-grow: 0;
}

.panel-default > .panel-heading.opened {
    border-color: transparent;
}

.panel-default > .panel-heading.opened .panel-title {
    color: #ffffff;

}

.panel-group .panel {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.panel-collapse {
    background-color: #242424;
    border-radius: 6px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    padding-top: 33px;
    padding-left: 53px;
    padding-right: 53px;
    color: #CFCFCF;
    font-size: 12px;
    line-height: 20px;
}

.faq-answer-like-box {
    height: 60px;
    width: 100%;
    margin-top: 36px;
    border-top: 1px solid #45395d;
    display: flex;
    padding-left: 53px;
    padding-right: 10px;
    align-items: center;
}

.faq-helpful-question {
    color: #4D4D4D;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
}

.faq-like-buttons {
    margin-left: 10px;
}

.faq-like-buttons button {
    border: none;
    background-color: transparent;
}

.faq-like-buttons button:active, .faq-like-buttons button:focus {
    box-shadow: none;
    outline: 0 none;
}

.faq-like-buttons button:hover svg path,
.faq-like-buttons button.active svg path {
    fill: #7368B8;
}

.faq-greetings {
    color: #7368B8;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    margin-left: 13px;
    display: none;
}

.faq-feedback-box {
    flex-grow: 1;
    position: relative;
    display: none;
}

.faq-feedback-box.sending {
    opacity: 0.5;
}

.faq-feedback-box button {
    position: absolute;
    z-index: 2;
    height: 37px;
    width: 98px;
    color: #7368B8;
    font-size: 11px;
    font-weight: 500;
    line-height: 37px;
    text-align: center;
    right: 7px;
    background-color: transparent;
    border: none;
    top: 0;
}

.faq-feedback-box button:focus,
.faq-feedback-box button:active {
    box-shadow: none;
    outline: 0 none;
}

.faq-feedback-box input {
    height: 37px;
    width: calc(100% - 22px);
    background-color: #21102F;
    margin-left: 20px;
    border: 2px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 14px;
    color: #FFFFFF;
    font-size: 11.2px;
    font-weight: 300;
    line-height: 17px;
    padding-right: 103px;
}

.faq-feedback-box input::placeholder {
    color: #808080;
    font-size: 11.2px;
    font-weight: 300;
    line-height: 17px;
}

.faq-feedback-box input:focus,
.faq-feedback-box input:active {
    border-color: #7368b8;
    box-shadow: none;
    outline: 0 none;
}


.panel-body a {
    color: #7c6def;
}

.panel-body a:hover {
    border-bottom: 1px dashed #7c6def;
}

.panel-title {
    color: #808080;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.panel-title:hover {
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.panel-title .glyphicon {
    font-size: 8px;
    margin-top: -3px;
}

.panel-title a {
    text-decoration: none;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.faq-collapse-link span {
    margin-right: 30px;
}

.faq-carret span {
    font-size: 12px;
    transform: rotate(90deg);
}

.faq-carret span.opened {
    transform: rotate(-90deg);
}

.contact-question {
    color: #9c9c9c;
    font-weight: 100;
}

.contact-question a {
    font-weight: 400;
    color: #ffffff;
}

.contact-question a:hover {
    border-bottom: 1px dashed white;
    cursor: pointer;
}

#contact {
    height: 561px;
    width: 100%;
    background: radial-gradient(circle, #28133B 0%, #1C132D 100%);
    padding-top: 116px;


}

.contact-question {
    color: #808080;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    margin-bottom: 94px;
}

.contact-cards-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-card {
    max-width: 321px;
    height: 209px;
    width: 100%;
    margin: 10px 20px;
    border-radius: 6px;
    background-color: #30234B;
    border: 2px solid #30234B;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.contact-card:hover {
    border: 2px solid #7368B8;
}

.contact-card svg path {
    fill: #45395D;
}

.contact-card:hover svg path {
    fill: #7368B8;
}

.support-name {
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
}

.support-icon {
    height: 70px;
    width: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer {
    height: auto;
    width: 100%;
    border-top: 2px solid #7368B8;
    background-color: #24193A;
    padding-top: 70px;
    padding-bottom: 50px;
}

.game-list {
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.game-name {
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 14px;
}

.game-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 49px;
    transition: all .2s ease-in-out;
}

.game-item:hover {
    transition: all .2s ease-in-out;
    opacity: 0.8;
}

.footer-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 26px;
}

.footer-nav a {
    text-decoration: none;
}

.footer-nav-item {
    color: #808080;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    margin-right: 20px;
    transition: all .2s ease-in-out;

}

.footer-nav-item:hover {
    color: #fff;
    transition: all .2s ease-in-out;
}

.back-to-top {
    color: #808080;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 64px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;

}

.back-to-top:hover {
    color: #ffffff;
    transition: all .2s ease-in-out;

}

.back-to-top svg path {
    transition: all .2s ease-in-out;
}

.back-to-top:hover svg path {
    fill: #ffffff;
    transition: all .2s ease-in-out;
}

.back-to-top div {
    margin-left: 5px;
    margin-top: 2px;
}

.get-product-news {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 9px;
}

.subscribe-box {
    height: 52px;
    width: 272px;
    border-radius: 6px;
    background-color: #21102F;
    border: 1px solid #21102F;
    transition: all .2s ease-in-out;

}

.subscribe-box.active {
    border: 1px solid #623A76;
    transition: all .2s ease-in-out;
}

.subscribe-box.s-error {
    box-shadow: inset 0 0 8px 0 rgba(245, 7, 107, 0.76);
    border-color: transparent;
    transition: all .2s ease-in-out;

}

.subscribe-box input {
    height: 40px;
    width: 179px;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    background-color: transparent;
    margin-top: 5px;
    border: none;
    padding-left: 11px;
}

.subscribe-box input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.subscribe-box input:focus {
    box-shadow: none;
    outline: 0 none;
}

button.subscribe {
    height: 30px;
    width: 79px;
    color: #B468DA;
    font-family: Poppins;
    font-size: 11px;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
    border-radius: 6px;
    background-color: #2C224D;
    border: none;
    float: right;
    margin-right: 7px;
    margin-top: 11px;
}

.subscribe-success {
    float: right;
    margin-right: 7px;
    display: none;
    margin-top: 18px;
}

.copy-right {
    margin-top: 90px;
    color: #808080;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
}

.mobile-menu {
    width: 260px;
    height: 100%;
    position: fixed;
    left: -260px;
    top: 0;
    background-color: #24193A;
    padding: 23px 0;
    transition: all .3s ease-in-out;
    z-index: 120;
}

.mobile-menu.menu-opened {
    left: 0;
    transition: all .3s ease-in-out;
}

button.style-1 {
    height: 52px;
    width: 194px;
    border-radius: 29.4px;
    background: -moz-linear-gradient(to right, #461E5C 0%, #f1156d 51%, #461E5C 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to right, #461E5C 0%, #f1156d 51%, #461E5C 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #461E5C 0%, #f1156d 51%, #461E5C 100%);
    background-size: 200% auto;
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
    font-size: 14.4px;
    font-weight: bold;
    text-align: center;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.diamonds-text {
    margin-top: 10px;
    height: 24px;
    width: 161px;
    color: #FFFFFF;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 150vh;
    left: 0;
    background-color: #282634;
    z-index: 1000;
    color: #686673;
    transition: top .5s ease;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -o-transition: top .5s ease;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.contact-container h2 {
    color: #808080;
}

.contact-box input {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #808080;
    border-top: none;
    border-right: none;
    border-left: none;
    font-weight: 400;
    box-shadow: none;
    padding-left: 0;
}

.contact-box textarea {
    background-color: #1d1d1d;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid transparent;
    color: #808080;
    box-shadow: none;
}

.contact-box button {
    background-color: transparent;
    border: none;
    color: #808080;
    font-weight: bold;
}

.contact-box button:hover {
    color: #7f5ed0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.success-contact {
    font-weight: 400;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #1d1d1d;
}

.contact-box input:focus, .contact-box input[type]:focus, .uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #7f5ed0;
}

.contact-box textarea.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: #7f5ed0;
}

/*.contact-box input.s-error,
.contact-box textarea.s-error{
    box-shadow: inset 0 0 8px 0 rgba(245, 7, 107, 0.76);
    border-color: transparent;
    transition: all .2s ease-in-out;
}*/

.contact-box {
    color: #3e3e3e;
}

.contact-container.opened {
    top: 0;
    transition: top .5s ease;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -o-transition: top .5s ease;
    visibility: visible;
}

.back-to-site-box {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px;

}

span.back-to-site-button {
    font-size: 18px;
    transform: rotate(-90deg);
}

@media (min-width: 1280px) {

}

@media (max-width: 1279px) {

    #faq {
        padding-top: 51px;
    }

    .faq-topics-title {
        color: #808080;
        font-size: 15px;
        font-weight: bold;
        line-height: 23px;
    }

    .faq-topics-mobile {
        height: 59px;
        width: 100%;
        border-radius: 6px;
        background-color: #471E5C;
        display: flex;
        align-items: center;
        color: #ffffff;
        font-size: 13px;
        line-height: 20;
        font-weight: bold;
        padding: 0 20px;
        margin-bottom: 43px;
        position: relative;
    }

    .faq-topic .panel-body {
        font-size: 12px;
        line-height: 20px;
    }

    .faq-topics-mobile select {
        height: 49px;
        width: 120%;
        position: absolute;
        z-index: 1;
        background-color: transparent;
        border: none;
        text-indent: 1px;
        text-overflow: '';
    }

    .faq-topics-mobile select:focus {
        box-shadow: none;
        outline: 0 none;
    }

    .faq-topics-mobile svg path {
        fill: #885AA0;
    }

    .faq-topics-mobile svg {
        position: absolute;
        right: 26px;
    }

    .faq-answer-like-box {
        flex-wrap: wrap;
        height: auto;
        min-height: 60px;
        padding-top: 10px;
    }

    .faq-feedback-box input {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .faq-helpful-question {
        margin-left: 0;
    }

    .faq-helpful-question {
        width: 128px;
    }

    .faq-greetings {
        margin-left: 0;
        margin-bottom: 10px;
    }

    #contact {
        height: auto;
        padding-bottom: 40px;
    }

    .contact-question {
        max-width: 250px;
        margin: 0 auto 65px auto;
    }

    .contact-card {
        max-width: 231px;
    }

    #main-nav {
        padding: 0 20px;
        position: absolute;
        top: -70px;
        transition: all .2s ease-in-out;
    }

    #main-nav.active {
        top: 0;
        transition: all .2s ease-in-out;
    }

    #main-nav.bg {
        background: rgba(10, 0, 26, 0.69);
        transition: all .2s ease-in-out;
    }

    #main-nav.menu-opened {
        height: 100%;
        background-color: rgba(36, 36, 36, 0.8);
        transition: all .2s ease-in-out;

    }

    .mobile-nav-block {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
    }

    .mobile-menu-open {
        position: absolute;
        right: 0;
        top: 30px;
        float: right;
    }

    .mobile-menu-close {
        position: absolute;
        right: 10px;
        top: 30px;
        float: right;
        display: none;
    }

    .main-nav-item {
        height: 69px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin: 0;
        color: #7368b8;
        font-size: 13px;
        font-weight: bold;
        line-height: 20px;
        transition: all .2s ease-in-out;
        display: flex;
        align-items: center;
    }

    .main-nav-item:active {
        background-color: #332953;
        color: #ffffff;
        transition: all .2s ease-in-out;
    }

    .login-button {
        width: 100%;
        margin-top: 13px;
    }

    .mf-box {
        width: 100%;
    }

    .footer-nav {
        margin-bottom: 35px;
    }

    .footer-nav-item {
        margin-bottom: 15px;
    }

    .game-item {
        margin-right: 25px;
    }

    .copy-right {
        margin-top: 40px;
        margin-bottom: 54px;
    }

    .main-title {
        color: #FFFFFF;
        font-size: 23px;
        line-height: 34px;
        text-align: center;
    }

    .mobile-menu .style-1 {
        width: 216px;
    }
}