.mb-br { display: none; }


.banner {padding: 130px 0 95px; background-position: center; /* background-size: auto 100%; */ background-repeat: no-repeat; position: relative; overflow: hidden; background-size: 112% auto; background-position: 50% 80px; display: none; position: relative; z-index: 2;} 
.banner::after {content: ""; display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0px;
    background-color: #000000;
    z-index: 1;

} 


.banner .title-box {     margin-bottom: 225px; position: relative; z-index: 20; }
.banner .title-box h2 { font-size: var(--fs-48); font-weight: 600; line-height: 120%; color: var(--v-white); margin-bottom: 0px; text-align: center; }
.banner .title-box h2 span { color: var(--v-orange-dark); }
.banner .title-box p { font-size: var(--fs-20); font-weight: 400; line-height: 130%; color: var(--v-white); /* opacity: 0.8; */ margin-bottom: 0px; text-align: center; }


.content{ position: relative; z-index: 10; background-color: #FFFFFF; border-radius: 8px; padding: 55px 20px 40px; text-align: center; box-shadow: 0px 30px 30px 0px #00000029; }
.content .title{ color: #002329; text-transform: uppercase; font-weight: 600; font-size: var(--fs-28); line-height: 1.2; margin-bottom: 45px; }
.content .title .icon{ width: 28px; height: 28px; display: inline-block; background-image: url(/wp-content/themes/vantage-plus/images/community-title-icon.webp); background-repeat: no-repeat; background-size: cover; transform: translate(14%, 10%); }
.content .text{ color: #000000; font-size: 25px; line-height: 1.2; font-weight: 400; margin: 0 auto; margin-bottom: 30px; max-width: 845px; }
.content .text:nth-child(4){ margin-bottom: 20px; }
.content .tnc-text{ font-size: var(--fs-16); line-height: 20px; margin-bottom: 35px; }
.content .tnc-text a{ font-weight: 600; text-decoration: underline; }
.content .tnc-text .icon{ width: 20px; height: 20px; display: inline-block; border: 1px solid var(--v-grey); border-radius: 5px; background-repeat: no-repeat; background-size: cover; margin-right: 8px; transform: translateY(20%); cursor: pointer; -webkit-tap-highlight-color: transparent;}
.content .tnc-text.active{ color: #147875; }
.content .tnc-text.active .icon{ background-image: url(/wp-content/themes/vantage-plus/images/community-selected-icon.webp?v=3); border: none; }
.content .tnc-text.hint .icon{ border: 1px solid #cf2e2e; } 
.content .tnc-text.hint{ color: #cf2e2e; }
.content .button{ font-size: var(--fs-18); color: var(--v-white); line-height: 130%; font-weight: 700; padding: 14px 25px; border-radius: 23px; background-color: var(--v-orange-dark); cursor: pointer; -webkit-tap-highlight-color: transparent; text-transform: uppercase; width: 205px; margin: 0 auto; }

@media (max-width: 1400px) {
    .banner {
        background-size: 158% auto;
    }
    .content .text{
        font-size: 22px;
    }
}
@media (max-width: 1240px) {
    .banner {
        background-size: 158% auto;
    }
    .content .text{
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .banner {
        background-size: 190% auto;
    }
    .content .text{
        font-size: var(--fs-18);
    }
}
@media (max-width: 768px) {
    .banner { padding: 98px 0 40px;    }
    .banner .title-box h2 { font-size: 32px;    margin-bottom: 5px;} 
    .banner .title-box p {
    font-size: 18px;}
    
    .content .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .content .tnc-text .icon {
    width: 14px;
    height: 14px;
    border-radius: 3px;
}

.content .button {
    width: 140px;
}
    
    
    
}
@media (max-width: 600px) {
    .banner { background-image: url(/wp-content/themes/vantage-plus/images/community-banner-mb-bg.webp) !important; background-size: 100% auto;
        background-position: 50% 26px;}

    }
@media (max-width: 510px) {
    .banner { padding: 98px 0 23px; }
    .banner .title-box h2 { font-size: 28px;} 
    .banner .title-box p {
    font-size: 16px;}
    .banner .title-box {
    margin-bottom: 186px;
}
.content{
        padding: 31px 10px 20px;
    margin: 0 20px;
}
    .content .title {
        font-size: 20px;
        line-height: 1.2;
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 227px;
    }
    .content .title .icon{
            margin-top: -28px;
    transform: translate(16%, 26%);
    
    }
    .content .text {
        margin-bottom: 16px;
    }
    .content .text br {
        display: none;
    }

    .content .tnc-text .icon {
    width: 12px;
    height: 12px;
    border-radius: 2px;}

    .content .tnc-text {
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 17px;
    max-width: 230px;
}
}


@media (min-width: 1440px) {
.form-wrapper .inner{
        padding: 0 80px;
}
}
.form-wrapper{
    display: none;
    background-image: url();
    background-repeat: no-repeat;
    background-position: top right;
    padding: 130px 0 20px;
    background-image: linear-gradient(to right, #FFFFFF, #E8E9ED);
    position: relative;
}
.form-wrapper>*{
    position: relative;
    z-index: 5;
}
.form-wrapper .bg{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.form-template .gfield_validation_message {
    display: block;
}
.gform_wrapper.gravity-theme .option-title .validation_message {
    color: #C62400;
    font-size: var(--fs-14);
    font-weight: 400;
    line-height: 19px;
    border: 0;
    background: unset;
    position: relative;
    margin-top: 8px;
    padding: 0;
    display: flex ;
    align-items: center;
    gap: 8px;
        margin-left: 20px;
}
.gform_wrapper.gravity-theme .option-title.other-choice .validation_message{
    margin-top: 4px;
    margin-left: 0px;
}
.gform_wrapper.gravity-theme .option-title .validation_message::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/vantage-plus/images/validation-message-arrow.svg) center center no-repeat;
    background-size: cover;
}

.form-template .gf_progressbar_title{
    display: none;
}
.form-template .gfield .gfield_label .gfield_required{
    display: none;
}
.form-template .gf_progressbar{
    background-color: #D9D9D9;
    border-radius: 23px;
        margin-bottom: 13px;
}
.form-template .gf_progressbar_percentage{
     background-color: #B75D26;
    border-radius: 23px;
        text-align: right;
}
.form-template .gf_progressbar_percentage span{
        display: inline-block;
    transform: translateX(calc(100% + 10px));
    font-size: var(--fs-20);
    color: #000000;
    line-height: 23px;
}
.form-template .gf_progressbar_percentage span.internal{
    transform: translateX(0);
}
.form-template .gfield.gfield--type-html{
    font-size: var(--fs-32);
    line-height: 1.2;
    color: #002329;
    font-weight: 600;
    text-align: center;
    padding: 0;
    background: none;
        margin-bottom: 15px;
}
.form-template .gfield.gfield--type-html span{
    color: #B75D26;
}

.form-template .gfield{
    border: none;
    /* padding: 10px 10px; */
    background-color: #F5F5F5;
    border-radius: 13px ;
        margin-bottom: 15px;
    padding-bottom: 20px;
}
.form-template .gfield .gfield_label{
        font-size: var(--fs-28);
    color: #000000;
    font-weight: 500;
    padding: 20px 20px 8px;
    background-color: #F5F5F5;
    width: 100%;
    border-radius: 13px 13px 0 0;
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
}


.form-template .gfield .gfield_label::before{
    transform: skewX(-15deg);
    display: inline-block;
    color: #818181;
        margin-right: 20px;
}
.form-template .gfield.num1 .gfield_label::before{content: "1";}
.form-template .gfield.num2 .gfield_label::before{content: "2";}
.form-template .gfield.num3 .gfield_label::before{content: "3";}
.form-template .gfield.num4 .gfield_label::before{content: "4";}
.form-template .gfield.num5 .gfield_label::before{content: "5";}
.form-template .gfield.num6 .gfield_label::before{content: "6";}
.form-template .gfield.num7 .gfield_label::before{content: "7";}
.form-template .gfield.num8 .gfield_label::before{content: "8";}
.form-template .gfield.num9 .gfield_label::before{content: "9";}
.form-template .gfield.num10 .gfield_label::before{content: "10";}
.form-template .gfield.num11 .gfield_label::before{content: "11";}
.form-template .gfield.num12 .gfield_label::before{content: "12";}
.form-template .gfield.num13 .gfield_label::before{content: "13";}
.form-template .gfield.num14 .gfield_label::before{content: "14";}


.form-template .gfield_radio .gchoice label::before,
.form-template .gfield_checkbox .gchoice label::before{
        cursor: pointer; -webkit-tap-highlight-color: transparent;
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    /* transition: all .1s linear; */
        margin-right: 17px;
            transform: translateY(18%);
    
}
.form-template .gfield .gchoice {
    display: flex;
}
.form-template .gfield .gchoice label{
        font-size: var(--fs-28);
    color: #000000;
    font-weight: 400;
        line-height: 1.65;
    position: relative;
    padding-left: 13px;
    left: 0;
    margin: 0;
}
.form-template .gfield_radio .gchoice input[type="radio"]:checked ~ label::before,
.form-template .gfield_checkbox .gchoice input[type="checkbox"]:checked ~ label::before {
    background-image: url(/wp-content/themes/vantage-plus/images/gchoice-selected.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
}
.form-template .gfield_checkbox .gchoice input[type="checkbox"]:disabled ~ label::before {
       background: #C6C6C6;
}
.form-template .ginput_container_radio {
    padding: 0 20px;
}
.form-template .gfield_radio {
        border-top: 1px solid #B2B2B2;
        padding: 12px 0;
}
.form-template .gform-page-footer {
        text-align: center;
        text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.form-template .gform_wrapper .gform_button{
    display: none;
}
.form-template .gform-page-footer .gform_next_button,
.form-template .gform-page-footer .gform_previous_button,
.form-template .gform-page-footer .custom-button{
    width: 205px;
    height: 55px;
    font-size: var(--fs-18) !important;
    line-height: 1.3  !important;
    background: #B75D26  !important;
    border: none  !important;
    color: #fff  !important;
    border-radius: 50px  !important;
    box-shadow: 0 8px 20px 0 #B75D2670  !important;
    /* margin: 0 auto; */
}
.form-template .gform-page-footer .gform_previous_button{
     /* display: none; */
}
.gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container textarea{width: 100%;
    height: 83px;
    border: 1px solid rgb(198, 198, 198);
    background: rgb(245, 245, 245);
    padding: 10px;
    font-size: var(--fs-28); }

.gform_wrapper.gravity-theme .country .ginput_container {
    max-width: 662px;
    padding: 12px 0px;
    margin: 0 20px;
    border-top: none;
    border-radius: 0px;
    background-color: #F5F5F5;
}
.gform_wrapper.gravity-theme .gfield--input-type-checkbox .ginput_container,
.gform_wrapper.gravity-theme .gfield--input-type-textarea .ginput_container{
   
    padding: 12px 0px;
    margin: 0 20px;
        border-top: 1px solid #B2B2B2;
}
.form-template .country.gfield .gfield_label::after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 24px);
    background-color: #B2B2B2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}




/* .gform_wrapper.gravity-theme .option-title.gfield_error+.other-choice{margin: -88px 0px 0px 92px;} */
.gform_wrapper.gravity-theme .other-choice{
    height: 0px;
    position: relative;
    margin: 0px 0px 0px 172px;
    background-color: transparent;
    transform: translateY(-90px);
    padding: 0;
}
    .gform_wrapper.gravity-theme .other-choice .ginput_container{
        position: relative;
    }
.gform_wrapper.gravity-theme .other-choice .ginput_container::after{content: "";display: block;width: 538px;
    max-width: 50%;
    height: 1px;background:#000000;position: absolute;left: 0;bottom: 0;transition: all .3s linear;}
.gform_wrapper.gravity-theme .other-choice .gfield_label{display: none;}
.gform_wrapper.gravity-theme .other-choice input[type=text]{border: 0;padding: 0; background-color: transparent; font-size: var(--fs-28);     width: 538px;
    max-width: 50%;}

.gform_wrapper.gravity-theme .other-choice.active .ginput_container::after{width: 100%;}



/* .gform_wrapper.gravity-theme .gfield_error.other-choice.choice1{margin: -112px 0px 0px 34px;} */
.gform_wrapper.gravity-theme .other-choice.choice1::after,
.gform_wrapper.gravity-theme .other-choice.choice2::after{width: 100%;}

.gform_wrapper.gravity-theme .option-title .gchoice.active{margin-bottom: 110px;}
/* .gform_wrapper.gravity-theme .option-title .gchoice:nth-child(3).mb{margin-bottom: 60px;} */
.gform_wrapper.gravity-theme .other-choice.describes {
    margin: 0px;
    padding-left: 75px;
    padding-right: 20px;
}

.gform_wrapper.gravity-theme .other-choice.choice1 {
    transform: translateY(-230px);
}
.gform_wrapper.gravity-theme .other-choice.choice2 {
    transform: translateY(-185px);
}
.gform_wrapper.gravity-theme .other-choice.choice3 {
    transform: translateY(-150px);
}
.gform_wrapper.gravity-theme .other-choice.describes .ginput_container::after{
    display: none;
}
.gform_wrapper.gravity-theme .other-choice.describes input[type=text]{
    width: 100%;
    max-width: 730px;
    height: 70px;
    background: #EBEBEB;
    border-radius: 8px;
        padding: 10px 20px;
        font-size: var(--fs-28);
}
.gform_wrapper.gravity-theme .country input[type=text]{
        width: 100%;
    max-width: 662px;
    height: 70px;
    background: #EBEBEB;
    border-radius: 8px;
    padding: 10px 20px;
    border: none;
    font-size: var(--fs-28);
}
/* .gform_wrapper.gravity-theme .country .ginput_container::after{
    content: "*";
    color: #C62400;
    display: block;
    position: absolute;
    top: 36%;
    font-size: var(--fs-28);
    left: 126px;
    width: 0 !important;
    height: 0 !important;
    background-color: transparent;

} */
@media (max-width: 1440px) {
.gform_wrapper.gravity-theme .country .ginput_container::after{
    top: 27%;
    left: 115px;

}
.gform_wrapper.gravity-theme .other-choice{
    margin: 0px 0px 0px 160px;
    transform: translateY(-85px);
}
}
@media (max-width: 1024px) {
.gform_wrapper.gravity-theme .country .ginput_container::after{
    top: 27%;
    left: 100px;
}
}
@media (max-width: 980px) {

.gform_wrapper.gravity-theme .other-choice{
        margin: 0px 0px 0px 143px;
    transform: translateY(-80px);
}
}
@media (max-width: 610px) {
.gform_wrapper.gravity-theme .country .ginput_container::after{
    top: 27%;
    left: 78px;

}
}

/* .form-template .country .ginput_container.active::after{
    display: none !important;

} */
.gform_wrapper.gravity-theme .other-choice.describes .ginput_container .label{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: var(--fs-28);
    color: #818181;
    display: flex;
    align-items: center;
}
.gform_wrapper.gravity-theme .other-choice.describes .ginput_container .label .icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 14px;
    border-radius: 50%;
    background-color: #002329;
    color: #ffff;
    margin: 0px 10px;
    text-align: center;
    line-height: 18px;
    cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.gform_wrapper.gravity-theme .other-choice.describes .ginput_container .label .icon:hover .hint-box{
    display: block;
}
.gform_wrapper.gravity-theme .other-choice.describes .ginput_container .label .hint-box{
    display: none;
        font-size: 25px;
    background-color: #F1F1F1;
    line-height: 1.5;
    color: #636363;
    padding: 10px 38px;
    position: absolute;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 35px);
    width: 680px;
    /* opacity: 0.8; */
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 10px 10px 0 #00000040;
}
.gform_wrapper.gravity-theme .other-choice.describes .ginput_container .label .hint-box::after{
    content: '';
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 40px solid #F1F1F1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -67px;
    z-index: 1;
    padding-left: 30px;
}


.form-template .gform_confirmation_wrapper .gf_progressbar_percentage {
    background-color: #B75D26;
    border-radius: 23px;
    text-align: right;
    color: #000;
}
.form-template .gform_confirmation_wrapper .gf_progressbar_percentage span {
    transform: none;
    margin-right: 20px;
    line-height: 25px;
}
.gform_confirmation_wrapper .content {
    max-width: 1195px;
    margin: 80px auto;
}
.gform_confirmation_wrapper .content .text:nth-child(4) {
    margin-bottom: 45px;
}
.gform_confirmation_wrapper .content .button {
    width: 305px;
    max-width: 90%;
}
.country-code{
    max-width: 662px;
        width: calc(100% - 40px);
    top: calc(100% - 40px) !important;
    left: 20px;
   
}
.country-code .results .results-option {
    font-size: var(--fs-18);
}

.form-template .form-gfield .ginput_container .icons-box {
    top: 50% !important;
    transform: translateY(-50%);
}
.form-template .form-gfield .ginput_container::after{
    display: none;
}




@media (max-width:1240px) {
    .gform_wrapper.gravity-theme .other-choice.choice1 {
    transform: translateY(-220px);
}
.gform_wrapper.gravity-theme .other-choice.choice2 {
    transform: translateY(-175px);
}
.gform_wrapper.gravity-theme .other-choice.choice3 {
    transform: translateY(-140px);
}
}
@media (max-width:900px) {
    .gform_wrapper.gravity-theme .other-choice.choice1 {
    transform: translateY(-210px);
}
.gform_wrapper.gravity-theme .other-choice.choice2 {
    transform: translateY(-165px);
}
.gform_wrapper.gravity-theme .other-choice.choice3 {
    transform: translateY(-130px);
}
}

@media (max-width:768px) {
    .form-wrapper .bg{
    display: none;
}
.gform_confirmation_wrapper .content {
    margin: 20px 20px;
    padding: 31px 30px 33px;
}
   .gform_confirmation_wrapper .content .text {
        margin-bottom: 31px;
        width: 64%;
    }
    .gform_confirmation_wrapper .content .text:nth-child(4) {
    margin-bottom: 22px;
}
}
@media (max-width:610px) {
    .form-wrapper {
   
    padding: 62px 0 20px;
}
.form-template .gf_progressbar_percentage {
    height: 18px;
}
.form-template .gf_progressbar_percentage span {
    font-size: 12px;
    line-height: 18px;
}
.form-template .gf_progressbar {
    margin-bottom: 20px;
}
.form-template .gfield.gfield--type-html {
    margin-bottom: 20px;
}
.form-template .gfield .gchoice {
    display: flex;
    margin-bottom: 10px;
    padding: 0;
            justify-content: flex-start;
    
}
input[type=checkbox], input[type=radio]{
    display: none;
}
.form-template .gfield_radio .gchoice label::before, .form-template .gfield_checkbox .gchoice label::before {

    width: 13px;
    height: 13px;
    border-radius: 2px;
    margin-right: 17px;
    margin-left: 0;
    transform: translateY(18%);
}
.form-template .gfield .gfield_label {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    padding: 10px 11px 8px;
    background-color: #F5F5F5;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.form-template .gfield .gfield_label{
    border-radius: 8px 8px 0 0;
}
.form-template .gfield .gchoice label {
    font-size: 12px;
}
.form-template .ginput_container_radio {
    padding: 0px 10px !important;
}
.form-template .gfield .gfield_label::before {
    margin-right: 10px;
}

.form-template .gfield_radio {
    border-top: 1px solid #B2B2B2;
    padding: 12px 0 12px;
}
.form-template .gfield {
    padding-bottom: 0px;
}
.gform_wrapper.gravity-theme .other-choice.describes input[type=text] {
    width: 100%;
    max-width: 242px;
    height: 30px;
    background: #EBEBEB;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
}
.gform_wrapper.gravity-theme .other-choice.describes .ginput_container .label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #818181;
    display: flex;
    align-items: center;
}
.gform_wrapper.gravity-theme .other-choice.describes .ginput_container .label .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 10px;
    border-radius: 50%;
    background-color: #002329;
    color: #ffff;
    margin: 0px 6px;
    text-align: center;
    line-height: 12px;
    cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.gform_wrapper.gravity-theme .option-title .gchoice.active {
    margin-bottom: 45px;
}
.gform_wrapper.gravity-theme .option-title.other-choice .validation_message {
    margin-top: -2px;
    margin-left: 0px;
}
.gform_wrapper.gravity-theme .option-title .validation_message {

    font-size: 10px;
   
    line-height: 16px;
    
            margin-top: -8px;
        padding-bottom: 8px;
   
    margin-left: 20px;
}
.gform_wrapper.gravity-theme .option-title .validation_message::before {

    width: 12px;
    height: 12px;
   
}
.gform_wrapper.gravity-theme .other-choice.choice1 {
    transform: translateY(-128px);
}
.gform_wrapper.gravity-theme .other-choice.choice2 {
    transform: translateY(-100px);
}
.gform_wrapper.gravity-theme .other-choice.choice3 {
    transform: translateY(-72px);
}
.gform_wrapper.gravity-theme .other-choice.describes {
    padding-left: 50px;
}
.gform_wrapper.gravity-theme .other-choice.describes .ginput_container .label .hint-box {
    font-size: 10px;
    padding: 10px 9px;
    left: calc(100% + 12px);
    width: 151px;
}
.gform_wrapper.gravity-theme .other-choice.describes .ginput_container .label .hint-box::after {
    
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 17px solid #F1F1F1;
    transform: translateY(-50%);
    left: -45px;
}
.gform_wrapper.gravity-theme .gfield--type-textarea .ginput_container textarea {
    width: 100%;
    height: 36px;
    padding: 5px 8px;
    font-size: 14px;
}
.form-template .gform-page-footer{
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.form-template .gform-page-footer .form-custom-box{
   width: 100%;
}
.form-template .gform-page-footer .gform_next_button,
.form-template .gform-page-footer .gform_previous_button,
 .form-template .gform-page-footer .custom-button {
    width: 100%;
    height: 45px;
}
.form-template .gform_confirmation_wrapper .gf_progressbar_percentage span {

    line-height: 18px;
}
.gform_wrapper.gravity-theme .country input[type=text]{
        height: 54px;
    font-size: 14px;
}
.country-code {
    top: calc(100% - 10px) !important;
}
.gform_wrapper.gravity-theme .gfield--input-type-checkbox .ginput_container,
.gform_wrapper.gravity-theme .gfield--input-type-textarea .ginput_container{
   
    margin: 0 10px;
}
.gform_wrapper.gravity-theme .other-choice input[type=text] {
    font-size: 12px;
}
.gform_wrapper.gravity-theme .other-choice {
    margin: 0px 0px 0px 95px;
    transform: translateY(-60px);
}
}
/* ! plusvantagema|2025-12-03 15:10:00 ! */
