a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    text-rendering: geometricPrecision;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

a,
button {
    cursor: pointer
}

button:focus {
    outline: 0
}

ol,
ul {
    list-style: none
}

input:focus {
    outline: 0
}

.only-desktop {
    display: none
}

@media(min-width:1396px) {
    .only-desktop {
        display: block
    }
}

.only-phone {
    display: block
}

@media(min-width:1396px) {
    .only-phone {
        display: none
    }
}

.hidden {
    display: none !important
}

::-webkit-input-placeholder {
    color: #7f949a;
    font-family: geomanistregular, sans-serif
}

:-ms-input-placeholder {
    color: #7f949a;
    font-family: geomanistregular, sans-serif
}

::placeholder {
    color: #7f949a;
    font-family: geomanistregular, sans-serif
}

body.shadow:before {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 7
}

section {
    overflow: hidden;
    position: relative
}

section .title+span {
    font-family: geomanistmedium, sans-serif;
    font-size: 14px;
    padding: 0 10px
}

@media(min-width:1396px) {
    section .title+span {
        padding: 0 20px 10px
    }
}

section.notice {
    background: #edf3f4;
    border-radius: 10px;
    margin: 10px
}

@media(prefers-color-scheme:dark) {
    section.notice {
background: linear-gradient(90deg, #ffde59, #ff914d);
    }
}

section.notice .title {
    display: block;
    margin: 20px 0 0;
    text-align: center
}

section.notice .content {
    color: #1f4e5a;
    font-family: geomanistmedium, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    padding: 20px
}

section.notice .content p {
    color: #1f4e5a;
    font-family: geomanistregular, sans-serif;
    margin: 10px 0;
    text-align: center
}

@media(prefers-color-scheme:dark) {
    section.notice .content p {
        color: #fff
    }
}

section.notice .content a {
    color: #00aad5
}

.button-more {
    background: #00aad5;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-family: geomanistregular, sans-serif;
    font-size: 12px;
    font-weight: inherit;
    margin: 10px 0;
    padding: 5px 10px
}

.item-row .more,
section .more {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1
}

.no-content {
    align-items: center;
    color: #7f949a;
    display: inline-flex;
    font-family: geomanistregular, sans-serif;
    font-size: 12px;
    font-weight: inherit
}

@media(prefers-color-scheme:dark) {
    .no-content {
        color: #fff
    }
}

.no-content:lang(ar),
.no-content:lang(hi),
.no-content:lang(ja),
.no-content:lang(ko),
.no-content:lang(ro),
.no-content:lang(ru),
.no-content:lang(th),
.no-content:lang(tr),
.no-content:lang(vi),
.no-content:lang(zh) {
    font-family: sans-serif;
    font-weight: 600
}

.no-content a,
.no-content span {
    background: #00aad5;
    border-radius: 10px;
    cursor: pointer;
    font-size: 10px;
    margin: 5px 10px;
    padding: 10px;
    text-transform: uppercase
}

.ads,
.no-content a,
.no-content span {
    color: #fff;
    font-family: geomanistmedium, sans-serif
}

.ads {
    background: rgba(0, 0, 0, .5);
    bottom: auto;
    font-size: 8px;
    font-weight: 400;
    left: auto;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0
}

.uptodown-toast {
    color: #fff;
    font-family: geomanistregular, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 15px;
    padding-top: 15px
}

.toastify {
    border-radius: 10px
}

.toast-close {
    opacity: 1
}

section {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 0
}

section .button-more {
    color: #fff;
    font-family: geomanistmedium, sans-serif;
    font-size: 12px;
    padding: 20px;
    text-transform: uppercase
}

@media(min-width:1396px) {
    section .button-more {
        margin: 10px 20px
    }
}

section .input_block {
    clear: both;
    width: 100%
}

section .input_block .g-recaptcha {
    display: inline-block;
    margin: auto
}

@media(min-width:1396px) {
    section .input_block .g-recaptcha {
        margin: 20px auto
    }
}

section .title {
    color: #1f4e5a;
    font-family: geomanistregular, sans-serif;
    font-size: 30px;
    font-weight: inherit;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center
}

@media(prefers-color-scheme:dark) {
    section .title {
        color: #fff
    }
}

@media(min-width:1396px) {
    section .title {
        color: #333;
        font-family: geomanistmedium, sans-serif;
        font-size: 30px
    }
}

@media(min-width:1396px)and (prefers-color-scheme:dark) {
    section .title {
        color: #fff
    }
}

section .title+span {
    color: #1f4e5a;
    display: block;
    font-family: geomanistregular, sans-serif;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.4;
    text-align: center
}

@media(prefers-color-scheme:dark) {
    section .title+span {
        color: #fff
    }
}

section .title+span.fit {
    margin-bottom: 20px
}

@media(min-width:1396px) {
    section .title+span.fit {
        width: 70%
    }

    section .title+span {
        color: #333;
        font-family: geomanistregular, sans-serif;
        font-size: 16px;
        font-weight: 300
    }
}

@media(min-width:1396px)and (prefers-color-scheme:dark) {
    section .title+span {
        color: #fff
    }
}

section .social {
    display: inline-flex
}

section .social svg {
    fill: #fff;
    border-radius: 10px;
    margin: 15px;
    transform: scale(1.5)
}

section .image {
    bottom: -14px;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 260px;
    z-index: 1
}

section .image.graph {
    bottom: 0;
    position: relative;
    transform: scale(.8)
}

section.image {
    padding-bottom: 300px
}

@media(min-width:1396px) {
    section.image.left {
        align-items: start;
        padding-bottom: 100px
    }

    section.image.left .title,
    section.image.left .title+span {
        text-align: left;
        width: 50%;
        z-index: 1
    }

    section.image.left .image {
        left: auto;
        right: 168px;
        width: 379px
    }

    section.image.right {
        align-items: flex-end;
        padding-bottom: 100px
    }

    section.image.right .title,
    section.image.right .title+span {
        text-align: right;
        width: 50%;
        z-index: 1
    }

    section.image.right .image {
        left: 40px;
        right: auto;
        width: 300px
    }

    section.card .content {
        gap: 20px;
        justify-content: space-between
    }
}

section.card .content div {
    background: #fcf9f7;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.4;
    margin: 11px;
    padding: 200px 20px 20px
}

@media(prefers-color-scheme:dark) {
    section.card .content div {
        background: #1f4e5a
    }
}

@media(min-width:1396px) {
    section.card .content div {
        margin: 0
    }
}

section.card .content div.image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: auto;
    height: 200px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

section.blue {
    background: #00aad5;
    padding-bottom: 50px
}

@media(prefers-color-scheme:dark) {
    section.blue {
        background: #1f4e5a
    }
}

section.blue .content h3,
section.blue p {
    color: #fff
}

section.blue .content .button-more {
    background: #fff;
    color: #00aad5
}

section.blue-light {
    background: #ebf1f6
}

@media(prefers-color-scheme:dark) {
    section.blue-light {
        background: #1f4e5a
    }
}

section.blue-light .map {
    position: relative;
    width: auto
}

section.blue-light .map div {
    color: #00aad5;
    font-family: geomanistmedium, sans-serif;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 0 #fff;
    width: 20px
}

@media(min-width:1396px) {
    section.blue-light .map div {
        font-size: 30px
    }
}

section.blue-light .map div.america {
    left: 65px;
    top: 100px
}

section.blue-light .map div.europe {
    left: 164px;
    top: 56px
}

section.blue-light .map div.africa {
    left: 143px;
    top: 108px
}

section.blue-light .map div.asia {
    left: 225px;
    top: 100px
}

@media(min-width:1396px) {
    section.blue-light .map div.america {
        left: 133.9px;
        top: 201.88px
    }

    section.blue-light .map div.europe {
        left: 337.84px;
        top: 111.24px
    }

    section.blue-light .map div.africa {
        left: 294.58px;
        top: 218.36px
    }

    section.blue-light .map div.asia {
        left: 463.5px;
        top: 201.88px
    }
}

section.blue-light .map img {
    margin-top: 10px;
    width: 280px
}

@media(min-width:1396px) {
    section.blue-light .map img {
        margin: 25px auto;
        width: 588px
    }
}

section.blue.image {
    padding-bottom: 300px
}

section.blue a {
    color: #1f4e5a;
    color: #fff;
    font-family: geomanistregular, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    padding: 10px 0
}

section.blue a b {
    font-family: geomanistmedium, sans-serif
}

section.blue:after {
    content: none
}

section.blue .title,
section.blue .title+span {
    color: #fff
}

section.items .content {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 0 0 10px
}

@media(min-width:1396px) {
    section.items .content {
        justify-content: center
    }
}

section.items .content .item figure {
    background: #edf3f4;
    border-radius: 10px
}

section.items .content .item a {
    color: #1f4e5a
}

@media(prefers-color-scheme:dark) {
    section.items .content .item a {
        color: #fff
    }
}

section .content {
    box-sizing: border-box;
    color: #1f4e5a;
    font-family: geomanistregular, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    line-height: 1.4;
    width: 100%
}

@media(prefers-color-scheme:dark) {
    section .content {
        color: #fff
    }
}

section .content a {
    color: #00aad5;
    font-family: geomanistmedium, sans-serif
}

@media(prefers-color-scheme:dark) {
    section .content a {
        color: #33c3f0
    }
}

section .content p {
    margin: 10px 0 40px
}

section .content h3 {
    color: #1f4e5a;
    font-family: geomanistmedium, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 80px 0 20px
}

@media(prefers-color-scheme:dark) {
    section .content h3 {
        color: #fff
    }
}

section .content h3:first-of-type {
    margin: 20px 0
}

section .content h4 {
    color: #1f4e5a;
    font-family: geomanistmedium, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0
}

@media(prefers-color-scheme:dark) {
    section .content h4 {
        color: #fff
    }
}

section .content table td {
    background: #fcf9f7;
    font-size: 10px;
    padding: 10px;
    width: 20%
}

@media(prefers-color-scheme:dark) {
    section .content table td {
        background: #1f4e5a
    }
}

section .content .sample {
    margin: 20px;
    width: 100%
}

@media(min-width:1396px) {
    section .content .sample {
        width: 50%
    }

    section .content .sample.right {
        float: right;
        margin: 0 0 50px 50px
    }

    section .content .sample.left {
        float: left;
        margin: 0 50px 50px 0
    }
}

section .content .button-more {
    color: #fff;
    margin: 20px 0;
    padding: 20px
}

section .content .button-more.alone {
    display: table;
    margin: 20px auto
}

section .content pre {
    background: #edf3f4;
    display: block;
    font-family: monospace;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

section .content b {
    font-family: geomanistmedium, sans-serif
}

section .content ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: left
}

section .content ul li {
    border-radius: 10px;
    color: #1f4e5a;
    margin: 4px;
    word-break: break-word
}

@media(prefers-color-scheme:dark) {
    section .content ul li {
        color: #fff
    }
}

section .content ol {
    counter-reset: item;
    padding: 20px 0 20px 20px
}

section .content ol li {
    color: #1f4e5a;
    display: block;
    font-family: geomanistregular, sans-serif;
    font-size: 18px;
    font-weight: inherit;
    margin-bottom: 10px
}

@media(prefers-color-scheme:dark) {
    section .content ol li {
        color: #fff
    }
}

section .content ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    margin-left: -20px;
    padding-right: 10px
}

section .content ol li li {
    color: #1f4e5a;
    font-family: geomanistregular, sans-serif;
    font-size: 14px;
    font-weight: inherit
}

@media(prefers-color-scheme:dark) {
    section .content ol li li {
        color: #fff
    }
}

section .content ol li li.bold {
    font-family: geomanistmedium, sans-serif
}

section .content ol li li p {
    font-weight: 300;
    margin: 20px 0
}

section .content ol li li ol {
    list-style-type: lower-latin
}

section .content ol li li ol li {
    color: #1f4e5a;
    font-family: geomanistregular, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    margin-bottom: 10px
}

@media(prefers-color-scheme:dark) {
    section .content ol li li ol li {
        color: #fff
    }
}

section .content ol li li ol li b:first-child {
    border-radius: 50%;
    color: #1f4e5a;
    display: inline-block;
    height: 20px;
    text-align: center;
    width: 20px
}

section .content ol li li ol li:before {
    display: none
}

section .content ol p {
    color: #1f4e5a;
    font-family: geomanistregular, sans-serif;
    font-size: 14px;
    font-weight: inherit
}

@media(prefers-color-scheme:dark) {
    section .content ol p {
        color: #fff
    }
}

section .content dl {
    color: #1f4e5a;
    font-family: geomanistregular, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    padding: 20px 0 20px 20px
}

@media(prefers-color-scheme:dark) {
    section .content dl {
        color: #fff
    }
}

section .content dl dt {
    display: inline-block;
    font-family: geomanistmedium, sans-serif
}

section .content dl dd {
    margin-bottom: 10px
}

section .content.center {
    text-align: center
}

section .content.banner {
    display: flex;
    flex-direction: column;
    margin-bottom: -200px
}

@media(min-width:1396px) {
    section .content.banner {
        column-count: 4;
        display: block;
        width: 70%
    }
}

section .content.banner img {
    margin: 0 auto 5px
}

section .content.logos {
    align-items: center;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    margin-bottom: 100px
}

@media(min-width:1396px) {
    section .content.logos {
        grid-template-columns: 25% 25% 25% 25%
    }
}

section .content.logos img {
    filter: grayscale(100%);
    margin: 10px;
    opacity: .5;
    width: 60%
}

@media(prefers-color-scheme:dark) {
    section .content.logos img {
        background: #fff;
        border-radius: 10px;
        opacity: 1;
        padding: 10px
    }
}

@media(min-width:1396px) {
    section .content.logos img {
        width: 50%
    }
}

section .content .number {
    color: #7f949a;
    font-family: geomanistregular, sans-serif;
    font-size: 80px;
    font-weight: 300;
    margin: 0
}

@media(prefers-color-scheme:dark) {
    section .content .number {
        color: #fff
    }
}

section .content .unit {
    color: #7f949a;
    font-family: geomanistregular, sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase
}

section.shadow:after {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff, #f6f6f6 47%, #ededed);
    background: -o-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(180deg, #fff 0, #f6f6f6 47%, #ededed);
    bottom: 0;
    content: "";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed", GradientType=0);
    height: 100px;
    position: absolute;
    width: 100%
}

@media(prefers-color-scheme:dark) {
    section.shadow:after {
        background: #fff;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3) 85%)
    }
}

section .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

@media(min-width:1396px) {
    section .row {
        flex-wrap: nowrap
    }
}

section .row div {
    padding: 10px;
    position: relative;
    width: 100%
}

section .row div .title {
    color: #1f4e5a;
    display: block;
    font-family: geomanistregular, sans-serif;
    font-size: 18px;
    font-weight: inherit;
    text-align: center
}

@media(prefers-color-scheme:dark) {
    section .row div .title {
        color: #fff
    }
}

@media(min-width:1396px) {
    section .row div.c4 {
        flex: 0 0 22%;
        max-width: 22%
    }
}

section .column {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

section .column div {
    padding: 10px 10px 10px 50px;
    position: relative;
    text-align: left;
    width: 100%
}

section .column div img {
    bottom: auto;
    height: auto;
    left: 10px;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px
}

section .column div .title {
    color: #1f4e5a;
    display: block;
    font-family: geomanistmedium, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 10px;
    padding: 0;
    text-align: left
}

@media(prefers-color-scheme:dark) {
    section .column div .title {
        color: #fff
    }
}

@media(min-width:1396px) {
    section .column div.c2 {
        flex: 0 0 43%;
        max-width: 43%
    }
}

section form {
    margin: 20px 0
}

section form ::-webkit-input-placeholder {
    color: #7f949a;
    font-weight: 300
}

@media(prefers-color-scheme:dark) {
    section form ::-webkit-input-placeholder {
        color: #7f949a
    }
}

section form :-ms-input-placeholder {
    color: #7f949a;
    font-weight: 300
}

@media(prefers-color-scheme:dark) {
    section form :-ms-input-placeholder {
        color: #7f949a
    }
}

section form ::placeholder {
    color: #7f949a;
    font-weight: 300
}

@media(prefers-color-scheme:dark) {
    section form ::placeholder {
        color: #7f949a
    }
}

@media(min-width:1396px) {
    section form {
        display: inline-flex;
        flex-wrap: wrap;
        margin: 20px -20px;
        width: 80%
    }
}

section form .input-group {
    margin-bottom: 20px
}

@media(min-width:1396px) {
    section form .input-group {
        flex: 0 0 30%;
        margin: 12px;
        max-width: 30%
    }

    section form .input-group.full {
        flex: 100%;
        max-width: 100%
    }
}

section form .input-group label {
    color: #1f4e5a;
    display: block;
    font-family: geomanistmedium, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase
}

@media(prefers-color-scheme:dark) {
    section form .input-group label {
        color: #7f949a
    }
}

section form .input-group input[type=email],
section form .input-group input[type=password],
section form .input-group input[type=text],
section form .input-group select,
section form .input-group textarea {
    border: 0;
    border-bottom: 1px solid #757575;
    box-sizing: border-box;
    color: #1f4e5a;
    font-family: geomanistregular, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    padding: 10px 0;
    width: 100%
}

@media(prefers-color-scheme:dark) {

    section form .input-group input[type=email],
    section form .input-group input[type=password],
    section form .input-group input[type=text],
    section form .input-group select,
    section form .input-group textarea {
        background: #0f292f;
        border-bottom: 1px solid #7f949a;
        color: #fff
    }
}

section form .input-group input[type=email]:focus,
section form .input-group input[type=password]:focus,
section form .input-group input[type=text]:focus,
section form .input-group select:focus,
section form .input-group textarea:focus {
    border-bottom: 1px solid #00aad5
}

section form .input-group textarea {
    resize: none
}

section form .input-group textarea:focus {
    outline: none !important
}

section form .input-group small {
    color: #1f4e5a;
    display: block;
    font-family: geomanistregular, sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 10px;
    text-align: left
}

@media(prefers-color-scheme:dark) {
    section form .input-group small {
        color: #7f949a
    }
}

section form .alert {
    background: #c40606;
    color: #fff;
    font-family: geomanistmedium, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    padding: 10px;
    text-align: center
}

@media(min-width:1396px) {
    section form .alert {
        width: 100%
    }
}

section form button {
    background: #00aad5;
    border: 0;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-family: geomanistmedium, sans-serif;
    font-size: 16px;
    font-weight: inherit;
    margin: 10px 0;
    padding: 10px;
    text-transform: uppercase;
    width: 100%
}

@media(min-width:1396px) {
    section form button {
        margin: 10px auto;
        padding: 10px 50px;
        width: auto
    }
}

.f-search {
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7
}

@media(min-width:1024px) {
    .f-search {
        bottom: auto;
        height: 80px;
        margin: auto;
        width: 100%
    }
}

@media(min-width:1396px) {
    .f-search {
        height: 80px;
        width: 1396px
    }
}

.f-search div {
    cursor: pointer
}

.f-search button {
    background: #fff;
    border: 0;
    bottom: 0;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

@media(min-width:1024px) {
    .f-search button {
        height: 80px;
        width: 80px
    }
}

@media(prefers-color-scheme:dark) {
    .f-search button {
        background: #1f4e5a
    }
}

.f-search img {
    left: 0;
    right: 0
}

.f-search img,
.f-search img.close {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0
}

.f-search img.close {
    left: auto;
    right: 10px
}

@media(min-width:1024px) {
    .f-search img.close {
        right: 20px
    }
}

.f-search input {
    border: none;
    box-sizing: border-box;
    color: #1f4e5a;
    font-family: geomanistmedium, sans-serif;
    font-size: 16px;
    font-weight: inherit;
    height: 50px;
    padding: 0 40px 0 50px;
    width: 100%
}

@media(prefers-color-scheme:dark) {
    .f-search input {
        background: #1f4e5a;
        color: #fff
    }
}

@media(min-width:1024px) {
    .f-search input {
        font-size: 18px;
        height: 80px;
        padding-left: 80px;
        width: 100%
    }
}

.suggestion-list {
    bottom: 0;
    color: #1f4e5a;
    font-family: geomanistregular, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    left: 0;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 7
}

@media(min-width:1024px) {
    .suggestion-list {
        font-size: 16px;
        margin: auto;
        top: 80px;
        width: 1396px
    }
}

.suggestion-list li {
    background: #fff;
    border-top: 1px solid #7f949a;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    z-index: 4
}

@media(prefers-color-scheme:dark) {
    .suggestion-list li {
        background: #1f4e5a;
        border-top: 1px solid #7f949a;
        color: #fff
    }
}

.suggestion-list li:hover {
    background: #edf3f4
}

@media(prefers-color-scheme:dark) {
    .suggestion-list li:hover {
        color: #1f4e5a
    }
}

.suggestion-list li.active-autocomplete-element {
    background: #edf3f4
}

@media(prefers-color-scheme:dark) {
    .suggestion-list li.active-autocomplete-element {
        color: #1f4e5a
    }
}

.suggestion-list li:last-child {
    border-bottom: 2px solid #7f949a
}

.suggestion-list li a {
    display: block;
    padding: 10px 10px 8px
}

.suggestion-list li .sug_match {
    font-family: geomanistregular, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%
}

.suggestion-list li .sug_match b {
    font-family: geomanistmedium, sans-serif
}

.suggestion-list li .system {
    color: #7f949a;
    display: inline-block;
    float: right;
    text-align: right;
    width: 20%
}

.item {
    cursor: pointer;
    height: 100%;
    line-height: 1.2;
    margin: 0 10px 10px 0;
    min-width: 100px;
    position: relative;
    vertical-align: top;
    white-space: normal;
    width: 100px
}

@media(min-width:1396px) {
    .item {
        margin-right: 14px
    }

    .item:after {
        background: #edf3f4;
        border-radius: 10px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity .3s, transform .3s;
        width: 100%;
        z-index: -1
    }

    .item:hover:after {
        height: calc(100% - 5px);
        opacity: 1;
        top: 0;
        transform: scale(1.05)
    }
}

@media(min-width:1396px)and (prefers-color-scheme:dark) {
    .item:hover:after {
        opacity: .1
    }
}

.item>img {
    bottom: auto;
    left: -1px;
    position: absolute;
    right: auto;
    top: 0;
    z-index: 1
}

.item figure {
    cursor: pointer;
    height: 100px;
    margin-bottom: 10px;
    text-align: center;
    width: auto
}

.item figure img {
    border-radius: 10px;
    font-size: 10px;
    height: auto;
    max-height: 100px;
    max-width: 100px;
    text-align: center;
    width: auto;
    word-break: break-word
}

.item figure img.broken-img {
    object-fit: contain;
    width: 100%
}

.item div.author {
    color: #4caf50;
    -webkit-line-clamp: 1
}

.item div.author,
.item div.name {
    display: -webkit-box;
    font-family: geomanistmedium, sans-serif;
    font-size: 12px;
    font-weight: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.item div.name {
    color: #1f4e5a;
    word-break: break-word;
    -webkit-line-clamp: 2;
    text-align: center
}

@media(prefers-color-scheme:dark) {
    .item div.name {
        color: #fff
    }
}

.item div.name img {
    background: #fff;
    border: 1px solid #7f949a;
    border-radius: 20%;
    bottom: auto;
    left: 0;
    padding: 5px;
    position: absolute;
    right: auto;
    top: 0;
    z-index: 0
}

.item div.description {
    color: #7f949a;
    display: -webkit-box;
    font-family: geomanistregular, sans-serif;
    font-size: 12px;
    font-weight: inherit;
    margin-top: 5px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center
}

@media(prefers-color-scheme:dark) {
    .item div.description {
        color: #cddce0
    }
}

footer {
    background: #1f4e5a;
    clear: both;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    padding: 10px;
    position: relative
}

@media(min-width:767px) {
    footer {
        padding: 40px
    }
}

@media(min-width:1396px) {
    footer {
        padding: 40px
    }

    footer .info {
        flex: 0 0 50%
    }
}

footer .logo {
    display: block;
    flex: 1 100%;
    padding: 20px 10px;
    text-align: left
}

@media(min-width:767px) {
    footer .logo {
        padding: 0 0 10px
    }
}

@media(min-width:1396px) {
    footer .logo {
        padding: 0 10px 10px
    }
}

footer .logo img {
    filter: brightness(0) saturate(100%) invert(1);
    left: -25px;
    position: relative
}

footer .logo+p {
    color: #e2e2e2;
    font-family: geomanistregular, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    line-height: 1.5;
    text-align: left;
    text-transform: inherit
}

@media(min-width:1396px) {
    footer .logo+p {
        width: 60%
    }
}

footer .social {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
    margin: 20px 0 0
}

footer .social a {
    padding: 0
}

footer .social a:nth-child(2) img,
footer .social a:nth-child(3) img {
    height: 20px;
    margin-top: 2px
}

footer div {
    flex: 1 100%;
    margin: 0 0 40px;
    text-align: left
}

@media(min-width:767px) {
    footer div {
        flex: 1 30%
    }

    footer div.info {
        margin-right: 60px
    }
}

@media(min-width:1396px) {
    footer div {
        flex: 1
    }
}

footer div>p {
    color: #7f949a;
    font-family: geomanistmedium, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    padding-bottom: 10px;
    text-transform: uppercase
}

footer div>p:lang(ar),
footer div>p:lang(hi),
footer div>p:lang(ja),
footer div>p:lang(ko),
footer div>p:lang(ro),
footer div>p:lang(ru),
footer div>p:lang(th),
footer div>p:lang(tr),
footer div>p:lang(vi),
footer div>p:lang(zh) {
    font-family: sans-serif;
    font-weight: 600
}

footer div a,
footer div div {
    color: #e2e2e2;
    cursor: pointer;
    display: block;
    font-family: geomanistregular, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    margin: 0;
    padding: 10px 0 0
}

footer div a span,
footer div div span {
    background: linear-gradient(130deg, #e06290 10%, #f8e3b0 50%, #e06290 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: new 1s cubic-bezier(0, 0, .42, 1.34) infinite reverse, delaynew 4s ease infinite;
    background-size: 500% 100%;
    border: 1px solid #e06290;
    border-radius: 10px;
    font-family: geomanistmedium, sans-serif;
    font-size: 10px;
    margin: 0 5px;
    padding: 2px 5px;
    position: relative;
    text-transform: uppercase
}

@keyframes new {

    0%,
    to {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes delaynew {

    0%,
    to {
        background-position: 0 50%
    }

    25%,
    75% {
        background-position: 100% 50%
    }
}

footer div button#csconsentlink.cookie-settings {
    border: 0;
    padding: 10px 0 2px;
    text-rendering: geometricPrecision
}

footer div button#csconsentlink.cookie-settings,
footer div button#csconsentlink.cookie-settings:hover {
    background: transparent;
    color: #e2e2e2;
    font-family: geomanistregular, sans-serif;
    font-size: 14px;
    font-weight: inherit
}

footer .svg {
    left: 80px;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    top: 150px;
    transform: scale(2.5);
    z-index: 0
}