/* Landing Page */

.c-lp-content__text {
	padding: 8vw;
}

.c-lp__video {
	max-width: 100%;
	height: auto;
} 

.c-lp-content__video {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.c-lp-content__video-wrapper {
    position: relative;
    padding-top: calc(320px + 20%);
    width: 100%;
}

@media (min-width: 768px) {
    .c-lp-content__video-wrapper {
        padding-top: calc(420px + 30%);
    }
}

.c-block--flex {
	display: flex;
	flex-wrap: wrap;
}

.c-block--flex-v-center {
	align-items: center;
}

.u-text--line {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    @media (min-width: 768px) {
    	text-wrap: nowrap;
    }


	&::before,
	&::after {
		content: '';
		width: 50px;
		height: 1px;
		background-color: #000;

		@media (min-width: 768px) {
			width: 100%;
		}
	}

	&::before {
		margin-right: 20px;
	}

	&::after {
		margin-left: 20px;
	}
}

.u-text--line-left-hide {
	justify-content: flex-start;

	&::before {
		display: none;
	}
}

.c-lp-info-secondary__list li {
	margin: 20px;
}

.c-lp-footer::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.c-lp-footer__content {
	height: 60vh;
	min-height: 600px;
	position: relative;
	z-index: 10;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.c-accordion__title {
	background-color: #8596b5 !important;
	color: #000;
}

@media ( min-width: 1024px ) {
	.c-lp-footer__info {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
}
