.attors-drawer {
	display: flex;
	flex: 0 0 auto;
}

.attors-drawer__toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 10px;
	color: #111;
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	transition: background-color 260ms ease, box-shadow 260ms ease;
	width: 44px;
}

.attors-drawer__toggle img {
	display: block;
	height: auto;
	object-fit: contain;
	transition: filter 280ms ease, opacity 280ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 34px;
}

.attors-drawer__toggle:hover {
	background: transparent;
	box-shadow: none;
	outline: 0;
	transform: none;
}

.attors-drawer__toggle:hover img {
	filter: invert(51%) sepia(96%) saturate(2450%) hue-rotate(159deg) brightness(94%) contrast(101%);
	transform: translateX(3px);
}

.attors-drawer__toggle:focus-visible {
	background: rgb(8 167 206 / 8%);
	box-shadow: 0 0 0 2px rgb(8 167 206 / 28%);
	outline: 0;
}

.attors-drawer__toggle:focus-visible img {
	filter: invert(51%) sepia(96%) saturate(2450%) hue-rotate(159deg) brightness(94%) contrast(101%);
}

.attors-drawer__overlay {
	background: rgba(13, 18, 22, 0.58);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 420ms ease;
	z-index: 99996;
}

.attors-drawer__panel {
	background: #1f1f1f url("../../assets/images/drawer-sidepanel-bg.png") center bottom / 100% auto no-repeat;
	border-radius: 25px;
	bottom: 15px;
	box-shadow: 18px 0 52px rgb(23 131 218 / 12%);
	box-sizing: border-box;
	color: #fff;
	left: 15px;
	max-width: calc(100vw - 98px);
	overflow: visible;
	position: fixed;
	top: 15px;
	transform: translateX(calc(-100% - 100px));
	transition: transform 600ms cubic-bezier(0.77, 0, 0.175, 1), visibility 600ms;
	visibility: hidden;
	width: 389px;
	z-index: 99997;
}

.attors-drawer__content {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	overflow: auto;
	padding: 78px 66px 54px;
}

.attors-drawer__close {
	align-items: center;
	background: transparent url("../../assets/images/sidepanel-close-bg-min.jpg") center / 100% 100% no-repeat;
	border: 0;
	border-radius: 25px;
	bottom: 0;
	box-shadow: 14px 0 38px rgb(33 151 229 / 13%), inset 1px 0 rgb(255 255 255 / 7%);
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: flex;
	font: 500 16px/1 Manrope, sans-serif;
	gap: 8px;
	height: auto;
	justify-content: flex-start;
	left: 100%;
	padding: 28px 0 0;
	position: absolute;
	top: 0;
	transition: box-shadow 280ms ease, filter 280ms ease;
	width: 68px;
	writing-mode: vertical-rl;
}

.attors-drawer__close span:first-child {
	font-size: 24px;
	line-height: 1;
}

.attors-drawer__close:hover,
.attors-drawer__close:focus-visible {
	filter: brightness(1.12) saturate(1.08);
	box-shadow: 18px 0 44px rgb(33 151 229 / 18%), inset 0 0 0 2px rgb(255 255 255 / 34%);
	outline: 0;
}

.attors-drawer__logo {
	display: inline-block;
	width: fit-content;
}

.attors-drawer__logo img {
	display: block;
	height: auto;
	width: 138px;
}

.attors-drawer__contact {
	margin-top: 106px;
}

.attors-drawer__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0 0 31px;
	text-transform: uppercase;
}

.attors-drawer address {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.7;
	margin: 0 0 26px;
}

.attors-drawer__email {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.attors-drawer__email:hover,
.attors-drawer__email:focus-visible {
	color: #56d8f3;
}

.attors-drawer__cta {
	align-items: center;
	border: 1px solid #35c8e3;
	border-radius: 32px;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	gap: 18px;
	justify-content: center;
	margin-top: 50px;
	min-height: 62px;
	padding: 0 24px;
	text-decoration: none;
	transition: background-color 260ms ease, border-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.attors-drawer__cta:hover,
.attors-drawer__cta:focus-visible {
	background: var(--attors-cyan, #08a7ce);
	border-color: var(--attors-cyan, #08a7ce);
	color: #fff;
	outline: 0;
	transform: translateY(-2px);
}

.attors-drawer__socials {
	display: flex;
	gap: 22px;
	margin-top: auto;
	padding-top: 42px;
}

.attors-drawer__socials a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	text-decoration: none;
	transition: color 220ms ease, transform 220ms ease;
	width: 28px;
}

.attors-drawer__socials a:hover,
.attors-drawer__socials a:focus-visible {
	color: #56d8f3;
	outline: 0;
	transform: translateY(-2px);
}

.attors-drawer.is-open .attors-drawer__overlay {
	opacity: 1;
	pointer-events: auto;
}

.attors-drawer.is-open .attors-drawer__panel {
	transform: translateX(0);
	visibility: visible;
}

body.attors-drawer-open {
	overflow: hidden;
}

html.attors-scroll-locked,
body.attors-scroll-locked {
	overscroll-behavior: none;
	overflow: hidden !important;
}

body.attors-scroll-locked {
	padding-right: var(--attors-scrollbar-gap, 0);
}

body.attors-drawer-open .attors-header.is-main-sticky .attors-header__main,
.attors-header.is-main-sticky-ready .attors-header__main {
	transform: none !important;
}

.attors-drawer-editor-preview {
	align-items: center;
	display: inline-flex;
	font: 500 14px/1.2 Manrope, sans-serif;
	gap: 8px;
}

@media (max-width: 600px) {
	.attors-drawer__panel {
		bottom: 10px;
		left: 10px;
		max-width: calc(100vw - 72px);
		top: 10px;
		width: 340px;
	}

	.attors-drawer__content {
		padding: 52px 36px 36px;
	}

	.attors-drawer__contact {
		margin-top: 68px;
	}

	.attors-drawer__close {
		padding-top: 24px;
		width: 54px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.attors-drawer__overlay,
	.attors-drawer__panel,
	.attors-drawer__toggle,
	.attors-drawer__cta,
	.attors-drawer__socials a {
		transition-duration: 0.01ms !important;
	}
}
