:root {
    --purple: #5524e0;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
    height: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

body {
    background-color: #fcfcfc;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4em;
    min-height: 100%;
    font-size: 1em;
    margin: 0;
    height: 100%;
    color: #131c26;
}

body.auto-height {
    height: auto;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}

.white-label-green .container.dashboard-section {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

h1 {
    display: block;
    color: #131c26;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    width: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    float: none;
    font-family: 'Open Sans', sans-serif;
    color: #2ecc71;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.white-label-green h2 {
    color: #57b228;
    line-height: 1.4;
}

h3 {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    float: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}

h4 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    clear: left;
    color: #2ecc71;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    display: block;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    color: #131c26;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
}

select {
    border-radius: 6px;
}

a, a:hover, a:focus, a:active, a:target {
    text-decoration: none;
    color: inherit;
}

.button {
    display: inline-block;
    padding: 4px 15px;
    border-radius: 6px;
    background-color: #8e60d6;
    box-shadow: rgba(255, 255, 255, 0.27) 0px 22px 33px -16px inset, rgba(255, 255, 255, 0) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px -4px 0px 0px inset;
    -webkit-transition: box-shadow 500ms ease-out, background-color 500ms ease-out;
    -o-transition: box-shadow 500ms ease-out, background-color 500ms ease-out;
    transition: box-shadow 500ms ease-out, background-color 500ms ease-out;
    color: white;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    outline: none;
}

.button:hover {
    background-color: #9d6bed;
    color: white;
    text-decoration: none;
    box-shadow: rgba(255, 255, 255, 0.4) 0px 22px 33px -16px inset, rgba(255, 255, 255, 0.09) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.09) 0px -4px 0px 0px inset;
}

.companylogo {
    margin: 8px;
    height: 34px;
}

.left {
    clear: left;
}

.section {
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px;
}

.section.footer {
    border-top: 1px solid #bbb;
    background-color: #ffffff;
}

.section.footer.fixed {
    position: fixed;
    bottom: 0px;
}

.section.landing {
    padding-top: 7%;
    padding-bottom: 7%;
}

.section.landing.landing_grey {
    background: #f0f0f0;
}

.section.testimonials {
    float: left;
    padding: 40px 0 80px;
}

.col.span_1_of_3.testimonial-card {
    border-radius: 30px;
    padding: 15px;
    background-color: #ffffff;
    position: relative;
}

@media only screen and (min-width: 1001px) {
    .col.span_1_of_3.testimonial-card {
        width: 30.33333%;
        margin: 0% 1.5% 0% 1.5%;
    }
}

.testimonials-title {
    font-size: 2.4em;
    text-align: center;
    line-height: 1.8em;
    font-weight: 700;
    padding-top: 10px;
    letter-spacing: 0.8px;
    word-spacing: 3px;
    width: 80%;
    margin: 0 auto;
}

.testimony-text {
    padding: 16px 0;
    #font-weight: 600;
    #font-style: italic;
    float: left;
    margin-left: 16px;
    margin-top: -14px;
    margin-bottom: 20px;
}

.testimonial-offer-label {
    color: #606060;
    float: right;
    clear: right;
    margin-top: 9px;
    margin-bottom: 9px;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    text-align: center;
}

.offer-block {
    margin: 0 auto;
    width: auto;
}

.offer-block#filipe {
    width: 148px;
}

.offer-block#ricardo {
    width: 156px;
}

.offer-block#sherzat {
    width: 200px;
}

.offer-company {
    float: left;
    margin: 0px 3px;
    background-color: var(--purple);
    color: white;
    font-weight: 400;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.read-more-text {
    display: none;
}

.read-more-trigger {
    float: right;
    color: var(--purple);
    -webkit-transition: color 400ms ease;
    -o-transition: color 400ms ease;
    transition: color 400ms ease;
    font-size: 12px;
    font-weight: 600;
    margin-right: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 18px;
    right: 18px;
}

.card-box {
    float: left;
    width: 100%;
    margin-top: 26px;
}

.card-box.testimonials {
    #margin-top: 40px;
}

.face-wrap {
    width: 90px;
    height: 90px;
    margin: 10px;
    float: left;
}

.testimonial-face {
    height: 90px;
    width: 90px;
    cursor: pointer;
    border-radius: 100px;
    float: left;
}

.testimonial-person-block {
    float: left;
    width: 100%;
    clear: both;
}

.testimonial-name-block {
    float: left;
    width: calc(100% - 140px);
    margin-right: 20px;
}

.testimonial-person-name {
    float: right;
    clear: both;
    display: block;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    width: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}

.container.signup {
    max-width: 457px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0.8% 1% 0.8%;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 98.4%;
}

.span_2_of_3 {
    width: 65.07%;
}

.span_1_of_3 {
    width: 31.73%;
}

/*  ADD SIDES MARGIN BELOW 1000px */
@media only screen and (max-width: 1000px) {
    .span_1_of_3 {
        margin: 1% 8% 1% 8%;
    }

    .span_1_of_3 {
        width: 84%;
    }
}

/*  ADD MORE SIDES MARGIN BELOW 767px */
@media only screen and (max-width: 767px) {
    .col {
        margin: 5% 15% 1% 15%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 70%;
    }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 2% 2% 2% 2%;
    }
}

@media only screen and (max-width: 480px) {
    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 96%;
    }
}

.centerText {
    text-align: center;
}

.section.offWhiteSection {
    background-color: #f0f0f0;
}

.news-coverage-section {
    width: 100%;
    background-color: rgba(66, 65, 65, 0.9);
}

.news-coverage-box {
    display: flex;
}

.news-coverage-list {
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: 50%;
    justify-content: space-around;
}

.news-coverage-section a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 5px 10px;
}

@media (min-width: 480px) {
    .news-coverage-list {
        padding: 5px 10px;
    }

    .news-coverage-section a {
        height: 60px;
        padding: 15px 10px;
    }
}

.news-coverage-section .product-hunt-logo > img {
    filter: none;
    width: 200px
}

.news-coverage-section .udacity-logo {
    width: 150px
}

.news-coverage-section .product-hunt-logo,
.news-coverage-section .udacity-logo,
.news-coverage-section .business-insider-logo {
    line-height: 60px;
    padding: 5px 10px;
}

.news-coverage-section img {
    max-height: 100%;
    filter: invert(30%) brightness(160%);
}

.light-green-text {
    color: #72ff92;
    text-shadow: -1px 0 #2ecc71, 0 1px #2ecc71, 1px 0 #2ecc71, 0 -1px #2ecc71;
    letter-spacing: 2px;
}

.landingFeaturePic {
    height: 65px;
    width: 65px;
    margin: 0px auto 0px;
}

.cardText {
    clear: left;
    text-align: center;
}

.hero-container {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0;
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.landing-call-to-action-btn {
    height: auto;
    display: inline-block;
    padding: 14px 30px;
    margin-top: 5%;
    border-radius: 5px;
    background-color: var(--purple);
    box-shadow: rgba(255, 255, 255, 0.12) 0px 22px 33px -16px inset, rgba(255, 255, 255, 0) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 0px 0px inset;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    color: white;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 6;
    font-size: 1.5em;
    word-spacing: 4px;
    letter-spacing: 1.5px;
}

.landing-call-to-action-btn:hover,
.landing-call-to-action-btn:focus,
.landing-call-to-action-btn:active {
    #box-shadow: rgba(255, 255, 255, 0.4) 0px 22px 33px -16px inset, rgba(255, 255, 255, 0.09) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.09) 0px -4px 0px 0px inset;
    border-width: 0px;
    color: white;
    text-decoration: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

.landing-call-to-action-btn#try-demo {
    background-color: #2ecc71;
    margin-right: 20px;
}

.landing-call-to-action-btn#try-demo:hover {
    background-color: #32dd7a;
}

.landing-call-to-action-btn#get-started, .landing-call-to-action-btn#cta {
    margin: 1% auto;
    background-color: var(--purple);
}

.landing-call-to-action-btn#get-started:hover, .landing-call-to-action-btn#cta:hover {
    filter: brightness(120%);
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.featureCard {
    padding: 0px;
}

.value-container {
    padding: 0 10%;
}

.valueTitleBlock {
    margin: 0px auto 10px;
    text-align: center;
}

.landingValueSubTitle {
    clear: both;
    margin: 0px auto 10px;
    padding: 0px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    color: #555;
}

.landingValueTitle {
    clear: both;
    padding: auto;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.2em;
    color: #131c26;
}

.landingValueTitleEmphasize {
    color: var(--purple);
    font-weight: 700;
    #text-shadow: -1px 0 #2ecc71, 0 1px #2ecc71, 1px 0 #2ecc71, 0 -1px #2ecc71;
}

.landingValueText {
    letter-spacing: 0px;
    word-spacing: 0px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    font-size: 1.5em;
    max-width: 750px;
    margin: 40px auto;
    color: #131c26;
}

.landingValueText.bottom {
    margin: 30px auto 20px;
}

.works-title {
    margin: 0px auto 5%;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
}

.works-title_purple {
    color: #8063ab;
}

.works-title_uppercase {
    text-transform: uppercase;
}

.worksCard {
    padding: 0.5%;
}

.sessionScreenImg {
    text-align: center;
    width: 75%;
    margin: 30px auto 0px;
}

.session-pic {
    min-width: 1px;
    min-height: 1px;
}

.circle {
    clear: both;
    margin: 0px auto 8px;
    height: 50px;
    width: 50px;
    padding: 0px;
    background-color: #fff;
    border-radius: 100px;
    border: 3px solid var(--purple);
}

.works-number {
    font-family: Bitter, serif;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    color: var(--purple);
    font-weight: 700;
    font-size: 23px;
    white-space: nowrap;
    text-align: center;
}

.works-number_purple {
    color: var(--purple);
}

.backgroundLabel {
    margin-top: 3px;
    margin-right: 12px;
    margin-bottom: 3px;
    padding-top: 7px;
    padding-bottom: 3px;
    float: left;
    clear: left;
}

.backgroundLabel.exp-title {
    margin-top: 6px;
}

.backgroundLabel.experienceLabel {
    width: 82px;
    font-weight: 400;
}

.input {
    border-radius: 5px;
    border: 1px solid #9f9f9f;
    height: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.scoreblock {
    width: 50%;
    margin: 40px -25px 50px 15px;
    padding-top: 2px;
    float: right;
    border: 0px solid #2ecc71;
}

.scoreblock.scoreblockleft {
    width: 510px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 40px;
    margin-left: -25px;
    padding: 10px 20px 20px;
    float: left;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 6px;
    background-color: white;
}

.scoreblock.dashboardcalltoactionblock {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 27px;
    padding-left: 40px;
}

.right {
    float: right;
}

.dashboardtabletitle {
    margin-bottom: 10px;
    margin-left: -25px;
    padding-left: 3px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
}

.interviewstable {
    width: 105.5%;
    margin-right: -25px;
    margin-left: -25px;
    float: none;
    clear: left;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
}

.dashboardInterviewsSection {
    display: block;
    width: auto;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 20px;
}

.dashboardcalltoactiontext {
    width: 364px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Bitter, serif;
    font-size: 30px;
    line-height: 36px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
}

.interview-credit {
    width: 355px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Bitter', serif;
    font-size: 13px;
    line-height: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #777;
}

.text-link {
    color: var(--purple);
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    -webkit-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
}

.text-link.bitter {
    font-family: 'Bitter', serif;
}

.text-link:hover {
    color: var(--purple);
    text-decoration: none;
}

.white-label-green .text-link {
    color: #57b228;
}

.white-label-green .text-link:hover {
    color: #328a2e;
    text-decoration: underline;
}

.signonbutton {
    width: 100%;
    margin-top: 12%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #8e60d6;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.signonbutton.feedback-btn {
    margin-top: 30px;
    font-weight: 500;
    cursor: pointer;
}

.signonbutton.submission-btn {
    margin-top: 30px;
    font-weight: 500;
}

.signonbutton:hover {
    background-color: #9d6bed;
    box-shadow: rgba(255, 255, 255, 0.49) 0px 22px 33px -16px inset, rgba(255, 255, 255, 0.09) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.09) 0px -4px 0px 0px inset;
}

.white-label-green .signonbutton:hover {
    background-color: #328a2e;
}

.nav-unit {
    -webkit-transition: height 0.5s cubic-bezier(.7, -.7, .3, 1.7);
    -moz-transition: height 0.5s cubic-bezier(.7, -.7, .3, 1.7);
    transition: height 0.5s cubic-bezier(.7, -.7, .3, 1.7);
    padding: 50px 0 0 0;
}

.nav-unit + div {
    -webkit-transition: all 0.5s cubic-bezier(.7, -.7, .3, 1.7);
    -moz-transition: all 0.5s cubic-bezier(.7, -.7, .3, 1.7);
    transition: all 0.5s cubic-bezier(.7, -.7, .3, 1.7);
}

.notificationpanel {
    position: fixed;
    left: 0px;
    top: 50px;
    right: 0px;
    z-index: 99;
    display: in;
    overflow-y: hidden;
    height: 0;
    margin-top: 0px;
    border-style: solid solid none;
    border-width: 0px;
    background-color: var(--purple);
    -webkit-transition: height 0.5s cubic-bezier(.7, -.7, .3, 1.8);
    -moz-transition: height 0.5s cubic-bezier(.7, -.7, .3, 1.8);
    transition: height 0.5s cubic-bezier(.7, -.7, .3, 1.8);
}

.notification-call-to-action {
    color: #ffffff;
    background-color: #8e60d6;
    padding: 3px 8px;
    margin-left: 4px;
    border-radius: 6px;
    font-weight: 600;
    word-spacing: 1px;
    text-shadow: none;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.flashButton {
    color: #fff;
    text-decoration: none;
    text-overflow: ellipsis;
    text-shadow: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    line-height: 200%;
    overflow: hidden;
    background-color: var(--purple);
    transition: background-color 200ms ease-in;
    padding: 0 8px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 0 0 0 8px;
}

.flashButton:hover {
    color: var(--purple);
    background-color: #fff;
}

.notification-call-to-action:hover, .notification-call-to-action:active, .notification-call-to-action:focus {
    background-color: #a370f7;
    text-decoration: none;
    color: #ffffff;
}

.notificationtext {
    display: block;
    margin-top: 0px;
    padding: 10px;
    line-height: 150%;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
}

.notificationActionHighlight {
    #color: #ccffe0;
    font-weight: 800;
    #text-shadow: #ffffff 0px 0px 30px;
    text-shadow: #0e4a27 0px 0px 6px;
}

.hidden {
    display: none;
}

.site-footer {
    position: static;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
    clear: both;
    font-weight: 400;
    /*border-top: 1px solid #bbb;*/
    border-bottom-color: #bbb;
    background-color: white;
}

.site-footer.fixed {
    position: fixed;
}

.footersocialjointext {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    float: none;
    clear: none;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.footersociallinksblock {
    display: block;
    height: 45px;
    margin-top: 3px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
}

.footercompanycopyrightlabel {
    display: block;
    padding-top: 12px;
    padding-bottom: 4px;
    float: none;
    font-size: 1em;
    text-align: center;
}

.footer-contact-us {
    display: block;
    padding-bottom: 10px;
    float: none;
    font-size: 0.9em;
    color: #333;
    text-align: center;
}

.footer-hello-email {
    color: var(--purple);
    text-decoration: underline;
}

.footerlinkedinlink {
    width: 35px;
    height: 35px;
    min-width: 0px;
    background-image: url('/live/oe_/https://www.pramp.com/img/LinkedinGreen.png');
    background-size: 35px;
    background-repeat: no-repeat;
}

.footerlinkedinlink:hover {
    background-image: url('/live/oe_/https://www.pramp.com/img/LinkedinPurple.png');
}

.footerfacebooklink {
    width: 35px;
    height: 35px;
    min-width: 0px;
    background-image: url('/live/oe_/https://www.pramp.com/img/FacebookGreen.png');
    background-size: 35px;
    background-repeat: no-repeat;
}

.footerfacebooklink:hover {
    background-image: url('/live/oe_/https://www.pramp.com/img/FacebookPurple.png');
}

.footergoogleplink {
    width: 35px;
    height: 35px;
    min-width: 0px;
    background-image: url('/live/oe_/https://www.pramp.com/img/GooglePlusGreen.png');
    background-size: 35px;
    background-repeat: no-repeat;
}

.footergoogleplink:hover {
    background-image: url('/live/oe_/https://www.pramp.com/img/GooglePlusPurple.png');
}

.footertweeterlink {
    width: 35px;
    height: 35px;
    min-width: 0px;
    background-image: url('/live/oe_/https://www.pramp.com/img/TwitterGreen.png');
    background-size: 35px;
    background-repeat: no-repeat;
}

.footertweeterlink:hover {
    background-image: url('/live/oe_/https://www.pramp.com/img/TwitterPurple.png');
}

.div-50px-height {
    width: 100%;
    height: 50px;
    float: left;
    clear: both;
    display: block;
}

.plainText {
    display: inline-block;
    width: 600px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: left;
    clear: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.feedback-rating-block {
    align-items: center;
    display: flex;
    width: 600px;
    margin: 10px 0 10px 0;
}

.feedback-question {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
}

.feedback-text-input {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    float: left;
    clear: left;
    border-radius: 6px;
    display: inline-block;

}

.feedback-text-input.big-text {
    min-height: 98px;
}

.feedback-text-input.small-comment {
    height: 38px;
}

.feedbackstar {
    width: 26px;
    height: 26px;
    margin-right: 2px;
    margin-left: 2px;
    color: #9d6bed;
}

.feedbackratinglabel {
    display: inline-block;
    margin-right: 15px;
    padding-top: 10px;
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.feedbackform {
    display: block;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
}

.feedback-section-title,
.feedback-section-subtitle {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-spacing: 3px;
    line-height: 1.3;
    text-align: center;
    font-size: 22px;
    display: block;
    margin: 15px 0 20px 0px;
    color: #131c26;
    float: none;
}

.feedback-section-subtitle {
    text-decoration: underline;
    font-size: 16px;
}

.feedback-pass-rating {
    position: relative;
    overflow: hidden;
    margin: 10px 0 10px 20px;
}

.feedback-pass-radio-button {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 130px;
}

.feedback-pass-radio-button__label {
    font-weight: 600;
    line-height: 1;
    background: #f2f2f2;
    text-align: center;
    display: inline-block;
    padding: 12px 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    color: #4f5154;
}

.feedback-pass-radio-button__label:hover {
    background-color: #e0e0e0;
}

.feedback-pass-radio-button__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.feedback-pass-radio-button__input:checked ~ .feedback-pass-radio-button__label {
    background-color: rgba(141, 95, 217, 0.2);
    color: #8d5fd9;
}

.feedback-pass-radio-button__input:checked ~ .feedback-pass-radio-button__label:hover {
    background-color: rgba(141, 95, 217, 0.3);
}


.numberlabel {
    display: inline-block;
    width: 20px;
    margin-top: 10px;
    float: left;
    clear: left;
    font-size: 16px;
    line-height: 24px;
}

.feedback-question-block {
    margin-bottom: 30px;
}

.feedback-question-block:nth-last-child(1) {
    margin-bottom: 0;
}

.feedback-nps-rating {
    width: 26px;
    height: auto;
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 1px;
    padding-left: 0px;
    float: left;
    font-size: 16px;
    font-weight: 400;
}

.feedback-nps-button-label {
    display: block;
    margin-top: 3px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4px;
    padding-left: 0px;
    float: none;
    clear: none;
    color: #131c26;
    font-weight: 400;
    text-align: center;
}

input.feedback-nps-radio-button[type="radio"] {
    display: block;
    margin: 0 auto;
!important;
    float: none;
!important;
    clear: none;
    border: 0 solid black;
    cursor: pointer;
}

.feedback-nps-radio-button:checked + .feedback-nps-button-label {
    color: #a26ef4;
    font-weight: 700;
}

.feedback-nps-label {
    padding-top: 2px;
    float: left;
    color: #27ae60;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}

.feedback-nps-label.left {
    margin-right: 20px;
}

.feedback-nps-label.right {
    margin-left: 20px;
}

.feedback-question-title {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.feedback-dropdown {
    margin-left: 20px;
    margin-top: 10px;
    height: 30px;
    width: 220px;
    float: left;
    clear: left;
    line-height: 30px;
    padding: 3px;
}

.feedback-dropdown-details {
    float: left;
    clear: none;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 6px;
    width: 370px;
    height: 30px;
    padding-left: 8px;
}

.arrow-right {
    width: 14px;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #8e60d6;
    margin-top: 11px;
    padding-top: 0px;
    float: left;
}

.textlink {
    -webkit-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out;
}

.settinglonginput {
    width: 480px;
    margin-top: 0px;
    margin-bottom: 12px;
    float: left;
    border-radius: 5px;
    padding-left: 36px;
}

.settingsform {
    display: block;
    width: 480px;
    margin-right: auto;
    margin-left: auto;
}

.feedback-interview-question__label {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    margin-left: 5px;
    clear: left;
    font-weight: 600;
}

.feedback-interview-question__title {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #8e60d6;
    clear: none;
    display: inline;
    margin-left: 8px;
    font-weight: 700;
    cursor: pointer;
}

.cardText {
    text-align: center;
}

.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 105px;
    height: 26px;
    overflow: hidden;
    position: relative;
    background: url('/live/oe_/https://www.pramp.com/img/stars/GreyStar52px.png');
    background-size: contain;
}

.star-rating._5-stars {
    width: 130px;
}

.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
    z-index: 1;
    background: url('/live/oe_/https://www.pramp.com/img/stars/PurpleStar52px.png');
    background-size: contain;
}

.star-rating._5-stars i {
    width: 20%;
}

.star-rating input {
    opacity: 0;
    display: inline-block;
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.star-rating._5-stars input {
    width: 20%;
}

.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}

.star-rating i ~ i {
    width: 50%;
}

.star-rating i ~ i ~ i {
    width: 75%;
}

.star-rating i ~ i ~ i ~ i {
    width: 100%;
}

.star-rating._5-stars i ~ i {
    width: 40%;
}

.star-rating._5-stars i ~ i ~ i {
    width: 60%;
}

.star-rating._5-stars i ~ i ~ i ~ i {
    width: 80%;
}

.star-rating._5-stars i ~ i ~ i ~ i ~ i {
    width: 100%;
}

.feedback-rating-legend {
    width: auto;
    margin-left: 20px;
    text-align: left;
}

.feedback-rating-legend.dashboard {
    text-align: left;
}

.feedback-rating-legend.hidden {
    visibility: hidden;
}

.feedback-rating-legend-title {
    width: 100%;
    clear: both;
    font-weight: 700;
    letter-spacing: 0.5px;
    word-spacing: 2px;
    color: #27ae60;
}

.feedback-rating-legend-details {
    width: 100%;
    clear: both;
    font-weight: 400;
    font-size: 13px;
    color: #1f904f;
}

.DashboardTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.white-label-blue .DashboardTable {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.white-label-green .DashboardTable {
    border: 0;
}

.DashboardTable th,
.DashboardTable td {
    padding: 7px 24px;
}

th, td {
    text-align: left;
    padding: 7px;
}

th {
    font-weight: 600;
    color: #27ae60;
    text-align: center;
    background-color: white;
    font-size: 13px;
    border-bottom: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #ccc;
    border-style: solid;
}

.white-label-blue th {
    border-style: none;
    font-weight: 300;
}

tr {
    font-size: 13px;
    background-color: #fafafa;
}

td {
    text-align: center;
}

tr.alt td {
    background-color: #f0f0f0;
}

.DashboardTable__feedback {
    white-space: nowrap;
}

a.regLink {
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    padding: 0.5px 8px;
    color: #131c26;
    border-width: 1px;
    font-weight: 600;
    border-style: solid;
    border-color: #ccc;
    background-color: white;
}

a.regLink:Hover {
    color: #8e60d6;
}

a:hover {
    cursor: pointer;
}

.mixpanel-badge {
    position: absolute;
    margin-top: 15px;
}

.cardText {
    text-align: center;
}

.page-404-container {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 80px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.inline-block {
    max-width: 100%;
    display: inline-block;
}

@media (max-width: 991px) {
    .landing-call-to-action-btn#try-demo {
        display: inline-block;
    }

    .landingValueText, .landingValueText.bottom {
        margin: 8% 3%;
        padding: 0;
        font-size: 1.2em;
    }

    .testimonials-title {
        font-size: 1.5em;
    }

    h1.landingValueTitle {
        font-size: 2.4em;
    }

    h3.landingValueSubTitle {
        font-size: 2em;
    }
}

@media (max-width: 767px) {
    .landing-call-to-action-btn {
        padding: 10px 30px;
        font-size: 1.2em;
        word-spacing: 3px;
    }
}

@media (max-width: 620px) {
    .hero-section {
        padding-bottom: 90%;
    }

    .landing-call-to-action-btn {
        padding: 10px 30px;
        font-size: 1.2em;
        word-spacing: 3px;
    }

    .value-container {
        padding: 3% 5%;
    }
}

@media (max-width: 490px) {
    .hero-section {
        padding-bottom: 120%;
    }

    .news-coverage-box {
        display: flex;
        flex-direction: column;
    }

    .news-coverage-list {
        display: flex;
        width: 100%;
        padding: 3px 10px;
        justify-content: space-between;
    }

    .landing-call-to-action-btn {
        padding: 8px 24px;
        font-size: 1em;
        word-spacing: 2px;
    }
}

@media (max-width: 325px) {
    .landing-call-to-action-btn {
        margin-top: 12%;
    }
}

.submissionform {
    display: block;
    width: 620px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
}

.submissionfield {
    width: 100%;
    height: 175px;
}

.submissionownerform {
    display: block;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    text-align: center;
}

.submissionownerlabel {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    clear: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.submissionownerfield {
    height: 25px;
    width: 100%;
}

/* Header */

.header {
    background-color: #fff;
    border-radius: 0;
    border-width: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 1px;
    position: fixed;
    z-index: 101;
    height: 50px;
    right: 0;
    left: 0;
    top: 0;
}

.header__container {
    max-width: 1100px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .header__logo {
        padding: 0 0 0 20px
    }
}

.header__by-exponent {
    font-size: 12px;
    color: #424141;
    font-weight: 400;
    padding-top: 10px;
}

/* Navigation */
.navigation {
    justify-content: flex-end;
    visibility: visible;
    display: flex;
    flex: 1 1 auto;
}

.navigation__link {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.4;
    white-space: nowrap;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    outline: none;
    display: inline-block;
    padding: 15px 20px;
    color: #131c26;
}

.navigation__link:hover,
.navigation__link_active {
    background-color: #f0f0f0;
    text-shadow: none;
    transition: all ease .3s;
}

.navigation__link_middle {
    padding: 8px 20px;
}

.navigation__menu {
    display: inline-block;
}

.navigation__dropdown {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 1px;
    max-height: 0;
    visibility: hidden;
    transition: max-height 0.2s ease-in, opacity 0.2s ease-in;
    position: absolute;
    opacity: 0;
    display: flex;
    right: 0;
    top: 98%;
}

.navigation__dropdown_active {
    max-height: 400px;
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .navigation__menu {
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .navigation {
        justify-content: flex-start;
        background-color: #9c6de2;
        visibility: hidden;
        transition: max-height 0.2s ease-in, opacity 0.2s ease-in;
        max-height: 0;
        text-align: right;
        position: absolute;
        opacity: 0;
        width: 100%;
        top: 98%;
    }

    .navigation_active {
        max-height: 400px;
        visibility: visible;
        opacity: 1;
    }

    .navigation__link {
        text-shadow: none;
        padding: 20px;
        color: #d9c8f4;
    }

    .navigation__dropdown {
        background-color: #8e60d6;
        flex-direction: row;
        box-shadow: none;
        width: 100%;
    }
}

@media screen and (max-width: 565px) {
    .navigation {
        flex-direction: column;
    }

    .navigation__link {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 20px 10px;
        display: block;
    }

    .navigation__dropdown {
        background-color: #9c6de2;
        flex-direction: column;
        width: 100%;
    }
}

/* Navigation Button */
.navigation-button {
    user-select: none;
    background: none;
    position: absolute;
    display: none;
    outline: none;
    padding: 16px;
    color: #000;
    margin: 0;
    border: 0;
    cursor: pointer;
    right: 0;
    top: 0;
}

.navigation-button_active {
    background-color: #9c6de2;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .navigation-button {
        display: block;
    }
}

/*footer*/

.site-footer {
    display: flex;
    flex-direction: column;
}

.site-footer .leftblock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.footer-contact-us {
    padding-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: auto;
}

.footer-contact-us,
.site-footer__join-us {
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    display: flex;
    flex: 1 1 50%;
}

.footer-contact-us .footersocialjointext {
    padding-right: 10px;
}

.footercompanycopyrightlabel {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #393939;
    height: auto;
    line-height: 1.3;
    white-space: nowrap;
}

.rightblock .footersocialjointext {
    font-size: 16px;
    color: #949494;
    height: auto;
    white-space: nowrap;
    flex: 0;
}

.site-footer {
    justify-content: space-between;
}

.footersociallinksblock {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}

.footersociallinksblock, .footersocialjointext {
    margin: 0;
    padding: 0;
    height: auto;
}

.footersocialjointext {
    display: inline-block;
}

.section.footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.leftblock .mivpanel-wrap {
    margin-right: 10px;
    margin-bottom: 5px;
}

.mixpanel-badge {
    margin-top: 0;
    position: relative;
}

.page-title {
    float: none;
    font-family: 'Open Sans', sans-serif;
    color: #2ecc71;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

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

.start-practicing {
    text-align: center;
    margin: 60px 0 0 0;
}

.start-practicing__button {
    background-color: var(--purple);
    border-radius: 10px;
    line-height: 1;
    box-shadow: none;
    padding: 15px 55px;
    margin: 0;
}

.start-practicing__button:hover,
.start-practicing__button:focus,
.start-practicing__button:active {
    filter: brightness(120%);
}

/**
 * Footer Navigation
 */
.footer-nav {
    justify-content: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: flex;
}

.footer-nav__link {
    text-decoration: underline;
    text-transform: uppercase;
    border-right: 1px solid #ccc;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 15px;
    color: #131c26;
}

.footer-nav__link:hover {
    text-decoration: none;
}

.footer-nav__link:last-child {
    border: none;
}

/*WHITE LABEL */
/*BLUE -----*/
.white-label-blue .feedback-rating-legend-title {
    color: black;
}

.white-label-blue .feedback-rating-legend-details {
    color: gray;
}

.white-label-blue .feedback-interview-question__title a {
    color: #0174b1
}

.white-label-blue .feedback-nps-label {
    color: #0174b1
}

.white-label-blue .feedback-nps-radio-button:checked + .feedback-nps-button-label {
    color: #0174b1
}

.white-label-blue .introduce-tooltip-placeholder {
    color: #0174b1
}

.white-label-blue .star-rating i {
    background: url('/live/oe_/https://www.pramp.com/img/stars/blueStar.png');
    background-size: contain;
}

.white-label-cyan .star-rating i {
    background: url('/live/oe_/https://www.pramp.com/img/stars/cyanStar.png');
    background-size: contain;
}


.white-label-blue .feedback-pass-radio-button__input:checked ~ .feedback-pass-radio-button__label {
    background: #0174b1;
    color: white;
}

.white-label-blue .signonbutton {
    background: #0174b1;
    color: white;
}

/*GREEN -----*/
.white-label-green .feedback-rating-legend-details {
    color: gray;
}

.white-label-green .feedback-interview-question__title a {
    color: #0c81d9;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

.white-label-green .feedback-interview-question__title u {
    text-decoration: none;
}

.white-label-green .feedback-nps-label {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8f8f8f;
}

.white-label-green .feedback-nps-radio-button:checked + .feedback-nps-button-label {
    color: black
}

.white-label-green .introduce-tooltip-placeholder {
    color: black
}

.white-label-green .star-rating i {
    background: url('/live/oe_/https://www.pramp.com/img/stars/darkGreenStar.png');
    background-size: contain;
}

.white-label-green .feedback-pass-radio-button__input:checked ~ .feedback-pass-radio-button__label {
    border-radius: 18px;
    background-color: #57b228;
    color: white;
}

.white-label-green .feedback-pass-radio-button__label {
    border-radius: 18px;
}

.white-label-green .signonbutton {
    /*background: #57b228;*/
    color: white;
    /*width: 169px;*/
    /*height: 36px;*/
    border-radius: 18px;
    background-color: #57b228;
}

.white-label-green .feedback-rating-legend-title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: black
}

.white-label-green .feedback-question {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: -0.2px;
    color: #a3a3a3;
    margin-top: 0;
}

.white-label-green .feedback-question-title {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.4px;
    color: #000000;
}

.white-label-green .feedback-interview-question__label {
    color: #a3a3a3;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    margin-left: 0;
    padding-left: 0;
}

.white-label-green .feedback-section-title {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    text-transform: none;
    text-align: left;
    margin-bottom: 0;
}

.white-label-green .feedback-question div p {
    padding-left: 0;
    margin-left: 0;
}

.white-label-green .feedback-text-input {
    color: #404040;
}

.white-label-green .feedback-pass-rating {
    margin-left: 0;
}

.white-label-green .feedback-header-subtitle {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #8f8f8f;
    padding-left: 0;
    margin-bottom: 16px;
}

.white-label-green .feedback-question-block {
    margin-bottom: 16px;
    border-radius: 12px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 16px;
}

.white-label-green .feedback-text-input {
    border: 1px solid #e6e9ec;
}

.white-label-green .feedback-question-block-intro .feedback-question-label {
    color: black
}

/*CYAN -----------------------------------*/
.white-label-cyan .feedback-rating-legend-details {
    color: gray;
}

.white-label-cyan .feedback-interview-question__title a {
    color: #355899;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

.white-label-cyan .feedback-interview-question__title u {
    text-decoration: none;
}

.white-label-cyan .feedback-nps-label {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8f8f8f;
}

.white-label-cyan .feedback-nps-radio-button:checked + .feedback-nps-button-label {
    color: black
}

.white-label-cyan .introduce-tooltip-placeholder {
    color: black
}

.white-label-cyan .feedback-pass-radio-button__input:checked ~ .feedback-pass-radio-button__label {
    border-radius: 18px;
    background-color: #355899;
    color: white;
}

.white-label-cyan .feedback-pass-radio-button__label {
    border-radius: 18px;
}

.white-label-cyan .signonbutton {
    color: white;
    border-radius: 18px;
    background-color: #355899;
}

.white-label-cyan .feedback-rating-legend-title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: black
}

.white-label-cyan .feedback-question {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: -0.2px;
    color: #a3a3a3;
    margin-top: 0;
}

.white-label-cyan .feedback-question-title {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.4px;
    color: #000000;
}

.white-label-cyan .feedback-interview-question__label {
    color: #a3a3a3;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    margin-left: 0;
    padding-left: 0;
}

.white-label-cyan .feedback-section-title {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    text-transform: none;
    text-align: left;
    margin-bottom: 0;
}

.white-label-cyan .feedback-question div p {
    padding-left: 0;
    margin-left: 0;
}

.white-label-cyan .feedback-text-input {
    color: #404040;
}

.white-label-cyan .feedback-pass-rating {
    margin-left: 0;
}

.white-label-cyan .feedback-header-subtitle {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #8f8f8f;
    padding-left: 0;
    padding-bottom: 16px;
}

.white-label-cyan .feedback-question-block {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 16px;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0px 1px 0.5px 1px;
}

.white-label-cyan .feedback-section-title {
    border-radius: 4px;
    background-color: #ffffff;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0.5px 1px 0px 1px;
    padding-left: 16px;

}

.white-label-cyan .feedback-header-subtitle {
    background-color: #ffffff;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0px 1px 0.5px 1px;
    padding-left: 16px;
}

.white-label-cyan .feedback-text-input {
    border: 1px solid #e6e9ec;
}

.white-label-cyan .feedback-question-block-intro .feedback-question-label {
    color: black
}

/**
 * Footer
 */
@media (min-width: 1050px) {
    .site-footer {
        flex-direction: row;
        padding: 0 20px 0 0;
        display: flex;
    }

    .site-footer .leftblock,
    .site-footer .rightblock {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .site-footer .site-footer__join-us,
    .site-footer .footer-contact-us {
        flex-direction: row;
        margin: 0;
    }

    .site-footer
    .site-footer__join-us
    .footersocialjointext {
        padding: 0 10px 0 0;
    }

    .site-footer
    .footer-nav {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 511px) {
    .white-label-green .feedback-rating-legend-details {
        width: 200px
    }
}

@media (max-width: 420px) {
    .site-footer
    .footer-nav {
        flex-direction: column;
        align-items: center;
        border: none;
    }

    .site-footer
    .footer-nav
    .footer-nav__link {
        margin: 0 0 2px 0;
        border: none;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 728px;
    }
}

@media screen and (max-width: 479px) {
    .container {
        max-width: none;
    }
}


/* Resize Responsive view
 */

@media screen and (max-width: 600px) {
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow-x: auto;
        oveflow-y: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        margin-right: 10px;
    }
}


@media screen and (max-width: 640px) {
    .feedback-question-block.recommend .feedback-nps-label {
        font-size: 12px;
    }

    .feedback-question-block.recommend .feedback-nps-rating {

    }
}


@media screen and (max-width: 500px) {
    .feedback-question-block.recommend .feedback-nps-label {
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

    .feedback-question-block.recommend .feedback-nps-rating {
        width: 19px;
        height: auto;
        margin-right: 5px;
        margin-left: 6px;
        padding-top: 1px;
        padding-left: 0;
        float: left;
        font-size: 12px;
        font-weight: 400;
    }

    .feedback-question-block.recommend .feedback-question-title {
        font-size: 16px;
    }

    .feedback-question-block.recommend .feedback-rating-block {
        justify-content: center;
        width: auto;
    }

    .feedback-question-block .feedback-rating-block {
        max-width: 600px
    }
}
