@charset "UTF-8";
* {
  font-family: "Raleway" !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body {
  background-color: #969696;
}
body > div {
  /*background-color: #ffffff;*/
}
h1, h2, h3, h4, h5, h6, .no-hyphens {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
a, a:hover {
  color: #212529;
  text-decoration: underline;
  text-decoration-color: #5fb357;
}
a.btn, a.btn:hover, .store.alert a, .store.alert a:hover, footer a, footer a:hover {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0 0 15px 0;
}
p:last-child {
  padding-bottom: 0;
}
ol, ul {
  padding-left: 19px;
}
#main-menu > ul > li:nth-child(1) {
  background-color: #b3b3b0;
}
#main-menu > ul > li:nth-child(2) {
  background-color: #bebebc;
}
#main-menu > ul > li:nth-child(3) {
  background-color: #c8c8c7;
}
#main-menu > ul > li:nth-child(4) {
  background-color: #d2d2d1;
}
#main-menu > ul > li:nth-child(5) {
  background-color: #dcdcdb;
}
#main-menu > ul > li:nth-child(6) {
  background-color: #e6e6e5;
}
#main-menu > ul > li:nth-child(7) {
  background-color: #f0f0ef;
}
#main-menu > ul > li:nth-child(8) {
  background-color: #fafaf9;
}
@media (min-width: 1200px) {
  #main-menu > ul > li {
    background-color: transparent !important;
  }
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
header .navbar a {
  font-weight: 500;
}
@media (max-width: 1199px) {
  header .navbar a[target="_blank"] {
    position: relative;
  }
  header .navbar a[target="_blank"]::after {
    display: inline-block;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"/></svg>');
    position: absolute;
    right: 1rem;
    top: 39%;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    opacity: 0.7;
  }
}
header .navbar .buttons .btn {
  min-width: 125px;
}
@media (min-width: 1200px) {
  header .navbar .buttons .btn {
    min-width: 150px;
  }
}
header .navbar .nav-link.active {
  /*color: #054C85;*/
  font-weight: 600;
}
header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item.active, header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  color: #212529;
  text-decoration: none;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 1199px) {
  header .navbar .dropdown-toggle {
    position: relative;
  }
  header .navbar .dropdown-toggle::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}
body > header h1 {
  font-size: 55px;
  font-weight: 500;
  margin: 15px 0 0 0;
}
body > header h2 {
  font-size: 30px;
  font-weight: 200;
  margin: 0;
}
body > header img {
  margin-top: 30px;
}
@media (max-width: 576px) {
  body > header.rounded-top-3 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
footer {
  color: #ffffff;
}
footer a, footer a:hover {
  color: #ffffff;
}
.title h1 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}
.title p {
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0 0 0;
}
@media (min-width: 992px) {
  .title h1 {
    font-size: 62px;
    font-weight: 500;
    margin: 0;
  }
  .title p {
    font-size: 25px;
    font-weight: 500;
    margin: 15px 0 0 0;
  }
}
.text-green {
  color: #5fb357;
}
/* ---------- BUTTONS ---------- */
@media (min-width: 576px) {
  .btn-download {
    min-width: 380px;
  }
}
#downloads-os-switch button {
  width: 150px;
  transition: background-color 250ms linear;
}
/* ---------- /BUTTONS ---------- */
.bg-light-gray {
  background-color: #f8f9fb;
}
.bg-gray {
  background-color: #cfd3d7;
}
.bg-cornsilk {
  background-color: #fcf9f6;
}
.bg-green {
  background-color: #5fb357;
}
.blg {
  border-left: 30px solid #cfd3d7;
}
.brg {
  border-right: 30px solid #cfd3d7;
}
/* ---------- LINE ---------- */
.line {
  overflow-x: hidden;
}
.line-text p.right-arrow a {
  margin-right: 1.8rem;
}
.line-text p.right-arrow a::after {
  display: none;
  content: "";
  font-family: "Font Awesome 5 Solid";
}
.line-text p.right-arrow a svg {
  margin-left: 0.3rem;
}
@media (min-width: 992px) {
  .center-vertical-outer {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
/* ---------- /LINE ---------- */
/* ---------- STORE ---------- */
#store-os-switch button {
  width: 150px;
  transition: background-color 250ms linear;
}
div.store.alert.alert-success {
  transition: background-color 250ms linear;
}
div.store.alert.alert-success a {
  font-size: 25px;
}
div.store.alert.alert-success a:hover {
  text-decoration: none;
}
div.store.alert.alert-success small a {
  font-size: 15px;
}
div.store.alert.alert-success small a:hover {
  text-decoration: underline;
}
div.store.alert.alert-success input {
  width: 100%;
  outline: 0;
  transition: background-color 250ms linear;
}
div.store.alert.alert-success input:focus {
  border-color: #cfd4da !important;
}
div.store.alert.alert-success.bg-success-subtle {
  border: 1px solid rgba(108, 117, 125, 0.05) !important;
}
div.store.alert.alert-success.bg-light {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
div.store.alert.alert-success.bg-light p {
  opacity: 0.5;
}
div.mp-1, div.mp-2, div.mpw-1, div.mpw-2 {
  cursor: pointer;
}
/* ---------- /STORE ---------- */
.card, .card-body, .card-footer, .card-footer:last-child {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.card {
  padding: 30px;
}
h3.card-title {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}
.card-body p, .card-footer p {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 0 0;
  padding: 0;
}
.card-body p a {
  color: #fff;
}
.card-footer p:has(a.btn) {
  text-align: center;
}
.support-button-external {
  position: absolute;
  top: 5px;
  right: 10px;
}
.bg-gray-gradient {
  background: linear-gradient(to bottom right, #969498, #646464);
  background-size: 200% 200%;
  animation: move-gradient-1 6s ease-in-out infinite;
}
.bg-blue-gradient {
  background: linear-gradient(to bottom right, #5699ce, #38668a);
  background-size: 300% 300%;
  animation: move-gradient-2 8s ease-in-out infinite;
}
@keyframes move-gradient-1 {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes move-gradient-2 {
  0% {
    background-position: 0% 0%;
  }
  15% {
    background-position: 25% 75%;
  }
  30% {
    background-position: 75% 25%;
  }
  45% {
    background-position: 50% 50%;
  }
  60% {
    background-position: 100% 0%;
  }
  75% {
    background-position: 25% 100%;
  }
  90% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.btn-green {
  --bs-btn-font-weight: 600;
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #5fb357;
  --bs-btn-border-color: #5fb357;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: color-mix(in srgb, #5fb357 90%, black);
  --bs-btn-hover-border-color: color-mix(in srgb, #5fb357 90%, black);
  --bs-btn-focus-shadow-rgb: 95, 179, 87;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: color-mix(in srgb, #5fb357 80%, black);
  --bs-btn-active-border-color: color-mix(in srgb, #5fb357 80%, black);
}
.btn-a {
  color: #525252;
  min-width: 150px;
}
/* ---------- */
.border-30 {
  border-width: 30px !important;
}
.border-top-2 {
  border-top-width: 2px !important;
  border-top-style: solid !important;
  border-top-color: #cfd3d7 !important;
}
.border-top-15 {
  border-top-width: 15px !important;
  border-top-style: solid !important;
  border-top-color: #cfd3d7 !important;
}
.border-end-15 {
  border-right-width: 15px !important;
  border-right-style: solid !important;
  border-right-color: #cfd3d7 !important;
}
.border-end-30 {
  border-right-width: 30px !important;
  border-right-style: solid !important;
  border-right-color: #cfd3d7 !important;
}
@media (min-width: 992px) {
  .border-end-xl-30 {
    border-right-width: 30px !important;
    border-right-style: solid !important;
    border-right-color: #cfd3d7 !important;
  }
}
.border-bottom-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #cfd3d7 !important;
}
.border-bottom-15 {
  border-bottom-width: 15px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #cfd3d7 !important;
}
.border-start-15 {
  border-left-width: 15px !important;
  border-left-style: solid !important;
  border-left-color: #cfd3d7 !important;
}
.border-start-30 {
  border-left-width: 30px !important;
  border-left-style: solid !important;
  border-left-color: #cfd3d7 !important;
}
.border-gray {
  border-color: #cfd3d7 !important;
}
/* ---------- */
.p-30 {
  padding: 30px;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pe-0 {
  padding-right: 0;
}
.pe-10 {
  padding-right: 10px;
}
.pe-20 {
  padding-right: 20px;
}
.pe-30 {
  padding-right: 30px;
}
.pe-40 {
  padding-right: 40px;
}
@media (min-width: 576px) {
  .pe-sm-40 {
    padding-right: 40px !important;
  }
}
.pe-50 {
  padding-right: 50px;
}
.pe-60 {
  padding-right: 60px;
}
@media (min-width: 768px) {
  .pe-md-60 {
    padding-right: 60px !important;
  }
}
.pe-70 {
  padding-right: 70px;
}
.pe-80 {
  padding-right: 80px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.ps-0 {
  padding-left: 0;
}
.ps-10 {
  padding-left: 10px;
}
.ps-20 {
  padding-left: 20px;
}
.ps-30 {
  padding-left: 30px;
}
.ps-40 {
  padding-left: 40px;
}
@media (min-width: 576px) {
  .ps-sm-40 {
    padding-left: 40px !important;
  }
}
.ps-50 {
  padding-left: 50px;
}
.ps-60 {
  padding-left: 60px;
}
@media (min-width: 768px) {
  .ps-md-60 {
    padding-left: 60px !important;
  }
}
.ps-70 {
  padding-left: 70px;
}
.ps-80 {
  padding-left: 80px;
}
/* ---------- */
dialog {
  min-width: 300px;
  max-width: 500px;
}
/* ---------- */
#matomo-opt-out {
  margin-bottom: 20px;
}
#matomo-opt-out input[type="checkbox"] {
  margin-right: 10px;
}
#matomo-opt-out label > strong {
  font-weight: 400;
}
/* ---------- */
/* #C41220 */
.animated-gradient {
  font-weight: bold;
  background: linear-gradient(45deg, #5d29a4, #646464, #38668a, #5d29a4);
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: gradient-text-animation 20s infinite linear;
}
@keyframes gradient-text-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ---------- */
#overlay-while-downloading .bubble {
  display: inline-block;
  background-color: #eb73a4;
  color: white;
  font-size: 26px;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 8px;
  position: relative;
  text-align: center;
}
#overlay-while-downloading .bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #eb73a4;
}
#overlay-while-downloading .circle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
#overlay-while-downloading .circle-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  color: white;
}
#overlay-while-downloading .circle-button::after {
  content: attr(data-label);
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: black;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  hyphens: none;
  overflow-wrap: normal;
  word-break: keep-all;
}
/* ---------- Overlay with activity indicator ---------- */
.ai-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.ai-overlay.hidden {
  display: none;
}
.ai-spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ---------- /Overlay with activity indicator ---------- */
/* ---------- Header Banner ---------- */
.highlight-banner {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  max-width: 800px;
  margin: 2rem auto;
}
.highlight-banner .badge-wrapper {
  position: absolute;
  top: -15px;
  right: -15px;
}
.highlight-banner .badge-wrapper .badge {
  position: relative;
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.highlight-banner .badge-wrapper .badge .shine {
  position: absolute;
  top: 0;
  left: -75%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 70%);
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 100%;
  }
}
/* ---------- /Header Banner ---------- */
