
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f0f0f0;
}
.block-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    height: calc(100svh - 50px);
    width: 100%;
}
.block-1-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation-duration: 2s;
    animation-name: appear;
}
.block-1-pic {
    height: 50svh;
}
.block-text {
    display: flex;
    flex-direction: column;
    width: 60%;
    align-items: left;
    margin-right: 20%;
    padding-top: 100px;
    margin-bottom: 20px;
}
.block-image {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 20px;
    height: 100%;
    max-width: 1350px;
    overflow: hidden;
    animation: fade linear both;
    animation-timeline: view();
    animation-range: 0% cover 10%;
}
.block-video {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    height: fit-content;
    max-width: 1350px;
    overflow: hidden;
}
.block-pic {
    height: 100%;
    width: 100%;
    animation-duration: 2s;
    animation-name: appear;
}
.block-vid {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    animation-duration: 2s;
    animation-name: appear;
}









.block-10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 30px);
    max-width: 1350px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    padding-top: 125px;
    background-color: #000000;
}
.block-10-inner {
    width: 72%;
}
.block-10-inner-1 {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}
.block-10-inner-1-row {
    display: flex;
    flex-direction: column;
    width: 220px;
}
.block-10-inner-2 {
    margin-top: 60px;
    width: 400px;
}
.block-10-inner-3 {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 75px;
}