html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
textarea,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button {
    margin: 0;
    padding: 0;
    border: 0;

}

/*input,textarea{ outline: none; }*/
input:focus,
textarea:focus {
    border-color: #0892e1 !important;
    box-shadow: -1px 2px 10px #e1e9ef;
    outline: none;
}

button:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #334155;
}

* {
    margin: 0;
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    width: 100%;
    font-size: 16px;
    height: 100%;
    background: rgb(255 251 235 / var(--tw-bg-opacity, 1));

    /* overflow: hidden; */
}

ol,
ul {
    list-style: none;
}

ul {
    /* font-size: 0; */
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
::before,
::after {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    --tw-border-opacity: 1;
    --tw-rotate: -2deg;
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: "Noto Sans SC", Nunito, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

.container {
    /*width: 1216px;*/
     max-width: 80rem; 
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}

.header .head {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    position: relative;
}

.header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    transition-property: all;
    transition-timing-function:
        cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    background-color: transparent;
    width: 100%;
    z-index: 50;
    position: fixed;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.header .logo {
    justify-self: start;
}

.header .logo span {
    /* display: inline-block; */
    /* vertical-align: middle; */
}

.header .logo img {
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.header .menu {
    display: flex; 
    align-items: center;
    justify-self: center;
}

/* .header .nav p{
    font-size: 0;
} */
.header .nav{
    display: none;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1);
    padding: .3rem 1rem;
    position: absolute;
    top: 3rem;
    right: 0;
    background: #fff;
    border-radius: .5rem;
}
.header .nav a{
    font-weight: 550;
    font-size: .82rem;
    line-height: 1.5rem;
    position: relative;
    margin: 0.5rem 0;
    display: block;
    /* padding-right: 1rem; */
}
.header .nav a.on{
    color: #4d96ff;
}

.header .menu a {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function:
        cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
    font-weight: 700;
    margin-left: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    padding: 0 0.5rem;
}

.header .menu a:first-child {
    margin-left: 0rem;
}

.header .menu a:hover {
    color: rgb(77 150 255 / var(--tw-text-opacity, 1));
}

.header .menu a:after {
    display: block;
    content: '';
    clear: both;
    width: 0;
    height: 0.25rem;
    background: rgb(255 217 61 / var(--tw-bg-opacity, 1));
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    transition-property: all;
    transition-timing-function:
        cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 2px;
}

.header .menu a:hover,
.header .menu a.on {
    color: #4d96ff;
}

.header .menu a.on:after,
.header .menu a:hover:after {
    width: 100%;
}

.header .actions {
    justify-self: end;
    display: flex;
    align-items: center;
}

.header .actions button {
    background: transparent;
    cursor: pointer;
    margin-left: 1.5rem;
    font-size: 1rem;
    font-weight: 900;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.header .actions button.login {
    padding-left: 2rem;
    padding-right: .5rem;

    border-left: 1px solid rgb(226 232 240 / var(--tw-bg-opacity, 1));

}

.header .actions button.login:hover a {
    color: rgb(77 150 255 / var(--tw-text-opacity, 1));
}

.header .actions button.register {
    padding-left: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 1.5rem;
    border-radius: 999px;
    transition: all .15s linear;
    border: 2px solid rgb(15 23 42 / var(--tw-border-opacity, 1));
    background-color: rgb(255 217 61 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color: #334155;
}

.header .actions button.register:hover {
    transform: translateY(-0.125rem);
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
}

.header .btn button {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
    padding: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border: 2px solid rgb(241 245 249);
    border-radius: 0.75rem;
    font-size: 0;

}

.header .btn {
    display: none;
    position: absolute;
    right: 0;
}

.header button svg {
    width: 1.5rem;
    height: 1.5rem;
}

.header.fixed {
    background-color: rgb(255 255 255 / 0.9);
    padding: .5rem 0;
    z-index: 1111;
    --tw-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    backdrop-filter: blur(16px);
}


.footer {
    border-top: 4px solid rgb(241 245 249 / var(--tw-border-opacity, 1));
    background: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 5rem 0 2.5rem;
}

.footer .foot {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 4rem;
}

.footer .foot .img {}

.footer .foot .img img {
    height: 40px;
    margin-bottom: 1.5rem;
}

.footer .foot span {
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    font-weight: 500;
    line-height: 1.625;
    font-size: 0.875rem;
    display: block;
}

.footer .foot p strong {
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.footer .foot p a {
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: block;
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.footer .foot p a:hover {
    color: rgb(77 150 255 / var(--tw-text-opacity, 1));
}

.footer .copyright {
    border-top: 1px solid rgb(241 245 249 / var(--tw-border-opacity, 1));
    padding-top: 2rem;
    /* gap: 1rem; */
    display: flex;
    justify-content: space-between;
}

.footer .copyright p {
    display: flex;
    gap: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    font-weight: 500;
}

.footer .copyright p a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    font-weight: 500;
}

.footer .copyright a:hover {
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.footer .copyright span a {
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.footer .copyright span a:hover {
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
@media screen and (max-width: 768px) {
    .container {
        padding: 0 1rem;
        width: 100%;
        box-sizing: border-box;
    }

    .footer .foot {
        grid-template-columns: auto;
    }

    .footer .copyright,
    .footer .copyright p {
        text-align: center;
        width: 100%;
        display: block;
    }

    .footer .copyright p a {
        display: block;
    }

    .header .menu,.header .actions {
        display: none;
    }

    .header .btn {
        display: block;
    }
}