@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300;400;500;600;700&family=Sen:wght@400;500;600;700;800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}



html, body {

    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}


html,
body {
    height: 100%;
    width: 100%;
}

body {
    background-image: url(/images/bg-int.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 150px;

}

body.int {
    display: block;
}

.form-signin {
    width: 100%;
    max-width: 1024px;
    padding: 0px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



/* login */

/* Sticky footer styles
-------------------------------------------------- */

.backbtn img {
    max-width: 60px;
}

.backbtn {
    position: absolute;
    top: -65px;
    left: 10px;
    background-color: #2bac5c;
    color: white;
    z-index: 900;
    padding: 5px 20px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.backbtn:hover {
    background-color: #3cbd6d;
}

.btnovervideo {
    padding: 10px;
    font-size: 25px;
    color: white;
    background-color: #2bac5c;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.myframeb h3.grey {
    color: gray;
}
.box-text-overview h3 {
    color: #FE9C09;
    color: #2bac5c;
}

h2.mainTitleOrange {
    color: #2bac5c;
    color: #FE9C09;
font-size: 1.75rem;
}

h2.mainTitle {
    color: #2bac5c;
font-size: 1.75rem;



}

.box-text-overview p {
    font-size: 18px;

}

.closecookie {
    position: absolute;
    top: 10;
    right: 10px;
    text-decoration: none;
}

.mycookie {

    background-color: white;
    border: 1px solid #ddd;
    -webkit-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
    text-align: center;
}



#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}

.mylng .log-out img {
    width: 25px;
}

.mylng .log-out {
    display: inline-block;
    padding: 8px 15px;
    font-size: 18px;
    margin-top: 15px;

    background-color: #FE9C09;
    background-color: #2bac5c;
    color: white;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-left: 25px;
}

.mylng .log-out:hover {

    background-color: #FFAD1A;
    border: 0px solid #FE9C09;
    background-color: #3cbd6d;
    border: 0px solid #2bac5c;
}


.legal h2 {
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0 10px 0;

    color: #FE9C09;
    color: #1a9b4b;
}

.legal h3 {
    font-size: 23px;
    font-weight: bold;
    padding: 20px 0 0px 0;
    color: black;
}

.legal p {}


.box-text-overview .drp {
    width: 100%;
}

html,
body {
    height: 100%;
    /*min-height: 750px;*/

}


#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;

    margin: 0 auto -60px;

    padding: 0 0 60px;
}

#message {
    text-align: center;
}

#footer {
    height: 95px;
    background-color: #f5f5f5;
}

body.int #footer {
    height: 110px;
    background-color: #f5f5f5;
    position: relative;
    width: 100%;
    margin: 0;
}



#footer.list {
    /*position: relative; */
    height: 60px;
    background-color: #f5f5f5;
}

a {

    color: #FE9C09;
    color: #1a9b4b;
    text-decoration: underline;
}

a:hover {
    color: #3cbd6d;
    text-decoration: none;
}

.mylng {
    position: absolute;
    top: 0px;
    left: 1%;
    right: 1%;

    display: inline-block;
    margin: auto;
    z-index: 900;
}

.mylng .lng {
    display: inline-block;
    /*display: none;*/
    padding: 10px 15px;
    font-size: 18px;
    margin-top: 15px;
    background-color: #2bac5c;
    background-color: #FE9C09;
    background-color: #2bac5c;
    color: white;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 53px;
    text-align: center;
}

.mylng .lng:hover {

    background-color: #FFAD1A;
    border: 0px solid #FFAD1A;
    background-color: #3cbd6d;
    border: 0px solid #2bac5c;
}

#wrap>.container {
    padding: 60px 15px 0;
}

.container .credit {
    margin: 5px 0;
}

#footer>.container {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

#footer {
    position: fixed;
    width: 100%;
    display: block;
    bottom: 0;
    /*margin-left: -12px;*/
}

.center {
    position: absolute;
    height: 50%;
    width: 100%;

    top: calc(50% - 90%/2);
    left: calc(50% - 100%/2);
}


.my-box {
    border: 2px solid #2bac5c;
    position: relative;
    padding: 0;
    background-color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
}


.my-box img {
    width: 100%;
}



body.int .fmlng h1.title {
    position: absolute;
    display: inline-block;
    top: 10%;
    left: 30px;
    text-align: left;
    color: white;
    width: 50%;
    font-size: 40px;

}

body.int .fmlng h1.title.ins1 {
    top: 17%;
}


body.int .fmlng h1.title span {
    color: #a4ce50;
    display: block;
    font-size: 25px;
}

.info-text {
    font-size: 20px;
}

.my-box h1.title {
    position: absolute;
    display: inline-block;
    top: 26%;
    left: 20px;
    text-align: left;
    color: white;
    width: 50%;
    font-size: 37px;

}

body.fr .my-box h1.title {
    position: absolute;
    display: inline-block;
    top: 26%;
    left: 20px;
    text-align: left;
    color: white;
    width: 50%;
    font-size: 27px;

}


.my-box h1.title span {
    color: #a4ce50;
    display: block;
    font-size: 20px;
}

body.fr .my-box h1.title span {
    color: #a4ce50;
    display: block;
    font-size: 19px;
}

.box-overview a:hover {
    color: #555;

}

.off {
    /*    display: none!important;*/
}

.box-overview a {
    color: white;
    color: black;

}

.box-overview {
    border: 1px solid black;
    border: 1px solid #1a9b4b;
    border: 2px solid gray;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    width: 99%;
    padding: 25px;

    background-color: #FE9C09;
    background-color: #1a9b4b;
    background-color: gray;
    background-color: white;
    font-size: 30px;
    color: black;
    text-align: center;
    margin-left: 10px;
    margin-right: 0px;
}



body.int.fh h1.title {
    position: absolute;
    display: inline-block;
    top: 15%;
    left: 0%;
    right: 0%;
    text-align: center;
    color: white;
    color: black;
    width: 60%;
    font-size: 50px;
    margin: auto;

}


body.int h1.title {
    position: absolute;
    display: inline-block;
    top: 15%;
    left: 70px;
    text-align: right;
    color: white;
    color: black;
    width: 50%;
    font-size: 50px;

}

body.int h1.title span {
    color: black;
    display: block;
    font-size: 25px;
}


.header img {
    width: 100%;
    position: relative;
    max-height: 450px;
}

.header {
    position: relative;
    background-image: url(/images/header-insc-b.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100%;
    height: 350px;
    overflow: visible;

}

.myframeInsc,
.myframe {
    padding: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.37);
}

.myframeb {
    padding-left: 0px;
}

.myframeb .b,
.myframeb h3,
.myframeb p {
    padding-left: 30px;
}

.linebox {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.linebox .numbquestion {
    position: absolute;
    top: -21px;
    left: 20px;
    font-weight: 700;

    display: inline-block;
    font-size: 25px;
    color: black;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    text-align: center;
    width: 70px;
    display: none;

}


.mybtn-ic img {
    width: 100%;
    max-width: 70px;
    margin: auto;
}

.mybtn-ic {
    position: relative;

    cursor: pointer;
    display: flex;
    align-items: center;
}

.mybtn-ic a {
    width: 100%;
    display: inline-block;
    text-align: right;
}


.mybtn-ic span img {

    filter: brightness(0) saturate(100%) invert(67%) sepia(53%) saturate(2154%) hue-rotate(352deg) brightness(99%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(59%) sepia(40%) saturate(796%) hue-rotate(90deg) brightness(86%) contrast(83%);
}

.mybtn-ic.orange-filter span img {

    filter: brightness(0) saturate(100%) invert(67%) sepia(53%) saturate(2154%) hue-rotate(352deg) brightness(99%) contrast(104%);

}



.mybtn-ic a img {

    filter: brightness(0) saturate(100%) invert(11%) sepia(85%) saturate(7100%) hue-rotate(1deg) brightness(106%) contrast(117%);
    filter: brightness(0) saturate(100%) invert(59%) sepia(40%) saturate(796%) hue-rotate(90deg) brightness(86%) contrast(83%);
}

.mybtn-ic span {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
}

.mybtn-ic span:hover {
    padding: 5px;
    -webkit-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
    border-radius: 15px;

}

.mybtn-ic a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
}

.mybtn-ic a:hover {
    padding: 5px;
    -webkit-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
    border-radius: 15px;

}


.mybtn-ic .DL {
    width: 100%;
    display: inline-block;
    text-align: center;
    display: none;
}

.mytext span {
    vertical-align: middle;
}

.mytext.question.orange-color {
    color: #FE9C09;
    color: black;
}

.mytext.question {
    font-size: 22px;
    
    padding: 0px 20px 10px 20px;
    color: #FE9C09;
    color: #1a9b4b;
color: black;
    justify-content: left;

}

.lineboxSubA {
    border-right: 1px solid #ddd;
}

.lineboxSubA,
.lineboxSub {

    border-left: 0px solid #ddd;
}

.mytext {
    display: flex;
    align-items: center;

    justify-content: center;
    padding: 10px 0;
}

.drp {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;


    border: 3px solid #3cbd6d;
}

.drp.orange-border {
    border: 3px solid #FE9C09;
}


/* // login */

@media screen and (max-width: 1580px) {

    .center {
        position: absolute;
        height: 50%;
        width: 100%;

        top: calc(50% - 90%/2);
        left: calc(50% - 100%/2);
    }

}


@media screen and (max-width: 1280px) {

    .center {
        position: absolute;
        height: 50%;
        width: 100%;

        top: calc(50% - 96%/2);
        left: calc(50% - 100%/2);
    }

}

@media screen and (max-width: 1180px) {

    .center {
        position: absolute;
        height: 50%;
        width: 100%;

        top: calc(50% - 96%/2);
        left: calc(50% - 100%/2);
    }

    .my-box h1.title {
        position: absolute;
        display: inline-block;
        top: 15%;
        left: 25px;
        text-align: left;
        color: white;
        width: 50%;
        font-size: 4vw;

    }

    .my-box h1.title span {
        color: #a4ce50;
        display: block;
        font-size: 2vw;
    }

}

.myframeb {

    z-index: 900;
    position: relative;
    margin-top: -70px;
}

@media screen and (max-width: 992px) {

    .linebox div.col {
        width: 100%;
        display: block;
        flex: 1 0 100%;
        margin-bottom: 30px;
    }

    .linebox div.col.lineboxSubA {
        border: none;
    }

    .mybtn-ic img {
        width: 100%;
        max-width: 300px;
        margin: auto;
        -webkit-border-radius: 400px;
        -moz-border-radius: 400px;
        border-radius: 400px;
    }

    .mybtn-ic img.play-btn {
        width: 100%;
        max-width: 70px;
        margin: auto;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }



    body.int.fh h1.title {
        top: 22%;

    }

    #footer {
        margin-left: 0px;
    }

    .box-text-overview img {
        max-width: 150px;
    }

    .box-text-overview h3 {
        text-align: center;
    }

    .box-text-overview .firstbox {
        margin-bottom: 15px;
    }

    .linebox .lineboxSub .mybtn-ic,
    .linebox .lineboxSub .mytext,
    .linebox .lineboxSubA .mytext,
    .linebox .lineboxSubA .mybtn-ic {
        position: relative;
        cursor: pointer;
        display: block;
        align-items: center;
        text-align: center;
    }

    .box-text-overview.secbox {
        text-align: center;
    }

    .myframeb .col-lg-4.ms-0 {
        margin-left: 10px !important;

    }

    .myframeb .col-lg-12 {
        margin-left: 15px;
    }

    .myframeb .col-lg-12.box-text-overview {
        margin-left: 0px;
    }

    body .myframeb .box-overview {
        /*margin-left: 6px;*/
    }

    body .myframeb .row.mt-5 {
        --bs-gutter-x: -20px !important;
    }


    .myframeb {

        z-index: 900;
        position: relative;
        margin-top: 0px;
    }

    body {
        /*background-image: none;*/
    }




    body.int.fh .container-fluid {
        height: 254px;
    }

    body.int h1.title span {
        font-size: 18px;
        color: #3cbd6d;

    }

    body.int h1.title {
        position: absolute;
        display: inline-block;
        top: 15%;
        left: 0px;
        text-align: left;
        color: white;
        color: black;
        width: 57%;
        font-size: 22px;
        /*background-color: #ffffff77;*/
        padding: 3px;
    }

    .my-box h1.title {
        position: absolute;
        display: inline-block;
        top: 15%;
        left: 25px;
        text-align: left;
        color: white;
        width: 50%;
        font-size: 5vw;

    }

    .my-box h1.title span {
        color: #a4ce50;
        display: block;
        font-size: 2.5vw;
    }

    body {
        display: block;
        align-items: center;
        padding-top: 0px;
        padding-bottom: 150px;
        background-color: #fff;
    }

    .form-signin {
        width: 100%;
        max-width: 550px;
        padding: 0px;
        margin: auto;
    }

    body.int #footer {
        height: 125px;
    }
}



.emaillabel {
    background-color: #2bac5c;
    color: white;
    padding: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    cursor: pointer;

    text-transform: uppercase;
}

.toast-body .mybtn {
    width: 250px;
    margin: 20px auto;
    background-color: #2bac5c;
    border: 1px solid #2bac5c;

    padding: 15px 10px;
    color: white;

    -webkit-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);

    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;

}

.secbox .mybtn {
    width: 150px;
    margin: 20px auto;

    background-color: #FE9C09;
    border: 1px solid #FE9C09;
    background-color: #2bac5c;
    border: 1px solid #2bac5c;

    padding: 10px 10px;

    -webkit-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);

    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;

}

.secbox .mybtn:hover {

    background-color: #FFAD1A;
    border: 1px solid #FE9C09;
    background-color: #3cbd6d;
    border: 1px solid #2bac5c;
}
.org {

}


.secbox .mybtn.orange {
    width: 150px;
    margin: 20px auto;

    background-color: #FE9C09;
    border: 1px solid #FE9C09;


    padding: 10px 10px;

    -webkit-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);

    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;

}

.secbox .mybtn.orange:hover {

    background-color: #FFAD1A;
    border: 1px solid #FE9C09;

}






.cancelBtnAlert #btnClosePopup.mybtn,
.PopUpContentVideo .mybtn,
.myframeInsc .mybtn,
.page-int .mybtn,
.my-box .mybtn {
    width: 150px;
    margin: 20px auto;
    background-color: #FE9C09;
    border: 1px solid #FE9C09;
    background-color: #2bac5c;
    border: 1px solid #2bac5c;


    padding: 15px 10px;

    -webkit-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.36);

    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;

}

.cancelBtnAlert #btnClosePopup.mybtn.orange,
.PopUpContentVideo .mybtn.orange,
.myframeInsc .mybtn.orange,
.page-int .mybtn.orange,
.my-box .mybtn.orange {
    background-color: #FE9C09;
    border: 1px solid #FE9C09;
}

.cancelBtnAlert #btnClosePopup.mybtn.orange:hover,
.myframeInsc .mybtn.orange:hover,
.page-int .mybtn.orange:hover,
.my-box .mybtn.orange:hover {
    background-color: #FFAD1A;
    border: 1px solid #FFAD1A;
}

.cancelBtnAlert #btnClosePopup.mybtn {
    margin: 0 !important;
}

.cancelBtnAlert #btnClosePopup.mybtn:hover,
.myframeInsc .mybtn:hover,
.page-int .mybtn:hover,
.my-box .mybtn:hover {
    background-color: #3cbd6d;
    border: 1px solid #3cbd6d;
}

@media screen and (max-width: 600px) {


    body.int.fh h1.title {
        top: 20%;

    }

    .myframeb {
        z-index: 900;
        position: relative;
        margin-top: 20px;
    }


    body.int #footer {
        height: 115px;
    }

    .myframeb .col-lg-12.box-text-overview {}

    .myframeb p {
        padding-left: 5px;
    }

    body.int.fh .container-fluid {
        height: 176px;
        width: 100%;
    }



    body.int.fh h1.title {
        font-size: 25px;
    }
}


@media screen and (max-width: 500px) {
    body.int.fh h1.title {
        width: 90%;
    }

    body.int.fh .container-fluid {
        height: 157px;
        width: 100%;
    }

    .myframeb .col-lg-12 {
        margin-left: 0;
    }

}


@media screen and (max-width: 450px) {


    body.reg .col-12.text-end {
        text-align: center !important;

    }


    body .myframeb .box-overview {
        margin-left: 6px;
    }

    .myframeb .b, .myframeb h3, .myframeb p {
        padding-left: 0;
    }

    .mylng {
        width: 95%;
    }

    .form-signin p {
        font-size: 4.1vw;
        padding: 0 5px;
    }


    body.int.fh h1.title {
        top: 34%;

    }

    body.fr .my-box h1.title {
        top: 13%;
        font-size: 16px;
    }

    body.fr .my-box h1.title span {
        font-size: 12px;
    }

    .linebox {
        border: 0px solid #ddd;
        padding: 0px !important;
        margin-bottom: 10px;
    }


    .myframeb .row {
        margin-right: 0 !important;
    }


    .myframeb {
        z-index: 900;
        position: relative;
        margin-top: -20px;
        padding: 0 21px 0 0px;
        width: 100%;
    }

    .myframeb .col-lg-8 {
        margin-left: 15px;

    }

    body.login .container-fluid {
        width: 97%;
    }

    body.int.fh .container-fluid {
        height: 175px;
        width: 100%;
    }

    .box-overview {
        margin-left: 0px;

    }


    body.int.fh h1.title {
        font-size: 20px;
        top: 20%;
    }


    #footer {
        height: 148px;
    }


}

@media screen and (max-height: 700px) {

    .top-img {}

    body.int.fh .container-fluid {}


    #footer {
        position: relative;
        width: 100%;
        display: block;
        bottom: 0;

    }

    html, body {
        height: auto;
    }
}


/* fin */