*, :after, :before, legend {
	-webkit-box-sizing: border-box;
	padding: 0
}

a, legend {
	color: inherit
}

progress, sub, sup {
	vertical-align: baseline
}

a:hover, abbr[title] {
	text-decoration: underline
}

button, hr, input {
	overflow: visible
}

.hint-card, a {
	cursor: pointer
}

.aura-chat__nav-link:hover, .header__logo:hover, .header__nav-link:hover, a {
	-webkit-text-decoration: none;
	text-decoration: none
}

@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

:root {
	--fs-default: 14rem;
	--fs-1: 26rem;
	--fs-2: 24rem;
	--fs-3: 22rem;
	--fs-4: 20rem;
	--fs-5: 18rem;
	--fs-6: 16rem;
	--fs-7: 19rem;
	--fs-8: 21rem;
	--offset: 15rem;
	--offset-: -15rem;
	--gap: 25rem;
	--gap-: -25rem
}

.aura-chat__block {
	padding-bottom: 40px;
}

.aura-chat__user {
	margin-bottom: 56px;
}

.aura-chat__form-btn, .header__nav-link {
	--indent: -5rem;
	position: relative
}

.aura-chat__form-btn:before {
	content: "";
	position: absolute;
	top: var(--indent);
	right: var(--indent);
	bottom: var(--indent);
	left: var(--indent)
}

.aura-chat__form-btn, .hint-card {
	background: 0 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	outline: 0;
	border: none;
	border-radius: 0
}

*, :after, :before {
	margin: 0;
	box-sizing: border-box
}

h1 {
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: 700
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, select {
	text-transform: none
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: buttontext dotted .1rem
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

body, button, input, select, textarea {
	font-family: "Montserrat", sans-serif;
	line-height: 1.3
}

details, main, picture, time {
	display: block
}

summary {
	display: list-item
}

[hidden], template {
	display: none
}

html {
	-webkit-text-size-adjust: 100%;
	font-size: 1px;
	scroll-behavior: smooth
}

body, html {
	height: 100%
}

body {
	margin: 0;
	background: #000;
	font-style: normal;
	font-weight: 300;
	font-size: 14rem;
	font-size: var(--fs-default);
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden
}

a:hover {
	-webkit-text-decoration: underline
}

button, input, select, textarea {
	font-weight: 400
}

button, input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.text-size-1, .text-size-2, .text-size-3, .text-size-4, .text-size-5, .text-size-6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-style: normal;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	line-height: 1.2
}

.text-size-1, h1 {
	font-size: 26rem;
	font-size: var(--fs-1)
}

.text-size-2, h2 {
	font-size: 24rem;
	font-size: var(--fs-2)
}

.text-size-3, h3 {
	font-size: 22rem;
	font-size: var(--fs-3)
}

.text-size-4, h4 {
	font-size: 20rem;
	font-size: var(--fs-4)
}

.text-size-5, h5 {
	font-size: 18rem;
	font-size: var(--fs-5)
}

.text-size-6, h6 {
	font-size: 16rem;
	font-size: var(--fs-6)
}

.u-icon, svg {
	width: 1em;
	height: 1em;
	display: inline-block;
	fill: currentColor;
	color: inherit
}

.aura-chat, .aura-chat__body, .site__inner, .site__main {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	position: absolute !important;
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	overflow: hidden !important
}

#root {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: clip
}

.site__inner {
	min-height: 100vh;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.site__main {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.aura-intro, .header__nav-list, .site__main-aura {
	display: -webkit-box;
	display: -ms-flexbox
}

.site__main-intro {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.site__main-aura {
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11
}

.aura-intro, .header, .site-main__media {
	position: fixed;
	top: 0
}

.aura-chat, .aura-chat__body, .aura-chat__form, .aura-chat__hint-list-wrapper, .aura-chat__main {
	position: relative
}

::-webkit-scrollbar {
	height: 10rem;
	width: 5rem
}

::-webkit-scrollbar:horizontal {
	height: 5rem;
	width: 10rem
}

::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 9999px
}

::-webkit-scrollbar-thumb {
	background-color: rgba(217, 217, 227, .8);
	border-color: #fff;
	border-radius: 9999px;
	border-width: 1px
}

::-webkit-scrollbar-thumb:hover {
	background-color: #d9d9e3
}

@-webkit-keyframes pulseDot {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .9
	}
}

@keyframes pulseDot {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .9
	}
}

.container {
	width: 100%;
	max-width: 1250rem;
	margin: 0 auto;
	padding: 0 25rem;
	padding: 0 var(--gap)
}

@-webkit-keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  .btn_back {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	cursor: pointer;
  }
  .btn_back svg path {
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
  }
  .btn_back:hover svg path {
	fill: #fff;
  }
  body.is-chat .btn_back {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation: fadeIn 0.5s ease-in-out forwards;
	animation: fadeIn 0.5s ease-in-out forwards;
	opacity: 1;
  }
  body.is-chat .btn_back.active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  body.is-chat .stop_generate.stop_active {
	opacity: 1;
	visibility: visible;
	background: 0 0;
	border: none;
	width: auto;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 12px;
  }
  .stop_generate svg {
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.4s 0s;
	transition: all 0.4s 0s;
  }
  .aura-chat__form-btn svg {
	-webkit-transition: all 0.4s 0s;
	transition: all 0.4s 0s;
  }
  .aura-chat__form-btn:hover svg,
  .stop_generate:hover svg {
	opacity: 0.6;
  }
  .aura-chat__form-btn.is-right .u-icon {
	height: 24px;
	width: 24px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
  }
  .aura-chat__form-btn,
  .header__nav-link,
  .stop_generate {
	--indent: -5rem;
	position: relative;
  }
  .aura-chat__form-btn:before,
  .header__nav-link:before,
  .stop_generate::before {
	content: "";
	position: absolute;
	top: var(--indent);
	right: var(--indent);
	bottom: var(--indent);
	left: var(--indent);
  }
  .aura-chat__form-btn,
  .hint-card,
  .stop_generate {
	background: 0 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	outline: 0;
	border: none;
	border-radius: 0;
  }
  .stop_generate {
	opacity: 0;
	visibility: hidden;
  }
  .aura-chat__form-btn,
  .stop_generate {
	width: 24rem;
	height: 24rem;
	margin: 0 0 0 -24rem;
	display: block;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all 0.4s 0s;
	transition: all 0.4s 0s;
	top: -8rem;
	left: -8rem;
	cursor: pointer;
  }
  .aura-chat__main {
	padding: 120rem 0 20rem;
  }
  .aura-chat__card {
	padding-bottom: 25rem;
  }
  

.hint-card {
	background: rgba(0, 0, 0, .2);
	max-width: 100%;
	padding: 6rem 12rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 300;
	font-size: 18rem;
	font-family: Montserrat, sans-serif;
	line-height: 1.2;
	color: inherit;
	border: 1px solid #8a8a8a;
	border-radius: 20rem;
	-webkit-transition: .4s;
	transition: .4s
}

.header__nav {
	font-weight: 400;
	font-size: 18rem;
	font-size: var(--fs-5);
	color: #929292
}

.aura-intro {
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.aura-chat:before {
	position: absolute;
	left: 0;
	pointer-events: none;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
	height: 170rem;
	content: "";
	top: 80rem;
	z-index: 1
}

.site-main__media {
	width: 100%;
	height: 100%;
	left: 0;
	pointer-events: none;
	-webkit-transition: .6s;
	transition: .6s;
	z-index: 3
}

.site-main__media canvas {
	width: 100%;
	min-width: 800rem;
	min-height: 800rem;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateY(-70rem);
	-webkit-transition: .6s;
	transition: .6s
}

.aura-intro__media img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: contain;
	object-fit: contain
}

.aura-intro__content {
	margin-top: -100rem;
	position: relative;
	z-index: 1
}

.aura-intro__title {
	margin: 0;
	font-weight: 300 !important;
	font-family: Montserrat, sans-serif !important;
	line-height: 1.35;
	text-align: center
}

.aura-intro__title span {
	font-weight: 500
}

.aura-chat {
	height: 100%;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.aura-chat__body {
	margin-top: 90rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto
}

.aura-chat__body-container {
	max-height: 100%;
	margin-top: auto
}

.aura-chat__footer {
	width: 100%;
	margin: 0 auto
}

.aura-chat__form {
	max-width: 810rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	border-radius: 0;
	overflow: hidden
}

.aura-chat__form-textarea {
	background: #000;
	max-width: 100%;
	min-width: 108rem;
	max-height: 148rem;
	min-height: 40rem;
	padding: 8rem 56rem 7rem 18rem;
	display: block;
	font-weight: 300;
	font-size: 19rem;
	font-size: var(--fs-7);
	line-height: 1.25;
	color: #fff;
	outline: 0;
	caret-color: transparent;
	-webkit-box-shadow: inset 0 0 0 1px #8a8a8a;
	box-shadow: inset 0 0 0 1px #8a8a8a;
	border-radius: 22rem;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	resize: none;
	overflow-x: hidden;
	overflow-y: auto
}

.aura-chat__form-textarea.is-typing {
	caret-color: #fff;
}

.aura-chat__form-textarea.is-typing:after {
	opacity: 0;
	visibility: hidden;
}

.aura-chat__form-textarea:after {
	background: currentColor;
	width: 1px;
	height: 1.2em;
	margin: -.22em 0 0;
	content: '';
	display: inline-block;
	-webkit-animation: blinkCursor 1.2s infinite;
	animation: blinkCursor 1.2s infinite;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	position: relative;
	left: -1px;
	vertical-align: middle
}

@-webkit-keyframes blinkCursor {
	0%, 50% {
		opacity: 0;
	}

	51%, 100% {
		opacity: 1;
	}
}

@keyframes blinkCursor {
	0%, 50% {
		opacity: 0;
	}

	51%, 100% {
		opacity: 1;
	}
}

.aura-chat__form-btn {
	width: 24rem;
	height: 24rem;
	margin: 0 0 0 -24rem;
	display: block;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	top: -8rem;
	left: -8rem;
	cursor: pointer
}

.aura-chat__form-btn.is-right .u-icon {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.aura-chat__form-btn .u-icon {
	width: 100%;
	height: 100%;
	display: block
}

.aura-chat__nav {
	margin: 34rem auto 15rem;
	font-size: 18rem;
	font-size: var(--fs-5);
	color: #d3d3d3;
	-webkit-transition: margin .4s;
	transition: margin .4s
}

.aura-chat__nav-link:hover {
	color: rgba(251, 251, 251, .5)
}

.aura-chat__nav-list {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none
}

.aura-chat__nav-item {
	margin: 0;
	padding: 0
}

.aura-chat__nav-item:not(:last-child) {
	margin-right: 24rem
}

.aura-chat__nav-link {
	display: block;
	-webkit-transition: .4s;
	transition: .4s
}

.aura-chat__copyright {
	color: #8E8E8E;
	margin: 4px auto 0 auto;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.2;
}

.aura-chat__copyright:hover {
	text-decoration: none;
}

.aura-chat__main {
	max-width: 810rem;
	margin: 0 auto;
	padding: 120rem 0 30rem;
	pointer-events: all;
	user-select: text
}

.aura-chat__card:not(:last-child) {
	margin-bottom: 24rem
}

.aura-chat__card-name {
	margin: 0 0 6rem;
	font-weight: 700;
	font-size: 21rem;
	font-size: var(--fs-8);
	word-wrap: break-word
}

.aura-chat__card-text {
	margin: 0;
	font-weight: 300;
	font-size: var(--fs-7);
	line-height: 1.25;
	font-family: inherit;
	word-wrap: break-word;
	white-space: pre-wrap;
}
.aura-chat__card-text > p{ 
	animation: appear;
	animation-duration: var(--animation-duration);
	animation-timing-function: var(--fade-animation-function);
	padding-bottom: 14rem;
}

.aura-chat__card-dot {
	background: url("/images/loader.gif");
	width: 26rem;
	height: 26rem;
	border-radius: 50%;
	-webkit-animation: .7s linear infinite pulseDot;
	animation: .7s linear infinite pulseDot;
	background-size: cover;
  background-position: center;
}

.aura-chat__hint {
	padding: 90rem 0 0
}

.aura-chat__hint:not(.is-show), body.is-chat .aura-intro__content {
	display: none
}

.aura-chat__hint-title {
	margin: 0 0 10rem;
	font-weight: 400;
	font-size: 18rem
}

.aura-chat__hint-list {
	margin-bottom: -12rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.aura-chat__hint-card {
	margin: 0 8rem 12rem 0
}

body.is-chat .aura-chat__nav {
	margin-top: 20rem
}

body.is-chat .aura-chat__form-textarea {
	min-width: 100%
}

body.is-chat .site-main__media {
	-webkit-transform: scale(3.1);
	-ms-transform: scale(3.1);
	transform: scale(3.1)
}

body.is-chat .site-main__media canvas {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

@media (min-width: 577px) {
	.d-xs-block {
		display: none !important
	}
}

@media (min-width: 768px) {
	.d-sm-block {
		display: none !important
	}
}

@media (min-width: 992px) {
	.d-md-block {
		display: none !important
	}

	.aura-chat__form-btn:hover {
		opacity: .6
	}
}

@media (min-width: 1200px) {
	.d-lg-block {
		display: none !important
	}

	.hint-card:hover {
		background: rgba(138, 138, 138, .3);
		-webkit-text-decoration: none;
		text-decoration: none
	}
}

@media (max-width: 1480px) {
	:root {
		--fs-1: 24rem
	}
}

@media (max-width: 1199px) {
	.d-lg-none {
		display: none !important
	}

	.site-main__media canvas {
		width: 692rem;
		min-width: 0;
		height: 692rem;
		min-height: 0;
		margin: -346rem 0 0 -346rem;
		top: 50%;
		right: initial;
		bottom: initial;
		left: 50%
	}
}

@media (max-width: 991px) {
	.aura-chat__nav, .hint-card {
		font-size: 12rem
	}

	:root {
		--fs-default: 12rem;
		--fs-5: 16rem;
		--fs-1: 22rem
	}

	.d-md-none {
		display: none !important
	}

	.aura-chat__nav {
		margin: 50rem auto 10rem
	}

	.aura-chat__nav-item:not(:last-child) {
		margin-right: 10rem
	}

	.aura-chat__block {
		padding-bottom: 15rem;
	}

	.aura-chat__card:not(:last-child) {
		margin-bottom: 20rem
	}

	.aura-chat__hint {
		padding-top: 40rem
	}

	.aura-chat__hint-title {
		margin-bottom: 6rem;
		font-size: 14rem
	}

	.aura-chat__hint-list-wrapper {
		margin: 0 0 -10rem var(--gap-);
		padding-left: var(--gap);
		overflow: hidden
	}

	.aura-chat__hint-list-wrapper:after, .aura-chat__hint-list-wrapper:before {
		width: 25rem;
		width: var(--gap);
		height: 100%;
		content: "";
		position: absolute;
		top: 0;
		pointer-events: none;
		z-index: 0
	}

	.aura-chat__hint-list-wrapper:before {
		background: -webkit-gradient(linear, left top, right top, color-stop(20%, #000), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(to right, #000 20%, rgba(0, 0, 0, 0) 100%);
		left: 0
	}

	.aura-chat__hint-list-wrapper:after {
		background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(80%, #000));
		background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 80%);
		right: 0
	}

	.aura-chat__hint-list {
		margin: 0 -25rem -20rem;
		margin: 0 var(--gap-) -20rem;
		padding: 0 25rem 20rem;
		padding: 0 var(--gap) 20rem;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto
	}

	.aura-chat__hint-list::-webkit-scrollbar {
		width: 0;
		height: 0
	}

	.aura-chat__hint-list::-webkit-scrollbar:horizontal {
		width: 0;
		height: 0
	}

	.aura-chat__hint-list::-webkit-scrollbar-track {
		background-color: transparent;
		border-radius: 9999px
	}

	.aura-chat__hint-list::-webkit-scrollbar-thumb {
		background: 0 0;
		border-color: transparent;
		border-width: 0
	}

	.aura-chat__hint-list::-webkit-scrollbar-thumb:hover {
		background-color: transparent
	}

	.aura-chat__hint-card {
		margin-bottom: 0
	}

	.aura-chat__hint-card:last-child {
		margin-right: 15rem;
	}
}

@media (max-width: 767px) {
	.d-sm-none {
		display: none !important
	}

	.aura-chat__card-name {
		margin-bottom: 2rem;
		font-size: 16rem
	}

	.aura-chat__card-text {
		font-size: 14rem
	}
}

@media (max-width: 576px) {
	.d-xs-none {
		display: none !important
	}
}

@media (max-width: 400px) {
	.aura-chat__nav-list {
		margin: 0 auto;
		max-width: 220rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.aura-chat__nav-item:not(:last-child) {
		margin-right: 6rem
	}
}
:root {
	--animation-duration: 600ms;
	--fade-animation-function: cubic-bezier(0.05, 0.7, 0.91, 1);
  }
  
  @-webkit-keyframes appear {
	0% {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  @keyframes appear {
	0% {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  