html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: white !important;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: bolder;
    color: white;
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif
}

.hidden,
[hidden] {
    display: none !important
}

.pure-g {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.pure-g {
    word-spacing: -.43em
}

.pure-u {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-g [class*=pure-u] {
    font-family: sans-serif
}

.pure-u-1,
.pure-u-12-24,
.pure-u-14-24,
.pure-u-18-24,
.pure-u-20-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-u-4-24 {
    width: 16.6667%
}

.pure-u-5-24 {
    width: 20.8333%
}

.pure-u-6-24 {
    width: 25%
}

.pure-u-12-24 {
    width: 50%
}

.pure-u-14-24 {
    width: 58.3333%
}

.pure-u-18-24 {
    width: 75%
}

.pure-u-20-24 {
    width: 83.3333%
}

.pure-u-1 {
    width: 100%
}

.pure-button {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    color: rgba(0, 0, 0, .8);
    border: none transparent;
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 2px
}

.pure-button:focus,
.pure-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}

.pure-button:focus {
    outline: 0
}

.pure-button:active {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
    border-color: #000
}

.pure-button[disabled] {
    border: none;
    background-image: none;
    opacity: .4;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none
}

.pure-button-primary,
a.pure-button-primary {
    background-color: #0078e7;
    color: #fff
}

.pure-form input[type=color],
.pure-form input[type=date],
.pure-form input[type=email],
.pure-form input[type=number],
.pure-form input[type=tel],
.pure-form input[type=text],
.pure-form input[type=time],
.pure-form input[type=url],
.pure-form input[type=week],
.pure-form select,
.pure-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pure-form input:not([type]) {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pure-form input[type=color] {
    padding: .2em .5em
}

.pure-form input[type=color]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=text]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=week]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: #129fea
}

.pure-form input:not([type]):focus {
    outline: 0;
    border-color: #129fea
}

.pure-form input[type=checkbox]:focus,
.pure-form input[type=file]:focus {
    outline: thin solid #129fea;
    outline: 1px auto #129fea
}

.pure-form input[type=color][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=text][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=week][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.pure-form input:focus:invalid,
.pure-form select:focus:invalid,
.pure-form textarea:focus:invalid {
    color: #b94a48;
    border-color: #e9322d
}

.pure-form input[type=checkbox]:focus:invalid:focus,
.pure-form input[type=file]:focus:invalid:focus {
    outline-color: #e9322d
}

.pure-form select {
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: #fff
}

.pure-form select[multiple] {
    height: auto
}

.pure-form label {
    margin: .5em 0 .2em
}

@media only screen and (max-width :480px) {
    .pure-form button[type=submit] {
        margin: .7em 0 0
    }

    .pure-form input:not([type]),
    .pure-form input[type=color],
    .pure-form input[type=date],
    .pure-form input[type=email],
    .pure-form input[type=number],
    .pure-form input[type=tel],
    .pure-form input[type=text],
    .pure-form input[type=time],
    .pure-form input[type=url],
    .pure-form input[type=week],
    .pure-form label {
        margin-bottom: .3em;
        display: block
    }
}

.pure-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3
}

.pure-menu-item,
.pure-menu-list {
    position: relative
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%
}

.pure-menu-heading,
.pure-menu-link {
    display: block;
    text-decoration: none;
    white-space: nowrap
}

.pure-menu-horizontal {
    width: 100%;
    white-space: nowrap
}

.pure-menu-horizontal .pure-menu-list {
    display: inline-block
}

.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-item {
    display: inline-block;
    vertical-align: middle
}

.pure-menu-item .pure-menu-item {
    display: block
}

.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3
}

.pure-menu-horizontal .pure-menu-children {
    left: 0;
    top: auto;
    width: inherit
}

.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64
}

.pure-menu-link {
    color: white
}

.pure-menu-children {
    background-color: #fff
}

.pure-menu-heading,
.pure-menu-link {
    padding: .5em 1em
}

.pure-menu-link:focus,
.pure-menu-link:hover {
    background-color: #eee
}

@media screen and (min-width:35.5em) {

    .pure-u-sm-1-2,
    .pure-u-sm-1-24,
    .pure-u-sm-1-3,
    .pure-u-sm-10-24,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-18-24,
    .pure-u-sm-2-24,
    .pure-u-sm-20-24,
    .pure-u-sm-22-24,
    .pure-u-sm-24-24,
    .pure-u-sm-3-24,
    .pure-u-sm-6-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-sm-1-24 {
        width: 4.1667%
    }

    .pure-u-sm-2-24 {
        width: 8.3333%
    }

    .pure-u-sm-3-24 {
        width: 12.5%
    }

    .pure-u-sm-6-24 {
        width: 25%
    }

    .pure-u-sm-1-3 {
        width: 33.3333%
    }

    .pure-u-sm-10-24 {
        width: 41.6667%
    }

    .pure-u-sm-11-24 {
        width: 45.8333%
    }

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%
    }

    .pure-u-sm-18-24 {
        width: 75%
    }

    .pure-u-sm-20-24 {
        width: 83.3333%
    }

    .pure-u-sm-22-24 {
        width: 91.6667%
    }

    .pure-u-sm-24-24 {
        width: 100%
    }
}

@media screen and (min-width:48em) {

    .pure-u-md-1-24,
    .pure-u-md-1-3,
    .pure-u-md-10-24,
    .pure-u-md-12-24,
    .pure-u-md-14-24,
    .pure-u-md-2-24,
    .pure-u-md-20-24,
    .pure-u-md-5-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-md-1-24 {
        width: 4.1667%
    }

    .pure-u-md-2-24 {
        width: 8.3333%
    }

    .pure-u-md-5-24 {
        width: 20.8333%
    }

    .pure-u-md-1-3 {
        width: 33.3333%
    }

    .pure-u-md-10-24 {
        width: 41.6667%
    }

    .pure-u-md-12-24 {
        width: 50%
    }

    .pure-u-md-14-24 {
        width: 58.3333%
    }

    .pure-u-md-20-24 {
        width: 83.3333%
    }
}

@media screen and (min-width:64em) {

    .pure-u-lg-1-4,
    .pure-u-lg-18-24,
    .pure-u-lg-3-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-lg-3-24 {
        width: 12.5%
    }

    .pure-u-lg-1-4 {
        width: 25%
    }

    .pure-u-lg-18-24 {
        width: 75%
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 1em;
    color: #2a2a2a;
    min-width: 320px
}

.home-menu {
    min-width: 320px
}

h1,
h2,
h3,
h4,
label {
    color: #000
}

h4.h4 {
    color: #252e69;
    font-style: normal;
    font-size: .9em;
    line-height: 100%
}

.panel h1,
.panel h2,
.panel h3,
.panel h4 {
    text-transform: uppercase;
    background: linear-gradient(89.86deg, #040606 8.6%, #5940f1 99.86%);
}

.ribbon h1,
.ribbon h2,
.ribbon h3,
.ribbon h4,
.ribbon label {
    color: #f2f2f2;
    border-left: 5px solid #fff;
    padding-left: .5em
}

#splash #errorContainer {
    margin-bottom: .5em;
    background: #fff;
    text-align: initial
}

#splash #errorContainer.info {
    border-left: 5px solid #1f8dd6
}

#splash #errorContainer.success {
    border-left: 5px solid #bedf20
}

#splash #errorContainer.warning {
    border-left: 5px solid #df3020
}

a:focus {
    text-decoration: underline
}

.l-box {
    padding: 1em
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.is-center {
    text-align: center
}

.is-icon {
    background: #fff;
    color: #000
}

.u-r {
    float: right
}

.u-l {
    float: left
}

.u-m-bottom {
    margin-bottom: .5em
}

.u-fw {
    width: 100%
}

.u-bl {
    display: block
}

.dl-button {
    margin: .5em 0
}

.u-oh {
    overflow: hidden
}

.u-smaller-text {
    font-size: .8em;
    line-height: 1.3em
}

.u-bigger-text {
    font-size: 1.1em
}

.u-mtop {
    margin-top: 5em
}

.u-shadow--black {
    -webkit-box-shadow: 0 0 35px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 35px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 35px 10px rgba(0, 0, 0, .5)
}

pre {
    display: block;
    padding: 1em;
    margin: 0 0 .5em;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto
}

.u-round {
    border-radius: 50%
}

.adcontainer_big {
    margin-top: 1em
}

.text-color--main {
    color: #0844a4
}

.highlights pre {
    margin-top: 1em;
    border: 0;
    font-size: .8em;
    background: #e7e7e7
}

.splash-additional {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #eee
}

hr {
    border: 0;
    border-top: 1px solid #ddd
}

.l-box.pure-u-1 {
    word-wrap: break-word
}

.result {
    background: #fff
}

.htmx-indicator {
    display: none
}

.htmx-request .htmx-indicator {
    display: inline
}

.htmx-request.htmx-indicator {
    display: inline
}

#submit span:nth-child(2) {
    display: none
}

.htmx-request #submit span:nth-child(2) {
    display: inline
}

.htmx-request #submit span:first-child {
    display: none
}

.htmx-request #submit {
    background: #d6b91f;
    color: #000
}

.pure-form label {
    margin: 1em 0 0;
    font-weight: 700;
    font-size: 100%
}

.pure-form input[type] {
    border: 3px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 728px;
    height: 55px;
}

.pure-button,
a.pure-button,
button.pure-button {
    background-color: #4ca8e6;
    color: #000;
    padding: 1em 1.5em
}

.home-menu {
    padding: 0;
    text-align: center;
    background: #fff
}

.pure-menu.pure-menu-fixed {
    border-bottom: none;
    z-index: 4
}

.pure-menu-horizontal .pure-menu-children {
    width: 100%
}

#menu .pure-menu-link {
    white-space: normal;
    color: white;
    padding: 14px 2px;
    border-radius: 5px;
    background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
    width: 89px;
}

.sss {
    position: relative;
    background: #fff;
    color: #bc13cf;
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.sss img {
    margin-right: 10px;
    line-height: 1;
    height: 48px
}

.pure-menu-fixed .standforukraine {
    display: flex
}

.pure-menu-fixed .standforukraine i {
    flex: 1;
    display: inline-block;
    height: 2px
}

.standforukraine i {
    background-color: #e100ff
}

.standforukraine i:first-child {
    background-color: #20d1ae
}

.home-menu .pure-menu-heading {
    color: #fff;
    font-weight: 700;
    font-size: 2.1em;
    letter-spacing: -1px
}

.home-menu .pure-menu-heading span {
    display: inline-block;
    color: #fff;
    margin-left: -.5px;
    opacity: .95
}

.home-menu a {
    color: #242da9
}

.home-menu li a:focus,
.home-menu li a:hover {
    background: 0 0;
    border: none;
    color: #8e55d8
}

#menuToggle input {
    display: none
}

#menuToggle #menu {
    background: #fafafa;
    border-top: 1px solid #f3f2f1
}

.footer .pure-menu-link:hover {
    background: 0 0;
    border-bottom: 2px solid #fff;
    color: #fff
}

.footer .pure-menu-link:focus {
    background: #000
}

.footer .pure-menu-link {
    border-bottom: 2px solid transparent;
    color: #ccc
}

.footer .pure-menu-list {
    font-size: .8em
}

.footer .pure-menu-item a {
    padding: .5em
}

.splash-container {
    background: #5b0061;
    background: linear-gradient(180deg, #5b0061 0, #003dd5 100%)
}

.splash-container.processed.error {
    background: #ff8d00;
    background: linear-gradient(180deg, #ff8d00 0, #d50000 100%)
}

.splash-container.processed.success {
    background: #016207;
    background: linear-gradient(180deg, #016207 0, #41bd2e 100%)
}

.splash {
    width: 80%;
    margin: 4.5em auto 0;
    text-align: center;
    padding-bottom: 1em
}

.processed {
    padding-top: 2em
}

.processed .hide-after-request {
    display: none
}

.content {
    padding: 0
}

.pure-g .content {
    padding: .5em
}

.content-head {
    line-height: 1.2em
}

.ribbon {
    background: #2d3e50;
    color: #fff
}

.footer {
    background: #111;
    bottom: 0;
    width: 100%
}

.panel {
    background: #fff;
    padding: 1em;
    text-align: initial;
    line-height: 1.2em
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .5);
    border: 1px solid #ddd
}

.tab {
    width: 100%;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.tab:last-child {
    border-bottom: 0
}

.tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    font-weight: 700;
    cursor: pointer
}

.tab-label:hover {
    background: #ddd
}

.tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #000;
    background: #fff;
    -webkit-transition: all .35s;
    transition: all .35s
}

.tab-content p {
    margin-top: 0
}

input:checked+.tab-label {
    background: #725ef3;
    color: #fff
}

input:checked+.tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em
}

#mainpicture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 0;
    min-width: 280px;
    margin: 0 auto
}

#mainpicture .result_overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-width: 280px;
    margin: 0 auto;
    background-blend-mode: overlay
}

#mainpicture .trending-actions {
    background-color: #96029b33;
    color: #fff
}

#mainpicture .trending-actions svg {
    color: #fff;
    margin-right: .5em;
    margin-left: .5em
}

#mainpicture .u-round {
    max-width: 100px;
    max-height: 100px
}

#mainpicture h2 {
    color: #fff;
    margin: 0;
    line-height: 3.2em
}

.result_author {
    margin: 0 auto
}

.result_overlay {
    position: relative;
    background-color: rgba(20, 0, 91, .65);
    padding: 1em;
    display: block
}

.result_overlay_buttons {
    padding-left: 1em;
    max-width: 640px;
    margin: 0 auto
}

.maintext {
    color: #fff;
    overflow: hidden;
    font-weight: 700;
    font-size: 1em;
    clear: both;
    padding-top: .5em
}

#twt_promo {
    position: absolute;
    right: 0;
    padding: .9em;
    margin: 0;
    font-size: .8em
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #1f8dd6
}

.warning .svg-icon path,
.warning .svg-icon polygon,
.warning .svg-icon rect {
    fill: #df3020
}

.svg-icon circle {
    stroke: #1f8dd6;
    stroke-width: 1
}

.warning .svg-icon circle {
    stroke: #df3020;
    stroke-width: 1
}

.is-icon {
    position: relative
}

.svg-icon {
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -1em
}

@media (min-width:48em) {
    body {
        font-size: 18px
    }

    .splash {
        width: 80%
    }

    .splash-head {
        font-size: 125%
    }

    .l-box-lrg {
        border: none
    }
}

@media (min-width:78em) {
    .splash-head {
        font-size: 150%
    }

    .splash {
        max-width: 970px !important
    }

    body {
        font-size: 16px
    }

    .highlights {
        width: 75%
    }

    .highlights .u-smaller-text {
        font-size: 1.1em
    }

    #language-switcher {
        margin-top: -3em
    }
}

@media (max-width:56em) and (min-width:35em) {
    .splash-container button.pure-button {
        font-size: .75em;
        padding: 1.5em 0
    }
}

@media (max-width:48em) {
    .processed {
        padding: 0
    }

    .splash {
        width: 100%;
        padding: 0
    }

    #errorContainer,
    .splash form {
        padding-left: 1em;
        padding-right: 1em
    }

    .result_overlay img.u-round {
        width: 75px
    }

    #menu .pure-menu-item {
        display: block
    }

    #menuToggle {
        display: block;
        position: absolute;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: 1em;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none
    }

    #menuToggle span.bar {
        display: block;
        margin-left: 1em;
        width: 33px;
        height: 3px;
        margin-bottom: 4px;
        position: relative;
        background: #113561;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0;
        transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
    }

    #menuToggle span.bar:first-child {
        transform-origin: 0 0
    }

    #menuToggle span.bar:nth-last-child(2) {
        transform-origin: 0 100%
    }

    #menuToggle input:checked~span {
        opacity: 1;
        background: #232323;
        transform: rotate(45deg) translate(-6px, -7px)
    }

    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0) scale(.2, .2)
    }

    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(-10px, 13px)
    }

    #menu {
        position: absolute;
        top: 60px;
        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0 0;
        transform: translate(-100%, 0);
        transition: transform .5s cubic-bezier(.77, .2, .05, 1)
    }

    #menu.open {
        transform: translate(0, 0);
        background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
    }

    #menuToggle input:checked~div {
        transform: none
    }

    #menuToggle label {
        display: none
    }

    #language-switcher {
        margin: 0 auto;
        width: 100%
    }

    .splash {
        margin-top: 3em
    }

    .footer .pure-menu-item {
        display: block
    }

    .footer {
        font-size: 1.2em
    }

    .highlights .responsive .content {
        padding: .5em
    }

    .highlights {
        width: 100%
    }

    .home-menu .pure-menu-heading {
        float: left
    }

    .footer__navigation a {
        margin-right: 0 !important
    }

    .adcontainer_big .adsbygoogle {
        min-height: 360px
    }
}

@media (max-width:28em) {
    .splash-head {
        font-size: 125%
    }
}

@media (max-width:360px) {
    #twt_promo a b {
        display: none
    }

    #twt_promo {
        padding: .3em
    }
}

.heading {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    padding-top: 50px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px
}

#menuLink1 {
    min-width: 190px
}

section>.content-wrapper {
    min-height: calc(100vh - 12.8em)
}

#menuLink1:active .pure-menu-children,
#menuLink1:focus .pure-menu-children {
    display: block
}

#language-switcher {
    max-width: 250px;
    margin: 0 auto
}

@media (max-width:48em) {
    #language-switcher {
        padding: 0
    }

    .content-wrapper {
        min-height: calc(100vh - 21.1em)
    }
}

@media screen and (min-width:124em) {
    body {
        font-size: 1.15em
    }
}

.adcontainer_big {
    min-height: 280px
}

#language-switcher .pure-menu-children {
    min-width: 200px
}

.trending {
    padding-bottom: 40px;
    max-width: 80%
}

.trending-video .wrapper {
    padding: 10px
}

.trending-video .item {
    border: 1px solid #e7e7e7;
    background: #fef8f5;
    border-radius: 8px;
    color: #7a6e68;
    display: block;
    text-decoration: none
}

.trending-video .item .img-wrapper {
    min-height: 20px;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 360px;
    background-repeat: no-repeat;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.trending-video .item .img-wrapper .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 14px
}

.trending-video .item .img-wrapper .info svg {
    margin-right: 5px
}

.trending-video .item:focus,
.trending-video .item:hover {
    cursor: pointer;
    text-decoration: none
}

.trending-video .img {
    max-width: 100%
}

.trending-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px
}

.trending-actions svg {
    margin-right: 5px;
    color: #7a6e68
}

.d-flex {
    display: flex
}

.flex-1 {
    flex: 1
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

.trending-video {
    padding: 0 20px
}

.faq-drawer {
    margin-bottom: 1em
}

.faq-drawer__content-wrapper {
    font-size: 1em;
    line-height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: .25s ease-in-out
}

.faq-drawer__title {
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    line-height: 100%;
    font-weight: 700;
    padding: 1em 2em 0 1em;
    position: relative;
    margin-bottom: 0;
    transition: all .25s ease-out
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    position: absolute;
    right: 1em;
    top: 2em;
    transform: rotate(135deg);
    transition: .35s ease-in-out;
    vertical-align: top;
    width: 10px
}

.faq-drawer__title:hover {
    color: #4e4b52
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
    max-height: 350px
}

.faq-drawer__trigger:checked+.faq-drawer__title {
    border-radius: 8px 8px 0 0;
    box-shadow: none
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: .25s ease-in-out
}

input[type=checkbox] {
    display: none
}

@media screen and (min-width:48em) and (max-width:64em) {
    .trending-video .img-wrapper {
        height: 300px !important
    }

    .trending {
        max-width: 96%
    }
}

@media screen and (min-width:64em) {
    .trending-video .wrapper {
        width: 33%
    }
}

@media screen and (max-width:48em) {
    .trending {
        max-width: 96%
    }

    .heading {
        font-size: 25px;
        padding-top: 0;
        margin-bottom: 15px;
        padding-right: 20px;
        padding-left: 20px;
        line-height: 25px
    }

    .trending-video {
        padding: 0 5px 30px
    }

    .trending-video .img-wrapper {
        height: 360px !important
    }
}

@media (max-width:600px) and (min-width:500px) {
    .trending-video .wrapper {
        width: 50%
    }

    .trending-video .img-wrapper {
        height: 285px !important
    }
}

@media (max-width:500px) {
    .trending-video .wrapper {
        width: 100% !important
    }

    .trending-video .img-wrapper {
        height: 285px !important
    }
}

@media (max-width:700px) {
    #trending-video .modal__container {
        min-width: auto !important;
        width: 90%
    }
}

@media screen and (min-width:1100px) and (max-width:1250px) {
    .trending .img-wrapper {
        height: 300px !important
    }

    .trending-video .wrapper {
        width: 25% !important
    }

    .trending-actions svg {
        margin-right: 3px;
        width: 12px;
        height: 12px
    }

    .trending-video .item .img-wrapper .info svg {
        width: 14px;
        height: 14px
    }
}

@media screen and (min-width:1250px) and (max-width:1400px) {
    .trending .img-wrapper {
        height: 300px !important
    }

    .trending-video .wrapper {
        width: 20% !important
    }

    .trending {
        max-width: 90%
    }

    .trending-actions svg {
        margin-right: 3px;
        width: 12px;
        height: 12px
    }

    .trending-video .item .img-wrapper .info svg {
        width: 14px;
        height: 14px
    }
}

@media screen and (min-width:1400px) and (max-width:1550px) {
    .trending .wrapper {
        width: 20% !important
    }

    .trending .img-wrapper {
        height: 360px !important
    }

    .trending-actions svg {
        margin-right: 3px;
        width: 12px;
        height: 12px
    }

    .trending-video .item .img-wrapper .info svg {
        width: 14px;
        height: 14px
    }
}

@media screen and (min-width:1550px) and (max-width:1650px) {
    .trending .img-wrapper {
        height: 400px !important
    }

    .trending-video .wrapper {
        width: 20% !important
    }

    .trending-actions svg {
        margin-right: 3px;
        width: 14px;
        height: 14px
    }

    .trending-video .item .img-wrapper .info svg {
        width: 16px;
        height: 16px
    }
}

@media screen and (min-width:1550px) and (max-width:1650px) {
    .trending .img-wrapper {
        height: 400px !important
    }

    .trending-video .wrapper {
        width: 20% !important
    }

    .trending-actions svg {
        margin-right: 3px;
        width: 14px;
        height: 14px
    }

    .trending-video .item .img-wrapper .info svg {
        width: 16px;
        height: 16px
    }
}

@media screen and (min-width:1750px) {
    .trending .img-wrapper {
        height: 400px !important
    }

    .trending-video .wrapper {
        width: 20% !important
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif
}

body.bg-grey {
    background-color: #f1f1f1
}

body.ar #clear,
body.ar #paste {
    right: auto
}

.relative {
    position: relative
}

.d-flex {
    display: flex
}

.align-items-center {
    align-items: center
}

.home-menu .menu-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.justify-content-between {
    justify-content: space-between
}

.flex-1 {
    flex: 1
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

#splash {
    background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
}

#splash .splash {
    padding-top: 72px;
    position: relative;
    padding-bottom: 2em;
    margin-top: 0 !important
}

.splash {
    padding-bottom: 0
}

.home-menu a {
    font-style: normal;
    font-size: 1em;
    line-height: 100%;
    color: white;
}

#twt_promo {
    position: relative;
    font-size: 1em;
    text-align: center;
    padding: 10px 23px;
    border: 1px solid #5940f1;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 8px 25px 8px 0;
    display: inline-block;
    float: right
}

#twt_promo span:last-child {
    display: none
}

#twt_promo a {
    text-decoration: none;
    color: #5940f1
}

#menu {
    display: flex;
    flex: 6;
    justify-content: center;
    align-items: center;
    z-index: 99;
    /* background-color: #bfddd4;
    outline: none; */
}
#menu ul {
    display: flex;
    list-style-type: none;
        height: 46px !important;
}

#menu ul li {
    margin-right: 50px
}

#menu ul li:last-child {
    margin-right: 0
}

#menu ul li a {
    text-decoration: none
}

.text-center {
    text-align: center
}

#bigmessage {
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
    font-style: normal;
    font-size: 2em;
    text-align: center;
    color: #fff
}

#menu__toggle__wrapper {
    width: 50px;
    height: 40px;
    margin-right: 20px;
    align-items: center;
    display: none
}

#menuToggle {
    position: relative;
    margin-top: 8px
}

.no-watermark {
    margin-top: 10px;
    justify-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    display: none
}

.no-watermark img {
    margin-top: -35px;
    margin-right: -5px
}

#main_page_text {
    background: rgba(255, 255, 255, .8);
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 26.2731px 38.3588px -12.6111px rgba(37, 46, 105, .3);
    backdrop-filter: blur(9.48952px);
    border-radius: 8px;
    height: 64px;
    padding-left: 20px;
    line-height: 64px
}

#main_page_text::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #252e69;
    opacity: .3;
    line-height: 64px
}

#submit {
    position: absolute;
    right: 5px;
    top: 4px;
    height: 56px;
    background: rgb(13 79 100);
    box-shadow: 0 18px 40px -16px rgba(89, 64, 241, .8);
    border-radius: 8px;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    padding: 1em 1.5em;
    border: 0;
    margin: 0 !important
}

#submit:hover {
    cursor: pointer
}

.adcontainer_big {
    position: relative;
    text-align: center
}

.adcontainer_big>div {
    border-radius: 10px;
    z-index: 2;
    position: absolute;
    width: 100%
}

.app__section_wrapper {
    padding-top: 1em
}

.app_section {
    background: #252e69;
    box-shadow: 0 4px 60px -16px rgba(37, 46, 105, .4);
    border-radius: 16px;
    max-width: 752px;
    margin: 0 auto 0;
    color: #fff;
    padding: 33px 38px
}

.go-to-google {
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
    line-height: 1;
    padding: 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.go-to-google img {
    margin-left: 12px
}

.app_section .text {
    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
    font-size: 1em;
    display: flex;
    align-items: center;
    color: #fff !important;
    text-align: center;
    padding-top: 0
}

.main-highlights {
    margin-top: 70px !important;
    display: flex;
    justify-content: space-between
}

.main-highlights p {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: center;
    color: #252e69;
    display: inline-block;
    min-height: 60px
}

.main-highlights h4 {
    font-style: normal;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: center;
    color: #252e69;
    margin-bottom: 15px;
    display: inline-block;
    min-height: 60px
}

.main-highlights .content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #252e69
}

.main-highlights .responsive {
    max-width: 250px
}

.main-highlights .responsive img {
    height: 125px
}

.text {
    padding-top: 20px
}

.text__container {
    margin: 100px auto;
    max-width: 1170px
}

.text__container>p {
    font-size: 1.4em;
    font-weight: 800
}

.text h2 {
    font-style: italic;
    font-size: 2em;
    line-height: 2em;
    color:#003dd5;
    text-align: center;
    font-weight: bold;
}

.text__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    text-align: justify;
}

.blue__block {
    background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
    box-shadow: 0 84px 84px -56px rgba(89, 64, 241, .3);
    border-radius: 32px;
    max-width: 950px;
    padding: 70px 90px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    counter-reset: css-counter 0
}

.blue__block h3 {
    font-style: normal;
    font-size: 1.8em;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0
}

.blue__block ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blue__block ol li {
    font-style: normal;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    counter-increment: css-counter 1;
    z-index: 1;
    padding-left: 20px;
    padding-top: 40px;
    text-align: justify;
}

.blue__block ol li::before {
    content: counter(css-counter);
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    color: #252e69;
    opacity: 0;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1
}

.blue__block ol li b {
    display: block;
    font-weight: 900;
    z-index: 1
}

.info-arrow {
    display: flex;
    justify-content:center;
    font-style: italic;
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    color:#003dd5;
    max-width: 100%;
    position: relative;
    margin-top: 50px;
    padding-right: 100px
}

.info-arrow img {
    position: absolute;
    right: 0
}

.text--image,
.text--text {
    flex: 1
}

.text--image .image__wrapper {
    text-align: center
}

.text--image {
    max-width: 40%
}

.text--text {
    max-width: 50%
}

.main__content__container {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative
}

.content.main__content__container {
    display: block
}

.main__content__container h3 {
    font-size: 1.5em;
    color: black;
    line-height: 1.2em;
    margin-bottom: 24px;
    position: relative;
    top: 18px;
}

.main__content__container .text {
    padding-right: 40px;
    font-weight: 400;
    font-size: 18px;
    color: black;
    margin: -12px 0;
    word-wrap: break-word;
    text-align: justify;
}

.main__content__container img {
    max-width: 100%;
    max-height: 100%
}

.main__content__container .image__wrapper {
    position: relative
}

.main__content__container .image__wrapper::after {
    content: '';
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 0;
    background: #5940f1;
    opacity: .3;
    filter: blur(60px)
}

.accordion__container {
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 50px
}

.accordion {
    background: #fff;
    border: 1.186px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 26.2731px 38.3588px -12.6111px rgb(90 113 142 / 10%);
    backdrop-filter: blur(7.489520000000001px);
    border-radius: 8px;
    width: 100%;
    height: 88px;
    font-style: normal;
    font-size: 1.1em;
    line-height: 100%;
    color: #252e69;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    position: relative
}

.accordion img {
    position: absolute;
    right: 32px;
    top: 40px;
    opacity: .5;
    transform: rotate(180deg)
}

.accordion:hover {
    cursor: pointer
}

.panel {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: black;
    padding: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}
.panel-1 {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: black;
    padding: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}
.glyph-strong{
    color:black;
}
.panel p {
    padding: 30px;
    margin: 0
}

.panel div {
    padding: 4px;
    color:white;
    background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
    text-align: justify;
    
}
.panel-1 div {
    padding: 4px;
    color:black !important;
    background-color: white !important;
    text-align: justify;
    
}
.panel-3{
    color: white !important;
}
.panel div p {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 !important
}

.panel ul li {
    margin-bottom: 15px
}

.panel ul li:last-child {
    margin-bottom: 0
}
.panel-1 div p {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding: 0 !important
}

.panel-1 ul li {
    margin-bottom: 15px
}

.panel-1 ul li:last-child {
    margin-bottom: 0
}
#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgb(13 79 100);
    color: rgb(255, 255, 255);
height: 80px;
border-radius: 10px;
}

.footer__container {
    max-width: 1170px;
    margin: 0 auto
}

.footer__container .footer__navigation {
    display: flex;
    flex-direction: column-reverse;
}

.footer__navigation .row-1 {
    margin-bottom: 40px
}

.footer__navigation .row-1 a:last-child {
    margin-right: 0
}

.footer__navigation .row-2 a:last-child {
    margin-right: 0
}

.footer__navigation .footer-row {
    justify-content: center;
    text-align: center
}

.footer__navigation a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-decoration-line: none;
    color: #fff;
    margin-right: 30px
}

.footer__navigation a:hover {
    text-decoration: underline
}

.copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 30px
}

#language-switcher {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: right
}

#language-switcher ul {
    list-style-type: none;
    background-color: rgb(13 79 100);
}

#menuLink1 {
    font-style: normal;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 1em;
    text-align: center
}

#menuLink1::after {
    position: absolute;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: rgb(40 21 45);
    content: "";
    display: inline-block;
    height: 10px;
    transform: rotate(135deg);
    transition: .35s ease-in-out;
    vertical-align: top;
    width: 10px
}

#menuLink1>li {
    min-width: 120px;
    text-align: right
}

#language-switcher ul {
    display: none
}

#language-switcher ul {
    transform: translate(-100%, -100%) !important
}

#language-switcher:hover ul {
    display: block
}

#language-switcher:hover #menuLink1::after {
    transform: rotate(315deg)
}

#six__items .container {
    margin: 0 auto;
    max-width: 750px
}

.six__items_wrapper {
    display: inline-grid;
    justify-content: space-between;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.six__items_item {
    flex-grow: 1;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 50px;
    max-width: 250px
}

.six__items_image {
    margin-bottom: 20px;
    position: relative;
    text-align: center
}

.six__items_image img {
    height: 110px
}

.six__items_image::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #5940f1;
    opacity: 1;
    filter: blur(33px);
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%)
}

.six__items_header {
    margin-top: 30px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    text-align: justify;
}

.six__items_text {
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

body.ar #submit {
    left: 5px !important;
    right: auto
}

body.ar .go-to-google {
    flex-direction: row-reverse
}

body.ar .blue__block ol li {
    padding-right: 20px;
    padding-left: 0
}

body.ar .info-arrow {
    padding-right: 0;
    padding-left: 40px
}

body.ar .info-arrow img {
    position: absolute;
    left: 0;
    right: auto
}

body.ar .blue__block ol li::before {
    right: -10px
}

body.ar .accordion {
    text-align: right
}

body.ar .accordion img {
    left: 32px;
    right: auto
}

.pure-menu-heading {
    padding-left: 25px;
    flex: 1
}

.page-faq {
    padding-top: 30px
}

#clear,
#paste {
    position: absolute;
    top: 12px;
    right: 155px;
    display: flex;
    align-items: center;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    z-index: 1;
    height: 40px;
    color: #5940f1;
    background-color: #fff
}

#paste svg path {
    stroke: #5940f1
}

#clear svg path {
    fill: #5940f1
}

#clear {
    display: none
}

#clear:hover,
#paste:hover {
    cursor: pointer
}

#paste svg {
    margin-right: 5px
}

body.ar #paste svg {
    margin-left: 5px;
    margin-right: 0
}

#accordion {
    padding-top: 10px
}

.splash-container.processed .adcontainer_big {
    margin-top: 0
}

.splash-container.processed .adcontainer_big>div {
    position: relative !important;
    margin-bottom: 15px
}

@media (max-width:48em) {
    .main__content__container .text {
        margin: -9px 0;
    } 
    .home-menu .pure-menu-heading {
        float: left
    }

    #menu ul {
        flex-direction: column
    }

    #menu ul li {
        margin-right: 0;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .go-to-google {
        font-size: 16px
    }

    .footer__container,
    .footer__navigation {
        flex-direction: column-reverse;
        align-items: center
    }

    .app_section>div {
        flex-direction: column
    }

    #errorContainer,
    #six__items .container,
    .adcontainer_big,
    .app_section {
        margin-left: 1em;
        margin-right: 1em
    }

    .six__items_header p {
        line-height: 27px;
        text-align: justify;
    }

    .app_section .text {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        padding-left: 0
    }

    .main-highlights {
        /* flex-direction: column; */
        align-items: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .main-highlights .responsive {
        max-width: 360px;
        margin-bottom: 50px
    }
    
.main-3{
     margin-top: 70px !important;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    justify-content: center;
    font-weight: bold;
}
    .text__container {
        margin-left: 1em;
        margin-right: 1em
    }

    .blue__block {
        margin-left: 1em;
        margin-right: 1em;
        padding: 40px 30px
    }

    #main_page_text::placeholder {
        font-style: normal;
        font-weight: 400
    }

    #bigmessage {
        line-height: 40px;
        padding: 30px 1em
    }

    #submit {
        position: relative !important;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 10px !important;
        background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
        border: 1px solid #fff
    }

    .info-arrow {
        width: 90%;
        max-width: 90%;
        margin-bottom: 50px
    }

    .main__content__container {
        margin-left: 1em;
        margin-right: 1em;
        flex-direction: column
    }

    .text--image {
        max-width: 100%
    }

    .text--text {
        max-width: 100%
    }

    .main__content__container:nth-child(2),
    .main__content__container:nth-child(4) {
        flex-direction: column-reverse
    }

    .accordion__container {
        margin-left: 1em;
        margin-right: 1em
    }

    .main__content__container .image__wrapper {
        text-align: center
    }

    #menu__toggle__wrapper {
        display: flex;
        flex: 1;
        justify-content: flex-end
    }

    #twt_promo span {
        display: none
    }

    #twt_promo {
        margin: 8px 15px
    }

    #twt_promo span:last-child {
        display: block
    }

    .text h2 {
        line-height: 35px
    }

    .text__desc {
        line-height: 24px;
        text-align: justify;
    }

    .main-highlights h4 {
        min-height: auto
    }

    .info-arrow {
        padding-right: 40px
    }

    .info-arrow img {
        width: 30px
    }

    .blue__block {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .main__content__container h3 {
        text-align: center;
        font-size: 20px;
    }

    .accordion {
        padding-left: 20px;
        padding-right: 60px
    }

    .panel p {
        padding: 20px
    }

    #menu ul {
        flex-direction: column;
        padding-left: 0
    }

    #menu ul li {
        margin-right: 0;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .six__items_wrapper {
        justify-content: center;
        align-items: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .six__items_item {
        margin-bottom: 30px;
        max-width: 270px
    }

    .six__items_image {
        margin-bottom: 5px
    }

    .six__items_image,
    .six__items_text {
        text-align: center
    }

    .info-arrow {
        margin-top: 30px;
        line-height: 27px;
        text-align: center;
        font-size: 16px;
        margin-left: 35px;
    }

    body.ar #clear,
    body.ar #paste {
        left: 1em !important;
        right: auto !important
    }

    #footer .row-1,
    #footer .row-2 {
        margin-bottom: 20px
    }

    #footer .row-1 a:last-child,
    #footer .row-2 a:last-child {
        margin-right: 0
    }

    #footer .lang {
        flex-direction: column-reverse
    }

    #footer #language-switcher {
        margin-bottom: 20px
    }

    .result_overlay {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .result_overlay_buttons {
        padding-left: 0 !important;
        max-width: 340px;
        margin: 0 auto
    }

    #target {
        padding-left: 15px;
        padding-right: 15px
    }

    body.ar #submit {
        left: 0 !important;
        right: auto
    }

    .home-menu .pure-menu-heading {
        padding-left: 20px
    }

    #footer .row-1 {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #footer .row-2 {
        margin-bottom: 20px;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center
    }

    #footer .row-2 a:last-child {
        margin-top: 30px
    }

    #footer .row-1 a {
        margin-right: 0;
        margin-bottom: 20px
    }

    #footer .row-1 a:last-child {
        margin-bottom: 0
    }

    .text {
        padding-right: 0 !important;
        padding-top: 0 !important;
        margin-top: 0
    }

    .main__content__container .image__wrapper img {
        margin: 0 auto
    }
}

@media (min-width:48em) and (max-width:64em) {
    .main__content__container img {
        max-width: 300px
    }

    .main__content__container .image__wrapper {
        text-align: center
    }

    #errorContainer,
    .accordion__container,
    .blue__block,
    .footer__container,
    .main__content__container,
    .text__container {
        margin-left: 2em;
        margin-right: 2em
    }

    .content.main__content__container {
        margin: 0 auto
    }

    #footer .footer__container {
        flex-direction: column
    }

    .footer__container .footer__navigation {
        justify-content: center
    }

    #menu ul li {
        margin-right: 15px;
        font-size: 14px
    }

    #twt_promo {
        font-size: 14px;
        float: none
    }

    .lang-wrapper {
        text-align: center
    }

    #language-switcher {
        float: none;
        display: inline-block;
        margin-top: 40px
    }
}

@media (min-width:64em) and (max-width:80em) {

    #errorContainer,
    .blue__block,
    .footer__container,
    .main__content__container,
    .text__container {
        margin-left: 2.5em;
        margin-right: 2.5em
    }
}

@media (min-width:950px) {
    .blue__block {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:380px) {
    #footer {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .sss {
        padding: 0
    }

    .sss div {
        display: none
    }

    #twt_promo {
        margin-left: 0;
        margin-right: 0
    }

    .home-menu .pure-menu-heading {
        padding-left: 10px;
        padding-right: 0
    }

    .home-menu a {
        font-size: .9em
    }

    #menu {
        top: 52px
    }
}

@media (max-width:30em) {
    #mainpicture h2 {
        color: #fff;
        margin: 0;
        font-size: 1em;
        line-height: 1
    }

    .maintext {
        font-size: 12px;
        padding-top: 0
    }
}

.content-visibility {
    content-visibility: auto;
    contain-intrinsic-size: 1000px
}

#errorContainer {
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    margin: 0;
    box-shadow: 0 26px 38px -12px rgba(0, 0, 0, .7);
    z-index: 1000;
    opacity: 1;
    display: none;
    padding: 1em
}

#errorContainer>div {
    display: flex;
    background: #fff;
    max-width: 887px;
    align-items: center
}

#errorContainer>div .is-icon {
    width: 2em;
    float: left;
    height: 2em;
    min-width: 2em;
    min-height: 2em
}

#errorContainer div div:nth-child(2) {
    padding-left: 1em
}

#main_loader {
    position: absolute;
    z-index: 999
}

#app_section_block,
#twt_promo {
    display: none
}

#ad-vignette {
    z-index: 1337
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999
}

.modal__container {
    background-color: #fff;
    padding: 1em;
    max-width: 100%;
    max-height: 80%;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    min-width: 80%
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
    display: none
}

.modal__close {
    background: 0 0;
    border: 0;
    margin-bottom: 1em;
    display: none
}

.modal__header .modal__close:before {
    content: "\2715";
    font-size: 2em
}

.modal__content {
    line-height: 0;
    color: rgba(0, 0, 0, .8)
}

.modal__btn {
    width: 100%;
    font-size: .875rem;
    padding: 1em;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.modal__btn:focus,
.modal__btn:hover {
    background-color: #a6a6a6
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff
}

.a_show {
    opacity: 1
}

.a_hide {
    opacity: 0;
    transition: opacity 1s
}

@media only screen and (min-width:310px) and (max-width:500px) {
    .modal__container {
        padding: 0;
        border-radius: 0
    }

    .modal__footer .modal__btn {
        font-size: 1em
    }
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform
}

#overlayimage {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkqAcAAIUAgUW0RjgAAAAASUVORK5CYII=);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 1500px;
    display: none
}

#adBottom {
    display: none
}

#ad_bottom {
    display: inline-block;
    height: 60px;
    width: 100%
}

@media only screen and (min-width:310px) and (max-width:500px) {
    #adBottom {
        display: block;
        position: fixed;
        text-align: center;
        bottom: 0;
        width: 100%;
        z-index: 999;
        height: 50px !important;
        background-color: #fff;
        transition: .4s
    }

    .ad_sticky {
        width: 100%;
        height: 100%;
        position: relative;
        box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, .1), 0 -1px 2px 0 rgba(0, 0, 0, .06)
    }

    .ad-close {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0;
        top: -25px;
        box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, .1), 0 -1px 2px 0 rgba(0, 0, 0, .06);
        z-index: 1000;
        background-color: #fff;
        border-top-right-radius: 6px;
        cursor: pointer
    }

    footer#footer {
        margin-bottom: 45px
    }
}

textarea#sendmessage {
    border-width: 3px;
    box-shadow: none;
    font-size: 100%;
    width: 100%
}

.relative {
    position: relative
}

#_gcaptcha_pt {
    padding-bottom: 1em
}

#clear,
#paste {
    position: absolute;
    right: 0;
    top: 32px;
    transform: translate(0, -50%);
    right: 8px;
    display: flex;
    align-items: center;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
    z-index: 1;
    padding: .6em;
    height: 40px
}

#clear {
    display: none
}

#clear:hover,
#paste:hover {
    cursor: pointer
}

#paste svg {
    margin-right: 5px
}

#main_page_text {
    margin-bottom: 0 !important
}

@media (max-width:48em) {
    #bigmessage {
        font-size: 1.3em;
        line-height: 1;
        padding: 1em 0
    }
}

#target {
    display: flex
}

#target .result {
    flex-grow: 1
}

#mainpicture {
    flex: auto
}

@media (min-width:1920px) {
    .pure-u-14-24 img.u-fw {
        max-width: 50%
    }
}

#googlead_main {
    display: block;
    height: 280px
}

.result_overlay_buttons a:first-child {
    margin-top: 0
}

a.pure-button.dl-button {
    padding: .7em .5em
}

@media (max-width:900px) {
    .dl-button {
        font-size: .9em
    }

    .maintext {
        font-size: .85em
    }
}

#mainpicture .result_author {
    border-radius: 50%;
    float: left;
    width: 100%;
    max-width: 100px;
    margin-bottom: .5em
}

#mainpicture h2 {
    width: 100%;
    text-align: left;
    line-height: 1
}

.pd-lr {
    padding-left: .6em;
    padding-right: .6em
}

.maintext {
    text-align: left
}

@media (max-width:48em) {
    .result_overlay_buttons {
        max-width: 100%
    }
}

@media (max-width:430px) {
    .maintext {
        font-size: .7em
    }
}

.page-404 .footer__container {
    display: flex;
    justify-content: center
}

.page-404 .footer__container .flex-1 {
    display: none
}

#avatar_and_text {
    margin-bottom: 7px
}

#pubpower_bottom_main {
    display: block;
    height: 280px
}

#pubpower_main {
    display: block;
    height: 280px
}

#dl_btns>p {
    margin: 0;
    color: #fff;
    font-size: 8px;
    text-transform: uppercase
}

.icon.icon-ad-rewarded {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg id="Glyph" height="20" viewBox="0 0 32 32" fill="%2300000090" width="20" xmlns="http://www.w3.org/2000/svg"><path d="m11 16.42 1.53 4.08h-3.06zm18.5-10.42v3.5h-27v-3.5a2.5 2.5 0 0 1 2.5-2.5h22a2.5 2.5 0 0 1 2.5 2.5zm-20.5.5a1 1 0 1 0 -1 1 1 1 0 0 0 1-1zm4 0a1 1 0 1 0 -1 1 1 1 0 0 0 1-1zm16.5 4v15.5a2.5 2.5 0 0 1 -2.5 2.5h-22a2.5 2.5 0 0 1 -2.5-2.5v-15.5zm-15 12.32-3-8a.52.52 0 0 0 -.94 0l-3 8a.5.5 0 0 0 .94.36l.6-1.68h3.8l.63 1.68a.51.51 0 0 0 .47.32.57.57 0 0 0 .18 0 .52.52 0 0 0 .29-.68zm10-3.82a4.51 4.51 0 0 0 -4.5-4.5h-2a.5.5 0 0 0 -.5.5v8a.5.5 0 0 0 .5.5h2a4.51 4.51 0 0 0 4.5-4.5zm-4.5-3.5h-1.5v7h1.5a3.5 3.5 0 0 0 0-7z"/></svg>');
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.without_watermark_hd {
    font-weight: 700
}

.ios_promo .modal__footer {
    display: none
}

.ios_promo .modal__container {
    max-height: 100%;
    border-radius: 1em;
    background: #ececec
}

.ios_promo #ad-vignette-header {
    padding: 0 .5em 0 .5em
}

.ios_promo .modal__content {
    color: #000
}

.ios_promo .modal__container h2 {
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1.5em
}

.ios_promo .modal__header {
    justify-content: flex-end
}

.ios_promo .modal__header button {
    padding: 0;
    color: #aaa;
    background: #ececec;
    width: 30px
}

.ios_promo .modal__header button svg {
    padding-top: 3px;
    padding-left: 9px
}

#app-steps {
    display: flex;
    max-width: 350px;
    flex-direction: column;
    margin-bottom: 1em
}

#ios_app_footer {
    align-items: center;
    display: flex;
    min-width: 310px;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 1em;
    background: #eee;
    margin-top: -1em
}

#ios_app_footer table {
    margin: 2em auto;
    font-size: 12px;
    text-transform: uppercase
}

#ios_app_footer table th {
    vertical-align: top
}

#ios_app_footer table th img {
    border-radius: 1em;
    margin-right: 1.5em;
    max-width: 60px
}

#submit_ios_app {
    background: linear-gradient(272.21deg, #598bd1 14.73%, #4eb6eb 79.8%);
    width: 100%;
    border-radius: 2em;
    margin: 0 auto;
    padding: 1em;
    border: 0
}

#submit_ios_app span {
    font-size: 1.4em;
    color: #fff
}

#ios_app_footer table td {
    line-height: 1.4em
}

#ios_app_footer table td p {
    color: #bbb
}

#ios_app_footer .rate_stars {
    color: #ecaa00
}

#ios_app_footer table td:first-child {
    line-height: 1.2em
}

#ios_app_footer table h4 {
    margin: 0;
    font-size: 1.4em
}

#app-steps p {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-block-start: auto;
    margin-block-end: .5em;
    line-height: 1em
}

#app-steps p span:first-child {
    padding-right: 1em;
    font-size: 1.5em;
    padding-left: .5em
}

#app-steps p span:nth-child(2) {
    padding: 8px;
    background: #fff;
    text-align: center;
    margin-right: .5em;
    border-radius: 6px;
    box-shadow: 5px 5px 6px #ddd
}

#app-steps p img {
    margin-right: .5em;
    border-radius: 6px;
    box-shadow: 5px 5px 6px #ddd;
    width: 30px
}

#ios_app_preview {
    padding: 1em 1em 2em 1em;
    background: #fff;
    border-radius: 1em 1em 0 0
}

#ios_app_preview img {
    height: auto;
    width: auto;
    max-width: 309px;
    max-height: 212px;
    margin: 0 auto;
    display: flex
}

@media only screen and (min-height:480px) and (max-height:640px) {
    #ad-vignette-content h2 {
        font-size: 13px
    }

    #app-steps {
        font-size: 12px
    }

    #ios_app_preview img {
        max-height: 150px;
        width: 100%
    }

    #ios_app_footer table {
        margin: 1em auto;
        width: 90%;
        font-size: 10px
    }

    #ios_app_footer table th img {
        max-width: 52px
    }

    #submit_ios_app span {
        font-size: 1em
    }
}

.ja #app-steps p {
    font-size: 13px
}

.ja #submit_ios_app span {
    font-size: 1.6em
}

.ios_promo .modal__container {
    padding: 0
}
/* #btn123{
    top: 251px;
    cursor: pointer;
    position: absolute;
    left: 684px;
    background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
    color: white;
} */
.q1{
    height: 39px !important;
    width: 80px;
    margin-left: 9px;
}
.q2{
    
    width: 60px !important;
}
.q3{
    
    margin: 0px 10px !important;
    font-size: 17px;
    color: black;
}
.q3:hover{
    text-decoration: none;
    color:#6a7081;
}
.q4{
    
    margin: 0px -274px !important;
    font-size: 17px;
    color: black;
}
.q4:hover{
    text-decoration: none;
    color:#6a7081;
}
.q5{
    color: white !important;
    border: 2px solid purple;
    border-radius: 10px;
    background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
    padding: 5px;
}
.a123 {
    color: black;
    text-decoration: none;
    
}
.a124 {
    color: black;
    text-decoration: none;
    font-size: 17px;
    font-weight: normal;
}
.a125 {
    font-size: 22px;
    font-weight: 900;
}
.lang1{
    color:white !important;
    font-weight: bold !important;
}
@media screen and (max-width:576px) {
    #btn123 {
        background: linear-gradient(89.86deg, #450f52 8.6%, #5940f1 99.86%);
        color: white;
        margin-top: 13px;
        border-radius: 10px;
    } 
}
@media screen and (min-width:576px) and (max-width:768px) {
    #btn123 {
        background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
        color: white;
    } 
    #btn123 {
        background: linear-gradient(89.86deg, #450f52 8.6%, #5940f1 99.86%);
        color: white;
        margin-top: 13px;
        border-radius: 10px;
        display: flex;
        margin-left: 202px;
    } 
}
@media screen and (min-width:768px) and (max-width:840px) {
    #btn123 {
        background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
        color: white;
    } 
    #btn123 {
        background: linear-gradient(89.86deg, #450f52 8.6%, #5940f1 99.86%);
        color: white;
        margin-top: 13px;
        border-radius: 10px;
    } 
}
@media screen and (min-width:840px) and (max-width:964px) {
    #btn123 {
        top: 251px;
        cursor: pointer;
        position: absolute;
        left: 568px;
        background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
        color: white;
    } 
}
@media screen and (min-width:964px) and (max-width:1150px) {
    .pure-form input[type] {
        border: 3px solid #ddd;
        box-shadow: none;
        font-size: 100%;
        width: 823px;
        height: 55px;
    }
    #btn123 {
        top: 251px;
        cursor: pointer;
        position: absolute;
        left: 568px;
        background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
        color: white;
    } 
}
@media screen and (min-width:964px) and (max-width:1200px) {
    .panel12{
        border: 1px solid black !important;
        border-radius: 5px !important;
        margin-left: 7px !important;
        width: 441px !important;
    }
    #btn123 {
        top: 251px;
        cursor: pointer;
        position: absolute;
        left: 663px;
        background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
        color: white;
    }  
}
@media screen and (min-width:1200px) {
    #btn123 {
        top: 251px;
        cursor: pointer;
        position: absolute;
        left: 687px;
        background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%);
        color: white;
    }
    .panel12{
        border-radius: 5px !important;
        margin-left: 7px !important;
        width: 528px !important;
    } 
   
}
.h213{
    color: #003dd5 !important;
    display: flex !important;
    justify-content: center !important;
    font-weight: bold;
}
.st1{
    color: black;
}
.main-highlights-1 {
    margin-top: 70px !important;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    font-weight: bold;
}
.menulink1{
    width: 142px !important;
}
.panel-1 div {
    padding: 4px;
    background-color: white !important; 
    border-radius: 5px;
    text-align: justify;
    border-color:wheat;
    
}
.panel-1-default {
    border-color: black;
}
.panel-1 h1,
.panel-1 h2,
.panel-1 h3,
.panel-1 h4 {
    text-transform: uppercase !important;
    background: linear-gradient(89.86deg, #ce00ff 8.6%, #5940f1 99.86%) !important;
    height: 40px;
    align-content: center;
}
.panel-1-heading{
    margin-bottom: 6px !important;
}
.about-1{
    color: black;
    text-decoration: none;
}
.about-1:hover{
    color: #23527c;
    text-decoration: none;
}

.anchor23{
    color: white;
    padding: 0px 6px;
}
.anchor23:hover{
    color: #b2cbe1;
    text-decoration: none;
}
.anchor24{
       color: #333;
}
.anchor24:hover{
       color: #333;
       text-decoration: none;
}

/* General Container */
#result {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Thumbnail Image */
#result img {
    max-width: 100%;
    /*height: auto;*/
    object-fit: cover;
    border-radius: 8px;
}

/* Video & Audio Duration Badge */
#durationBadge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}

/* File Type and Download Link Table */
.table {
    width: 100%;
    max-width: 400px;
    margin-left: 20px;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.table th, .table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.table th {
    background: #f1f1f1;
    font-weight: bold;
}

.table td {
    font-weight: 500;
}

/* Download Buttons */
.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #162447;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
    font-weight: bold;
}

.btn:hover {
    background: #1f4068;
}

/* "Download Another Video" Button */
#conmore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 12px;
    width: 100%;
    max-width: 400px;
    background: #dce2f0;
    color: #344767;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

#conmore:hover {
    background: #cbd6e6;
}

#conmore svg {
    margin-right: 8px;
}

.rounded {
    border-radius: 10px;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    #result {
        flex-direction: column;
        align-items: center;
    }
    
    .table {
        margin: 20px 0 0 0;
    }
}
