b, h2 {
	color: #a0733f;
}

.jdl {
	width: 250px !important;
}
.abc {
	text-align: center;
	text-decoration: none;
	background: #a0733f;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Akira';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 80vh;
	padding: 10px 50px;
	cursor: pointer;
	z-index: 999;
	box-shadow: 0 0 50px 12px #000;
	border-radius: 100px;
}


@media screen and (max-width: 980px) {
	.abc {
		top: 50vh;
	}
}

.abc,
.abc:hover {
	color: #fff;
}
:root {
	--orange: #a0733f;
}
.f-akira {
	font-family: 'Akira';
	font-weight: 900;
}
.f-tt-bold {
	font-family: 'TTHovesBold';
}
.f-tt-medium {
	font-family: 'TTHovesMedium';
}
body,
html {
	height: 100%;
}
#root {
	scroll-behavior: smooth;
}
html {
	font-size: calc(60% + 0.8vmin);
}
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #000;
	color: #fff;
}
*,
body {
	font-family: 'TTHoves', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}
code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
html {
	scroll-behavior: smooth;
}
.loading--mesasage {
	position: absolute;
	padding-top: 160px;
	font-size: 14px;
	font-family: 'akira';
	color: #6a6a6a;
	letter-spacing: 3px;
}
.loading--container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.loading--container svg {
	width: 50%;
	height: 400px;
	object-fit: cover;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #a0733f !important;
	background-color: var(--orange) !important;
}
header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 1200;
	background-color: #000;
	transition: background-color 0.5s ease, height 0.3s ease;
	will-change: height;
}
header .navbar {
	-webkit-padding-end: 72px;
	padding-inline-end: 72px;
	-webkit-padding-start: 72px;
	padding-inline-start: 72px;
}
section {
	scroll-snap-align: start;
	min-height: auto;
}
.section--spacing {
	padding: 75px 0;
}
.h1,
.h2,
.p,
h1,
h2,
label,
p {
	letter-spacing: 0.11em;
}
.p,
label,
p {
	font-size: 1.144rem;
	line-height: 22px;
}
.navbar-brand {
	display: block;
}
.navbar-brand svg path {
	fill: #fff;
}
.btn:focus {
	outline: none;
	box-shadow: none !important;
}
.nav-link {
	position: relative;
	color: var(--white);
	transition: background-color 0.5s ease;
	font-size: 0.82rem;
	background-color: transparent;
	background-position: 0;
	text-transform: uppercase;
	transition: color 0.5s ease;
}
.nav-link,
.nav-link span {
	font-family: 'Akira';
}
.nav-link:not(.nav-link_icon) {
	-webkit-padding-end: 23px !important;
	padding-inline-end: 23px !important;
	-webkit-padding-start: 23px !important;
	padding-inline-start: 23px !important;
}
.nav-link:active,
.nav-link:focus {
	color: #a0733f;
}
.nav-link:not(.nav-link_icon):hover {
	color: #a0733f;
	text-decoration: none;
}
.nav--social {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.nav--social a svg {
	width: 100%;
	height: 100%;
}
.nav--social > .nav-link_icon + .nav-link_icon {
	-webkit-margin-start: 24px;
	margin-inline-start: 24px;
}
a.nav-link_opensea svg {
	width: 32px;
	height: 32px;
}
a.nav-link_opensea svg path {
	fill: #000 !important;
}
a.nav-link_opensea:hover svg path {
	fill: #fff !important;
}
.nav-link_icon {
	width: 40px;
	height: 40px;
	background-color: #fff;
	color: #000;
	transition: all 0.4s ease;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	padding: 0 !important;
	flex-shrink: 0;
}
.nav-link_icon:hover {
	background-color: #a0733f;
	color: #fff;
}
.nav-link_icon-fluid {
	width: 190px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #a0733f;
	flex-shrink: 0;
	border-radius: 0;
	border-radius: 100px;
	border: none;
	transition: background-color 0.5s ease, color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-link_icon-fluid:hover {
	background-color: #a0733f;
	color: #fff;
}
.nav-link_icon-fluid span {
	font-size: 13px;
	font-family: 'Akira';
}
.navbar-nav > .nav-item:nth-child(5) {
	-webkit-margin-end: 60px;
	margin-inline-end: 10px;
}
.color--red {
	color: #a0733f;
}
.bars {
	display: none;
	width: 35px;
	height: 5px;
	background-color: #fff;
	margin-bottom: 3px;
	transition: 0.5s ease;
}
.burger_bar_container {
	cursor: pointer;
	position: relative;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.burger_bar_container.active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-4px, 8px);
	transform: rotate(-45deg) translate(-4px, 8px);
}
.burger_bar_container.active .bar2 {
	opacity: 0;
}
.burger_bar_container.active .bar3 {
	-webkit-transform: rotate(45deg) translate(-3px, -8px);
	transform: rotate(45deg) translate(-3px, -8px);
}
.burger_bar_container.active + .header--content {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.section--image {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.spec--content {
	justify-content: space-around;
	align-items: center;
}
#home {
	min-height: auto;
	height: calc(100vh - 80px);
}
#home:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#home h1 {
	position: absolute;
	top: 15%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	letter-spacing: 1px;
	font-family: 'Akira';
	font-size: 64px;
	line-height: 72px;
	z-index: 2;
}
#home img,
.full-width-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
footer {
	-webkit-padding-before: 65px;
	padding-block-start: 65px;
	-webkit-padding-after: 65px;
	padding-block-end: 65px;
	min-height: 400px;
  border-top: 1px solid gray;
	background-color: #000;
}
.footer--social-container {
	display: flex;
	justify-content: space-around;
}
footer ul {
	list-style-type: none;
	padding: 0;
}
footer .nav-link {
	font-size: 13px;
	padding: 0;
	-webkit-margin-after: 46px;
	margin-block-end: 46px;
}
footer .nav-link_icon {
}
.gradient-btn {
	display: inline-block;
	max-width: 192px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #a0733f;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.05em;
	font-family: 'TTHoves';
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}
.gradient-btn:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
}
.gradient-btn-xl {
	max-width: 300px;
}
@media screen and (max-width: 1400px) {
	.navbar-brand {
		max-width: 200px;
		flex-shrink: 0;
	}
	.navbar-brand svg {
		width: 100%;
	}
	.nav-link {
		font-size: 0.875rem;
	}
	.navbar-nav > .nav-item:nth-child(4) {
		-webkit-margin-end: 30px;
		margin-inline-end: 30px;
	}
}
.mb-only {
	display: hidden;
}
@media screen and (max-width: 1200px) {
	.bars,
	.mb-only {
		display: block;
	}
	.header--content {
		position: fixed;
		flex-direction: column;
		padding: 80px 20px;
		top: 70px;
		right: 0;
		width: 350px;
		height: 100vh;
		background-color: #000;
		transition: -webkit-transform 0.5s ease;
		transition: transform 0.5s ease;
		transition: transform 0.5s ease, -webkit-transform 0.5s ease;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		z-index: 101;
	}
	header .navbar-nav {
		align-items: flex-start !important;
	}
	.navbar-nav > .nav-item:nth-child(4) {
		margin: 0;
	}
	.nav--social {
		width: 100%;
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
		-webkit-margin-end: 0 !important;
		margin-inline-end: 0 !important;
		-webkit-margin-after: 24px;
		margin-block-end: 24px;
	}
	.navbar-nav .nav-link {
		-webkit-padding-start: 0 !important;
		padding-inline-start: 0 !important;
	}
	.navbar.navbar-expand-xl {
		justify-content: space-between !important;
	}
}
@media screen and (max-width: 992px) {
	section {
		min-height: auto;
	}
	.spec--content .community-wrapper {
		-webkit-margin-before: 60px;
		margin-block-start: 60px;
	}
	.team-member-item {
		flex-direction: column;
		align-items: center;
	}
	.team-member-bio {
		margin: 0;
	}
	.minting--section {
		-webkit-padding-before: 180px;
		padding-block-start: 180px;
		-webkit-padding-after: 0;
		padding-block-end: 0;
	}
	#about .spec--content > div:last-child {
		order: -1;
		-webkit-margin-after: 60px;
		margin-block-end: 60px;
	}
	.footer--brand > div {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		-webkit-margin-after: 3rem;
		margin-block-end: 3rem;
	}
	.h1,
	h1 {
		font-size: 1.902rem;
		line-height: 28px;
		color:#a0733f;
	}
	#team h2 {
		-webkit-margin-after: 3.75rem;
		margin-block-end: 3.75rem;
	}
	.team--member-avatar {
		-webkit-margin-after: 1.6525rem;
		margin-block-end: 1.6525rem;
	}
	.team-member-position {
		font-size: 14px;
		line-height: 16px;
	}
	.footer--social-container {
		justify-content: space-between;
		-webkit-margin-after: 3rem;
		margin-block-end: 3rem;
	}
}
@media screen and (max-width: 772px) {
	.section--spacing {
		padding: 76px 25px;
	}
	.roadmap--label:before {
		content: none !important;
	}
	#home h1 {
		width: 100%;
	}
}
@media screen and (max-width: 567px) {
	.btn {
		padding: 0.806rem 3.3633rem;
	}
	.spec--content {
		max-width: 272px;
		margin: 0 auto;
	}
	.team-member-about {
		font-size: 12px;
		line-height: 23px;
	}
	.p,
	p {
		font-size: 16px;
		line-height: 23px;
		padding-top:30px;
	}
	.team-member-item {
		-webkit-margin-after: 40px;
		margin-block-end: 40px;
	}
	#team h2 {
		-webkit-margin-after: 4rem;
		margin-block-end: 4rem;
	}
	.team--member-avatar {
		width: 300px;
		height: 300px;
		-webkit-margin-after: 16px;
		margin-block-end: 16px;
	}
	.team-member-item {
		padding: 0 55px;
	}
	.home--title-wrapper {
		padding: 0 30px;
	}
	header .navbar {
		-webkit-padding-end: 6px;
		padding-inline-end: 6px;
		-webkit-padding-start: 6px;
		padding-inline-start: 6px;
	}
	.footer--social-container {
		justify-content: center;
		align-items: center;
		text-align: center;
		flex-direction: column;
		-webkit-margin-after: 3rem;
		margin-block-end: 3rem;
	}
	.footer--brand > div {
		align-items: center;
	}
	#home h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.nav--social {
		justify-content: center;
	}
	.nav-link_icon-fluid {
		margin: 0 auto;
	}
	.header--content {
		width: 100%;
	}
	.navbar-nav > .nav-item:nth-child(5) {
		-webkit-margin-end: 0;
		margin-inline-end: 0;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
	}
}
@media (min-width: 1200px) {
	.h2,
	h2 {
		font-size: 1.875rem;
	}
	.h6,
	h6 {
		font-size: 20px;
	}
	.p,
	p {
		font-size: 16px;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.display-none {
	display: none;
}
#home-baby {
	
	height: calc(140vh - 100px);
	background: url(../imgs/baby_banner_desktop.jpg);
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
	#home-baby {
		background: url(../imgs/mob_banner.png);
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
}


#home-baby:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#home-baby h1 {
	position: absolute;
	top: 15%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	letter-spacing: 1px;
	font-family: 'Akira';
	font-size: 64px;
	line-height: 72px;
	color: #a0733f;
	z-index: 2;
	color:#a0733f;
	text-shadow: 2px 2px 3px #0d0d0e !important;
}
#home-baby img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 992px) {
	#home-baby h1 {
		top: 35%;
		font-size: 38px;
		text-shadow: 1px 1px 2px #38542d !important;
	}

	h2 {
		font-size: 25px!important;
	}
}
.navigation {
	padding-left: 4%;
}
.new-line {
	white-space: pre-line;
}
.roadmap--container {
	position: relative;
	-webkit-margin-before: 138px;
	margin-block-start: 138px;
	-webkit-padding-before: 60px;
	padding-block-start: 30px;
	padding-block-end: 20px;
	margin-top:25px;
	border:solid 5px;
	border-radius:50px;
	border-color:#a0733f;
}
.roadmap--line {
	position: absolute;

	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 5px;
	height: 100%;
	background: #a0733f5;
}
.roadmap--item {
	display: flex;
	align-items: center;
	-webkit-margin-after: 140px;
	margin-block-end: 140px;
}
.roadmap--wrapper > .roadmap--item:nth-child(2n) {
	flex-direction: row-reverse;
}
.roadmap--item-title {
	display: block;
	width: calc(50% - 100px);
	flex-shrink: 0;
	text-align: right;
}
.roadmap--wrapper > .roadmap--item:nth-child(2n) .roadmap--item-title {
	text-align-last: left;
}
.roadmap--point {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 100%;
	flex-shrink: 0;
	box-shadow: 0 0 9px 9px rgba(0, 0, 0, 0.7);
}
.roadmap--item h4:empty {
	display: none;
}
.roadmap--item h4 {
	max-width: 412px;
	font-size: 18px;
	line-height: 25px;
	-webkit-margin-start: auto;
	margin-inline-start: auto;
}
.roadmap--wrapper > .roadmap--item:nth-child(2n) h4 {
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: auto;
	margin-inline-end: auto;
}
@media screen and (max-width: 992px) {
	.roadmap--line,
	.roadmap--point {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.roadmap--point {
		left: -8px;
	}
	.roadmap--item {
		-webkit-margin-start: 40px;
		margin-inline-start: 40px;
	}
	.roadmap--wrapper > .roadmap--item,
	.roadmap--wrapper > .roadmap--item:nth-child(2n) {
		flex-direction: column;
		align-items: start;
	}
	.roadmap--item h4 {
		-webkit-margin-start: 0 !important;
		margin-inline-start: 0 !important;
	}
	.roadmap--item-title {
		text-align: left;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
	}
}
@media screen and (max-width: 567px) {
	.roadmap--line {
		display: none;
	}
	.roadmap--point {
		left: 10px;
	}
	.roadmap--item {
		-webkit-margin-start: 2.5rem;
		margin-inline-start: 2.5rem;
		-webkit-margin-after: 4rem;
		margin-block-end: 4rem;
	}
	.roadmap--container {
		-webkit-margin-before: 70px;
		margin-block-start: 70px;
		-webkit-padding-before: 0;
		padding-block-start: 0;
	}
}
#features {
	min-height: auto;
	margin-top: 150px;
}
.features--image-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.features--content a {
	-webkit-margin-before: 64px;
	margin-block-start: 64px;
	color: #fff;
	background-color: #a0733f5;
	font-family: 'Akira';
	font-size: 18px;
	border-radius: 100px;
}

.features--content div {
	justify-content: start;
	display: block;
}

@media screen and (max-width: 980px) {
	.features--content div {
		justify-content: center;
		display: flex;
	}
}

.features--content p {
	text-align: justify;
}
.features--image-wrapper img {
	width: 100%;
	margin-top:50px;
	max-width: 523px;
	height: 523px;
	object-fit: cover;
	-webkit-margin-after: 20px;
	margin-block-end: 20px;
	-webkit-margin-start: 24px;
	margin-inline-start: 24px;
}
@media screen and (max-width: 992px) {
	.features--image-wrapper {
		-webkit-margin-after: 40px;
		margin-block-end: 40px;
		order: -1;
	}
	.features--image-wrapper img {
		margin: 0;
	}
}
@media screen and (max-width: 567px) {
	.features--image-wrapper img {
		max-width: 325px;
		height: 325px;
		margin-top:50px;
		-webkit-margin-end: auto;
		margin-inline-end: auto;
		-webkit-margin-start: auto;
		margin-inline-start: auto;
		background-color: #aaa;
		object-fit: cover;
	}
}
#guests {
	justify-content: center;
	background: #272727;
	min-height: 100px;
}
#guests,
.guests--content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.guests--content {
	margin-bottom: calc(3rem - 10px) !important;
}
.guests--content > div {
	max-width: 412px;
	-webkit-margin-start: auto;
	margin-inline-start: auto;
}
.guests--content h2 {
	font-size: 30px;
}
.guests--wrapper {
	position: relative;
	overflow: hidden;
}
.guest--item {
	text-align: center;
	padding-top: 10px;
}
.guest--item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-margin-after: 18px;
	margin-block-end: 18px;
	transition: 0.4s ease;
}
.guest--item img:hover {
	-webkit-transform: scale(1.05) rotate(3deg);
	transform: scale(1.05) rotate(3deg);
}
@media screen and (max-width: 768px) {
	.guest--item {
		-webkit-margin-end: 0;
		margin-inline-end: 0;
	}
	.guests--content h2 {
		font-size: 30px;
	}
}
.custom-previous-slider-button {
	left: 0;
}
.custom-next-slider-button,
.custom-previous-slider-button {
	color: #fff;
	margin-top: calc(-25px - var(--swiper-navigation-size) / 2);
	cursor: pointer;
}
.custom-next-slider-button {
	right: 0;
}
.custom-next-slider-button:after,
.custom-previous-slider-button:after {
	font-size: 31px;
	font-weight: 700;
}
.team--wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#team {
	min-height: 100px;
}

.team--item, .social--wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.team--item img {
	width: 250px;
	height: 250px;
}
.team--item a {
	color: #fff;
	font-size: 23px;
}
@media screen and (max-width: 768px) {
	.team--item {
		display: flex;
		flex-direction: column;
		align-items: center;
		-webkit-margin-after: 18px;
		margin-block-end: 18px;
		padding: 0 8px;
	}
	.team--item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
#about {
	min-height: auto;
}
.about--image-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.about--image-wrapper img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	-webkit-margin-after: 20px;
	margin-block-end: 20px;
	-webkit-margin-end: 24px;
	margin-inline-end: 24px;
}
h2 {
	font-size: 30px;
}
.about--content > * {
	max-width: 418px;
}
.about--content p {
	text-align: justify;
}
@media screen and (max-width: 1400px) {
	.about--image-wrapper img {
		-webkit-margin-end: 16px;
		margin-inline-end: 16px;
	}
}
@media screen and (max-width: 992px) {
	.about--content {
		order: -1;
	}
	.about--content > * {
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 567px) {
	.about--image-wrapper img {
		width: 195px;
		height: 195px;
		-webkit-margin-end: 12px;
		margin-inline-end: 12px;
		-webkit-margin-after: 16px;
		margin-block-end: 16px;
	}
}
@media screen and (max-width: 414px) {
	.about--image-wrapper img {
		width: 150px;
		height: 150px;
		-webkit-margin-end: 3px;
		margin-inline-end: 3px;
		-webkit-margin-after: 3px;
		margin-block-end: 3px;
	}
}
.accordion--item {
	width: 100%;
	-webkit-margin-after: 44px;
	margin-block-end: 44px;
	-webkit-margin-start: auto;
	margin-inline-start: auto;
	-webkit-margin-end: auto;
	margin-inline-end: auto;
	overflow: hidden;
}
h2 {
	font-size: 40px;
	letter-spacing: 1px;
	font-family: 'TTHovesBold';
}
.container-lg {
	padding: 50px;
	background: #222;
}
.custom--accordion {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 14px 0 13px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 19px;
	transition: 0.4s ease;
	background: transparent;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}
.custom--panel {
	background-color: transparent;
	color: #aaa;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-bottom: 1px solid #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.custom--panel p {
	margin: 0;
}
.custom--accordion:after {
	content: '\002B';
	display: block;
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #777;
	font-size: 2rem;
	font-weight: 700;
	margin-left: 5px;
}
.custom--accordion.active {
	color: #a0733f5;
}
.custom--accordion.active:after {
	content: '\2212';
}
.custom--accordion.active + .custom--panel {
	max-height: 100vh;
	box-sizing: content-box !important;
	-webkit-padding-after: 44px !important;
	padding-block-end: 44px !important;
}
@media screen and (max-width: 567px) {
	.custom--accordion {
		font-size: 1rem;
		-webkit-padding-end: 30px;
		padding-inline-end: 30px;
	}
	.container-lg {
		padding: 25px;
	}
	.container-lg h2 {
		font-size: 25px;
	}
}
/*# sourceMappingURL=main.75c70d8c.chunk.css.map */
