* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100vh;
    overflow: hidden;
}

body {
    margin: 0;
    height: 100vh;
    background-color: #fff;
    font-family: NexaBookJTsynthe, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
}

.heading {
    font-family: NexaHeavyJT, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    border-style: none none solid;
    border-width: 1px;
//    letter-spacing: 1px;
    border-color: #aaaaaa #aaaaaa #aaaaaa;
    border-radius: 0;
}

.heading-2 {
    width: 198px;
    padding-bottom: 8px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #aaaaaa #aaaaaa #aaaaaa;
    border-radius: 0;
    font-family: NexaHeavyJT, sans-serif;
    color: #ffffff;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
}

.div-block {
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 30px;
}

.div-block-1 {
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
    border-radius: 12px;
    border-style: solid solid solid;
    border-width: 1px;
    border-color: #aaaaaa #aaaaaa #aaaaaa;
    background-color: rgba(255, 255, 255, 0);
}

.div-block-2 {
    padding-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    border-radius: 10px;
    background-color: rgba(248, 248, 248, 0.5);
    backdrop-filter: blur(10px);
}

.div-block-3 {
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    border-radius: 30px;
    background-color: rgba(248, 248, 248, 0.5);
    margin-top: 2vh;
    backdrop-filter: blur(10px);
}

.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-top: 2vh;
    margin-bottom: 2vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

footer {
    padding-bottom: 2vh;
}

.paragraph-2 {
    margin-bottom: 0px;
    font-family: NexaBookJTsynthe, sans-serif;
    color: #2d2d2d;
    font-size: 11px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
}

.logo {
    display: block;
    height: 80px;
    margin-right: 15%;
    margin-left: 15%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.logo_team {
    display: block;
    height: 250px;
    margin-right: 15%;
    margin-left: 15%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.image1 {
    position: relative;
    top: 0;
    left: 0;
}

.image2 {
    position: absolute;
    top: 0;
    left: 0;
}

.paragraph {
    margin-bottom: 5px;
    font-family: NexaBookJTsynthe, sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    font-weight: lighter;
}

main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    height: auto;
    min-height: 80vh;
    padding-top: 4vh;
}

.text-block {
    display: inline-block;
    font-family: NexaHeavyJT, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}

.image {
    display: inline-block;
    max-height: 100%;
    color: #fff;
}

.bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: -2;
    text-align: center;
}

/* CSS Document */