
:root {
    --zoom: 1;
    --bgbg: rgb(59, 64, 77);
    --bgbg0: 59, 64, 77;
    --txtrgb: 255, 255, 255;
    --txtrgba: --txtrgb, 1;
    --bgrgb: 0, 0, 0;
    --tipbg: 10, 10, 10;
    --tiptxt: 255, 255, 255;
    --owrbg: 0, 0, 0, 0.5;
    --txtshdw: 0 0 3px var(--bgbg) !important;
    --mbmbg: 255, 255, 255;
    --mbmtxt: 10, 10, 10;
    --mbmselbg: 122, 122, 112;
    --mbmseltxt: 255, 255, 255;
    --cdbg: rgb(55, 55, 55);
    --cdtxt: white;
    --cdbrd: 1px solid rgba(255, 255, 255, 0.15);
    --cdhrbrd: 1px solid rgba(255, 255, 255, 0.15);
    --selstar: rgb(249, 191, 59);
    
}

.light {
    --bgbg: rgb(255, 255, 255);
    /*--bgbg: rgb(247 247 249);*/
    --bgbg0: 255, 255, 255;
    --txtrgb: 0, 0, 0;
    --txtrgba: --txtrgb, 0.5;
    --bgrgb: 255, 255, 255;
    --tipbg: 245, 245, 245;
    --tiptxt: 0, 0, 0;
    --owrbg: 0, 0, 0, 0.5;
    --txtshdw: 0 0 4px var(--bgbg) !important;
    --mbmbg: 245, 250, 245;
    --mbmtxt: 85 89 92;
    --mbmselbg: 85 89 92;
    --mbmseltxt: 245, 245, 245;
    --cdbg: white;
    --cdtxt: rgba(0, 0, 0, 0.8);
    --cdbrd: 1px solid rgb(205, 205, 205);
    --cdhrbrd: 1px solid rgba(55, 55, 55, 0.15);
    --selstar: rgb(255 210 90);
}

body a {
    text-decoration: none !important;
}

body p {
    margin-bottom: 0;
}

hr {
    box-sizing: border-box !important;
}

.title {
    font-size: 4rem;
    font-weight: 200;
}

.font-weight-bold {
    font-weight: bold;
}

.hasqform {
    margin-top: 0px !important;
    /*scroll-behavior: smooth;*/
}

.hasqform body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    background-color: var(--bgbg) !important;
    color: rgb(var(--txtrgb)) !important;
}

.hasqform #wpadminbar {
    display: none !important;
}

.hasqform .site-header {
    display: none !important;
    position: absolute !important;
    z-index: 1000 !important;
    right: 0px !important;
    top: -20px !important;
    width: 100% !important;
}

.hasqform .site-main {
    max-width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.hasqform .site-header * {
    color: rgba(var(--txtrgb), 0.7) !important;
}

.hasqform .site-navigation-dropdown li a {
    background: rgb(var(--mbmbg)) !important;
    color: rgb(var(--mbmtxt)) !important;
}

.hasqform .site-navigation-dropdown li.current-menu-item a {
    background: rgb(var(--mbmselbg)) !important;
    color: rgb(var(--mbmseltxt)) !important;
}

.site-footer {
    margin: 0px !important;
    padding: 0px !important;
}

.hasqform .footer-inner {
    text-align: center !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.hasqform .footer-inner * {
    color: rgba(var(--txtrgb), 0.7) !important;
}

.hasqform .site-navigation {
    display: inline-flex !important;
    width: auto !important;
}

.qtip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.qtip h3 {
    font: calc(14px * var(--zoom)) Arial, Helvetica, sans-serif;
}

.qtip .qtiptext {
    font: calc(10px * var(--zoom)) Arial, Helvetica, sans-serif;
    line-height: 1.5;
    visibility: hidden;
    width: calc(120px * var(--zoom));
    background-color: rgba(10, 10, 10, 0.85);
    color: #fff;
    text-align: center;
    border-radius: calc(6px * var(--zoom));
    padding: calc(5px * var(--zoom)) calc(10px * var(--zoom));
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: calc(-60px * var(--zoom));
    opacity: 0;
    transition: opacity 0.3s;
    /*border: 1px solid rgb(249, 191, 59);*/
    /*border: 1px solid #66afe9;*/
}

.qtip .qtiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: calc(-5px * var(--zoom));
    border-width: calc(5px * var(--zoom));
    border-style: solid;
    border-color: rgba(10, 10, 10, 0.85) transparent transparent transparent;
    border-top-color: inherit;
}

.qtip:hover .qtiptext {
    visibility: visible;
    opacity: 1;
}

.errormessage {
    display: block !important;
    visibility: hidden !important;
}

[aria-invalid="true"] {
    border: 0px !important;
    outline: 2px solid red !important;
}

[aria-invalid="true"] + .errormessage {
    visibility: visible !important;
    color: lightcoral !important;
}

.question-content a {
    text-decoration: none !important;
    color: rgb(59, 187, 210);
}

.cd-hero-slider {
    overflow-x: clip;
    position: relative;
    min-height: max(100vh, 600px);
    /*width: 100vw;*/
    margin: 0px;
    padding: 0px 0px;
    justify-content: center !important;
    flex-grow: 1 !important;
    flex-direction: row !important;
    display: flex !important;
    font-size: 14px;
}

.cd-hero-slider li {
    list-style: none;
}

.cd-hero-slider li.page {
    min-height: max(calc(100vh - 30px), 600px);
    width: calc(100vw - 0px);
    position: absolute;
    border-radius: 1vh;
    margin: 0px 0px;
    max-width: 600px;
    padding: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: rgb(55, 55, 55);
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    color: rgb(255, 255, 255);
    transition: transform 1000ms ease-in, opacity 0ms, z-index 0ms, -webkit-transform 1000ms, visibility 0ms;
    z-index: 2;
}

.light li.page {
    /*background: hsl(206deg 6% 96%);*/
    /*background: hsl(281deg 100% 99%);*/
    /*background: hsl(161deg 6% 99%);*/
    background: rgb(255, 255, 255);
    color: rgb(40, 40, 40);
    box-shadow: 0 0 15px rgb(105 105 105 / 50%);
}

.cd-hero-slider>li.prev {
    z-index: 0;
    transform: perspective(700px) rotateY(45deg) translateZ(-50vw) translateX(0%);
    transform-origin: left;

    position: absolute;
    max-height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: transform 1000ms ease-in, opacity 500ms ease-in, z-index 1000ms, -webkit-transform 1000ms, visibility 500ms !important;
}

.cd-hero-slider>li.prev:has(+ .active) {
    visibility: visible !important;
    opacity: 1;
}

.cd-hero-slider>li.prev .q-content, .cd-hero-slider>li.next .q-content {
    visibility: hidden !important;
    opacity: 0;
}

.cd-hero-slider>li.next {
    z-index: 1;
    transform: perspective(700px) rotateY(-45deg) translateZ(-50vw) translateX(0px);
    transform-origin: right;

    position: absolute;
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
    flex-direction: column-reverse !important;
    transition: transform 1000ms ease-in, opacity 500ms ease-in , z-index 0ms, -webkit-transform 1000ms, visibility 500ms !important;
}

.cd-hero-slider>li.next ~ li.next {
    opacity: 0;
    visibility: hidden !important;
}

.cd-hero-slider>li.prev .btn {
    display: none;
}

.cd-hero-slider>li.next .btn {
    display: none;
}

.q-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: calc(10px * var(--zoom)) calc(-25px * var(--zoom)) 3vh;
    background: rgba(255,255,255,0.05);
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 0 calc(15px * var(--zoom));
}

.qhead {
    margin: calc(10px * var(--zoom)) calc(-35px * var(--zoom)) 3vh;
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 calc(15px * var(--zoom));
    text-align: center;
}

.q-title {
    flex-grow: 1;
    text-align: center;
    font-size: calc(32px * var(--zoom));
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1.7;
    margin: 0;
    color: rgba(var(--txtrgba));
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.question-content, .q-content {
    justify-content: center !important;
    flex-grow: 1 !important;
    flex-direction: column !important;
    display: flex !important;
    transition: visibility 1000ms ease-in-out, opacity 1000ms !important;
}

.question-content {
    transition: visibility 0ms, opacity 0ms !important;
}

.qgroup {
    position: relative;
}

.qgroup input {
    padding-left: calc(42px * var(--zoom)) !important;
}

.qgroup .icon {
    position: absolute;
    left: calc(32px * var(--zoom));
    top: calc(40px * var(--zoom));
    color: grey;
}

.nextq {
    display: none;
}

.cdbox {
    color: var(--cdtxt);
    background: var(--cdbg);
    border: var(--cdbrd);
    border-radius: 2vh;
    max-width: calc(520px * var(--zoom)) !important;
    width: 100vw !important;
    justify-self: center;
    padding: calc(15px * var(--zoom)) min(calc(20px * var(--zoom)), max(calc(10px * var(--zoom)), 100vw - calc(520px * var(--zoom))));
    overflow: hidden visible;
    font-size: calc(14px * var(--zoom));
    box-shadow: 0 0 calc(15px * var(--zoom)) rgb(0 0 0 / 50%);
}

.cdbox .q-sub {
    font-size: 175%;
    padding: calc(10px * var(--zoom));
}

.cdbox .hasrating {
    border: var(--cdhrbrd);
    border-radius: calc(15px * var(--zoom));
    margin-bottom: calc(15px * var(--zoom));
    padding: calc(15px * var(--zoom)) calc(20px * var(--zoom));
    overflow: hidden visible;
}

.text-center {
    text-align: center!important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.lead {
    font-weight: 300;
    line-height: 1.3;
    font-size: 125%;
    margin-bottom: calc(1rem * var(--zoom));
}

.fa-star {
    display: inline-block;
    margin: 2%;
    color: rgba(255,255,255, 0.9);
    transition: transform 600ms ease;
    font-weight: 900;
    font-size: 182%;
}

.fa-star:hover {
    transform: scale(1.2);
}

.rating {
    text-align: center;
    padding-top: calc(1rem * var(--zoom));
}

.rating input[type="number"] {
    opacity: 0;
    max-height: 0px;
}

.rating .sel {
    /*color: rgba(59, 187, 210, 0.9) !important;*/
    color: var(--selstar) !important;
}

.rating .rcur {
    transform: scale(1.8);
}

.rating .rcur:hover {
    transform: scale(1.9);
}

.rating .rcur .qtiptext {
    transition: transform 600ms ease;
    transform: scale(0.7);
}

.rsel {
    display: block;
    position: relative;
    /*font-weight: 900;*/
}

.rsel span {
    position: absolute;
    top: calc(var(--zoom)*10px);
    right: calc(var(--zoom)*20px);
}

.question-content {
    position: relative;
    text-align: center;
}

.btn {
    position: absolute;
    bottom: calc(var(--zoom)*3px);
    display: inline;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
}

a.btn:focus {
    outline: none;
}

.prev-btn {
    left: calc(var(--zoom)*1rem);
}

.next-btn {
    right: calc(var(--zoom)*1rem);
    visibility: hidden;
}

.next-btn2 {
    right: calc(var(--zoom)*1rem);
}

.fa-regular {
    color: rgba(255, 255, 255, 0.3);
    transition: transform 600ms ease;
    /*font-size: 2.5rem;*/
}

.fa-regular:hover {
    transform: scale(1.2);
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.qform {
    text-align: center;
}

.rating {
    min-height: 50vh;
}

.hasrating {
    justify-content: flex-end !important;
}

.qform input {
    display: inline-block;
    width: calc(100% - calc(var(--zoom)*30px)) !important;
    height: calc(var(--zoom)*43px);
    padding: 0px calc(var(--zoom)*14px);
    font-size: calc(var(--zoom)*16px);
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    border: 0.8px solid rgba(0, 0, 0, 0.2) !important;
    outline: 0px solid rgba(6, 106, 171);
    border-radius: calc(var(--zoom)*5px) !important;
    background: rgba(255, 255, 255, 0.7);
    transition: transform 0.15s ease-in-out !important;
}

.qform input:focus {
    /*outline: 2px solid rgba(6, 106, 171);*/
    border-color: #66afe9 !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 calc(var(--zoom)*8px) rgba(102, 175, 233, 0.6);
}

.qform input[type="checkbox"] {
    width: calc(var(--zoom)*1.2rem) !important;
    height: calc(var(--zoom)*1.2rem) !important;
    /*padding: 20px 0px 10px 0px !important;*/
    margin: 0px calc(var(--zoom)*10px) !important;
    vertical-align: middle !important;
}

.qform label {
    display: inline-block !important;
    padding: 0px 0px calc(var(--zoom)*10px) 0px !important;
}

.qform input[type="checkbox"] + label {
    vertical-align: baseline !important;
    padding: calc(var(--zoom)*30px) 0px calc(var(--zoom)*10px) 0px !important;
}

.qform button, .qbtn {
    display: inline-block !important;
    height: calc(var(--zoom)*41px) !important;
    padding: 0 calc(var(--zoom)*15px) !important;
    /*background: rgba(6, 106, 171, 1) !important;*/
    background: hsl(204 100% 35% / 1) !important;
    color: white !important;
    margin: calc(var(--zoom)*20px) 0px calc(var(--zoom)*10px) 0px !important;
    border-radius: calc(var(--zoom)*10px) !important;
    /*border: 3px solid #65baf1 !important;*/
    border: 3px solid hsl(204deg 100% 67% / 0.5) !important;
    font-weight: 500 !important;
    font-size: calc(var(--zoom)*17px) !important;
    line-height: 100% !important;
    cursor: pointer !important;
    transition: transform 0.15s ease-in-out !important;
    position: relative !important;
    text-decoration: none !important;
    outline: 0px solid rgba(6, 106, 171) !important;
}

.light .qform button {
    background: hsl(204 80% 55% / 1) !important;
    border: 3px solid hsl(204deg 100% 67% / 1) !important;
}

.qform button:focus, .qbtn:focus {
    outline: 2px solid hsl(204deg 100% 35% / 0.5) !important;
}

.hidbtn {
    visibility: hidden !important;
}

@media only screen and (max-height: 630px) {
    .cd-hero-slider {
        margin-bottom: min(calc(630px - 100vh), 30px) !important;
    }
}

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

    .hasqform:not(:has(.light)) .site-navigation-toggle-icon {
        color: aliceblue;
    }

    .cd-hero-slider {
        margin-bottom: 30px !important;
    }

    .cd-hero-slider li.page {
        min-height: max(100vh, 600px) !important;
        margin: 0 0 !important;
    }

}

body .light {
    /*background-color: hsl(206deg 16% 96%) !important;*/
    background-color: white !important;
}



.light .q-header, .light .qhead {
    background: rgba(0, 0, 0, 0.01);
    border-top: 1px solid rgba(55, 55, 55, 0.15);
    border-bottom: 1px solid rgba(55, 55, 55, 0.15);
}

.qpaging {
    color: rgba(255, 255, 255, 0.3);
    font-size: calc(var(--zoom)*1.3em);
    font-weight: 500;
}

.light .fa-regular, .light .fa-star, .light .qpaging {
    color: rgba(55, 55, 55, 0.15);
}

:root {
    --qcbg: rgba(255, 255, 255, 0.05);
    --qcbg2: green;
    --qcbr: gray;
    --qcbr2: lightgreen;
    --qctxt: white;
}

.light {
    --qcbg: rgba(0, 0, 0, 0.05);
    --qcbg2: lightgreen;
    --qcbr: rgba(55, 55, 55, 0.15);
    --qcbr2: green;
    --qctxt: rgb(40, 40, 40);
}

.qchecklist label {
    display: inline-block;
    justify-items: end;
    border: 1px solid var(--qcbr);
    border-radius: 4px;
    background-color: var(--qcbg);
    width: 93%;
    margin: 0.8%;
    padding: 1.2%;
    text-align: center;
    color: var(--qctxt);
}

.qchecklist input[type="checkbox"] {
    display: none;
    /*display: inline-block;*/
}

.qchecklist input[type="checkbox"]:checked+label {
    border: 1px solid var(--qcbr2);
    background-color: var(--qcbg2);
}

