body {
    background-color: #F8FBFF;
    font-weight: normal;
    color: #000000;
}

img {
    max-width: 100%;
}

input {
    outline: none;
}

h3,
.h3 {
    color: #494949;
    font-size: 36px;
    margin-bottom: 13px;
    font-weight: 500;
}

.p-bold {
    color: #727171;
    font-weight: 500;
    font-size: 20px;
    line-height: 143%;
}

.p-normal {
    color: #727171;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.p-medium {
    color: #727171;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
}

.p-small {
    color: #727171;
    font-weight: 300;
    font-size: 16px;
    line-height: 143%;
}

.header_logo {
    height: 74px;
}

.header_info {
    color: #727171;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.footer_logo {
    height: 62px;
}

.header_nav_link:hover,
.header_nav_link a:hover {
    color: #35c4ff;
}

.sub_menu {
    padding-top: 8rem;
}

.sub_menu .header_nav_link {
    padding-bottom: 2rem;
}

.header_nav_link,
.header_nav_link a {
    color: #727171;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.header_nav_link:hover,
.header_nav_link a:hover {
    color: #35c4ff;
}

.background-a {
    background-color: #f4f9ff;
    background-image: radial-gradient(circle closest-corner at 50% 250%, rgba(111, 180, 255, 1) 0%, rgba(248, 251, 255, 1) 100%);
}

.background-b {
    background-color: #f4f9ff;
    background-image: radial-gradient(circle closest-corner at 50% -130%, rgba(111, 180, 255, 1) 0%, rgba(248, 251, 255, 1) 70%);
}

.background-h {
    background: radial-gradient(67.4% 67.4% at 51.73% 54.42%, rgba(111, 180, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 84.62%);
}
