/* VAR */
/* colors */
/* size */
/* margins */
/* FUNCTIONS */
/* RESPONSIVE */
/* POSITION */
/* FONTS */
/* FONT ITEM */
/* SIZE */
/* BUTTON */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: geometricPrecision;
}

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

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

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

input:focus {
  outline: 0;
}

.only-desktop {
  display: none;
}

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

.only-phone {
  display: block;
}

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

.hidden {
  display: none;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #7F949A;
  font-family: geomanistregular, sans-serif;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7F949A;
  font-family: geomanistregular, sans-serif;
}

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

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

section {
  position: relative;
  overflow: hidden;
}

section .title + span {
  font-family: geomanistmedium, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
  padding: 0 10px 0;
  display: block;
}

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

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

@media (prefers-color-scheme: dark) {
  section.notice {
    background: #7F949A;
  }
}

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

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

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

section.notice .content a {
  color: #00AAD5;
}

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

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

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

@media (prefers-color-scheme: dark) {
  .no-content {
    color: white;
  }
}

.no-content a, .no-content span {
  background: #00AAD5;
  padding: 10px;
  border-radius: 10px;
  color: white;
  margin: 5px 10px;
  font-family: geomanistmedium, sans-serif;
  cursor: pointer;
}

.ads {
  font-family: geomanistmedium, sans-serif;
  color: white;
  font-size: 8px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: rgba(0, 0, 0, 0.5);
  font-size: 8px;
  padding: 3px;
  color: white;
}

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

.toastify {
  border-radius: 10px;
}

.toast-close {
  opacity: 1;
}

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

section .button-more {
  padding: 20px;
}

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

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

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

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

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

@media (prefers-color-scheme: dark) {
  section .title {
    color: white;
  }
}

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

@media (min-width: 996px) and (prefers-color-scheme: dark) {
  section .title {
    color: white;
  }
}

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

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

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

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

@media (min-width: 996px) {
  section .title + span {
    font-family: 'geomanistregular', sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
  }
}

@media (min-width: 996px) and (prefers-color-scheme: dark) {
  section .title + span {
    color: white;
  }
}

section .social {
  display: inline-flex;
}

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

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

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

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

@media (min-width: 996px) {
  section.image.left {
    align-items: start;
    padding-bottom: 100px;
  }
  section.image.left .title {
    text-align: left;
    width: 50%;
    z-index: 1;
  }
  section.image.left .title + span {
    text-align: left;
    width: 50%;
    z-index: 1;
  }
  section.image.left .image {
    left: auto;
    right: 40px;
    width: 300px;
  }
  section.image.right {
    align-items: flex-end;
    padding-bottom: 100px;
  }
  section.image.right .title {
    text-align: right;
    width: 50%;
    z-index: 1;
  }
  section.image.right .title + span {
    text-align: right;
    width: 50%;
    z-index: 1;
  }
  section.image.right .image {
    right: auto;
    left: 40px;
    width: 300px;
  }
}

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

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

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

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

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

section.blue p {
  color: white;
}

section.blue .content h3 {
  color: white;
}

section.blue .content .button-more {
  background: white;
  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 {
  position: absolute;
  width: 20px;
  text-align: center;
  font-family: geomanistregular, sans-serif;
  color: #00AAD5;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 2px 2px 0 white;
}

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

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

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

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

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

@media (min-width: 996px) {
  section.blue-light .map div.america {
    top: 201.88px;
    left: 133.9px;
  }
  section.blue-light .map div.europe {
    top: 111.24px;
    left: 337.84px;
  }
  section.blue-light .map div.africa {
    top: 218.36px;
    left: 294.58px;
  }
  section.blue-light .map div.asia {
    top: 201.88px;
    left: 463.5px;
  }
}

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

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

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

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

section.blue a b {
  font-weight: 600;
}

section.blue:after {
  content: none;
}

section.blue .title {
  color: white;
}

section.blue .title + span {
  color: white;
}

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

@media (min-width: 996px) {
  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: white;
  }
}

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

@media (prefers-color-scheme: dark) {
  section .content {
    color: white;
  }
}

section .content a {
  font-weight: 600;
  color: #00AAD5;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 996px) {
  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 {
  padding: 20px;
  margin: 20px 0;
  color: white;
}

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

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

section .content b {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

section .content ol li li.bold {
  font-weight: 600;
}

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 {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

section .content dl dt {
  font-weight: 600;
  display: inline-block;
}

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: 996px) {
  section .content.banner {
    column-count: 4;
    width: 70%;
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

@media (prefers-color-scheme: dark) {
  section.shadow:after {
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 85%);
  }
}

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

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

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

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

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

@media (min-width: 996px) {
  section .row div.c3 {
    flex: 0 0 31%;
    max-width: 31%;
  }
}

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

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

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

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

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

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

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

section form {
  margin: 20px 0;
}

section form ::-webkit-input-placeholder {
  /* Edge */
  color: #7F949A;
  font-weight: 300;
}

section form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7F949A;
  font-weight: 300;
}

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

@media (prefers-color-scheme: dark) {
  section form ::placeholder {
    color: #1F4E5A;
  }
}

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

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

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

@media (min-width: 996px) {
  section form .input-group.full {
    flex: 100%;
    max-width: 100%;
  }
}

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

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

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

@media (prefers-color-scheme: dark) {
  section form .input-group input[type='text'], section form .input-group input[type='email'], section form .input-group input[type='password'], section form .input-group textarea, section form .input-group select {
    border-bottom: 1px solid #7F949A;
    background: #0F292F;
    color: white;
  }
}

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

section form .input-group input[type='text']:invalid, section form .input-group input[type='email']:invalid, section form .input-group input[type='password']:invalid, section form .input-group textarea:invalid, section form .input-group select:invalid {
  /*border-bottom: 1px solid $red-color;*/
}

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

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

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

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

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

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

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

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

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

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

.f-search div {
  cursor: pointer;
}

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

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

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

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

.f-search img.close {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
}

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

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

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

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

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

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

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

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

.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 {
  width: 70%;
  font-family: geomanistregular, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

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

.nav-main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -256px;
  width: 256px;
  height: auto;
  z-index: 5;
  background: white;
  overflow: auto;
}

@media (prefers-color-scheme: dark) {
  .nav-main {
    background: #1F4E5A;
  }
}

.nav-main.open {
  left: 0;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav-main .header {
  height: 50px;
  position: relative;
}

.nav-main .header a, .nav-main .header div {
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.nav-main .header a.left, .nav-main .header div.left {
  float: left;
}

.nav-main .header a img, .nav-main .header div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.nav-main .header a.my-lang, .nav-main .header div.my-lang {
  float: left;
  display: block;
  margin: 10px;
  width: auto;
  height: auto;
  font-family: geomanistregular, sans-serif;
  color: black;
  font-size: 12px;
  font-weight: 300;
}

@media (prefers-color-scheme: dark) {
  .nav-main .header a.my-lang, .nav-main .header div.my-lang {
    color: white;
  }
}

.nav-main .header a.my-lang .lang, .nav-main .header div.my-lang .lang {
  color: #00AAD5;
  border: 1px solid #00AAD5;
  border-radius: 10px;
  font-weight: 300;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.nav-main .header a.my-lang img, .nav-main .header div.my-lang img {
  transform: scale(0.5);
  position: relative;
  top: -8px;
  right: inherit;
  bottom: inherit;
  left: 0;
  float: left;
}

@media (prefers-color-scheme: dark) {
  .nav-main .header a.my-lang img, .nav-main .header div.my-lang img {
    filter: none;
  }
}

.nav-main .li {
  font-family: geomanistmedium, sans-serif;
  color: #1F4E5A;
  font-size: 12px;
  font-weight: inherit;
  position: relative;
}

@media (prefers-color-scheme: dark) {
  .nav-main .li {
    color: white;
  }
}

.nav-main .li.reg-log {
  border-bottom: 1px solid #7F949A;
  margin: 10px;
}

.nav-main .li.reg-log div {
  padding-left: 50px;
}

.nav-main .li.reg-log img {
  left: 10px;
}

.nav-main .li.reg-log .user img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 5px;
  margin: auto;
  border-radius: 10px;
}

.nav-main .li:hover {
  background: #EDF3F4;
}

@media (prefers-color-scheme: dark) {
  .nav-main .li:hover {
    color: white;
    background: #1F4E5A;
  }
}

.nav-main .li.active {
  color: white;
  margin: 10px;
  border-radius: 10px;
}

@media (prefers-color-scheme: dark) {
  .nav-main .li.active {
    color: white;
    background: #1F4E5A;
  }
}

.nav-main .li.active a {
  padding: 20px 20px 20px 50px;
}

.nav-main .li.active img {
  filter: brightness(0) invert(1);
}

.nav-main .li.active:before {
  width: 10px;
}

.nav-main .li.active.android {
  background: #67D88C;
}

.nav-main .li.active.android img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
}

.nav-main .li.active.windows {
  background: #16B2ED;
}

.nav-main .li.active.windows img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
}

.nav-main .li.active.mac {
  background: #B7B7B7;
}

.nav-main .li.active.mac img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
}

.nav-main .li img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  margin: auto;
  transform: inherit;
  height: 20px;
}

.nav-main .li.android img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  margin: auto;
  transform: scale(1);
}

.nav-main .li img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  margin: auto;
  transform: inherit;
  height: 20px;
}

.nav-main .li.windows img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  margin: auto;
  transform: scale(1);
}

.nav-main .li img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  margin: auto;
  transform: inherit;
  height: 20px;
}

.nav-main .li.mac img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  margin: auto;
  transform: scale(1);
}

.nav-main .li a, .nav-main .li div {
  display: block;
  position: relative;
  padding: 20px 20px 20px 60px;
  cursor: pointer;
}

.nav-main .li a .lang, .nav-main .li div .lang {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  color: #00AAD5;
  font-weight: 300;
  margin: 20px;
}

.nav-main .li .user + span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.nav-main .li input {
  width: 100%;
  height: 59px;
  position: absolute;
  background: transparent;
  border: 0;
  z-index: 1;
  cursor: pointer;
}

.nav-main .change-lang span {
  font-family: geomanistregular, sans-serif;
}

.nav-main .change-lang div.li.active a {
  background: #00AAD5;
  border-radius: 10px;
}

.nav-main .change-lang div.li.active a span {
  color: white;
  margin-left: 10px;
}

.nav-main div > div .li {
  font-family: geomanistregular, sans-serif;
  color: #7F949A;
  font-size: 12px;
  font-weight: inherit;
  padding: 0;
}

@media (prefers-color-scheme: dark) {
  .nav-main div > div .li {
    color: white;
  }
}

.nav-main div > div .li a {
  padding: 10px 20px 10px 60px;
}

.cookies {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  background: #1F4E5A;
  z-index: 5;
  padding: 10px;
  font-family: geomanistmedium, sans-serif;
  color: white;
  font-size: 12px;
  font-weight: inherit;
  line-height: 1.6;
  display: block;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 996px) {
  .cookies {
    width: 996px;
  }
}

.cookies a {
  color: #7F949A;
  text-decoration: underline;
  display: block;
}

.panel {
  overflow: auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  z-index: 5;
  background: #fff;
}

.panel div .content {
  padding: 10px;
}

@media (min-width: 767px) {
  .panel {
    width: 520px;
    height: auto;
  }
  .panel.full {
    width: 100%;
  }
  .panel.full.open {
    transform: translate(-520px);
  }
}

@media (prefers-color-scheme: dark) {
  .panel {
    background: #121212;
  }
}

.panel .logo {
  display: block;
  margin: 10px auto 20px;
}

.panel button {
  display: block;
  width: 100%;
  padding: 10px 10px 8px;
  margin: 10px 0;
  background: #00AAD5;
  border: 0;
  border-radius: 10px;
  font-family: geomanistmedium, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: inherit;
}

.panel button.hidden {
  display: none;
}

.panel button.file {
  height: 200px;
  background: white;
  border: 1px dashed #7F949A;
  color: #00AAD5;
  z-index: auto;
}

@media (prefers-color-scheme: dark) {
  .panel button.file {
    background: #1F4E5A;
    color: white;
  }
}

.panel.open {
  transform: translate(-100%);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 996px) {
  .panel.open {
    transform: translate(-520px);
  }
}

.panel.close {
  transform: translate(0);
}

.panel .header {
  height: 50px;
  position: relative;
  font-family: geomanistmedium, sans-serif;
  color: #1F4E5A;
  font-size: 16px;
  font-weight: inherit;
}

@media (prefers-color-scheme: dark) {
  .panel .header {
    color: white;
  }
}

.panel .header div div.left {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  float: left;
  cursor: pointer;
}

.panel .header div div.left img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.panel .header span {
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 0;
  left: 10px;
}

.panel .header p {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.panel .header p.left {
  float: left;
}

.panel .header p.hidden {
  display: none;
}

.panel .header p img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.panel .panel-header {
  margin: 10px;
}

.panel .panel-header h1 {
  font-family: geomanistmedium, sans-serif;
  color: #1F4E5A;
  font-size: 12px;
  font-weight: inherit;
  text-transform: capitalize;
  line-height: 1;
  padding: 0;
  background: transparent;
  text-align: left;
  margin: 0;
  border-radius: 0;
}

@media (prefers-color-scheme: dark) {
  .panel .panel-header h1 {
    color: white;
  }
}

.panel .panel-header h1 span {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 12px;
  font-weight: inherit;
  margin: 0 5px;
  text-transform: initial;
}

.panel .panel-header .version {
  font-family: geomanistregular, sans-serif;
  color: #00AAD5;
  font-size: 10px;
  font-weight: inherit;
  margin-top: 3px;
}

.panel .panel-header .author {
  font-family: geomanistregular, sans-serif;
  color: #7F949A;
  font-size: 10px;
  font-weight: inherit;
  margin-top: 1px;
}

.panel .panel-header > div {
  display: table-cell;
  vertical-align: top;
}

.panel .panel-header > div.icon img {
  border: 0;
}

.panel .panel-header > div img {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #00AAD5;
}

.panel .text-box {
  margin: 10px;
}

@media (prefers-color-scheme: dark) {
  .panel .text-box {
    color: white;
  }
}

.panel .text-box h2 {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 18px;
  font-weight: inherit;
}

@media (prefers-color-scheme: dark) {
  .panel .text-box h2 {
    color: white;
  }
}

.panel .text-box p {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
}

@media (prefers-color-scheme: dark) {
  .panel .text-box p {
    color: white;
  }
}

.panel .text-box p:has(+ .list) {
  font-size: 12px;
  color: #7F949A;
}

.panel .text-box .list {
  margin-top: 10px;
}

.panel .text-box .list li {
  padding: 10px 0;
  counter-increment: item-counter;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 50px 1fr;
  gap: 0 10px;
}

.panel .text-box .list li:before {
  content: counter(item-counter);
  font-size: 30px;
  width: 50px;
  height: 50px;
  background: #00AAD5;
  border-radius: 10px;
  color: white;
  text-align: center;
  line-height: 50px;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
}

.panel .text-box .list li div {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
}

.panel .text-box .list li span {
  font-family: geomanistregular, sans-serif;
  color: #7F949A;
  line-height: 16px;
  grid-row-start: 2;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
}

.panel .text-box.avatars span {
  display: block;
  margin-bottom: 10px;
}

.panel .text-box.avatars div {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 10px 0;
}

.panel .text-box.avatars div img {
  border-radius: 10px;
  cursor: pointer;
  opacity: .3;
}

.panel .text-box.avatars div img:hover {
  opacity: 1;
}

.panel .text-box.avatars div img.active {
  opacity: 1;
  border: 5px solid #00AAD5;
  box-sizing: border-box;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

.panel .text-box.avatars div img.off {
  opacity: .2;
}

.panel .list-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.panel .list-items.permission {
  grid-template-columns: 1fr;
}

.panel .list-items.permission li span {
  text-align: left;
}

.panel .list-items li span {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 12px;
  font-weight: inherit;
  word-break: break-all;
  margin-left: 0;
  text-align: center;
}

@media (prefers-color-scheme: dark) {
  .panel .list-items li span {
    color: white;
  }
}

.panel li {
  font-family: geomanistmedium, sans-serif;
  color: #1F4E5A;
  font-size: 12px;
  font-weight: inherit;
  position: relative;
  padding: 20px 10px;
  overflow: hidden;
  line-height: 2;
}

@media (prefers-color-scheme: dark) {
  .panel li {
    color: white;
    border-bottom: 1px solid #1F4E5A;
  }
}

.panel li:hover {
  background: #EDF3F4;
}

@media (prefers-color-scheme: dark) {
  .panel li:hover {
    background: #1F4E5A;
  }
}

.panel li.disabled {
  color: #7F949A;
  cursor: initial;
}

.panel li.disabled a {
  cursor: initial;
}

.panel li a {
  display: block;
}

.panel li img {
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 20px 0 10px;
}

.panel li li {
  border-bottom: 0;
  display: inline-flex;
  padding: 10px 10px 0 0;
  font-size: 12px;
}

.panel li span {
  display: block;
}

.panel li span b {
  font-family: geomanistmedium, sans-serif;
}

.panel li span span {
  float: right;
  font-family: geomanistmedium, sans-serif;
  background: #00AAD5;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  line-height: 20px;
  font-size: 8px;
  text-align: center;
}

.panel .rate {
  text-align: center;
  margin: 10px;
}

.panel .rate img {
  margin: 20px 15px 20px;
  transform: scale(3);
}

@media (prefers-color-scheme: dark) {
  .panel .rate img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(7%) saturate(681%) hue-rotate(144deg) brightness(88%) contrast(94%);
  }
}

.panel .rate img.active {
  filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(1431%) hue-rotate(159deg) brightness(97%) contrast(103%);
}

.panel .form-panel {
  padding: 20px;
  background: #EDF3F4;
}

@media (prefers-color-scheme: dark) {
  .panel .form-panel {
    background: #1F4E5A;
    color: white;
  }
}

.panel .form-panel textarea {
  width: 100%;
  height: 100px;
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
  border: 1px solid #7F949A;
  resize: none;
}

@media (prefers-color-scheme: dark) {
  .panel .form-panel textarea {
    background: transparent;
    color: white;
  }
}

.panel .filter ul {
  display: flex;
}

.panel .filter ul li {
  font-family: geomanistmedium, sans-serif;
  color: white;
  font-size: 12px;
  font-weight: inherit;
  text-transform: capitalize;
  border: 0;
  padding: 10px;
}

.panel .filter ul li.active {
  background: #00AAD5;
}

@media (prefers-color-scheme: dark) {
  .panel .filter ul li.active {
    color: white;
  }
}

.panel .filter ul.options {
  background: white;
  border-bottom: 1px solid #EDF3F4;
  margin-bottom: 10px;
}

@media (prefers-color-scheme: dark) {
  .panel .filter ul.options {
    background: transparent;
    border-bottom: 1px solid #fff;
  }
}

.panel .filter ul.options li {
  padding: 0;
  background: white;
  color: #7F949A;
  width: 100%;
  text-align: center;
}

@media (prefers-color-scheme: dark) {
  .panel .filter ul.options li {
    background: transparent;
  }
}

.panel .filter ul.options li:hover {
  color: #00AAD5;
}

.panel .filter ul.options li a {
  padding: 0 10px;
  background: none;
  display: flex;
  border-radius: 0;
  font-size: 12px;
  height: 50px;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

.panel .filter ul.options li.active {
  color: #00AAD5;
}

@media (prefers-color-scheme: dark) {
  .panel .filter ul.options li.active {
    color: white;
  }
}

.panel .filter ul.options li.active a {
  border-bottom: 5px solid #00AAD5;
  background: white;
}

@media (prefers-color-scheme: dark) {
  .panel .filter ul.options li.active a {
    border-bottom: 5px solid white;
    background: transparent;
  }
}

.panel .access, .panel .setting {
  padding: 10px;
}

.panel .access img, .panel .setting img {
  display: block;
  margin: auto;
}

.panel .access p, .panel .setting p {
  text-align: left;
  position: relative;
  padding: 10px 0;
  box-sizing: border-box;
}

.panel .access p.checkbox, .panel .setting p.checkbox {
  text-align: left;
}

.panel .access p.checkbox span, .panel .setting p.checkbox span {
  position: relative;
  top: 0;
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 12px;
  font-weight: inherit;
}

@media (prefers-color-scheme: dark) {
  .panel .access p.checkbox span, .panel .setting p.checkbox span {
    color: white;
  }
}

.panel .access p span, .panel .setting p span {
  position: absolute;
  top: 5px;
}

.panel .access p span img, .panel .setting p span img {
  position: absolute;
  top: 15px;
  left: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2065%) hue-rotate(74deg) brightness(78%) contrast(107%);
}

.panel .access p input[type='text'], .panel .access p input[type='email'], .panel .access p input[type='password'], .panel .setting p input[type='text'], .panel .setting p input[type='email'], .panel .setting p input[type='password'] {
  border-bottom: 1px solid #7F949A;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  padding: 15px 10px 15px 40px;
  width: 100%;
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
}

@media (prefers-color-scheme: dark) {
  .panel .access p input[type='text'], .panel .access p input[type='email'], .panel .access p input[type='password'], .panel .setting p input[type='text'], .panel .setting p input[type='email'], .panel .setting p input[type='password'] {
    background: transparent;
    color: white;
  }
}

.panel .access p input[type='text']:focus, .panel .access p input[type='email']:focus, .panel .access p input[type='password']:focus, .panel .setting p input[type='text']:focus, .panel .setting p input[type='email']:focus, .panel .setting p input[type='password']:focus {
  border-bottom: 1px solid #00AAD5;
}

.panel .access p input[type='checkbox'], .panel .setting p input[type='checkbox'] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  filter: hue-rotate(331deg) brightness(1.2);
}

.panel .access p input[type='file'], .panel .setting p input[type='file'] {
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: red;
  cursor: pointer;
}

.panel .access span a, .panel .setting span a {
  margin: 0;
  display: inline-block;
}

.panel .access a, .panel .setting a {
  display: block;
  font-family: geomanistmedium, sans-serif;
  color: #00AAD5;
  font-size: 12px;
  font-weight: inherit;
  margin: 20px 0;
  text-align: right;
}

.panel .access a.hidden, .panel .setting a.hidden {
  display: none;
}

.panel .safety-analysis {
  display: flex;
  margin: 10px;
  border-radius: 10px;
  color: #1F4E5A;
}

.panel .safety-analysis div:first-child {
  color: white;
  margin: 10px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: geomanistmedium, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.panel .safety-analysis.ok {
  border: 1px solid #00AAD5;
}

.panel .safety-analysis.ok div:first-child {
  background: #00AAD5;
}

.panel .safety-analysis.ko {
  border: 1px solid #C40606;
}

.panel .safety-analysis.ko div:first-child {
  background: #C40606;
}

.panel .safety-analysis.warning {
  border: 1px solid #e8a01c;
}

.panel .safety-analysis.warning div:first-child {
  background: #e8a01c;
}

.panel .safety-analysis div {
  padding: 10px;
}

.panel .safety-analysis div p {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
  margin-bottom: 10px;
  text-transform: lowercase;
}

@media (prefers-color-scheme: dark) {
  .panel .safety-analysis div p {
    color: white;
  }
}

.panel .safety-analysis div p + p {
  font-size: 12px;
  color: #7F949A;
}

.panel .safety-analysis div p span {
  font-family: geomanistmedium, sans-serif;
}

.panel .safety-info li {
  font-size: 12px;
  font-family: geomanistregular, sans-serif;
  word-break: break-all;
}

.panel .safety-info li span {
  font-size: 12px;
  font-family: geomanistmedium, sans-serif;
}

.panel .safety-report li {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin: 5px 0 5px;
}

.panel .safety-report li span {
  display: flex;
}

.panel .safety-report li span.ko {
  width: 25px;
  height: 25px;
  background: #C40606;
  position: absolute;
  border-radius: 10px;
}

.panel .safety-report li p {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 12px;
  font-weight: inherit;
  padding-left: 35px;
  word-break: break-all;
  line-height: 1.4;
}

@media (prefers-color-scheme: dark) {
  .panel .safety-report li p {
    color: white;
  }
}

.panel .safety-report li p + p {
  font-size: 10px;
  font-family: geomanistregular, sans-serif;
  color: #7F949A;
  font-size: 10px;
  font-weight: 600;
}

.panel .certified {
  padding: 10px;
}

.panel .certified > img {
  position: absolute;
}

.panel .certified ul {
  padding-left: 70px;
}

.panel .certified ul li {
  border: 0;
  padding: 1px 0;
  text-transform: capitalize;
}

.panel .certified ul li img {
  margin: 0 10px;
}

.panel .certified span {
  padding-left: 80px;
  font-family: geomanistregular, sans-serif;
  color: #7F949A;
  font-size: 10px;
  font-weight: 300;
}

.panel .certified p {
  text-align: center;
  margin-top: 20px;
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: 400;
}

.panel .alert {
  padding: 10px;
  background: #C40606;
  text-align: center;
  font-family: geomanistmedium, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: inherit;
}

.panel .no-content {
  margin: 0 20px 20px;
}

.panel .preload {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  transform: rotate(45deg);
  background: none;
  display: block;
  shape-rendering: auto;
}

.panel .preload:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: block;
}

.panel .preload-bg {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 5;
}

.panel .comments .content {
  display: block;
}

.panel .comments .more {
  display: block;
  padding: 10px 15px;
  margin: 0 10px 10px;
  background: white;
  font-family: geomanistmedium, sans-serif;
  color: #00AAD5;
  border-radius: 10px;
  text-align: center;
  float: none;
  border: 1px solid #00AAD5;
}

@media (prefers-color-scheme: dark) {
  .panel .comments .more {
    color: white;
    border: 1px solid white;
    background: transparent;
  }
}

.panel .comments {
  margin-top: 20px;
}

.panel .comment {
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 14px;
  font-weight: inherit;
  display: table;
  margin-bottom: 40px;
}

.panel .comment.main-comment > div .user {
  cursor: auto;
}

.panel .comment:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.panel .comment img {
  width: 50px;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  font-size: 12px;
  word-wrap: anywhere;
  border-radius: 10px;
  color: #7F949A;
}

.panel .comment p {
  margin: 10px 0;
  word-break: break-word;
  line-height: 20px;
}

@media (prefers-color-scheme: dark) {
  .panel .comment p {
    color: #7F949A;
  }
}

.panel .comment > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 10px;
}

.panel .comment > div div {
  display: flex;
  margin-top: 3px;
}

.panel .comment > div div img {
  width: 10px;
  margin-right: 3px;
}

.panel .comment > div div img.active {
  filter: brightness(0) saturate(100%) invert(51%) sepia(93%) saturate(1870%) hue-rotate(155deg) brightness(92%) contrast(101%);
}

.panel .comment > div .user {
  font-weight: 600;
  font-family: geomanistmedium, sans-serif;
  color: #00AAD5;
  font-size: 12px;
  font-weight: inherit;
  display: inline-flex;
  margin: 0 5px 0 0;
  cursor: pointer;
}

@media (prefers-color-scheme: dark) {
  .panel .comment > div .user {
    color: white;
  }
}

.panel .comment > div .user img {
  margin-left: 5px;
  margin-top: -3px;
  width: fit-content;
}

@media (prefers-color-scheme: dark) {
  .panel .comment > div .user img {
    filter: brightness(7.5);
  }
}

.panel .comment > div span {
  display: inline-flex;
  font-family: geomanistregular, sans-serif;
  color: #7F949A;
  font-size: 10px;
  font-weight: inherit;
  margin-top: 5px;
}

@media (prefers-color-scheme: dark) {
  .panel .comment > div span {
    color: #aaa;
  }
}

.panel .comment .stats {
  margin-top: 10px;
  display: flex;
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 12px;
  font-weight: 300;
}

.panel .comment .stats > div {
  cursor: pointer;
  margin-right: 20px;
  line-height: 1;
}

.panel .comment .stats > div.off {
  cursor: default;
}

.panel .comment .stats > div span {
  padding-left: 2px;
  margin-top: 2px;
}

.panel .comment .stats img {
  vertical-align: bottom;
  border-radius: 0;
  filter: brightness(0) saturate(100%) invert(61%) sepia(24%) saturate(220%) hue-rotate(147deg) brightness(90%) contrast(88%);
}

.panel .comment.answer {
  padding-left: 20px;
  font-family: geomanistregular, sans-serif;
  color: #1F4E5A;
  font-size: 12px;
  font-weight: 300;
}

.panel .comment.answer img {
  width: 40px;
}

.panel .comment.answer .stats img {
  width: auto;
}

.panel .answers {
  margin: 0 -10px -10px;
  background: #FCF9F7;
  padding: 20px 0 0px;
  box-sizing: border-box;
  overflow: hidden;
}

@media (prefers-color-scheme: dark) {
  .panel .answers {
    background: transparent;
  }
}

.panel .answers .form {
  display: flex;
  padding: 0 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.panel .answers .form input {
  flex: 0 0 calc(100% - 50px);
  box-sizing: border-box;
  padding: 10px;
  margin-left: 10px;
  border-radius: 10px;
  border: 1px solid #7F949A;
}

.panel .answers .form button {
  margin-top: 10px;
  flex: 0 0 100%;
  border-radius: 10px;
}

.panel .answers .form img {
  width: 40px;
}

.panel .answers .answer .user {
  cursor: auto;
}

.panel .gallery-full {
  height: 100%;
}

.panel .gallery-full img, .panel .gallery-full iframe {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.panel .gallery-full img.left, .panel .gallery-full iframe.left {
  width: 30px;
  height: 30px;
  border: 1px #00AAD5 solid;
  background: white;
  border-radius: 50%;
  border: 3px solid #00AAD5;
  transform: scale(0.7);
  padding: 5px;
  cursor: pointer;
  margin: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -5px;
}

@media (min-width: 996px) {
  .panel .gallery-full img.left, .panel .gallery-full iframe.left {
    transform: scale(1);
    left: 5px;
  }
}

@media (prefers-color-scheme: dark) {
  .panel .gallery-full img.left, .panel .gallery-full iframe.left {
    background: transparent;
  }
}

.panel .gallery-full img.right, .panel .gallery-full iframe.right {
  width: 30px;
  height: 30px;
  border: 1px #00AAD5 solid;
  background: white;
  border-radius: 50%;
  border: 3px solid #00AAD5;
  transform: rotate(180deg) scale(0.7);
  padding: 5px;
  cursor: pointer;
  margin: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: auto;
}

@media (min-width: 996px) {
  .panel .gallery-full img.right, .panel .gallery-full iframe.right {
    transform: rotate(180deg) scale(1);
    right: 5px;
  }
}

@media (prefers-color-scheme: dark) {
  .panel .gallery-full img.right, .panel .gallery-full iframe.right {
    background: transparent;
  }
}

.panel .gallery-full iframe {
  width: 100%;
  height: 100%;
  margin: auto;
}

footer {
  background: #1F4E5A;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
}

footer .logo {
  display: block;
  text-align: center;
  flex: 1 100%;
  padding: 30px;
}

footer .logo img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(26%) saturate(212%) hue-rotate(147deg) brightness(87%) contrast(84%);
}

footer div {
  flex: 1 100%;
  text-align: center;
  margin: 10px;
}

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

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

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

footer div button#csconsentlink.ot-sdk-btn.ot-sdk-show-settings {
  font-family: geomanistregular, sans-serif;
  color: #EDF3F4;
  font-size: 14px;
  font-weight: inherit;
  border: 0;
  padding: 10px;
  background: transparent;
  text-rendering: geometricPrecision;
}

footer div button#csconsentlink.ot-sdk-btn.ot-sdk-show-settings:hover {
  font-family: geomanistregular, sans-serif;
  color: #EDF3F4;
  font-size: 14px;
  font-weight: inherit;
  background: transparent;
}

footer div .social {
  display: inline-flex;
  margin: 20px 0 50px;
  flex-wrap: wrap;
  justify-content: center;
}

footer div .social a {
  padding: 0 10px;
}

