


#marketing .logo-container, #marketing .logo-watermark {
    width: 100%;
    position: absolute;
    z-index:9;
}

#marketing .logo-lefted,
#marketing .logo-righted {
    width: 50%;
    float: left;
    text-align: left;
}

#marketing .logo-righted {
    float: right;
    text-align: right;
}

#marketing .logo-righted a {
    float: right;
}

#marketing .logo-lefted img,
#marketing .logo-righted img,
#marketing .logo-lefted svg {
    text-align: left;
    max-width: 80px;
    margin: 10px;
    margin-top: 15px;
}


#marketing .logo-watermark {
    right: 10px;
    bottom: 60px;
    position: absolute;
    text-align: right;
    z-index: 10;
    padding-top: 15px;
    filter: brightness(0.5);
}

#marketing .logo-watermark .logo-lefted img {
    margin: 15px;
    margin-bottom: -65px;
}
#marketing .logo-watermark img {
    width: 100%;
    max-width: 80px;
}

#marketing, .landing8-background, .loadImageContainer, #loadImageContainer {
    background: url('assets/bg.svg') #89c7ba !important;
    background-size: 10% !important;
}

#loadImage {
    filter: saturate(0);
}
#marketing {
    z-index: 9999999 !important;
    height: 100vh;
    position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -50vw;
    top: 50%;
    margin-top: -50vh;
    text-align: center;
    opacity: 1;
    transition: all .25s ease;
}


 .btnHelp {
    background: #0000000d;
    padding: 6px 12px;
    border-radius: 5px;
    letter-spacing: 0px;
    font-size: 0.85em;
    font-family: sans-serif;
}

 .marketingCta {
    z-index: 999;
    background-color: #222222;
    color: #999999;
    padding: 0.7rem 1rem;
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
    margin: 3px;
    min-width: 190px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: system-ui;
    text-align: center;
    border: solid 0.5px;
}

.modal__inner .marketingCta  {
    width: 100%;
}

.captors {
    width: 100%;
    max-width: 150px;
}


#marketing .logo-centered {
    position: absolute;
    width: 100%;
    top: 35vh;
    text-align: center;
}

#marketing .logo-container .logo-centered {
    top: 20px;
}

#marketing .logo-centered img,
#marketing .logo-centered svg {
    text-align: center;
    max-width: 200px;
    vertical-align: middle;
}

#marketing .logo-centered img.small {
    max-width: 70px;
    margin-top: 100px;
}

#marketing .logo-centered a.btnHelp {
    color: #666;
    padding: 0.7rem 1rem;
    border-radius: 7px;
    text-decoration: none;
    display: inline-block  !important;
    margin: 3px;
    min-width: 190px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: system-ui;
}


#marketing .photovcardcontainer {
    max-width: 240px;
    margin: auto;
}

#marketing .photovcardcontainer .cvbtn {
    position: absolute;
    background: #89c7ba;
    color: #fff;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 6px;
    font-size: 0.7em;
    font-family: sans-serif;
    width: 68px;
    bottom: -13px;
    padding: 0px 1px 0px 4px;
}

.prompt-box-8w {
    background: #89c7ba !important;
}
#marketing .photovcard {
    width:33%;
    float: left;
}
#marketing .photovcard img {
    margin-left: -6px;
    max-width: 73px;
    border-top-left-radius: 10px;
    border-top-right-radius: 20px;
    box-shadow: -10px 4px 11px #0000001a;
}
#marketing .linkedinicon {
    position: absolute;
    bottom: -40px;
    margin-left: -40px;
}

#marketing .linkedinicon img {
    width: 24px;
}

#marketing .logocenteredk {
    width: 160px;
    margin-top: 90px;
    margin-left: 10px;
}


/* [Object] Modal
 * =============================== */
.modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(58 202 199, .8);
    transition: all .25s ease;
    z-index: 999;
}

.modal p, .modal ul, .modal li {
    font-family: initial;
    font-size: 1.1em;
    line-height: normal;
    text-align: justify;
}

.modal li {
    font-size: inherit;
}

.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    background-color: #f9e3e8CC;
}

.modal-state {
    display: none;
}

.modal-state:checked + .modal {
    opacity: 1;
    visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
    top: 0;
}

.modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 1em 2em;
    height: 50%;
    z-index:2;
    font-size: 0.85em;
}

.modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.modal__close:after,
.modal__close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: #ccc;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
    background: #aaa;
}

.modal__close:before {
    transform: rotate(-45deg);
}

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

    .modal__inner {
        width: 90%;
        height: 90%;
        box-sizing: border-box;
    }
}


.decorGlassModal {
    background: #89cbc800 !important;
    padding: 5vh 0px;
    margin-left: 5%;
    margin-right: 5%;
    top:22vh !important;
    width: 90% !important;
    border-radius: 30px;
    backdrop-filter: blur(41px) !important;
    -webkit-backdrop-filter: blur(41px) !important;
    box-shadow: 0px 0px 21px #00000038 !important;
    border: solid 1px #fff;
    color: #c6a237;
}

.taskpill {
    width: 90vw !important;
    height: 50px !important;
    background-color: #fedba647 !important;
    margin: 1% !important;
    margin-bottom: 2% !important;
    border-radius: 50px !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

.messageblockPortrait {
    width: 100vw;
    height: 100vh;
    margin:0 auto;
    text-align: center;
    background-color: #fff;
    color: #999;
    z-index: 9999999 !important;
}


@media screen and (orientation:portrait) {
    .messageblockPortrait {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
}
@media screen and (orientation:landscape) {
    .messageblockPortrait {
        visibility: inherit;
        opacity: 1;
        display: inherit;
    }
}
