@import url(https://db.onlinewebfonts.com/c/32d0ba9a82b15c3100ae9dd9e614ef11?family=HelveticaNeue-Extended);

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "HelveticaNeue-Extended", sans-serif;
}

body {
  margin: 0;
  cursor:
    url('./svg/magic_mouse.svg'), auto;
  overflow: hidden; /* This prevents scrolling */
}

#mouseTrailCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Or another suitable value */
  pointer-events: none;
}

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

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
  cursor: url('./svg/magic_mouse_link.svg'), auto;
}

a:active,
a:hover {
  outline: 0;
  cursor: url('./svg/magic_mouse_link.svg'), auto;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  color:white
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  width: auto;
  max-width: 90%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

th,
td {
  font-family: inherit;
  font-size: 0.875em;
  line-height: 1.45;
  color: #666;
  vertical-align: middle;
  padding: 1em;
}
th {
  font-weight: 600;
}

colgroup:nth-child(1) {
  width: 20%;
  border: 0 none;
}
colgroup:nth-child(2) {
  width: auto;
  border: 1px solid #ccc;
}
colgroup:nth-child(3) {
  width: auto;
  border: 5px solid var(--white);
  background:rgba(88, 13, 146, 0.287)
}
colgroup:nth-child(4) {
  width: auto;
  border: 1px solid #ccc;
}
colgroup:nth-child(5) {
  width: auto;
  border: 1px solid #ccc;
}

/* Tablehead */

thead th {
  background: transparent;
  text-align: center;
  position: relative;
  border-bottom: 1px solid white;
  padding: 3em 0 2em;
  font-weight: 400;
  color: #999;
}
thead th:nth-child(1) {
  background: transparent;
}
thead th:nth-child(3) {
  padding: 2em 0 5em;
}
thead th h2 {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2;
  color: var(--primary);
}
thead th h2 + p {
  font-size: 1em;
  line-height: 1.4;
}
thead th:nth-child(3) h2 {
  font-size: 3em;
  color: white;
  animation: textglow 1.5s ease infinite
}

thead th p.promo {
  font-size: 1em;
  color: transparent;
  position: absolute;
  bottom: 1em;
  z-index: 1000;
  left: -5%;
  width: 110%;
  margin: 0;
  padding: 0.625em 17px 0.75em;
  background: var(--primary);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #ccc;
}

thead th p.promo:before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 0;
  border-color: transparent #ccc transparent transparent;
  bottom: -7px;
  left: 0;
}
thead th p.promo:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7px 0 0;
  border-color: #ccc transparent transparent transparent;
  bottom: -7px;
  right: 0;
}

/* Tablebody */

tbody th {
  background: transparent;
  border-left: 1px solid white;
}
tbody th span {
  font-weight: normal;
  font-size: 87.5%;
  color: #999;
  display: block;
}

tbody td {
  background: transparent;
  text-align: center;
}

tbody td:nth-child(3) {
  color: white;
}

tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
  background: transparent;
  border: 1px solid white;
  border-width: 1px 0 1px 1px;
}

tbody tr:last-child td {
  border-bottom: 0 none;
}

/* Tablefooter */

tfoot th {
  padding: 2em 1em;
  border-top: 1px solid white;
}
tfoot td {
  text-align: center;
  padding: 2em 1em;
  border-top: 1px solid white;
}

tfoot a {
  white-space: nowrap; /* Prevent text from wrapping onto multiple lines */
  overflow: hidden; /* Prevent content from spilling outside */
  text-overflow: ellipsis; /* Add an ellipsis if the content is too long */
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.125em 2em;
  background: var(--primary);
  border-radius: 0.5em;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: rgba(0, 0, 0, 0) !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  z-index: auto;
  visibility: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  float: none;
  clear: none;
  box-shadow: none;
  opacity: 1;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background: none;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  transition: none;
  display: none;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
  transform: none;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  visibility: visible !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: none;
  position: fixed !important;
  top: auto !important;
  bottom: 12px !important;
  left: auto !important;
  right: 12px !important;
  overflow: visible !important;
  transform: none !important;
}

.w-webflow-badge>img {
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input,
.w-select {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  z-index: -100;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  width: auto;
  height: auto;
  cursor: pointer;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {

  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  
  .table-responsive table {
    /* Allow the table to be wider than the screen and scrollable */
    min-width: 600px; /* Set a minimum width that you think is appropriate for your content */
    margin: 5%
  }

  .table-responsive th,
  .table-responsive td {
    padding: 0.5em; /* Smaller padding on mobile */
    font-size: 0.75em; /* Smaller font size for mobile */
  }

  thead th h2,
  thead th p {
    font-size: 1rem; /* Smaller font size for headers on mobile */
  }

  thead th:nth-child(3) h2 {
    font-size: 1.5em;
  }

  .button_active {
    font-size: 0.7rem
  }

  .button-locked_active {
    font-size: 0.7rem
  }

  tfoot a {
    padding: 0.5em; /* Reduce padding on smaller screens */
    font-size: 0.7em; /* Reduce font size if necessary */
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw>button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control>[hidden] {
  display: none !important;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round>div {
  border-radius: 100%;
}

.w-slider-nav.w-num>div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert>div {
  background-color: rgba(34, 34, 34, .4);
}

.w-slider-nav-invert>div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, .9);
  outline: 0;
  font-family: "HelveticaNeue-Extended", Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .4);
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  width: 10vh;
  box-sizing: content-box;
  cursor: pointer;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type="video"]>div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure>div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type="image"]>div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type="image"]>figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type="video"]>div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth>div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: none;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand-header {
  float: left;
  width: 15%;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-brand-footer {
  float: left;
  width: 30%;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root {
  --gray-300: #b3b3b3;
  --yellow-green-700: #7aa35a;
  --primary: #6b2a7b;
  --gray-800: #222;
  --white: #ececec;
  --gray-500: #757575;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout-grid {
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-auto-columns: auto auto;
  grid-auto-rows: auto auto;
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: "HelveticaNeue-Extended", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: "HelveticaNeue-Extended", sans-serif;
  font-size: 6.6rem;
  font-weight: 500;
  line-height: 1;
  font-stretch: expanded
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "HelveticaNeue-Extended", sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: "HelveticaNeue-Extended", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

p {
  color: var(--gray-300);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #fff;
  text-decoration: none;
  display: block;
}

a:hover {
  color: var(--gray-300);
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section.hero {
  background-position: center, 0 100%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 0px;
}

.section2.hero {
  background-position: center, 0 100%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 0px;
}

.background {
  background-image:
    radial-gradient(circle at top right, rgb(95 42 110 / 30%) 0%, transparent 50%),
    radial-gradient(farthest-side at 0% 50%,rgb(95 42 110 / 30%) 0%, transparent 50%),
    radial-gradient(circle at bottom right, rgb(128 44 151 / 30%) 0%, transparent 50%)
}

.section.cta {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  overflow: hidden;
}

.section.contact {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.contact:lang(fr) {
  padding-bottom: 20px;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.testimonial-collection-list {
  display: flex;
  transition: transform 0.5s ease;
}

.image {
  width: 100%;
}

.iframe {
  border: 2px solid white;
  animation: glowing 1.5s ease infinite
}

.copy-container {
  position: relative; /* For positioning the confirmation text */
  display: inline-block; /* Add this to keep the structure inline */
  margin-top: -5%;
  margin-bottom: 5%;
}

.copy-container:hover .contract-address {
  animation: textglow 1.5s ease infinite;
  color: white;
}

#number {
  cursor: pointer;
  display: inline-block;
  overflow:clip;
  position: relative; /* For positioning the confirmation text */
}

#confirmation {
  visibility: hidden;
  background-color: white;
  color: var(--primary);
  text-align: center;
  border-radius: 5px;
  border: 1px solid white;
  padding: 2px 5px;
  position: absolute;
  top: -30px;
  left: 65%;
  transform: translateX(-50%);
  font-size: 0.75em;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  animation: glowing 1.5s ease-in-out infinite
}

.short-address {
  display: none;
}

/* Styles for mobile */
@media screen and (max-width: 768px) {
  .full-address {
    display: none;
  }

  .short-address {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px; /* Adjust as needed */
  }

  .contract-address {
    max-width: 50%;
  }
}

/* Glowing Purple */
@keyframes glowing {
  0% {
    box-shadow:
      0 0 5px #ffffff,
      0 0 10px #c6b3ca,
      0 0 15px #93669d,
      0 0 20px #6b2a7b,
      0 0 25px #6b2a7b,
      0 0 30px #6b2a7b,
      0 0 35px #6b2a7b;
  }

  50% {
    box-shadow:
      0 0 10px #ffffff,
      0 0 20px #c6b3ca,
      0 0 30px #93669d,
      0 0 40px #6b2a7b,
      0 0 50px #6b2a7b,
      0 0 60px #6b2a7b,
      0 0 70px #6b2a7b;
  }

  100% {
    box-shadow:
      0 0 5px #ffffff,
      0 0 10px #c6b3ca,
      0 0 15px #93669d,
      0 0 20px #6b2a7b,
      0 0 25px #6b2a7b,
      0 0 30px #6b2a7b,
      0 0 35px #6b2a7b;
  }
}

.glowing-purple {
  animation: glowing 1.5s infinite alternate;
}

/* Glowing green */
@keyframes glowing2 {
  0% {
    box-shadow:
      0 0 5px #ffffff,
      0 0 10px #91e896,
      0 0 15px #40ce47,
      0 0 20px #006605,
      0 0 25px #00a408,
      0 0 30px #00a408,
      0 0 35px #00a408;
  }

  50% {
    box-shadow:
      0 0 10px #ffffff,
      0 0 20px #91e896,
      0 0 30px #40ce47,
      0 0 40px #00a408,
      0 0 50px #00a408,
      0 0 60px #00a408,
      0 0 70px #00a408;
  }

  100% {
    box-shadow:
      0 0 5px #ffffff,
      0 0 10px #91e896,
      0 0 15px #40ce47,
      0 0 20px #00a408,
      0 0 25px #00a408,
      0 0 30px #00a408,
      0 0 35px #00a408;
  }
}

.glowing-green {
  animation: glowing2 1.5s infinite alternate;
}

/* Glowing orange */
@keyframes glowing3 {
  0% {
    box-shadow:
      0 0 5px #ffffff,
      0 0 10px #dfbc8a,
      0 0 15px #d89f4e,
      0 0 20px #9c5c02,
      0 0 25px #9c5c02,
      0 0 30px #9c5c02,
      0 0 35px #9c5c02;
  }

  50% {
    box-shadow:
      0 0 10px #ffffff,
      0 0 20px #dfbc8a,
      0 0 30px #d89f4e,
      0 0 40px #9c5c02,
      0 0 50px #9c5c02,
      0 0 60px #9c5c02,
      0 0 70px #9c5c02;
  }

  100% {
    box-shadow:
      0 0 5px #ffffff,
      0 0 10px #dfbc8a,
      0 0 15px #d89f4e,
      0 0 20px #9c5c02,
      0 0 25px #9c5c02,
      0 0 30px #9c5c02,
      0 0 35px #9c5c02;
  }
}

.glowing-orange {
  animation: glowing3 1.5s infinite alternate;
}

/* Green red */
@keyframes glowing4 {
  0% {
    box-shadow:
      0 0 5px #ffffff,
      0 0 10px #d5909d,
      0 0 15px #ba3f58,
      0 0 20px #9c0221,
      0 0 25px #9c0221,
      0 0 30px #9c0221,
      0 0 35px #9c0221;
  }

  50% {
    box-shadow:
      0 0 10px #ffffff,
      0 0 20px #d5909d,
      0 0 30px #ba3f58,
      0 0 40px #9c0221,
      0 0 50px #9c0221,
      0 0 60px #9c0221,
      0 0 70px #9c0221;
  }

  100% {
    box-shadow:
      0 0 5px #ffffff,
      0 0 10px #d5909d,
      0 0 15px #ba3f58,
      0 0 20px #9c0221,
      0 0 25px #9c0221,
      0 0 30px #9c0221,
      0 0 35px #9c0221;
  }
}

.glowing-red {
  animation: glowing4 1.5s infinite alternate;
}

/* Green blue */
@keyframes glowing5 {
  0% {
    box-shadow:
      0 0 5px #ffffff,
      0 0 10px #8dccd0,
      0 0 15px #4cb4bb,
      0 0 20px #02929c,
      0 0 25px #02929c,
      0 0 30px #02929c,
      0 0 35px #02929c;
  }

  50% {
    box-shadow:
      0 0 10px #ffffff,
      0 0 20px #8dccd0,
      0 0 30px #4cb4bb,
      0 0 40px #02929c,
      0 0 50px #02929c,
      0 0 60px #02929c,
      0 0 70px #02929c;
  }

  100% {
    box-shadow:
      0 0 5px #ffffff,
      0 0 10px #8dccd0,
      0 0 15px #4cb4bb,
      0 0 20px #02929c,
      0 0 25px #02929c,
      0 0 30px #02929c,
      0 0 35px #02929c;
  }
}

.glowing-blue {
  animation: glowing5 1.5s infinite alternate;
}

@keyframes textglow {
  0% {
    text-shadow:
      0 0 5px #ffffff,
      0 0 10px #c6b3ca,
      0 0 15px #93669d,
      0 0 20px #6b2a7b,
      0 0 25px #6b2a7b,
      0 0 30px #6b2a7b,
      0 0 35px #6b2a7b;
  }

  50% {
    text-shadow:
      0 0 10px #ffffff,
      0 0 20px #c6b3ca,
      0 0 30px #93669d,
      0 0 40px #6b2a7b,
      0 0 50px #6b2a7b,
      0 0 60px #6b2a7b,
      0 0 70px #6b2a7b;
  }

  100% {
    text-shadow:
      0 0 5px #ffffff,
      0 0 10px #c6b3ca,
      0 0 15px #93669d,
      0 0 20px #6b2a7b,
      0 0 25px #6b2a7b,
      0 0 30px #6b2a7b,
      0 0 35px #6b2a7b;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

#loadingLb {
  display: none;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* Style for previewBox */
.previewBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff; /* Visible border */
  border-radius: 25px;
  width: 500px;
  height: 500px;
  margin: auto; /* Centering the box */
  background-image: url('./img/aimage_logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  background-color: #6b2a7b36;
}

.previewBox:hover {
  animation: glowing 1.5s ease infinite
}

/* Style for the image within the previewBox */
.previewBox #preview {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  visibility: visible; /* Hide image initially */
  border-radius: 25px;
  border: 1px solid #fff;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  
  & .path {
    stroke: hsl(1, 1, 1);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
  }  
}

.button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #6b2a7b;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button_active {
  grid-column-gap: .5rem;
  color: var(--primary);
  text-align: center;
  border-color: var(--white);
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  animation: glowing 1.5s infinite alternate;
}

.button:hover {
  border-color: var(--white);
  border: 1px solid var(--white);
  color: var(--primary);
  background-color: var(--white);
  animation: glowing 1.5s infinite alternate;
}
 
.button-locked {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: var(--gray-500);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-locked_active {
  grid-column-gap: .5rem;
  color: var(--white);
  text-align: center;
  border-color: var(--white);
  border: 1px solid var(--white);
  background-color: var(--gray-500);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  animation: glowing 1.5s infinite alternate;
}

.button-locked:hover {
  border-color: var(--white);
  border: 1px solid var(--white);
  color: var(--white);
  background-color: var(--gray-300);
  animation: glowing 1.5s infinite alternate;
}

.testimonial-section {
  display: flex;
  justify-content: center; /* Aligns children (columns) in the center of the container */
  align-items: center; /* Vertically centers the content if needed */
  margin: 0 auto; /* Centers the section horizontally */
  width: 80%; /* Adjust this to your preferred maximum width */
  padding: 20px; /* Adds some space around the content */
  box-sizing: border-box; /* Ensures padding is included in width */
  flex-direction: row-reverse;
}

.pricing-section-token {
  display: flex;
  justify-content: center; /* Aligns children (columns) in the center of the container */
  align-items: center; /* Vertically centers the content if needed */
  margin: 0 auto; /* Centers the section horizontally */
  width: 90%; /* Adjust this to your preferred maximum width */
  padding: 20px; /* Adds some space around the content */
  box-sizing: border-box; /* Ensures padding is included in width */
  flex-direction: row;
  text-align: left;
}

.pricing-section-potion {
  display: flex;
  justify-content: center; /* Aligns children (columns) in the center of the container */
  align-items: center; /* Vertically centers the content if needed */
  margin: 0 auto; /* Centers the section horizontally */
  width: 80%; /* Adjust this to your preferred maximum width */
  padding: 20px; /* Adds some space around the content */
  box-sizing: border-box; /* Ensures padding is included in width */
  flex-direction: row-reverse;
  text-align: right
}

.pricing-section-nft {
  display: flex;
  justify-content: center; /* Aligns children (columns) in the center of the container */
  align-items: center; /* Vertically centers the content if needed */
  margin: 0 auto; /* Centers the section horizontally */
  width: 80%; /* Adjust this to your preferred maximum width */
  padding: 20px; /* Adds some space around the content */
  box-sizing: border-box; /* Ensures padding is included in width */
  flex-direction: row;
  text-align: left
}

.about-section-background {
  display: flex;
  justify-content: center; /* Aligns children (columns) in the center of the container */
  align-items: center; /* Vertically centers the content if needed */
  margin: 0 auto; /* Centers the section horizontally */
  width: 100%; /* Adjust this to your preferred maximum width */
  padding: 10px; /* Adds some space around the content */
  box-sizing: border-box; /* Ensures padding is included in width */
  flex-direction: row-reverse;
  text-align: left;
}

.about-section-background .floating-image {
  flex-basis: 50%; /* Adjust width as needed */
  position: relative;
  animation: float 3s ease-in-out infinite;
  text-align: left;
}

.about-section-background-2 {
  display: flex;
  justify-content: center; /* Aligns children (columns) in the center of the container */
  align-items: center; /* Vertically centers the content if needed */
  margin: 0 auto; /* Centers the section horizontally */
  width: 100%; /* Adjust this to your preferred maximum width */
  padding: 10px; /* Adds some space around the content */
  box-sizing: border-box; /* Ensures padding is included in width */
  flex-direction: row;
  text-align: right;
}

.about-section-background-2 .floating-image {
  flex-basis: 50%; /* Adjust width as needed */
  position: relative;
  animation: float 3s ease-in-out infinite;
  text-align: left;
}

.about-section-introduction {
  display: flex;
  justify-content: center; /* Aligns children (columns) in the center of the container */
  align-items: center; /* Vertically centers the content if needed */
  margin: 0 auto; /* Centers the section horizontally */
  width: 100%; /* Adjust this to your preferred maximum width */
  padding: 10px; /* Adds some space around the content */
  box-sizing: border-box; /* Ensures padding is included in width */
  flex-direction: row;
  text-align: left;
}

.about-section-introduction .floating-image {
  flex-basis: 50%; /* Adjust width as needed */
  position: relative;
  animation: float 3s ease-in-out infinite;
  text-align: right;
}

.tools-section {
  display: flex;
  justify-content: center; /* Aligns children (columns) in the center of the container */
  align-items: center; /* Vertically centers the content if needed */
  margin: 0 auto; /* Centers the section horizontally */
  width: 100%; /* Adjust this to your preferred maximum width */
  padding: 20px; /* Adds some space around the content */
  box-sizing: border-box; /* Ensures padding is included in width */
  flex-direction: row-reverse;
  text-align: left;
}

.tools-section .floating-image-hero {
  text-align: left;
  margin-top: 1rem
}

.tools-section .floating-image {
  text-align: left;
  margin-top: 1rem
}

.tools-section-2 {
  display: flex;
  justify-content: center; /* Aligns children (columns) in the center of the container */
  align-items: center; /* Vertically centers the content if needed */
  margin: 0 auto; /* Centers the section horizontally */
  width: 100%; /* Adjust this to your preferred maximum width */
  padding: 20px; /* Adds some space around the content */
  box-sizing: border-box; /* Ensures padding is included in width */
  flex-direction: row;
  text-align: left;
}

.tools-section-2 .floating-image {
  text-align: right;
  margin-top: 1rem
}

.section-team {
	padding: 80px 0;
}

.section-team .header-section {
	margin-bottom: 50px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
	font-size: 16px;
    font-weight: 500;
    color: #3e64ff;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
}

.section-team .single-person {
	margin-top: 30px;
	padding: 30px;
	background-color: transparent;
	border-radius: 5px;
}

.section-team .single-person-green {
	margin-top: 30px;
	padding: 30px;
	background-color: transparent;
	border-radius: 5px;
}

.section-team .single-person-orange {
	margin-top: 30px;
	padding: 30px;
	background-color: transparent;
	border-radius: 5px;
}

.section-team .single-person-red {
	margin-top: 30px;
	padding: 30px;
	background-color: transparent;
	border-radius: 5px;
}

.section-team .single-person-blue {
	margin-top: 30px;
	padding: 30px;
	background-color: transparent;
	border-radius: 5px;
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 50px;
    border-radius: 50%;
    border: 0px solid white;
}

.section-team .single-person-green .person-image {
  position: relative;
  margin-bottom: 50px;
  border-radius: 50%;
  border: 0px solid white;
}

.section-team .single-person-orange .person-image {
  position: relative;
  margin-bottom: 50px;
  border-radius: 50%;
  border: 0px solid white;
}

.section-team .single-person-red .person-image {
  position: relative;
  margin-bottom: 50px;
  border-radius: 50%;
  border: 0px solid white;
}

.section-team .single-person-blue .person-image {
  position: relative;
  margin-bottom: 50px;
  border-radius: 50%;
  border: 0px solid white;
}

.section-team .single-person:hover .person-image {
    border: 0px solid #fff;
  animation: glowing 1.5s ease infinite  
}

.section-team .single-person-green:hover .person-image {
  border: 0px solid #fff;
  animation: glowing2 1.5s ease infinite  
}

.section-team .single-person-orange:hover .person-image {
  border: 0px solid #fff;
  animation: glowing3 1.5s ease infinite  
}

.section-team .single-person-red:hover .person-image {
  border: 0px solid #fff;
  animation: glowing4 1.5s ease infinite  
}

.section-team .single-person-blue:hover .person-image {
  border: 0px solid #fff;
  animation: glowing5 1.5s ease infinite  
}

.section-team .single-person .person-image img {
	width: 100%;
    border-radius: 50%;
}

.section-team .single-person-green .person-image img {
	width: 100%;
    border-radius: 50%;
}

.section-team .single-person-orange .person-image img {
	width: 100%;
    border-radius: 50%;
}

.section-team .single-person-red .person-image img {
	width: 100%;
    border-radius: 50%;
}

.section-team .single-person-blue .person-image img {
	width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: flex;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #6b2a7b, #9235a7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.section-team .single-person:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: var(--primary);
  animation: glowing 1.5s ease infinite
}

.section-team .single-person-green .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: flex;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #6b2a7b, #9235a7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.section-team .single-person-green:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: var(--green);
  animation: glowing2 1.5s ease infinite
}

.section-team .single-person-orange .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: flex;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #6b2a7b, #9235a7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.section-team .single-person-orange:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: var(--orange);
  animation: glowing3 1.5s ease infinite
}

.section-team .single-person-red .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: flex;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #6b2a7b, #9235a7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.section-team .single-person-red:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: var(--red);
  animation: glowing4 1.5s ease infinite
}

.section-team .single-person-blue .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: flex;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #6b2a7b, #9235a7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.section-team .single-person-blue:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: var(--blue);
  animation: glowing5 1.5s ease infinite
}

.section-team .single-person .person-info .full-name {
	margin-bottom: 10px;
	font-size: 20px;
    font-weight: 700;
  text-align: center;  
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary);
    text-align: center;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
}

.section-team .single-person-green .person-info .full-name {
	margin-bottom: 10px;
	font-size: 20px;
    font-weight: 700;
  text-align: center;  
}

.section-team .single-person-green .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary);
    text-align: center;
}

.section-team .single-person-green:hover .full-name,
.section-team .single-person-green:hover .speciality {
	color: #fff;
}

.section-team .single-person-orange .person-info .full-name {
	margin-bottom: 10px;
	font-size: 20px;
    font-weight: 700;
  text-align: center;  
}

.section-team .single-person-orange .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary);
    text-align: center;
}

.section-team .single-person-orange:hover .full-name,
.section-team .single-person-orange:hover .speciality {
	color: #fff;
}

.section-team .single-person-red .person-info .full-name {
	margin-bottom: 10px;
	font-size: 20px;
    font-weight: 700;
  text-align: center;  
}

.section-team .single-person-red .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary);
    text-align: center;
}

.section-team .single-person-red:hover .full-name,
.section-team .single-person-red:hover .speciality {
	color: #fff;
}

.section-team .single-person-blue .person-info .full-name {
	margin-bottom: 10px;
	font-size: 20px;
    font-weight: 700;
  text-align: center;  
}

.section-team .single-person-blue .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary);
    text-align: center;
}

.section-team .single-person-blue:hover .full-name,
.section-team .single-person-blue:hover .speciality {
	color: #fff;
}

.testimonial-content {
  flex-basis: 90%; /* Adjust width as needed */
  text-align: left
}

.testimonial-content-top {
  display: flex;
  justify-content: center; /* Aligns children (columns) in the center of the container */
  align-items: center; /* Vertically centers the content if needed */
  margin: 0 auto;
  flex-direction: column;
}

.floating-image {
  flex-basis: 50%; /* Adjust width as needed */
  position: relative;
  animation: float 3s ease-in-out infinite;
  text-align: right;
}

.floating-image-hero {
  flex-basis: 50%; /* Adjust width as needed */
  position: relative;
  animation: float 3s ease-in-out infinite;
  text-align: right;
}

.floating-image-potion {
  flex-basis: 50%; /* Adjust width as needed */
  position: relative;
  animation: float 3s ease-in-out infinite;
  text-align: left;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.button-secondary {
  grid-column-gap: .5rem;
  border-color: var(--gray-800);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #111;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #494949;
}

.button-secondary:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.button-secondary.show-tablet {
  display: none;
}

.button-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row-tools {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

#pricing {
  padding: 0px 0;
  text-align: center;
}

#pricing .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.pricing-tier,
.exclusive-nft,
.a-la-carte {
  margin-bottom: 30px;
}

.tier,
.package {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#pricing h2,
#pricing h3,
#pricing h4 {
  margin-bottom: 15px;
}

#pricing p {
  color: white;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  color: hsl(233, 13%, 49%);
  border-radius: 0.8rem;
}

.cards .card.active {
  background: linear-gradient(135deg,
      rgba(163, 168, 240, 1) 0%,
      rgba(105, 111, 221, 1) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  transform: scale(1.1);
  z-index: 1;
}

ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding-inline-start: 0px;
}

ul li {
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
}

ul li.price {
  font-size: 3rem;
  color: var(--primary);
  padding-bottom: 2rem;
}

.shadow {
  box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.card.active .price {
  color: #fff;
}

.preloader {
  width: 100%;
  height: 100vh;
  background: #1a1b1c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-family: 'HelveticaNeue-Extended', sans-serif;
  font-weight: 1000;
  position: relative;
  z-index: 9999; /* high value to ensure it's on top */

  .preloader__status {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .preloader__status-text {
    font-size: 40px;
    font-family: 'HelveticaNeue-Extended', sans-serif;
    margin-bottom: 20px;
    animation: textglow 1.5s infinite alternate;
  }

  .preloader__status-loader {
    width: 100%;
    height: 3px;
  }

  .preloader__status-bar {
    background: var(--white);
    height: 100%;
    width: 0%; /* Initialize with 0% width */
    animation: glowing 1.5s infinite alternate;
  }
}

.btn {
  margin-top: 1rem;
  height: 2.6rem;
  width: 13.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(135deg,
      rgba(163, 168, 240, 1) 0%,
      rgba(105, 111, 221, 1) 100%);
  color: #fff;
  outline: none;
  border: 0;
  font-weight: bold;
}

.active-btn {
  background: #fff;
  color: hsl(237, 63%, 64%);
}

.bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
  color: #555
}

.card.active .bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
}

.pack {
  font-size: 2rem;
}

.paragraph-large {
  color: var(--white);
  text-align: left;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.3;
}

.icon-small {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--white);
}

.layout-content {
  height: 100%;
  border: 1px solid var(--white);
  background-color: rgba(68, 30, 77, .3);
  border-radius: 12px;
  padding: 32px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.layout-content:hover {
  border-color: var(--white);
  background-color: rgba(67, 31, 77, .1);
  box-shadow: 0 0 30px rgba(67, 31, 77, .5);
  animation: glowing 1.5s infinite alternate;
}

.features-component-layout .layout-content:hover .featured-icon-wrapper {
  background-color: var(--primary);
  border: 1px solid white;
}

.layout-content.horizontal {
  background-image: url("./svg/feature4.svg"), url("./svg/Background_pattern.svg");
  background-position: 100% 100%, 290%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.layout-content.vertical {
  background-image: url("./img/feature3.png"), url("./svg/Background_pattern_2.svg");
  background-position: 100% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
}

.tools-content {
  height: 100%;
  border: 1px solid var(--white);
  background: linear-gradient(to left top, rgb(0 0 0 / 50%), rgb(132 35 156 / 20%));
  border-radius: 30px;
  padding: 32px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.tools-content:hover {
  border-color: var(--white);
  background: rgba(67, 31, 77, .1);
  box-shadow: 0 0 30px rgba(67, 31, 77, .5);
  animation: glowing 1.5s infinite alternate;
}

.tools-content:hover h4 {
  color: var(--white);
  animation: textglow 1.5s infinite alternate;
}

.header-image-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.cta-header-component {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navbar-menu-button {
  padding: 0;
}

.button-tertiary {
  grid-column-gap: .5rem;
  color: transparent;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-tertiary:hover {
  color: transparent;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
  animation: textglow 1.5s ease infinite
}

.button-tertiary.hide-tablet {
  color: var(--white);
}

.button-tertiary.hide-tablet:hover {
  background-color: transparent;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
}

.button-tertiary.hide-tablet-2 {
  color: var(--white);
}

.button-tertiary.hide-tablet-2:hover {
  background-color: transparent;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
}

.show-tablet {
  display: none;
}

.navbar {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 10; /* Ensure it's above the next section */
}

.parent-of-navbar {
  position: relative; /* Constrain the navbar's absolute positioning */
}

.next-section {
  margin-top: [height of navbar]; /* Adjust this value as per your navbar's height */
}

.navbar-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.navbar-menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: rgba(255, 255, 255, .7);
  align-items: center;
  padding: 1.75rem 1rem 1.75rem .75rem;
  font-family: "HelveticaNeue-Extended", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s;
}

.navbar-link:hover {
  color: var(--white);
  -webkit-text-stroke: 1px var(--white);
  animation: textglow 1.5s infinite alternate;
}

.icon-wrapper {
  color: #6b2a7b;
  flex: none;
  margin-right: 16px;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.dropdown-link:hover {
  border: 1px solid var(--gray-800);
  background-color: rgba(255, 255, 255, .06);
  border-radius: 6px;
}

.dropdown-link.w--current {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
  margin-left: 5vh
}

.navbar-container {
  width: 96%;
  height: 80px;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dropdown-list {
  border: 1px solid #292929;
  border-radius: 12px;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.navbar-dropdown-list.w--open {
  background-color: black;
  padding: 1rem;
  position: absolute;
}

.dropdown-icon {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dropdown-toggle {
  color: rgba(255, 255, 255, .7);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: "HelveticaNeue-Extended", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--white);
}

.menu-dropdown {
  position: relative;
}

.navbar-menu {
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar-component {
  min-height: 80px;
  background: none;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-medium {
  color: rgba(255, 255, 255, .7);
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial-image {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 12px;
}

.card-heading {
  letter-spacing: normal;
  font-weight: 600;
}

.badge {
  opacity: 1;
    color: var(--primary);
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: white;
    border: 1px solid white;
    border-radius: 10rem;
    padding: 0.125rem 0.625rem;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    width: fit-content;
    animation: glowing 1.5s ease-in-out infinite;
}

.textBadge {
  opacity: 1;
  color: var(--primary);
  letter-spacing: .05em;
  white-space: nowrap;
  background-color: white;
  border: 1px solid white;
  border-radius: 10rem;
  padding: 0.125rem 0.625rem;
  font-size: 10px;
  text-decoration: none;
  display: inline-block; /* Changed from block to inline-block */
  width: fit-content;
  animation: glowing 1.5s ease-in-out infinite;
}

.credit-balance p {
  white-space: nowrap;
  margin-bottom: 10px;
  text-align:center
}

.promptInput {
  display: flex;
  justify-content: center; 
  align-items: stretch; 
  margin: 5px;
}

.promptInput input {
  width: 100%;
  height: 50px; 
  background: #6b2a7b3d;
  box-sizing: border-box; 
  font-size: 1em; 
}

.promptInput input,
.promptInput button {
    line-height: 40px;
    border: 1px solid white;
    border-radius: 20px 0px 0px 20px;
    padding: 0 10px;
}

#generateBtn {
  border-radius: 0px 20px 20px 0px;
}

.footer-legal-link {
  color: rgba(255, 255, 255, .7);
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.footer-legal-link:hover {
  color: var(--white);
}

.footer-legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.text-small {
  color: rgba(255, 255, 255, .7);
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5;
}

.text-small.text-color-light {
  color: rgba(255, 255, 255, .7);
}

.footer-bottom-wrapper {
  border-top: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.footer-social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(255, 255, 255, .7);
}

.footer-social-icon:hover {
  color: var(--white);
  box-shadow: 0 0 30px rgba(67, 31, 77, .5);
}

.footer-social-link {
  justify-content: flex-end;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: var(--white);
}

.footer-link-list-heading {
  color: var(--white);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.footer-link-list {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer-link {
  grid-column-gap: 8px;
  color: rgba(255, 255, 255, .7);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  color: white;
  text-shadow: 0px 0px 15px rgba(67, 31, 77, .5);
}

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: start;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.text-link {
  color: var(--white);
  text-decoration: underline;
  transition: color .3s;
  display: inline-block;
}

.text-link:hover {
  color: var(--white);
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--gray-800);
  background-color: rgba(255, 255, 255, .06);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input:focus {
  border-color: var(--primary);
  color: #101828;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px rgba(215, 247, 111, .5);
}

.form-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
}

.form-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

.foot-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

.footer-form-blog {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.logo-link {
  margin-bottom: 2rem;
}

.footer-left-wrapper {
  max-width: 32rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.layout-text-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.layout-list-item {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  background-color: rgba(255, 255, 255, .06);
  background-image: url("./svg/Background_pattern_2.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  padding: 64px 32px;
}

.layout-list-item:hover {
  border: 1px solid white;
  animation: glowing 1.5s infinite alternate;
}

.layout-list-item:hover .h2 {
  animation: textglow 1.5s infinite alternate;
}

.layout-metrics {
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.vertical-divider {
  width: 1px;
  height: 100%;
  background-color: #3b3b3b;
  border-radius: 12px;
}

.horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: #3b3b3b;
  border-radius: 12px;
  display: none
}

.text-color-accent {
  color: var(--primary);
}

.features-component-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

@keyframes casting-spell {
  0%, 100% {
      transform: rotate(0deg); /* Starting and ending state: No rotation */
  }
  25% {
      transform: rotate(10deg); /* Rotate 10 degrees clockwise */
  }
  50% {
      transform: rotate(-10deg); /* Rotate 10 degrees counter-clockwise */
  }
  75% {
      transform: rotate(10deg); /* Rotate back to 10 degrees clockwise */
  }
}

.wand-animation {
  animation: casting-spell 3.5s ease-in-out infinite; /* Apply the animation */
  width: 30%;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns of equal width */
  gap: 20px; /* Adjust the gap as needed */
  align-items: center; /* Align items vertically */
}

.grid-item {
  /* Additional styling as needed */
}

.paragraph {
  color: var(--gray-300);
  font-size: 16px;
  line-height: 1.6;
}

.tools-paragraph {
  color: var(--gray-300);
  font-size: 16px;
  line-height: 1.6;
}

.paragraph.max-width-40ch {
  max-width: 40ch;
}

.paragraph.text-color-accent {
  color: var(--primary);
}

.paragraph.margin-bottom-32 {
  margin-bottom: 32px;
}

.featured-icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #484849;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.magical-background {
  position: relative;
  overflow: hidden; /* Keeps particles within the container */
}

/* Basic style for the animated elements, will be further controlled by JavaScript */
.animated-element {
  position: absolute;
  border-radius: 50%;
  /* Additional styles will be applied via JavaScript */
}

#tarot_frame {
  width: 300px;
  height: 450px;
  transition: transform 200ms;
  margin-left: auto;
  margin-right: auto;

  &:hover { transform: scale3d(1.05, 1.05, 1.05); }
}

#tarot_card {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  background-image: url("./tarot_card.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  transition-duration: 250ms;
  transition-property: transform, box-shadow;
  transition-timing-function: ease-out;

  animation: glowing 5s ease-in-out infinite;
}

#light {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 9px;
}

/* css for my tutorial channel link */
#tube {position: absolute; bottom: 1vw; right: 1vw; opacity: 0.4;  & > img { height: 3rem; } &:hover { opacity: 1; }}

.about-top {
  margin-top:120px
}

.testimonial-card {
  height: 100%;
  grid-row-gap: 24px;
  border: 1px solid var(--gray-800);
  background-color: rgba(255, 255, 255, .06);
  background-image: url("./svg/Background_pattern_2.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.testimonial-card:hover {
  border-color: var(--primary);
  background-color: rgba(67, 31, 77, .1);
  animation: glowing 1.5s infinite alternate;
}

.testimonial-card:hover .featured-icon-wrapper {
  background-color: var(--primary);
  border: 1px solid white;
}

.testimonial-card:hover .h4 {
  animation: textglow 1.5s infinite alternate;
}

.testimonial-header {
  width: 100%;
  justify-content: center;
  margin-bottom: 62px;
  display: flex;
}

.pricing-header {
  width: 100%;
  justify-content: center;
  margin-bottom: 5%;
  display: flex;
}

.about-header {
  width: 100%;
  justify-content: center;
  margin-bottom: 10%;
  display: flex;
}

.tools-header {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 10%
}

.research-header {
  width: 100%;
  justify-content: center;
  display: flex;
}

.testimonial-name {
  text-align: left;
  margin-bottom: 0;
}

.pricing-card {
  height: 100%;
  grid-row-gap: 24px;
  border: 2px solid var(--white);
  background-color: rgba(255, 255, 255, .06);
  background-image: url("./svg/Background_pattern_2.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: none;
  display: flex;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  flex-basis: 35%;
}

.pricing-card-side {
  flex-basis: 25%; /* Adjust the width of side cards */
  transform: scale(0.9);
  grid-row-gap: 24px;
  border: 2px solid var(--white);
  background-color: rgba(255, 255, 255, .06);
  background-image: url("./svg/Background_pattern_2.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: none;
  display: flex;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.pricing-card:hover {
  border-color: var(--primary);
  background-color: rgba(67, 31, 77, .1);
  animation: glowing 1.5s infinite alternate;
}

.pricing-card:hover .price {
  color: #fff;
  animation: textglow 1.5s infinite alternate;
}

.pricing-card:hover .bottom-bar {
  color: #fff;
}

/* Hover effect for side cards */
.pricing-card-side:hover {
  transform: scale(0.95);
  transition: transform 0.3s ease-in-out;
  border-color: var(--primary);
  background-color: rgba(67, 31, 77, .1);
  animation: glowing 1.5s infinite alternate;
}

.pricing-card-side:hover .price {
  color: #fff;
  animation: textglow 1.5s infinite alternate;
}

.pricing-card-side:hover .bottom-bar {
  color: #fff;
}

.pricing-card:hover .featured-icon-wrapper {
  background-color: var(--primary);
  border: 1px solid white;
}

.pricing-card:hover .h4 {
  animation: textglow 1.5s infinite alternate;
}

.paragraph-small {
  color: var(--gray-300);
  font-size: 14px;
}

.h2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: "HelveticaNeue-Extended", sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.h2.hero {
  margin-bottom: 0;
}

.h2.text-color-gray500 {
  max-width: 15ch;
  color: var(--gray-500);
}

.hero-text-wrapper {
  z-index: 2;
  margin-bottom: 32px;
  position: relative;
}

.features-layout {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout-testimonial {
  position: relative;
}

.bg-gradient {
  z-index: -1;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: -35%;
  right: auto;
}

.bg-gradient.right {
  top: -30%;
  left: auto;
  right: -25%;
}

.cta-layout {
  min-height: 440px;
  display: flex;
}

.image-cta {
  width: 100%;
  max-width: 30%;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.page-wrapper {
  overflow: hidden;
}

.form-success {
  color: #000;
  background-color: rgba(52, 158, 52, .15);
  border: .0625rem solid #349e34;
  border-radius: .25rem;
  font-size: 1.1rem;
}

.section-anchor-offset {
  z-index: -1;
  position: absolute;
  top: -7em;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-white {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background-color: #171717;
  background-image: linear-gradient(rgba(255, 255, 255, .02), rgba(255, 255, 255, 0));
  border-style: none;
  border-radius: .25rem;
  padding: .9em 1.2em;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 0 .125rem rgba(0, 0, 0, .25);
}

.button-white:hover {
  background-color: #070707;
  box-shadow: inset 0 0 .0625rem rgba(255, 255, 255, .11), 0 .0625rem .125rem rgba(0, 0, 0, .25);
}

.button-white:active {
  box-shadow: 10px 0 2rem -1rem #080808;
}

.button-white:focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #919191;
}

.button-white[data-wf-focus-visible] {
  outline-offset: .125rem;
  outline: .125rem solid #919191;
}

.input-label {
  z-index: 1;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: relative;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-text-bold {
  font-weight: 500;
}

.form-error {
  width: 100%;
  background-color: rgba(165, 0, 0, .2);
  border: .0625rem solid #a50000;
  margin-top: 32px;
  padding: .5em .75em;
}

.radio-group_horizontal {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.contact-us-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  background-color: #0f0f0f;
  background-image: url("https://assets-global.website-files.com/65427cf400e02b306eaa049c/65427cf400e02b306eaa04b8_Background-CTA2.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .0625rem solid #222;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: grid;
}

.input-block {
  margin-bottom: 1.5rem;
  position: relative;
}

.input-block.radio {
  align-items: center;
  margin-bottom: 0;
  padding: 0 0 0 2rem;
  display: flex;
}

.input-toggle {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  background-color: #f9f9f9;
  border-color: #898989;
  border-radius: .25rem;
  margin-top: 0;
  margin-left: -2rem;
  margin-right: .75rem;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input-toggle.w--redirected-checked {
  background-color: #232427;
  background-image: url("https://assets-global.website-files.com/65427cf400e02b306eaa049c/65427cf400e02b306eaa04af_checkmark-small-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  border-style: none;
  border-color: #080808;
}

.input-toggle.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0rem;
  outline: .125rem solid #bbb;
}

.input-toggle.cc-radio {
  border-radius: 1.25rem;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s cubic-bezier(.165, .84, .44, 1);
}

.input-toggle.cc-radio.w--redirected-checked {
  background-image: none;
  box-shadow: inset 0 0 0 1px #080808, inset 0 0 0 5px #fff, inset 0 0 0 20px #000;
}

.input-toggle.cc-radio.cc-dark.w--redirected-checked {
  background-image: none;
  box-shadow: inset 0 0 0 .0625rem #919191, inset 0 0 0 .3125rem #0e0e0e, inset 0 0 0 1.25rem #fff;
}

.input-toggle.cc-dark {
  background-color: #171717;
  border: .0625rem solid #5a5a5a;
}

.input-toggle.cc-dark:hover {
  background-color: #222;
  border-color: #757575;
}

.input-toggle.cc-dark.w--redirected-checked {
  background-color: #fff;
  background-image: url("https://assets-global.website-files.com/65427cf400e02b306eaa049c/65427cf400e02b306eaa04b2_Black%20Checkmark.svg");
}

.form-section {
  margin-bottom: 3rem;
  padding-top: 0;
  padding-bottom: 0;
}

.input {
  height: 100%;
  max-height: 3.25rem;
  background-color: #f9f9f9;
  border: .0625rem solid #919191;
  border-radius: .25rem;
  align-self: stretch;
  margin-bottom: .625rem;
  margin-right: 1rem;
  padding: .9rem 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input:hover {
  border-color: #000;
}

.input:focus {
  outline-offset: 0rem;
  outline: .1875rem solid #146ef5;
}

.input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .65);
}

.input::placeholder {
  color: rgba(0, 0, 0, .65);
}

.input.text-area {
  max-height: none;
}

.input.text-area.dark {
  min-height: 130px;
  background-color: #151515;
  border-color: #333;
}

.input.text-area.dark::-ms-input-placeholder {
  color: #757575;
}

.input.text-area.dark::placeholder {
  color: #757575;
}

.input.dark {
  color: #fff;
  background-color: #151515;
  border-color: #333;
}

.input.dark:hover {
  background-color: #222;
  border-color: #898989;
}

.input.dark:focus {
  border-color: #f5f5f5;
}

.input.dark::-ms-input-placeholder {
  color: #757575;
}

.input.dark::placeholder {
  color: #757575;
}

.input-column-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us-text {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.contact-item {
  align-items: center;
  display: flex;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.h4 {
  font-weight: 500;
}

.text-color-gray500 {
  color: var(--gray-500);
}

.hero-heading {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

@keyframes flashFlow {

  0%,
  30% {
    background-position: -50% 0%;
    color: #6b2a7b;
  }

  15% {
    background-position: 100% 100%;
    color: transparent;
  }

  30%,
  100% {
    background-position: -50% 0%;
    color: #6b2a7b;
  }
}

.animated_text {
  background: linear-gradient(-45deg, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #68496f, #ffffff, #ffffff, #68496f, #6b2a7b, #68496f, #ffffff, #68496f, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b, #6b2a7b);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 2px rgba(68, 30, 77, 0.1);
  animation: flashFlow 8s ease-in-out infinite;
}



.text-block {
  font-family: "HelveticaNeue-Extended", sans-serif;
}

.testimonial-collection-list {
  width: 100%;
  grid-column-gap: 24px;
  display: flex;
  justify-content: space-around;
}

.pricing-collection-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  grid-template-rows: auto; /* Rows size will be determined by the content size */
  grid-gap: 24px; /* This will create a gap between the grid items */
  justify-content: center; /* This centers the items in the grid if they don't take full width */
  align-items: start; /* Aligns items to the start of the grid area */
}

.pricing-collection-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  grid-template-rows: auto; /* Rows size will be determined by the content size */
  grid-gap: 24px; /* This will create a gap between the grid items */
  justify-content: center; /* This centers the items in the grid if they don't take full width */
  align-items: start; /* Aligns items to the start of the grid area */
}

.pricing-collection-item {
  max-width: calc(50% - 12px); /* Adjust the width of each item taking grid-gap into account */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Example shadow, adjust as needed */
  border-radius: 8px; /* Example border-radius for card-like appearance */
  overflow: hidden; /* To ensure the content does not overflow the rounded corners */
}

.pricing-image {
  width: 30%;
  height: auto;
  display: block; /* Adjust as needed to fit your design */
}

.stars-image {
  margin-bottom: 6px;
}

.button-text {
  white-space: nowrap;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.utility-page-wrap {
  max-height: 100%;
  max-width: 100%;
  background-color: #313131;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-wrap._404 {
  background-image: url("https://assets-global.website-files.com/65427cf400e02b306eaa049c/65427cf400e02b306eaa04ae_404%20text%20background.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.utility-page-content {
  max-width: 470px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 1200px) {
  
  ul li.price {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .image {
    max-width: 35rem;
    min-width: 18rem;
  }

  .paragraph {
    text-align:left
  }

  .tools-paragraph {
    text-align:center
  }

  .pricing-card {
    transform: scale(0.9);
  }

  .button-secondary.show-tablet {
    display: block;
  }

  .layout-content.horizontal,
  .layout-content.vertical {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-header-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .menu-icon {
    width: 24px;
    height: 2px;
    background-color: var(--white);
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-middle-line {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    width: 24px;
    height: 2px;
    background-color: var(--white);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    width: 24px;
    height: 2px;
    background-color: var(--white);
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-component {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .show-tablet {
    display: block;
  }

  .navbar-button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .navbar-menu-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navbar-link {
    width: 100%;
    color: var(--white);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    color: var(--gray-300);
  }

  .dropdown-link {
    padding: 16px 32px;
  }

  .dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar-dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: black
  }

  .dropdown-icon {
    color: var(--gray-300);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .dropdown-toggle {
    color: var(--white);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle:hover {
    color: var(--gray-300);
  }

  .menu-dropdown {
    margin-left: 0;
    margin-right: auto;
    position: relative;
  }

  .menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .navbar-menu {
    height: 100vh;
    -webkit-text-fill-color: inherit;
    background-color: black;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout-list-item {
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .vertical-divider {
    display: none;
  }

  .horizontal-divider {
    display: flex;
  }

  .features-component-layout {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-cta {
    z-index: 0;
    top: auto;
  }

  .contact-us-form {
    max-width: none;
    padding: 3rem;
  }

  .input-block {
    margin-bottom: 1.5rem;
  }

  .input-toggle {
    min-height: 1.5rem;
    min-width: 1.5rem;
  }

  .form-section {
    margin-bottom: 3rem;
    position: relative;
  }

  .testimonial-collection-list {
    grid-column-gap: 32px;
    flex-direction: column;
    grid-gap: 20px
  }

  .pricing-collection-list {
    grid-column-gap: 32px;
    flex-direction: column;
    grid-gap: 20px
  }

  .collection-item {
    width: 100%;
  }

  .pricing-collection-item {
    width: 100%;
  }

  .utility-page-wrap {
    background-color: #313131;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 15px;
  }

  .pricing-collection-grid {
    display: list-item;
  }

  .w-nav-brand-header {
    width: 30%;
  }

  .w-nav-brand-footer {
    width: 30%;
  }

  .image {
    width: 100%;
    overflow: visible;
  }

  .button {
    font-size: 0.7rem;
  }

  .button:hover {
    background-color: white;
    color: var(--primary);
  }

  .button-locked {
    font-size: 0.7rem;
  }

  .button-locked:hover {
    background-color: var(--gray-300);
    color: var(--white);
  }

  .promptInput input {
    font-size: 0.7rem;
  }

  .button-secondary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    color: #344054;
    background-color: #fff;
  }

  .button-row {
    align-self: center;
  }

  .button-row-tools {
    align-self: center;
  }

  .paragraph-large {
    font-size: 1rem;
  }

  .header-image-wrapper {
    min-height: auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-tertiary:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-link {
    font-size: 1rem;
  }

  .dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .dropdown-toggle {
    font-size: 1rem;
  }

  .navbar-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    bottom: 20px
  }

  .badge {
    padding: .125rem .5rem;
  }

  .footer-legal-link:hover {
    color: var(--white);
  }

  .footer-legal-list {
    margin-bottom: 1rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .footer-social-link:hover,
  .footer-link:hover {
    color: white;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-form-blog {
    margin-top: 1.5rem;
  }

  .logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .layout-list-item {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .features-component-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 46px;
  }

  .cta-layout {
    min-height: 500px;
  }

  .image-cta {
    max-width: 60%;
  }

  .contact-us-form {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .contact-list {
    margin-top: 2rem;
  }

  .hero-heading {
    font-size: 46px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .previewBox {
    min-width:auto;
    min-height:auto;
    max-width: 300px;
    height: 300px;
  }

  .button-tertiary.hide-tablet {
    display: none;
  }

  .button-tertiary.hide-tablet-2 {
    font-size: 0.7rem;
  }

  .image {
    max-width: none;
    min-width: auto;
  }

  .section-team .single-person .person-image .icon {
    width: 40px;
    height: 40px;
  }

  .section-team .single-person-green .person-image .icon {
    width: 40px;
    height: 40px;
  }

  .section-team .single-person-orange .person-image .icon {
    width: 40px;
    height: 40px;
  }

  .section-team .single-person-red .person-image .icon {
    width: 40px;
    height: 40px;
  }

  .section-team .single-person-blue .person-image .icon {
    width: 40px;
    height: 40px;
  }

  .cta-header-component {
    grid-template-columns: 1fr;
  }

  .dropdown-link {
    padding-left: 0;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: fr;
  }

  .foot-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .layout-list-item {
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 28px;
  }

  .pricing-header .h2 {
    font-size: 38px;
  }

  .about-header .h2 {
    font-size: 38px;
  }

  .tools-header .h2 {
    font-size: 38px;
  }

  .cta-layout {
    min-height: 340px;
  }

  .button-white {
    width: 100%;
    text-align: center;
  }

  .u-mb-0 {
    flex-wrap: wrap;
  }

  .radio-group_horizontal {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .contact-us-form {
    padding: 1.5rem;
  }

  .input-block {
    width: 100%;
  }

  .input {
    margin-right: 0;
  }

  .input-column-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    font-size: 28px;
  }
}

#w-node-_6c2109de-a22b-00b2-beb3-1990f3a117e2-6eaa0492,
#w-node-_0221d2e2-19dd-a246-bf39-bd0fca7f7ac9-6eaa0492,
#w-node-_43f6e8c3-1ceb-0f46-03b3-62998b3e3700-6eaa0492 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbadfc4f-7bdf-8820-11a5-3762072aee79-6eaa0492 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dea359c5-0eb2-c3ba-835f-2bcca71a211c-6eaa0492 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1568829-0d63-6867-4fce-caf677a0b3a6-38fbc2c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa9e4de0-011e-ac64-cbc2-3ec4fa3a8bb5-6eaa0496,
#w-node-aa9e4de0-011e-ac64-cbc2-3ec4fa3a8bba-6eaa0496,
#w-node-aa9e4de0-011e-ac64-cbc2-3ec4fa3a8bbf-6eaa0496,
#w-node-c4aaa2a5-f019-09c3-44b1-6f982692b43a-6eaa0496 {
  align-self: start;
}

#w-node-_2c17ec51-d83f-eba2-a878-4ff2b40d1b0b-6eaa0496 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8017772e-bc46-5c59-54c0-134cdfd4b04a-6eaa0496,
#w-node-_8017772e-bc46-5c59-54c0-134cdfd4b057-6eaa0496 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_09afa9a7-4fe7-017b-e0fd-51eff2bdb76d-6eaa0492 {
    justify-self: end;
  }

  #w-node-cbadfc4f-7bdf-8820-11a5-3762072aee79-6eaa0492,
  #w-node-dea359c5-0eb2-c3ba-835f-2bcca71a211c-6eaa0492 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media (max-width: 280px) {
  ul {
    margin: 1rem;
  }

  h1 {
    font-size: 1.2rem;
  }

  .toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 80px;
  }

  .cards {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .card {
    transform: scale(0.8);
    margin-bottom: 1rem;
  }

  .cards .card.active {
    transform: scale(0.8);
  }
}

@media (min-width: 280px) and (max-width: 320px) {
  .cards {
    display: flex;
    flex-direction: column;
  }

  .cards .card.active {
    transform: scale(1);
  }
}

@media (min-width: 320px) and (max-width: 414px) {
  .cards {
    display: flex;
    flex-direction: column;
  }

  .cards .card.active {
    transform: scale(1);
  }
}

@media (min-width: 414px) and (max-width: 768px) {
  .card {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .cards .card.active {
    transform: scale(1);
  }
}

@media (min-width: 768px) and (max-width: 1046px) {
  .cards {
    display: flex;
  }

  .card {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .cards .card.active {
    transform: scale(1);
  }
}

/* Styles for screens below 990px */
@media (max-width: 990px) {
  .testimonial-content, .floating-image {
    flex-basis: 100%; /* Each takes full width */
    text-align: center; /* Centers the content */
  }

  .hidden-mobile {
    display: none;
  }

  .floating-image-potion {
    flex-basis: 100%; /* Each takes full width */
    text-align: center; /* Centers the content */
  }

  .floating-image img {
    width: 50%; /* Adjust image size for smaller screens */
    margin: 0 auto; /* Center the image */
    margin-top: 10%
  }

  .floating-image-hero img {
    width: 50%; /* Adjust image size for smaller screens */
    margin: 0 auto; /* Center the image */
    margin-top: 10%
  }
}

/* Styles for screens below 500px */
@media (max-width: 700px) {
  .testimonial-section {
    width: 95%; /* Increase width to utilize more screen space */
    flex-direction: column-reverse;
  }

  .pricing-section-token {
    width: 95%; /* Adjust this to your preferred maximum width */
    flex-direction: column-reverse;
  }
  
  .pricing-section-potion {
    width: 95%; /* Adjust this to your preferred maximum width */
    flex-direction: column-reverse;
  }
  
  .pricing-section-nft {
    width: 95%; /* Adjust this to your preferred maximum width */
    flex-direction: column-reverse;
  }

  .about-section-background {
    width: 95%; /* Adjust this to your preferred maximum width */
    flex-direction: column-reverse;
    margin-top: 50px
  }

  .about-section-background .floating-image {
    margin-top: -50px;
    margin-bottom: 20px;
    text-align: center
  }

  .about-section-background-2 {
    width: 95%; /* Adjust this to your preferred maximum width */
    flex-direction: column-reverse;
    margin-top: 50px
  }

  .about-section-background-2 .floating-image {
    margin-top: -50px;
    margin-bottom: 20px;
    text-align: center
  }

  .about-section-introduction {
    width: 95%; /* Adjust this to your preferred maximum width */
    flex-direction: column-reverse;
  }

  .about-section-introduction .floating-image {
    margin-top: -50px;
    margin-bottom: 20px;
    text-align: center
  }

  .tools-section {
    width: 95%; /* Adjust this to your preferred maximum width */
    flex-direction: column-reverse;
  }

  .tools-section .floating-image {
    margin-top: -50px;
    margin-bottom: 20px;
    text-align: center
  }

  .tools-section .floating-image-hero {
    margin-top: -50px;
    margin-bottom: 20px;
    text-align: center
  }

  .tools-section-2 {
    width: 95%; /* Adjust this to your preferred maximum width */
    flex-direction: column-reverse;
  }

  .tools-section-2 .floating-image {
    margin-top: -50px;
    margin-bottom: 20px;
    text-align: center
  }

  .floating-image img {
    width: 70%; /* Further adjust image size for very small screens */
  }

  .floating-image-hero img {
    width: 70%; /* Further adjust image size for very small screens */
  }

  .tools-section .floating-image-hero img {
    margin-top: 30%;
  }
}

@font-face {
  font-family: "HelveticaNeue-Extended";
  src: url("https://db.onlinewebfonts.com/t/32d0ba9a82b15c3100ae9dd9e614ef11.eot");
  src: url("https://db.onlinewebfonts.com/t/32d0ba9a82b15c3100ae9dd9e614ef11.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/32d0ba9a82b15c3100ae9dd9e614ef11.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/32d0ba9a82b15c3100ae9dd9e614ef11.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/32d0ba9a82b15c3100ae9dd9e614ef11.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/32d0ba9a82b15c3100ae9dd9e614ef11.svg#HelveticaNeue-Extended")format("svg");
}
