.appwp {
    background-color: #085e55;
    width: 80%;
    height: 500px;
    margin: auto
}

* {
    box-sizing: border-box
}

body {
    background: #fff!important
}

.sec1 {
    height: 76px;
    width: 80%;
    background: #085e55;
    position: relative;
    align-items: stretch;
    z-index: 1000;
    left: 10%;
    padding: 14px 0
}

.head,.sec1 {
    display: flex
}

.head {
    height: auto;
    width: 55px;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    fill: #fff
}

.header {
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.nav {
    position: absolute;
    display: flex;
    width: 100%;
    height: 26px;
    align-items: center;
    color: #fff;
    justify-content: space-between;
    bottom: 2px;
    padding: 8px
}

.nav,.span1,.span2,.span3 {
    list-style: none;
    text-decoration: none;
    font-weight: 700
}

.span1,.span2,.span3 {
    color: #c4ccd1;
    font-size: 13px;
    box-sizing: border-box
}

.span1:active,.span2:active,.span3:active {
    height: 90px;
    border-bottom: 5px solid #fff
}

.chat,.span1:active,.span2:active,.span3:active {
    display: flex;
    align-items: center;
    justify-content: center
}

.chat {
    z-index: 100000;
    border-radius: 50%
}

.sec2 {
    display: flex;
    flex-direction: column;
    height: 386px;
    width: 80%;
    position: relative;
    left: 0;
    background: #fff;
    overflow: auto;
    max-width: 312px;
    margin: auto
}

.profile_img {
    background: #e5e5e5;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex
}

.profile_details {
    color: #606a70
}

.profile_action {
    position: relative;
    font-size: 13px;
    color: #667781;
    display: flex;
    align-items: center
}

.profile_details>div>span {
    display: block;
    color: #62b77d!important;
    font-size: 13px
}

.profile_detail_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.contacts,.contacts10,.contacts11,.contacts12,.contacts2,.contacts3,.contacts4,.contacts5,.contacts6,.contacts7,.contacts8,.contacts9 {
    display: flex;
    width: 100%;
    height: 64px;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

.sp1,.sp2,.sp3,.vec1,.vec2,.vec3 {
    display: flex;
    width: 150px;
    height: 40px;
    align-items: center;
    position: absolute;
    right: 0;
    justify-content: space-around
}

span.span1 {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 3px;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.wrapspan1 {
    align-items: center;
    display: flex
}

.sp1,.sp2,.sp3 {
    display: inline-flex;
    font-size: 22px;
    text-align: end;
    justify-content: flex-end;
    padding: 0 10px
}

body {
    display: flex;
    flex-direction: column;
    position: relative
}

header {
    padding: 8px 16px;
    max-width: 100%;
    margin: auto
}

.titles-bloc {
    margin: auto auto 16px
}

h3 {
    padding: 16px;
    max-width: 650px;
    font-size: 26px
}

svg {
    fill: #fff
}

*,:after,:before {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body,html {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Roboto,sans-serif;
    background: #000;
    background-repeat: repeat;
    background-size: cover
}

.page {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin: auto;
    max-width: 312px
}

.marvel-device .screen {
    text-align: left
}

.screen-container {
    height: 100%;
    max-width: 312px
}

.status-bar {
    height: 25px;
    background: #004e45;
    color: #fff;
    font-size: 14px;
    padding: 0 8px
}

.status-bar:after {
    content: "";
    display: table;
    clear: both
}

.status-bar div {
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 8px;
    font-weight: 600
}

.chat {
    height: calc(100% - 69px)
}

.chat-container {
    height: 100%;
    max-width: 312px
}

.user-bar {
    height: 55px;
    background: #005e54;
    color: #fff;
    padding: 0 8px;
    font-size: 24px;
    position: relative;
    z-index: 1
}

.user-bar:after {
    content: "";
    display: table;
    clear: both
}

.user-bar div {
    float: left;
    transform: translateY(-50%);
    position: relative;
    top: 50%
}

.user-bar .actions {
    float: right;
    margin: 5px 0 0 10px
}

.user-bar .actions img {
    height: 28px
}

.user-bar .actions.more {
    margin: 0 12px 0 20px
}

.user-bar .actions.attachment {
    margin: 0 0 0 20px
}

.user-bar .actions.attachment i {
    display: block
}

.user-bar .avatar {
    margin: 0 0 0 5px;
    width: 36px;
    height: 36px
}

.user-bar .avatar img {
    border-radius: 50%;
    box-shadow: 0 1px 0 hsla(0,0%,100%,.1);
    display: block;
    width: 100%
}

.user-bar .name {
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    letter-spacing: .3px;
    margin: 0 0 0 8px;
    overflow: hidden;
    white-space: nowrap;
    width: 110px
}

.user-bar .status {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0
}

.conversation {
    height: calc(100% - 12px);
    position: relative;
    background: url(/default-wallpaper.png) repeat;
    z-index: 0
}

.conversation ::-webkit-scrollbar {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 5px;
    height: 1px;
    z-index: 10
}

.conversation ::-webkit-scrollbar-track {
    background: transparent
}

.conversation ::-webkit-scrollbar-thumb {
    background: #b3ada7
}

.conversation .conversation-container {
    height: calc(100% - 68px);
    box-shadow: inset 0 10px 10px -10px #000;
    overflow-x: hidden;
    padding: 0 16px;
    margin-bottom: 19px
}

.conversation .conversation-container:after {
    content: "";
    display: table;
    clear: both
}

.message {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 15px;
    padding: 8px;
    position: relative;
    margin: 8px 0;
    max-width: 85%;
    word-wrap: break-word;
    z-index: 1;
    margin-left: 0!important;
    margin-right: 0!important
}

.message:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid
}

.metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px
}

.metadata .time {
    color: rgba(0,0,0,.45);
    font-size: 11px;
    display: inline-block
}

.metadata .tick {
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 4px;
    height: 16px;
    width: 16px
}

.metadata .tick svg {
    position: absolute;
    transition: .5s ease-in-out
}

.metadata .tick svg:first-child {
    backface-visibility: hidden;
    transform: perspective(800px) rotateY(180deg)
}

.metadata .tick svg:last-child {
    backface-visibility: hidden;
    transform: perspective(800px) rotateY(0deg)
}

.metadata .tick-animation svg:first-child {
    transform: perspective(800px) rotateY(0)
}

.metadata .tick-animation svg:last-child {
    transform: perspective(800px) rotateY(-179.9deg)
}

.message:first-child {
    margin: 16px 0 8px
}

.message.received {
    background: #fff;
    border-radius: 0 5px 5px 5px;
    float: left;
    position: relative
}

.message.received .metadata {
    padding: 0 0 0 16px
}

.message.received:after {
    border-width: 0 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    left: -10px
}

.message.sent {
    background: #e1ffc7;
    border-radius: 5px 0 5px 5px;
    float: right
}

.message.sent:after {
    border-width: 0 0 10px 10px;
    border-color: transparent transparent transparent #e1ffc7;
    top: 0;
    right: -10px
}

.conversation-compose {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden;
    height: 40px;
    width: 100%;
    z-index: 2;
    display: none
}

.conversation-compose div,.conversation-compose input {
    background: #fff;
    height: 100%
}

.conversation-compose .emoji {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50% 0 0 50%;
    flex: 0 0 auto;
    margin-left: 8px;
    width: 38px;
    height: 38px
}

.conversation-compose .input-msg {
    border: 0;
    flex: 1 1 auto;
    font-size: 14px;
    margin: 0;
    outline: none;
    min-width: 50px;
    height: 38px
}

.conversation-compose .photo {
    flex: 0 0 auto;
    border-radius: 0 30px 30px 0;
    text-align: center;
    width: auto;
    display: flex;
    padding-right: 6px;
    height: 38px
}

.conversation-compose .photo img {
    display: block;
    color: #7d8488;
    font-size: 24px;
    transform: translate(-50%,-50%);
    position: relative;
    top: 50%;
    margin-left: 10px
}

.conversation-compose .send {
    background: transparent;
    border: 0;
    cursor: pointer;
    flex: 0 0 auto;
    margin-right: 8px;
    padding: 0;
    position: relative;
    outline: none;
    margin-left: .5rem
}

.conversation-compose .send .circle {
    background: #008a7c;
    border-radius: 50%;
    color: #fff;
    position: relative;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center
}

.conversation-compose .send .circle i {
    font-size: 24px;
    margin-left: 1px
}

@media (max-width: 768px) {
    .marvel-device.nexus5 {
        border-radius:0;
        flex: none;
        padding: 0;
        max-width: none;
        overflow: hidden;
        height: 100%;
        width: 100%
    }

    .marvel-device>.screen .chat {
        visibility: visible
    }

    .marvel-device {
        visibility: hidden
    }

    .marvel-device .status-bar {
        display: none
    }

    .screen-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .conversation {
        height: calc(100vh - 55px)
    }

    .conversation .conversation-container {
        height: calc(100vh - 120px)
    }
}

header img {
    max-width: 22.5rem
}

header>div {
    position: relative;
    width: -moz-max-content;
    width: max-content
}

header svg {
    fill: #fff;
    font-size: 16px;
    margin-right: 8px
}

header img {
    max-width: 152px
}

.balanceA {
    width: 50%;
    background-color: #15ac03;
    min-height: 40px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 7px 7px 7px 7px;
    border-style: groove;
    border-color: #42ff47;
    box-shadow: 1px 3px 10px 2px rgba(0,178,5,.28);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0 12px;
    height: 8px;
    position: relative
}

.balanceA p {
    font-size: 16px;
    font-weight: 900;
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

.conversation {
    max-height: calc(450px + 21px);
    overflow: auto
}

.conversation .conversation-container {
    max-width: 595px;
    height: calc(100% - 24px)
}

.message.photo img {
    max-width: 100%;
    height: 100%;
    border-radius: 4px
}

.message.audio audio {
    max-width: 100%
}

.titles-bloc {
    color: #fff;
    text-align: center;
    max-width: 90%;
    margin: auto
}

.titles-bloc,.titles-bloc h2 {
    font-size: 26px
}

.titles-bloc h3 {
    font-size: 18px
}

i.zmdi.zmdi-arrow-left {
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    border: 0
}

.sec2 a>div {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 10px;
    justify-content: flex-start
}

body {
    display: inline
}

.profile_img img {
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
    height: 100%
}

.conversation .conversation-container {
    min-height: 450px
}

header {
    height: 80px;
    background: #00af22;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 26px
}

header img {
    max-width: 100px;
    z-index: 1000
}

.spy-app {
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border-radius: 8px;
    width: 90%;
    background: #fff;
    margin: -26px auto auto;
    padding: 5%;
    text-align: center;
    color: #000
}

.spy-app h2 {
    font-weight: 400;
    font-size: 16px
}

.spy-app .titleStep3 h2,.spy-app h2 {
    font-style: normal;
    line-height: 29px;
    text-align: center;
    color: #000
}

.spy-app .titleStep3 h2 {
    font-size: 26px;
    font-weight: 600
}

.spy-app img {
    max-width: 100%
}

.spy-app .profile_picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 16px
}

.spy-app .profile_picture p {
    filter: blur(4px)
}

.spy-app .profile_picture img {
    max-width: 125px;
    margin: 16px;
    background: #29a785;
    padding: 4px;
    border-radius: 50%;
    height: 120px;
    width: 125px
}

.spy-app .list-status span {
    background: #29a785;
    display: block;
    padding: 2px 3px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 41px;
    height: -moz-max-content;
    height: max-content
}

.spy-app .list-status li {
    opacity: 0;
    transition: filter .2s;
    transform: translateY(50px);
    flex-direction: row;
    align-items: center
}

.spy-app .list-status li.ativo {
    transform: translateY(0);
    display: flex;
    transition: 1s;
    opacity: 1
}

.spy-app .list-status p {
    padding: 0 10px;
    font-size: 16px;
    text-align: start
}

.spy-app .list-status li svg {
    font-size: 12px
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,.iti input[type=tel],.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 360px
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space:normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0,0,0,.05)
}

.iti__country-name,.iti__dial-code,.iti__flag-box {
    vertical-align: middle
}

.iti__country-name,.iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-size:5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-image:url(/flags.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.iti__selected-flag {
    background-color: rgba(0,0,0,.05);
    cursor: pointer
}

.iti__selected-dial-code {
    padding: 0 6px
}

.iti__country-list li:hover {
    background: #f4f4f4;
    cursor: pointer
}

.iti__country-list {
    max-width: 272px
}

.spy-app .titles-bloc h2 {
    font-size: 22px!important;
    font-weight: 600
}

.spy-app #start-page #card1 {
    max-width: 260px;
    top: 115px;
    left: 50%;
    position: absolute;
    margin-left: -130px
}

.page_main__hpSKX {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0
}

.page_description__LDZzB {
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    font-size: .85rem;
    max-width: var(--max-width);
    width: 100%;
    z-index: 2;
    font-family: var(--font-mono)
}

.page_description__LDZzB a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem
}

.page_description__LDZzB p {
    position: relative;
    margin: 0;
    padding: 1rem;
    background-color: rgba(var(--callout-rgb),.5);
    border: 1px solid rgba(var(--callout-border-rgb),.3);
    border-radius: var(--border-radius)
}

.page_code__Fiydj {
    font-weight: 700;
    font-family: var(--font-mono)
}

.page_grid__FPNNL {
    display: grid;
    grid-template-columns: repeat(4,minmax(25%,auto));
    max-width: 100%;
    width: var(--max-width)
}

.page_card__8uVJj {
    padding: 1rem 1.2rem;
    border-radius: var(--border-radius);
    background: rgba(var(--card-rgb),0);
    border: 1px solid rgba(var(--card-border-rgb),0);
    transition: background .2s,border .2s
}

.page_card__8uVJj span {
    display: inline-block;
    transition: transform .2s
}

.page_card__8uVJj h2 {
    font-weight: 600;
    margin-bottom: .7rem
}

.page_card__8uVJj p {
    margin: 0;
    opacity: .6;
    font-size: .9rem;
    line-height: 1.5;
    max-width: 30ch;
    text-wrap: balance
}

.page_center__P4IxZ {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 4rem 0
}

.page_center__P4IxZ:before {
    background: var(--secondary-glow);
    border-radius: 50%;
    width: 480px;
    height: 360px;
    margin-left: -400px
}

.page_center__P4IxZ:after {
    background: var(--primary-glow);
    width: 240px;
    height: 180px;
    z-index: -1
}

.page_center__P4IxZ:after,.page_center__P4IxZ:before {
    content: "";
    left: 50%;
    position: absolute;
    filter: blur(45px);
    transform: translateZ(0)
}

.page_logo___6_5j {
    position: relative
}

@media (hover: hover) and (pointer:fine) {
    .page_card__8uVJj:hover {
        background:rgba(var(--card-rgb),.1);
        border: 1px solid rgba(var(--card-border-rgb),.15)
    }

    .page_card__8uVJj:hover span {
        transform: translateX(4px)
    }
}

@media (prefers-reduced-motion) {
    .page_card__8uVJj:hover span {
        transform: none
    }
}

@media (max-width: 700px) {
    .page_content__kVADW {
        padding:4rem
    }

    .page_grid__FPNNL {
        grid-template-columns: 1fr;
        margin-bottom: 120px;
        max-width: 320px;
        text-align: center
    }

    .page_card__8uVJj {
        padding: 1rem 2.5rem
    }

    .page_card__8uVJj h2 {
        margin-bottom: .5rem
    }

    .page_center__P4IxZ {
        padding: 8rem 0 6rem
    }

    .page_center__P4IxZ:before {
        transform: none;
        height: 300px
    }

    .page_description__LDZzB {
        font-size: .8rem
    }

    .page_description__LDZzB a {
        padding: 1rem
    }

    .page_description__LDZzB div,.page_description__LDZzB p {
        display: flex;
        justify-content: center;
        position: fixed;
        width: 100%
    }

    .page_description__LDZzB p {
        align-items: center;
        inset: 0 0 auto;
        padding: 2rem 1rem 1.4rem;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid rgba(var(--callout-border-rgb),.25);
        background: linear-gradient(to bottom,rgba(var(--background-start-rgb),1),rgba(var(--callout-rgb),.5));
        background-clip: padding-box;
        -webkit-backdrop-filter: blur(24px);
        backdrop-filter: blur(24px)
    }

    .page_description__LDZzB div {
        align-items: flex-end;
        inset: auto 0 0;
        padding: 2rem;
        height: 200px;
        background: linear-gradient(to bottom,transparent 0,rgb(var(--background-end-rgb)) 40%);
        z-index: 1
    }
}

@media (min-width: 701px) and (max-width:1120px) {
    .page_grid__FPNNL {
        grid-template-columns:repeat(2,50%)
    }
}

@media (prefers-color-scheme: dark) {
    .page_vercelLogo__RiM65 {
        filter:invert(1)
    }

    .page_logo___6_5j {
        filter: invert(1) drop-shadow(0 0 .3rem #ffffff70)
    }
}

@keyframes page_rotate__PhEvR {
    0% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(0deg)
    }
}
