html,
body,
#root,
.__perseus_content {
    min-height: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0rem;
    margin: 0rem;
}


:root, ::after, ::before {

    font-size: 16px;
    --white: rgb(255, 255, 255);
    --white-off: rgb(242, 242, 242);
    --blue-light: #b5d6ff;
    --blue-light-dark: #2d70b4;
    --blue-light-off: #70b2f3;
    --gold-light: #fff0c7;
    --blue: #004BA8;
    --grey-light: #4A525A;
    --grey: #24272B;
    --black: #07070A;
    /*

    
    --black: rgb(0, 0, 0);
    --grey-dark: rgb(45,47,44);
    --grey: rgb(90. 94, 88);
    --grey-medium: rgb(112,116,108);
    --grey-regular: rgb(148, 153, 141);
    --grey-light: rgb(195,197,192);
    --grey-ultra-light: rgb(230,230,230);
    --grey-ultra-light--transparent: rgba(230, 230, 230, 0.3);
    --green: rgb(61,214,11);
    --green-dark: rgb(0,73,52);
    --green-acid: rgb(0, 255, 65);

    --purple: rgb(132,100,249);
    --pink: rgb(255,21,154);
    */
    /*homepage fonts*/
    --super-title-font-size: 7.875rem;
    --super-title-line-height: 6.875rem;
    --title-font-size: 1.6875rem;
    --title-line-height: 2.187rem;
    --mobile-super-title-font-size: 5.25rem;
    --mobile-super-title-line-height: 4.9375rem;
    --mobile-title-font-size: 2rem;
    --mobile-title-line-height: 2.562rem;
    --body-font-size: 1rem;
    --body-line-height: 1.562rem;
    --label-font-size: 0.875rem;
    --caption-font-size: 0.75rem;
    --caption-two-font-size: 0.875rem;


    --base-measure: 0.4375rem;

    /*define system fonts*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    box-sizing: border-box;
    


}


*::-webkit-resizer {
    display: none;
}

/*scrollbar stuff for chrome and safari*/
*::-webkit-scrollbar {
  width: 1em;
}
/*
scrollbar-width: thick;
    scrollbar-color: var(--blue) var(--white);
    */

*::-webkit-scrollbar-track {
  background: var(--white);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 0.3em;
  border: 2px solid transparent;
  margin: 0.1em;
  background-clip: padding-box;
}

*:focus {
   /* background-color: var(--grey-ultra-light);*/
    outline: 1px var(--blue);


}



html {
    font-size: 16px;
    background: var(--white);
}

body {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    margin: 0em;
    padding: 0rem; 
    overflow-x: hidden;
    background:transparent;
    position: relative;


}

strong {
    font-weight: 600;
    font-size: inherit;
    font-family: inherit;
}

details {
    border: none;

}

summary::marker {
    content: '';
}

summary::-webkit-details-marker {
    display: none;
}

blockquote {
    padding: 0rem;
    margin: 1.0rem 0rem;
    font-style: italic;
    line-height: 1.5;
    font-size: 1.6;
}
cite {
    font-size: var(--caption-two-font-size);
    font-style: normal;
    color: inherit;
    width: 100%;
    display: block;
    margin-top: 0.2rem;
}

/* headers and text */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin: 0em;
    font-weight: 400;
}
/*title-container only used to help position h1 tag*/
.title-container {
    margin-bottom: 1rem;
}

h1 {
    font-size: 26rem;
    letter-spacing: -1.5;
    font-weight: 800;
    color: var(--blue);
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    top: -10rem;
    left: -7rem;
}

h2 {
    font-size: 2.4rem; /* 3.75rem;*/
    letter-spacing: -0.5;
}

h3 {
    font-size: 2.4rem;
    letter-spacing: 0;
}

h4 {
    font-size: 1.8rem; /*2.125rem;*/
    letter-spacing: 0.25;
}

h5 {
    font-size: 1.5rem;
    letter-spacing: 0;
}

h6 {
    font-size: 1.22rem;
    letter-spacing: 0.15;
}

a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: underline;
}
a:hover {
    /*text-decoration: underline;*/
}

p {
    margin: var(--base-measure) 0em;
    line-height: 1.5;
    cursor: default;
    font-size: var(--body-font-size);
}
.first-p {
    font-size: calc(var(--body-font-size) * 1.6);
    font-weight: 500;
    position: relative;
    max-width: max-content;
    margin-bottom: 1.4rem;
    margin-top: 0.4rem;
}

.first-p::after {
    position: absolute;
    content: '';
    width: 0.8rem;
    background-color: var(--blue); 
    z-index: -1; 
    height: 0.8rem;
    border-radius: 100%;
    bottom: 0.62rem;
    right: -1.3rem;
}
sub, sup {
    font-size: 0.7em;
    color: inherit;
}
pre {
    margin: 0em;
    font-style: italic;
}

.error {
    color: var(--pink);
    margin: 0em 0em;
}

.error-name {
    font-size: 0.8rem;
    text-align: left;
    margin: 1em 0em 0.2em 0em;
}

.error-message {
    font-size: 0.8rem;
    margin: 0.2em 0em;
}

*:hover > .tooltip-wrapper > .tooltip {
   opacity: 1 !important;
   visibility: initial !important;
 }

/* form components*/
label {
    display: block;
    margin: calc(var(--base-measure) *2) 0em 0em 0em;
    font-size: var(--label-one-font-size);
    color: var(--black);
    text-transform: uppercase;
}

input,
textarea {
    width: 100%;
    background-color: var(--white);
    padding: 1.3em 0.8em 1.2em 1em;
    border: none;
    border-bottom: 1px solid var(--grey-light);
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 0.031rem;
    text-align: left;
    color: var(--grey-medium);
}
input:focus, textarea:focus {
    background-color: var(--grey-ultra-light);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
        background-color: #FFFFFF !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}

button,
button:hover,
button:focus {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    background-color: transparent;
    border: none;
    color: inherit;
    text-transform: inherit;
    cursor: pointer;
    line-height: inherit;
    /*margin-top: 0.1rem;*/
}

.button,
input[type="submit"] {
    font-weight: 300;
    font-size: var(--baseFontSize); 
    letter-spacing: 0.078;
    line-height: 1; 
    text-align: center;
    text-transform: uppercase;
    background-size: 100% 214%;
    background-image: linear-gradient(to top, var(--black) 50%, var(--grey-ultra-light) 50%);
    background-position: 0 1%;
    transition: background-position 0.3s;
    color: var(--black);
    text-align: center;
    border-radius: 4em;
    border: 1px solid transparent;
    padding: 3em;
    margin: var(--full-padding) 0em;
    cursor: pointer;
    width: 100%;
}

.button:hover {
    color: var(--white);
    background-position: 0 98%;

}

.button:focus,
.button-with-icon:focus {
    background: var(--grey-ultra-light);
    color: var(--grey-medium);
}
/*public hompage section buttons*/
.public-container .button {
    padding: calc(var(--base-measure)*4);
}
.button--invert {
    font-weight: 300;
    font-size: var(--baseFontSize); 
    letter-spacing: 0.078;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 1.7em;
    padding: 0.7rem 2em;
    margin: var(--base-measure) 0rem 0rem 0rem;
    width: max-content;
    cursor: pointer;
}

.button--invert-selected {
    color: var(--light-blue);
    background-color: var(--blue);
}

.button--invert:hover {
    color: var(--grey-regular);
    border-color: var(--grey-regular);
}

.link-button {
    border: none;
    color: var(--black);
    background-color: transparent;
    font-size: 0.925em;
    font-weight: 500;
    border-radius: 0em;
    text-transform: none;
    width: 100%;
    padding: 0.4em;
}
.link-button:hover > button {
    text-decoration: underline;
}

.dot {
    border-radius: 100%;
    height: calc(var(--base-measure) * 6);
    width:  calc(var(--base-measure) * 6);
    background-color: var(--black);

}

iframe {
    max-width: 100%;
}


/*functional css*/
.hide {
    display: none !important;
}

.relative {
    position: relative;
    width: 100%;
    height: 100%;
}

.show-mobile {
    display: block;
}

.hide-mobile {
    display: none;
}

.show-tablet {
    display: none;
}

.hide-tablet {
    display: none;
}

.show-desktop {
    display: none;
}

.hide-desktop {
    display: block;
}

@media only screen and (min-width: 32em) {
    .show-tablet {
        display: block
    }

    .hide-tablet {
        display: none;
    }
}

@media only screen and (min-width: 80em) {
    .show-mobile {
        display: none;
    }

    .hide-mobile {
        display: block
    }

    .show-desktop {
        display: block
    }

    .hide-desktop {
        display: none !important;
    }

}

@media only screen and (min-width: 120em) {
    .show-desktop {
        display: block;
    }
}


/*background*/
.background-canvas {
    position: fixed;
    width: 100vw;
    height: 100vh;
}

/*main*/
.main {
    padding: 12.2rem 1rem;
    overflow-x: hidden;
    background: transparent;
    max-width: 40rem;
    margin: auto;
}

.text-body-container {
}
/*menu*/
.menu-icon-container {
    display: flex;
    justify-content: flex-end;
}
.top-menu-nav {
    position: fixed;
    cursor: pointer;
    top: 2rem;
    right: 2rem;
    width: 100%;
    max-width: 100vw;
    z-index: 98;
}
.top-menu-nav ul {
}
.top-menu-nav li {
    list-style: none;
    margin: 0.4rem 0rem;
}
.top-menu-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.03rem;
    font-size: 1.4rem;
    color: var(--white);
}
.top-menu-nav li a:hover {
    color: var(--blue-light);
}
.mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--blue);
    z-index: 99;
    padding: 2rem; 1rem;
    
}

@media only screen and (min-width: 80rem) {
    .top-menu-nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .top-menu-nav li {
        margin: 0.2rem 0.5rem;
    }
    .top-menu-nav li a {
        color: var(--blue);
    }
}
