.captcha-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .captcha-field input {
        text-transform: uppercase;
    }

    .captcha-field .captcha-image {
        height: 36px;
    }

.input-group {
    margin-bottom: 2em;
    position: relative;
}

    .input-group label {
        display: block;
        margin-bottom: 1em;
        font-size: .8em;
        text-transform: uppercase;
    }

    .input-group .validation-message {
        display: none;
        color: #f00;
        font-weight: 300;
        font-size: .8em;
        position: absolute;
        bottom: -1.8em;
        left: .5em;
        text-align: right;
        padding-right: .5em;
        width: 100%;
    }

    .input-group .validation-error + .validation-message {
        display: block;
    }

    .input-group.input-group--alts {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        border-radius: 2em;
        border: 1px solid #0091ea;
        max-width: 300px;
        margin: 0 auto 4em;
        overflow: hidden;
    }

        .input-group.input-group--alts .alt__item {
            padding: .5em 2em;
            text-align: center;
            text-transform: uppercase;
            font-weight: 600;
            font-size: .8em;
            color: #0091ea;
            -webkit-box-flex: 1;
            -o-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            cursor: pointer;
        }

            .input-group.input-group--alts .alt__item.alt__item--selected {
                background: #0091ea;
                color: #fff;
            }

    .input-group.input-group--inline {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

@media only screen and (min-width:640px) {
    .input-group.input-group--inline {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
    }
}

.input-group.input-group--inline input {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.input-group.input-group--inline label {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    margin-bottom: 1em;
    margin-right: 2em;
}

.input-group.input-group--inline button {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1em;
}

.input-group.input-group--submit {
    text-align: center;
}

.form__message {
    border: 1px solid rgba(25,157,217,0.2);
    border-radius: 4px;
    background: rgba(0,145,234,0.03);
    padding: 1em;
    margin-bottom: 2em;
    font-size: .8em;
    display: none;
}

    .form__message a {
        color: #fff;
        text-decoration: underline;
    }

    .form__message.form__message--warning {
        border: 1px solid rgba(254,196,53,0.9);
        background: rgba(254,196,53,0.75);
        color: #fff;
    }

    .form__message.form__message--error {
        border: 1px solid rgba(252,66,54,0.9);
        background: rgba(252,66,54,0.75);
        color: #fff;
    }

@media only screen and (min-width:480px) {
    .form-group-2-col {
        zoom: 1;
    }

        .form-group-2-col:before, .form-group-2-col:after {
            content: "";
            display: table;
        }

        .form-group-2-col:after {
            clear: both;
        }

        .form-group-2-col .input-group {
            float: left;
            width: 50%;
            padding-right: 1em;
        }

            .form-group-2-col .input-group:last-child {
                padding-right: 0;
            }
}

.toggle__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.toggle__label {
    margin-right: 1em;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 400;
}

.toggle {
    position: relative;
    width: 48px;
    height: 26px;
    background: #33c951;
    border-radius: 13px;
    cursor: pointer;
    display: inline-block;
}

    .toggle.toggle--off {
        background: #fc4236;
    }

        .toggle.toggle--off .toggle__button {
            right: auto;
            left: 1px;
        }

    .toggle .toggle__button {
        border-radius: 50%;
        background: #fff;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 1px;
        right: 1px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
    }

[data-lightbox] {
    cursor: pointer;
}

.lightbox, .lightbox__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
}

.lightbox {
    position: fixed;
}

    .lightbox .lightbox__overlay {
        position: absolute;
        background: rgba(167,184,192,0.9);
    }

    .lightbox .lightbox__content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        display: block;
        z-index: 600;
        max-height: 95%;
        max-width: 95%;
        width: auto;
        height: auto;
        margin: auto;
        text-align: center;
    }


.modal-mask {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(167,184,192,0.9);
    z-index: 500;
    cursor: pointer;
}

.modal {
    position: absolute;
    display: none;
    left: 50%;
    top: 4em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 3em;
    text-align: center;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 4px 8px 0 rgba(39,46,50,0.2);
    max-width: 360px;
}

    .modal .modal__header {
        background: #c2e1ff;
        margin: -3em -3em 3em;
        padding: 1em;
    }

        .modal .modal__header .modal__header-inner {
            border: 1px dashed #e0f0ff;
            padding: 3em;
        }

    .modal .modal__container {
        max-width: 220px;
        margin: 0 auto;
    }

        .modal .modal__container.modal__container--medium {
            max-width: 480px;
        }

    .modal .modal__title {
            font-size: 27px;
        line-height: 1.6em;
      
        margin-top: 0;
    }
    .modalsubtitle{
            color: #7C4229;
    font-weight: bold;
    font-size: 14px;
    font-family: -webkit-pictograph;

    }
    .modal .modal__close {
        position: absolute;
        top: .75em;
        right: 1em;
        color: #60B13F;
        cursor: pointer;
        font-size: 1.5em;
    }

    .modal.modal--video {
        padding: 0;
        max-width: 720px;
    }

        .modal.modal--video .modal__video-container {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 25px;
            height: 0;
        }

            .modal.modal--video .modal__video-container iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

    .modal hr {
        margin: 2em 0;
    }

.paginated-list .paginated-item {
    display: none;
}

.paginated-list .pagination-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .paginated-list .pagination-controls .pagination-next {
        margin-left: auto;
    }

.pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 640px;
}

    .pagination ul li {
        display: none;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        font-size: .79em;
    }

@media only screen and (min-width:480px) {
    .pagination ul li {
        display: block;
    }
}

.pagination ul li:first-child, .pagination ul li:last-child {
    display: block;
    -webkit-box-flex: 2;
    -o-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    color: #0091ea;
    text-align: left;
}

    .pagination ul li:first-child span, .pagination ul li:last-child span, .pagination ul li:first-child a, .pagination ul li:last-child a {
        color: transparent;
        position: relative;
    }

        .pagination ul li:first-child span:before, .pagination ul li:last-child span:before, .pagination ul li:first-child a:before, .pagination ul li:last-child a:before {
            color: #0091ea;
            content: "Previous";
            border: 1px solid #0091ea;
            padding: .5em 1em;
            border-radius: .5em;
        }

.pagination ul li:last-child {
    text-align: right;
}

    .pagination ul li:last-child span:before, .pagination ul li:last-child a:before {
        content: "Next";
    }

.pagination ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) tranlateX(-50%);
    -ms-transform: translateY(-50%) tranlateX(-50%);
    transform: translateY(-50%) tranlateX(-50%);
    z-index: 999;
    display: none;
}

    .preloader.preloader--progress {
        position: absolute;
        display: block !important;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: inherit;
    }

        .preloader.preloader--progress .preloader__container {
            position: absolute;
            display: block;
            left: 50%;
            -webkit-transform: translateX(-50%) scale(.75);
            -ms-transform: translateX(-50%) scale(.75);
            transform: translateX(-50%) scale(.75);
            width: 51px;
            height: 20px;
        }

            .preloader.preloader--progress .preloader__container span {
                width: 7px;
            }

.preloader__container {
    position: relative;
}

    .preloader__container span {
        display: block;
        bottom: 0;
        width: 9px;
        height: 5px;
        background: #fff;
        position: absolute;
        -webkit-animation: preloader 1.5s infinite ease-in-out;
        -ms-animation: preloader 1.5s infinite ease-in-out;
        animation: preloader 1.5s infinite ease-in-out;
    }

        .preloader__container span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: .2s;
            -ms-animation-delay: .2s;
            animation-delay: .2s;
        }

        .preloader__container span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: .4s;
            -ms-animation-delay: .4s;
            animation-delay: .4s;
        }

        .preloader__container span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: .6s;
            -ms-animation-delay: .6s;
            animation-delay: .6s;
        }

        .preloader__container span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: .8s;
            -ms-animation-delay: .8s;
            animation-delay: .8s;
        }

/*@-webkit-keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }

    50% {
        height: 5px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }

    50% {
        height: 5px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}*/

.recaptcha {
    position: relative;
    width: 100%;
}

    .recaptcha .recaptcha__image-container {
        display: inline-block;
        padding: 1em;
        border-radius: 4px;
        border: 1px solid rgba(25,157,217,0.2);
        margin-bottom: 1em;
    }

    .recaptcha .recaptcha__reload {
        position: absolute;
        left: 300px;
        top: 5px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background: url("/img/graphics/reload.png");
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: norepeat;
    }

.tag, .tag-blue {
    background-color: #0091ea;
    color: #fff;
    padding: .3em;
    font-size: .5em;
    position: relative;
    top: -.25em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: .5em;
}

.tag-orange {
    background-color: #ff6d1c;
    color: #fff;
    padding: .3em;
    font-size: .5em;
    position: relative;
    top: -.25em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: .5em;
}

.tag-green {
    background-color: #33c951;
    color: #fff;
    padding: .3em;
    font-size: .5em;
    position: relative;
    top: -.25em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: .5em;
}

@media only screen and (min-width:480px) {
    .contact-box .contact-box__info a {
        display: inline-block;
        width: auto;
    }
}

.contact-box .contact-box__info a img {
    display: inline-block;
    margin-right: .5em;
}

.sign-in-providers {
    height: 34px;
    line-height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media only screen and (min-width:380px) {
    .sign-in-providers {
        -webkit-box-pack: start;
        -o-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .modal .sign-in-providers {
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.sign-in-providers img {
    width: 20px;
    height: 20px;
    max-width: 20px;
    vertical-align: middle;
    margin-right: 1em;
}

.sign-in-providers .customGPlusSignIn {
    display: inline-block;
    cursor: pointer;
    margin-right: .5em;
}

    .sign-in-providers .customGPlusSignIn .buttonText {
        overflow: hidden;
        background: #0266c8;
        color: #fff;
        display: block;
        height: 34px;
        line-height: 34px;
        padding: 0 1em;
        border-radius: .5em;
        text-transform: uppercase;
        font-weight: 400;
        font-size: .71em;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    }

.sign-in-providers .sign-in-providers__additional {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 34px;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    position: relative;
    display: inline-block;
    background-color: rgba(0,0,0,0.2);
    background-image: url("/img/graphics/dots.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
    border: 2px solid #fff;
    border-radius: .5em;
    width: 34px;
    height: 34px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

    .sign-in-providers .sign-in-providers__additional.sign-in-providers__additional--open .sign-in-providers__dropdown {
        display: block;
    }

    .sign-in-providers .sign-in-providers__additional .sign-in-providers__dropdown {
        display: none;
        position: absolute;
        z-index: 500;
        top: 100%;
        right: -.5em;
        margin-top: .75em;
        background: #fff;
        border-radius: .5em;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
    }

        .sign-in-providers .sign-in-providers__additional .sign-in-providers__dropdown:before {
            content: "";
            width: 0;
            height: 0;
            border-right: .5em solid transparent;
            border-bottom: .5em solid #fff;
            border-left: .5em solid transparent;
            position: absolute;
            top: -.5em;
            right: 1.125em;
        }

        .sign-in-providers .sign-in-providers__additional .sign-in-providers__dropdown .sign-in-providers__dropdown-item {
            display: block;
            background: #fff;
            font-size: .71em;
            font-weight: 400;
            text-transform: uppercase;
            color: #5f6a7d;
            padding: 0 .75em;
            white-space: nowrap;
            border-bottom: 1px solid rgba(25,157,217,0.2);
            border-radius: .5em;
        }

            .sign-in-providers .sign-in-providers__additional .sign-in-providers__dropdown .sign-in-providers__dropdown-item:last-child {
                border: 0;
                margin-bottom: 0;
            }


.modal--careers-employee {
    max-width: 640px;
}

    .modal--careers-employee .modal__title {
        margin-bottom: 0;
    }

    .modal--careers-employee .title--small {
        margin-bottom: 2em;
    }

    .modal--careers-employee img {
        border-radius: 50%;
        max-width: 300px;
    }

.page--download .platforms {
    width: 100%;
    text-align: center;
}

.page--download .platforms__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: left;
    -o-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
}

    .page--download .platforms__container.platforms__container--center {
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .page--download .platforms__container .platform__image {
        background-position: center center;
        background-size: 40px auto;
        background-repeat: no-repeat;
        width: 100%;
        height: 40px;
    }

        .page--download .platforms__container .platform__image.platform__image--wide {
            background-size: auto 32px;
        }

    .page--download .platforms__container > div {
        display: block;
        margin-bottom: 1em;
        width: 100%;
    }

@media only screen and (min-width:480px) {
    .page--download .platforms__container > div {
        width: 50%;
    }
}

@media only screen and (min-width:640px) {
    .page--download .platforms__container > div {
        width: 25%;
    }
}

.page--download .platforms__container > div a img {
    max-width: 120px;
    margin-bottom: .5em;
}

.platform__description > span {
    max-height: 42px;
    margin-bottom: .5em;
    display: inline-block;
    position: relative;
    overflow: visible;
}

    .platform__description > span.platform__description--truncated {
        overflow: hidden;
    }

        .platform__description > span.platform__description--truncated:after {
            content: "...";
            position: absolute;
            bottom: -2px;
            right: 0;
            padding-left: 4em;
            background-image: -webkit-linear-gradient(left, rgba(250,250,250,0.01), #fafafa 75%);
            background-image: linear-gradient(to right, rgba(250,250,250,0.01), #fafafa 75%);
        }

.page--facebook-app-index {
    position: relative;
    padding: 8em 0 2em;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    justify-self: center;
    width: 760px;
    margin: 0 auto;
}

    .page--facebook-app-index .search-form {
        -webkit-transform: scale(1.15,1.15);
        -ms-transform: scale(1.15,1.15);
        transform: scale(1.15,1.15);
    }

    .page--facebook-app-index .truecaller-land {
        display: none;
        position: absolute;
        left: 0;
        top: 6em;
        z-index: -1;
        width: 760px;
    }

        .page--facebook-app-index .truecaller-land .truecaller-land__inner {
            -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transform: scale(.6) !important;
            -ms-transform: scale(.6) !important;
            transform: scale(.6) !important;
        }

.page--facebook-app-result {
    width: 760px;
    margin: 0 auto;
    padding-top: 6em;
    justify-self: center;
    position: relative;
}

    .page--facebook-app-result .result__header {
        margin-top: 0;
    }

    .page--facebook-app-result .result {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-flex-flow: row !important;
        -ms-flex-flow: row !important;
        flex-flow: row !important;
    }

        .page--facebook-app-result .result > div {
            -webkit-box-flex: 1;
            -o-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

.facebook-app__logo {
    position: absolute;
    top: 2em;
    left: 2em;
}

.facebook-app__language {
    position: absolute;
    top: 2em;
    right: 2em;
    text-transform: uppercase;
}

    .facebook-app__language .input-group.input-group--inline {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-flex-flow: row !important;
        -ms-flex-flow: row !important;
        flex-flow: row !important;
    }

.facebook-app__footer {
    position: relative;
    padding: 4em 2em 2em;
    width: 100%;
}

.facebook-app__invite {
    position: absolute;
    right: 2em;
    top: 4em;
}

.facebook-app__like {
    margin-bottom: 2em;
}

.facebook-app__content {
    min-height: 400px;
}

.facebook-app__sign-in {
    max-width: 250px;
    margin: 0 auto;
}

    .facebook-app__sign-in label {
        margin-bottom: 2em;
    }

    .facebook-app__sign-in * {
        text-align: center !important;
    }

.page--home {
    position: relative;
    padding: 2em 0 2em;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    justify-self: center;
}

@media only screen and (min-width:640px) {
    .page--home {
        padding-top: 4em;
    }
}

.page--home .truecaller-land {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width:640px) {
    .page--home .search-form {
        -webkit-transform: scale(1.15,1.15);
        -ms-transform: scale(1.15,1.15);
        transform: scale(1.15,1.15);
    }
}

.featured-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2em;
}

    .featured-in .featured-in__logo {
        margin-right: 2em;
    }

        .featured-in .featured-in__logo:last-child {
            margin-right: 0;
        }

/*.logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width:640px) {
    .logos {
        -webkit-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.logos > div {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .logos > div:first-child {
        -webkit-box-flex: 1.5;
        -o-box-flex: 1.5;
        box-flex: 1.5;
        -webkit-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
    }

@media only screen and (min-width:640px) {
    .logos > div:first-child {
        margin-right: 1em;
    }
}

.logos .logos__logo--blue, .logos .logos__logo--white {
    border: 1px solid rgba(25,157,217,0.2);
    height: 172px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding: 1em;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1em;
}

    .logos .logos__logo--blue img, .logos .logos__logo--white img {
        width: 100%;
        height: auto;
        max-width: 324px;
    }

.logos .logos__logo--white {
    background: #0091ea;
    border: 0;
}

.logos .logos__logo--black, .logos .logos__logo--white-black {
    border: 1px solid rgba(25,157,217,0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 114px;
    padding: 1em;
    border-radius: 4px;
    margin-bottom: 1em;
}

    .logos .logos__logo--black img, .logos .logos__logo--white-black img {
        width: 100%;
        max-width: 216px;
    }

.logos .logos__logo--white-black {
    background: #000;
    border: 0;
}

.logos .logos__square {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .logos .logos__square .logos__logo-small--blue, .logos .logos__square .logos__logo-small--white {
        width: 64px;
        height: 64px;
        border: 1px solid rgba(25,157,217,0.2);
        border-radius: 4px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: .5em;
    }

        .logos .logos__square .logos__logo-small--blue img, .logos .logos__square .logos__logo-small--white img {
            max-width: 32px;
        }

    .logos .logos__square .logos__logo-small--white {
        background: #0091ea;
    }

.logos .logos__logo-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .8em;
}

    .logos .logos__logo-download a {
        text-transform: uppercase;
    }

.text-and-writing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width:640px) {
    .text-and-writing {
        -webkit-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.text-and-writing .text-and-writing__example {
    text-align: center;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .8em;
    line-height: 1.25;
    color: #0091ea;
    margin-bottom: 1em;
}

@media only screen and (min-width:640px) {
    .text-and-writing .text-and-writing__example {
        margin-right: 1em;
    }
}

.text-and-writing .text-and-writing__example .text-and-writing__name {
    border: 1px solid rgba(25,157,217,0.2);
    border-radius: 2px;
    padding: .75em 1em;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1.25em;
    color: #5f6a7d;
}

.text-and-writing .text-and-writing__example:last-child {
    margin-right: 0;
}

.text-and-writing .text-and-writing__example.text-and-writing__example--wrong {
    color: #d73c5f;
}

    .text-and-writing .text-and-writing__example.text-and-writing__example--wrong .text-and-writing__name {
        border: 1px solid #d73c5f;
        color: inherit;
    }*/

.app-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    text-align: center;
    font-size: .8em;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .app-icons .app-icons__icon {
        margin-right: 2em;
    }

        .app-icons .app-icons__icon img {
            max-width: 172px;
            width: 100%;
            display: block;
            margin: 0 auto 1em;
        }

    .app-icons a {
        text-transform: uppercase;
    }




.modal--contact-support {
    max-width: 640px;
}

    .modal--contact-support .select {
        font-weight: normal;
        text-align: left;
        text-transform: none;
    }


@media only screen and (min-width:640px) {
    .modal.modal--ambassadors {
        max-width: 960px;
    }
}

.modal--language form {
    text-align: center;
}

.modal .providers .button {
    display: block;
    margin: 0 auto 1em;
    max-width: 240px;
    line-height: 20px;
    padding: .5em 1em;
    text-align: left;
}

.rtl .modal .providers .button {
    text-align: right;
}
