html {
    width: 100%;
}

body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
}

p {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    font-family: 'Roboto';
}

.layout-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
}

.layout-header-wrapper {
    display: flex;
    width: 100vw;
    justify-content: center;

    background: #FFFFFF;
    border-bottom: 1px solid #EDEFF5;
}

.layout-header {
    display: flex;
    align-items: center;

    width: 1200px;
}

.layout-header__logo {
    margin: 20px auto 20px 40px;
}

.layout-header__signin {
    margin-right: 40px;
}

.layout-header__signin button {
    padding: 8px 16px 8px 16px;
    border: 0;
    border-radius: 4px;
    background: #FFFFFF;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #474D66;
}

.layout-header__signin button:hover {
    background: #F4F6FA;
}

.layout-header__signin button:active {
    background: #EDEFF5;
    color: #3366FF;
}

.layout-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-container {
    width: 100vw;
    min-width: 1200px;
}

.veyond-content-wrapper {
    position: relative;

    display: flex;
    justify-content: center;
    width: 100%;
}

.veyond-content-pair {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;

    width: 100%;
}

.veyond-content-pair-part {
    flex: 1;
}

.veyond-grid {
    width: 1200px;
    height: 100%;
    content: ' ';
}

.layout-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding: 40px 0px;
    gap: 64px;

    border: 1px solid #EDEFF5;
    background-color: #FFFFFF;
}

.layout-footer__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #696F8C;
}

.veyond-content-boundary {
    position: relative;
}

.veyond-content-boundary::before {
    z-index: 1;
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    border-color: rgba(214, 224, 255, 0.6);
}

.veyond-content-boundary::after {
    z-index: 1;
    content: ' ';
    position: absolute;
    top: 0px;
    left: 1200px;
    width: 0px;
    height: 100%;
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    border-color: rgba(214, 224, 255, 0.6);
}

.veyond-moto {
    width: 1200px;
    padding: 80px 40px 80px 40px;
}

.veyond-moto .info-title {
    margin-bottom: 8px;
}

.info-content-title {
    font-weight: 500;
    font-size: 44px;
    line-height: 52px
}

/* Body1/Regular */
.info-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

/* Headline4/Medium */
.info-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
}

/* Headline4/Light */
.info-moto {
    font-weight: 300;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
}

/* Headline4/Regular */
.sub-info-headline {
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
}

/* Headline5/Medium */
.sub-info-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

/* Headline5/Regular */
.sub-info-title-1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.info-dark {
    color: #101840; /* N900 */
}

.info-gray {
    color: #474D66; /* N800 */
}

.info-gray-2 {
    color: #696F8C;
}

.info-dark-gray {
    color: #101828; /* G900 */
}

.info-light-gray {
    color: #667085; /* G500 */
}

.info-white {
    color: white;
}

/* Main banner */
.veyond-banner-wrapper {
    background: #F4F6FA;
}

.veyond-banner__main {
    display: flex;
    align-items: center;
    height: 622px;
}

.veyond-banner__content-wrapper {
    display: flex;
    justify-content: flex-end;
}

.veyond-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 500px;
    margin-right: 60px;
}

.veyond-banner__content .info-content-title {
    width: 444px;
    margin-bottom: 24px;
}

.veyond-banner__content .info-content {
    margin-bottom: 50px;
}

.veyond-banner__image {
    flex: 1;
    margin: 0px 0px -5px 0x;
}

.veyond-banner__image img {
    width: 100%;
    height: 622px;
    object-fit: cover;
    object-position: left;
}

.veyond-collabo {
    display: flex;
    justify-content: space-between;

    width: 1200px;
    padding: 0px 40px 80px 40px;
}

.section-item {
    width: 355px;
    height: 262px;
}

.section-item img {
    display: block;
    margin-bottom: 16px;
}

.section-item p {
    margin-bottom: 8px;
}

.veyond-training-wrapper {
    background-color: #FAFBFF;
}

.veyond-training__main {
    height: 784px;
}

.veyond-training__content {
    height: 784px;
}

.veyond-training__content img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: left;
}

.veyond-overlay {
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.veyond-training-overlay {
    background: linear-gradient(270.51deg, #474D66 34.25%, #D8DAE5 91.6%);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    opacity: 0.4;
}

.veyond-tarining__content-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.veyond-tarining__content-text p {
    width: 517px;
    text-align: center;
}

.veyond-partners {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 30px;
    padding: 0px 9px 0px 9px;
}

.veyond-soultion-wrapper {
    background: #3366FF;
}

.veyond-solution {
    display: flex;
    justify-content: space-between;

    width: 1200px;
    padding: 80px 40px 10px 40px;
}

.veyond-solution-title {
    width: 355px;
    margin-top: 8px;
}

.veyond-solution-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 745px;
}

.veyond-solution-section {
    height: 270px;
}

.veyond-prof__content-wrapper {
    background-color: #101840;
}

.veyond-prof__content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    height: 622px;
    padding-left: 80px;
}

.veyond-prof__content p {
    width: 475px;
}

.veyond-target {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    width: 1200px;
    padding: 0px 40px 160px 0px;
}

.target-section-item {
    display: flex;
    margin-bottom: 38px;
}

.target-section-item img {
    width: 413px;
    height: 258px;

    object-fit: cover;
    object-position: left;
}

.target-section-item__desc {
    width: 440px;
    margin-left: 40px;
}

.target-section-item__desc p {
    margin-bottom: 8px;
}