html {
scroll-behavior: smooth;
}
nav li {
display: inline-block;
margin-left: 1.25rem;
margin-right: 1.25rem
}
a {
--text-opacity: 1;
color: #0080bb;
color: rgba(0, 128, 187, var(--text-opacity));
}
.letter-spacing {
letter-spacing: 15px;
}
.outline-header-white {
color: #fff;
-webkit-text-fill-color: #000; -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
.outline-header-black {
color: #000;
-webkit-text-fill-color: #E5E1E6; -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000;
}
.codegena {
position:relative;
width:100%;
height:0;
padding-bottom:56.27198%;
}
.codegena iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}   html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}     a {
background-color: transparent;
}    small {
font-size: 80%;
}   img {
border-style: none;
}  button,
input,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}    textarea {
overflow: auto;
} [type="checkbox"] {
box-sizing: border-box; padding: 0; }  [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}   details {
display: block;
}    [hidden] {
display: none;
}  h1,
h2,
h3,
p {
margin: 0;
}
button {
background-color: transparent;
background-image: none;
} button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}  html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 1.5; } *,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e2e8f0; }  img {
border-style: solid;
}
textarea {
resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #a0aec0;
}
input::placeholder,
textarea::placeholder {
color: #a0aec0;
}
button,
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3 {
font-size: inherit;
font-weight: inherit;
} a {
color: inherit;
text-decoration: inherit;
} button,
input,
select,
textarea {
padding: 0;
line-height: inherit;
color: inherit;
}  img,
svg,
video,
iframe {
display: block;
vertical-align: middle;
} img,
video {
max-width: 100%;
height: auto;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
.space-y-5 > :not(template) ~ :not(template) {
--space-y-reverse: 0;
margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
margin-bottom: calc(1.25rem * var(--space-y-reverse));
}
.bg-black {
--bg-opacity: 1;
background-color: #000;
background-color: rgba(0, 0, 0, var(--bg-opacity));
}
.bg-gray-200 {
--bg-opacity: 1;
background-color: #edf2f7;
background-color: rgba(237, 242, 247, var(--bg-opacity));
}
.bg-uxd-blue {
--bg-opacity: 1;
background-color: #0080bb;
background-color: rgba(0, 128, 187, var(--bg-opacity));
}
.bg-uxd-red {
--bg-opacity: 1;
background-color: #C23B33;
background-color: rgba(194, 59, 51, var(--bg-opacity));
}
.bg-uxd-white {
--bg-opacity: 1;
background-color: #E5E1E6;
background-color: rgba(229, 225, 230, var(--bg-opacity));
}
.hover\:bg-uxd-blue:hover {
--bg-opacity: 1;
background-color: #0080bb;
background-color: rgba(0, 128, 187, var(--bg-opacity));
}
.bg-bg-pattern {
background-image: url(//uncharteddestiny.com/wp-content/themes/uncharted-destiny/bg-pattern.jpg);
}
.bg-repeat {
background-repeat: repeat;
}
.border-gray-300 {
--border-opacity: 1;
border-color: #e2e8f0;
border-color: rgba(226, 232, 240, var(--border-opacity));
}
.border-uxd-red {
--border-opacity: 1;
border-color: #C23B33;
border-color: rgba(194, 59, 51, var(--border-opacity));
}
.border-uxd-grey {
--border-opacity: 1;
border-color: #1B1B1B;
border-color: rgba(27, 27, 27, var(--border-opacity));
}
.border {
border-width: 1px;
}
.border-l-2 {
border-left-width: 2px;
}
.border-b {
border-bottom-width: 1px;
}
.border-l {
border-left-width: 1px;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.hidden {
display: none;
}
.flex-row {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}
.flex-col-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-start {
align-items: flex-start;
}
.items-center {
align-items: center;
}
.self-start {
align-self: flex-start;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.font-body {
font-family: Inter, sans-serif;
}
.font-display {
font-family: Poppins, sans-serif;
}
.font-light {
font-weight: 300;
}
.font-bold {
font-weight: 700;
}
.font-extrabold {
font-weight: 800;
}
.h-16 {
height: 4rem;
}
.h-32 {
height: 8rem;
}
.h-72 {
height: 18rem;
}
.text-sm {
font-size: .875rem;
}
.text-lg {
font-size: 1.125rem;
}
.text-xl {
font-size: 1.25rem;
}
.text-2xl {
font-size: 1.5rem;
}
.text-3xl {
font-size: 1.875rem;
}
.text-4xl {
font-size: 2.25rem;
}
.text-5xl {
font-size: 3rem;
}
.leading-relaxed {
line-height: 1.625;
}
.m-0 {
margin: 0;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mt-4 {
margin-top: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.mr-10 {
margin-right: 2.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.mb-16 {
margin-bottom: 4rem;
}
.mt-20 {
margin-top: 5rem;
}
.mt-24 {
margin-top: 6rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.mb-32 {
margin-bottom: 8rem;
}
.-mt-10 {
margin-top: -2.5rem;
}
.max-w-lg {
max-width: 32rem;
}
.max-w-3xl {
max-width: 48rem;
}
.max-w-4xl {
max-width: 56rem;
}
.max-w-6xl {
max-width: 72rem;
}
.max-w-full {
max-width: 100%;
}
.overflow-visible {
overflow: visible;
}
.p-10 {
padding: 2.5rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.pt-0 {
padding-top: 0;
}
.pb-0 {
padding-bottom: 0;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pb-6 {
padding-bottom: 1.5rem;
}
.pt-8 {
padding-top: 2rem;
}
.pt-10 {
padding-top: 2.5rem;
}
.pb-10 {
padding-bottom: 2.5rem;
}
.pt-12 {
padding-top: 3rem;
}
.pt-16 {
padding-top: 4rem;
}
.pb-16 {
padding-bottom: 4rem;
}
.pt-20 {
padding-top: 5rem;
}
.pb-20 {
padding-bottom: 5rem;
}
.pt-24 {
padding-top: 6rem;
}
.pb-24 {
padding-bottom: 6rem;
}
.pb-32 {
padding-bottom: 8rem;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.bottom-0 {
bottom: 0;
}
.left-0 {
left: 0;
}
.text-center {
text-align: center;
}
.text-black {
--text-opacity: 1;
color: #000;
color: rgba(0, 0, 0, var(--text-opacity));
}
.text-white {
--text-opacity: 1;
color: #fff;
color: rgba(255, 255, 255, var(--text-opacity));
}
.text-red-500 {
--text-opacity: 1;
color: #f56565;
color: rgba(245, 101, 101, var(--text-opacity));
}
.uppercase {
text-transform: uppercase;
}
.w-24 {
width: 6rem;
}
.w-64 {
width: 16rem;
}
.w-px {
width: 1px;
}
.w-1\/2 {
width: 50%;
}
.w-1\/3 {
width: 33.333333%;
}
.w-5\/12 {
width: 41.666667%;
}
.w-6\/12 {
width: 50%;
}
.w-full {
width: 100%;
}
.w-main-image {
width: 56rem;
}
.z-0 {
z-index: 0;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-30 {
z-index: 30;
}
.z-50 {
z-index: 50;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
@keyframes ping {
75%, 100% {
transform: scale(2);
opacity: 0;
}
}
@keyframes pulse {
50% {
opacity: .5;
}
}
@keyframes bounce {
0%, 100% {
transform: translateY(-25%);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50% {
transform: none;
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
@media (min-width: 768px) {
.md\:block {
display: block;
}
.md\:flex-row {
flex-direction: row;
}
.md\:h-24 {
height: 6rem;
}
.md\:text-lg {
font-size: 1.125rem;
}
.md\:text-2xl {
font-size: 1.5rem;
}
.md\:text-3xl {
font-size: 1.875rem;
}
.md\:text-4xl {
font-size: 2.25rem;
}
.md\:text-5xl {
font-size: 3rem;
}
.md\:text-6xl {
font-size: 4rem;
}
.md\:text-9xl {
font-size: 8rem;
}
.md\:leading-relaxed {
line-height: 1.625;
}
.md\:mb-0 {
margin-bottom: 0;
}
.md\:mt-8 {
margin-top: 2rem;
}
.md\:mb-10 {
margin-bottom: 2.5rem;
}
.md\:mb-12 {
margin-bottom: 3rem;
}
.md\:mb-16 {
margin-bottom: 4rem;
}
.md\:mb-20 {
margin-bottom: 5rem;
}
.md\:mb-32 {
margin-bottom: 8rem;
}
.md\:mb-48 {
margin-bottom: 12rem;
}
.md\:ml-auto {
margin-left: auto;
}
.md\:-mt-80 {
margin-top: -20rem;
}
.md\:px-0 {
padding-left: 0;
padding-right: 0;
}
.md\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.md\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.md\:pt-8 {
padding-top: 2rem;
}
.md\:pb-16 {
padding-bottom: 4rem;
}
.md\:pt-20 {
padding-top: 5rem;
}
.md\:pb-20 {
padding-bottom: 5rem;
}
.md\:pt-32 {
padding-top: 8rem;
}
.md\:pb-32 {
padding-bottom: 8rem;
}
.md\:pt-48 {
padding-top: 12rem;
}
.md\:pt-56 {
padding-top: 14rem;
}
.md\:pb-56 {
padding-bottom: 14rem;
}
.md\:text-right {
text-align: right;
}
.md\:w-32 {
width: 8rem;
}
.md\:w-auto {
width: auto;
}
.md\:w-1\/3 {
width: 33.333333%;
}
.md\:w-3\/4 {
width: 75%;
}
}
@media (min-width: 1024px) {
.lg\:block {
display: block;
}
.lg\:flex {
display: flex;
}
.lg\:hidden {
display: none;
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:text-5xl {
font-size: 3rem;
}
.lg\:mb-10 {
margin-bottom: 2.5rem;
}
.lg\:mt-20 {
margin-top: 5rem;
}
.lg\:mb-20 {
margin-bottom: 5rem;
}
.lg\:px-0 {
padding-left: 0;
padding-right: 0;
}
.lg\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.lg\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.lg\:pt-0 {
padding-top: 0;
}
.lg\:pb-0 {
padding-bottom: 0;
}
.lg\:pb-16 {
padding-bottom: 4rem;
}
.lg\:pr-20 {
padding-right: 5rem;
}
.lg\:pl-20 {
padding-left: 5rem;
}
.lg\:static {
position: static;
}
.lg\:w-20 {
width: 5rem;
}
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:w-1\/6 {
width: 16.666667%;
}
.lg\:w-5\/12 {
width: 41.666667%;
}
.lg\:w-7\/12 {
width: 58.333333%;
}
}
@media (min-width: 1280px) {
.xl\:px-0 {
padding-left: 0;
padding-right: 0;
}
.xl\:pr-0 {
padding-right: 0;
}
}