
:root {
	--ai-copilot--padding-xs: 8px;
	--ai-copilot--padding-sm: 16px;
	--ai-copilot--padding-md: 24px;
	--ai-copilot--padding-lg: 32px;
	--ai-copilot--padding-xl: 40px;
}

#aicp__chatbot {
	pointer-events: none;
	display: block;
	box-sizing: border-box;
	font-size: var(--ai-copilot--font-size, inherit);
	font-family: var(--ai-copilot--font-family, inherit);
}

@media (min-width: 430px) {
	#aicp__chatbot {
		width: 430px;
	}
}

#aicp__chatbot * {
	box-sizing: border-box;
}

#aicp__chatbot.aicp__chatbot-hide, #aicp__chatbot .aicp__chatbot__assistant.aicp__chatbot-hide {
	display: none;
}

#aicp__chatbot.mobile .aicp__chatbot__assistant.aicp__chatbot-desktop, #aicp__chatbot.mobile.aicp__chatbot-desktop {
	display: none;
}

#aicp__chatbot.desktop .aicp__chatbot__assistant.aicp__chatbot-mobile, #aicp__chatbot.desktop.aicp__chatbot-mobile {
	display: none;
}

#aicp__chatbot.aicp__chatbot--middle-left, #aicp__chatbot.aicp__chatbot--bottom-left, #aicp__chatbot.aicp__chatbot--middle-right, #aicp__chatbot.aicp__chatbot--bottom-right {
	position: fixed;
	z-index: 9999999;
}

#aicp__chatbot.aicp__chatbot--middle-left, #aicp__chatbot.aicp__chatbot--bottom-left {
	right: auto;
	left: 0;
}

#aicp__chatbot.aicp__chatbot--middle-left.aicp__chatbot-bubble .aicp__chatbot-developer, #aicp__chatbot.aicp__chatbot--middle-left.aicp__chatbot-bubble .aicp__chatbot__toggle, #aicp__chatbot.aicp__chatbot--middle-left.aicp__chatbot--button .aicp__chatbot-developer, #aicp__chatbot.aicp__chatbot--middle-left.aicp__chatbot--button .aicp__chatbot__toggle, #aicp__chatbot.aicp__chatbot--bottom-left.aicp__chatbot-bubble .aicp__chatbot-developer, #aicp__chatbot.aicp__chatbot--bottom-left.aicp__chatbot-bubble .aicp__chatbot__toggle, #aicp__chatbot.aicp__chatbot--bottom-left.aicp__chatbot--button .aicp__chatbot-developer, #aicp__chatbot.aicp__chatbot--bottom-left.aicp__chatbot--button .aicp__chatbot__toggle {
	margin-left: 20px;
}

#aicp__chatbot.aicp__chatbot--middle-left.aicp__chatbot-bubble .aicp__chatbot__toggle .aicp__chatbot-text, #aicp__chatbot.aicp__chatbot--bottom-left.aicp__chatbot-bubble .aicp__chatbot__toggle .aicp__chatbot-text {
	right: auto;
	left: 60px;
}

#aicp__chatbot.aicp__chatbot--middle-left .aicp__chatbot-modal:before, #aicp__chatbot.aicp__chatbot--bottom-left .aicp__chatbot-modal:before {
	right: auto;
	left: 20px;
}

#aicp__chatbot.aicp__chatbot--middle-right, #aicp__chatbot.aicp__chatbot--bottom-right {
	left: auto;
	right: 0;
}

#aicp__chatbot.aicp__chatbot--middle-right.aicp__chatbot-bubble .aicp__chatbot-developer, #aicp__chatbot.aicp__chatbot--middle-right.aicp__chatbot-bubble .aicp__chatbot__toggle, #aicp__chatbot.aicp__chatbot--middle-right.aicp__chatbot--button .aicp__chatbot-developer, #aicp__chatbot.aicp__chatbot--middle-right.aicp__chatbot--button .aicp__chatbot__toggle, #aicp__chatbot.aicp__chatbot--bottom-right.aicp__chatbot-bubble .aicp__chatbot-developer, #aicp__chatbot.aicp__chatbot--bottom-right.aicp__chatbot-bubble .aicp__chatbot__toggle, #aicp__chatbot.aicp__chatbot--bottom-right.aicp__chatbot--button .aicp__chatbot-developer, #aicp__chatbot.aicp__chatbot--bottom-right.aicp__chatbot--button .aicp__chatbot__toggle {
	margin-right: 20px;
}

#aicp__chatbot.aicp__chatbot--middle-left, #aicp__chatbot.aicp__chatbot--middle-right {
	top: 40%;
	bottom: auto;
}

#aicp__chatbot.aicp__chatbot--middle-left .aicp__chatbot-developer, #aicp__chatbot.aicp__chatbot--middle-right .aicp__chatbot-developer {
	padding: 0 var(--ai-copilot--padding-md);
}

#aicp__chatbot.aicp__chatbot--middle-left.aicp__chatbot--button .aicp__chatbot-developer, #aicp__chatbot.aicp__chatbot--middle-left.aicp__chatbot--button .aicp__chatbot__toggle {
	margin-left: -48px;
	padding-left: calc(var(--ai-copilot--padding-xl) + 20px);
}

#aicp__chatbot.aicp__chatbot--middle-right.aicp__chatbot--button .aicp__chatbot-developer, #aicp__chatbot.aicp__chatbot--middle-right.aicp__chatbot--button .aicp__chatbot__toggle {
	margin-right: -48px;
	padding-right: calc(var(--ai-copilot--padding-xl) + 20px);
}

#aicp__chatbot.aicp__chatbot--bottom-left, #aicp__chatbot.aicp__chatbot--bottom-right {
	top: auto;
	bottom: 0;
}

#aicp__chatbot.aicp__chatbot--rounded.aicp__chatbot-bubble .aicp__chatbot__toggle {
	border-radius: 50%;
}

#aicp__chatbot.aicp__chatbot--rounded.aicp__chatbot--button .aicp__chatbot__toggle {
	border-radius: 50px;
}

@media (min-width: 430px) {
	#aicp__chatbot.aicp__chatbot--rounded .aicp__chatbot-modal {
		border-radius: 8px;
	}
}

#aicp__chatbot.aicp__chatbot--rounded .aicp__chatbot-modal .aicp__chatbot__message {
	border-radius: 4px;
}

#aicp__chatbot.aicp__chatbot--rounded .aicp__chatbot-modal .aicp__chatbot__message::before {
	background-color: inherit;
}

#aicp__chatbot p:last-child {
	margin: 0;
}

#aicp__chatbot time {
	opacity: .8;
	font-style: italic;
	font-size: 10px;
}

#aicp__chatbot .aicp__chatbot-container {
	display: flex;
	flex-direction: column;
}

.aicp__chatbot__assistant-list {
	height: 100%;
}

.aicp__chatbot__assistant-list>p {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aicp__chatbot__assistant {
	display: flex;
	align-items: center;
	gap: var(--ai-copilot--padding-sm);
	padding: var(--ai-copilot--padding-sm) var(--ai-copilot--padding-lg);
	color: inherit;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	width: 100%;
	text-decoration: none;
	height: 50%;
}

.aicp__chatbot__assistant:only-child {
	height: 100%;
	text-align: center;
	flex-direction: column;
	justify-content: center;
}

.aicp__chatbot__assistant:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.aicp__chatbot-avatar {
	position: relative;
	width: 62px;
	height: 62px;
}

.aicp__chatbot-avatar .aicp__chatbot-avatar-container {
	overflow: hidden;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aicp__chatbot-avatar .aicp__chatbot-avatar-container svg {
	width: 50%;
}

.aicp__chatbot-avatar .aicp__chatbot-avatar-container img {
	width: 100%;
	height: auto;
}

.aicp__chatbot-modal {
	pointer-events: all;
	padding-bottom: 56px;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	box-shadow: 0px 5px 40px 5px rgba(0, 0, 0, .5);
	background-color: #fff;
}

.aicp__chatbot-modal:before {
	background-color: inherit;
}

.aicp__chatbot-modal--response .aicp__chatbot__assistant-list {
	display: none;
}

@media (min-width: 430px) {
	.aicp__chatbot-modal {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .15);
		margin-top: 24px;
		margin-left: 24px;
		margin-right: 24px;
		margin-bottom: 12px;
	}
	
	.aicp__chatbot-modal:before {
		content: "";
		position: absolute;
		bottom: -6px;
		right: 24px;
		width: 13px;
		height: 13px;
		transform: rotate(45deg);
	}
	
	.aicp__chatbot-modal .aicp__chatbot__header {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	.aicp__chatbot-modal .aicp__chatbot-footer, .aicp__chatbot-modal .aicp__chatbot-response {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
}

.aicp__chatbot-modal .aicp__chatbot-description p, .aicp__chatbot-modal .aicp__chatbot-description h3 {
	color: inherit;
	font-family: inherit;
	margin: 0;
}

.aicp__chatbot-modal .aicp__chatbot-description h3 {
	margin: 0 0 .25em 0;
}

.aicp__chatbot-modal .aicp__chatbot-body {
	background-color: var(--ai-copilot--background-color, #fff);
	overflow-x: hidden;
	overflow-y: auto;
}

.aicp__chatbot-modal .aicp__chatbot-body .aicp__chatbot-carousel {
	height: 300px;
}

.aicp__chatbot-modal .aicp__chatbot-description, .aicp__chatbot-modal .aicp__chatbot-offline-text {
	font-size: 12px;
	line-height: 1.5em;
	opacity: .6;
	display: block;
}

.aicp__chatbot-modal .aicp__chatbot-label {
	display: block;
	font-weight: bold;
	line-height: 1.5em;
}

.aicp__chatbot-footer, .aicp__chatbot-response {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
	overflow: hidden;
	background-color: var(--ai-copilot--general-background-color, #fff);
	color: var(--ai-copilot--general-text-color, #141414);
}

.aicp__chatbot-footer, .aicp__chatbot-footer pre, .aicp__chatbot-footer textarea, .aicp__chatbot-response, .aicp__chatbot-response pre, .aicp__chatbot-response textarea {
	max-height: 160px;
}

.aicp__chatbot-footer pre, .aicp__chatbot-footer textarea, .aicp__chatbot-response pre, .aicp__chatbot-response textarea {
	color: inherit;
	background-color: inherit;
}

.aicp__chatbot-footer textarea, .aicp__chatbot-response textarea {
	border: none;
	color: var(--ai-copilot--secondary-text-color, #141414);
}

.aicp__chatbot-footer:before, .aicp__chatbot-response:before {
	pointer-events: none;
	position: absolute;
	content: "";
	height: 59px;
	background: linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, .025) 100%);
	top: 0;
	left: 0;
	right: 0;
}

.aicp__chatbot-footer::after, .aicp__chatbot-response::after {
	content: " ";
	height: 1px;
	background-color: rgba(0, 0, 0, .075);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.aicp__chatbot-footer {
	min-height: 56px;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 12px;
	padding: var(--ai-copilot--padding-sm) var(--ai-copilot--padding-lg);
}

.aicp__chatbot-footer p {
	padding: 0;
	font-size: inherit;
}

.aicp__chatbot-footer p:last-child {
	margin-bottom: 0;
}

.aicp__chatbot-response, .aicp__chatbot-response pre, .aicp__chatbot-response textarea, .aicp__chatbot-response .aicp__chatbot--buttons {
	min-height: 56px;
}

.aicp__chatbot-response pre, .aicp__chatbot-response textarea {
	width: 100%;
	height: 100%;
	resize: none;
	border: none;
	padding: var(--ai-copilot--padding-sm) var(--ai-copilot--padding-lg);
	padding-right: calc(var(--ai-copilot--padding-lg) * 2);
	font-family: var(--ai-copilot--font-family, inherit);
	font-size: 1em !important;
	font-weight: normal;
	line-height: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-radius: inherit;
	margin: 0;
}

.aicp__chatbot-response pre {
	visibility: hidden;
}

.aicp__chatbot-response textarea {
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
	color: var(--ai-copilot--secondary-text-color, #141414);
}

.aicp__chatbot-response textarea:focus {
	border: none;
	outline: none;
}

.aicp__chatbot-response textarea::placeholder {
	color: var(--ai-copilot--general-text-color, #141414);
	opacity: .5;
}

.aicp__chatbot-response .aicp__chatbot--buttons {
	position: absolute;
	top: 0;
	right: 21px;
	display: flex;
	align-items: center;
}

.aicp__chatbot-response .aicp__chatbot--buttons svg {
	width: 18px;
}

.aicp__chatbot-response .aicp__chatbot--buttons>i {
	opacity: .4;
}

.aicp__chatbot-response .aicp__chatbot--buttons>i, .aicp__chatbot-response .aicp__chatbot--buttons>a {
	cursor: pointer;
	margin: 0 0 0 10px;
	display: inherit;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}

.aicp__chatbot-response .aicp__chatbot--buttons .aicp__chatbot-reply--disabled {
	pointer-events: none;
	opacity: .5;
}

.aicp__chatbot__header {
	background-color: var(--ai-copilot--primary-background-color, #009cff);
	color: var(--ai-copilot--primary-text-color, #fff);
	position: relative;
	overflow: hidden;
	height: 80px;
}

.aicp__chatbot__header:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, .05) 100%);
}

.aicp__chatbot__header .aicp__chatbot-close {
	position: absolute;
	top: 12px;
	right: 12px;
}

@media (min-width: 430px) {
	.aicp__chatbot__header .aicp__chatbot-close {
		position: absolute;
		top: 7px;
		right: 7px;
		font-size: 18px;
	}
}

.aicp__chatbot__header .aicp__chatbot-close {
	font-family: "Source Serif Pro";
	display: block;
	opacity: .8;
	font-style: unset;
	font-size: 24px;
	font-weight: bold;
	width: 24px;
	height: 24px;
	cursor: pointer;
	text-align: center;
	line-height: 24px;
	z-index: 1;
}

.aicp__chatbot__header .aicp__chatbot-previous {
	display: flex;
	cursor: pointer;
	margin: 0 auto 0 0;
}

.aicp__chatbot__header .aicp__chatbot-previous--disabled {
	pointer-events: none;
}

.aicp__chatbot__header .aicp__chatbot-previous--disabled>svg {
	opacity: .5;
}

.aicp__chatbot__header .aicp__chatbot__header__description {
	position: relative;
	display: flex;
	align-items: center;
}

.aicp__chatbot__header .aicp__chatbot__header__description, .aicp__chatbot__header .aicp__chatbot-contact {
	padding: var(--ai-copilot--padding-xs) var(--ai-copilot--padding-lg);
	height: 100%;
}

.aicp__chatbot__header .aicp__chatbot__header__description>svg, .aicp__chatbot__header .aicp__chatbot-contact>svg {
	width: 18px;
}

.aicp__chatbot__header .aicp__chatbot-contact {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: var(--ai-copilot--padding-sm);
}

.aicp__chatbot__header .aicp__chatbot-contact .aicp__chatbot-previous {
	position: relative;
	left: -16px;
}

.aicp__chatbot__header .aicp__chatbot-contact .aicp__chatbot-previous>svg {
	fill: var(--ai-copilot--primary-text-color, #fff);
}

.aicp__chatbot__header .aicp__chatbot-contact .aicp__chatbot-info {
	text-align: right;
}

.aicp__chatbot__header .aicp__chatbot-contact .aicp__chatbot-avatar {
	width: 42px;
	height: 42px;
}

.aicp__chatbot__header .aicp__chatbot-contact .aicp__chatbot-avatar svg {
	fill: var(--ai-copilot--icon-color);
}

.aicp__chatbot__header .aicp__chatbot-contact .aicp__chatbot-description, .aicp__chatbot__header .aicp__chatbot-contact .aicp__chatbot-label {
	color: var(--ai-copilot--general-text-color, #141414);
	color: inherit;
}

.aicp__chatbot__header .aicp__chatbot-contact .aicp__chatbot-description {
	line-break: anywhere;
}

.aicp__chatbot__message-list {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: var(--ai-copilot--padding-sm);
	padding: var(--ai-copilot--padding-sm) var(--ai-copilot--padding-lg);
	overflow: auto;
	height: 100%;
}

.aicp__chatbot__message {
	padding: var(--ai-copilot--padding-sm) var(--ai-copilot--padding-md);
	position: relative;
	align-self: flex-start;
	word-wrap: break-word;
	max-width: calc(100% - var(--ai-copilot--padding-sm) * 2);
}

.aicp__chatbot__message:before {
	content: "";
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	right: auto;
	left: 0;
	transform: matrix(1, 0, 1, 1, -2, 0);
}

.aicp__chatbot__message pre {
	white-space: pre-wrap;
	overflow: auto;
}

.aicp__chatbot__message {
	color: var(--ai-copilot--secondary-text-color, #141414);
	background-color: var(--ai-copilot--secondary-background-color, #eee);
	word-break: break-word;
}

.aicp__chatbot__message--error {
	background-color: #ffbfbf !important;
	color: #750000 !important;
}

.aicp__chatbot__message--error:before {
	background-color: #ffbfbf !important;
}

.aicp__chatbot__message--spinner>svg {
	width: 2em;
	opacity: .5;
}

.aicp__chatbot__message--user {
	width: auto;
	align-self: end;
	justify-self: flex-end;
	margin-top: 0;
	background-color: var(--ai-copilot--primary-background-color, #009cff);
	color: var(--ai-copilot--primary-text-color, #fff);
}

.aicp__chatbot__message--user pre, .aicp__chatbot__message--user code {
	font-family: var(--ai-copilot--font-family) !important;
}

.aicp__chatbot__message--user h1 {
	font-size: 2em;
}

.aicp__chatbot__message--user h2 {
	font-size: 1.8em;
}

.aicp__chatbot__message--user h3 {
	font-size: 1.6em;
}

.aicp__chatbot__message--user h4 {
	font-size: 1.4em;
}

.aicp__chatbot__message--user h5 {
	font-size: 1.2;
}

.aicp__chatbot__message--user h6 {
	font-size: 1em;
}

.aicp__chatbot__message--user h1, .aicp__chatbot__message--user h2, .aicp__chatbot__message--user h3, .aicp__chatbot__message--user h4, .aicp__chatbot__message--user h5, .aicp__chatbot__message--user h6 {
	font-family: var(--ai-copilot--font-family) !important;
	margin: 3px;
	padding: 0;
	color: var(--ai-copilot--primary-text-color, inherit);
}

.aicp__chatbot__message--user:before {
	right: 0;
	left: auto;
	transform: matrix(1, 0, 1, -1, 2, 0);
}

.aicp__chatbot__message--agent:first-of-type:before {
	top: -6px;
	left: 10%;
	transform: rotate(45deg);
}

.aicp__chatbot--button .aicp__chatbot__toggle {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	white-space: nowrap;
	pointer-events: all;
	padding: var(--ai-copilot--padding-xs) var(--ai-copilot--padding-md);
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	color: var(--ai-copilot--primary-text-color, #fff);
	background-color: var(--ai-copilot--primary-background-color, #009cff);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
	cursor: pointer;
}

.aicp__chatbot--button .aicp__chatbot__toggle, .aicp__chatbot--button .aicp__chatbot__toggle:active, .aicp__chatbot--button .aicp__chatbot__toggle:focus, .aicp__chatbot--button .aicp__chatbot__toggle:hover {
	outline: none;
	text-decoration: none;
}

.aicp__chatbot--button .aicp__chatbot__toggle .aicp__chatbot-icon {
	display: flex;
	align-items: baseline;
	width: 20px;
	height: 20px;
	margin: 0 12px 0 0;
}

.aicp__chatbot--button .aicp__chatbot__toggle .aicp__chatbot-icon>svg {
	fill: var(--ai-copilot--icon-color, #fff) !important;
	overflow: visible !important;
	width: 100%;
	height: 100%;
}

@keyframes closeModal {
	from {
		opacity: 1;
		visibility: visible;
		transform: translateY(0) scale(1);
	}
	
	to {
		opacity: 0;
		visibility: hidden;
		transform: translateY(50px);
	}
}

@keyframes openModal {
	from {
		opacity: 0;
		visibility: hidden;
		transform: translateY(50px);
	}
	
	to {
		visibility: visible;
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (min-width: 430px) {
	@keyframes closeModal {
		from {
			opacity: 1;
			visibility: visible;
			transform: translateY(0) scale(1);
		}
		
		to {
			opacity: 0;
			visibility: hidden;
			transform: translateY(50px) scale(.9);
		}
	}
	
	@keyframes openModal {
		from {
			opacity: 0;
			visibility: hidden;
			transform: translateY(50px) scale(.9);
		}
		
		to {
			visibility: visible;
			opacity: 1;
			transform: translateY(0) scale(1);
		}
	}
}

.aicp__chatbot-modal {
	opacity: 0;
	visibility: hidden;
}

.aicp__chatbot-modal--open {
	animation: openModal .4s forwards;
}

.aicp__chatbot-modal--close {
	animation: closeModal .4s forwards;
}

.aicp__chatbot-modal .aicp__chatbot-carousel {
	display: flex;
	width: 200%;
	height: 100%;
}

.aicp__chatbot-modal .aicp__chatbot-carousel .aicp__chatbot-slide {
	width: 50%;
	transition: max-height 500ms cubic-bezier(.215, .61, .355, 1) 1000ms, transform 300ms cubic-bezier(.215, .61, .355, 1) 500ms, opacity 500ms ease-in 500ms;
}

.aicp__chatbot-modal .aicp__chatbot__header .aicp__chatbot-slide {
	max-height: 300px;
}

.aicp__chatbot-modal .aicp__chatbot__header .aicp__chatbot-label, .aicp__chatbot-modal .aicp__chatbot__header .aicp__chatbot-description, .aicp__chatbot-modal .aicp__chatbot__header .aicp__chatbot-avatar {
	opacity: 0;
	transition: transform cubic-bezier(.215, .61, .355, 1) .3s, opacity ease-in .3s;
}

.aicp__chatbot-modal .aicp__chatbot__header .aicp__chatbot-label, .aicp__chatbot-modal .aicp__chatbot__header .aicp__chatbot-description {
	transform: translateX(56px);
}

.aicp__chatbot-modal .aicp__chatbot__header .aicp__chatbot-avatar {
	transform: scale(.5);
}

.aicp__chatbot-modal .aicp__chatbot__header .aicp__chatbot-label {
	transition-delay: 800ms;
}

.aicp__chatbot-modal .aicp__chatbot__header .aicp__chatbot-description {
	transition-delay: 850ms;
}

.aicp__chatbot-modal .aicp__chatbot__header .aicp__chatbot-avatar {
	transition-delay: 900ms;
}

.aicp__chatbot-modal .aicp__chatbot-footer, .aicp__chatbot-modal .aicp__chatbot-response, .aicp__chatbot-modal .aicp__chatbot-previous, .aicp__chatbot-modal .aicp__chatbot__message {
	transition: transform cubic-bezier(.215, .61, .355, 1) 600ms, opacity ease-in 200ms;
}

.aicp__chatbot-modal .aicp__chatbot-response, .aicp__chatbot-modal .aicp__chatbot-previous, .aicp__chatbot-modal .aicp__chatbot__message {
	opacity: 0;
}

.aicp__chatbot-modal .aicp__chatbot-response {
	pointer-events: none;
}

.aicp__chatbot-modal .aicp__chatbot-previous {
	transform: translateX(56px);
}

.aicp__chatbot-modal .aicp__chatbot__message {
	transform: translateY(56px);
}

.aicp__chatbot-modal .aicp__chatbot-close {
	transition: opacity 300ms cubic-bezier(.215, .61, .355, 1);
}

.aicp__chatbot-modal .aicp__chatbot-description {
	transition: transform 600ms cubic-bezier(.215, .61, .355, 1), opacity 900ms cubic-bezier(.215, .61, .355, 1);
}

.aicp__chatbot-modal .aicp__chatbot__assistant {
	transition: transform 600ms cubic-bezier(.215, .61, .355, 1), opacity 150ms ease-in;
}

.aicp__chatbot-modal .aicp__chatbot-previous {
	transition-delay: 800ms;
}

.aicp__chatbot-modal .aicp__chatbot__message {
	transition-delay: 900ms;
}

.aicp__chatbot-modal .aicp__chatbot-close, .aicp__chatbot-modal .aicp__chatbot-description {
	transition-delay: 900ms;
}

.aicp__chatbot-modal .aicp__chatbot__message {
	transition-delay: 200ms;
}

.aicp__chatbot-modal .aicp__chatbot__assistant:nth-of-type(6) {
	transition-delay: 600ms;
}

.aicp__chatbot-modal .aicp__chatbot__assistant:nth-of-type(5) {
	transition-delay: 500ms;
}

.aicp__chatbot-modal .aicp__chatbot__assistant:nth-of-type(4) {
	transition-delay: 400ms;
}

.aicp__chatbot-modal .aicp__chatbot__assistant:nth-of-type(3) {
	transition-delay: 300ms;
}

.aicp__chatbot-modal .aicp__chatbot__assistant:nth-of-type(2) {
	transition-delay: 200ms;
}

.aicp__chatbot-modal .aicp__chatbot__assistant:nth-of-type(1) {
	transition-delay: 100ms;
}

.aicp__chatbot-modal .aicp__chatbot-slide .aicp__chatbot__message {
	opacity: 0;
	transform: translateY(-56px);
}

.aicp__chatbot-modal .aicp__chatbot-slide .aicp__chatbot-modal .aicp__chatbot__assistant:hover {
	background-color: #fafafa;
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot-carousel .aicp__chatbot-slide {
	transform: translateX(-100%);
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot-close {
	transition-delay: 0ms;
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot-close, .aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot-footer, .aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot-description, .aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__assistant {
	opacity: 0;
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__assistant {
	transform: translateY(-33.333%);
	border-top-color: rgba(0, 0, 0, 0) !important;
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__message {
	display: block;
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__message, .aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot-previous, .aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot-response {
	opacity: 1;
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot-response {
	pointer-events: all;
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__message, .aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot-previous {
	transform: translate(0);
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__header .aicp__chatbot-slide {
	max-height: 84px;
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__header .aicp__chatbot-label, .aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__header .aicp__chatbot-avatar {
	opacity: 1;
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__header .aicp__chatbot-description {
	opacity: .5;
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__header .aicp__chatbot-label, .aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__header .aicp__chatbot-description {
	transform: translateX(0);
}

.aicp__chatbot-modal.aicp__chatbot-modal--response .aicp__chatbot__header .aicp__chatbot-avatar {
	transform: scale(1);
}

.aicp__chatbot-modal.aicp__chatbot-modal--response.aicp__chatbot-modal--opening .aicp__chatbot-footer, .aicp__chatbot-modal.aicp__chatbot-modal--response.aicp__chatbot-modal--opening .aicp__chatbot-response, .aicp__chatbot-modal.aicp__chatbot-modal--response.aicp__chatbot-modal--opening .aicp__chatbot-close, .aicp__chatbot-modal.aicp__chatbot-modal--response.aicp__chatbot-modal--opening .aicp__chatbot-previous, .aicp__chatbot-modal.aicp__chatbot-modal--response.aicp__chatbot-modal--opening .aicp__chatbot-description, .aicp__chatbot-modal.aicp__chatbot-modal--response.aicp__chatbot-modal--opening .aicp__chatbot__header .aicp__chatbot-label, .aicp__chatbot-modal.aicp__chatbot-modal--response.aicp__chatbot-modal--opening .aicp__chatbot__header .aicp__chatbot-description {
	visibility: visible;
}

.aicp__chatbot-modal.texting .aicp__chatbot-body {
	overflow-y: auto;
}

.aicp__chatbot-modal.texting .aicp__chatbot__message {
	opacity: 1;
	transform: translate(0);
}

.aicp__chatbot-modal.aicp__chatbot-modal--closing .aicp__chatbot__message {
	transition: all .4s;
	transform: translateY(100%);
	opacity: 0;
}

.aicp__chatbot-modal.aicp__chatbot-modal--closing .aicp__chatbot-previous {
	transition-delay: 0ms;
	transform: translateX(-24px);
	opacity: 0;
	transition: transform cubic-bezier(.215, .61, .355, 1) 300ms, opacity ease-out 200ms;
}

.aicp__chatbot-modal.aicp__chatbot-modal--closing .aicp__chatbot-description {
	opacity: 0;
}
