/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/styles/patterns/talk/default.css ***!
  \********************************************************************************************************************************************************************************************************/
.talk-head {
	width: 100%;
	position: relative;
	padding: 0;
	min-height: auto;
  display: block;

	@media screen and (max-width: 781px) {
		height: auto;
		min-height: auto;
	}
}

.talk-head .wp-block-cover__image-background {
	position: static;
	height: auto;
}

.talk-head .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	position: static;
}

.talk-head-button {
	position: absolute;
	right: 18px;
	bottom: 23px;

	@media screen and (max-width: 781px) {
		right: 10px;
		bottom: 10px;
	}
}

.talk-head-button .wp-block-button__link {
	background-color: var(--wp--preset--color--white) !important;
	border-radius: 12px;
	width: 372px;
	height: 86px;
	border: none;
	color: var(--wp--preset--color--black);
	font-size: 18px;
	text-align: center;
	outline: none;
	position: relative;
	padding: 20px 51px 20px 25px !important;

	@media screen and (max-width: 781px) {
		text-align: left;
		padding: 4px 15px 4px 15px !important;
		font-size: 12px;
		width: 215px;
		height: 33px;
		border-radius: 4px;
	}
}

.talk-head-button .wp-block-button__link::before {
	display: none;
}

.talk-head-button .wp-block-button__link::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	width: 26px;
	height: 26px;
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4KICA8cGF0aCBpZD0i5Lit44Oe44OJXzEiIGRhdGEtbmFtZT0i5Lit44Oe44OJIDEiIGQ9Ik0xMywyNkExMywxMywwLDAsMSwzLjgwOCwzLjgwOCwxMywxMywwLDEsMSwyMi4xOTIsMjIuMTkyLDEyLjkxNSwxMi45MTUsMCwwLDEsMTMsMjZaTTExLjcyLDcuOTY4aDBsLS43LjcxNkwxNC45MzUsMTIuNWwtMy45LDMuNTMxLjY3Ljc0MSw0LjY4OC00LjI0NUwxMS43Miw3Ljk2OFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
	        mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4KICA8cGF0aCBpZD0i5Lit44Oe44OJXzEiIGRhdGEtbmFtZT0i5Lit44Oe44OJIDEiIGQ9Ik0xMywyNkExMywxMywwLDAsMSwzLjgwOCwzLjgwOCwxMywxMywwLDEsMSwyMi4xOTIsMjIuMTkyLDEyLjkxNSwxMi45MTUsMCwwLDEsMTMsMjZaTTExLjcyLDcuOTY4aDBsLS43LjcxNkwxNC45MzUsMTIuNWwtMy45LDMuNTMxLjY3Ljc0MSw0LjY4OC00LjI0NUwxMS43Miw3Ljk2OFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	-webkit-mask-position: center;
	        mask-position: center;
	background-color: currentColor;
	color: inherit;

	@media screen and (max-width: 781px) {
		width: 17px;
		height: 17px;
		right: 8px;
	}
}

.talk-intro {
	position: relative;
	padding-top: 142px;
	padding-bottom: 142px;
	overflow: hidden;

	@media screen and (max-width: 781px) {
		padding-top: 34px;
		padding-bottom: 34px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

.talk-intro::before,
.talk-intro::after {
	content: "MEMBER PROFILE MEMBER PROFILE";
	font-size: 148px;
	font-family: var(--wp--preset--font-family--akshar);
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.1);
	background-color: var(--wp--preset--color--purple-accent);
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	position: absolute;
	letter-spacing: -0.05em;

	@media screen and (max-width: 781px) {
		font-size: 57px;
	}
}

.talk-intro::before {
	top: 0;
	left: 0;

	@media screen and (max-width: 781px) {
		top: -20px;
	}
}

.talk-intro::after {
	bottom: -15px;
	right: 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;

	@media screen and (max-width: 781px) {
		bottom: -20px;
	}
}

.talk-intro-inner {
	padding: 0 !important;
}

.talk-intro-inner::before,
.talk-intro-inner::after {
	content: "MEMBER PROFILE MEMBER PROFILE";
	font-size: 148px;
	font-family: var(--wp--preset--font-family--akshar);
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.1);
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	writing-mode: vertical-lr;
	letter-spacing: -0.05em;

	@media screen and (max-width: 781px) {
		font-size: 57px;
	}
}

.talk-intro-inner::before {
	top: 0;
	left: 0;

	@media screen and (max-width: 781px) {
		left: -20px;
	}
}

.talk-intro-inner::after {
	top: 0;
	right: 0;

	@media screen and (max-width: 781px) {
		right: -20px;
	}
}

.talk-intro-contents {
	background-color: var(--wp--preset--color--white);
	border-radius: 12px;
	padding: 65px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;

	@media screen and (max-width: 781px) {
		padding: 40px 24px !important;
	}

	@media screen and (min-width: 782px) {
		max-width: calc(100% - 296px)!important;
	}
}

.talk-intro-heading {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	line-height: 1.57;

	@media screen and (max-width: 781px) {
		font-size: 18px;
		text-align: left;
	}
}

.talk-intro-member {
	margin-top: 35px !important;
	gap: 85px;

	@media screen and (max-width: 781px) {
		gap: 30px;
		display: flex !important;
		flex-direction: column;
	}
}

.talk-intro-member-item {
	gap: 0 !important;

	@media screen and (max-width: 781px) {
		display: flex !important;
		flex-direction: row !important;
		align-items: center;
		flex-wrap: nowrap;
		gap: 10px !important;
	}
}

.talk-intro-member-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;

	@media screen and (max-width: 781px) {
		width: 72px;
		height: 72px;
	}
}

.talk-intro-member-position {
	font-size: 15px;
	margin-top: 10px !important;
	text-align: center;

	@media screen and (max-width: 781px) {
		font-size: 11px;
		text-align: left;
		margin-top: 0 !important;
	}
}

.talk-intro-member-name {
	font-size: 22px;
	margin-top: 6px !important;
	text-align: center;
	@media screen and (max-width: 781px) {
		font-size: 15px;
		text-align: left;
	}
}

.talk-intro-member-year {
	margin-top: 0 !important;

	@media screen and (max-width: 781px) {
		font-size: 12px;
	}
}

.talk-contentsWrap {
	gap: 0 !important;
}

.talk-contents {
	max-width: 980px;
	margin-inline: auto !important;
	padding-top: 94px;
	padding-left: 45px;
	padding-right: 80px;
	row-gap: 30px;

	@media screen and (max-width: 781px) {
		padding-top: 54px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

.talk-contents-head {
	-moz-column-gap: 28px;
	     column-gap: 28px;
	align-items: flex-start;

	@media screen and (max-width: 781px) {
		gap: 4px !important;
		flex-direction: column;
		align-items: flex-start !important;
	}
}

.talk-contents-chapter {
	font-family: var(--wp--preset--font-family--akshar);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	writing-mode: vertical-lr;

	@media screen and (max-width: 781px) {
		font-size: 11px;
		writing-mode: horizontal-tb;
		margin-right: auto !important;
	}
}

.talk-contents-heading {
	font-size: 32px;
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--black);
	border-radius: 4px;
	line-height: 1.5;
	padding: 0 7px;
	letter-spacing: 0.05em;

	@media screen and (max-width: 781px) {
		font-size: 22px;
	}
}

.talk-contents-main {
	padding-left: 50px;
	align-items: flex-start !important;

	@media screen and (max-width: 781px) {
		padding-left: 0;
	}
}

.talk-contents-main.is-content-justification-right {
	margin-left: auto;
}

.talk-contents-text {
	line-height: 1.75;
	letter-spacing: 0.05em;
	flex: 1;
}

.talk-contents-icons {
	display: flex;
	position: relative;
	gap: 0 !important;
}

.talk-contents-icons .talk-contents-icon {
	margin-left: -38px;
	position: relative;
	z-index: 1;
}

.talk-contents-icons .talk-contents-icon:first-child {
	margin-left: 0;
	z-index: 3;
}

.talk-contents-icons .talk-contents-icon:nth-child(2) {
	z-index: 2;
}

.talk-contents-icon {
	width: 88px;

	@media screen and (max-width: 781px) {
		width: 56px;
	}
}

.talk-contents-icon img {
	width: 100%;
	border: 1px solid var(--wp--preset--color--white);
	border-radius: 50%;
}

.talk-contents-icon .wp-element-caption {
	font-weight: 600;

	@media screen and (max-width: 781px) {
		font-size: 12px;
	}
}

.talk-divider {
	width: 100%;
	max-width: 1104px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 84px !important;
	margin-inline: auto !important;
	@media screen and (max-width: 781px) {
		padding-left: 24px;
		padding-right: 24px;
		margin-top: 54px !important;
	}
}

.talk-divider img {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 12px;
	@media screen and (max-width: 781px) {
		border-radius: 6px;
	}
}


/*# sourceMappingURL=default.css.map*/