@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;600;800&display=swap');
html, body
{
    padding: 0px 0px;
    margin: 0px 0px;
    min-width: 1000px;
}
section#top_menu
{
    display: flex;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100%;
    height: 90px;
    background-color: rgba(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px -8px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 9;
}
section#top_menu > a#logo
{
    flex: 0 0 auto;
    display: flex;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    padding-left: 10px;
    width: 250px;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    user-select: none;
    color: #1d1d1d;
    text-decoration: none;
    text-transform: uppercase;
}
section#top_menu > a#logo:hover
{
    color: #505050;
}
section#top_menu > a#logo > span:nth-child(1)
{
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Nunito';
    padding-right: 10px;
}
section#top_menu > a#logo > span:nth-child(2)
{
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
section#top_menu > a#logo > span:nth-child(2) > div
{
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    font-family: 'Nunito';
}
section#top_menu > a#logo > span:nth-child(2) > div:nth-child(1)
{
    letter-spacing: -1px;
}
section#top_menu > a#logo > span:nth-child(2) > div:nth-child(2)
{
    letter-spacing: 1.4px;
}
section#top_menu > menu
{
    flex: 1 0 auto;
    display: flex;
    box-sizing: border-box;
    padding: 0px 10px;
    margin: 0px 0px;
    height: 60px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
section#top_menu > menu > a,
section#top_menu > submenu > a
{
    flex: 0 0 auto;
    display: flex;
    box-sizing: border-box;
    padding: 10px 10px;
    margin: 0px 0px;
    width: auto;
    height: 100%;
    color: #1d1d1d;
    background-color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Nunito';
    transition: 0.35s;
}
section#top_menu > menu > a:hover,
section#top_menu > submenu > a:hover
{
    background-color: #005a66;
    color: #ffffff;
    transition: 0.35s;
}
section#top_menu > submenu
{
    flex: 0 0 auto;
    display: flex;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    padding-right: 10px;
    height: 60px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
section#main_block
{
    display: flex;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    min-height: calc(100vh - 90px);
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
div#title_block
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0px 10px;
    margin: 0px 0px;
    margin-top: 20px;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Nunito';
    color: #1d1d1d;
    font-weight: 800;
    user-select: none;
}
div#subtitle_block
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0px 10px;
    margin: 0px 0px;
    margin-bottom: 20px;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    align-self: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Nunito';
    color: #1d1d1d;
    font-weight: 400;
    user-select: none;
}
div#group_box
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0px 10px;
    margin: 0px 0px;
    margin-top: 50px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    user-select: none;
}
div#group_item_box
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 5px;
    margin: 5px;
    width: 200px;
    height: 200px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: space-evenly;
    user-select: none;
    background-color: #005a66;
    border-radius: 3px;
    transition: 0.35s;
}
div#group_item_box:hover
{
    background-color: #028799;
    transition: 0.35s;
}
div#group_item_box > div
{
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
div#group_item_box > div:nth-child(1)
{
    max-height: 75px;
}
div#group_item_box > div:nth-child(1) > img
{
    display: block;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    filter: invert(100%);
    object-position: center;
    object-fit: contain;
}
div#group_item_box > div:nth-child(2)
{
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-family: 'Nunito';
    color: #ffffff;
    font-weight: 400;
    user-select: none;
    text-align: center;
    text-transform: uppercase;
}
div#href_box
{
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 100px 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
div#href_box > a
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 15px;
    margin: 0px 0px;
    border-radius: 3px;
    background-color: #005a66;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Nunito';
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.35s;
}
div#href_box > a:hover
{
    background-color: #028799;
    transition: 0.35s;
}
section#sub_block
{
    display: flex;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    min-height: calc(100vh - 90px);
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
div#sub_group_box
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0px 10px;
    margin: 0px 0px;
    margin-top: 50px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    user-select: none;
}
a#sub_group_item_box
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 5px;
    margin: 5px;
    width: 400px;
    height: 300px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: space-evenly;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #005a6638;
    box-shadow: 0px 10px 10px -10px rgb(0 0 0 / 50%);
    border-radius: 3px;
    transition: 0.35s;
}
a#sub_group_item_box:hover
{
    box-shadow: 0px 0px 0px -10px rgb(0 0 0 / 50%);
    transition: 0.35s;
}
a#sub_group_item_box > img
{
    display: block;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
form#fs
{
    display: flex;
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 0px 0px;
    margin: 35px 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
form#fs > input[type=text],
form#fs > input[type=tel],
form#fs > input[type=email]
{
    flex: 0 0 auto;
    padding: 10px;
    margin: 0px 0px;
    margin: 0px 10px;
    font-family: 'Nunito';
    color: #1d1d1d;
    border-radius: 3px;
    border: 1px solid #005a66;
    outline: none;
}
form#fs > input[type=text]::placeholder,
form#fs > input[type=tel]::placeholder,
form#fs > input[type=email]::placeholder
{
    color: #005a66;
}
form#fs > input[type=submit]
{
    display: flex;
    flex: 0 0 auto;
    padding: 10px;
    margin: 0px;
    font-size: 15px;
    font-family: 'Nunito';
    color: #ffffff;
    background-color: #005a66;
    border-radius: 3px;
    border: 0px;
    transition: 0.35s;
    text-transform: uppercase;
    outline: none;
    width: 140px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
form#fs > input[type=submit]:hover
{
    background-color: #028799;
    transition: 0.35s;
}
section#nav_bar
{
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    user-select: none;
    text-transform: uppercase;
}
section#nav_bar > a
{
    display: flex;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Nunito';
    font-weight: 400;
    color: #1d1d1d;
    margin-right: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.35s;
}
section#nav_bar > a:hover
{
    color: #005a66;
    transition: 0.35s;
}
section#nav_bar > span
{
    display: flex;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Nunito';
    font-weight: 400;
    color: #1d1d1d;
    margin-right: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
section#nav_bar > span:nth-child(3),
section#nav_bar > span:nth-child(5)
{
    color: #005a66;
}
section#content_block
{
    display: flex;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
div#item_programs_box
{
    display: flex;
    flex: 0 0 auto;
    padding: 0px 10px;
    margin: 0px 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
div#item_programs_box > div.item_programs
{
    display: flex;
    flex: 0 0 auto;
    padding: 0px 0px;
    margin: 10px 0px;
    width: 100%;
    max-width: 800px;
    min-height: 65px;
    border-radius: 3px;
    border: 1px solid #028799;
    align-self: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
    transition: 0.35s;
    cursor: default;
    user-select: none;
    box-shadow: 0px 10px 10px -10px rgb(0 0 0 / 50%);
}
div#item_programs_box > div.item_programs > item
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
}
div#item_programs_box > div.item_programs > item:nth-child(1)
{
    flex: 1 0 auto;
}
div#item_programs_box > div.item_programs > item:nth-child(2)
{
    width: 65px;
}
div#item_programs_box > div.item_programs > item:nth-child(1) > span
{
    display: flex;
    flex: 1 0 auto;
    box-sizing: border-box;
    padding: 5px;
    margin: 0px;
    font-family: 'Nunito';
    color: #028799;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
div#item_programs_box > div.item_programs > item:nth-child(1) > span:nth-child(1) > h8
{
    font-size: 18px;
    max-width: 720px;
}
div#item_programs_box > div.item_programs > item:nth-child(1) > span:nth-child(2)
{
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 10px;
}
div#item_programs_box > div.item_programs:hover
{
    background-color: #028799;
    transition: 0.35s;
}
div#item_programs_box > div.item_programs:hover > item:nth-child(1) > span
{
    color: #ffffff;
    transition: 0.35s;
}
div#item_programs_box > div.item_programs > item:nth-child(2) > span
{
    display: flex;
    flex: 1 0 auto;
    box-sizing: border-box;
    padding: 5px;
    margin: 0px;
    font-family: 'Nunito';
    color: #028799;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
div#item_programs_box > div.item_programs > item:nth-child(2) > span:nth-child(1)
{
    font-size: 12px;
    align-items: flex-end;
    line-height: 10px;
}
div#item_programs_box > div.item_programs > item:nth-child(2) > span:nth-child(2)
{
    font-size: 20px;
}
div#item_programs_box > div.item_programs:hover > item:nth-child(2) > span
{
    color: #ffffff;
    transition: 0.35s;
}
table#about_table
{
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    border-spacing: 0px 0px;
    width: 900px;
    font-size: 22px;
    font-family: 'Nunito';
    color: #1d1d1d;
    border-radius: 3px;
    border: 1px solid #028799;
    box-shadow: 0px 10px 10px -10px rgb(0 0 0 / 50%);
    user-select: none;
}
table#about_table > tbody > tr:nth-child(1n) > td:nth-child(1)
{
    width: 300px;
    font-weight: 800;
    color: #028799;
    vertical-align: baseline;
}
div#pov_box
{
    display: block;
    flex: 0 0 auto;
    max-width: 900px;
    align-self: center;
    height: auto;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-family: 'Nunito';
    color: #1d1d1d;
}
div#lic_box
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    max-width: 900px;
    align-self: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
div#lic_box > a
{
    display: flex;
    flex: 1 0 auto;
    box-sizing: border-box;
    padding: 5px;
    margin: 5px;
    width: 300px;
    height: 300px;
    border-radius: 3px;
    border: 1px solid #028799;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
    transition: 0.35s;
}
div#lic_box > a > img
{
    display: block;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
div#lic_box > a:hover
{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    transition: 0.35s;
}
div#prep_sost
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 10px 0px;
    max-width: 900px;
    align-self: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    user-select: none;
    margin-bottom: 100px;
}
div#prep_sost > div.prep_sost_item
{
    display: flex;
    position: relative;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 10px;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    background-color: #005a66;
    box-shadow: 5px 15px 10px -10px rgba(0, 0, 0, 0.5);
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.35s;
}
div#prep_sost > div.prep_sost_item:hover
{
    background-color: #028799;
    transition: 0.35s;
}
div#prep_sost > div.prep_sost_item > span
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 40px;
    opacity: 1;
    transition: 0.35s;
    position: absolute;
    font-size: 22px;
    font-family: 'Nunito';
    color: #ffffff;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}
div#prep_sost > div.prep_sost_item > img
{
    display: block;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    width: 50%;
    height: 50%;
    position: absolute;
    opacity: 0.1;
    object-fit: contain;
    object-position: center;
    z-index: 0;
    transition: 0.35s;
}
div#prep_sost > div.prep_sost_item:hover > span
{
    opacity: 0.1;
    transition: 0.35s;
}
div#prep_sost > div.prep_sost_item:hover > img
{
    opacity: 1;
    transition: 0.35s;
}
a#top_scroll
{
    display: none;
    position: fixed;
    bottom: 15px;
    width: 50px;
    height: 50px;
    right: 15px;
    z-index: 99;
    background-color: #f1f1f1;
    color: #028799;
    font-family: 'Nunito';
    font-size: 25px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.35s;
}
a#top_scroll:hover
{
    background-color: #028799;
    color: #ffffff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    transition: 0.35s;
}
section#modal_box
{
    display: flex;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px 0px;
    position: absolute;
    min-width: 1000px;
    z-index: 999;
    width: 100%;
    top: 0;
    bottom: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
section#modal_box > div#modal_over_box
{
    display: block;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    cursor: pointer;
}
section#modal_box > div#modal_cont_box
{
    flex: 0 0 auto;
    display: flex;
    box-sizing: border-box;
    margin: 10px;
    padding: 0px 0px;
    background-color: #ffffff;
    z-index: 1;
    position: absolute;
    border-radius: 5px;
    max-width: 90%;
    max-height: 90%;
    min-width: 300px;
    min-height: 100px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
}
section#modal_box > div#modal_cont_box > div#modal_title
{
    flex: 0 0 auto;
    display: flex;
    box-sizing: border-box;
    padding: 0px 5px;
    margin: 5px 0px;
    width: 100%;
    height: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito';
    font-size: 16px;
    color: #1d1d1d;
    user-select: none;
}
section#modal_box > div#modal_cont_box > div#modal_notif
{
    display: none;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 10px;
    margin: 10px;
    width: 100%;
    max-width: 300px;
    height: auto;
    font-family: 'Nunito';
    font-size: 16px;
    color: #ffffff;
    background-color: #005a66;
    max-width: 300px;
    border-radius: 3px;
    align-self: center;
    user-select: none;
}
section#modal_box > div#modal_cont_box > div#modal_content_box
{
    flex: 0 0 auto;
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    user-select: none;
}
form#form_auth
{
    display: flex;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
}
form#form_auth > div#form_buton_box,
form#form_auth_static > div#form_buton_box
{
    display: flex;
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 0px;
    margin: 10px 0px;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
form#form_auth > input[type=tel],
form#form_auth > input[type=password],
form#form_auth_static > input[type=tel],
form#form_auth_static > input[type=password],
form#form_auth_static > input[type=text],
form#form_auth_static > input[type=email]
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 5px;
    margin: 10px 0px;
    border-radius: 5px;
    border: 1px solid #028799;
    color: #005a66;
    font-size: 15px;
    font-family: 'Nunito';
    outline: none;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
    transition: 0.35s;
}
form#form_auth > input[type=tel]:focus,
form#form_auth > input[type=password]:focus,
form#form_auth_static > input[type=tel]:focus,
form#form_auth_static > input[type=password]:focus,
form#form_auth_static > input[type=text]:focus,
form#form_auth_static > input[type=email]:focus
{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    transition: 0.35s;
}
form#form_auth > input[type=tel]::placeholder,
form#form_auth > input[type=password]::placeholder,
form#form_auth_static > input[type=tel]::placeholder,
form#form_auth_static > input[type=text]::placeholder,
form#form_auth_static > input[type=email]::placeholder
{
    color: #028799;
}
div#form_buton_box > a
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 0px 0px;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Nunito';
    color: #005a66;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.35s;
}
div#form_buton_box > a:hover
{
    color: #028799;
    transition: 0.35s;
}
div#form_buton_box > input[type=submit]
{
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    min-width: 100px;
    margin: 0px 0px;
    outline: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #005a66;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Nunito';
    border: 0px;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: 0.35s;
}
div#form_buton_box > input[type=submit]:hover
{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    background-color: #028799;
    transition: 0.35s;
}
form#form_auth_static
{
    display: flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: 15px;
    align-self: center;
    min-width: 320px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
}
form#form_auth_static > div#auth_notif_static
{
    display: none;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 10px;
    margin: 10px;
    width: 100%;
    max-width: 300px;
    height: auto;
    font-family: 'Nunito';
    font-size: 16px;
    color: #ffffff;
    background-color: #005a66;
    max-width: 300px;
    border-radius: 3px;
    align-self: center;
    user-select: none;
}
div#text_boxed
{
    flex: 0 0 auto;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    max-width: 950px;
    font-family: 'Nunito';
    font-size: 16px;
    color: #1d1d1d;
    align-self: center;
    margin-bottom: 50px;
}
div#text_boxed > p > a
{
    font-family: 'Nunito';
    color: inherit;
    text-decoration: underline;
    font-weight: 800;
}