
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	background-color: #fff453;
	padding: 0 0.05em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: inline;
	font-weight: inherit;
}

/* === Hero === */

.hero {
	background: var(--brand-green);
	color: var(--brand-blue);
}
.hero .wrap {
	background-image: url("../images/hand-vector.png");
	background-image: url("../images/welldyne-logo-rotated.png");
	background-repeat: no-repeat;
	background-position: 92% -6px;
	background-size: auto 84%;
	padding-top: 9rem;
	padding-bottom: 9rem;
}
@media (max-width: 900px) {	
	.hero .wrap {
		background-image: none !important;
	}
}
.hero .text-wrap {
	max-width: 750px;
}
.hero h1,
.hero h1 span {
	font-size: 7rem;
	font-weight: 900;
	letter-spacing: 0.02em;
}
.hero p {
	margin-top: 35px;
	font-size: 25px;
	font-weight: 600;
}
@media (max-width: 900px) {
	.hero h1,
	.hero h1 span {
		font-size: 6rem;
	}
	.hero p {
		font-size: 22px;
	}
}

/* === Video === */

.video-box {
	background: var(--brand-lightblue);
	padding: 5.8rem 0;
}
.video-box .wrap {
	display: flex;
	gap: 50px 110px;
	align-items: center;
	flex-direction: column;
}
.video-box .text::after {
	content: '';
	position: absolute;
	left: calc(50% - 30px);
	bottom: -30px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid white;
}
@media (min-width: 901px) {
	.video-box .wrap {
		flex-direction: row;
	}
	.video-box .video {
		order: 2;
	}
	.video-box .video .video-object {
		/* margin-top: -100px; */
	}
	.video-box .text::after {
		left: auto;
		bottom: auto;
		border-right: none;
		content: '';
		position: absolute;
		top: calc(50% - 60px);
		right: -60px;
		width: 0;
		height: 0;
		border-top: 60px solid transparent;
		border-bottom: 60px solid transparent;
		border-left: 60px solid white;
	}
	.video-box.video-position-left .text::after {
			border-left: none;
			left: -60px;
			border-top: 60px solid transparent;
			border-bottom: 60px solid transparent;
			border-right: 60px solid white;
	}
	.video-box.video-position-left .video {
		order: -1;
	}
	.video-box .video,
	.video-box .text {
		width: 50%;
	}
	.video-box .text {
		/* flex-basis: 60%; */
		width: 60%;
	}
	.video-box .video {
		/* flex-basis: 40%; */
		width: 40%;
	}
}
.video-box .text {
	background: var(--white);
	padding: 50px 15px 50px 65px;
	/* width: 600px; */
	position: relative;
}
.video-box .video {
	position: relative;
}
.video-box .video .video-object video,
.video-box .video .video-object iframe {
	max-width: 100%;
    height: auto;
    /* aspect-ratio: 1.7; */
    aspect-ratio: 9/16;
}
.video-box .video .video-object {
	border: 22px solid var(--brand-blue);
	position: relative;
    display: inline-block;
}
.video-box .video img {
	/* height: 470px; */
	width: 302px;
	aspect-ratio: 0.64;
}
.video-box h2 {
	font-size: 34px;
	color: var(--brand-blue);
	font-weight: 900;
	line-height: 1.2em;
}
.video-box p {
	font-size: 18px;
	letter-spacing: -0.02em;
	margin-top: 25px;
	line-height: 1.2em;
	width: 85%;
}
@media (max-width: 900px) {
	.video-box .text {
		padding: 30px;
	}
}

/* === Video - Alt === */

.text-media {
	background: var(--brand-lightblue);
	padding: 6rem 0;
}
.text-media .wrap {
	display: flex;
	gap: 40px 40px;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 901px) {
	.text-media .wrap {
		flex-direction: row;
	}
	.text-media .text {
		flex-basis: 50%;
	}
	.text-media .video {
		flex-basis: 50%;
	}
	.text-media.video-position-right .text {
		order: -1;
	}
}
.text-media .video {
	max-width: 100%;
}
.text-media .video .video-object {
	position: relative;
    display: inline-block;
	max-width: 100%;
	/* width: 457px; */
	/* height: 295px; */
	/* background: var(--light-gray); */
}
.text-media .video .video-object video,
.text-media .video .video-object iframe {
	max-width: 100%;
}
.text-media .video .video-object::before {
	/*content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
	height: 69px;
	background-image: url('images/play-button.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;*/
}
.text-media .video img {
	width: 302px;
	aspect-ratio: 0.64;
}
.text-media h2 {
	font-size: 34px;
	color: var(--brand-blue);
	font-weight: 900;
	line-height: 1.2em;
}
.text-media p {
	font-size: 18px;
	letter-spacing: -0.02em;
	margin-top: 25px;
	line-height: 1.2em;
	width: 85%;
}

/* === Columns === */

.video-section {
	padding: 60px 0;
	text-align: center;
}
.video-section .wrap {
	width: 1000px;
}
.video-section h2 {
	font-size: 42px;
	font-weight: 700;
	color: var(--brand-blue);
}

.video-grid {
	margin-top: 60px;
    display: inline-flex;
	flex-wrap: wrap;
	gap: 55px 40px;
}
.video-grid .video-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 280px;
	max-width: 100%;
}
.video-grid .video-object {
	position: relative;
	height: auto;
	width: 100%;
	/* background-color: #d9d9d9; */
	display: flex;
	margin-bottom: 24px;
}
.video-grid .video-object video,
.video-grid .video-object iframe {
	max-width: 100%;
	height: auto;
}
.video-grid .video-object img {
	/* aspect-ratio: 0.65; */
}
.video-grid .video-object::before {
	/*content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
	height: 69px;
	background-image: url('images/play-button.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;*/
}
.video-grid .video-card h3 {
	font-size: 26px;
	font-weight: 900;
	color: var(--brand-blue);
}
.video-grid .video-card p { 
	font-size: 14px;
	color: var(--gray);
	line-height: 1.5;
	max-width: 300px;
	margin-top: 15px;
}
.video-grid .video-card .cta {
	background-color: var(--white);
}
@media (max-width: 900px) {
	.video-grid {
		/* grid-template-columns: 1fr; */
		flex-direction: column;
		max-width: 100%;
	}
}

/* === Form === */

.form-section {
	display: flex;
}
.form-section .text-area {
	background: var(--brand-mint);
	position: relative;
}
.form-section .text-area h2 {
	color: var(--white);
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0.01em;
}
.form-section .text-area p {
	color: var(--gray);
	margin-top: 24px;
	font-size: 14px;
	line-height: 1.35em;
}
.form-section .form-area {
	background: var(--brand-lightblue);
}
.form-section .text-area::after {
	content: '';
	position: absolute;
	left: calc(50% - 30px);
	bottom: -30px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid var(--brand-mint);
}
@media (min-width: 601px) {
	.form-section .text-area {
		width: 35%;
	}
	.form-section .form-area {
		width: 65%;
	}
	.form-section .text-area .container {
		max-width: 335px;
		margin-left: auto;
		margin-right: 0;
		padding: 20px 40px 60px var(--wrap-padding);
	}
	.form-section.form-position-left .form-area {
		order: -1;
	}
	.form-section.form-position-left .text-area .container {
		margin-left: 0;
		margin-right: auto;
	}
	.form-section.form-position-left .form-area .container {
		margin-left: auto;
		margin-right: 0;
	}
	.form-section .form-area .container {
		max-width: 900px;
		padding: 90px var(--wrap-padding) 10px 70px;
	}
	.form-section.form-position-left .form-area .container {
		padding: 90px 70px 10px var(--wrap-padding);
	}
	.form-section .text-area {
		display: flex;
		align-items: center;
	}
	.form-section .text-area::after {
		content: '';
		position: absolute;
		top: calc(50% - 35px);
		right: -34px;
		width: 0;
		height: 0;
		border-top: 35px solid transparent;
		border-bottom: 35px solid transparent;
		border-left: 35px solid var(--brand-mint);
		left: auto;
		bottom: auto;
		border-right: 0;
	}
	.form-section.form-position-left .text-area::after {
		left: -35px;
		right: auto;
		border-top: 35px solid transparent;
		border-bottom: 35px solid transparent;
		border-right: 35px solid var(--brand-mint);
		border-left: 0;
	}
}
@media (min-width: 601px) AND (max-width: 900px) {
	.form-section .form-area .container {
		padding: 60px var(--wrap-padding) 10px 60px;
	}
}
@media (max-width: 600px) {
	.form-section .container {
		padding: 30px var(--wrap-padding);
	}
	.form-section .form-area {
		padding-top: 35px;
	}
	.form-section {
		flex-direction: column;
	}
	.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex {
		gap: 10px;
	}
	body .gform_wrapper.gravity-theme .gform_fields {
		gap: 12px;
	}
	body .gform_wrapper input {
		padding: 8px 15px !important;
	}
}

.gform_wrapper .gform-field-label {
	display: none !important;
}
.gform_wrapper input:focus {
	border-color: var(--gray);
}
.gform_wrapper input {
    border: 3px solid #98CBEE;
	background: var(--white);
    color: #98CBEE;
    font-weight: 600;
    font-size: 16px !important;
    padding: 17px 15px !important;
	/* color: var(--black) !important; */
	color: var(--brand-blue) !important;
	transition: border-color 0.15s ease;
}
.gform_wrapper input::placeholder {
	color: #b9d0df;
}
.gform_wrapper .gform_button {
    padding: 8px 16px !important;
    border: 3px solid #98CBEE !important;
    color: #98CBEE;
    font-weight: 600;
    font-size: 16px;
	margin-top: 25px;
	width: 208px;
	text-align: left;
	background-color: #f4faff;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28.369" height="22.24" viewBox="0 0 28.369 22.24"><path d="M16.714,0,13.6,3.01l6.187,5.983H0v4.256H19.983L13.8,19.231l3.111,3.009L28.369,11.157Z" fill="%2398cbef"/></svg>');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 20px auto;
	color: #98CBEE !important;
	margin-right: 0;
	margin-left: auto;
	margin-top: 0;
	line-height: 1em !important;
}

/* === Tabs === */

.tabs-box {
	display: flex;
}
.tabs-box .content {
	padding: 55px 65px;
}
.tabs-box .tabs .tab:hover {
	background-color: var(--black);
}
.tabs-box .tabs .tab {
	background: var(--brand-blue);
	text-align: center;
	padding: 4.5rem 20px;
	transition: background 0.15s ease;
	cursor: pointer;
	position: relative;
}
.tabs-box .tabs .tab.active {
	background: var(--brand-mint);
}
.tabs-box .tabs .tab.active p {
	color: var(--brand-blue);
}
.tabs-box .tabs .tab .tab-wrap {
	margin-left: auto;
	margin-right: 0;
}
.tabs-box .tabs .tab p {
	color: var(--white);
	font-weight: 900;
	font-size: 30px;
}
@media (min-width: 901px) {
	.tabs-box .tabs {
		background: var(--brand-blue);
		/*display: flex;
		flex-direction: column;
		justify-content: center;*/
	}
	.tabs-box .tabs .tab.active::before {
		content: '';
		position: absolute;
		top: calc(50% - 35px);
		right: -34px;
		width: 0;
		height: 0;
		/*border-top: 35px solid transparent;
		border-bottom: 35px solid transparent;
		border-left: 35px solid var(--brand-mint);*/		
		
		top: 0;
        right: -27px;
        border-top: 62px solid transparent;
        border-bottom: 62px solid transparent;
        border-left: 28px solid var(--brand-mint);
	}
	.tabs-box .tabs {
		width: 45%;
	}
	.tabs-box .content {
		width: 55%;
		padding: 55px 65px;
	}
	.tabs-box .tabs .tab .tab-wrap {
		max-width: 540px;
		margin-left: auto;
		margin-right: 0;
	}
	.tabs-box .tab-content.mobile {
		display: none !important;
	}
	.tabs-box .tab-content .inner-wrap {
		max-width: 600px;
	}
}
@media (max-width: 900px) {
	.tabs-box {
		flex-direction: column;
	}
	.tabs-box .content {
		display: none;
	}
	.tabs-box .tab-content {
		padding: 30px var(--wrap-padding) 20px;
	}
	.tabs-box .tabs .tab.active::before {
		content: '';
		position: absolute;
		bottom: -11px;
		right: calc(50% - 15px);
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 12px solid var(--brand-mint);
	}
	.tabs-box .tabs .tab:not(:first-child) {
		border-top: 1px solid var(--white);
	}
}
@media (max-width: 600px) {
	.tabs-box .tabs .tab {
		padding: 16px;
	}
	.tabs-box .tabs .tab p {
		font-size: 26px;
	}
}

.tabs-box .tab-content {
	display: none;
}
.tabs-box .tab-content[data-tab-content="1"] {
	display: block;
}
.tabs-box .tab-content h2 {
	font-size: 4.8rem;
	font-weight: 900;
	color: var(--brand-blue);
}
.tabs-box .tab-content p {
	font-size: 17px;
	line-height: 1.32em;
	margin-top: 20px;
}





.tabs-box .resources {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 30px 0 20px;
    align-items: flex-start;
}
.tabs-box .video-large {
	grid-column: 1 / -1;
}
@media (max-width: 900px) {
	.tabs-box .resources {
		grid-template-columns: 1fr;
	}
}
.tabs-box .cta-btn i {
	font-size: 22px;
}
.tabs-box .cta-btn span {
	flex: 0 0 24px;
}
.tabs-box iframe {
	width: 100%;
	aspect-ratio: 1.85;
	height: auto;
}
.tabs-box .cta-btn i + i {
	margin-left: 5px;
}
.tabs-box .video-label,
.tabs-box .cta-btn {
	font-weight: 600;
	font-size: 16px;
	color: #98cbef;
	border: 3px solid #98cbef;
	line-height: 1.1em;
}
.tabs-box .cta-btn {
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 15px;
	transition: all 0.1s ease;
}
.tabs-box .cta-btn:active {
    background: #98cbef;
    color: white;
}
.tabs-box .video-label {
	padding: 10px 15px;
	border-bottom: 0;
}
.tabs-box .cta {
	margin-top: 10px;
}
.tabs-box .cta-btn.blue {
	background: #98cbef;
	color: var(--white);
}
/*.tabs-box .video-thumb::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 69px;
    background-image: url('images/play-button.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
.tabs-box .video-thumb {
    background: var(--light-gray);
	height: 120px;
	position: relative;
}*/
.tabs-box .training-footer {
	text-align: right;
}