.telli-r04-header,
.telli-r04-header *,
.telli-r04-footer,
.telli-r04-footer *,
.telli-r04-back-to-top {
	box-sizing: border-box;
}

.telli-r04-header,
.telli-r04-footer {
	width: 100%;
	max-width: none;
	margin-block: 0 !important;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.telli-r04-header {
	position: relative;
	z-index: 99;
	color: #383e42;
	letter-spacing: normal;
}

.telli-r04-container {
	width: calc(100% - 60px);
	margin-inline: auto;
}

.telli-r04-header a,
.telli-r04-footer a {
	color: inherit;
	text-decoration: none;
}

.telli-r04-header button,
.telli-r04-header input {
	font: inherit;
}

.telli-r04-header svg,
.telli-r04-back-to-top svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.telli-r04-header .telli-r04-icon--solid {
	fill: currentColor;
	stroke: none;
}

.telli-r04-topbar {
	height: 40px;
	background: #212122;
	color: #fff;
}

.telli-r04-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
}

.telli-r04-topbar__contact,
.telli-r04-topbar__social {
	display: flex;
	align-items: center;
	height: 100%;
}

.telli-r04-topbar__contact {
	gap: 0;
	min-width: 0;
}

.telli-r04-topbar__contact a,
.telli-r04-topbar__social a {
	display: inline-flex;
	align-items: center;
	color: #fff;
}

.telli-r04-topbar__contact a {
	height: 30px;
	gap: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 26.25px;
	white-space: nowrap;
}

.telli-r04-topbar__contact a:first-child svg {
	margin-right: 5px;
}

.telli-r04-topbar__contact a:first-child span {
	letter-spacing: .2133px;
}

.telli-r04-topbar__contact a:last-child svg {
	margin-right: 8.64px;
}

.telli-r04-topbar__contact a span {
	position: relative;
	top: 1.36px;
	line-height: 19px;
}

.telli-r04-topbar__contact a:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
}

.telli-r04-topbar__contact a:first-child svg {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	transform: translateY(1.86px);
}

.telli-r04-topbar__contact a:last-child svg {
	width: 10.5px;
	height: 14px;
	flex: 0 0 10.5px;
	transform: translateY(1.86px);
}

.telli-r04-topbar__separator {
	width: 1px;
	height: 20px;
	margin-inline: 21px;
	background: rgba(255, 255, 255, .34);
	transform: translateY(.86px);
}

.telli-r04-topbar__social {
	gap: 0;
	margin-left: auto;
}

.telli-r04-topbar__social a {
	justify-content: flex-start;
	height: 18px;
	transform: translateY(1.86px);
}

.telli-r04-topbar__social svg {
	width: 11.38px;
	height: 13px;
	transform: translateY(.5px);
}

.telli-r04-topbar__social a:first-child {
	width: 14.77px;
	margin-right: 21px;
}

.telli-r04-topbar__social a:last-child {
	width: 11.38px;
}

.telli-r04-mainbar {
	position: relative;
	height: 101px;
	background: #fff;
}

.telli-r04-mainbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

.telli-r04-logo {
	display: block;
	flex: 0 1 auto;
	line-height: 0;
}

.telli-r04-logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.telli-r04-logo--desktop {
	width: 532.3077px;
	max-width: 532.3077px;
}

.telli-r04-logo--desktop img {
	width: auto;
	height: 80px;
	object-fit: contain;
	object-position: left center;
}

.telli-r04-logo-fallback {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 22px;
	line-height: 1.2;
}

.telli-r04-desktop-nav {
	align-self: stretch;
	flex: 0 1 791.8125px;
	width: 791.8125px;
	margin-left: 0;
}

.telli-r04-nav {
	display: flex;
	align-items: stretch;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Montserrat, Arial, sans-serif;
}

.telli-r04-nav--desktop,
.telli-r04-nav--sticky {
	justify-content: flex-start;
	width: 100%;
}

.telli-r04-nav__item {
	position: relative;
	display: flex;
	align-items: stretch;
	margin: 0;
	padding: 0;
}

.telli-r04-nav--desktop .telli-r04-nav__item--parent > .telli-r04-nav__link::after,
.telli-r04-nav--sticky .telli-r04-nav__item--parent > .telli-r04-nav__link::after {
	width: 5px;
	height: 5px;
	margin: -3px 0 0 8.33px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.telli-r04-nav__link {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 20px;
	color: #383e42;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .32px;
	line-height: 30px;
	text-transform: uppercase;
	white-space: nowrap;
}

.telli-r04-nav__item:hover > .telli-r04-nav__link,
.telli-r04-nav__item:focus-within > .telli-r04-nav__link {
	color: #d59801;
}

.telli-r04-nav__item.is-current > .telli-r04-nav__link {
	color: inherit;
}

.telli-r04-nav--desktop .telli-r04-nav__item.is-current::before,
.telli-r04-nav--sticky .telli-r04-nav__item.is-current::before {
	position: absolute;
	top: 0;
	left: 20px;
	width: 81.46875px;
	height: 2px;
	background: currentColor;
	content: "";
}

.telli-r04-nav__submenu-toggle {
	display: none;
}

.telli-r04-submenu {
	position: absolute;
	z-index: 555;
	top: calc(100% + 14px);
	left: 0;
	display: block;
	width: 361px;
	margin: 0;
	padding: 27px 0;
	list-style: none;
	background: #fff;
	box-shadow: 13px 11px 38px rgba(0, 0, 0, .1);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease;
}

.telli-r04-nav__item:hover > .telli-r04-submenu,
.telli-r04-nav__item:focus-within > .telli-r04-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.telli-r04-submenu li {
	height: 38px;
	margin: 0;
	padding: 4px 38px;
}

.telli-r04-submenu a {
	display: block;
	color: #232323;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .32px;
	line-height: 30px;
	white-space: nowrap;
}

.telli-r04-submenu a:hover,
.telli-r04-submenu a:focus-visible,
.telli-r04-submenu a[aria-current="page"] {
	color: #d59801;
}

.telli-r04-search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #383e42;
	cursor: pointer;
}

.telli-r04-search-toggle svg {
	width: 20px;
	height: 20px;
}

.telli-r04-search-panel {
	position: absolute;
	z-index: 560;
	top: 100%;
	right: 30px;
	width: min(420px, calc(100% - 60px));
	padding: 18px;
	background: #fff;
	box-shadow: 13px 11px 38px rgba(0, 0, 0, .1);
}

.telli-r04-search-panel[hidden] {
	display: none;
}

.telli-r04-search-panel form {
	display: flex;
}

.telli-r04-search-panel input {
	min-width: 0;
	flex: 1;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	background: #fff;
	color: #232323;
}

.telli-r04-search-panel button {
	height: 44px;
	padding: 0 18px;
	border: 1px solid #d59801;
	border-radius: 0;
	background: #d59801;
	color: #fff;
	cursor: pointer;
}

.telli-r04-sticky {
	position: fixed;
	z-index: 99999;
	top: -100px;
	right: 0;
	left: 0;
	height: 100px;
	overflow: hidden;
	background: #fff;
	box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
	color: #404040;
	transition: top .25s ease;
}

.telli-r04-sticky.is-visible {
	top: 0;
}

.admin-bar .telli-r04-sticky.is-visible {
	top: var(--wp-admin--admin-bar--height, 32px);
}

.telli-r04-logo--sticky {
	width: 432.5px;
	max-width: 432.5px;
}

.telli-r04-logo--sticky img {
	width: auto;
	height: 65px;
	object-fit: contain;
	object-position: left center;
}

.telli-r04-mobile-header {
	display: none;
}

.telli-r04-footer {
	position: relative;
	background: #272728;
	color: #fff;
}

.telli-r04-footer__main {
	height: 429px;
	background: #272728;
}

.telli-r04-footer__columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	width: min(1200px, 100%);
	height: 428px;
	margin-inline: auto;
	padding-top: 55px;
}

.telli-r04-footer__column {
	min-width: 0;
	padding: 0 15px;
}

.telli-r04-footer__brand img {
	display: block;
	width: 205px;
	height: 279px;
	object-fit: contain;
	object-position: left center;
}

.telli-r04-footer__brand {
	min-height: 295.46875px;
}

.telli-r04-footer h2 {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 0 12px;
	padding: 0 0 12px;
	border: 0;
	color: #fff;
	font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	text-transform: uppercase;
}

.telli-r04-footer h2::before,
.telli-r04-footer h2::after {
	height: 2px;
	flex: 1 1 auto;
	background: #fff;
	content: "";
}

.telli-r04-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.telli-r04-footer li {
	margin: 0;
	padding: 0;
}

.telli-r04-footer li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.telli-r04-footer li a:hover,
.telli-r04-footer li a:focus-visible {
	color: #d59801;
}

.telli-r04-footer__copyright {
	height: 46px;
	background: #1d1f21;
	color: #888;
}

.telli-r04-footer__copyright-inner {
	display: flex;
	align-items: center;
	width: min(1200px, 100%);
	height: 46px;
	margin-inline: auto;
	padding-inline: 15px;
	font-size: 14px;
	line-height: 26.25px;
}

.telli-r04-back-to-top {
	position: fixed;
	z-index: 20;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	background: #d59801;
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity .2s ease, transform .2s ease;
}

.telli-r04-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.telli-r04-back-to-top svg {
	width: 20px;
	height: 20px;
	stroke-width: 2;
}

@media (min-width: 1201px) and (max-width: 1399px) {
	.telli-r04-nav__link {
		padding-inline: 17.353px;
	}
}

@media (max-width: 1200px) {
	.telli-r04-desktop-header,
	.telli-r04-sticky {
		display: none;
	}

	.telli-r04-mobile-header {
		position: relative;
		display: block;
		min-height: 100px;
		background: #222328;
		color: #fff;
	}

	.telli-r04-mobile-header__inner {
		display: grid;
		grid-template-columns: 30px minmax(0, 1fr) 20px;
		align-items: center;
		width: calc(100% - 60px);
		height: 100px;
		margin-inline: auto;
	}

	.telli-r04-mobile-toggle,
	.telli-r04-mobile-header .telli-r04-search-toggle {
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		color: #fff;
		cursor: pointer;
	}

	.telli-r04-mobile-toggle {
		width: 30px;
		height: 20px;
	}

	.telli-r04-mobile-toggle svg {
		width: 30px;
		height: 20px;
		stroke-width: 2;
	}

	.telli-r04-logo--mobile {
		justify-self: center;
		width: 266.1538px;
		max-width: 100%;
	}

	.telli-r04-logo--mobile img {
		width: auto;
		max-width: 100%;
		height: 40px;
		object-fit: contain;
		object-position: center;
	}

	.telli-r04-mobile-nav {
		position: relative;
		z-index: 570;
		width: 100%;
		background: #222328;
		border-top: 1px solid rgba(255, 255, 255, .13);
	}

	.telli-r04-mobile-nav[hidden] {
		display: none;
	}

	.telli-r04-nav--mobile {
		display: block;
		height: auto;
		padding: 12px 30px 24px;
	}

	.telli-r04-nav--mobile .telli-r04-nav__item {
		display: grid;
		grid-template-columns: 1fr 44px;
		height: auto;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.telli-r04-nav--mobile .telli-r04-nav__link {
		height: 52px;
		padding: 0;
		color: #fff;
		font-size: 14px;
	}

	.telli-r04-nav--mobile .telli-r04-nav__link::after {
		display: none;
	}

	.telli-r04-nav--mobile .telli-r04-nav__submenu-toggle {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 44px;
		height: 52px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #fff;
		cursor: pointer;
	}

	.telli-r04-nav--mobile .telli-r04-nav__submenu-toggle svg {
		width: 18px;
		height: 18px;
		transition: transform .2s ease;
	}

	.telli-r04-nav--mobile .telli-r04-nav__submenu-toggle[aria-expanded="true"] svg {
		transform: rotate(180deg);
	}

	.telli-r04-nav--mobile .telli-r04-submenu {
		position: static;
		display: none;
		grid-column: 1 / -1;
		width: 100%;
		padding: 0 0 12px 18px;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.telli-r04-nav--mobile .telli-r04-submenu.is-open {
		display: block;
	}

	.telli-r04-nav--mobile .telli-r04-submenu li {
		height: auto;
		padding: 0;
	}

	.telli-r04-nav--mobile .telli-r04-submenu a {
		padding: 8px 0;
		color: #fff;
		font-size: 14px;
		line-height: 24px;
		white-space: normal;
	}

	.telli-r04-mobile-header .telli-r04-search-panel {
		top: 100px;
		right: 30px;
	}

}

@media (min-width: 768px) and (max-width: 1200px) {
	.telli-r04-footer__main,
	.telli-r04-footer__columns {
		height: auto;
	}

	.telli-r04-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto auto;
		padding: 55px 0 85px;
	}

	.telli-r04-footer__brand {
		grid-column: 1;
		grid-row: 1 / span 2;
	}

	.telli-r04-footer__column:nth-child(2) {
		grid-column: 2;
		grid-row: 1;
	}

	.telli-r04-footer__column:nth-child(3) {
		grid-column: 2;
		grid-row: 2;
	}
}

@media (max-width: 767px) {
	.telli-r04-mobile-header__inner {
		width: 90%;
	}

	.telli-r04-nav--mobile {
		padding-inline: 5%;
	}

	.telli-r04-mobile-header .telli-r04-search-panel {
		right: 5%;
		width: 90%;
	}

	.telli-r04-footer__main {
		height: auto;
		min-height: 913.65625px;
	}

	.telli-r04-footer__columns {
		display: block;
		width: 98%;
		height: auto;
		min-height: 913.65625px;
		margin-inline: auto;
		padding: 55px 0;
	}

	.telli-r04-footer__column {
		width: 100%;
		padding-inline: 15px;
	}

	.telli-r04-footer__column + .telli-r04-footer__column {
		margin-top: 35px;
	}

	.telli-r04-footer__copyright,
	.telli-r04-footer__copyright-inner {
		height: 72.5px;
	}

	.telli-r04-footer__copyright-inner {
		justify-content: center;
		text-align: center;
	}

}

@media (prefers-reduced-motion: reduce) {
	.telli-r04-header *,
	.telli-r04-footer *,
	.telli-r04-back-to-top {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
