body.page-id-18 button.otb-standalone-back-to-top,
body.page-id-43 button.otb-standalone-back-to-top {
	position: fixed !important;
	right: clamp(16px, 2.5vw, 32px) !important;
	bottom: clamp(16px, 2.5vw, 32px) !important;
	z-index: 999 !important;
	display: inline-grid !important;
	width: 48px !important;
	min-width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	padding: 0 !important;
	place-items: center !important;
	border: 1px solid rgba(23, 56, 47, 0.2) !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 28px rgba(10, 30, 24, 0.2) !important;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	pointer-events: none;
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease, background-color 160ms ease, color 160ms ease !important;
}

body.page-id-18 button.otb-standalone-back-to-top {
	background: #D8B56A !important;
	color: #17382F !important;
}

body.page-id-43 button.otb-standalone-back-to-top {
	background: #FFDF00 !important;
	color: #172621 !important;
}

body.page-id-18 button.otb-standalone-back-to-top.is-visible,
body.page-id-43 button.otb-standalone-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

body.page-id-18 button.otb-standalone-back-to-top:hover,
body.page-id-18 button.otb-standalone-back-to-top:focus-visible {
	background: #8F2636 !important;
	color: #FFFDF8 !important;
}

body.page-id-43 button.otb-standalone-back-to-top:hover,
body.page-id-43 button.otb-standalone-back-to-top:focus-visible {
	background: #006B3C !important;
	color: #FFFFFF !important;
}

body.page-id-18 button.otb-standalone-back-to-top:focus-visible,
body.page-id-43 button.otb-standalone-back-to-top:focus-visible {
	outline: 3px solid currentColor !important;
	outline-offset: 3px !important;
}

body.page-id-18 button.otb-standalone-back-to-top svg,
body.page-id-43 button.otb-standalone-back-to-top svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

@media (prefers-reduced-motion: reduce) {
	body.page-id-18 button.otb-standalone-back-to-top,
	body.page-id-43 button.otb-standalone-back-to-top {
		transition: none !important;
	}
}
