/* 
    Elements 
*/

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: lowercase !important;
}

html {
    min-height: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    font-weight: 400;
    font-family: Fala, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-variant-numeric: tabular-nums;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
caption,
a {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 200ms;
}

a:hover,
button:hover,
a:hover * {
    color: #F17C96;
}

a.expand-target::after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: left;
}

button.t-gray:hover {
    color: black;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li,
ul dt,
ul dd,
dl li,
dl dt,
dl dd {
    margin: 0;
    display: block;
    height: fit-content;
}

dl dd {
    margin-bottom: 1em;
}

table th,
table tr,
table td {}


small {
    font-size: 60%;
}

strong {
    font-weight: 500;
}

address {
    font-style: normal;
}

figure {
    margin: 0;
}

img, svg {
    width: 100%;
    height: auto;
}

 svg, svg * {
    overflow: visible !important;
    stroke-width: .375px !important;
}

img.expand {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.rounded {
    border-radius: 2px;
}

video {
    width: 100%;
    height: auto;
}

caption {
    text-align: left;
}

::selection {
    background-color: transparent;
    color: rgb(150, 150, 150);
}

.gray *::selection {
    color: rgb(50, 50, 50);
    background-color: white;
}

.no-scroll {
    overflow: hidden;
}

.no-break {
    white-space: nowrap;
}

hr {
    width: 100%;
    border: 0;
    background-color: black;
    height: 1px;
    margin: 0;
}

cite {
    font-style: normal;
}

details summary {
    list-style: none;
    cursor: pointer;
}

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

details summary:hover {
    color: #F17C96;
}

details[open] {
    margin-bottom: 1em;
}

.normal-case,
.normal-case * {
    text-transform: none;
}

@media screen and (max-width: 48rem) {
    .hide-mobile {
        display: none;
    }
}

@media screen and (min-width: 48rem) {
    .hide-desktop {
        display: none;
    }
}
/* 
    Colors (c)
*/
.c-primary {
    color: var(--primaryColor);
}

.c-secondary {
    color: var(--secondaryColor);
}

.c-darkgray {
    color: rgb(163, 163, 163);
}

.c-gray {
    color: rgb(163, 163, 163);
}

.c-lightgray {
    color: rgb(163, 163, 163);
}

/* 
    Display 
*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap;
}

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

.justify-space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.flex-grow {
    flex-grow: 1;
}


/* 
    Padding 
*/

.pad-xs {
    padding: 16px 1rem;
}

.pad-s {
    padding: 20px 1.25rem;
}

.pad-m {
    padding: 32px 2rem;
}

.pad-l {
    padding: 48px 3rem;
}

.pad-xl {
    padding: 64px 4rem;
}

/* 
    Margins 
*/

.mar-xs {
    margin: 12px;
}

.mar-s {
    margin: 16px;
}

.mar-m {
    margin: 32px;
}

.mar-l {
    margin: 48px;
}

.mar-xl {
    margin: 64px;
}

.mar-top-xs {
    margin-top: 0.75rem;
}

.mar-top-s {
    margin-top: 1rem;
}

.mar-top-m {
    margin-top: 2rem;
}

.mar-top-l {
    margin-top: 3rem;
}

.mar-top-xl {
    margin-top: 4rem;
}

.mar-bot-xs {
    margin-bottom: 0.75rem;
}

.mar-bot-s {
    margin-bottom: 1rem;
}

.mar-bot-m {
    margin-bottom: 2rem;
}

.mar-bot-l {
    margin-bottom: 3rem;
}

.mar-bot-xl {
    margin-bottom: 4rem;
}

.mar-right-xxs {
    margin-right: 0.25rem;
}

.mar-right-xs {
    margin-right: 0.5rem;
}

.mar-right-s {
    margin-right: 1rem;
}

.mar-right-m {
    margin-right: 2rem;
}

.mar-right-l {
    margin-right: 3rem;
}

.mar-right-xl {
    margin-right: 4rem;
}

/* 
    Animations 
*/

.fade-in {
    animation: fade-in 300ms 100ms both;
}

@keyframes fade-in {
    from { opacity: 0 }
    to { opacity: 1}
}

/* 
    Accessibility 
*/

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
    /* 3 */
}


/* 
    Kirby Text 
*/

.kt p {
    margin-bottom: 0.75em;
}