:root{
    --overlay-loader-icon: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' xml:space='preserve'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='7.592' y1='256' x2='504.408' y2='256'%3E%3Cstop offset='0' stop-color='%23b7c755'/%3E%3Cstop offset='1' stop-color='%23208192'/%3E%3C/linearGradient%3E%3Cpath d='M451.76 172.6h-.12c.54 10.05.32 24.89-3.76 38.42-.93 3.49-2.26 6.84-3.92 9.98-2.98 5.94-7.01 11.24-12.45 15.2.01-.06.01-.2.01-.2.03-.85.06-1.69.06-2.54 0-23.19-8.85-44.3-23.33-60.19-8.28-9.81-19.71-16.46-32.47-19.18-14.55-2.7-29.88.08-43.05 8.33-17.01 10.65-27.54 29.2-28.16 49.62-.37 6.43 1.02 14.03 3.38 20.23a99.884 99.884 0 0 0 17.19 30.52c11.44 13.51 28.87 25.14 45.91 31.13 0 0-5.16 12.27-8.42 17.5-12.89 20.69-33.07 35.11-56.82 40.62-6.93 1.61-13.97 2.43-20.92 2.43-11.73 0-23.17-2.27-34.08-6.76 18.89-25.38 39.92-57.12 39.92-116.05 0-38.62-9.11-70.95-27.08-96.07-4.98-6.96-10.9-12.78-17.47-17.32-10.61-7.33-22.92-11.32-35.77-11.32-20.82 0-40.22 10.44-53.25 28.64-17.97 25.12-27.08 57.45-27.08 96.07 0 11 .73 21.38 2.05 31.17 5.7 42.42 22.32 63.85 37.56 84.44-1.33.51-2.76 1.01-4.25 1.5-6.31 2.06-13.98 3.72-22.35 3.72-18.98 0-35.61-8.46-49.42-25.14-12.43-15.06-33.3-48-33.3-99.34 0-12.3 1.21-23.68 3.58-33.84l1.27-5.43c.25-1.06.45-1.88.62-2.54l-50.9-13.64c-.35 1.3-.74 2.87-1.05 4.16h-.01l-.5 2.16c-.04.15-.06.25-.06.25l-.71 3.02c-3.3 14.09-4.97 29.51-4.97 45.85 0 63.72 24.45 107.1 44.96 132.27l.01.01.06.07c1.21 1.46 4.23 5.08 6.03 7 6.53 7.18 12.25 11.54 13.12 12.19 20.7 16.67 45.6 25.48 71.99 25.48 22.93 0 46.34-6.72 65.91-18.92.04-.02.07-.05.11-.07l.09.03c1.17.65 2.36 1.26 3.55 1.87 20.66 10.69 44.09 16.76 68.95 16.76 61.09 0 113.63-36.47 137.14-88.81 2.35-5.23 5.12-13.88 6.87-19.4 12.74-3.28 21.11-6.37 30.41-13.36 18-11.69 31.96-29.01 39.49-49.45l.01.11s.31-.82.82-2.37c1.61-4.72 2.86-9.61 3.75-14.62 1.58-7.78 3.06-18.01 3.54-30.12l-52.69-14.07zM210.37 313.81c-13.25-18.63-27.59-39.02-27.59-82.15 0-27.4 5.8-49.4 17.24-65.38 3.04-4.25 6.72-6.59 10.36-6.59 3.64 0 7.31 2.34 10.36 6.59 11.44 15.99 17.24 37.98 17.24 65.38 0 44.7-16.09 65.8-27.61 82.15zM383 239c-6.95-.59-15.98-3.23-22.48-11.84-4.13-5.47-5.63-11.24-4.46-17.13.31-1.57 1.11-2.9 2.25-3.76 1.14-.86 2.64-1.26 4.23-1.13 5.99.49 11.12 3.52 15.25 8.99 6.74 8.93 6.35 18.88 5.21 24.87z' fill='url(%23a)'/%3E%3C/svg%3E");
    --overlay-loader-bg-color: hsla(0, 0%, 100%, .2);
    --overlay-loader-border: none;
    --overlay-loader-border-radius: 50rem;
    --overlay-loader-size: 3.5rem;
    --overlay-loader-transition: var(--btn-transition);
    --overlay-loader-ani-duration: 1.5s;
    --overlay-loader-bg-size: 70%;
    --overlay-loader-opacity: .5;
}
@keyframes rotate-loop {
    0% {
        transform: none
    }

    to {
        transform: rotate(1turn)
    }
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}
/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}


p{
    color: rgb(23 56 77 / var(--tw-text-opacity, 1));
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: rgb(23 56 77 / var(--tw-text-opacity, 1));
}