/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Campaign
Theme URI: https://turisvpn.com
Author: turisvpn
Author URI: https://underscoretw.com/
Description: TurisVPN custom theme for Campaign
Version: 0.1.5
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: staysafemaster
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

staysafemasters is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-blue-500: oklch(62.3% 0.214 259.815);
  --color-blue-600: oklch(54.6% 0.245 262.881);
  --color-blue-900: oklch(37.9% 0.146 265.522);
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --leading-normal: 1.5;
  --radius-lg: 0.5rem;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --font-dm-mono: "DM Mono", monospace;
  --font-inter: "Inter", sans-serif;
  --font-nebula: "Nebula", sans-serif;
  --font-nebula-hollow: "Nebula Hollow", sans-serif;
  --color-light-gray: #4D4D4D;
  --color-main-green: #25DAAB;
  --color-main-blue: #1A96CB;
  --color-green: #24CFB1;
  --color-green-lighter: #19BC8B;
  --color-footer-black: #191919;
  --color-black18: #181818;
  --color-footer-white: #E0E0E0;
  --color-main-black: #131313;
  --color-light-green: #D3F3E9;
  --color-white-e9: #E9E9E9;
  --color-dark: #181818;
  --color-green25: #25D6AD;
  --color-green00: #00BF9D;
  --color-white-light: #FAFAFA;
  --spacing-container: 1440px;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration-line: none !important;
}
.container {
  margin-inline: auto;
  max-width: var(--spacing-container);
}
.text-h2 {
  font-size: 2rem;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
@media (width >= 48rem) {
  .text-h2 {
    font-size: 2.875rem;
  }
}
.text-h3 {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-normal) !important;
  line-height: var(--leading-normal) !important;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
@media (width >= 48rem) {
  .text-h3 {
    font-size: 1.75rem;
  }
}
.text-p {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.text-p-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
@media (width >= 48rem) {
  .text-p-sm {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.has-green strong, .has-green b {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #4BBD92;
}
.nav-container.shadow {
  --tw-shadow: 0 2px 4px var(--tw-shadow-color, rgba(0,0,0,0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.nav-container .menu .menu-item {
  font-size: 0.625rem;
  --tw-leading: 121%;
  line-height: 121%;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-light-gray);
}
@media (width >= 80rem) {
  .nav-container .menu .menu-item {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.dark-nav-container.shadow {
  --tw-shadow: 0 2px 4px var(--tw-shadow-color, rgba(255,255,255,0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.dark-nav-container .menu .menu-item {
  font-size: 0.625rem;
  --tw-leading: 120%;
  line-height: 120%;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white-e9);
}
@media (width >= 80rem) {
  .dark-nav-container .menu .menu-item {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.nav-container .menu .current-menu-item, .dark-nav-container .menu .current-menu-item {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-green-lighter);
}
.dark-nav-container .menu, .nav-container .menu {
  display: flex;
  gap: 1.25rem;
}
@media (width >= 48rem) {
  .dark-nav-container .menu, .nav-container .menu {
    align-items: center;
  }
}
@media (width >= 80rem) {
  .dark-nav-container .menu, .nav-container .menu {
    gap: 2.125rem;
  }
}
.install-icon {
  border-color: #191919;
}
.dark-nav-container .install-icon {
  border-color: var(--color-white-light);
}
.extension-btn {
  display: flex;
  height: 100%;
  width: fit-content;
  align-items: center;
  gap: calc(var(--spacing) * 1.5);
  border-radius: 100px;
  background-color: var(--color-white-light);
  padding-inline: calc(var(--spacing) * 3.5);
}
.extension-btn .desc {
  min-width: fit-content;
  font-size: 0.5rem;
  --tw-leading: 121%;
  line-height: 121%;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #191919;
}
@media (width >= 80rem) {
  .extension-btn .desc {
    font-size: 0.625rem;
  }
}
.extension-btn .label {
  min-width: fit-content;
  font-size: 0.625rem;
  --tw-leading: 121%;
  line-height: 121%;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #191919;
}
@media (width >= 80rem) {
  .extension-btn .label {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.dark-nav-container .extension-btn {
  background-color: var(--color-footer-black);
}
.dark-nav-container .extension-btn .desc {
  color: #E9E9E9;
}
.dark-nav-container .extension-btn .label {
  color: #E9E9E9;
}
.fill-dark {
  fill: #191919;
}
.hamberger-menu .fill-dark path {
  fill: var(--color-white-light);
}
.dark-nav-container .hamberger-menu .fill-dark path {
  fill: #191919;
}
.dark-nav-container .fill-dark {
  fill: var(--color-white-light);
}
.fill-light {
  fill: var(--color-white-light);
}
.dark-nav-container .fill-light {
  fill: #191919;
}
.hamberger-menu .menu-main-container .menu {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
}
.hamberger-menu .extension-btn {
  background-color: var(--color-black);
}
.dark-nav-container .hamberger-menu .light-btn {
  display: block !important;
}
.dark-nav-container .hamberger-menu .dark-btn {
  display: none;
}
.hamberger-menu .extension-btn .text {
  color: var(--color-white);
}
.dark-nav-container .hamberger-menu .extension-btn {
  background-color: var(--color-white);
}
.dark-nav-container .hamberger-menu .extension-btn .text {
  color: var(--color-black);
}
.hamberger-menu {
  background-color: var(--color-footer-black);
}
.hamberger-menu .menu .menu-item {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: var(--color-white-e9);
}
.hamberger-menu .menu .menu-item a {
  display: block;
  width: 100%;
}
.dark-nav-container .hamberger-menu {
  background-color: var(--color-white);
}
.dark-nav-container .hamberger-menu .menu .menu-item {
  color: var(--color-footer-black);
}
.hamberger-menu-container .icon-svg {
  fill: var(--color-black);
}
.dark-nav-container .hamberger-menu-container .icon-svg {
  fill: var(--color-white);
}
.hamberger-menu-container .text-install {
  color: var(--color-white-e9);
}
.dark-nav-container .hamberger-menu-container .text-install {
  color: var(--color-light-gray);
}
.hamberger-menu-container .install-icon {
  border-color: var(--color-white-light);
}
.dark-nav-container .hamberger-menu-container .install-icon {
  border-color: #191919;
}
.hamberger-menu-container .fill-dark {
  fill: var(--color-white-light);
}
.dark-nav-container .hamberger-menu-container .fill-dark {
  fill: #191919;
}
.hamberger-menu-container .fill-light {
  fill: #191919;
}
.dark-nav-container .hamberger-menu-container .fill-light {
  fill: var(--color-white-light);
}
.footer-menu .menu {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3.5);
}
@media (width >= 48rem) {
  .footer-menu .menu {
    align-items: center;
  }
}
.menu-item.menu-item-gtranslate > div {
  position: relative !important;
}
.gt_switcher a img {
  display: none !important;
  border-radius: calc(infinity * 1px);
  object-fit: cover;
  opacity: 100% !important;
}
.gt_switcher .gt_selected a:after {
  display: none !important;
}
.gt_switcher {
  width: auto !important;
}
.gt_switcher .gt_selected {
  background: none !important;
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 1);
}
.gt_switcher .gt_selected::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.5 2C7.21442 2 5.95772 2.38122 4.8888 3.09545C3.81988 3.80968 2.98676 4.82484 2.49479 6.01256C2.00282 7.20028 1.87409 8.50721 2.1249 9.76809C2.3757 11.029 2.99477 12.1872 3.90381 13.0962C4.81285 14.0052 5.97104 14.6243 7.23192 14.8751C8.49279 15.1259 9.79973 14.9972 10.9874 14.5052C12.1752 14.0132 13.1903 13.1801 13.9046 12.1112C14.6188 11.0423 15 9.78558 15 8.5C14.9982 6.77665 14.3128 5.12441 13.0942 3.90582C11.8756 2.68722 10.2234 2.00182 8.5 2ZM13.9769 8H11.4875C11.3994 6.22125 10.8456 4.53312 9.9175 3.1875C11.0045 3.47933 11.9761 4.0969 12.7018 4.95722C13.4275 5.81753 13.8725 6.87936 13.9769 8ZM8.5 13.9931C7.32938 12.7262 6.61938 10.9306 6.51438 9H10.4856C10.3806 10.9294 9.67063 12.7262 8.5 13.9931ZM6.51438 8C6.61938 6.07062 7.32688 4.27375 8.5 3.00688C9.67063 4.27375 10.3806 6.06938 10.4856 8H6.51438ZM7.0825 3.1875C6.15438 4.53312 5.60063 6.22125 5.5125 8H3.02313C3.12756 6.87936 3.57251 5.81753 4.29819 4.95722C5.02387 4.0969 5.9955 3.47933 7.0825 3.1875ZM3.02313 9H5.5125C5.60063 10.7787 6.15438 12.4669 7.0825 13.8125C5.9955 13.5207 5.02387 12.9031 4.29819 12.0428C3.57251 11.1825 3.12756 10.1206 3.02313 9ZM9.9175 13.8125C10.8456 12.465 11.3994 10.7769 11.4875 9H13.9769C13.8725 10.1206 13.4275 11.1825 12.7018 12.0428C11.9761 12.9031 11.0045 13.5207 9.9175 13.8125Z' fill='%23181818'/%3E%3C/svg%3E");
  display: block;
  height: calc(var(--spacing) * 4);
  width: calc(var(--spacing) * 4);
}
.gt_switcher .gt_selected a {
  display: flex !important;
  display: flex;
  width: auto !important;
  min-width: 6.875rem;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
  padding: calc(var(--spacing) * 0) !important;
  font-size: 0.625rem !important;
}
@media (width >= 80rem) {
  .gt_switcher .gt_selected a {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
}
.dark-nav-container .gt_switcher .gt_selected a {
  color: var(--color-white-e9) !important;
}
.gt_switcher .gt_selected a:hover {
  background: none !important;
}
.hamberger-menu .gt_switcher .gt_option a:hover {
  background: none !important;
}
:is(.gt_switcher .gt_option) a {
  border-radius: 8px;
  padding-inline: calc(var(--spacing) * 1.5);
  padding-block: calc(var(--spacing) * 2);
  font-size: 0.625rem !important;
  --tw-leading: 150% !important;
  line-height: 150% !important;
}
@media (width >= 80rem) {
  :is(.gt_switcher .gt_option) a {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
}
.gt_switcher .gt_option {
  position: absolute !important;
  margin-top: calc(var(--spacing) * 2);
  height: auto !important;
  max-height: none !important;
  width: fit-content !important;
  border-radius: 10px;
  padding-inline: calc(var(--spacing) * 1.5);
  padding-block: calc(var(--spacing) * 1);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.gt_switcher .gt_current {
  pointer-events: none;
  display: block !important;
  cursor: default;
  background-color: #E1FDF8;
  color: #4ABC91;
  -webkit-user-select: none;
  user-select: none;
}
.dark-nav-container .gt_switcher .gt_option .gt_selected a {
  color: #4ABC91 !important;
}
.dark-nav-container .gt_switcher .gt_selected::before,.hamberger-menu .gt_switcher .gt_selected::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.5 2C7.21442 2 5.95772 2.38122 4.8888 3.09545C3.81988 3.80968 2.98676 4.82484 2.49479 6.01256C2.00282 7.20028 1.87409 8.50721 2.1249 9.76809C2.3757 11.029 2.99477 12.1872 3.90381 13.0962C4.81285 14.0052 5.97104 14.6243 7.23192 14.8751C8.49279 15.1259 9.79973 14.9972 10.9874 14.5052C12.1752 14.0132 13.1903 13.1801 13.9046 12.1112C14.6188 11.0423 15 9.78558 15 8.5C14.9982 6.77665 14.3128 5.12441 13.0942 3.90582C11.8756 2.68722 10.2234 2.00182 8.5 2ZM13.9769 8H11.4875C11.3994 6.22125 10.8456 4.53312 9.9175 3.1875C11.0045 3.47933 11.9761 4.0969 12.7018 4.95722C13.4275 5.81753 13.8725 6.87936 13.9769 8ZM8.5 13.9931C7.32938 12.7262 6.61938 10.9306 6.51438 9H10.4856C10.3806 10.9294 9.67063 12.7262 8.5 13.9931ZM6.51438 8C6.61938 6.07062 7.32688 4.27375 8.5 3.00688C9.67063 4.27375 10.3806 6.06938 10.4856 8H6.51438ZM7.0825 3.1875C6.15438 4.53312 5.60063 6.22125 5.5125 8H3.02313C3.12756 6.87936 3.57251 5.81753 4.29819 4.95722C5.02387 4.0969 5.9955 3.47933 7.0825 3.1875ZM3.02313 9H5.5125C5.60063 10.7787 6.15438 12.4669 7.0825 13.8125C5.9955 13.5207 5.02387 12.9031 4.29819 12.0428C3.57251 11.1825 3.12756 10.1206 3.02313 9ZM9.9175 13.8125C10.8456 12.465 11.3994 10.7769 11.4875 9H13.9769C13.8725 10.1206 13.4275 11.1825 12.7018 12.0428C11.9761 12.9031 11.0045 13.5207 9.9175 13.8125Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.dark-nav-container .hamberger-menu .gt_switcher .gt_selected::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.5 2C7.21442 2 5.95772 2.38122 4.8888 3.09545C3.81988 3.80968 2.98676 4.82484 2.49479 6.01256C2.00282 7.20028 1.87409 8.50721 2.1249 9.76809C2.3757 11.029 2.99477 12.1872 3.90381 13.0962C4.81285 14.0052 5.97104 14.6243 7.23192 14.8751C8.49279 15.1259 9.79973 14.9972 10.9874 14.5052C12.1752 14.0132 13.1903 13.1801 13.9046 12.1112C14.6188 11.0423 15 9.78558 15 8.5C14.9982 6.77665 14.3128 5.12441 13.0942 3.90582C11.8756 2.68722 10.2234 2.00182 8.5 2ZM13.9769 8H11.4875C11.3994 6.22125 10.8456 4.53312 9.9175 3.1875C11.0045 3.47933 11.9761 4.0969 12.7018 4.95722C13.4275 5.81753 13.8725 6.87936 13.9769 8ZM8.5 13.9931C7.32938 12.7262 6.61938 10.9306 6.51438 9H10.4856C10.3806 10.9294 9.67063 12.7262 8.5 13.9931ZM6.51438 8C6.61938 6.07062 7.32688 4.27375 8.5 3.00688C9.67063 4.27375 10.3806 6.06938 10.4856 8H6.51438ZM7.0825 3.1875C6.15438 4.53312 5.60063 6.22125 5.5125 8H3.02313C3.12756 6.87936 3.57251 5.81753 4.29819 4.95722C5.02387 4.0969 5.9955 3.47933 7.0825 3.1875ZM3.02313 9H5.5125C5.60063 10.7787 6.15438 12.4669 7.0825 13.8125C5.9955 13.5207 5.02387 12.9031 4.29819 12.0428C3.57251 11.1825 3.12756 10.1206 3.02313 9ZM9.9175 13.8125C10.8456 12.465 11.3994 10.7769 11.4875 9H13.9769C13.8725 10.1206 13.4275 11.1825 12.7018 12.0428C11.9761 12.9031 11.0045 13.5207 9.9175 13.8125Z' fill='%23181818'/%3E%3C/svg%3E");
}
.hamberger-menu .gt_switcher .gt_selected a {
  font-size: var(--text-lg) !important;
  line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
}
.dark-nav-container .hamberger-menu .gt_switcher .gt_selected a {
  color: #1B1B1B !important;
}
.hamberger-menu .gt_switcher .gt_selected a {
  color: var(--color-white) !important;
}
.hamberger-menu .gt_option {
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
  background-color: transparent !important;
}
:is(.hamberger-menu .gt_switcher .gt_option) a {
  border-radius: 8px;
  padding-left: calc(var(--spacing) * 0) !important;
  font-size: var(--text-lg) !important;
  line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  color: var(--color-white-e9) !important;
}
.hamberger-menu .gt_switcher .gt_option {
  position: relative !important;
  left: calc(var(--spacing) * 0);
  height: auto !important;
  border-radius: 0;
  padding: calc(var(--spacing) * 0);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
:is(.dark-nav-container .hamberger-menu .gt_switcher .gt_option) a {
  color: #1B1B1B !important;
}
.hamberger-menu .gt_switcher .gt_option a.gt_current {
  background-color: transparent !important;
  color: #4ABC91 !important;
}
.outline-button {
  width: fit-content;
  cursor: pointer;
  border-radius: 100px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 8);
  padding-block: calc(var(--spacing) * 3);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 121%;
  line-height: 121%;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
@media (width >= 48rem) {
  .outline-button {
    padding-block: calc(var(--spacing) * 3.5);
  }
}
.gradient-border {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #25D8AD;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  --tw-gradient-to: #1B9ACA;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding: 1px;
}
.oneline > * {
  display: block;
}
@media (width >= 48rem) {
  .oneline > * {
    display: inline;
  }
}
#why-turis-vpn {
  height: fit-content !important;
}
@media (width >= 48rem) {
  #why-turis-vpn {
    height: auto !important;
  }
}
@media (min-width: 1025px) {
  #why-turis-vpn .main-content {
    min-height: calc(100vh - 50px);
  }
}
.home-feature-item {
  z-index: 2;
  max-width: 100%;
}
@media (width >= 48rem) {
  .home-feature-item {
    width: 526px;
  }
}
@media (width >= 48rem) {
  .home-feature-item {
    max-width: calc(50% - 5rem);
  }
}
.home-feature-item .label-group {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 1.5);
}
@media (width >= 48rem) {
  .home-feature-item .label-group {
    gap: calc(var(--spacing) * 3);
  }
}
.home-feature-item .label-group .label {
  font-size: 22px;
  --tw-leading: var(--leading-normal) !important;
  line-height: var(--leading-normal) !important;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
@media (width >= 48rem) {
  .home-feature-item .label-group .label {
    font-size: 30px;
  }
}
@media (width >= 96rem) {
  .home-feature-item .label-group .label {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.home-feature-item .label-group .icon {
  display: flex;
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: #FFFFFF0A;
}
@media (width >= 48rem) {
  .home-feature-item .label-group .icon {
    height: 38px;
  }
}
@media (width >= 48rem) {
  .home-feature-item .label-group .icon {
    width: 38px;
  }
}
.home-feature-item .desc {
  display: block;
  max-height: calc(var(--spacing) * 0);
  overflow: hidden;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
}
@media (width >= 48rem) {
  .home-feature-item .desc {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 48rem) {
  .home-feature-item .desc {
    --tw-leading: 27px;
    line-height: 27px;
  }
}
@media (width >= 96rem) {
  .home-feature-item .desc {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.home-feature-item.active {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
  border-left-style: var(--tw-border-style);
  border-left-width: 2px;
  border-color: #25D9AC;
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #18181814;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  --tw-gradient-via: #27DEBF14;
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
  --tw-gradient-to: #27DEBF14;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding: calc(var(--spacing) * 6);
}
@media (width >= 96rem) {
  .home-feature-item.active {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 96rem) {
  .home-feature-item.active {
    padding: calc(var(--spacing) * 8);
  }
}
.home-feature-item.active .label-group .icon {
  background-color: #FFFFFF1F;
}
.home-feature-item.active .desc {
  transition: max-height 300ms ease;
  display: block;
  max-height: none;
}
.home-feature-img {
  display: flex;
  justify-content: flex-end;
}
@media (width >= 48rem) {
  .home-feature-img {
    position: absolute;
  }
}
@media (width >= 48rem) {
  .home-feature-img {
    max-height: 100%;
  }
}
@media (width >= 48rem) {
  .home-feature-img {
    max-width: 50%;
  }
}
.home-feature-img.cloned {
  display: none;
}
.home-feature-img.cloned.active {
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  display: flex;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  animation: imageFade 1s ease 300ms 1 normal;
  animation-fill-mode: both;
}
.feature-item {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 1.5);
  border-radius: 14px;
  background-color: var(--color-light-green);
  padding: calc(var(--spacing) * 3.5);
}
@media (width >= 48rem) {
  .feature-item {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .feature-item {
    gap: calc(var(--spacing) * 3.5);
  }
}
.feature-item .feature-icon {
  display: flex;
  height: 42px;
  width: 42px;
  min-width: 42px;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: var(--color-main-green);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  --tw-gradient-to: var(--color-main-blue);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding: calc(var(--spacing) * 2);
}
.feature-item .feature-icon svg {
  height: calc(var(--spacing) * 5);
}
.feature-item .label {
  display: flex;
  align-items: center;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-main-black);
}
@media (width >= 48rem) {
  .feature-item .label {
    min-height: 42px;
  }
}
@media (width >= 48rem) {
  .feature-item .label {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.feature-item .desc {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: var(--color-main-black);
}
.feature-item .desc b {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.dark-bg .feature-item {
  display: flex;
  gap: calc(var(--spacing) * 3.5);
  border-radius: 14px;
  background-color: #1B1B1B;
  padding: calc(var(--spacing) * 3.5);
}
.dark-bg .feature-item .label {
  display: flex;
  min-height: 42px;
  align-items: center;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
.dark-bg .feature-item .desc {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: #F0F0F0;
}
.pricing-item {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
  border-radius: 20px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #DDDDDD;
  background-color: #0B3833;
  padding: calc(var(--spacing) * 5);
}
@media (width >= 48rem) {
  .pricing-item {
    padding-block: 34px;
  }
}
@media (width >= 80rem) {
  .pricing-item {
    padding-inline: calc(var(--spacing) * 6);
  }
}
.pricing-item .item-content-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: calc(var(--spacing) * 3.5);
}
@media (width >= 48rem) {
  .pricing-item .item-content-container {
    gap: calc(var(--spacing) * 5);
  }
}
.pricing-item .item-content-container .item-head {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 1);
}
.pricing-item .item-content-container .name {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-black);
}
@media (width >= 48rem) {
  .pricing-item .item-content-container .name {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 48rem) {
  .pricing-item .item-content-container .name {
    --tw-leading: 36px;
    line-height: 36px;
  }
}
.pricing-item .item-content-container .desc {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: var(--color-black);
}
@media (width >= 48rem) {
  .pricing-item .item-content-container .desc {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.pricing-item .item-content-container .price {
  font-size: 2.75rem;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-black);
}
@media (width >= 48rem) {
  .pricing-item .item-content-container .price {
    font-size: 3.5rem;
  }
}
.pricing-item .item-content-container .price span {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-black);
}
@media (width >= 48rem) {
  .pricing-item .item-content-container .price span {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.pricing-item .item-content-container .list-items {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3.5);
}
.pricing-item .item-content-container .list p::before {
  content: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2.0625C9.23233 2.0625 7.50436 2.58668 6.0346 3.56874C4.56483 4.55081 3.41929 5.94665 2.74283 7.57977C2.06637 9.21288 1.88938 11.0099 2.23424 12.7436C2.57909 14.4773 3.43031 16.0698 4.68024 17.3198C5.93017 18.5697 7.52268 19.4209 9.25638 19.7658C10.9901 20.1106 12.7871 19.9336 14.4202 19.2572C16.0534 18.5807 17.4492 17.4352 18.4313 15.9654C19.4133 14.4956 19.9375 12.7677 19.9375 11C19.935 8.6304 18.9926 6.35856 17.317 4.683C15.6414 3.00743 13.3696 2.065 11 2.0625ZM14.9239 9.42391L10.1114 14.2364C10.0476 14.3003 9.97174 14.351 9.88828 14.3856C9.80481 14.4202 9.71535 14.438 9.625 14.438C9.53466 14.438 9.44519 14.4202 9.36173 14.3856C9.27827 14.351 9.20245 14.3003 9.1386 14.2364L7.0761 12.1739C6.94709 12.0449 6.87462 11.8699 6.87462 11.6875C6.87462 11.5051 6.94709 11.3301 7.0761 11.2011C7.2051 11.0721 7.38007 10.9996 7.5625 10.9996C7.74494 10.9996 7.91991 11.0721 8.04891 11.2011L9.625 12.778L13.9511 8.45109C14.015 8.38722 14.0908 8.33655 14.1743 8.30198C14.2577 8.26741 14.3472 8.24962 14.4375 8.24962C14.5278 8.24962 14.6173 8.26741 14.7007 8.30198C14.7842 8.33655 14.86 8.38722 14.9239 8.45109C14.9878 8.51497 15.0385 8.5908 15.073 8.67426C15.1076 8.75772 15.1254 8.84717 15.1254 8.9375C15.1254 9.02783 15.1076 9.11728 15.073 9.20074C15.0385 9.2842 14.9878 9.36003 14.9239 9.42391Z' fill='%2325D8AD'%3E%3C/path%3E%3C/svg%3E");
  margin-right: calc(var(--spacing) * 1.5);
  display: inline-block;
  height: 22px;
  min-height: 22px;
  width: 22px;
  min-width: 22px;
}
.pricing-testimonials .owl-dots {
  display: none;
}
.pricing-item .item-content-container .list p {
  display: flex;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: var(--color-black);
  color: var(--color-black18);
}
@media (width >= 48rem) {
  .pricing-item .item-content-container .list p {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 48rem) {
  .pricing-item .item-content-container .list p {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
}
.pricing-item .item-content-container .list.text-white p {
  color: #F0F0F0;
}
.pricing-item .item-content-container .list-item .text-premium {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: #F0F0F0;
}
@media (width >= 48rem) {
  .pricing-item .item-content-container .list-item .text-premium {
    font-size: 19px;
  }
}
@media (width >= 48rem) {
  .pricing-item .item-content-container .list-item .text-premium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
}
.border-gradient-purple {
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}
.testimonials .testimonial-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(var(--spacing) * 3.5);
}
.testimonials .testimonial-item .feedback-container .content {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2.5);
}
.testimonials .owl-stage-outer .owl-stage {
  display: flex;
  align-items: stretch;
}
.testimonials .owl-stage-outer .owl-stage .owl-item {
  padding-inline: calc(var(--spacing) * 8);
}
:is(.testimonials .owl-stage-outer .owl-stage .owl-item) .testimonial-item .feedback-container .content .label {
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #7D7D7D;
}
:is(.testimonials .owl-stage-outer .owl-stage .owl-item) .testimonial-item .feedback-container .content .desc {
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #AAAAAA;
}
:is(.testimonials .owl-stage-outer .owl-stage .owl-item) .testimonial-item .author-container .author .name {
  display: none;
}
:is(.testimonials .owl-stage-outer .owl-stage .owl-item) .testimonial-item .author-container .author .position {
  display: none;
}
.testimonials .owl-stage-outer .owl-stage .owl-item.active.center {
  padding-inline: calc(var(--spacing) * 0);
}
:is(.testimonials .owl-stage-outer .owl-stage .owl-item.active.center) .testimonial-item .feedback-container .content .label {
  text-align: center;
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
@media (width >= 48rem) {
  :is(.testimonials .owl-stage-outer .owl-stage .owl-item.active.center) .testimonial-item .feedback-container .content .label {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
:is(.testimonials .owl-stage-outer .owl-stage .owl-item.active.center) .testimonial-item .feedback-container .content .desc {
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
}
@media (width >= 48rem) {
  :is(.testimonials .owl-stage-outer .owl-stage .owl-item.active.center) .testimonial-item .feedback-container .content .desc {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
:is(.testimonials .owl-stage-outer .owl-stage .owl-item.active.center) .testimonial-item .author-container .author .name {
  display: block;
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: #25DAAB;
}
@media (width >= 48rem) {
  :is(.testimonials .owl-stage-outer .owl-stage .owl-item.active.center) .testimonial-item .author-container .author .name {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
:is(.testimonials .owl-stage-outer .owl-stage .owl-item.active.center) .testimonial-item .author-container .author .position {
  display: block;
  text-align: center;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #C7C7C7;
}
@media (width >= 48rem) {
  :is(.testimonials .owl-stage-outer .owl-stage .owl-item.active.center) .testimonial-item .author-container .author .position {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.testimonial-authors .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
@media (width >= 48rem) {
  .testimonial-authors .owl-stage-outer .owl-stage {
    height: 120px;
  }
}
.testimonial-authors .owl-stage-outer .owl-stage .owl-item {
  visibility: hidden;
  height: 34px;
  width: 34px !important;
  min-width: 34px;
}
@media (width >= 48rem) {
  .testimonial-authors .owl-stage-outer .owl-stage .owl-item {
    height: 66px;
  }
}
@media (width >= 48rem) {
  .testimonial-authors .owl-stage-outer .owl-stage .owl-item {
    width: 66px !important;
  }
}
@media (width >= 48rem) {
  .testimonial-authors .owl-stage-outer .owl-stage .owl-item {
    min-width: 66px;
  }
}
.testimonial-authors .owl-stage-outer .owl-stage .owl-item.active:not(.center) {
  visibility: visible;
  --tw-translate-x: calc(var(--spacing) * -0.5);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
@media (width >= 48rem) {
  .testimonial-authors .owl-stage-outer .owl-stage .owl-item.active:not(.center) {
    --tw-translate-x: calc(26px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.testimonial-authors .owl-stage-outer .owl-stage .owl-item.active.center+.owl-item.active {
  visibility: visible;
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.testimonial-authors .owl-stage-outer .owl-stage .owl-item.active.center+.owl-item.active+.owl-item.active {
  visibility: visible;
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.testimonial-authors .owl-stage-outer .owl-stage .owl-item.active.center+.owl-item.active+.owl-item.active+.owl-item.active {
  visibility: hidden;
}
.testimonial-authors .owl-stage-outer .owl-stage:hover circle {
  animation-play-state: paused !important;
}
.testimonials .owl-dots {
  display: none;
}
.testimonial-authors .owl-stage-outer .owl-stage .owl-item.active.center {
  visibility: visible;
  margin-right: 21px !important;
  margin-left: calc(var(--spacing) * 1.5) !important;
  scale: 1.47;
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 1000ms;
  transition-duration: 1000ms;
}
@media (width >= 48rem) {
  .testimonial-authors .owl-stage-outer .owl-stage .owl-item.active.center {
    margin-right: 72px !important;
  }
}
@media (width >= 48rem) {
  .testimonial-authors .owl-stage-outer .owl-stage .owl-item.active.center {
    margin-left: calc(var(--spacing) * 0) !important;
  }
}
@media (width >= 48rem) {
  .testimonial-authors .owl-stage-outer .owl-stage .owl-item.active.center {
    scale: 1.82;
  }
}
:is(.testimonial-authors .owl-stage-outer .owl-stage .owl-item.active.center) .testimonial-authors-border {
  border-radius: calc(infinity * 1px);
  background-color: #183F34;
  padding: 1px;
}
:is(.testimonial-authors .owl-stage-outer .owl-stage .owl-item.active.center) .circle-svg {
  display: block !important;
}
:is(.testimonial-authors .owl-stage-outer .owl-stage .owl-item.active.center) .circle-svg circle {
  fill: transparent;
  stroke: #25DAAB;
  stroke-width: 2px;
  stroke-dasharray: 471;
  stroke-dashoffset: 471;
  animation: clock-animation 13.7s linear 700ms;
  animation-fill-mode: both;
}
.testimonial-authors .owl-stage-outer .owl-stage .owl-item.active.center .layer {
  display: none;
}
.testimonial-authors.owl-carousel .owl-stage-outer {
  overflow: visible;
}
#testimonials-custom-dots .owl-dot {
  height: calc(var(--spacing) * 1);
  width: calc(var(--spacing) * 3.5);
  cursor: pointer;
  border-radius: 10px;
  background-color: #3B3B3B;
}
@media (width >= 48rem) {
  #testimonials-custom-dots .owl-dot {
    height: calc(var(--spacing) * 1.5);
  }
}
@media (width >= 48rem) {
  #testimonials-custom-dots .owl-dot {
    width: 18px;
  }
}
#testimonials-custom-dots .owl-dot.active {
  width: 88px;
  background-color: #F4F4F4;
}
@media (width >= 48rem) {
  #testimonials-custom-dots .owl-dot.active {
    width: 92px;
  }
}
.owl-nav-container {
  width: 232px;
}
@media (width >= 48rem) {
  .owl-nav-container {
    width: 508px;
  }
}
.about-key-feature-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(var(--spacing) * 6);
}
@media (width >= 48rem) {
  .about-key-feature-item {
    justify-content: center;
  }
}
@media (width >= 48rem) {
  .about-key-feature-item {
    gap: 60px;
  }
}
.about-key-feature-item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-key-feature-item .img-container {
  position: relative;
  display: flex;
  height: 580px;
  width: 543.46px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
@media (width >= 48rem) {
  .about-key-feature-item .img-container {
    height: 633px;
  }
}
.about-key-feature-item .img-container .featured-image {
  position: relative;
  z-index: 2;
  width: 270px;
}
.about-key-feature-item .img-container .circle-image {
  position: absolute;
  bottom: calc(var(--spacing) * -8);
  z-index: 1;
  width: 126%;
}
.about-key-feature-item .content-container {
  display: flex;
  width: 500px;
  max-width: 100%;
  flex-direction: column;
  gap: calc(var(--spacing) * 3);
}
@media (width >= 48rem) {
  .about-key-feature-item .content-container {
    gap: calc(var(--spacing) * 5);
  }
}
.about-key-feature-item .content-container .label {
  font-size: 1.75rem;
  --tw-leading: 120%;
  line-height: 120%;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #131313;
}
@media (width >= 48rem) {
  .about-key-feature-item .content-container .label {
    font-size: 2.5rem;
  }
}
.about-key-feature-item .content-container .desc {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #131313;
}
.about-key-feature-item .content-container .desc ul {
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 8);
}
.pricing-row {
  display: flex;
  width: 100%;
  padding-block: calc(var(--spacing) * 6);
}
.pricing-row .service {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 1);
  padding-inline: calc(var(--spacing) * 3.5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #616161;
}
.pricing-row .free {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-black18);
}
.pricing-row .premium {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-black18);
}
.pricing-testimonials .owl-stage-outer .owl-stage:hover circle {
  animation-play-state: paused !important;
}
:is(.pricing-testimonials .owl-stage-outer .owl-stage .owl-item.active) .testimonial-pricing-border {
  border-radius: calc(infinity * 1px);
  background-color: #183F34;
  padding: calc(var(--spacing) * 1);
}
:is(.pricing-testimonials .owl-stage-outer .owl-stage .owl-item.active) .circle-svg {
  display: block !important;
}
:is(.pricing-testimonials .owl-stage-outer .owl-stage .owl-item.active) .circle-svg circle {
  fill: transparent;
  stroke: #25DAAB;
  stroke-width: 2px;
  stroke-dasharray: 471;
  stroke-dashoffset: 471;
  animation: clock-animation 13.3s linear 700ms;
  animation-fill-mode: both;
}
@keyframes clock-animation {
  0% {
    stroke-dashoffset: 471;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes imageFade {
  0% {
    opacity: 0;
    display: flex;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    display: flex;
    transform: translateY(0);
  }
}
.hide-scroll-bar::-webkit-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scroll-bar::-webkit-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.text-heading strong ,.text-heading b {
  background: linear-gradient(107.48deg, #25D6AD -0.03%, #1B9CC9 76.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.accordion-collapse:not(:last-child)::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
}
.faq-group-container > .question {
  height: calc(var(--spacing) * 0);
  overflow: hidden;
}
.faq-group-container.open > .question {
  height: auto;
}
.faq-group-container {
  position: relative;
  padding-right: calc(var(--spacing) * 6);
}
.faq-group-container .faq-group-nav:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M13.5306 6.7894L8.5306 11.7894C8.46092 11.8593 8.37813 11.9148 8.28696 11.9527C8.1958 11.9905 8.09806 12.01 7.99935 12.01C7.90064 12.01 7.8029 11.9905 7.71173 11.9527C7.62057 11.9148 7.53778 11.8593 7.4681 11.7894L2.4681 6.7894C2.3272 6.64851 2.24805 6.45741 2.24805 6.25815C2.24805 6.05889 2.3272 5.8678 2.4681 5.7269C2.60899 5.58601 2.80009 5.50685 2.99935 5.50685C3.19861 5.50685 3.3897 5.58601 3.5306 5.7269L7.99997 10.1963L12.4693 5.72628C12.6102 5.58538 12.8013 5.50623 13.0006 5.50623C13.1999 5.50623 13.391 5.58538 13.5318 5.72628C13.6727 5.86717 13.7519 6.05827 13.7519 6.25753C13.7519 6.45678 13.6727 6.64788 13.5318 6.78878L13.5306 6.7894Z' fill='%23AAAAAA'/%3E%3C/svg%3E");
  position: absolute;
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  height: calc(var(--spacing) * 4);
  width: calc(var(--spacing) * 4);
}
.faq-group-container.open .faq-group-nav:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M13.5306 6.7894L8.5306 11.7894C8.46092 11.8593 8.37813 11.9148 8.28696 11.9527C8.1958 11.9905 8.09806 12.01 7.99935 12.01C7.90064 12.01 7.8029 11.9905 7.71173 11.9527C7.62057 11.9148 7.53778 11.8593 7.4681 11.7894L2.4681 6.7894C2.3272 6.64851 2.24805 6.45741 2.24805 6.25815C2.24805 6.05889 2.3272 5.8678 2.4681 5.7269C2.60899 5.58601 2.80009 5.50685 2.99935 5.50685C3.19861 5.50685 3.3897 5.58601 3.5306 5.7269L7.99997 10.1963L12.4693 5.72628C12.6102 5.58538 12.8013 5.50623 13.0006 5.50623C13.1999 5.50623 13.391 5.58538 13.5318 5.72628C13.6727 5.86717 13.7519 6.05827 13.7519 6.25753C13.7519 6.45678 13.6727 6.64788 13.5318 6.78878L13.5306 6.7894Z' fill='%2324CFB1'/%3E%3C/svg%3E");
  top: calc(var(--spacing) * 2);
  rotate: 180deg;
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.faq-group-nav.active {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-green);
}
@media (width >= 48rem) {
  .faq-group-nav.active {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.question .item.active {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-footer-black);
}
.classic-editor ul {
  padding-left: 30px;
  list-style: outside;
}
.classic-editor ol {
  padding-left: 30px;
  list-style: revert;
}
.classic-editor ul > li > ul {
  padding-left: 30px;
  list-style-type: circle;
}
.hub-form .subcribe-form > p {
  margin-inline: auto;
}
.hub-form .subcribe-form input:not([type='submit']) {
  background-color: #4B4B4B0F;
}
.subcribe-form p {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
  gap: calc(var(--spacing) * 1);
}
@media (width >= 48rem) {
  .subcribe-form p {
    width: 537px;
  }
}
.subcribe-form p .wpcf7-form-control-wrap {
  width: calc(0.75 * (100% - 4px));
}
.subcribe-form p input {
  width: 100%;
  border-radius: 100px;
  background-color: #FFFFFF29;
  padding-inline: 18px;
  padding-block: calc(var(--spacing) * 3.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 121%;
  line-height: 121%;
  color: #DADADA;
}
.subcribe-form .wpcf7-spinner {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin-block: 1em;
  width: fit-content;
  color: var(--color-white);
}
.wpcf7 form.sent .wpcf7-response-output::after {
  pointer-events: auto;
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"%3E%3Cpath d="M12.854 12.1463C12.9005 12.1927 12.9373 12.2479 12.9625 12.3086C12.9876 12.3693 13.0006 12.4343 13.0006 12.5C13.0006 12.5657 12.9876 12.6308 12.9625 12.6915C12.9373 12.7522 12.9005 12.8073 12.854 12.8538C12.8076 12.9002 12.7524 12.9371 12.6917 12.9622C12.631 12.9874 12.566 13.0003 12.5003 13.0003C12.4346 13.0003 12.3695 12.9874 12.3088 12.9622C12.2481 12.9371 12.193 12.9002 12.1465 12.8538L8.00028 8.70691L3.85403 12.8538C3.76021 12.9476 3.63296 13.0003 3.50028 13.0003C3.3676 13.0003 3.24035 12.9476 3.14653 12.8538C3.05271 12.76 3 12.6327 3 12.5C3 12.3674 3.05271 12.2401 3.14653 12.1463L7.2934 8.00003L3.14653 3.85378C3.05271 3.75996 3 3.63272 3 3.50003C3 3.36735 3.05271 3.2401 3.14653 3.14628C3.24035 3.05246 3.3676 2.99976 3.50028 2.99976C3.63296 2.99976 3.76021 3.05246 3.85403 3.14628L8.00028 7.29316L12.1465 3.14628C12.2403 3.05246 12.3676 2.99976 12.5003 2.99976C12.633 2.99976 12.7602 3.05246 12.854 3.14628C12.9478 3.2401 13.0006 3.36735 13.0006 3.50003C13.0006 3.63272 12.9478 3.75996 12.854 3.85378L8.70715 8.00003L12.854 12.1463Z" fill="%2327DEBF"%3E%3C/path%3E%3C/svg%3E');
  height: calc(var(--spacing) * 6);
  min-height: calc(var(--spacing) * 6);
  width: calc(var(--spacing) * 6);
  min-width: calc(var(--spacing) * 6);
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  background-color: #204039;
  padding: calc(var(--spacing) * 1);
}
.hidden-invalid-toast .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.show-2-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-content p {
  margin-bottom: calc(var(--spacing) * 2.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #181818;
}
@media (width >= 48rem) {
  .article-content p {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.article-content h2 {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #181818;
}
@media (width >= 48rem) {
  .article-content h2 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.article-content h1 {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #181818;
}
@media (width >= 48rem) {
  .article-content h1 {
    font-size: 2rem;
  }
}
.article-content h3 {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #181818;
}
@media (width >= 48rem) {
  .article-content h3 {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.article-content blockquote p {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
  border-color: var(--color-green-lighter);
  padding-left: calc(var(--spacing) * 3.5);
}
@media (width >= 48rem) {
  .article-content blockquote p {
    padding-left: calc(var(--spacing) * 6);
  }
}
.article-content blockquote p {
  margin-bottom: calc(var(--spacing) * 0);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #181818;
  font-style: italic;
}
@media (width >= 48rem) {
  .article-content blockquote p {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.article-content ul {
  padding-left: 30px;
  list-style: outside;
}
.article-content li {
  margin-bottom: calc(var(--spacing) * 2.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #181818;
}
@media (width >= 48rem) {
  .article-content li {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.article-content ol {
  padding-left: 30px;
  list-style: revert;
}
.article-content ul > li > ul {
  padding-left: 30px;
  list-style-type: circle;
}
.article-content a {
  color: var(--color-blue-900);
  text-decoration-line: underline;
}
.article-content #ez-toc-container {
  position: sticky;
  top: calc(var(--spacing) * 0);
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
}
.owl-carousel .owl-dots {
  display: none;
}
.turis-toggle label {
  position: relative;
  display: inline-block;
  height: calc(var(--spacing) * 6);
}
#cookie-popup.active {
  display: flex;
}
.ani-600 {
  animation-duration: 600ms;
}
.ani-0 {
  animation-duration: 0ms;
}
#cookie-popup.active .modal {
  animation: popup 300ms linear 0ms;
}
@keyframes popup {
  0% {
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(0);
  }
}
#turis-cookie-notice.active {
  bottom: calc(var(--spacing) * 5);
  z-index: 9999999999;
}
#table-of-content .ez-toc-title-container {
  display: none;
}
#table-of-content #ez-toc-container {
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 0);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
#table-of-content #ez-toc-container li > ul {
  height: calc(var(--spacing) * 0);
}
#table-of-content #ez-toc-container li.open > ul {
  height: auto;
}
#table-of-content #ez-toc-container li:has(ul) {
  position: relative;
  padding-right: calc(var(--spacing) * 5);
}
#table-of-content #ez-toc-container li.open:has(ul) > a::after {
  rotate: 180deg;
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
#table-of-content #ez-toc-container li:has(ul) > a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M13.5306 6.7894L8.5306 11.7894C8.46092 11.8593 8.37813 11.9148 8.28696 11.9527C8.1958 11.9905 8.09806 12.01 7.99935 12.01C7.90064 12.01 7.8029 11.9905 7.71173 11.9527C7.62057 11.9148 7.53778 11.8593 7.4681 11.7894L2.4681 6.7894C2.3272 6.64851 2.24805 6.45741 2.24805 6.25815C2.24805 6.05889 2.3272 5.8678 2.4681 5.7269C2.60899 5.58601 2.80009 5.50685 2.99935 5.50685C3.19861 5.50685 3.3897 5.58601 3.5306 5.7269L7.99997 10.1963L12.4693 5.72628C12.6102 5.58538 12.8013 5.50623 13.0006 5.50623C13.1999 5.50623 13.391 5.58538 13.5318 5.72628C13.6727 5.86717 13.7519 6.05827 13.7519 6.25753C13.7519 6.45678 13.6727 6.64788 13.5318 6.78878L13.5306 6.7894Z' fill='%23AAAAAA'/%3E%3C/svg%3E");
  position: absolute;
  top: calc(var(--spacing) * 2);
  right: calc(var(--spacing) * 0);
  height: calc(var(--spacing) * 4);
  width: calc(var(--spacing) * 4);
}
#table-of-content #ez-toc-container .ez-toc-list-level-1 li:has(ul) > a.active::after, #table-of-content #ez-toc-container .ez-toc-list-level-1 li:has(ul):has(a.active) > a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M13.5306 6.7894L8.5306 11.7894C8.46092 11.8593 8.37813 11.9148 8.28696 11.9527C8.1958 11.9905 8.09806 12.01 7.99935 12.01C7.90064 12.01 7.8029 11.9905 7.71173 11.9527C7.62057 11.9148 7.53778 11.8593 7.4681 11.7894L2.4681 6.7894C2.3272 6.64851 2.24805 6.45741 2.24805 6.25815C2.24805 6.05889 2.3272 5.8678 2.4681 5.7269C2.60899 5.58601 2.80009 5.50685 2.99935 5.50685C3.19861 5.50685 3.3897 5.58601 3.5306 5.7269L7.99997 10.1963L12.4693 5.72628C12.6102 5.58538 12.8013 5.50623 13.0006 5.50623C13.1999 5.50623 13.391 5.58538 13.5318 5.72628C13.6727 5.86717 13.7519 6.05827 13.7519 6.25753C13.7519 6.45678 13.6727 6.64788 13.5318 6.78878L13.5306 6.7894Z' fill='%2324CFB1'/%3E%3C/svg%3E");
}
#table-of-content #ez-toc-container .ez-toc-list-level-2 li:has(ul) > a.active::after, #table-of-content #ez-toc-container .ez-toc-list-level-3 li:has(ul) > a.active::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M13.5306 6.7894L8.5306 11.7894C8.46092 11.8593 8.37813 11.9148 8.28696 11.9527C8.1958 11.9905 8.09806 12.01 7.99935 12.01C7.90064 12.01 7.8029 11.9905 7.71173 11.9527C7.62057 11.9148 7.53778 11.8593 7.4681 11.7894L2.4681 6.7894C2.3272 6.64851 2.24805 6.45741 2.24805 6.25815C2.24805 6.05889 2.3272 5.8678 2.4681 5.7269C2.60899 5.58601 2.80009 5.50685 2.99935 5.50685C3.19861 5.50685 3.3897 5.58601 3.5306 5.7269L7.99997 10.1963L12.4693 5.72628C12.6102 5.58538 12.8013 5.50623 13.0006 5.50623C13.1999 5.50623 13.391 5.58538 13.5318 5.72628C13.6727 5.86717 13.7519 6.05827 13.7519 6.25753C13.7519 6.45678 13.6727 6.64788 13.5318 6.78878L13.5306 6.7894Z' fill='%23181818'/%3E%3C/svg%3E");
}
#table-of-content .ez-toc-list-level-1 {
  display: flex;
  flex-direction: column;
  gap: 34px;
  font-size: 18px;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
#table-of-content .ez-toc-list-level-2 {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
#table-of-content .ez-toc-list-level-3 {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
#table-of-content .ez-toc-link {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #AAAAAA;
}
#table-of-content .ez-toc-list-level-1 .ez-toc-link.active, #table-of-content .ez-toc-list-level-1 li:has(a.active) > a {
  font-size: 20px;
  --tw-font-weight: var(--font-weight-bold) !important;
  font-weight: var(--font-weight-bold) !important;
  color: #24CFB1;
}
#table-of-content .ez-toc-list-level-2 .ez-toc-link.active, #table-of-content .ez-toc-list-level-3 li:has(a.active) > a {
  font-size: var(--text-sm) !important;
  line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  --tw-font-weight: var(--font-weight-bold) !important;
  font-weight: var(--font-weight-bold) !important;
  color: #181818 !important;
}
.tooltip {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #CBF3EE;
  color: #181818;
  text-align: center;
  border-radius: 4px;
  padding: 0.5rem;
  position: absolute;
  z-index: 999;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 400;
  font-size: 12px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #CBF3EE transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.cky-banner-bottom {
  bottom: 3.625rem !important;
}
@media (width >= 48rem) {
  .cky-banner-bottom {
    bottom: 3.75rem !important;
  }
}
.cky-consent-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: calc(var(--spacing) * 4);
}
@media (width >= 48rem) {
  .cky-consent-container {
    padding-inline: 4.375rem;
  }
}
.cky-consent-container .cky-consent-bar .cky-title {
  margin-bottom: calc(var(--spacing) * 1);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #181818;
}
@media (width >= 48rem) {
  .cky-consent-container .cky-consent-bar .cky-title {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.sky-title-span {
  display: inline;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
@media (width >= 48rem) {
  .sky-title-span {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.cky-notice {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (width >= 48rem) {
  .cky-notice {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .cky-notice {
    align-items: center;
  }
}
.cky-notice-des {
  display: none;
}
@media (width >= 48rem) {
  .cky-notice-des {
    display: block;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice-des>p {
  font-size: 10px;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #181818;
}
@media (width >= 48rem) {
  .cky-consent-container .cky-consent-bar .cky-notice-des>p {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.cky-consent-container .cky-consent-bar .cky-policy {
  font-size: 10px;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
@media (width >= 48rem) {
  .cky-consent-container .cky-consent-bar .cky-policy {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.cky-consent-bar .cky-banner-btn-close {
  top: calc(var(--spacing) * 3) !important;
  right: calc(var(--spacing) * 3) !important;
}
.cky-consent-container .cky-consent-bar .cky-btn {
  margin-top: calc(var(--spacing) * 0) !important;
  padding-block: calc(var(--spacing) * 2) !important;
  font-size: 10px !important;
}
@media (width >= 48rem) {
  .cky-consent-container .cky-consent-bar .cky-btn {
    padding-block: calc(var(--spacing) * 3) !important;
  }
}
@media (width >= 48rem) {
  .cky-consent-container .cky-consent-bar .cky-btn {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
}
.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
  padding-inline: calc(var(--spacing) * 0) !important;
}
.cky-notice-btn-wrapper {
  margin-top: calc(var(--spacing) * 0) !important;
  display: flex !important;
  flex-direction: row !important;
  gap: calc(var(--spacing) * 2.5) !important;
}
@media (width >= 48rem) {
  .cky-notice-btn-wrapper {
    gap: calc(var(--spacing) * 0) !important;
  }
}
.cky-btn-reject {
  order: 1 !important;
}
.cky-btn-accept {
  order: 2 !important;
}
.cky-notice-group {
  justify-content: flex-end !important;
}
.download-desc a {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #25DAAB;
}
.wt-benefit-tittle .icon {
  display: flex;
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: #E3E3E4;
}
.wt-benefit-tittle .icon svg {
  height: 100%;
  width: 18.75px;
  object-fit: contain;
}
.wt-benefit-tittle .icon svg path {
  fill: #343330;
}
.wt-benefit-tittle.active .icon {
  background-color: #5E5E5E;
}
.wt-benefit-tittle.active .icon.icon-gradient {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #25DAAB;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  --tw-gradient-to: #1A96CB;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.wt-benefit-tittle.active .icon svg path {
  fill: var(--color-white);
}
.wt-benefit-context {
  background: linear-gradient(216.76deg, rgba(1, 4, 0, 0) -37.25%, rgba(27, 30, 26, 0.030675) -21.94%, rgba(123, 125, 125, 0.144534) 37.57%, rgba(123, 178, 161, 0.228261) 85.72%, rgba(109, 213, 182, 0.280131) 120.11%, rgba(255, 255, 255, 0.3) 137.49%);
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3.5);
  border-radius: 20px;
  padding: calc(var(--spacing) * 6);
}
.wt-benefit-container {
  display: none;
}
.wt-benefit-container.active {
  animation: fadeUp 1s linear;
  display: flex;
}
@media (width >= 48rem) {
  .wt-benefit-container.active {
    display: grid;
  }
}
.wt-benefit-container .text {
  display: flex;
  flex-direction: column;
  gap: 34px;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: var(--color-white);
}
@media (width >= 48rem) {
  .wt-benefit-container .text {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animatable {
  opacity: .01;
  transform: translateY(50px);
  transition: opacity 1s ease .1s,transform 1s ease .1s;
}
.animatable.animated {
  opacity: 1;
  transform: none;
}
.read-more-content a {
  color: var(--color-blue-600);
  text-decoration-line: underline;
}
.doc-page {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 10);
}
@media (width >= 48rem) {
  .doc-page {
    padding: 100px;
  }
}
.doc-page h1 {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 1.75rem;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
@media (width >= 48rem) {
  .doc-page h1 {
    font-size: 2.5rem;
  }
}
.doc-page h2 {
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.doc-page h3 {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.doc-page p {
  padding-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.doc-page .has-large-font-size {
  padding-bottom: calc(var(--spacing) * 0);
  font-size: var(--text-xl) !important;
  line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.doc-page #ez-toc-container {
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
:is(.doc-page #ez-toc-container) .ez-toc-link {
  color: var(--color-blue-500);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.doc-page .ez-toc-counter nav ul li a::before {
  color: #444 !important;
}
.doc-page .ez-toc-title-container {
  display: none;
}
.page-numbers.prev, .page-numbers.next {
  display: flex;
  display: inline-flex;
  min-height: 38px;
  min-width: 38px;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 1.5);
  border-radius: var(--radius-lg);
  padding-inline: calc(var(--spacing) * 2.5);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #181818;
}
@media (hover: hover) {
  :is(.page-numbers.prev,.page-numbers.next):hover {
    background-color: var(--color-gray-100);
  }
}
@media (hover: hover) {
  :is(.page-numbers.prev,.page-numbers.next):hover {
    color: #19BC8B;
  }
}
.page-numbers {
  display: flex;
  display: inline-flex;
  min-height: 38px;
  min-width: 38px;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 1.5);
  border-radius: var(--radius-lg);
  padding-inline: calc(var(--spacing) * 2.5);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #181818;
}
@media (hover: hover) {
  .page-numbers:hover {
    background-color: var(--color-gray-100);
  }
}
@media (hover: hover) {
  .page-numbers:hover {
    color: #19BC8B;
  }
}
.page-numbers.current {
  background-color: #19BC8B;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
.breadcumb {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 121%;
  line-height: 121%;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #9B9B9B;
}
.breadcumb.current-breadcumb {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: 121%;
  line-height: 121%;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-green-lighter);
}
.bg-black-gradient-green {
  background: linear-gradient(0deg, #181818, #181818), linear-gradient(84.96deg, rgba(39, 222, 191, 0.08) 0%, rgba(25, 25, 25, 0.08) 99.81%);
}
:is(.get-free-vpn-section .feature-nav) .state-bar {
  opacity: 0%;
}
:is(.get-free-vpn-section .feature-nav) .title {
  color: #C0C0C0;
}
:is(.get-free-vpn-section .feature-nav) .content {
  color: #C0C0C0;
}
.get-free-vpn-section .feature-nav.active {
  display: flex !important;
}
:is(.get-free-vpn-section .feature-nav.active) .state-bar {
  opacity: 100%;
}
:is(.get-free-vpn-section .feature-nav.active) .state-bar-content {
  animation: growH 1s linear;
}
:is(.get-free-vpn-section .feature-nav.active) .title {
  color: var(--color-green00);
}
:is(.get-free-vpn-section .feature-nav.active) .content {
  color: var(--color-white);
}
:is(.get-free-vpn-section .feature-nav.active) svg path {
  fill: var(--color-green00) !important;
}
.get-free-vpn-section .feature-image {
  display: none;
}
.get-free-vpn-section .feature-image.active {
  margin-top: calc(var(--spacing) * 5);
  display: block;
  animation: fade 1s linear 0s, MoveUpDown 5s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes growH {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.testimonial-content {
  display: none;
}
.testimonial-content.active {
  display: flex;
  flex-direction: column;
  animation: fadeUp 0.5s linear 0s;
}
.testimonial-nav.active {
  border-radius: 20px;
  background-color: color-mix(in srgb, #fff 8%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .testimonial-nav.active {
    background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
  }
}
.testimonial-nav.active {
  box-shadow: 0px 4px 6.5px 0px #28282836;
}
.testimonial-nav.active .avatar-overlay {
  display: none;
}
.testimonial-nav.active .text-content {
  color: var(--color-white);
}
.testimonial-dot.active {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #74D0B8;
}
.testimonial-dot.active  > div {
  background-color: color-mix(in oklab, #74D0B8 100%, transparent);
}
.area-nav.active {
  background-color: var(--color-green00);
  color: var(--color-white);
}
.area-table {
  display: none;
}
.area-table.active {
  display: flex;
}
.open-country-row.active {
  rotate: 0deg;
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.line-gradient {
  background: linear-gradient(90deg, #25DAAB 0%, #1A96CB 100%);
}
.vpn-location-banner-overlay {
  background: linear-gradient(357.79deg, rgba(0, 0, 0, 0.8) 1.85%, rgba(102, 102, 102, 0) 98.15%);
}
.bg-gradient-pricing {
  background: linear-gradient(182.07deg, rgba(24, 24, 24, 0.12) 0%, rgba(39, 222, 191, 0.12) 98.71%, rgba(39, 222, 191, 0.12) 98.72%);
}
.mega-item-link {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-leading: 121%;
  line-height: 121%;
  color: #C9C9C9;
}
.mega-item:hover svg path {
  fill: var(--color-white);
}
@media (width >= 48rem) {
  .mega-item:hover .mega-menu-content {
    display: flex;
  }
}
:is(.dark-nav-container .mega-item:hover) svg.down path {
  fill: #181818;
}
@media (width >= 48rem) {
  :is(.dark-nav-container .mega-item:hover) svg.down path {
    fill: #c6c6c6;
  }
}
.dark-nav-container .mega-item svg.down path {
  fill: #181818;
}
@media (width >= 48rem) {
  .dark-nav-container .mega-item svg.down path {
    fill: #c6c6c6;
  }
}
.mega-menu-content-main:has(> .mega-item-has-child:hover) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.mega-item-link:hover {
  color: var(--color-white);
}
.menu-item:has(a[href="#features-mega"]) {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 5);
  padding-right: 22px;
}
.menu-item:has(a[href="#features-mega"])  > svg {
  position: absolute;
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  height: 100%;
  width: calc(var(--spacing) * 3);
  object-fit: contain;
}
:is(.hamberger-menu .menu-item:has(a[href="#features-mega"]))  > svg {
  height: fit-content;
}
:is(.dark-nav-container .menu-item:has(a[href="#features-mega"]))  > svg path {
  fill: #c6c6c6;
}
.menu-item:has(a[href="#features-mega"].clicked)  > a {
  color: #19BC8B;
}
.menu-item:has(a[href="#features-mega"].clicked)  > svg path {
  fill: #19BC8B;
}
:is(.hamberger-menu .menu-item:has(a[href="#features-mega"]))  > svg path {
  fill: #c6c6c6;
}
:is(.dark-nav-container .hamberger-menu .menu-item:has(a[href="#features-mega"]))  > svg path {
  fill: #181818;
}
@media (width >= 48rem) {
  :is(.dark-nav-container .hamberger-menu .menu-item:has(a[href="#features-mega"]))  > svg path {
    fill: #c6c6c6;
  }
}
:is(.dark-nav-container .hamberger-menu .menu-item:has(a[href="#features-mega"])) .mega-item > svg.down path {
  fill: #181818;
}
@media (width >= 48rem) {
  :is(.dark-nav-container .hamberger-menu .menu-item:has(a[href="#features-mega"])) .mega-item > svg.down path {
    fill: #c6c6c6;
  }
}
:is(.dark-nav-container .hamberger-menu .menu-item:has(a[href="#features-mega"])) .mega-item-link {
  color: var(--color-dark);
}
.brazil .vpn-location-bg {
  background-position: 0% 0%;
}
.down.active {
  rotate: 90deg;
}
@media (width >= 48rem) {
  .down.active {
    rotate: 0deg;
  }
}
.bg-hub-form-container {
  position: relative;
  background-color: var(--color-dark);
}
.bg-hub-form-container .overlay {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: 100%;
  width: 100%;
  background: linear-gradient(125.98deg, rgba(25, 25, 25, 0.12) 6.97%, rgba(39, 222, 191, 0.12) 98.54%), linear-gradient(132.48deg, rgba(39, 222, 191, 0.24) 0%, rgba(25, 25, 25, 0.24) 48.79%);
}
.bg-hub-form {
  position: relative;
  background-color: var(--color-white);
}
.bg-hub-form .overlay {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: 100%;
  width: 100%;
  background: linear-gradient(263.72deg, rgba(39, 222, 191, 0.114) 0.02%, rgba(255, 255, 255, 0.062) 99.45%);
}
.testimonial-v2-desc {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: var(--color-footer-black);
}
@media (width >= 48rem) {
  .testimonial-v2-desc {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.testimonial-v2-desc b,.testimonial-v2-desc strong,.testimonial-v2-desc a {
  color: #11D097;
}
.testimonial-v2-desc b,.testimonial-v2-desc strong {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
@media (width >= 48rem) {
  .testimonial-v2-desc b,.testimonial-v2-desc strong {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.hover-primary:hover path {
  fill: var(--color-green25);
}
.comparision-app {
  display: none;
}
@media (width >= 48rem) {
  .comparision-app {
    display: block;
  }
}
.comparision-app.active {
  display: block;
}
.testimonails-v2-dots .owl-stage {
  display: flex;
  align-items: center;
}
:is(.testimonails-v2-dots .owl-stage *:not(.active) + .active)  + .active {
  --tw-translate-x: calc(var(--spacing) * 10);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
:is(:is(.testimonails-v2-dots .owl-stage *:not(.active) + .active) + .active)  + .active {
  --tw-translate-x: calc(var(--spacing) * 5);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
:is(.testimonails-v2-dots .owl-stage *:not(.active) + .active) .circle-svg {
  display: block;
}
:is(.testimonails-v2-dots .owl-stage *:not(.active) + .active) .circle-svg circle {
  fill: #0000;
  stroke: #25daab;
  stroke-width: 4px;
  stroke-dasharray: 471;
  stroke-dashoffset: 471;
  animation: clock-animation 13.7s linear .7s;
  animation-fill-mode: both;
}
.testimonails-v2-dots .owl-stage *:not(.active) + .active {
  margin-right: calc(var(--spacing) * -3) !important;
  margin-left: calc(var(--spacing) * 3);
  width: 54px !important;
  transform: none;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 800ms;
  transition-duration: 800ms;
}
@media (width >= 48rem) {
  .testimonails-v2-dots .owl-stage *:not(.active) + .active {
    width: 83px !important;
  }
}
.status.unprotected {
  background-color: #FF0F0F38;
  padding-inline: calc(var(--spacing) * 2.5);
  color: #FF4E4E;
}
.status.protected {
  background-color: #244041;
  padding-inline: calc(var(--spacing) * 2.5);
  color: #11D097;
}
.open-story, .collapsed-story {
  display: none;
}
.open-story.active , .collapsed-story.active {
  display: flex;
}
.get-in-touch-v2 strong,.get-in-touch-v2 b {
  display: block;
  color: #22FFC6;
}
.note-text {
  max-width: 100%;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #BDC8C7;
}
@media (width >= 48rem) {
  .note-text {
    width: 243px;
  }
}
.container {
  margin-inline: auto;
  max-width: var(--spacing-container) !important;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  box-sizing: border-box;
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
.text-stroke-green {
  -webkit-text-stroke: 1px #11D09738;
  color: transparent;
}
.tiktok-embed>a svg {
  display: inline !important;
}
.git-stroke {
  -webkit-text-stroke: 1.34px #27DEBF;
  text-stroke: 4px #27DEBF;
}
.strong-green strong {
  color: #11D097;
}
.raindrop {
  position: absolute;
  width: 4px;
}
@media (width >= 48rem) {
  .raindrop {
    width: 4.88px;
  }
}
.raindrop {
  animation: fall linear infinite;
}
@keyframes fall {
  0% {
    transform: translateY(-100vh);
    opacity: 0.7;
  }
  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}
.turis_vpn_value span {
  display: block;
  text-align: center;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  text-transform: none;
}
.mission-name {
  writing-mode: vertical-lr;
  rotate: 180deg;
}
.visit-me-btn {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 70%);
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.-top-1\.5 {
  top: calc(var(--spacing) * -1.5);
}
.-top-24 {
  top: calc(var(--spacing) * -24);
}
.-top-px {
  top: -1px;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\.5 {
  top: calc(var(--spacing) * 1.5);
}
.top-3\.5 {
  top: calc(var(--spacing) * 3.5);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-5 {
  top: calc(var(--spacing) * 5);
}
.top-6 {
  top: calc(var(--spacing) * 6);
}
.top-\[10px\] {
  top: 10px;
}
.top-\[28\%\] {
  top: 28%;
}
.top-\[32\%\] {
  top: 32%;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[160px\] {
  top: 160px;
}
.top-\[170px\] {
  top: 170px;
}
.-right-2\.5 {
  right: calc(var(--spacing) * -2.5);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-9 {
  right: calc(var(--spacing) * 9);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-9 {
  bottom: calc(var(--spacing) * 9);
}
.-left-1 {
  left: calc(var(--spacing) * -1);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-4 {
  left: calc(var(--spacing) * 4);
}
.left-6 {
  left: calc(var(--spacing) * 6);
}
.left-\[10\%\] {
  left: 10%;
}
.left-\[11px\] {
  left: 11px;
}
.left-\[70px\] {
  left: 70px;
}
.left-\[100\%\] {
  left: 100%;
}
.left-\[225px\] {
  left: 225px;
}
.left-\[243px\] {
  left: 243px;
}
.left-\[260px\] {
  left: 260px;
}
.z-2 {
  z-index: 2;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9999999\] {
  z-index: 9999999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.-my-\[230px\] {
  margin-block: calc(230px * -1);
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.-mt-10 {
  margin-top: calc(var(--spacing) * -10);
}
.-mt-20 {
  margin-top: calc(var(--spacing) * -20);
}
.-mt-\[50px\] {
  margin-top: calc(50px * -1);
}
.-mt-\[64px\] {
  margin-top: calc(64px * -1);
}
.-mt-\[65px\] {
  margin-top: calc(65px * -1);
}
.-mt-\[70px\] {
  margin-top: calc(70px * -1);
}
.-mt-\[90px\] {
  margin-top: calc(90px * -1);
}
.-mt-\[140px\] {
  margin-top: calc(140px * -1);
}
.mt-1\.5 {
  margin-top: calc(var(--spacing) * 1.5);
}
.mt-2\.5 {
  margin-top: calc(var(--spacing) * 2.5);
}
.mb-0\.5 {
  margin-bottom: calc(var(--spacing) * 0.5);
}
.ml-0 {
  margin-left: calc(var(--spacing) * 0);
}
.ml-0\.5 {
  margin-left: calc(var(--spacing) * 0.5);
}
.ml-10 {
  margin-left: calc(var(--spacing) * 10);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.h-1 {
  height: calc(var(--spacing) * 1);
}
.h-2\.5 {
  height: calc(var(--spacing) * 2.5);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-9 {
  height: calc(var(--spacing) * 9);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-\[0\.5px\] {
  height: 0.5px;
}
.h-\[1\.12px\] {
  height: 1.12px;
}
.h-\[2\.32px\] {
  height: 2.32px;
}
.h-\[15\.63px\] {
  height: 15.63px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[calc\(100\%-34px\)\] {
  height: calc(100% - 34px);
}
.h-\[calc\(100vh-72px\)\] {
  height: calc(100vh - 72px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-9 {
  min-height: calc(var(--spacing) * 9);
}
.min-h-\[calc\(100\%\+2px\)\] {
  min-height: calc(100% + 2px);
}
.min-h-full {
  min-height: 100%;
}
.w-0 {
  width: calc(var(--spacing) * 0);
}
.w-2\.5 {
  width: calc(var(--spacing) * 2.5);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-9 {
  width: calc(var(--spacing) * 9);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-\[1\.12px\] {
  width: 1.12px;
}
.w-\[9\.5rem\] {
  width: 9.5rem;
}
.w-\[11\.74px\] {
  width: 11.74px;
}
.w-\[15\.13px\] {
  width: 15.13px;
}
.w-\[15\.32px\] {
  width: 15.32px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[34\.61px\] {
  width: 34.61px;
}
.w-\[55\.15\%\] {
  width: 55.15%;
}
.w-\[61\.55\%\] {
  width: 61.55%;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[143px\] {
  width: 143px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[198px\] {
  width: 198px;
}
.w-\[199px\] {
  width: 199px;
}
.w-\[224px\] {
  width: 224px;
}
.w-\[252px\] {
  width: 252px;
}
.w-\[264px\] {
  width: 264px;
}
.w-\[268px\] {
  width: 268px;
}
.w-\[277px\] {
  width: 277px;
}
.w-\[281px\] {
  width: 281px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[361px\] {
  width: 361px;
}
.w-\[393px\] {
  width: 393px;
}
.w-\[1311px\] {
  width: 1311px;
}
.w-\[calc\(0\.564\*\(100\%-8px\)\)\] {
  width: calc(0.564 * (100% - 8px));
}
.w-\[calc\(0\.5162\*\(100\%-24px\)\)\] {
  width: calc(0.5162 * (100% - 24px));
}
.w-\[calc\(100\%-14px\)\] {
  width: calc(100% - 14px);
}
.w-\[calc\(100\%-16px\)\] {
  width: calc(100% - 16px);
}
.w-\[calc\(200\%\+14px\)\] {
  width: calc(200% + 14px);
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.min-w-4 {
  min-width: calc(var(--spacing) * 4);
}
.min-w-10 {
  min-width: calc(var(--spacing) * 10);
}
.min-w-\[29px\] {
  min-width: 29px;
}
.min-w-\[34\.61px\] {
  min-width: 34.61px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-fit {
  min-width: fit-content;
}
.-translate-x-\[40\%\] {
  --tw-translate-x: calc(40% * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[34px\] {
  --tw-translate-x: 34px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[85px\] {
  --tw-translate-x: 85px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-5 {
  --tw-translate-y: calc(var(--spacing) * -5);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.rotate-y-180 {
  --tw-rotate-y: rotateY(180deg);
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.transform {
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-1\.5 {
  gap: calc(var(--spacing) * 1.5);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-3\.5 {
  gap: calc(var(--spacing) * 3.5);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-\[2\.13px\] {
  gap: 2.13px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[8\.93px\] {
  gap: 8.93px;
}
.gap-\[11\.16px\] {
  gap: 11.16px;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[12\.28px\] {
  gap: 12.28px;
}
.gap-\[17\.86px\] {
  gap: 17.86px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[60px\] {
  gap: 60px;
}
:where(.space-y-3\.5 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 3.5) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 3.5) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-\[60px\] > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(60px * var(--tw-space-y-reverse));
  margin-block-end: calc(60px * calc(1 - var(--tw-space-y-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded-\[1\.12px\] {
  border-radius: 1.12px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-tr-\[16px\] {
  border-top-right-radius: 16px;
}
.rounded-br-\[16px\] {
  border-bottom-right-radius: 16px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-footer-white {
  border-color: var(--color-footer-white);
}
.\!bg-footer-black\/100 {
  background-color: color-mix(in srgb, #191919 100%, transparent) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  .\!bg-footer-black\/100 {
    background-color: color-mix(in oklab, var(--color-footer-black) 100%, transparent) !important;
  }
}
.bg-\[\#27DEBF\] {
  background-color: #27DEBF;
}
.bg-\[\#48FFC5\] {
  background-color: #48FFC5;
}
.bg-\[\#090909\] {
  background-color: #090909;
}
.bg-\[\#282828\] {
  background-color: #282828;
}
.bg-\[\#363636\] {
  background-color: #363636;
}
.bg-\[\#D9D9D9\] {
  background-color: #D9D9D9;
}
.bg-black {
  background-color: var(--color-black);
}
.bg-footer-black {
  background-color: var(--color-footer-black);
}
.bg-footer-black\/0 {
  background-color: color-mix(in srgb, #191919 0%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-footer-black\/0 {
    background-color: color-mix(in oklab, var(--color-footer-black) 0%, transparent);
  }
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/10 {
  background-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/10 {
    background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.bg-gradient-to-l {
  --tw-gradient-position: to left in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-\[\#25DAAB\] {
  --tw-gradient-from: #25DAAB;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#090909\] {
  --tw-gradient-from: #090909;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#00D081\] {
  --tw-gradient-to: #00D081;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#1A96CB\] {
  --tw-gradient-to: #1A96CB;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.fill-dark {
  fill: var(--color-dark);
}
.object-contain {
  object-fit: contain;
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.p-\[4\.47px\] {
  padding: 4.47px;
}
.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.px-\[5px\] {
  padding-inline: 5px;
}
.py-0\.5 {
  padding-block: calc(var(--spacing) * 0.5);
}
.py-1\.5 {
  padding-block: calc(var(--spacing) * 1.5);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-2\.5 {
  padding-block: calc(var(--spacing) * 2.5);
}
.py-3\.5 {
  padding-block: calc(var(--spacing) * 3.5);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-\[5px\] {
  padding-block: 5px;
}
.py-\[7px\] {
  padding-block: 7px;
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-30 {
  padding-top: calc(var(--spacing) * 30);
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pr-2 {
  padding-right: calc(var(--spacing) * 2);
}
.pr-3\.5 {
  padding-right: calc(var(--spacing) * 3.5);
}
.pb-3\.5 {
  padding-bottom: calc(var(--spacing) * 3.5);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.pb-80 {
  padding-bottom: calc(var(--spacing) * 80);
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-2 {
  padding-left: calc(var(--spacing) * 2);
}
.pl-3 {
  padding-left: calc(var(--spacing) * 3);
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.pl-5 {
  padding-left: calc(var(--spacing) * 5);
}
.pl-20 {
  padding-left: calc(var(--spacing) * 20);
}
.pl-\[11px\] {
  padding-left: 11px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-dm-mono {
  font-family: var(--font-dm-mono);
}
.font-inter {
  font-family: var(--font-inter);
}
.font-nebula {
  font-family: var(--font-nebula);
}
.font-nebula-hollow {
  font-family: var(--font-nebula-hollow);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[9\.13px\] {
  font-size: 9.13px;
}
.text-\[13\.4px\] {
  font-size: 13.4px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[70px\] {
  font-size: 70px;
}
.text-\[93\.63px\] {
  font-size: 93.63px;
}
.text-\[103\.78px\] {
  font-size: 103.78px;
}
.leading-\[21px\] {
  --tw-leading: 21px;
  line-height: 21px;
}
.leading-\[22px\] {
  --tw-leading: 22px;
  line-height: 22px;
}
.leading-\[46px\] {
  --tw-leading: 46px;
  line-height: 46px;
}
.leading-\[108px\] {
  --tw-leading: 108px;
  line-height: 108px;
}
.leading-\[115\%\] {
  --tw-leading: 115%;
  line-height: 115%;
}
.leading-\[121\%\] {
  --tw-leading: 121%;
  line-height: 121%;
}
.leading-\[126\%\] {
  --tw-leading: 126%;
  line-height: 126%;
}
.leading-\[127\.6\%\] {
  --tw-leading: 127.6%;
  line-height: 127.6%;
}
.leading-\[130\%\] {
  --tw-leading: 130%;
  line-height: 130%;
}
.leading-\[131\.25\%\] {
  --tw-leading: 131.25%;
  line-height: 131.25%;
}
.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.text-\[\#00D081\] {
  color: #00D081;
}
.text-\[\#00FFC9\] {
  color: #00FFC9;
}
.text-\[\#4D4D4D\] {
  color: #4D4D4D;
}
.text-\[\#6F7473\] {
  color: #6F7473;
}
.text-\[\#11D097\] {
  color: #11D097;
}
.text-\[\#27DEBF\] {
  color: #27DEBF;
}
.text-\[\#27DEBF\]\/32 {
  color: color-mix(in oklab, #27DEBF 32%, transparent);
}
.text-\[\#48FFC5\] {
  color: #48FFC5;
}
.text-\[\#E0E0E0\] {
  color: #E0E0E0;
}
.text-black {
  color: var(--color-black);
}
.text-dark {
  color: var(--color-dark);
}
.text-footer-white {
  color: var(--color-footer-white);
}
.text-white {
  color: var(--color-white);
}
.text-white\/10 {
  color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/10 {
    color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.text-white\/27 {
  color: color-mix(in srgb, #fff 27%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/27 {
    color: color-mix(in oklab, var(--color-white) 27%, transparent);
  }
}
.text-white\/49 {
  color: color-mix(in srgb, #fff 49%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/49 {
    color: color-mix(in oklab, var(--color-white) 49%, transparent);
  }
}
.text-white\/56 {
  color: color-mix(in srgb, #fff 56%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/56 {
    color: color-mix(in oklab, var(--color-white) 56%, transparent);
  }
}
.text-white\/70 {
  color: color-mix(in srgb, #fff 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/70 {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.\!underline {
  text-decoration-line: underline !important;
}
.opacity-20 {
  opacity: 20%;
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.delay-600 {
  transition-delay: 600ms;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
@media (width >= 40rem) {
  .sm\:left-20 {
    left: calc(var(--spacing) * 20);
  }
}
@media (width >= 40rem) {
  .sm\:mx-auto {
    margin-inline: auto;
  }
}
@media (width >= 40rem) {
  .sm\:text-left {
    text-align: left;
  }
}
@media (width >= 40rem) {
  .sm\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width >= 48rem) {
  .md\:absolute {
    position: absolute;
  }
}
@media (width >= 48rem) {
  .md\:fixed {
    position: fixed;
  }
}
@media (width >= 48rem) {
  .md\:relative {
    position: relative;
  }
}
@media (width >= 48rem) {
  .md\:top-\[32\%\] {
    top: 32%;
  }
}
@media (width >= 48rem) {
  .md\:top-\[100px\] {
    top: 100px;
  }
}
@media (width >= 48rem) {
  .md\:top-\[238px\] {
    top: 238px;
  }
}
@media (width >= 48rem) {
  .md\:right-\[51\%\] {
    right: 51%;
  }
}
@media (width >= 48rem) {
  .md\:right-\[59\%\] {
    right: 59%;
  }
}
@media (width >= 48rem) {
  .md\:right-auto {
    right: auto;
  }
}
@media (width >= 48rem) {
  .md\:left-0 {
    left: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:left-\[12\.5\%\] {
    left: 12.5%;
  }
}
@media (width >= 48rem) {
  .md\:left-\[60px\] {
    left: 60px;
  }
}
@media (width >= 48rem) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 48rem) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
}
@media (width >= 48rem) {
  .md\:mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:grid {
    display: grid;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:h-\[55\.92px\] {
    height: 55.92px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[30\.38\%\] {
    width: 30.38%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[47\.6\%\] {
    width: 47.6%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[68\.56\%\] {
    width: 68.56%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[206\.22px\] {
    width: 206.22px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[232px\] {
    width: 232px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[309px\] {
    width: 309px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[963px\] {
    width: 963px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[1311px\] {
    width: 1311px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[calc\(0\.436\*\(100\%-8px\)\)\] {
    width: calc(0.436 * (100% - 8px));
  }
}
@media (width >= 48rem) {
  .md\:w-\[calc\(0\.564\*\(100\%-8px\)\)\] {
    width: calc(0.564 * (100% - 8px));
  }
}
@media (width >= 48rem) {
  .md\:w-\[calc\(0\.4286\*\(100\%-30px\)\)\] {
    width: calc(0.4286 * (100% - 30px));
  }
}
@media (width >= 48rem) {
  .md\:w-\[calc\(0\.4838\*\(100\%-24px\)\)\] {
    width: calc(0.4838 * (100% - 24px));
  }
}
@media (width >= 48rem) {
  .md\:w-\[calc\(0\.5714\*\(100\%-30px\)\)\] {
    width: calc(0.5714 * (100% - 30px));
  }
}
@media (width >= 48rem) {
  .md\:w-\[min\(31\.64px\,_3\.285vw\)\] {
    width: min(31.64px, 3.285vw);
  }
}
@media (width >= 48rem) {
  .md\:w-fit {
    width: fit-content;
  }
}
@media (width >= 48rem) {
  .md\:w-full {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 48rem) {
  .md\:translate-y-10 {
    --tw-translate-y: calc(var(--spacing) * 10);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:items-stretch {
    align-items: stretch;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (width >= 48rem) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
}
@media (width >= 48rem) {
  .md\:gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
}
@media (width >= 48rem) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:gap-\[30px\] {
    gap: 30px;
  }
}
@media (width >= 48rem) {
  :where(.md\:space-y-\[30px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(30px * var(--tw-space-y-reverse));
    margin-block-end: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 48rem) {
  .md\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
@media (width >= 48rem) {
  .md\:border-\[\#282828\] {
    border-color: #282828;
  }
}
@media (width >= 48rem) {
  .md\:bg-\[\#282828\] {
    background-color: #282828;
  }
}
@media (width >= 48rem) {
  .md\:bg-dark {
    background-color: var(--color-dark);
  }
}
@media (width >= 48rem) {
  .md\:p-2 {
    padding: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
}
@media (width >= 48rem) {
  .md\:px-\[60px\] {
    padding-inline: 60px;
  }
}
@media (width >= 48rem) {
  .md\:px-\[100px\] {
    padding-inline: 100px;
  }
}
@media (width >= 48rem) {
  .md\:py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:py-\[160px\] {
    padding-block: 160px;
  }
}
@media (width >= 48rem) {
  .md\:pt-30 {
    padding-top: calc(var(--spacing) * 30);
  }
}
@media (width >= 48rem) {
  .md\:pt-\[60px\] {
    padding-top: 60px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[160px\] {
    padding-top: 160px;
  }
}
@media (width >= 48rem) {
  .md\:pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pr-3\.5 {
    padding-right: calc(var(--spacing) * 3.5);
  }
}
@media (width >= 48rem) {
  .md\:pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:pb-30 {
    padding-bottom: calc(var(--spacing) * 30);
  }
}
@media (width >= 48rem) {
  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }
}
@media (width >= 48rem) {
  .md\:pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pl-3\.5 {
    padding-left: calc(var(--spacing) * 3.5);
  }
}
@media (width >= 48rem) {
  .md\:pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:pl-\[60px\] {
    padding-left: 60px;
  }
}
@media (width >= 48rem) {
  .md\:text-right {
    text-align: right;
  }
}
@media (width >= 48rem) {
  .md\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-\[14\.89px\] {
    font-size: 14.89px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[32\.72px\] {
    font-size: 32.72px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[34\.88px\] {
    font-size: 34.88px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[34px\] {
    font-size: 34px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[93\.48px\] {
    font-size: 93.48px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[min\(24\.61px\,_2vw\)\] {
    font-size: min(24.61px, 2vw);
  }
}
@media (width >= 48rem) {
  .md\:leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }
}
@media (width >= 48rem) {
  .md\:leading-\[51\.42px\] {
    --tw-leading: 51.42px;
    line-height: 51.42px;
  }
}
@media (width >= 48rem) {
  .md\:leading-\[108px\] {
    --tw-leading: 108px;
    line-height: 108px;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[12\.688rem\] {
    width: 12.688rem;
  }
}
@media (width >= 80rem) {
  .xl\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-space-y-reverse: 0;
    }
  }
}
