.tm-animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.tm-animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.fadein {
	-webkit-animation-name: fadein;
	animation-name: fadein;
}

.fadeout {
	-webkit-animation-name: fadeout;
	animation-name: fadeout;
}

.fadeoutdown {
	-webkit-animation-name: fadeoutdown;
	animation-name: fadeoutdown;
}

.tcfa-1x {
	font-size: 1em;
}

.tcfa-2x {
	font-size: 2em;
}

.tcfa-3x {
	font-size: 3em;
}

.tcfa-4x {
	font-size: 4em;
}

.tcfa-5x {
	font-size: 5em;
}

.tcfa-6x {
	font-size: 6em;
}

.tcfa-7x {
	font-size: 7em;
}

.tcfa-8x {
	font-size: 8em;
}

.tcfa-9x {
	font-size: 9em;
}

.tcfa-10x {
	font-size: 10em;
}

.tcfa-2xs {
	font-size: calc(10 / 16 * 1em);
	line-height: calc(1 / 10 * 1);
	vertical-align: calc(( 6 / 10 - .375 ) * 1em);
}

.tcfa-xs {
	font-size: calc(12 / 16 * 1em);
	line-height: calc(1 / 12 * 1em);
	vertical-align: calc(( 6 / 12 - .375 ) * 1em);
}

.tcfa-sm {
	font-size: calc(14 / 16 * 1em);
	line-height: calc(1 / 14 * 1em);
	vertical-align: calc(( 6 / 14 - .375 ) * 1em);
}

.tcfa-lg {
	font-size: calc(20 / 16 * 1em);
	line-height: calc(1 / 20 * 1em);
	vertical-align: calc(( 6 / 20 - .375 ) * 1em);
}

.tcfa-xl {
	font-size: calc(24 / 16 * 1em);
	line-height: calc(1 / 24 * 1em);
	vertical-align: calc(( 6 / 24 - .375 ) * 1em);
}

.tcfa-2xl {
	font-size: calc(32 / 16 * 1em);
	line-height: calc(1 / 32 * 1em);
	vertical-align: calc(( 6 / 32 - .375 ) * 1em);
}

.tcfa-width-auto {
	--fa-width: auto;
}

.tcfa-fw, .tcfa-width-fixed {
	--fa-width: 1.25em;
}

.tcfa-ul {
	list-style-type: none;
	-webkit-margin-start: var(--fa-li-margin, 2.5em);
	margin-inline-start: var(--fa-li-margin, 2.5em);
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

.tcfa-ul>li {
	position: relative;
}

.tcfa-li {
	inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.tcfa-pull-left, .tcfa-pull-start {
	float: inline-start;
	-webkit-margin-end: var(--fa-pull-margin, .29999999999999999em);
	margin-inline-end: var(--fa-pull-margin, .29999999999999999em);
}

.tcfa-pull-right, .tcfa-pull-end {
	float: inline-end;
	-webkit-margin-start: var(--fa-pull-margin, .29999999999999999em);
	margin-inline-start: var(--fa-pull-margin, .29999999999999999em);
}

.tcfa-beat {
	-webkit-animation-name: fa-beat;
	animation-name: fa-beat;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.tcfa-bounce {
	-webkit-animation-name: fa-bounce;
	animation-name: fa-bounce;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28000000000000003, .83999999999999997, .41999999999999998, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28000000000000003, .83999999999999997, .41999999999999998, 1));
}

.tcfa-fade {
	-webkit-animation-name: fa-fade;
	animation-name: fa-fade;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.40000000000000002, 0, .59999999999999998, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.40000000000000002, 0, .59999999999999998, 1));
}

.tcfa-beat-fade {
	-webkit-animation-name: fa-beat-fade;
	animation-name: fa-beat-fade;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.40000000000000002, 0, .59999999999999998, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.40000000000000002, 0, .59999999999999998, 1));
}

.tcfa-flip {
	-webkit-animation-name: fa-flip;
	animation-name: fa-flip;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.tcfa-shake {
	-webkit-animation-name: fa-shake;
	animation-name: fa-shake;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.tcfa-spin {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 2s);
	animation-duration: var(--fa-animation-duration, 2s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.tcfa-spin-reverse {
	--fa-animation-direction: reverse;
}

.tcfa-pulse, .tcfa-spin-pulse {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.tcfa-beat, .tcfa-bounce, .tcfa-fade, .tcfa-beat-fade, .tcfa-flip, .tcfa-pulse, .tcfa-shake, .tcfa-spin, .tcfa-spin-pulse {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}

.tcfa-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tcfa-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tcfa-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.tcfa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.tcfa-flip-vertical {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.tcfa-flip-both, .tcfa-flip-horizontal.tcfa-flip-vertical {
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.tcfa-rotate-by {
	-webkit-transform: rotate(var(--fa-rotate-angle, 0));
	transform: rotate(var(--fa-rotate-angle, 0));
}

.tcfa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.tcfa-stack-1x, .tcfa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.tcfa-stack-1x {
	line-height: inherit;
}

.tcfa-stack-2x {
	font-size: 2em;
}

.tcfa-inverse {
	color: var(--fa-inverse, #fff);
}

.tcfa-0 {
	--fa: "0";
}

.tcfa-1 {
	--fa: "1";
}

.tcfa-2 {
	--fa: "2";
}

.tcfa-3 {
	--fa: "3";
}

.tcfa-4 {
	--fa: "4";
}

.tcfa-5 {
	--fa: "5";
}

.tcfa-6 {
	--fa: "6";
}

.tcfa-7 {
	--fa: "7";
}

.tcfa-8 {
	--fa: "8";
}

.tcfa-9 {
	--fa: "9";
}

.tcfa-exclamation {
	--fa: "!";
}

.tcfa-hashtag {
	--fa: "#";
}

.tcfa-dollar-sign {
	--fa: "$";
}

.tcfa-dollar {
	--fa: "$";
}

.tcfa-usd {
	--fa: "$";
}

.tcfa-percent {
	--fa: "%";
}

.tcfa-percentage {
	--fa: "%";
}

.tcfa-asterisk {
	--fa: "*";
}

.tcfa-plus {
	--fa: "+";
}

.tcfa-add {
	--fa: "+";
}

.tcfa-less-than {
	--fa: "<";
}

.tcfa-equals {
	--fa: "=";
}

.tcfa-greater-than {
	--fa: ">";
}

.tcfa-question {
	--fa: "?";
}

.tcfa-at {
	--fa: "@";
}

.tcfa-a {
	--fa: "A";
}

.tcfa-b {
	--fa: "B";
}

.tcfa-c {
	--fa: "C";
}

.tcfa-d {
	--fa: "D";
}

.tcfa-e {
	--fa: "E";
}

.tcfa-f {
	--fa: "F";
}

.tcfa-g {
	--fa: "G";
}

.tcfa-h {
	--fa: "H";
}

.tcfa-i {
	--fa: "I";
}

.tcfa-j {
	--fa: "J";
}

.tcfa-k {
	--fa: "K";
}

.tcfa-l {
	--fa: "L";
}

.tcfa-m {
	--fa: "M";
}

.tcfa-n {
	--fa: "N";
}

.tcfa-o {
	--fa: "O";
}

.tcfa-p {
	--fa: "P";
}

.tcfa-q {
	--fa: "Q";
}

.tcfa-r {
	--fa: "R";
}

.tcfa-s {
	--fa: "S";
}

.tcfa-t {
	--fa: "T";
}

.tcfa-u {
	--fa: "U";
}

.tcfa-v {
	--fa: "V";
}

.tcfa-w {
	--fa: "W";
}

.tcfa-x {
	--fa: "X";
}

.tcfa-y {
	--fa: "Y";
}

.tcfa-z {
	--fa: "Z";
}

.tcfa-faucet {
	--fa: "";
}

.tcfa-faucet-drip {
	--fa: "";
}

.tcfa-house-chimney-window {
	--fa: "";
}

.tcfa-house-signal {
	--fa: "";
}

.tcfa-temperature-arrow-down {
	--fa: "";
}

.tcfa-temperature-down {
	--fa: "";
}

.tcfa-temperature-arrow-up {
	--fa: "";
}

.tcfa-temperature-up {
	--fa: "";
}

.tcfa-trailer {
	--fa: "";
}

.tcfa-bacteria {
	--fa: "";
}

.tcfa-bacterium {
	--fa: "";
}

.tcfa-box-tissue {
	--fa: "";
}

.tcfa-hand-holding-medical {
	--fa: "";
}

.tcfa-hand-sparkles {
	--fa: "";
}

.tcfa-hands-bubbles {
	--fa: "";
}

.tcfa-hands-wash {
	--fa: "";
}

.tcfa-handshake-slash {
	--fa: "";
}

.tcfa-handshake-alt-slash {
	--fa: "";
}

.tcfa-handshake-simple-slash {
	--fa: "";
}

.tcfa-head-side-cough {
	--fa: "";
}

.tcfa-head-side-cough-slash {
	--fa: "";
}

.tcfa-head-side-mask {
	--fa: "";
}

.tcfa-head-side-virus {
	--fa: "";
}

.tcfa-house-chimney-user {
	--fa: "";
}

.tcfa-house-laptop {
	--fa: "";
}

.tcfa-laptop-house {
	--fa: "";
}

.tcfa-lungs-virus {
	--fa: "";
}

.tcfa-people-arrows {
	--fa: "";
}

.tcfa-people-arrows-left-right {
	--fa: "";
}

.tcfa-plane-slash {
	--fa: "";
}

.tcfa-pump-medical {
	--fa: "";
}

.tcfa-pump-soap {
	--fa: "";
}

.tcfa-shield-virus {
	--fa: "";
}

.tcfa-sink {
	--fa: "";
}

.tcfa-soap {
	--fa: "";
}

.tcfa-stopwatch-20 {
	--fa: "";
}

.tcfa-shop-slash {
	--fa: "";
}

.tcfa-store-alt-slash {
	--fa: "";
}

.tcfa-store-slash {
	--fa: "";
}

.tcfa-toilet-paper-slash {
	--fa: "";
}

.tcfa-users-slash {
	--fa: "";
}

.tcfa-virus {
	--fa: "";
}

.tcfa-virus-slash {
	--fa: "";
}

.tcfa-viruses {
	--fa: "";
}

.tcfa-vest {
	--fa: "";
}

.tcfa-vest-patches {
	--fa: "";
}

.tcfa-arrow-trend-down {
	--fa: "";
}

.tcfa-arrow-trend-up {
	--fa: "";
}

.tcfa-arrow-up-from-bracket {
	--fa: "";
}

.tcfa-austral-sign {
	--fa: "";
}

.tcfa-baht-sign {
	--fa: "";
}

.tcfa-bitcoin-sign {
	--fa: "";
}

.tcfa-bolt-lightning {
	--fa: "";
}

.tcfa-book-bookmark {
	--fa: "";
}

.tcfa-camera-rotate {
	--fa: "";
}

.tcfa-cedi-sign {
	--fa: "";
}

.tcfa-chart-column {
	--fa: "";
}

.tcfa-chart-gantt {
	--fa: "";
}

.tcfa-clapperboard {
	--fa: "";
}

.tcfa-clover {
	--fa: "";
}

.tcfa-code-compare {
	--fa: "";
}

.tcfa-code-fork {
	--fa: "";
}

.tcfa-code-pull-request {
	--fa: "";
}

.tcfa-colon-sign {
	--fa: "";
}

.tcfa-cruzeiro-sign {
	--fa: "";
}

.tcfa-display {
	--fa: "";
}

.tcfa-dong-sign {
	--fa: "";
}

.tcfa-elevator {
	--fa: "";
}

.tcfa-filter-circle-xmark {
	--fa: "";
}

.tcfa-florin-sign {
	--fa: "";
}

.tcfa-folder-closed {
	--fa: "";
}

.tcfa-franc-sign {
	--fa: "";
}

.tcfa-guarani-sign {
	--fa: "";
}

.tcfa-gun {
	--fa: "";
}

.tcfa-hands-clapping {
	--fa: "";
}

.tcfa-house-user {
	--fa: "";
}

.tcfa-home-user {
	--fa: "";
}

.tcfa-indian-rupee-sign {
	--fa: "";
}

.tcfa-indian-rupee {
	--fa: "";
}

.tcfa-inr {
	--fa: "";
}

.tcfa-kip-sign {
	--fa: "";
}

.tcfa-lari-sign {
	--fa: "";
}

.tcfa-litecoin-sign {
	--fa: "";
}

.tcfa-manat-sign {
	--fa: "";
}

.tcfa-mask-face {
	--fa: "";
}

.tcfa-mill-sign {
	--fa: "";
}

.tcfa-money-bills {
	--fa: "";
}

.tcfa-naira-sign {
	--fa: "";
}

.tcfa-notdef {
	--fa: "";
}

.tcfa-panorama {
	--fa: "";
}

.tcfa-peseta-sign {
	--fa: "";
}

.tcfa-peso-sign {
	--fa: "";
}

.tcfa-plane-up {
	--fa: "";
}

.tcfa-rupiah-sign {
	--fa: "";
}

.tcfa-stairs {
	--fa: "";
}

.tcfa-timeline {
	--fa: "";
}

.tcfa-truck-front {
	--fa: "";
}

.tcfa-turkish-lira-sign {
	--fa: "";
}

.tcfa-try {
	--fa: "";
}

.tcfa-turkish-lira {
	--fa: "";
}

.tcfa-vault {
	--fa: "";
}

.tcfa-wand-magic-sparkles {
	--fa: "";
}

.tcfa-magic-wand-sparkles {
	--fa: "";
}

.tcfa-wheat-awn {
	--fa: "";
}

.tcfa-wheat-alt {
	--fa: "";
}

.tcfa-wheelchair-move {
	--fa: "";
}

.tcfa-wheelchair-alt {
	--fa: "";
}

.tcfa-bangladeshi-taka-sign {
	--fa: "";
}

.tcfa-bowl-rice {
	--fa: "";
}

.tcfa-person-pregnant {
	--fa: "";
}

.tcfa-house-chimney {
	--fa: "";
}

.tcfa-home-lg {
	--fa: "";
}

.tcfa-house-crack {
	--fa: "";
}

.tcfa-house-medical {
	--fa: "";
}

.tcfa-cent-sign {
	--fa: "";
}

.tcfa-plus-minus {
	--fa: "";
}

.tcfa-sailboat {
	--fa: "";
}

.tcfa-section {
	--fa: "";
}

.tcfa-shrimp {
	--fa: "";
}

.tcfa-brazilian-real-sign {
	--fa: "";
}

.tcfa-chart-simple {
	--fa: "";
}

.tcfa-diagram-next {
	--fa: "";
}

.tcfa-diagram-predecessor {
	--fa: "";
}

.tcfa-diagram-successor {
	--fa: "";
}

.tcfa-earth-oceania {
	--fa: "";
}

.tcfa-globe-oceania {
	--fa: "";
}

.tcfa-bug-slash {
	--fa: "";
}

.tcfa-file-circle-plus {
	--fa: "";
}

.tcfa-shop-lock {
	--fa: "";
}

.tcfa-virus-covid {
	--fa: "";
}

.tcfa-virus-covid-slash {
	--fa: "";
}

.tcfa-anchor-circle-check {
	--fa: "";
}

.tcfa-anchor-circle-exclamation {
	--fa: "";
}

.tcfa-anchor-circle-xmark {
	--fa: "";
}

.tcfa-anchor-lock {
	--fa: "";
}

.tcfa-arrow-down-up-across-line {
	--fa: "";
}

.tcfa-arrow-down-up-lock {
	--fa: "";
}

.tcfa-arrow-right-to-city {
	--fa: "";
}

.tcfa-arrow-up-from-ground-water {
	--fa: "";
}

.tcfa-arrow-up-from-water-pump {
	--fa: "";
}

.tcfa-arrow-up-right-dots {
	--fa: "";
}

.tcfa-arrows-down-to-line {
	--fa: "";
}

.tcfa-arrows-down-to-people {
	--fa: "";
}

.tcfa-arrows-left-right-to-line {
	--fa: "";
}

.tcfa-arrows-spin {
	--fa: "";
}

.tcfa-arrows-split-up-and-left {
	--fa: "";
}

.tcfa-arrows-to-circle {
	--fa: "";
}

.tcfa-arrows-to-dot {
	--fa: "";
}

.tcfa-arrows-to-eye {
	--fa: "";
}

.tcfa-arrows-turn-right {
	--fa: "";
}

.tcfa-arrows-turn-to-dots {
	--fa: "";
}

.tcfa-arrows-up-to-line {
	--fa: "";
}

.tcfa-bore-hole {
	--fa: "";
}

.tcfa-bottle-droplet {
	--fa: "";
}

.tcfa-bottle-water {
	--fa: "";
}

.tcfa-bowl-food {
	--fa: "";
}

.tcfa-boxes-packing {
	--fa: "";
}

.tcfa-bridge {
	--fa: "";
}

.tcfa-bridge-circle-check {
	--fa: "";
}

.tcfa-bridge-circle-exclamation {
	--fa: "";
}

.tcfa-bridge-circle-xmark {
	--fa: "";
}

.tcfa-bridge-lock {
	--fa: "";
}

.tcfa-bridge-water {
	--fa: "";
}

.tcfa-bucket {
	--fa: "";
}

.tcfa-bugs {
	--fa: "";
}

.tcfa-building-circle-arrow-right {
	--fa: "";
}

.tcfa-building-circle-check {
	--fa: "";
}

.tcfa-building-circle-exclamation {
	--fa: "";
}

.tcfa-building-circle-xmark {
	--fa: "";
}

.tcfa-building-flag {
	--fa: "";
}

.tcfa-building-lock {
	--fa: "";
}

.tcfa-building-ngo {
	--fa: "";
}

.tcfa-building-shield {
	--fa: "";
}

.tcfa-building-un {
	--fa: "";
}

.tcfa-building-user {
	--fa: "";
}

.tcfa-building-wheat {
	--fa: "";
}

.tcfa-burst {
	--fa: "";
}

.tcfa-car-on {
	--fa: "";
}

.tcfa-car-tunnel {
	--fa: "";
}

.tcfa-child-combatant {
	--fa: "";
}

.tcfa-child-rifle {
	--fa: "";
}

.tcfa-children {
	--fa: "";
}

.tcfa-circle-nodes {
	--fa: "";
}

.tcfa-clipboard-question {
	--fa: "";
}

.tcfa-cloud-showers-water {
	--fa: "";
}

.tcfa-computer {
	--fa: "";
}

.tcfa-cubes-stacked {
	--fa: "";
}

.tcfa-envelope-circle-check {
	--fa: "";
}

.tcfa-explosion {
	--fa: "";
}

.tcfa-ferry {
	--fa: "";
}

.tcfa-file-circle-exclamation {
	--fa: "";
}

.tcfa-file-circle-minus {
	--fa: "";
}

.tcfa-file-circle-question {
	--fa: "";
}

.tcfa-file-shield {
	--fa: "";
}

.tcfa-fire-burner {
	--fa: "";
}

.tcfa-fish-fins {
	--fa: "";
}

.tcfa-flask-vial {
	--fa: "";
}

.tcfa-glass-water {
	--fa: "";
}

.tcfa-glass-water-droplet {
	--fa: "";
}

.tcfa-group-arrows-rotate {
	--fa: "";
}

.tcfa-hand-holding-hand {
	--fa: "";
}

.tcfa-handcuffs {
	--fa: "";
}

.tcfa-hands-bound {
	--fa: "";
}

.tcfa-hands-holding-child {
	--fa: "";
}

.tcfa-hands-holding-circle {
	--fa: "";
}

.tcfa-heart-circle-bolt {
	--fa: "";
}

.tcfa-heart-circle-check {
	--fa: "";
}

.tcfa-heart-circle-exclamation {
	--fa: "";
}

.tcfa-heart-circle-minus {
	--fa: "";
}

.tcfa-heart-circle-plus {
	--fa: "";
}

.tcfa-heart-circle-xmark {
	--fa: "";
}

.tcfa-helicopter-symbol {
	--fa: "";
}

.tcfa-helmet-un {
	--fa: "";
}

.tcfa-hill-avalanche {
	--fa: "";
}

.tcfa-hill-rockslide {
	--fa: "";
}

.tcfa-house-circle-check {
	--fa: "";
}

.tcfa-house-circle-exclamation {
	--fa: "";
}

.tcfa-house-circle-xmark {
	--fa: "";
}

.tcfa-house-fire {
	--fa: "";
}

.tcfa-house-flag {
	--fa: "";
}

.tcfa-house-flood-water {
	--fa: "";
}

.tcfa-house-flood-water-circle-arrow-right {
	--fa: "";
}

.tcfa-house-lock {
	--fa: "";
}

.tcfa-house-medical-circle-check {
	--fa: "";
}

.tcfa-house-medical-circle-exclamation {
	--fa: "";
}

.tcfa-house-medical-circle-xmark {
	--fa: "";
}

.tcfa-house-medical-flag {
	--fa: "";
}

.tcfa-house-tsunami {
	--fa: "";
}

.tcfa-jar {
	--fa: "";
}

.tcfa-jar-wheat {
	--fa: "";
}

.tcfa-jet-fighter-up {
	--fa: "";
}

.tcfa-jug-detergent {
	--fa: "";
}

.tcfa-kitchen-set {
	--fa: "";
}

.tcfa-land-mine-on {
	--fa: "";
}

.tcfa-landmark-flag {
	--fa: "";
}

.tcfa-laptop-file {
	--fa: "";
}

.tcfa-lines-leaning {
	--fa: "";
}

.tcfa-location-pin-lock {
	--fa: "";
}

.tcfa-locust {
	--fa: "";
}

.tcfa-magnifying-glass-arrow-right {
	--fa: "";
}

.tcfa-magnifying-glass-chart {
	--fa: "";
}

.tcfa-mars-and-venus-burst {
	--fa: "";
}

.tcfa-mask-ventilator {
	--fa: "";
}

.tcfa-mattress-pillow {
	--fa: "";
}

.tcfa-mobile-retro {
	--fa: "";
}

.tcfa-money-bill-transfer {
	--fa: "";
}

.tcfa-money-bill-trend-up {
	--fa: "";
}

.tcfa-money-bill-wheat {
	--fa: "";
}

.tcfa-mosquito {
	--fa: "";
}

.tcfa-mosquito-net {
	--fa: "";
}

.tcfa-mound {
	--fa: "";
}

.tcfa-mountain-city {
	--fa: "";
}

.tcfa-mountain-sun {
	--fa: "";
}

.tcfa-oil-well {
	--fa: "";
}

.tcfa-people-group {
	--fa: "";
}

.tcfa-people-line {
	--fa: "";
}

.tcfa-people-pulling {
	--fa: "";
}

.tcfa-people-robbery {
	--fa: "";
}

.tcfa-people-roof {
	--fa: "";
}

.tcfa-person-arrow-down-to-line {
	--fa: "";
}

.tcfa-person-arrow-up-from-line {
	--fa: "";
}

.tcfa-person-breastfeeding {
	--fa: "";
}

.tcfa-person-burst {
	--fa: "";
}

.tcfa-person-cane {
	--fa: "";
}

.tcfa-person-chalkboard {
	--fa: "";
}

.tcfa-person-circle-check {
	--fa: "";
}

.tcfa-person-circle-exclamation {
	--fa: "";
}

.tcfa-person-circle-minus {
	--fa: "";
}

.tcfa-person-circle-plus {
	--fa: "";
}

.tcfa-person-circle-question {
	--fa: "";
}

.tcfa-person-circle-xmark {
	--fa: "";
}

.tcfa-person-dress-burst {
	--fa: "";
}

.tcfa-person-drowning {
	--fa: "";
}

.tcfa-person-falling {
	--fa: "";
}

.tcfa-person-falling-burst {
	--fa: "";
}

.tcfa-person-half-dress {
	--fa: "";
}

.tcfa-person-harassing {
	--fa: "";
}

.tcfa-person-military-pointing {
	--fa: "";
}

.tcfa-person-military-rifle {
	--fa: "";
}

.tcfa-person-military-to-person {
	--fa: "";
}

.tcfa-person-rays {
	--fa: "";
}

.tcfa-person-rifle {
	--fa: "";
}

.tcfa-person-shelter {
	--fa: "";
}

.tcfa-person-walking-arrow-loop-left {
	--fa: "";
}

.tcfa-person-walking-arrow-right {
	--fa: "";
}

.tcfa-person-walking-dashed-line-arrow-right {
	--fa: "";
}

.tcfa-person-walking-luggage {
	--fa: "";
}

.tcfa-plane-circle-check {
	--fa: "";
}

.tcfa-plane-circle-exclamation {
	--fa: "";
}

.tcfa-plane-circle-xmark {
	--fa: "";
}

.tcfa-plane-lock {
	--fa: "";
}

.tcfa-plate-wheat {
	--fa: "";
}

.tcfa-plug-circle-bolt {
	--fa: "";
}

.tcfa-plug-circle-check {
	--fa: "";
}

.tcfa-plug-circle-exclamation {
	--fa: "";
}

.tcfa-plug-circle-minus {
	--fa: "";
}

.tcfa-plug-circle-plus {
	--fa: "";
}

.tcfa-plug-circle-xmark {
	--fa: "";
}

.tcfa-ranking-star {
	--fa: "";
}

.tcfa-road-barrier {
	--fa: "";
}

.tcfa-road-bridge {
	--fa: "";
}

.tcfa-road-circle-check {
	--fa: "";
}

.tcfa-road-circle-exclamation {
	--fa: "";
}

.tcfa-road-circle-xmark {
	--fa: "";
}

.tcfa-road-lock {
	--fa: "";
}

.tcfa-road-spikes {
	--fa: "";
}

.tcfa-rug {
	--fa: "";
}

.tcfa-sack-xmark {
	--fa: "";
}

.tcfa-school-circle-check {
	--fa: "";
}

.tcfa-school-circle-exclamation {
	--fa: "";
}

.tcfa-school-circle-xmark {
	--fa: "";
}

.tcfa-school-flag {
	--fa: "";
}

.tcfa-school-lock {
	--fa: "";
}

.tcfa-sheet-plastic {
	--fa: "";
}

.tcfa-shield-cat {
	--fa: "";
}

.tcfa-shield-dog {
	--fa: "";
}

.tcfa-shield-heart {
	--fa: "";
}

.tcfa-square-nfi {
	--fa: "";
}

.tcfa-square-person-confined {
	--fa: "";
}

.tcfa-square-virus {
	--fa: "";
}

.tcfa-staff-snake {
	--fa: "";
}

.tcfa-rod-asclepius {
	--fa: "";
}

.tcfa-rod-snake {
	--fa: "";
}

.tcfa-staff-aesculapius {
	--fa: "";
}

.tcfa-sun-plant-wilt {
	--fa: "";
}

.tcfa-tarp {
	--fa: "";
}

.tcfa-tarp-droplet {
	--fa: "";
}

.tcfa-tent {
	--fa: "";
}

.tcfa-tent-arrow-down-to-line {
	--fa: "";
}

.tcfa-tent-arrow-left-right {
	--fa: "";
}

.tcfa-tent-arrow-turn-left {
	--fa: "";
}

.tcfa-tent-arrows-down {
	--fa: "";
}

.tcfa-tents {
	--fa: "";
}

.tcfa-toilet-portable {
	--fa: "";
}

.tcfa-toilets-portable {
	--fa: "";
}

.tcfa-tower-cell {
	--fa: "";
}

.tcfa-tower-observation {
	--fa: "";
}

.tcfa-tree-city {
	--fa: "";
}

.tcfa-trowel {
	--fa: "";
}

.tcfa-trowel-bricks {
	--fa: "";
}

.tcfa-truck-arrow-right {
	--fa: "";
}

.tcfa-truck-droplet {
	--fa: "";
}

.tcfa-truck-field {
	--fa: "";
}

.tcfa-truck-field-un {
	--fa: "";
}

.tcfa-truck-plane {
	--fa: "";
}

.tcfa-users-between-lines {
	--fa: "";
}

.tcfa-users-line {
	--fa: "";
}

.tcfa-users-rays {
	--fa: "";
}

.tcfa-users-rectangle {
	--fa: "";
}

.tcfa-users-viewfinder {
	--fa: "";
}

.tcfa-vial-circle-check {
	--fa: "";
}

.tcfa-vial-virus {
	--fa: "";
}

.tcfa-wheat-awn-circle-exclamation {
	--fa: "";
}

.tcfa-worm {
	--fa: "";
}

.tcfa-xmarks-lines {
	--fa: "";
}

.tcfa-child-dress {
	--fa: "";
}

.tcfa-child-reaching {
	--fa: "";
}

.tcfa-file-circle-check {
	--fa: "";
}

.tcfa-file-circle-xmark {
	--fa: "";
}

.tcfa-person-through-window {
	--fa: "";
}

.tcfa-plant-wilt {
	--fa: "";
}

.tcfa-stapler {
	--fa: "";
}

.tcfa-train-tram {
	--fa: "";
}

.tcfa-table-cells-column-lock {
	--fa: "";
}

.tcfa-table-cells-row-lock {
	--fa: "";
}

.tcfa-web-awesome {
	--fa: "";
}

.tcfa-thumbtack-slash {
	--fa: "";
}

.tcfa-thumb-tack-slash {
	--fa: "";
}

.tcfa-table-cells-row-unlock {
	--fa: "";
}

.tcfa-chart-diagram {
	--fa: "";
}

.tcfa-comment-nodes {
	--fa: "";
}

.tcfa-file-fragment {
	--fa: "";
}

.tcfa-file-half-dashed {
	--fa: "";
}

.tcfa-hexagon-nodes {
	--fa: "";
}

.tcfa-hexagon-nodes-bolt {
	--fa: "";
}

.tcfa-square-binary {
	--fa: "";
}

.tcfa-pentagon {
	--fa: "";
}

.tcfa-non-binary {
	--fa: "";
}

.tcfa-spiral {
	--fa: "";
}

.tcfa-mobile-vibrate {
	--fa: "";
}

.tcfa-single-quote-left {
	--fa: "";
}

.tcfa-single-quote-right {
	--fa: "";
}

.tcfa-bus-side {
	--fa: "";
}

.tcfa-septagon {
	--fa: "";
}

.tcfa-heptagon {
	--fa: "";
}

.tcfa-martini-glass-empty {
	--fa: "";
}

.tcfa-glass-martini {
	--fa: "";
}

.tcfa-music {
	--fa: "";
}

.tcfa-magnifying-glass {
	--fa: "";
}

.tcfa-search {
	--fa: "";
}

.tcfa-heart {
	--fa: "";
}

.tcfa-star {
	--fa: "";
}

.tcfa-user {
	--fa: "";
}

.tcfa-user-alt {
	--fa: "";
}

.tcfa-user-large {
	--fa: "";
}

.tcfa-film {
	--fa: "";
}

.tcfa-film-alt {
	--fa: "";
}

.tcfa-film-simple {
	--fa: "";
}

.tcfa-table-cells-large {
	--fa: "";
}

.tcfa-th-large {
	--fa: "";
}

.tcfa-table-cells {
	--fa: "";
}

.tcfa-th {
	--fa: "";
}

.tcfa-table-list {
	--fa: "";
}

.tcfa-th-list {
	--fa: "";
}

.tcfa-check {
	--fa: "";
}

.tcfa-xmark {
	--fa: "";
}

.tcfa-close {
	--fa: "";
}

.tcfa-multiply {
	--fa: "";
}

.tcfa-remove {
	--fa: "";
}

.tcfa-times {
	--fa: "";
}

.tcfa-magnifying-glass-plus {
	--fa: "";
}

.tcfa-search-plus {
	--fa: "";
}

.tcfa-magnifying-glass-minus {
	--fa: "";
}

.tcfa-search-minus {
	--fa: "";
}

.tcfa-power-off {
	--fa: "";
}

.tcfa-signal {
	--fa: "";
}

.tcfa-signal-5 {
	--fa: "";
}

.tcfa-signal-perfect {
	--fa: "";
}

.tcfa-gear {
	--fa: "";
}

.tcfa-cog {
	--fa: "";
}

.tcfa-house {
	--fa: "";
}

.tcfa-home {
	--fa: "";
}

.tcfa-home-alt {
	--fa: "";
}

.tcfa-home-lg-alt {
	--fa: "";
}

.tcfa-clock {
	--fa: "";
}

.tcfa-clock-four {
	--fa: "";
}

.tcfa-road {
	--fa: "";
}

.tcfa-download {
	--fa: "";
}

.tcfa-inbox {
	--fa: "";
}

.tcfa-arrow-rotate-right {
	--fa: "";
}

.tcfa-arrow-right-rotate {
	--fa: "";
}

.tcfa-arrow-rotate-forward {
	--fa: "";
}

.tcfa-redo {
	--fa: "";
}

.tcfa-arrows-rotate {
	--fa: "";
}

.tcfa-refresh {
	--fa: "";
}

.tcfa-sync {
	--fa: "";
}

.tcfa-rectangle-list {
	--fa: "";
}

.tcfa-list-alt {
	--fa: "";
}

.tcfa-lock {
	--fa: "";
}

.tcfa-flag {
	--fa: "";
}

.tcfa-headphones {
	--fa: "";
}

.tcfa-headphones-alt {
	--fa: "";
}

.tcfa-headphones-simple {
	--fa: "";
}

.tcfa-volume-off {
	--fa: "";
}

.tcfa-volume-low {
	--fa: "";
}

.tcfa-volume-down {
	--fa: "";
}

.tcfa-volume-high {
	--fa: "";
}

.tcfa-volume-up {
	--fa: "";
}

.tcfa-qrcode {
	--fa: "";
}

.tcfa-barcode {
	--fa: "";
}

.tcfa-tag {
	--fa: "";
}

.tcfa-tags {
	--fa: "";
}

.tcfa-book {
	--fa: "";
}

.tcfa-bookmark {
	--fa: "";
}

.tcfa-print {
	--fa: "";
}

.tcfa-camera {
	--fa: "";
}

.tcfa-camera-alt {
	--fa: "";
}

.tcfa-font {
	--fa: "";
}

.tcfa-bold {
	--fa: "";
}

.tcfa-italic {
	--fa: "";
}

.tcfa-text-height {
	--fa: "";
}

.tcfa-text-width {
	--fa: "";
}

.tcfa-align-left {
	--fa: "";
}

.tcfa-align-center {
	--fa: "";
}

.tcfa-align-right {
	--fa: "";
}

.tcfa-align-justify {
	--fa: "";
}

.tcfa-list {
	--fa: "";
}

.tcfa-list-squares {
	--fa: "";
}

.tcfa-outdent {
	--fa: "";
}

.tcfa-dedent {
	--fa: "";
}

.tcfa-indent {
	--fa: "";
}

.tcfa-video {
	--fa: "";
}

.tcfa-video-camera {
	--fa: "";
}

.tcfa-image {
	--fa: "";
}

.tcfa-location-pin {
	--fa: "";
}

.tcfa-map-marker {
	--fa: "";
}

.tcfa-circle-half-stroke {
	--fa: "";
}

.tcfa-adjust {
	--fa: "";
}

.tcfa-droplet {
	--fa: "";
}

.tcfa-tint {
	--fa: "";
}

.tcfa-pen-to-square {
	--fa: "";
}

.tcfa-edit {
	--fa: "";
}

.tcfa-arrows-up-down-left-right {
	--fa: "";
}

.tcfa-arrows {
	--fa: "";
}

.tcfa-backward-step {
	--fa: "";
}

.tcfa-step-backward {
	--fa: "";
}

.tcfa-backward-fast {
	--fa: "";
}

.tcfa-fast-backward {
	--fa: "";
}

.tcfa-backward {
	--fa: "";
}

.tcfa-play {
	--fa: "";
}

.tcfa-pause {
	--fa: "";
}

.tcfa-stop {
	--fa: "";
}

.tcfa-forward {
	--fa: "";
}

.tcfa-forward-fast {
	--fa: "";
}

.tcfa-fast-forward {
	--fa: "";
}

.tcfa-forward-step {
	--fa: "";
}

.tcfa-step-forward {
	--fa: "";
}

.tcfa-eject {
	--fa: "";
}

.tcfa-chevron-left {
	--fa: "";
}

.tcfa-chevron-right {
	--fa: "";
}

.tcfa-circle-plus {
	--fa: "";
}

.tcfa-plus-circle {
	--fa: "";
}

.tcfa-circle-minus {
	--fa: "";
}

.tcfa-minus-circle {
	--fa: "";
}

.tcfa-circle-xmark {
	--fa: "";
}

.tcfa-times-circle {
	--fa: "";
}

.tcfa-xmark-circle {
	--fa: "";
}

.tcfa-circle-check {
	--fa: "";
}

.tcfa-check-circle {
	--fa: "";
}

.tcfa-circle-question {
	--fa: "";
}

.tcfa-circle-info {
	--fa: "";
}

.tcfa-info-circle {
	--fa: "";
}

.tcfa-crosshairs {
	--fa: "";
}

.tcfa-ban {
	--fa: "";
}

.tcfa-cancel {
	--fa: "";
}

.tcfa-arrow-left {
	--fa: "";
}

.tcfa-arrow-right {
	--fa: "";
}

.tcfa-arrow-up {
	--fa: "";
}

.tcfa-arrow-down {
	--fa: "";
}

.tcfa-share {
	--fa: "";
}

.tcfa-mail-forward {
	--fa: "";
}

.tcfa-expand {
	--fa: "";
}

.tcfa-compress {
	--fa: "";
}

.tcfa-minus {
	--fa: "";
}

.tcfa-subtract {
	--fa: "";
}

.tcfa-circle-exclamation {
	--fa: "";
}

.tcfa-exclamation-circle {
	--fa: "";
}

.tcfa-gift {
	--fa: "";
}

.tcfa-leaf {
	--fa: "";
}

.tcfa-fire {
	--fa: "";
}

.tcfa-eye {
	--fa: "";
}

.tcfa-eye-slash {
	--fa: "";
}

.tcfa-triangle-exclamation {
	--fa: "";
}

.tcfa-exclamation-triangle {
	--fa: "";
}

.tcfa-warning {
	--fa: "";
}

.tcfa-plane {
	--fa: "";
}

.tcfa-calendar-days {
	--fa: "";
}

.tcfa-calendar-alt {
	--fa: "";
}

.tcfa-shuffle {
	--fa: "";
}

.tcfa-random {
	--fa: "";
}

.tcfa-comment {
	--fa: "";
}

.tcfa-magnet {
	--fa: "";
}

.tcfa-chevron-up {
	--fa: "";
}

.tcfa-chevron-down {
	--fa: "";
}

.tcfa-retweet {
	--fa: "";
}

.tcfa-cart-shopping {
	--fa: "";
}

.tcfa-shopping-cart {
	--fa: "";
}

.tcfa-folder {
	--fa: "";
}

.tcfa-folder-blank {
	--fa: "";
}

.tcfa-folder-open {
	--fa: "";
}

.tcfa-arrows-up-down {
	--fa: "";
}

.tcfa-arrows-v {
	--fa: "";
}

.tcfa-arrows-left-right {
	--fa: "";
}

.tcfa-arrows-h {
	--fa: "";
}

.tcfa-chart-bar {
	--fa: "";
}

.tcfa-bar-chart {
	--fa: "";
}

.tcfa-camera-retro {
	--fa: "";
}

.tcfa-key {
	--fa: "";
}

.tcfa-gears {
	--fa: "";
}

.tcfa-cogs {
	--fa: "";
}

.tcfa-comments {
	--fa: "";
}

.tcfa-star-half {
	--fa: "";
}

.tcfa-arrow-right-from-bracket {
	--fa: "";
}

.tcfa-sign-out {
	--fa: "";
}

.tcfa-thumbtack {
	--fa: "";
}

.tcfa-thumb-tack {
	--fa: "";
}

.tcfa-arrow-up-right-from-square {
	--fa: "";
}

.tcfa-external-link {
	--fa: "";
}

.tcfa-arrow-right-to-bracket {
	--fa: "";
}

.tcfa-sign-in {
	--fa: "";
}

.tcfa-trophy {
	--fa: "";
}

.tcfa-upload {
	--fa: "";
}

.tcfa-lemon {
	--fa: "";
}

.tcfa-phone {
	--fa: "";
}

.tcfa-square-phone {
	--fa: "";
}

.tcfa-phone-square {
	--fa: "";
}

.tcfa-unlock {
	--fa: "";
}

.tcfa-credit-card {
	--fa: "";
}

.tcfa-credit-card-alt {
	--fa: "";
}

.tcfa-rss {
	--fa: "";
}

.tcfa-feed {
	--fa: "";
}

.tcfa-hard-drive {
	--fa: "";
}

.tcfa-hdd {
	--fa: "";
}

.tcfa-bullhorn {
	--fa: "";
}

.tcfa-certificate {
	--fa: "";
}

.tcfa-hand-point-right {
	--fa: "";
}

.tcfa-hand-point-left {
	--fa: "";
}

.tcfa-hand-point-up {
	--fa: "";
}

.tcfa-hand-point-down {
	--fa: "";
}

.tcfa-circle-arrow-left {
	--fa: "";
}

.tcfa-arrow-circle-left {
	--fa: "";
}

.tcfa-circle-arrow-right {
	--fa: "";
}

.tcfa-arrow-circle-right {
	--fa: "";
}

.tcfa-circle-arrow-up {
	--fa: "";
}

.tcfa-arrow-circle-up {
	--fa: "";
}

.tcfa-circle-arrow-down {
	--fa: "";
}

.tcfa-arrow-circle-down {
	--fa: "";
}

.tcfa-globe {
	--fa: "";
}

.tcfa-wrench {
	--fa: "";
}

.tcfa-list-check {
	--fa: "";
}

.tcfa-tasks {
	--fa: "";
}

.tcfa-filter {
	--fa: "";
}

.tcfa-briefcase {
	--fa: "";
}

.tcfa-up-down-left-right {
	--fa: "";
}

.tcfa-arrows-alt {
	--fa: "";
}

.tcfa-users {
	--fa: "";
}

.tcfa-link {
	--fa: "";
}

.tcfa-chain {
	--fa: "";
}

.tcfa-cloud {
	--fa: "";
}

.tcfa-flask {
	--fa: "";
}

.tcfa-scissors {
	--fa: "";
}

.tcfa-cut {
	--fa: "";
}

.tcfa-copy {
	--fa: "";
}

.tcfa-paperclip {
	--fa: "";
}

.tcfa-floppy-disk {
	--fa: "";
}

.tcfa-save {
	--fa: "";
}

.tcfa-square {
	--fa: "";
}

.tcfa-bars {
	--fa: "";
}

.tcfa-navicon {
	--fa: "";
}

.tcfa-list-ul {
	--fa: "";
}

.tcfa-list-dots {
	--fa: "";
}

.tcfa-list-ol {
	--fa: "";
}

.tcfa-list-1-2 {
	--fa: "";
}

.tcfa-list-numeric {
	--fa: "";
}

.tcfa-strikethrough {
	--fa: "";
}

.tcfa-underline {
	--fa: "";
}

.tcfa-table {
	--fa: "";
}

.tcfa-wand-magic {
	--fa: "";
}

.tcfa-magic {
	--fa: "";
}

.tcfa-truck {
	--fa: "";
}

.tcfa-money-bill {
	--fa: "";
}

.tcfa-caret-down {
	--fa: "";
}

.tcfa-caret-up {
	--fa: "";
}

.tcfa-caret-left {
	--fa: "";
}

.tcfa-caret-right {
	--fa: "";
}

.tcfa-table-columns {
	--fa: "";
}

.tcfa-columns {
	--fa: "";
}

.tcfa-sort {
	--fa: "";
}

.tcfa-unsorted {
	--fa: "";
}

.tcfa-sort-down {
	--fa: "";
}

.tcfa-sort-desc {
	--fa: "";
}

.tcfa-sort-up {
	--fa: "";
}

.tcfa-sort-asc {
	--fa: "";
}

.tcfa-envelope {
	--fa: "";
}

.tcfa-arrow-rotate-left {
	--fa: "";
}

.tcfa-arrow-left-rotate {
	--fa: "";
}

.tcfa-arrow-rotate-back {
	--fa: "";
}

.tcfa-arrow-rotate-backward {
	--fa: "";
}

.tcfa-undo {
	--fa: "";
}

.tcfa-gavel {
	--fa: "";
}

.tcfa-legal {
	--fa: "";
}

.tcfa-bolt {
	--fa: "";
}

.tcfa-zap {
	--fa: "";
}

.tcfa-sitemap {
	--fa: "";
}

.tcfa-umbrella {
	--fa: "";
}

.tcfa-paste {
	--fa: "";
}

.tcfa-file-clipboard {
	--fa: "";
}

.tcfa-lightbulb {
	--fa: "";
}

.tcfa-arrow-right-arrow-left {
	--fa: "";
}

.tcfa-exchange {
	--fa: "";
}

.tcfa-cloud-arrow-down {
	--fa: "";
}

.tcfa-cloud-download {
	--fa: "";
}

.tcfa-cloud-download-alt {
	--fa: "";
}

.tcfa-cloud-arrow-up {
	--fa: "";
}

.tcfa-cloud-upload {
	--fa: "";
}

.tcfa-cloud-upload-alt {
	--fa: "";
}

.tcfa-user-doctor {
	--fa: "";
}

.tcfa-user-md {
	--fa: "";
}

.tcfa-stethoscope {
	--fa: "";
}

.tcfa-suitcase {
	--fa: "";
}

.tcfa-bell {
	--fa: "";
}

.tcfa-mug-saucer {
	--fa: "";
}

.tcfa-coffee {
	--fa: "";
}

.tcfa-hospital {
	--fa: "";
}

.tcfa-hospital-alt {
	--fa: "";
}

.tcfa-hospital-wide {
	--fa: "";
}

.tcfa-truck-medical {
	--fa: "";
}

.tcfa-ambulance {
	--fa: "";
}

.tcfa-suitcase-medical {
	--fa: "";
}

.tcfa-medkit {
	--fa: "";
}

.tcfa-jet-fighter {
	--fa: "";
}

.tcfa-fighter-jet {
	--fa: "";
}

.tcfa-beer-mug-empty {
	--fa: "";
}

.tcfa-beer {
	--fa: "";
}

.tcfa-square-h {
	--fa: "";
}

.tcfa-h-square {
	--fa: "";
}

.tcfa-square-plus {
	--fa: "";
}

.tcfa-plus-square {
	--fa: "";
}

.tcfa-angles-left {
	--fa: "";
}

.tcfa-angle-double-left {
	--fa: "";
}

.tcfa-angles-right {
	--fa: "";
}

.tcfa-angle-double-right {
	--fa: "";
}

.tcfa-angles-up {
	--fa: "";
}

.tcfa-angle-double-up {
	--fa: "";
}

.tcfa-angles-down {
	--fa: "";
}

.tcfa-angle-double-down {
	--fa: "";
}

.tcfa-angle-left {
	--fa: "";
}

.tcfa-angle-right {
	--fa: "";
}

.tcfa-angle-up {
	--fa: "";
}

.tcfa-angle-down {
	--fa: "";
}

.tcfa-laptop {
	--fa: "";
}

.tcfa-tablet-button {
	--fa: "";
}

.tcfa-mobile-button {
	--fa: "";
}

.tcfa-quote-left {
	--fa: "";
}

.tcfa-quote-left-alt {
	--fa: "";
}

.tcfa-quote-right {
	--fa: "";
}

.tcfa-quote-right-alt {
	--fa: "";
}

.tcfa-spinner {
	--fa: "";
}

.tcfa-circle {
	--fa: "";
}

.tcfa-face-smile {
	--fa: "";
}

.tcfa-smile {
	--fa: "";
}

.tcfa-face-frown {
	--fa: "";
}

.tcfa-frown {
	--fa: "";
}

.tcfa-face-meh {
	--fa: "";
}

.tcfa-meh {
	--fa: "";
}

.tcfa-gamepad {
	--fa: "";
}

.tcfa-keyboard {
	--fa: "";
}

.tcfa-flag-checkered {
	--fa: "";
}

.tcfa-terminal {
	--fa: "";
}

.tcfa-code {
	--fa: "";
}

.tcfa-reply-all {
	--fa: "";
}

.tcfa-mail-reply-all {
	--fa: "";
}

.tcfa-location-arrow {
	--fa: "";
}

.tcfa-crop {
	--fa: "";
}

.tcfa-code-branch {
	--fa: "";
}

.tcfa-link-slash {
	--fa: "";
}

.tcfa-chain-broken {
	--fa: "";
}

.tcfa-chain-slash {
	--fa: "";
}

.tcfa-unlink {
	--fa: "";
}

.tcfa-info {
	--fa: "";
}

.tcfa-superscript {
	--fa: "";
}

.tcfa-subscript {
	--fa: "";
}

.tcfa-eraser {
	--fa: "";
}

.tcfa-puzzle-piece {
	--fa: "";
}

.tcfa-microphone {
	--fa: "";
}

.tcfa-microphone-slash {
	--fa: "";
}

.tcfa-shield {
	--fa: "";
}

.tcfa-shield-blank {
	--fa: "";
}

.tcfa-calendar {
	--fa: "";
}

.tcfa-fire-extinguisher {
	--fa: "";
}

.tcfa-rocket {
	--fa: "";
}

.tcfa-circle-chevron-left {
	--fa: "";
}

.tcfa-chevron-circle-left {
	--fa: "";
}

.tcfa-circle-chevron-right {
	--fa: "";
}

.tcfa-chevron-circle-right {
	--fa: "";
}

.tcfa-circle-chevron-up {
	--fa: "";
}

.tcfa-chevron-circle-up {
	--fa: "";
}

.tcfa-circle-chevron-down {
	--fa: "";
}

.tcfa-chevron-circle-down {
	--fa: "";
}

.tcfa-anchor {
	--fa: "";
}

.tcfa-unlock-keyhole {
	--fa: "";
}

.tcfa-unlock-alt {
	--fa: "";
}

.tcfa-bullseye {
	--fa: "";
}

.tcfa-ellipsis {
	--fa: "";
}

.tcfa-ellipsis-h {
	--fa: "";
}

.tcfa-ellipsis-vertical {
	--fa: "";
}

.tcfa-ellipsis-v {
	--fa: "";
}

.tcfa-square-rss {
	--fa: "";
}

.tcfa-rss-square {
	--fa: "";
}

.tcfa-circle-play {
	--fa: "";
}

.tcfa-play-circle {
	--fa: "";
}

.tcfa-ticket {
	--fa: "";
}

.tcfa-square-minus {
	--fa: "";
}

.tcfa-minus-square {
	--fa: "";
}

.tcfa-arrow-turn-up {
	--fa: "";
}

.tcfa-level-up {
	--fa: "";
}

.tcfa-arrow-turn-down {
	--fa: "";
}

.tcfa-level-down {
	--fa: "";
}

.tcfa-square-check {
	--fa: "";
}

.tcfa-check-square {
	--fa: "";
}

.tcfa-square-pen {
	--fa: "";
}

.tcfa-pen-square {
	--fa: "";
}

.tcfa-pencil-square {
	--fa: "";
}

.tcfa-square-arrow-up-right {
	--fa: "";
}

.tcfa-external-link-square {
	--fa: "";
}

.tcfa-share-from-square {
	--fa: "";
}

.tcfa-share-square {
	--fa: "";
}

.tcfa-compass {
	--fa: "";
}

.tcfa-square-caret-down {
	--fa: "";
}

.tcfa-caret-square-down {
	--fa: "";
}

.tcfa-square-caret-up {
	--fa: "";
}

.tcfa-caret-square-up {
	--fa: "";
}

.tcfa-square-caret-right {
	--fa: "";
}

.tcfa-caret-square-right {
	--fa: "";
}

.tcfa-euro-sign {
	--fa: "";
}

.tcfa-eur {
	--fa: "";
}

.tcfa-euro {
	--fa: "";
}

.tcfa-sterling-sign {
	--fa: "";
}

.tcfa-gbp {
	--fa: "";
}

.tcfa-pound-sign {
	--fa: "";
}

.tcfa-rupee-sign {
	--fa: "";
}

.tcfa-rupee {
	--fa: "";
}

.tcfa-yen-sign {
	--fa: "";
}

.tcfa-cny {
	--fa: "";
}

.tcfa-jpy {
	--fa: "";
}

.tcfa-rmb {
	--fa: "";
}

.tcfa-yen {
	--fa: "";
}

.tcfa-ruble-sign {
	--fa: "";
}

.tcfa-rouble {
	--fa: "";
}

.tcfa-rub {
	--fa: "";
}

.tcfa-ruble {
	--fa: "";
}

.tcfa-won-sign {
	--fa: "";
}

.tcfa-krw {
	--fa: "";
}

.tcfa-won {
	--fa: "";
}

.tcfa-file {
	--fa: "";
}

.tcfa-file-lines {
	--fa: "";
}

.tcfa-file-alt {
	--fa: "";
}

.tcfa-file-text {
	--fa: "";
}

.tcfa-arrow-down-a-z {
	--fa: "";
}

.tcfa-sort-alpha-asc {
	--fa: "";
}

.tcfa-sort-alpha-down {
	--fa: "";
}

.tcfa-arrow-up-a-z {
	--fa: "";
}

.tcfa-sort-alpha-up {
	--fa: "";
}

.tcfa-arrow-down-wide-short {
	--fa: "";
}

.tcfa-sort-amount-asc {
	--fa: "";
}

.tcfa-sort-amount-down {
	--fa: "";
}

.tcfa-arrow-up-wide-short {
	--fa: "";
}

.tcfa-sort-amount-up {
	--fa: "";
}

.tcfa-arrow-down-1-9 {
	--fa: "";
}

.tcfa-sort-numeric-asc {
	--fa: "";
}

.tcfa-sort-numeric-down {
	--fa: "";
}

.tcfa-arrow-up-1-9 {
	--fa: "";
}

.tcfa-sort-numeric-up {
	--fa: "";
}

.tcfa-thumbs-up {
	--fa: "";
}

.tcfa-thumbs-down {
	--fa: "";
}

.tcfa-arrow-down-long {
	--fa: "";
}

.tcfa-long-arrow-down {
	--fa: "";
}

.tcfa-arrow-up-long {
	--fa: "";
}

.tcfa-long-arrow-up {
	--fa: "";
}

.tcfa-arrow-left-long {
	--fa: "";
}

.tcfa-long-arrow-left {
	--fa: "";
}

.tcfa-arrow-right-long {
	--fa: "";
}

.tcfa-long-arrow-right {
	--fa: "";
}

.tcfa-person-dress {
	--fa: "";
}

.tcfa-female {
	--fa: "";
}

.tcfa-person {
	--fa: "";
}

.tcfa-male {
	--fa: "";
}

.tcfa-sun {
	--fa: "";
}

.tcfa-moon {
	--fa: "";
}

.tcfa-box-archive {
	--fa: "";
}

.tcfa-archive {
	--fa: "";
}

.tcfa-bug {
	--fa: "";
}

.tcfa-square-caret-left {
	--fa: "";
}

.tcfa-caret-square-left {
	--fa: "";
}

.tcfa-circle-dot {
	--fa: "";
}

.tcfa-dot-circle {
	--fa: "";
}

.tcfa-wheelchair {
	--fa: "";
}

.tcfa-lira-sign {
	--fa: "";
}

.tcfa-shuttle-space {
	--fa: "";
}

.tcfa-space-shuttle {
	--fa: "";
}

.tcfa-square-envelope {
	--fa: "";
}

.tcfa-envelope-square {
	--fa: "";
}

.tcfa-building-columns {
	--fa: "";
}

.tcfa-bank {
	--fa: "";
}

.tcfa-institution {
	--fa: "";
}

.tcfa-museum {
	--fa: "";
}

.tcfa-university {
	--fa: "";
}

.tcfa-graduation-cap {
	--fa: "";
}

.tcfa-mortar-board {
	--fa: "";
}

.tcfa-language {
	--fa: "";
}

.tcfa-fax {
	--fa: "";
}

.tcfa-building {
	--fa: "";
}

.tcfa-child {
	--fa: "";
}

.tcfa-paw {
	--fa: "";
}

.tcfa-cube {
	--fa: "";
}

.tcfa-cubes {
	--fa: "";
}

.tcfa-recycle {
	--fa: "";
}

.tcfa-car {
	--fa: "";
}

.tcfa-automobile {
	--fa: "";
}

.tcfa-taxi {
	--fa: "";
}

.tcfa-cab {
	--fa: "";
}

.tcfa-tree {
	--fa: "";
}

.tcfa-database {
	--fa: "";
}

.tcfa-file-pdf {
	--fa: "";
}

.tcfa-file-word {
	--fa: "";
}

.tcfa-file-excel {
	--fa: "";
}

.tcfa-file-powerpoint {
	--fa: "";
}

.tcfa-file-image {
	--fa: "";
}

.tcfa-file-zipper {
	--fa: "";
}

.tcfa-file-archive {
	--fa: "";
}

.tcfa-file-audio {
	--fa: "";
}

.tcfa-file-video {
	--fa: "";
}

.tcfa-file-code {
	--fa: "";
}

.tcfa-life-ring {
	--fa: "";
}

.tcfa-circle-notch {
	--fa: "";
}

.tcfa-paper-plane {
	--fa: "";
}

.tcfa-clock-rotate-left {
	--fa: "";
}

.tcfa-history {
	--fa: "";
}

.tcfa-heading {
	--fa: "";
}

.tcfa-header {
	--fa: "";
}

.tcfa-paragraph {
	--fa: "";
}

.tcfa-sliders {
	--fa: "";
}

.tcfa-sliders-h {
	--fa: "";
}

.tcfa-share-nodes {
	--fa: "";
}

.tcfa-share-alt {
	--fa: "";
}

.tcfa-square-share-nodes {
	--fa: "";
}

.tcfa-share-alt-square {
	--fa: "";
}

.tcfa-bomb {
	--fa: "";
}

.tcfa-futbol {
	--fa: "";
}

.tcfa-futbol-ball {
	--fa: "";
}

.tcfa-soccer-ball {
	--fa: "";
}

.tcfa-tty {
	--fa: "";
}

.tcfa-teletype {
	--fa: "";
}

.tcfa-binoculars {
	--fa: "";
}

.tcfa-plug {
	--fa: "";
}

.tcfa-newspaper {
	--fa: "";
}

.tcfa-wifi {
	--fa: "";
}

.tcfa-wifi-3 {
	--fa: "";
}

.tcfa-wifi-strong {
	--fa: "";
}

.tcfa-calculator {
	--fa: "";
}

.tcfa-bell-slash {
	--fa: "";
}

.tcfa-trash {
	--fa: "";
}

.tcfa-copyright {
	--fa: "";
}

.tcfa-eye-dropper {
	--fa: "";
}

.tcfa-eye-dropper-empty {
	--fa: "";
}

.tcfa-eyedropper {
	--fa: "";
}

.tcfa-paintbrush {
	--fa: "";
}

.tcfa-paint-brush {
	--fa: "";
}

.tcfa-cake-candles {
	--fa: "";
}

.tcfa-birthday-cake {
	--fa: "";
}

.tcfa-cake {
	--fa: "";
}

.tcfa-chart-area {
	--fa: "";
}

.tcfa-area-chart {
	--fa: "";
}

.tcfa-chart-pie {
	--fa: "";
}

.tcfa-pie-chart {
	--fa: "";
}

.tcfa-chart-line {
	--fa: "";
}

.tcfa-line-chart {
	--fa: "";
}

.tcfa-toggle-off {
	--fa: "";
}

.tcfa-toggle-on {
	--fa: "";
}

.tcfa-bicycle {
	--fa: "";
}

.tcfa-bus {
	--fa: "";
}

.tcfa-closed-captioning {
	--fa: "";
}

.tcfa-shekel-sign {
	--fa: "";
}

.tcfa-ils {
	--fa: "";
}

.tcfa-shekel {
	--fa: "";
}

.tcfa-sheqel {
	--fa: "";
}

.tcfa-sheqel-sign {
	--fa: "";
}

.tcfa-cart-plus {
	--fa: "";
}

.tcfa-cart-arrow-down {
	--fa: "";
}

.tcfa-diamond {
	--fa: "";
}

.tcfa-ship {
	--fa: "";
}

.tcfa-user-secret {
	--fa: "";
}

.tcfa-motorcycle {
	--fa: "";
}

.tcfa-street-view {
	--fa: "";
}

.tcfa-heart-pulse {
	--fa: "";
}

.tcfa-heartbeat {
	--fa: "";
}

.tcfa-venus {
	--fa: "";
}

.tcfa-mars {
	--fa: "";
}

.tcfa-mercury {
	--fa: "";
}

.tcfa-mars-and-venus {
	--fa: "";
}

.tcfa-transgender {
	--fa: "";
}

.tcfa-transgender-alt {
	--fa: "";
}

.tcfa-venus-double {
	--fa: "";
}

.tcfa-mars-double {
	--fa: "";
}

.tcfa-venus-mars {
	--fa: "";
}

.tcfa-mars-stroke {
	--fa: "";
}

.tcfa-mars-stroke-up {
	--fa: "";
}

.tcfa-mars-stroke-v {
	--fa: "";
}

.tcfa-mars-stroke-right {
	--fa: "";
}

.tcfa-mars-stroke-h {
	--fa: "";
}

.tcfa-neuter {
	--fa: "";
}

.tcfa-genderless {
	--fa: "";
}

.tcfa-server {
	--fa: "";
}

.tcfa-user-plus {
	--fa: "";
}

.tcfa-user-xmark {
	--fa: "";
}

.tcfa-user-times {
	--fa: "";
}

.tcfa-bed {
	--fa: "";
}

.tcfa-train {
	--fa: "";
}

.tcfa-train-subway {
	--fa: "";
}

.tcfa-subway {
	--fa: "";
}

.tcfa-battery-full {
	--fa: "";
}

.tcfa-battery {
	--fa: "";
}

.tcfa-battery-5 {
	--fa: "";
}

.tcfa-battery-three-quarters {
	--fa: "";
}

.tcfa-battery-4 {
	--fa: "";
}

.tcfa-battery-half {
	--fa: "";
}

.tcfa-battery-3 {
	--fa: "";
}

.tcfa-battery-quarter {
	--fa: "";
}

.tcfa-battery-2 {
	--fa: "";
}

.tcfa-battery-empty {
	--fa: "";
}

.tcfa-battery-0 {
	--fa: "";
}

.tcfa-arrow-pointer {
	--fa: "";
}

.tcfa-mouse-pointer {
	--fa: "";
}

.tcfa-i-cursor {
	--fa: "";
}

.tcfa-object-group {
	--fa: "";
}

.tcfa-object-ungroup {
	--fa: "";
}

.tcfa-note-sticky {
	--fa: "";
}

.tcfa-sticky-note {
	--fa: "";
}

.tcfa-clone {
	--fa: "";
}

.tcfa-scale-balanced {
	--fa: "";
}

.tcfa-balance-scale {
	--fa: "";
}

.tcfa-hourglass-start {
	--fa: "";
}

.tcfa-hourglass-1 {
	--fa: "";
}

.tcfa-hourglass-half {
	--fa: "";
}

.tcfa-hourglass-2 {
	--fa: "";
}

.tcfa-hourglass-end {
	--fa: "";
}

.tcfa-hourglass-3 {
	--fa: "";
}

.tcfa-hourglass {
	--fa: "";
}

.tcfa-hourglass-empty {
	--fa: "";
}

.tcfa-hand-back-fist {
	--fa: "";
}

.tcfa-hand-rock {
	--fa: "";
}

.tcfa-hand {
	--fa: "";
}

.tcfa-hand-paper {
	--fa: "";
}

.tcfa-hand-scissors {
	--fa: "";
}

.tcfa-hand-lizard {
	--fa: "";
}

.tcfa-hand-spock {
	--fa: "";
}

.tcfa-hand-pointer {
	--fa: "";
}

.tcfa-hand-peace {
	--fa: "";
}

.tcfa-trademark {
	--fa: "";
}

.tcfa-registered {
	--fa: "";
}

.tcfa-tv {
	--fa: "";
}

.tcfa-television {
	--fa: "";
}

.tcfa-tv-alt {
	--fa: "";
}

.tcfa-calendar-plus {
	--fa: "";
}

.tcfa-calendar-minus {
	--fa: "";
}

.tcfa-calendar-xmark {
	--fa: "";
}

.tcfa-calendar-times {
	--fa: "";
}

.tcfa-calendar-check {
	--fa: "";
}

.tcfa-industry {
	--fa: "";
}

.tcfa-map-pin {
	--fa: "";
}

.tcfa-signs-post {
	--fa: "";
}

.tcfa-map-signs {
	--fa: "";
}

.tcfa-map {
	--fa: "";
}

.tcfa-message {
	--fa: "";
}

.tcfa-comment-alt {
	--fa: "";
}

.tcfa-circle-pause {
	--fa: "";
}

.tcfa-pause-circle {
	--fa: "";
}

.tcfa-circle-stop {
	--fa: "";
}

.tcfa-stop-circle {
	--fa: "";
}

.tcfa-bag-shopping {
	--fa: "";
}

.tcfa-shopping-bag {
	--fa: "";
}

.tcfa-basket-shopping {
	--fa: "";
}

.tcfa-shopping-basket {
	--fa: "";
}

.tcfa-universal-access {
	--fa: "";
}

.tcfa-person-walking-with-cane {
	--fa: "";
}

.tcfa-blind {
	--fa: "";
}

.tcfa-audio-description {
	--fa: "";
}

.tcfa-phone-volume {
	--fa: "";
}

.tcfa-volume-control-phone {
	--fa: "";
}

.tcfa-braille {
	--fa: "";
}

.tcfa-ear-listen {
	--fa: "";
}

.tcfa-assistive-listening-systems {
	--fa: "";
}

.tcfa-hands-asl-interpreting {
	--fa: "";
}

.tcfa-american-sign-language-interpreting {
	--fa: "";
}

.tcfa-asl-interpreting {
	--fa: "";
}

.tcfa-hands-american-sign-language-interpreting {
	--fa: "";
}

.tcfa-ear-deaf {
	--fa: "";
}

.tcfa-deaf {
	--fa: "";
}

.tcfa-deafness {
	--fa: "";
}

.tcfa-hard-of-hearing {
	--fa: "";
}

.tcfa-hands {
	--fa: "";
}

.tcfa-sign-language {
	--fa: "";
}

.tcfa-signing {
	--fa: "";
}

.tcfa-eye-low-vision {
	--fa: "";
}

.tcfa-low-vision {
	--fa: "";
}

.tcfa-font-awesome {
	--fa: "";
}

.tcfa-font-awesome-flag {
	--fa: "";
}

.tcfa-font-awesome-logo-full {
	--fa: "";
}

.tcfa-handshake {
	--fa: "";
}

.tcfa-handshake-alt {
	--fa: "";
}

.tcfa-handshake-simple {
	--fa: "";
}

.tcfa-envelope-open {
	--fa: "";
}

.tcfa-address-book {
	--fa: "";
}

.tcfa-contact-book {
	--fa: "";
}

.tcfa-address-card {
	--fa: "";
}

.tcfa-contact-card {
	--fa: "";
}

.tcfa-vcard {
	--fa: "";
}

.tcfa-circle-user {
	--fa: "";
}

.tcfa-user-circle {
	--fa: "";
}

.tcfa-id-badge {
	--fa: "";
}

.tcfa-id-card {
	--fa: "";
}

.tcfa-drivers-license {
	--fa: "";
}

.tcfa-temperature-full {
	--fa: "";
}

.tcfa-temperature-4 {
	--fa: "";
}

.tcfa-thermometer-4 {
	--fa: "";
}

.tcfa-thermometer-full {
	--fa: "";
}

.tcfa-temperature-three-quarters {
	--fa: "";
}

.tcfa-temperature-3 {
	--fa: "";
}

.tcfa-thermometer-3 {
	--fa: "";
}

.tcfa-thermometer-three-quarters {
	--fa: "";
}

.tcfa-temperature-half {
	--fa: "";
}

.tcfa-temperature-2 {
	--fa: "";
}

.tcfa-thermometer-2 {
	--fa: "";
}

.tcfa-thermometer-half {
	--fa: "";
}

.tcfa-temperature-quarter {
	--fa: "";
}

.tcfa-temperature-1 {
	--fa: "";
}

.tcfa-thermometer-1 {
	--fa: "";
}

.tcfa-thermometer-quarter {
	--fa: "";
}

.tcfa-temperature-empty {
	--fa: "";
}

.tcfa-temperature-0 {
	--fa: "";
}

.tcfa-thermometer-0 {
	--fa: "";
}

.tcfa-thermometer-empty {
	--fa: "";
}

.tcfa-shower {
	--fa: "";
}

.tcfa-bath {
	--fa: "";
}

.tcfa-bathtub {
	--fa: "";
}

.tcfa-podcast {
	--fa: "";
}

.tcfa-window-maximize {
	--fa: "";
}

.tcfa-window-minimize {
	--fa: "";
}

.tcfa-window-restore {
	--fa: "";
}

.tcfa-square-xmark {
	--fa: "";
}

.tcfa-times-square {
	--fa: "";
}

.tcfa-xmark-square {
	--fa: "";
}

.tcfa-microchip {
	--fa: "";
}

.tcfa-snowflake {
	--fa: "";
}

.tcfa-spoon {
	--fa: "";
}

.tcfa-utensil-spoon {
	--fa: "";
}

.tcfa-utensils {
	--fa: "";
}

.tcfa-cutlery {
	--fa: "";
}

.tcfa-rotate-left {
	--fa: "";
}

.tcfa-rotate-back {
	--fa: "";
}

.tcfa-rotate-backward {
	--fa: "";
}

.tcfa-undo-alt {
	--fa: "";
}

.tcfa-trash-can {
	--fa: "";
}

.tcfa-trash-alt {
	--fa: "";
}

.tcfa-rotate {
	--fa: "";
}

.tcfa-sync-alt {
	--fa: "";
}

.tcfa-stopwatch {
	--fa: "";
}

.tcfa-right-from-bracket {
	--fa: "";
}

.tcfa-sign-out-alt {
	--fa: "";
}

.tcfa-right-to-bracket {
	--fa: "";
}

.tcfa-sign-in-alt {
	--fa: "";
}

.tcfa-rotate-right {
	--fa: "";
}

.tcfa-redo-alt {
	--fa: "";
}

.tcfa-rotate-forward {
	--fa: "";
}

.tcfa-poo {
	--fa: "";
}

.tcfa-images {
	--fa: "";
}

.tcfa-pencil {
	--fa: "";
}

.tcfa-pencil-alt {
	--fa: "";
}

.tcfa-pen {
	--fa: "";
}

.tcfa-pen-clip {
	--fa: "";
}

.tcfa-pen-alt {
	--fa: "";
}

.tcfa-octagon {
	--fa: "";
}

.tcfa-down-long {
	--fa: "";
}

.tcfa-long-arrow-alt-down {
	--fa: "";
}

.tcfa-left-long {
	--fa: "";
}

.tcfa-long-arrow-alt-left {
	--fa: "";
}

.tcfa-right-long {
	--fa: "";
}

.tcfa-long-arrow-alt-right {
	--fa: "";
}

.tcfa-up-long {
	--fa: "";
}

.tcfa-long-arrow-alt-up {
	--fa: "";
}

.tcfa-hexagon {
	--fa: "";
}

.tcfa-file-pen {
	--fa: "";
}

.tcfa-file-edit {
	--fa: "";
}

.tcfa-maximize {
	--fa: "";
}

.tcfa-expand-arrows-alt {
	--fa: "";
}

.tcfa-clipboard {
	--fa: "";
}

.tcfa-left-right {
	--fa: "";
}

.tcfa-arrows-alt-h {
	--fa: "";
}

.tcfa-up-down {
	--fa: "";
}

.tcfa-arrows-alt-v {
	--fa: "";
}

.tcfa-alarm-clock {
	--fa: "";
}

.tcfa-circle-down {
	--fa: "";
}

.tcfa-arrow-alt-circle-down {
	--fa: "";
}

.tcfa-circle-left {
	--fa: "";
}

.tcfa-arrow-alt-circle-left {
	--fa: "";
}

.tcfa-circle-right {
	--fa: "";
}

.tcfa-arrow-alt-circle-right {
	--fa: "";
}

.tcfa-circle-up {
	--fa: "";
}

.tcfa-arrow-alt-circle-up {
	--fa: "";
}

.tcfa-up-right-from-square {
	--fa: "";
}

.tcfa-external-link-alt {
	--fa: "";
}

.tcfa-square-up-right {
	--fa: "";
}

.tcfa-external-link-square-alt {
	--fa: "";
}

.tcfa-right-left {
	--fa: "";
}

.tcfa-exchange-alt {
	--fa: "";
}

.tcfa-repeat {
	--fa: "";
}

.tcfa-code-commit {
	--fa: "";
}

.tcfa-code-merge {
	--fa: "";
}

.tcfa-desktop {
	--fa: "";
}

.tcfa-desktop-alt {
	--fa: "";
}

.tcfa-gem {
	--fa: "";
}

.tcfa-turn-down {
	--fa: "";
}

.tcfa-level-down-alt {
	--fa: "";
}

.tcfa-turn-up {
	--fa: "";
}

.tcfa-level-up-alt {
	--fa: "";
}

.tcfa-lock-open {
	--fa: "";
}

.tcfa-location-dot {
	--fa: "";
}

.tcfa-map-marker-alt {
	--fa: "";
}

.tcfa-microphone-lines {
	--fa: "";
}

.tcfa-microphone-alt {
	--fa: "";
}

.tcfa-mobile-screen-button {
	--fa: "";
}

.tcfa-mobile-alt {
	--fa: "";
}

.tcfa-mobile {
	--fa: "";
}

.tcfa-mobile-android {
	--fa: "";
}

.tcfa-mobile-phone {
	--fa: "";
}

.tcfa-mobile-screen {
	--fa: "";
}

.tcfa-mobile-android-alt {
	--fa: "";
}

.tcfa-money-bill-1 {
	--fa: "";
}

.tcfa-money-bill-alt {
	--fa: "";
}

.tcfa-phone-slash {
	--fa: "";
}

.tcfa-image-portrait {
	--fa: "";
}

.tcfa-portrait {
	--fa: "";
}

.tcfa-reply {
	--fa: "";
}

.tcfa-mail-reply {
	--fa: "";
}

.tcfa-shield-halved {
	--fa: "";
}

.tcfa-shield-alt {
	--fa: "";
}

.tcfa-tablet-screen-button {
	--fa: "";
}

.tcfa-tablet-alt {
	--fa: "";
}

.tcfa-tablet {
	--fa: "";
}

.tcfa-tablet-android {
	--fa: "";
}

.tcfa-ticket-simple {
	--fa: "";
}

.tcfa-ticket-alt {
	--fa: "";
}

.tcfa-rectangle-xmark {
	--fa: "";
}

.tcfa-rectangle-times {
	--fa: "";
}

.tcfa-times-rectangle {
	--fa: "";
}

.tcfa-window-close {
	--fa: "";
}

.tcfa-down-left-and-up-right-to-center {
	--fa: "";
}

.tcfa-compress-alt {
	--fa: "";
}

.tcfa-up-right-and-down-left-from-center {
	--fa: "";
}

.tcfa-expand-alt {
	--fa: "";
}

.tcfa-baseball-bat-ball {
	--fa: "";
}

.tcfa-baseball {
	--fa: "";
}

.tcfa-baseball-ball {
	--fa: "";
}

.tcfa-basketball {
	--fa: "";
}

.tcfa-basketball-ball {
	--fa: "";
}

.tcfa-bowling-ball {
	--fa: "";
}

.tcfa-chess {
	--fa: "";
}

.tcfa-chess-bishop {
	--fa: "";
}

.tcfa-chess-board {
	--fa: "";
}

.tcfa-chess-king {
	--fa: "";
}

.tcfa-chess-knight {
	--fa: "";
}

.tcfa-chess-pawn {
	--fa: "";
}

.tcfa-chess-queen {
	--fa: "";
}

.tcfa-chess-rook {
	--fa: "";
}

.tcfa-dumbbell {
	--fa: "";
}

.tcfa-football {
	--fa: "";
}

.tcfa-football-ball {
	--fa: "";
}

.tcfa-golf-ball-tee {
	--fa: "";
}

.tcfa-golf-ball {
	--fa: "";
}

.tcfa-hockey-puck {
	--fa: "";
}

.tcfa-broom-ball {
	--fa: "";
}

.tcfa-quidditch {
	--fa: "";
}

.tcfa-quidditch-broom-ball {
	--fa: "";
}

.tcfa-square-full {
	--fa: "";
}

.tcfa-table-tennis-paddle-ball {
	--fa: "";
}

.tcfa-ping-pong-paddle-ball {
	--fa: "";
}

.tcfa-table-tennis {
	--fa: "";
}

.tcfa-volleyball {
	--fa: "";
}

.tcfa-volleyball-ball {
	--fa: "";
}

.tcfa-hand-dots {
	--fa: "";
}

.tcfa-allergies {
	--fa: "";
}

.tcfa-bandage {
	--fa: "";
}

.tcfa-band-aid {
	--fa: "";
}

.tcfa-box {
	--fa: "";
}

.tcfa-boxes-stacked {
	--fa: "";
}

.tcfa-boxes {
	--fa: "";
}

.tcfa-boxes-alt {
	--fa: "";
}

.tcfa-briefcase-medical {
	--fa: "";
}

.tcfa-fire-flame-simple {
	--fa: "";
}

.tcfa-burn {
	--fa: "";
}

.tcfa-capsules {
	--fa: "";
}

.tcfa-clipboard-check {
	--fa: "";
}

.tcfa-clipboard-list {
	--fa: "";
}

.tcfa-person-dots-from-line {
	--fa: "";
}

.tcfa-diagnoses {
	--fa: "";
}

.tcfa-dna {
	--fa: "";
}

.tcfa-dolly {
	--fa: "";
}

.tcfa-dolly-box {
	--fa: "";
}

.tcfa-cart-flatbed {
	--fa: "";
}

.tcfa-dolly-flatbed {
	--fa: "";
}

.tcfa-file-medical {
	--fa: "";
}

.tcfa-file-waveform {
	--fa: "";
}

.tcfa-file-medical-alt {
	--fa: "";
}

.tcfa-kit-medical {
	--fa: "";
}

.tcfa-first-aid {
	--fa: "";
}

.tcfa-circle-h {
	--fa: "";
}

.tcfa-hospital-symbol {
	--fa: "";
}

.tcfa-id-card-clip {
	--fa: "";
}

.tcfa-id-card-alt {
	--fa: "";
}

.tcfa-notes-medical {
	--fa: "";
}

.tcfa-pallet {
	--fa: "";
}

.tcfa-pills {
	--fa: "";
}

.tcfa-prescription-bottle {
	--fa: "";
}

.tcfa-prescription-bottle-medical {
	--fa: "";
}

.tcfa-prescription-bottle-alt {
	--fa: "";
}

.tcfa-bed-pulse {
	--fa: "";
}

.tcfa-procedures {
	--fa: "";
}

.tcfa-truck-fast {
	--fa: "";
}

.tcfa-shipping-fast {
	--fa: "";
}

.tcfa-smoking {
	--fa: "";
}

.tcfa-syringe {
	--fa: "";
}

.tcfa-tablets {
	--fa: "";
}

.tcfa-thermometer {
	--fa: "";
}

.tcfa-vial {
	--fa: "";
}

.tcfa-vials {
	--fa: "";
}

.tcfa-warehouse {
	--fa: "";
}

.tcfa-weight-scale {
	--fa: "";
}

.tcfa-weight {
	--fa: "";
}

.tcfa-x-ray {
	--fa: "";
}

.tcfa-box-open {
	--fa: "";
}

.tcfa-comment-dots {
	--fa: "";
}

.tcfa-commenting {
	--fa: "";
}

.tcfa-comment-slash {
	--fa: "";
}

.tcfa-couch {
	--fa: "";
}

.tcfa-circle-dollar-to-slot {
	--fa: "";
}

.tcfa-donate {
	--fa: "";
}

.tcfa-dove {
	--fa: "";
}

.tcfa-hand-holding {
	--fa: "";
}

.tcfa-hand-holding-heart {
	--fa: "";
}

.tcfa-hand-holding-dollar {
	--fa: "";
}

.tcfa-hand-holding-usd {
	--fa: "";
}

.tcfa-hand-holding-droplet {
	--fa: "";
}

.tcfa-hand-holding-water {
	--fa: "";
}

.tcfa-hands-holding {
	--fa: "";
}

.tcfa-handshake-angle {
	--fa: "";
}

.tcfa-hands-helping {
	--fa: "";
}

.tcfa-parachute-box {
	--fa: "";
}

.tcfa-people-carry-box {
	--fa: "";
}

.tcfa-people-carry {
	--fa: "";
}

.tcfa-piggy-bank {
	--fa: "";
}

.tcfa-ribbon {
	--fa: "";
}

.tcfa-route {
	--fa: "";
}

.tcfa-seedling {
	--fa: "";
}

.tcfa-sprout {
	--fa: "";
}

.tcfa-sign-hanging {
	--fa: "";
}

.tcfa-sign {
	--fa: "";
}

.tcfa-face-smile-wink {
	--fa: "";
}

.tcfa-smile-wink {
	--fa: "";
}

.tcfa-tape {
	--fa: "";
}

.tcfa-truck-ramp-box {
	--fa: "";
}

.tcfa-truck-loading {
	--fa: "";
}

.tcfa-truck-moving {
	--fa: "";
}

.tcfa-video-slash {
	--fa: "";
}

.tcfa-wine-glass {
	--fa: "";
}

.tcfa-user-astronaut {
	--fa: "";
}

.tcfa-user-check {
	--fa: "";
}

.tcfa-user-clock {
	--fa: "";
}

.tcfa-user-gear {
	--fa: "";
}

.tcfa-user-cog {
	--fa: "";
}

.tcfa-user-pen {
	--fa: "";
}

.tcfa-user-edit {
	--fa: "";
}

.tcfa-user-group {
	--fa: "";
}

.tcfa-user-friends {
	--fa: "";
}

.tcfa-user-graduate {
	--fa: "";
}

.tcfa-user-lock {
	--fa: "";
}

.tcfa-user-minus {
	--fa: "";
}

.tcfa-user-ninja {
	--fa: "";
}

.tcfa-user-shield {
	--fa: "";
}

.tcfa-user-slash {
	--fa: "";
}

.tcfa-user-alt-slash {
	--fa: "";
}

.tcfa-user-large-slash {
	--fa: "";
}

.tcfa-user-tag {
	--fa: "";
}

.tcfa-user-tie {
	--fa: "";
}

.tcfa-users-gear {
	--fa: "";
}

.tcfa-users-cog {
	--fa: "";
}

.tcfa-scale-unbalanced {
	--fa: "";
}

.tcfa-balance-scale-left {
	--fa: "";
}

.tcfa-scale-unbalanced-flip {
	--fa: "";
}

.tcfa-balance-scale-right {
	--fa: "";
}

.tcfa-blender {
	--fa: "";
}

.tcfa-book-open {
	--fa: "";
}

.tcfa-tower-broadcast {
	--fa: "";
}

.tcfa-broadcast-tower {
	--fa: "";
}

.tcfa-broom {
	--fa: "";
}

.tcfa-chalkboard {
	--fa: "";
}

.tcfa-blackboard {
	--fa: "";
}

.tcfa-chalkboard-user {
	--fa: "";
}

.tcfa-chalkboard-teacher {
	--fa: "";
}

.tcfa-church {
	--fa: "";
}

.tcfa-coins {
	--fa: "";
}

.tcfa-compact-disc {
	--fa: "";
}

.tcfa-crow {
	--fa: "";
}

.tcfa-crown {
	--fa: "";
}

.tcfa-dice {
	--fa: "";
}

.tcfa-dice-five {
	--fa: "";
}

.tcfa-dice-four {
	--fa: "";
}

.tcfa-dice-one {
	--fa: "";
}

.tcfa-dice-six {
	--fa: "";
}

.tcfa-dice-three {
	--fa: "";
}

.tcfa-dice-two {
	--fa: "";
}

.tcfa-divide {
	--fa: "";
}

.tcfa-door-closed {
	--fa: "";
}

.tcfa-door-open {
	--fa: "";
}

.tcfa-feather {
	--fa: "";
}

.tcfa-frog {
	--fa: "";
}

.tcfa-gas-pump {
	--fa: "";
}

.tcfa-glasses {
	--fa: "";
}

.tcfa-greater-than-equal {
	--fa: "";
}

.tcfa-helicopter {
	--fa: "";
}

.tcfa-infinity {
	--fa: "";
}

.tcfa-kiwi-bird {
	--fa: "";
}

.tcfa-less-than-equal {
	--fa: "";
}

.tcfa-memory {
	--fa: "";
}

.tcfa-microphone-lines-slash {
	--fa: "";
}

.tcfa-microphone-alt-slash {
	--fa: "";
}

.tcfa-money-bill-wave {
	--fa: "";
}

.tcfa-money-bill-1-wave {
	--fa: "";
}

.tcfa-money-bill-wave-alt {
	--fa: "";
}

.tcfa-money-check {
	--fa: "";
}

.tcfa-money-check-dollar {
	--fa: "";
}

.tcfa-money-check-alt {
	--fa: "";
}

.tcfa-not-equal {
	--fa: "";
}

.tcfa-palette {
	--fa: "";
}

.tcfa-square-parking {
	--fa: "";
}

.tcfa-parking {
	--fa: "";
}

.tcfa-diagram-project {
	--fa: "";
}

.tcfa-project-diagram {
	--fa: "";
}

.tcfa-receipt {
	--fa: "";
}

.tcfa-robot {
	--fa: "";
}

.tcfa-ruler {
	--fa: "";
}

.tcfa-ruler-combined {
	--fa: "";
}

.tcfa-ruler-horizontal {
	--fa: "";
}

.tcfa-ruler-vertical {
	--fa: "";
}

.tcfa-school {
	--fa: "";
}

.tcfa-screwdriver {
	--fa: "";
}

.tcfa-shoe-prints {
	--fa: "";
}

.tcfa-skull {
	--fa: "";
}

.tcfa-ban-smoking {
	--fa: "";
}

.tcfa-smoking-ban {
	--fa: "";
}

.tcfa-store {
	--fa: "";
}

.tcfa-shop {
	--fa: "";
}

.tcfa-store-alt {
	--fa: "";
}

.tcfa-bars-staggered {
	--fa: "";
}

.tcfa-reorder {
	--fa: "";
}

.tcfa-stream {
	--fa: "";
}

.tcfa-stroopwafel {
	--fa: "";
}

.tcfa-toolbox {
	--fa: "";
}

.tcfa-shirt {
	--fa: "";
}

.tcfa-t-shirt {
	--fa: "";
}

.tcfa-tshirt {
	--fa: "";
}

.tcfa-person-walking {
	--fa: "";
}

.tcfa-walking {
	--fa: "";
}

.tcfa-wallet {
	--fa: "";
}

.tcfa-face-angry {
	--fa: "";
}

.tcfa-angry {
	--fa: "";
}

.tcfa-archway {
	--fa: "";
}

.tcfa-book-atlas {
	--fa: "";
}

.tcfa-atlas {
	--fa: "";
}

.tcfa-award {
	--fa: "";
}

.tcfa-delete-left {
	--fa: "";
}

.tcfa-backspace {
	--fa: "";
}

.tcfa-bezier-curve {
	--fa: "";
}

.tcfa-bong {
	--fa: "";
}

.tcfa-brush {
	--fa: "";
}

.tcfa-bus-simple {
	--fa: "";
}

.tcfa-bus-alt {
	--fa: "";
}

.tcfa-cannabis {
	--fa: "";
}

.tcfa-check-double {
	--fa: "";
}

.tcfa-martini-glass-citrus {
	--fa: "";
}

.tcfa-cocktail {
	--fa: "";
}

.tcfa-bell-concierge {
	--fa: "";
}

.tcfa-concierge-bell {
	--fa: "";
}

.tcfa-cookie {
	--fa: "";
}

.tcfa-cookie-bite {
	--fa: "";
}

.tcfa-crop-simple {
	--fa: "";
}

.tcfa-crop-alt {
	--fa: "";
}

.tcfa-tachograph-digital {
	--fa: "";
}

.tcfa-digital-tachograph {
	--fa: "";
}

.tcfa-face-dizzy {
	--fa: "";
}

.tcfa-dizzy {
	--fa: "";
}

.tcfa-compass-drafting {
	--fa: "";
}

.tcfa-drafting-compass {
	--fa: "";
}

.tcfa-drum {
	--fa: "";
}

.tcfa-drum-steelpan {
	--fa: "";
}

.tcfa-feather-pointed {
	--fa: "";
}

.tcfa-feather-alt {
	--fa: "";
}

.tcfa-file-contract {
	--fa: "";
}

.tcfa-file-arrow-down {
	--fa: "";
}

.tcfa-file-download {
	--fa: "";
}

.tcfa-file-export {
	--fa: "";
}

.tcfa-arrow-right-from-file {
	--fa: "";
}

.tcfa-file-import {
	--fa: "";
}

.tcfa-arrow-right-to-file {
	--fa: "";
}

.tcfa-file-invoice {
	--fa: "";
}

.tcfa-file-invoice-dollar {
	--fa: "";
}

.tcfa-file-prescription {
	--fa: "";
}

.tcfa-file-signature {
	--fa: "";
}

.tcfa-file-arrow-up {
	--fa: "";
}

.tcfa-file-upload {
	--fa: "";
}

.tcfa-fill {
	--fa: "";
}

.tcfa-fill-drip {
	--fa: "";
}

.tcfa-fingerprint {
	--fa: "";
}

.tcfa-fish {
	--fa: "";
}

.tcfa-face-flushed {
	--fa: "";
}

.tcfa-flushed {
	--fa: "";
}

.tcfa-face-frown-open {
	--fa: "";
}

.tcfa-frown-open {
	--fa: "";
}

.tcfa-martini-glass {
	--fa: "";
}

.tcfa-glass-martini-alt {
	--fa: "";
}

.tcfa-earth-africa {
	--fa: "";
}

.tcfa-globe-africa {
	--fa: "";
}

.tcfa-earth-americas {
	--fa: "";
}

.tcfa-earth {
	--fa: "";
}

.tcfa-earth-america {
	--fa: "";
}

.tcfa-globe-americas {
	--fa: "";
}

.tcfa-earth-asia {
	--fa: "";
}

.tcfa-globe-asia {
	--fa: "";
}

.tcfa-face-grimace {
	--fa: "";
}

.tcfa-grimace {
	--fa: "";
}

.tcfa-face-grin {
	--fa: "";
}

.tcfa-grin {
	--fa: "";
}

.tcfa-face-grin-wide {
	--fa: "";
}

.tcfa-grin-alt {
	--fa: "";
}

.tcfa-face-grin-beam {
	--fa: "";
}

.tcfa-grin-beam {
	--fa: "";
}

.tcfa-face-grin-beam-sweat {
	--fa: "";
}

.tcfa-grin-beam-sweat {
	--fa: "";
}

.tcfa-face-grin-hearts {
	--fa: "";
}

.tcfa-grin-hearts {
	--fa: "";
}

.tcfa-face-grin-squint {
	--fa: "";
}

.tcfa-grin-squint {
	--fa: "";
}

.tcfa-face-grin-squint-tears {
	--fa: "";
}

.tcfa-grin-squint-tears {
	--fa: "";
}

.tcfa-face-grin-stars {
	--fa: "";
}

.tcfa-grin-stars {
	--fa: "";
}

.tcfa-face-grin-tears {
	--fa: "";
}

.tcfa-grin-tears {
	--fa: "";
}

.tcfa-face-grin-tongue {
	--fa: "";
}

.tcfa-grin-tongue {
	--fa: "";
}

.tcfa-face-grin-tongue-squint {
	--fa: "";
}

.tcfa-grin-tongue-squint {
	--fa: "";
}

.tcfa-face-grin-tongue-wink {
	--fa: "";
}

.tcfa-grin-tongue-wink {
	--fa: "";
}

.tcfa-face-grin-wink {
	--fa: "";
}

.tcfa-grin-wink {
	--fa: "";
}

.tcfa-grip {
	--fa: "";
}

.tcfa-grid-horizontal {
	--fa: "";
}

.tcfa-grip-horizontal {
	--fa: "";
}

.tcfa-grip-vertical {
	--fa: "";
}

.tcfa-grid-vertical {
	--fa: "";
}

.tcfa-headset {
	--fa: "";
}

.tcfa-highlighter {
	--fa: "";
}

.tcfa-hot-tub-person {
	--fa: "";
}

.tcfa-hot-tub {
	--fa: "";
}

.tcfa-hotel {
	--fa: "";
}

.tcfa-joint {
	--fa: "";
}

.tcfa-face-kiss {
	--fa: "";
}

.tcfa-kiss {
	--fa: "";
}

.tcfa-face-kiss-beam {
	--fa: "";
}

.tcfa-kiss-beam {
	--fa: "";
}

.tcfa-face-kiss-wink-heart {
	--fa: "";
}

.tcfa-kiss-wink-heart {
	--fa: "";
}

.tcfa-face-laugh {
	--fa: "";
}

.tcfa-laugh {
	--fa: "";
}

.tcfa-face-laugh-beam {
	--fa: "";
}

.tcfa-laugh-beam {
	--fa: "";
}

.tcfa-face-laugh-squint {
	--fa: "";
}

.tcfa-laugh-squint {
	--fa: "";
}

.tcfa-face-laugh-wink {
	--fa: "";
}

.tcfa-laugh-wink {
	--fa: "";
}

.tcfa-cart-flatbed-suitcase {
	--fa: "";
}

.tcfa-luggage-cart {
	--fa: "";
}

.tcfa-map-location {
	--fa: "";
}

.tcfa-map-marked {
	--fa: "";
}

.tcfa-map-location-dot {
	--fa: "";
}

.tcfa-map-marked-alt {
	--fa: "";
}

.tcfa-marker {
	--fa: "";
}

.tcfa-medal {
	--fa: "";
}

.tcfa-face-meh-blank {
	--fa: "";
}

.tcfa-meh-blank {
	--fa: "";
}

.tcfa-face-rolling-eyes {
	--fa: "";
}

.tcfa-meh-rolling-eyes {
	--fa: "";
}

.tcfa-monument {
	--fa: "";
}

.tcfa-mortar-pestle {
	--fa: "";
}

.tcfa-paint-roller {
	--fa: "";
}

.tcfa-passport {
	--fa: "";
}

.tcfa-pen-fancy {
	--fa: "";
}

.tcfa-pen-nib {
	--fa: "";
}

.tcfa-pen-ruler {
	--fa: "";
}

.tcfa-pencil-ruler {
	--fa: "";
}

.tcfa-plane-arrival {
	--fa: "";
}

.tcfa-plane-departure {
	--fa: "";
}

.tcfa-prescription {
	--fa: "";
}

.tcfa-face-sad-cry {
	--fa: "";
}

.tcfa-sad-cry {
	--fa: "";
}

.tcfa-face-sad-tear {
	--fa: "";
}

.tcfa-sad-tear {
	--fa: "";
}

.tcfa-van-shuttle {
	--fa: "";
}

.tcfa-shuttle-van {
	--fa: "";
}

.tcfa-signature {
	--fa: "";
}

.tcfa-face-smile-beam {
	--fa: "";
}

.tcfa-smile-beam {
	--fa: "";
}

.tcfa-solar-panel {
	--fa: "";
}

.tcfa-spa {
	--fa: "";
}

.tcfa-splotch {
	--fa: "";
}

.tcfa-spray-can {
	--fa: "";
}

.tcfa-stamp {
	--fa: "";
}

.tcfa-star-half-stroke {
	--fa: "";
}

.tcfa-star-half-alt {
	--fa: "";
}

.tcfa-suitcase-rolling {
	--fa: "";
}

.tcfa-face-surprise {
	--fa: "";
}

.tcfa-surprise {
	--fa: "";
}

.tcfa-swatchbook {
	--fa: "";
}

.tcfa-person-swimming {
	--fa: "";
}

.tcfa-swimmer {
	--fa: "";
}

.tcfa-water-ladder {
	--fa: "";
}

.tcfa-ladder-water {
	--fa: "";
}

.tcfa-swimming-pool {
	--fa: "";
}

.tcfa-droplet-slash {
	--fa: "";
}

.tcfa-tint-slash {
	--fa: "";
}

.tcfa-face-tired {
	--fa: "";
}

.tcfa-tired {
	--fa: "";
}

.tcfa-tooth {
	--fa: "";
}

.tcfa-umbrella-beach {
	--fa: "";
}

.tcfa-weight-hanging {
	--fa: "";
}

.tcfa-wine-glass-empty {
	--fa: "";
}

.tcfa-wine-glass-alt {
	--fa: "";
}

.tcfa-spray-can-sparkles {
	--fa: "";
}

.tcfa-air-freshener {
	--fa: "";
}

.tcfa-apple-whole {
	--fa: "";
}

.tcfa-apple-alt {
	--fa: "";
}

.tcfa-atom {
	--fa: "";
}

.tcfa-bone {
	--fa: "";
}

.tcfa-book-open-reader {
	--fa: "";
}

.tcfa-book-reader {
	--fa: "";
}

.tcfa-brain {
	--fa: "";
}

.tcfa-car-rear {
	--fa: "";
}

.tcfa-car-alt {
	--fa: "";
}

.tcfa-car-battery {
	--fa: "";
}

.tcfa-battery-car {
	--fa: "";
}

.tcfa-car-burst {
	--fa: "";
}

.tcfa-car-crash {
	--fa: "";
}

.tcfa-car-side {
	--fa: "";
}

.tcfa-charging-station {
	--fa: "";
}

.tcfa-diamond-turn-right {
	--fa: "";
}

.tcfa-directions {
	--fa: "";
}

.tcfa-draw-polygon {
	--fa: "";
}

.tcfa-vector-polygon {
	--fa: "";
}

.tcfa-laptop-code {
	--fa: "";
}

.tcfa-layer-group {
	--fa: "";
}

.tcfa-location-crosshairs {
	--fa: "";
}

.tcfa-location {
	--fa: "";
}

.tcfa-lungs {
	--fa: "";
}

.tcfa-microscope {
	--fa: "";
}

.tcfa-oil-can {
	--fa: "";
}

.tcfa-poop {
	--fa: "";
}

.tcfa-shapes {
	--fa: "";
}

.tcfa-triangle-circle-square {
	--fa: "";
}

.tcfa-star-of-life {
	--fa: "";
}

.tcfa-gauge {
	--fa: "";
}

.tcfa-dashboard {
	--fa: "";
}

.tcfa-gauge-med {
	--fa: "";
}

.tcfa-tachometer-alt-average {
	--fa: "";
}

.tcfa-gauge-high {
	--fa: "";
}

.tcfa-tachometer-alt {
	--fa: "";
}

.tcfa-tachometer-alt-fast {
	--fa: "";
}

.tcfa-gauge-simple {
	--fa: "";
}

.tcfa-gauge-simple-med {
	--fa: "";
}

.tcfa-tachometer-average {
	--fa: "";
}

.tcfa-gauge-simple-high {
	--fa: "";
}

.tcfa-tachometer {
	--fa: "";
}

.tcfa-tachometer-fast {
	--fa: "";
}

.tcfa-teeth {
	--fa: "";
}

.tcfa-teeth-open {
	--fa: "";
}

.tcfa-masks-theater {
	--fa: "";
}

.tcfa-theater-masks {
	--fa: "";
}

.tcfa-traffic-light {
	--fa: "";
}

.tcfa-truck-monster {
	--fa: "";
}

.tcfa-truck-pickup {
	--fa: "";
}

.tcfa-rectangle-ad {
	--fa: "";
}

.tcfa-ad {
	--fa: "";
}

.tcfa-ankh {
	--fa: "";
}

.tcfa-book-bible {
	--fa: "";
}

.tcfa-bible {
	--fa: "";
}

.tcfa-business-time {
	--fa: "";
}

.tcfa-briefcase-clock {
	--fa: "";
}

.tcfa-city {
	--fa: "";
}

.tcfa-comment-dollar {
	--fa: "";
}

.tcfa-comments-dollar {
	--fa: "";
}

.tcfa-cross {
	--fa: "";
}

.tcfa-dharmachakra {
	--fa: "";
}

.tcfa-envelope-open-text {
	--fa: "";
}

.tcfa-folder-minus {
	--fa: "";
}

.tcfa-folder-plus {
	--fa: "";
}

.tcfa-filter-circle-dollar {
	--fa: "";
}

.tcfa-funnel-dollar {
	--fa: "";
}

.tcfa-gopuram {
	--fa: "";
}

.tcfa-hamsa {
	--fa: "";
}

.tcfa-bahai {
	--fa: "";
}

.tcfa-haykal {
	--fa: "";
}

.tcfa-jedi {
	--fa: "";
}

.tcfa-book-journal-whills {
	--fa: "";
}

.tcfa-journal-whills {
	--fa: "";
}

.tcfa-kaaba {
	--fa: "";
}

.tcfa-khanda {
	--fa: "";
}

.tcfa-landmark {
	--fa: "";
}

.tcfa-envelopes-bulk {
	--fa: "";
}

.tcfa-mail-bulk {
	--fa: "";
}

.tcfa-menorah {
	--fa: "";
}

.tcfa-mosque {
	--fa: "";
}

.tcfa-om {
	--fa: "";
}

.tcfa-spaghetti-monster-flying {
	--fa: "";
}

.tcfa-pastafarianism {
	--fa: "";
}

.tcfa-peace {
	--fa: "";
}

.tcfa-place-of-worship {
	--fa: "";
}

.tcfa-square-poll-vertical {
	--fa: "";
}

.tcfa-poll {
	--fa: "";
}

.tcfa-square-poll-horizontal {
	--fa: "";
}

.tcfa-poll-h {
	--fa: "";
}

.tcfa-person-praying {
	--fa: "";
}

.tcfa-pray {
	--fa: "";
}

.tcfa-hands-praying {
	--fa: "";
}

.tcfa-praying-hands {
	--fa: "";
}

.tcfa-book-quran {
	--fa: "";
}

.tcfa-quran {
	--fa: "";
}

.tcfa-magnifying-glass-dollar {
	--fa: "";
}

.tcfa-search-dollar {
	--fa: "";
}

.tcfa-magnifying-glass-location {
	--fa: "";
}

.tcfa-search-location {
	--fa: "";
}

.tcfa-socks {
	--fa: "";
}

.tcfa-square-root-variable {
	--fa: "";
}

.tcfa-square-root-alt {
	--fa: "";
}

.tcfa-star-and-crescent {
	--fa: "";
}

.tcfa-star-of-david {
	--fa: "";
}

.tcfa-synagogue {
	--fa: "";
}

.tcfa-scroll-torah {
	--fa: "";
}

.tcfa-torah {
	--fa: "";
}

.tcfa-torii-gate {
	--fa: "";
}

.tcfa-vihara {
	--fa: "";
}

.tcfa-volume-xmark {
	--fa: "";
}

.tcfa-volume-mute {
	--fa: "";
}

.tcfa-volume-times {
	--fa: "";
}

.tcfa-yin-yang {
	--fa: "";
}

.tcfa-blender-phone {
	--fa: "";
}

.tcfa-book-skull {
	--fa: "";
}

.tcfa-book-dead {
	--fa: "";
}

.tcfa-campground {
	--fa: "";
}

.tcfa-cat {
	--fa: "";
}

.tcfa-chair {
	--fa: "";
}

.tcfa-cloud-moon {
	--fa: "";
}

.tcfa-cloud-sun {
	--fa: "";
}

.tcfa-cow {
	--fa: "";
}

.tcfa-dice-d20 {
	--fa: "";
}

.tcfa-dice-d6 {
	--fa: "";
}

.tcfa-dog {
	--fa: "";
}

.tcfa-dragon {
	--fa: "";
}

.tcfa-drumstick-bite {
	--fa: "";
}

.tcfa-dungeon {
	--fa: "";
}

.tcfa-file-csv {
	--fa: "";
}

.tcfa-hand-fist {
	--fa: "";
}

.tcfa-fist-raised {
	--fa: "";
}

.tcfa-ghost {
	--fa: "";
}

.tcfa-hammer {
	--fa: "";
}

.tcfa-hanukiah {
	--fa: "";
}

.tcfa-hat-wizard {
	--fa: "";
}

.tcfa-person-hiking {
	--fa: "";
}

.tcfa-hiking {
	--fa: "";
}

.tcfa-hippo {
	--fa: "";
}

.tcfa-horse {
	--fa: "";
}

.tcfa-house-chimney-crack {
	--fa: "";
}

.tcfa-house-damage {
	--fa: "";
}

.tcfa-hryvnia-sign {
	--fa: "";
}

.tcfa-hryvnia {
	--fa: "";
}

.tcfa-mask {
	--fa: "";
}

.tcfa-mountain {
	--fa: "";
}

.tcfa-network-wired {
	--fa: "";
}

.tcfa-otter {
	--fa: "";
}

.tcfa-ring {
	--fa: "";
}

.tcfa-person-running {
	--fa: "";
}

.tcfa-running {
	--fa: "";
}

.tcfa-scroll {
	--fa: "";
}

.tcfa-skull-crossbones {
	--fa: "";
}

.tcfa-slash {
	--fa: "";
}

.tcfa-spider {
	--fa: "";
}

.tcfa-toilet-paper {
	--fa: "";
}

.tcfa-toilet-paper-alt {
	--fa: "";
}

.tcfa-toilet-paper-blank {
	--fa: "";
}

.tcfa-tractor {
	--fa: "";
}

.tcfa-user-injured {
	--fa: "";
}

.tcfa-vr-cardboard {
	--fa: "";
}

.tcfa-wand-sparkles {
	--fa: "";
}

.tcfa-wind {
	--fa: "";
}

.tcfa-wine-bottle {
	--fa: "";
}

.tcfa-cloud-meatball {
	--fa: "";
}

.tcfa-cloud-moon-rain {
	--fa: "";
}

.tcfa-cloud-rain {
	--fa: "";
}

.tcfa-cloud-showers-heavy {
	--fa: "";
}

.tcfa-cloud-sun-rain {
	--fa: "";
}

.tcfa-democrat {
	--fa: "";
}

.tcfa-flag-usa {
	--fa: "";
}

.tcfa-hurricane {
	--fa: "";
}

.tcfa-landmark-dome {
	--fa: "";
}

.tcfa-landmark-alt {
	--fa: "";
}

.tcfa-meteor {
	--fa: "";
}

.tcfa-person-booth {
	--fa: "";
}

.tcfa-poo-storm {
	--fa: "";
}

.tcfa-poo-bolt {
	--fa: "";
}

.tcfa-rainbow {
	--fa: "";
}

.tcfa-republican {
	--fa: "";
}

.tcfa-smog {
	--fa: "";
}

.tcfa-temperature-high {
	--fa: "";
}

.tcfa-temperature-low {
	--fa: "";
}

.tcfa-cloud-bolt {
	--fa: "";
}

.tcfa-thunderstorm {
	--fa: "";
}

.tcfa-tornado {
	--fa: "";
}

.tcfa-volcano {
	--fa: "";
}

.tcfa-check-to-slot {
	--fa: "";
}

.tcfa-vote-yea {
	--fa: "";
}

.tcfa-water {
	--fa: "";
}

.tcfa-baby {
	--fa: "";
}

.tcfa-baby-carriage {
	--fa: "";
}

.tcfa-carriage-baby {
	--fa: "";
}

.tcfa-biohazard {
	--fa: "";
}

.tcfa-blog {
	--fa: "";
}

.tcfa-calendar-day {
	--fa: "";
}

.tcfa-calendar-week {
	--fa: "";
}

.tcfa-candy-cane {
	--fa: "";
}

.tcfa-carrot {
	--fa: "";
}

.tcfa-cash-register {
	--fa: "";
}

.tcfa-minimize {
	--fa: "";
}

.tcfa-compress-arrows-alt {
	--fa: "";
}

.tcfa-dumpster {
	--fa: "";
}

.tcfa-dumpster-fire {
	--fa: "";
}

.tcfa-ethernet {
	--fa: "";
}

.tcfa-gifts {
	--fa: "";
}

.tcfa-champagne-glasses {
	--fa: "";
}

.tcfa-glass-cheers {
	--fa: "";
}

.tcfa-whiskey-glass {
	--fa: "";
}

.tcfa-glass-whiskey {
	--fa: "";
}

.tcfa-earth-europe {
	--fa: "";
}

.tcfa-globe-europe {
	--fa: "";
}

.tcfa-grip-lines {
	--fa: "";
}

.tcfa-grip-lines-vertical {
	--fa: "";
}

.tcfa-guitar {
	--fa: "";
}

.tcfa-heart-crack {
	--fa: "";
}

.tcfa-heart-broken {
	--fa: "";
}

.tcfa-holly-berry {
	--fa: "";
}

.tcfa-horse-head {
	--fa: "";
}

.tcfa-icicles {
	--fa: "";
}

.tcfa-igloo {
	--fa: "";
}

.tcfa-mitten {
	--fa: "";
}

.tcfa-mug-hot {
	--fa: "";
}

.tcfa-radiation {
	--fa: "";
}

.tcfa-circle-radiation {
	--fa: "";
}

.tcfa-radiation-alt {
	--fa: "";
}

.tcfa-restroom {
	--fa: "";
}

.tcfa-satellite {
	--fa: "";
}

.tcfa-satellite-dish {
	--fa: "";
}

.tcfa-sd-card {
	--fa: "";
}

.tcfa-sim-card {
	--fa: "";
}

.tcfa-person-skating {
	--fa: "";
}

.tcfa-skating {
	--fa: "";
}

.tcfa-person-skiing {
	--fa: "";
}

.tcfa-skiing {
	--fa: "";
}

.tcfa-person-skiing-nordic {
	--fa: "";
}

.tcfa-skiing-nordic {
	--fa: "";
}

.tcfa-sleigh {
	--fa: "";
}

.tcfa-comment-sms {
	--fa: "";
}

.tcfa-sms {
	--fa: "";
}

.tcfa-person-snowboarding {
	--fa: "";
}

.tcfa-snowboarding {
	--fa: "";
}

.tcfa-snowman {
	--fa: "";
}

.tcfa-snowplow {
	--fa: "";
}

.tcfa-tenge-sign {
	--fa: "";
}

.tcfa-tenge {
	--fa: "";
}

.tcfa-toilet {
	--fa: "";
}

.tcfa-screwdriver-wrench {
	--fa: "";
}

.tcfa-tools {
	--fa: "";
}

.tcfa-cable-car {
	--fa: "";
}

.tcfa-tram {
	--fa: "";
}

.tcfa-fire-flame-curved {
	--fa: "";
}

.tcfa-fire-alt {
	--fa: "";
}

.tcfa-bacon {
	--fa: "";
}

.tcfa-book-medical {
	--fa: "";
}

.tcfa-bread-slice {
	--fa: "";
}

.tcfa-cheese {
	--fa: "";
}

.tcfa-house-chimney-medical {
	--fa: "";
}

.tcfa-clinic-medical {
	--fa: "";
}

.tcfa-clipboard-user {
	--fa: "";
}

.tcfa-comment-medical {
	--fa: "";
}

.tcfa-crutch {
	--fa: "";
}

.tcfa-disease {
	--fa: "";
}

.tcfa-egg {
	--fa: "";
}

.tcfa-folder-tree {
	--fa: "";
}

.tcfa-burger {
	--fa: "";
}

.tcfa-hamburger {
	--fa: "";
}

.tcfa-hand-middle-finger {
	--fa: "";
}

.tcfa-helmet-safety {
	--fa: "";
}

.tcfa-hard-hat {
	--fa: "";
}

.tcfa-hat-hard {
	--fa: "";
}

.tcfa-hospital-user {
	--fa: "";
}

.tcfa-hotdog {
	--fa: "";
}

.tcfa-ice-cream {
	--fa: "";
}

.tcfa-laptop-medical {
	--fa: "";
}

.tcfa-pager {
	--fa: "";
}

.tcfa-pepper-hot {
	--fa: "";
}

.tcfa-pizza-slice {
	--fa: "";
}

.tcfa-sack-dollar {
	--fa: "";
}

.tcfa-book-tanakh {
	--fa: "";
}

.tcfa-tanakh {
	--fa: "";
}

.tcfa-bars-progress {
	--fa: "";
}

.tcfa-tasks-alt {
	--fa: "";
}

.tcfa-trash-arrow-up {
	--fa: "";
}

.tcfa-trash-restore {
	--fa: "";
}

.tcfa-trash-can-arrow-up {
	--fa: "";
}

.tcfa-trash-restore-alt {
	--fa: "";
}

.tcfa-user-nurse {
	--fa: "";
}

.tcfa-wave-square {
	--fa: "";
}

.tcfa-person-biking {
	--fa: "";
}

.tcfa-biking {
	--fa: "";
}

.tcfa-border-all {
	--fa: "";
}

.tcfa-border-none {
	--fa: "";
}

.tcfa-border-top-left {
	--fa: "";
}

.tcfa-border-style {
	--fa: "";
}

.tcfa-person-digging {
	--fa: "";
}

.tcfa-digging {
	--fa: "";
}

.tcfa-fan {
	--fa: "";
}

.tcfa-icons {
	--fa: "";
}

.tcfa-heart-music-camera-bolt {
	--fa: "";
}

.tcfa-phone-flip {
	--fa: "";
}

.tcfa-phone-alt {
	--fa: "";
}

.tcfa-square-phone-flip {
	--fa: "";
}

.tcfa-phone-square-alt {
	--fa: "";
}

.tcfa-photo-film {
	--fa: "";
}

.tcfa-photo-video {
	--fa: "";
}

.tcfa-text-slash {
	--fa: "";
}

.tcfa-remove-format {
	--fa: "";
}

.tcfa-arrow-down-z-a {
	--fa: "";
}

.tcfa-sort-alpha-desc {
	--fa: "";
}

.tcfa-sort-alpha-down-alt {
	--fa: "";
}

.tcfa-arrow-up-z-a {
	--fa: "";
}

.tcfa-sort-alpha-up-alt {
	--fa: "";
}

.tcfa-arrow-down-short-wide {
	--fa: "";
}

.tcfa-sort-amount-desc {
	--fa: "";
}

.tcfa-sort-amount-down-alt {
	--fa: "";
}

.tcfa-arrow-up-short-wide {
	--fa: "";
}

.tcfa-sort-amount-up-alt {
	--fa: "";
}

.tcfa-arrow-down-9-1 {
	--fa: "";
}

.tcfa-sort-numeric-desc {
	--fa: "";
}

.tcfa-sort-numeric-down-alt {
	--fa: "";
}

.tcfa-arrow-up-9-1 {
	--fa: "";
}

.tcfa-sort-numeric-up-alt {
	--fa: "";
}

.tcfa-spell-check {
	--fa: "";
}

.tcfa-voicemail {
	--fa: "";
}

.tcfa-hat-cowboy {
	--fa: "";
}

.tcfa-hat-cowboy-side {
	--fa: "";
}

.tcfa-computer-mouse {
	--fa: "";
}

.tcfa-mouse {
	--fa: "";
}

.tcfa-radio {
	--fa: "";
}

.tcfa-record-vinyl {
	--fa: "";
}

.tcfa-walkie-talkie {
	--fa: "";
}

.tcfa-caravan {
	--fa: "";
}

.tcfar {
	--fa-family: var(--fa-family-classic);
	--fa-style: 400;
}

.tcfa-classic {
	--fa-family: var(--fa-family-classic);
}

.tcfa-regular {
	--fa-style: 400;
}

.tcfas {
	--fa-family: var(--fa-family-classic);
	--fa-style: 900;
}

.tcfa-solid {
	--fa-style: 900;
}

.noui-target, .noui-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.noui-target {
	position: relative;
}

.noui-base, .noui-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noui-connects {
	overflow: hidden;
	z-index: 0;
}

.noui-connect, .noui-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat;
}

.noui-txt-dir-rtl.noui-horizontal .noui-origin {
	left: 0;
	right: auto;
}

.noui-vertical .noui-origin {
	top: -100%;
	width: 0;
}

.noui-horizontal .noui-origin {
	height: 0;
}

.noui-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

.noui-touch-area {
	height: 100%;
	width: 100%;
}

.noui-state-tap .noui-connect, .noui-state-tap .noui-origin {
	-webkit-transition: transform .29999999999999999s;
	-webkit-transition: -webkit-transform .29999999999999999s;
	transition: -webkit-transform .29999999999999999s;
	transition: transform .29999999999999999s;
	transition: transform .29999999999999999s, -webkit-transform .29999999999999999s;
}

.noui-state-drag * {
	cursor: inherit !important;
}

.noui-horizontal {
	height: 18px;
}

.noui-horizontal .noui-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -6px;
}

.noui-vertical {
	width: 18px;
}

.noui-vertical .noui-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	bottom: -17px;
}

.noui-txt-dir-rtl.noui-horizontal .noui-handle {
	left: -17px;
	right: auto;
}

.noui-target {
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	-webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noui-connects {
	border-radius: 3px;
}

.noui-connect {
	background: #3fb8af;
}

.noui-draggable {
	cursor: ew-resize;
}

.noui-vertical .noui-draggable {
	cursor: ns-resize;
}

.noui-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noui-active {
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noui-handle::before, .noui-handle::after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px;
}

.noui-handle::after {
	left: 17px;
}

.noui-vertical .noui-handle::before, .noui-vertical .noui-handle::after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noui-vertical .noui-handle::after {
	top: 17px;
}

[disabled] .noui-connect {
	background: #b8b8b8;
}

[disabled].noui-target, [disabled].noui-handle, [disabled] .noui-handle {
	cursor: not-allowed;
}

.noui-pips, .noui-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.noui-pips {
	position: absolute;
	color: #999;
}

.noui-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noui-value-sub {
	color: #ccc;
	font-size: 10px;
}

.noui-marker {
	position: absolute;
	background: #ccc;
}

.noui-marker-sub {
	background: #aaa;
}

.noui-marker-large {
	background: #aaa;
}

.noui-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noui-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.noui-rtl .noui-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.noui-marker-horizontal.noui-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noui-marker-horizontal.noui-marker-sub {
	height: 10px;
}

.noui-marker-horizontal.noui-marker-large {
	height: 15px;
}

.noui-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noui-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px;
}

.noui-rtl .noui-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.noui-marker-vertical.noui-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noui-marker-vertical.noui-marker-sub {
	width: 10px;
}

.noui-marker-vertical.noui-marker-large {
	width: 15px;
}

.noui-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.noui-horizontal .noui-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noui-vertical .noui-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

.noui-horizontal .noui-origin>.noui-tooltip {
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px;
}

.noui-vertical .noui-origin>.noui-tooltip {
	-webkit-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px;
}

.tm-range-picker.noui-target {
	background: var(--slider-background);
	border-radius: 4px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-range-picker .noui-connects {
	border-radius: 3px;
}

.tm-range-picker .noui-connect {
	background: var(--slider-active-background);
}

.tm-range-picker, .tm-range-picker .noui-handle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-range-picker .noui-tooltip {
	background: #3fb8af;
	color: #fff;
	border: 2px solid #fff;
	padding: .40000000000000002em;
	text-align: center;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 1em;
}

.tm-range-picker .noui-active .noui-tooltip {
	display: block;
}

.tm-range-picker .noui-handle::before, .tm-range-picker .noui-handle::after {
	display: none;
}

.noui-marker {
	background: var(--marker-color);
	opacity: .80000000000000004;
}

.noui-marker-sub {
	opacity: .5;
	background: var(--marker-color);
}

.noui-marker-large {
	opacity: 1;
	background: var(--marker-color);
}

.tm-range-picker .noui-handle .noui-touch-area::before {
	content: "";
	position: absolute;
	top: calc(-.5 * var(--size) + .5 * 1em);
	left: calc(-.5 * var(--size) + .5 * 1em);
	right: calc(-.5 * var(--size) + .5 * 1em);
	bottom: calc(-.5 * var(--size) + .5 * 1em);
	width: var(--size);
	height: var(--size);
	border-radius: 100%;
	background: var(--handle-background);
	z-index: -1;
	opacity: .20000000000000001;
	will-change: transform;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .10000000000000001s ease-out, border-color .20000000000000001s ease-out;
	transition: all .10000000000000001s ease-out, border-color .20000000000000001s ease-out;
	display: block;
	--size: calc(var(--handle-size) * 1.8);
}

.tm-range-picker .noui-handle:hover .noui-touch-area::before {
	border: 0;
	-webkit-transform: scale(.90000000000000002);
	transform: scale(.90000000000000002);
}

.tm-range-picker .noui-active.noui-handle:hover .noui-touch-area::before {
	border: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.tm-range-picker .noui-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
	font-size: .80000000000000004em;
	margin-top: .80000000000000004em;
}

.tm-range-picker .noui-value-sub {
	color: inherit;
	font-size: 10px;
	margin-top: .59999999999999998em;
	opacity: .5;
}

.tm-range-picker .noui-marker-horizontal.noui-marker {
	margin-left: -1px;
	width: 1px;
}

.tm-range-picker {
	--handle-size: 14px;
	--slider-height: 3px;
	--handle-radius: calc(var(--handle-size) / 2);
	--handle-background: #3fb8af;
	--slider-active-background: #3fb8af;
	--slider-background: #cdcdcd;
	--marker-color: #aaa;
	height: var(--slider-height);
}

.tm-range-picker .noui-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 0;
	background: var(--handle-background);
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
	height: var(--handle-size);
	width: var(--handle-size);
	top: calc(( var(--handle-size) - var(--slider-height) ) / -2);
	right: calc(var(--handle-size) / -2);
	border-radius: var(--handle-radius);
}

.tc-extra-product-options .tcowl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.tc-extra-product-options .tcowl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tc-extra-product-options .tcowl-carousel .owl-stage::after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.tc-extra-product-options .tcowl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.tc-extra-product-options .tcowl-carousel .owl-stage-outer, .tc-extra-product-options .tcowl-carousel .owl-nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

.tc-extra-product-options .tcowl-carousel .owl-wrapper, .tc-extra-product-options .tcowl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.tc-extra-product-options .tcowl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.tc-extra-product-options .tcowl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.tc-extra-product-options .tcowl-carousel .owl-nav.disabled, .tc-extra-product-options .tcowl-carousel .owl-dots.disabled {
	display: none;
}

.tc-extra-product-options .tcowl-carousel .owl-nav .owl-prev, .tc-extra-product-options .tcowl-carousel .owl-nav .owl-next, .tc-extra-product-options .tcowl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tc-extra-product-options .tcowl-carousel .owl-nav button.owl-prev, .tc-extra-product-options .tcowl-carousel .owl-nav button.owl-next, .tc-extra-product-options .tcowl-carousel button.owl-dot {
	background: 0;
	color: inherit;
	border: 0;
	padding: 0 !important;
	font: inherit;
}

.tc-extra-product-options .tcowl-carousel-show {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tc-extra-product-options .tm-owl-slider, .tc-extra-product-options .tcowl-carousel.owl-loaded {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: var(--tcgap);
}

.tc-extra-product-options .tcowl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.tc-extra-product-options .tcowl-carousel.owl-hidden {
	opacity: 0;
}

.tc-extra-product-options .tcowl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.tc-extra-product-options .tcowl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tc-extra-product-options .tcowl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.tc-extra-product-options .tcowl-carousel.owl-rtl {
	direction: rtl;
}

.tc-extra-product-options .tcowl-carousel.owl-rtl .owl-item {
	float: right;
}

.tc-extra-product-options .tcowl-carousel .owl-item:not(.active) {
	visibility: hidden;
}

.no-js .tc-extra-product-options .tcowl-carousel {
	display: block;
}

.tc-extra-product-options .tcowl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.tc-extra-product-options .tcowl-carousel .owl-animated-in {
	z-index: 0;
}

.tc-extra-product-options .tcowl-carousel .owl-animated-out {
	z-index: 1;
}

.tc-extra-product-options .tcowl-carousel .fadeout {
	-webkit-animation-name: fadeout;
	animation-name: fadeout;
}

.tc-extra-product-options .owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.tc-extra-product-options .tcowl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.tc-extra-product-options .tcowl-carousel .owl-item .owl-lazy[src^=""], .tc-extra-product-options .tcowl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.tc-extra-product-options .tcowl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.tc-extra-product-options .tcowl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.tc-extra-product-options .tcowl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("/wp-content/plugins/woocommerce-tm-extra-product-options/assets/css/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
	--lzl-bg-img: "/wp-content/plugins/woocommerce-tm-extra-product-options/assets/css/owl.video.play.png";
}

.tc-extra-product-options .tcowl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.tc-extra-product-options .tcowl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.tc-extra-product-options .tcowl-carousel .owl-video-playing .owl-video-tn, .tc-extra-product-options .tcowl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.tc-extra-product-options .tcowl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.tc-extra-product-options .owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.tc-extra-product-options .owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.tc-extra-product-options .owl-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.tc-extra-product-options .owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.tc-extra-product-options .owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.tc-extra-product-options .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.tc-extra-product-options .owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.tc-extra-product-options .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.tc-extra-product-options .owl-theme .owl-dots .owl-dot.active span, .tc-extra-product-options .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.tm-extra-product-options .cpf-type-dynamic .tc-cell, .tc-extra-product-options .cpf-type-dynamic .tmcp-field-wrap label.tc-cell, .cpf-type-dynamic .tc-cell, .cpf-type-dynamic.tc-cell {
	min-height: 0;
}

.cpf-section.section-disabled {
	display: none;
}

.tc-container.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.nomargin .tc-cell {
	margin: 0;
}

.tc-row .cpf-section.tc-row {
	margin: 0;
}

.tm-extra-product-options .tc-row.tc-col-12, .tm-extra-product-options .tc-row.tc-col-12 .tc-row.tc-col-12 {
	margin: 0 -1em;
	min-width: 100% !important;
	max-width: 100%;
	overflow: visible;
	position: relative;
}

.tc-extra-product-options .tcowl-carousel .owl-video-play-icon.lzl:not(.lzl-ed), .tc-extra-product-options .tcowl-carousel .owl-video-play-icon.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.tm-extra-product-options .tc-col-0, .tm-extra-product-options .tc-cell.tc-col-0, .tc-cell.tc-col-0, .tc-col-0 {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	max-width: 0;
}

.tm-extra-product-options .tc-col-1, .tm-extra-product-options .tc-cell.tc-col-1, .tc-cell.tc-col-1, .tc-col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333999999999993%;
	flex: 0 0 8.3333999999999993%;
	max-width: 8.3333999999999993%;
}

.tm-extra-product-options .tc-col-1-5, .tm-extra-product-options .tc-cell.tc-col-1-5, .tc-cell.tc-col-1-5, .tc-col-1-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.tm-extra-product-options .tc-col-2, .tm-extra-product-options .tc-cell.tc-col-2, .tc-cell.tc-col-2, .tc-col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666699999999999%;
	flex: 0 0 16.666699999999999%;
	max-width: 16.666699999999999%;
}

.tm-extra-product-options .tc-col-2-5, .tm-extra-product-options .tc-cell.tc-col-2-5, .tc-cell.tc-col-2-5, .tc-col-2-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.tm-extra-product-options .tc-col-3, .tm-extra-product-options .tc-cell.tc-col-3, .tc-cell.tc-col-3, .tc-col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.tm-extra-product-options .tc-col-4, .tm-extra-product-options .tc-cell.tc-col-4, .tc-cell.tc-col-4, .tc-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333399999999997%;
	flex: 0 0 33.333399999999997%;
	max-width: 33.333399999999997%;
}

.tm-extra-product-options .tc-col-4-5, .tm-extra-product-options .tc-cell.tc-col-4-5, .tc-cell.tc-col-4-5, .tc-col-4-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%;
}

.tm-extra-product-options .tc-col-5, .tm-extra-product-options .tc-cell.tc-col-5, .tc-cell.tc-col-5, .tc-col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666699999999999%;
	flex: 0 0 41.666699999999999%;
	max-width: 41.666699999999999%;
}

.tm-extra-product-options .tc-col-6, .tm-extra-product-options .tc-cell.tc-col-6, .tc-cell.tc-col-6, .tc-col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.tm-extra-product-options .tc-col-7, .tm-extra-product-options .tc-cell.tc-col-7, .tc-cell.tc-col-7, .tc-col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333399999999997%;
	flex: 0 0 58.333399999999997%;
	max-width: 58.333399999999997%;
}

.tm-extra-product-options .tc-col-7-5, .tm-extra-product-options .tc-cell.tc-col-7-5, .tc-cell.tc-col-7-5, .tc-col-7-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%;
}

.tm-extra-product-options .tc-col-8, .tm-extra-product-options .tc-cell.tc-col-8, .tc-cell.tc-col-8, .tc-col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666700000000006%;
	flex: 0 0 66.666700000000006%;
	max-width: 66.666700000000006%;
}

.tm-extra-product-options .tc-col-9, .tm-extra-product-options .tc-cell.tc-col-9, .tc-cell.tc-col-9, .tc-col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.tm-extra-product-options .tc-col-10, .tm-extra-product-options .tc-cell.tc-col-10, .tc-cell.tc-col-10, .tc-col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333399999999997%;
	flex: 0 0 83.333399999999997%;
	max-width: 83.333399999999997%;
}

.tm-extra-product-options .tc-col-10-5, .tm-extra-product-options .tc-cell.tc-col-10-5, .tc-cell.tc-col-10-5, .tc-col-10-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%;
}

.tm-extra-product-options .tc-col-11, .tm-extra-product-options .tc-cell.tc-col-11, .tc-cell.tc-col-11, .tc-col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666700000000006%;
	flex: 0 0 91.666700000000006%;
	max-width: 91.666700000000006%;
}

.tm-extra-product-options .tc-col-12, .tm-extra-product-options .tc-cell.tc-col-12, .tc-cell.tc-col-12, .tc-col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.tcwidth-12-5 {
	--flex-items: calc(100 / 12.5);
}

.tcwidth-33-3 {
	--flex-items: calc(100 / 33.299999999999997);
}

.tcwidth-37-5 {
	--flex-items: calc(100 / 37.5);
}

.tcwidth-62-5 {
	--flex-items: calc(100 / 62.5);
}

.tcwidth-87-5 {
	--flex-items: calc(100 / 37.5);
}

.tc-extra-product-options.tc-show, .tc-extra-product-options.tc-show-override {
	display: block;
	clear: both;
	visibility: visible;
}

.tc-extra-product-options.tc-show-hidden {
	display: block;
	clear: both;
	visibility: hidden !important;
}

.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap li.tmcp-field-wrap .tc-field-label-wrap.no-price {
	grid-template-columns: auto;
}

.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap .tc-field-label-wrap.no-price {
	grid-template-columns: 1fr;
}

.tm-extra-product-options .cpf-type-select li.tmcp-field-wrap .tc-field-label-wrap.no-desc .tm-epo-field-label {
	grid-template-columns: auto;
}

.tm-extra-product-options .tc-repeater-element, .tc-repeater-delete {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tm-extra-product-options .tc-repeater-element {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

.tm-extra-product-options .tc-repeater-element .tmcp-ul-wrap {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
	-ms-flex-preferred-size: 0 !important;
	flex-basis: 0 !important;
	width: auto !important;
}

.tc-repeater-delete {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	width: auto;
	padding: 0;
}

.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap li.tmcp-field-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tc-epo-element-product-li-container {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.tc-totals-form.tc-show {
	display: block;
}

.tc-epo-totals.hidden, .tc-extra-product-options.hidden {
	display: none;
}

.tc-hidden-visibility {
	visibility: hidden;
	opacity: 0;
}

.tm-box, .tm-collapse {
	border: 1px solid rgba(0, 0, 0, .035000000000000003);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .01)), color-stop(50%, rgba(0, 0, 0, .01)), color-stop(50%, rgba(0, 0, 0, .02)), to(rgba(0, 0, 0, .01)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .02) 50%, rgba(0, 0, 0, .01) 100%);
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.tm-box {
	padding: var(--tcgap);
}

.tm-collapse {
	padding: 0;
}

.tm-extra-product-options .cpf-section.tc-cell.tm-owl-slider-section .tm-box .tc-row {
	padding-bottom: var(--tcgap);
}

.tm-arrow {
	cursor: pointer;
	height: 1em;
	text-align: center;
	width: 1em;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-ordinal-group: 101;
	-ms-flex-order: 100;
	order: 100;
}

.tm-extra-product-options .tc-epo-label .tm-arrow {
	margin-left: auto;
}

.tm-toggle {
	padding-right: 2em;
	position: relative;
	cursor: pointer;
}

.tm-collapse .tm-toggle {
	clear: both;
}

.tc-row.tm-collapse {
	gap: 0;
}

.tm-collapse>.tc-cell {
	margin-bottom: 0;
}

.tm-collapse-wrap {
	float: left;
	padding: calc(var(--tcgaprow) / 2) var(--tcgapcolumn);
	overflow: visible;
	width: 100%;
}

.tc-totals-form dl.tm-extra-product-options-totals {
	margin-left: 0;
	margin-right: 0;
}

dl.tm-extra-product-options-totals {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
}

dl.tm-extra-product-options-totals dt, dl.tm-extra-product-options-totals dd {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
	width: auto;
	text-align: unset;
	display: initial;
	border: 0;
	padding: 0;
}

dl.tm-extra-product-options-totals dd {
	padding-bottom: var(--tcinnergaprow);
}

.tm-extra-product-options .tm-box .tm-section-label, .tm-extra-product-options .tm-collapse .tm-section-label, .tm-extra-product-options .tm-box .tc-epo-label.tm-section-label, .tm-extra-product-options .tm-collapse .tc-epo-label.tm-section-label {
	margin: 0;
	position: relative;
	border: 0;
	outline: 0;
	width: 100%;
}

.tm-extra-product-options .tm-collapse .tm-section-label, .tm-extra-product-options .tm-collapse .tc-epo-label.tm-section-label {
	padding: calc(var(--tcgaprow) / 2) var(--tcgapcolumn);
}

.tm-extra-product-options .tm-collapse .tm-section-description {
	padding: calc(var(--tcgaprow) / 2) var(--tcgapcolumn);
}

.tm-extra-product-options .tm-toggle.tm-section-label:focus {
	outline: 2px solid;
}

.tc-styled-variations {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

.tmcp-field-wrap .tm-epo-required {
	position: static;
	left: auto;
	top: auto;
}

.tc-epo-element-product-thumbnailmultiple label.tm-epo-field-label, .tc-epo-element-product-thumbnail label.tm-epo-field-label, .tc-mode-images label.tm-epo-field-label, .tc-mode-color label.tm-epo-field-label {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.tc-right, .tc-below, .tc-bottom {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
}

.tc-first {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.tc-mode-text .tc-label-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tc-mode-color .tc-label-inner:not(.tc-mode-text .tc-label-inner), .tc-mode-images .tc-label-inner:not(.tc-mode-text .tc-label-inner) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fullwidth-ul .tc-mode-color .tc-label-inner:not(.tc-mode-text .tc-label-inner), .fullwidth-ul .tc-mode-images .tc-label-inner:not(.tc-mode-text .tc-label-inner) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: 1fr;
	justify-items: center;
	gap: var(--tcinnergaprow) 0;
}

.tc-mode-color .radio-image-label, .tc-mode-images .radio-image-label, .tc-mode-color .checkbox-image-label, .tc-mode-images .checkbox-image-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: var(--tcinnergap);
}

.tm-extra-product-options .tm-extra-product-options-field.tc-normal-mode {
	margin: 0 0 1em;
}

.tm-extra-product-options .tc-images-container .tmcp-field-wrap label, .tm-extra-product-options .tc-colors-container .tmcp-field-wrap label, .tm-epo-variation-section .tmhexcolorimage-li-nowh label, .tm-epo-variation-section .tmhexcolorimage-li label {
	cursor: pointer;
	width: 100%;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tc-colors-container li.tmcp-field-wrap.tc-mode-startcolor, .tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-startimages, .tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-startcolor {
	text-align: initial;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tc-colors-container li.tmcp-field-wrap.tc-mode-endcolor, .tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-endcolor, .tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-endimages {
	text-align: initial;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tc-colors-container li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tc-colors-container li.tmcp-field-wrap.tc-mode-color .tc-field-label-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-images .tc-field-label-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-color .tc-field-label-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: var(--tcinnergap);
}

.tm-extra-product-options .tc-cell hr {
	margin: var(--tcgaprow) 0;
}

.tm-extra-product-options .tm_divider {
	border-style: solid;
	border-width: 1px;
	margin: var(--tcgaprow) 0;
	clear: both;
}

.tm-extra-product-options .cpf-element .tm_divider.tc-cell {
	margin: var(--tcgaprow) 0;
}

.tm-extra-product-options .tm_padding {
	padding: var(--tcgaprow) 0;
}

.tm-extra-product-options .cpf-element .tm_padding.tc-cell {
	margin-left: var(--tcgapcolumn);
	margin-right: var(--tcgapcolumn);
}

.tm-extra-product-options .tc-epo-label.tm-section-label {
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tc-section-label-text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.float-editbox .section_popup .tm-section-label {
	display: none;
}

.tc-repeater-element .tm-epo-field.tmcp-select, .tc-repeater-element .tm-epo-field.tmcp-selectmultiple {
	width: 100%;
}

.tm-extra-product-options input.tm-epo-field.tmcp-upload {
	width: 100%;
	font-size: inherit;
}

.tc-extra-product-options .tmcp-field-wrap .cpf-upload-text {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.tc-upload-preview {
	display: grid;
	margin: 1em 0;
	width: 100%;
	gap: 1em;
	grid-template-columns: minmax(100px, -webkit-max-content);
	grid-template-columns: minmax(100px, max-content);
	grid-template-rows: 1fr;
}

.tc-upload-preview:empty {
	display: none;
}

.tc-upload-preview.multiple {
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.tc-upload-file {
	border-radius: 5px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tc-upload-preview.multiple .tc-upload-file {
	max-height: 100%;
	min-height: 100px;
}

.tc-upload-image {
	position: relative;
	border: 1px solid;
	padding: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	background: rgba(0, 0, 0, .69999999999999996);
	min-width: 100%;
	min-height: 100px;
}

.tc-upload-preview.multiple .tc-upload-image {
	min-height: 100%;
}

.woocommerce .tc-upload-preview img {
	height: auto;
	max-width: 100%;
	width: auto;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .10000000000000001);
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce .tc-upload-preview.multiple img {
	height: 96%;
	width: 96%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	max-height: 100%;
	position: absolute;
}

.tc-file-size {
	position: absolute;
	color: #fff;
	font-size: .625em;
	top: calc(2% + .5078125em);
	left: calc(2% + .5078125em);
	background: rgba(0, 0, 0, .5);
	padding: 0 3px;
	z-index: 1;
}

.tc-file-ext-overlay {
	background: rgba(0, 0, 0, .20000000000000001);
	width: 96%;
	height: 96%;
	position: absolute;
	border-radius: 5px 12px 5px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 2%;
	top: 2%;
}

.tc-file-ext {
	position: absolute;
	padding: 2px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	min-width: 30%;
	text-align: center;
	text-transform: uppercase;
	font-size: .82499999999999996em;
}

.tc-file-name {
	max-width: 94%;
	position: absolute;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	font-size: .625em;
	padding: .25em .5em;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 2em;
	line-height: 2;
}

.tc-upload-remove {
	cursor: pointer;
	position: absolute;
	right: 2%;
	top: 2%;
	font-size: 1em;
	width: 1.625em;
	height: 1.625em;
	font-family: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #fff;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
	background-image: none;
	-webkit-box-shadow: 0 0 0 0 hsla(0, 0, 100%, 0);
	box-shadow: 0 0 0 0 hsla(0, 0, 100%, 0);
	z-index: 2;
	-webkit-transition: all .20000000000000001s ease;
	transition: all .20000000000000001s ease;
}

.tc-upload-remove:hover, .tc-upload-remove:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(255, 255, 255, 90%);
	box-shadow: 0 0 0 .125em rgba(255, 255, 255, 90%);
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

.cpf-upload-container-basic, .cpf-upload-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tc-max-file-size {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.tc-extra-product-options .tmcp-field-wrap label.cpf-upload-container-basic .cpf-upload-wrap {
	display: block !important;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}

.tc-extra-product-options .tmcp-field-wrap label.cpf-upload-container .cpf-upload-wrap {
	border: 1px solid;
	display: block !important;
	font-size: 1em;
	height: auto;
	overflow: hidden;
	padding: .5em 1em;
	position: relative;
	vertical-align: middle;
	margin: 0 .5em 0 0;
	cursor: pointer;
}

.cpf-upload-container [type="file"] {
	cursor: inherit;
	display: block;
	font-size: .01px;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.cpf-upload-container+small::before, .cpf-upload-container-basic+small::before {
	content: "";
	display: block;
}

.tm-filename {
	display: block;
	-ms-flex-item-align: center;
	align-self: center;
}

.tm-filename:empty {
	display: none;
}

.tc-upload-messages {
	padding: var(--tcgaprow) 0;
}

.tc-upload-message {
	font-size: 1.2em;
	margin-bottom: var(--tcgap);
}

.tm-extra-product-options .cpf-type-range .tc-epo-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-range-picker {
	margin: 1em 14px;
	max-width: 100%;
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.tm-range-picker.noui-show-tooltip {
	margin: calc(1em + 22px) 14px;
}

.tm-range-picker.pips, .tm-range-picker.noui-show-tooltip.pips {
	margin: calc(50px - 1em) 14px 50px 14px;
}

.tm-range-picker .noui-tooltip {
	line-height: 1;
	font-size: 10px;
}

.tc-extra-product-options .tm-show-picker-left, .tc-extra-product-options .tm-show-picker-tleft, .tc-extra-product-options .tm-show-picker-right, .tc-extra-product-options .tm-show-picker-tright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.tc-extra-product-options .tm-show-picker-left .tm-range-picker, .tc-extra-product-options .tm-show-picker-tleft .tm-range-picker, .tc-extra-product-options .tm-show-picker-right .tm-range-picker, .tc-extra-product-options .tm-show-picker-tright .tm-range-picker {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value, .tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value, .tc-extra-product-options .tm-show-picker-right .tm-show-picker-value, .tc-extra-product-options .tm-show-picker-tright .tm-show-picker-value {
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border: 1px solid;
	border-radius: 5px;
	padding: 0 1em;
	display: inline-block;
	max-width: 20%;
	min-width: 4em;
	text-align: center;
	line-height: normal;
}

.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value, .tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.tc-extra-product-options .tm-show-picker-left .tc-price-wrap, .tc-extra-product-options .tm-show-picker-tleft .tc-price-wrap, .tc-extra-product-options .tm-show-picker-right .tc-price-wrap, .tc-extra-product-options .tm-show-picker-tright .tc-price-wrap {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.tm-extra-product-options .tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-range .tm-range-picker-value {
	display: inline-block;
	float: right;
	margin-left: 0;
	margin-top: -3px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 1em;
	vertical-align: top;
	width: 19%;
}

input.tm-show-picker-value-edit {
	max-width: 100%;
	width: 4em;
	text-align: center;
	padding: 0;
	border: 1px solid;
	margin: 0;
}

.tm-show-picker-value-edit-wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value-edit-wrap, .tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value-edit-wrap, .tc-extra-product-options .tm-show-picker-right .tm-show-picker-value-edit-wrap, .tc-extra-product-options .tm-show-picker-tright .tm-show-picker-value-edit-wrap {
	max-width: 20%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	text-align: center;
	top: 0;
	font-size: .80000000000000004em;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-ms-flex-item-align: center;
	align-self: center;
}

.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value-edit-wrap, .tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value-edit-wrap {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.tm-extra-product-options .tc-epo-label.tm-has-undo-button {
	padding-right: 2em;
}

.tm-epo-reset-variation, .tm-extra-product-options .tm-epo-reset-radio {
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	padding: .20000000000000001em;
	border: 2px solid;
	color: inherit;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	background: rgba(255, 255, 255, .80000000000000004);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10000;
}

.round .tm-epo-reset-variation, .round .tm-epo-reset-radio {
	border-radius: 5px;
}

.square .tm-epo-reset-variation, .square .tm-epo-reset-radio {
	border-radius: 0;
}

.circle .tm-epo-reset-variation, .circle .tm-epo-reset-radio {
	border-radius: 100%;
}

.thinline .tm-epo-reset-variation, .thinline .tm-epo-reset-radio {
	border-width: 1px;
	border-radius: 0;
}

.shadow .tm-epo-reset-variation, .shadow .tm-epo-reset-radio {
	border-width: 1px;
	border-radius: 0;
}

.tm-epo-reset-variation .tcfa, .tm-epo-reset-radio .tcfa {
	font-size: .80000000000000004em;
	position: relative;
}

.tm-epo-variation-section .reset_variations {
	clear: both;
	display: block;
	width: 100%;
	position: static;
	visibility: hidden;
}

.tm-extra-product-options .tmcp-field-wrap .tc-chars+.tc-price .amount {
	margin-left: 0;
}

.tm-extra-product-options .tc-images-container .tmcp-field-wrap .amount {
	margin-left: 0;
}

.tm-extra-product-options .amount.hidden, .tm-extra-product-options .tmcp-field-wrap .price.amount.hidden, .tm-extra-product-options .tmcp-field-wrap .tc-price.hidden, .tm-extra-product-options .before-amount.hidden, .tm-extra-product-options .after-amount.hidden, .tm-extra-product-options .tmperiod.hidden {
	display: none !important;
}

.tm-extra-product-options-totals .price.amount.options, .tm-extra-product-options-totals .price.amount.fees, .tm-extra-product-options-totals .price.amount.subscription-fee {
	font-size: 1.25em;
}

.tm-extra-product-options-totals .amount.options, .tm-extra-product-options-totals .amount.fees, .tm-extra-product-options-totals .amount.subscription-fee {
	font-weight: 700;
}

.tm-extra-product-options-totals .amount.final {
	font-size: 1.5em;
	font-weight: 700;
}

.tm-extra-product-options-totals .price.amount {
	display: inline-block !important;
	width: auto;
	margin: 0;
}

.tm-unit-price, .tm-fee-totals, .tm-final-totals, .tm-options-totals, .tm-subscription-fee {
	padding: 0;
	margin: 0;
	border: 0 none;
	float: none;
}

.tm-extra-product-options .tmcp-field-wrap .tc-price del {
	font-size: 75% !important;
	margin: 0 !important;
}

.tc-quantity-right .tm-quantity, .tc-quantity-left .tm-quantity {
	-ms-flex-item-align: center;
	align-self: center;
}

.tm-extra-product-options .cpf-type-checkbox .tc-quantity-right .tm-quantity, .tm-extra-product-options .cpf-type-checkbox .tc-quantity-left .tm-quantity, .tm-extra-product-options .cpf-type-radio .tc-quantity-right .tm-quantity, .tm-extra-product-options .cpf-type-radio .tc-quantity-left .tm-quantity {
	-ms-flex-item-align: unset;
	align-self: unset;
}

.cpf-type-textfield .tc-quantity-right .tm-quantity, .cpf-type-textfield .tc-quantity-left .tm-quantity {
	-ms-flex-item-align: initial;
	align-self: initial;
}

.tc-quantity-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.tc-row.tc-quantity-right, .tc-row.tc-quantity-left {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tc-quantity-right .tm-quantity, .tc-quantity-bottom .tm-quantity {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
}

.tc-quantity-left .tm-quantity, .tc-quantity-top .tm-quantity {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.tm-extra-product-options ul.tmcp-ul-wrap .tc-row.tc-quantity-top, .tm-extra-product-options ul.tmcp-ul-wrap .tc-row.tc-quantity-bottom {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tc-row.tc-quantity-top .tm-quantity, .tc-row.tc-quantity-bottom .tm-quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.tm-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-extra-product-options-radio .tm-quantity, .tm-extra-product-options-checkbox .tm-quantity {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tm-quantity input.tm-qty {
	margin: 0;
	max-width: 100%;
	min-width: 3em;
	width: 4em;
	text-align: center;
	padding: .25em;
	line-height: 1;
}

.tm-quantity-alt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .5em;
}

.tm-quantity-alt input.tm-qty-alt {
	margin: 0;
	max-width: 100%;
	min-width: 50px;
	text-align: center;
	width: 5em !important;
	font-size: 100%;
	display: inline-block !important;
	padding: .35799999999999998em 1em;
}

.tc-extra-product-options .cpf-type-product .tc-epo-element-product-li-container .tc-epo-element-product-container .single_add_to_cart_product, .single_add_to_cart_product {
	vertical-align: baseline;
	float: none;
	padding: .61799999999999999em 1em !important;
	margin: 0 !important;
}

.tc-row.tc-quantity-right .tc-cell, .tc-row.tc-quantity-left .tc-cell, .tm-quantity.tm-bottom {
	margin-bottom: 0;
}

.tm-section-description {
	margin: 0;
}

.floatbox {
	height: 100%;
	left: 0 !important;
	position: fixed !important;
	top: 0 !important;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 101001;
}

.floatbox.fl-overlay {
	background: rgba(0, 0, 0, .80000000000000004);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.flasho {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
	position: relative;
	z-index: 101001;
	-webkit-box-shadow: 0 0 1px 4px rgba(0, 0, 0, .10000000000000001), 0 0 50px 13px rgba(0, 0, 255, .050000000000000003);
	box-shadow: 0 0 1px 4px rgba(0, 0, 0, .10000000000000001), 0 0 50px 13px rgba(0, 0, 255, .050000000000000003);
	max-height: 100%;
	border-radius: 0;
	max-width: 100%;
	width: 80%;
	height: 80%;
	overflow: hidden;
	display: grid;
	grid-template-rows: minmax(1em, auto) minmax(33%, 1fr) minmax(1em, auto);
	gap: var(--tcgaprow) 0;
	padding: var(--tcgap);
}

.float-editbox {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.flasho .header {
	line-height: 2;
	width: 100%;
	border-bottom: 1px solid #ecf0f1;
	padding-bottom: var(--tcgaprow);
}

.flasho .header h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: 1px;
}

.flasho .footer {
	margin: 0;
	padding: 0;
	text-align: right;
	background: 0;
}

.flasho .footer .inner {
	border-top: 1px solid #ecf0f1;
	padding-top: var(--tcgaprow);
}

.tm-section-pop {
	display: none;
}

#tm-section-pop-up>.tc-epo-label.tm-section-label {
	display: none;
}

.tm-section-pop-up.single .tc-cell.section_popup {
	width: 100% !important;
	max-width: 100%;
	--flex-items: 1 !important;
}

.tm-section-pop-up.single .tc-cell.section_popup .tm-section-pop {
	padding-top: 1em;
	padding-bottom: 1em;
}

.tm-extra-product-options.tm-section-pop-up.single .footer .inner .tm-button.button.button-secondary.button-large.floatbox-cancel, .tc-extra-product-options .tm-section-pop-up.single .footer .inner .tm-button.button.button-secondary.button-large.floatbox-cancel {
	float: none;
}

.noanimated {
	-webkit-animation-fill-mode: none !important;
	animation-fill-mode: none !important;
	opacity: 1 !important;
	z-index: auto !important;
	position: static !important;
	-webkit-transform: none !important;
	transform: none !important;
	container: none !important;
}

.tm-floating-box {
	width: auto;
	height: auto;
	padding: 1em;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .98999999999999999);
	z-index: 99999;
	max-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 20vw;
	gap: var(--tcgap);
	line-height: normal;
	border: 2px solid rgba(0, 0, 0, .050000000000000003);
}

.tm-floating-box .tc-row, .tm-floating-box .tm-extra-product-options-totals {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

.tm-floating-box.right {
	left: auto;
	right: 0;
}

.tm-floating-box.left {
	right: auto;
	left: 0;
}

.tm-floating-box.bottom {
	bottom: 0;
	top: auto;
}

.tm-floating-box.top {
	top: 0;
	bottom: auto;
}

.tm-fb {
	font-size: 12px;
	line-height: 18px;
	max-height: 200px;
	max-width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 0;
}

.tm-fb dt {
	margin: 0;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.tm-fb dd {
	margin: 0 0 var(--tcinnergaprow) 0;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.tm-fb-title {
	font-weight: 700;
}

.tm-fb-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: var(--tcinnergap);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-fb-value>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.tm-floating-box-alt .tm-floating-box {
	background: 0;
	padding: 0;
	position: static;
	max-width: 100%;
	border: 0;
}

.tm-floating-box-nks .tm-floating-box {
	bottom: 0 !important;
	left: 0 !important;
	padding: 5%;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 100%;
}

.tm-floating-box-nks .tm-fb {
	max-height: 90% !important;
	max-width: 90% !important;
}

.tc-row.tm-fb-labels {
	border-bottom: 1px solid;
	font-weight: 700;
	margin-bottom: 1.6499999999999999em;
	padding: 0 0 1em 0;
}

.tc-row.tm-fb-labels .tm-fb-price, .tc-row.tm-fb-data .tm-fb-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tc-row.tm-fb-labels .tm-fb-quantity, .tc-row.tm-fb-data .tm-fb-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tc-img-floating .tmhexcolorimage.tc-center .tc-image, .tc-img-floating .tc-image {
	max-width: calc(var(--tcinlinesize) * 2) !important;
	margin: 0;
	max-height: calc(var(--tcinlinesize) * 2) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tc-img-floating .tmhexcolorimage.tc-center .tc-image {
	padding-top: calc(( var(--tcinlinesize) * 2 ) - ( 2px * 2 )) !important;
}

.tc-img-floating .tm-transparent-swatch .tc-image {
	border-style: dotted;
	border-color: inherit;
}

.tm-extra-product-options .tc-cell.tm-error {
	color: red;
	display: block;
	font-size: 80%;
	font-weight: 700;
	margin: 1em 0 !important;
}

.tm-epo-field.tmcp-textfield.tm-error, .tm-epo-field.tmcp-textarea.tm-error {
	border: 1px solid #c0392b;
	color: #e74c3c;
	outline: 0;
}

.tc-transition {
	-webkit-transition: all .29999999999999999s ease 0s;
	transition: all .29999999999999999s ease 0s;
}

.tc-lightbox {
	background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
	height: auto !important;
	max-height: 100% !important;
	max-width: 100% !important;
	text-align: center;
	width: auto !important;
	z-index: 100100;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display: block;
	padding: 0;
	border: 0;
}

.tc-lightbox-image-wrap {
	position: relative;
}

.tc-lightbox-wrap {
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 1em;
	height: 1em;
	left: auto;
	top: auto;
	font-size: 1.5em;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	padding: .29999999999999999em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
}

.tc-lightbox-button {
	color: #fff;
	font-size: 1em !important;
	padding: 0;
	z-index: 2;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	margin: auto;
}

.circle .tc-lightbox-button {
	border-radius: 100%;
}

.round .tc-lightbox-button {
	border-radius: 5px;
}

.tc-lightbox-wrap:hover .tc-lightbox-button {
	opacity: 1;
}

.tc-lightbox img {
	border: 0 none;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	display: block;
	height: auto;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
}

.tc-lightbox-button-close {
	background: rgba(255, 255, 255, .29999999999999999) none repeat scroll 0 0;
	color: #000 !important;
	float: left;
	height: 2em;
	line-height: 2;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2em;
	z-index: 2;
	cursor: pointer;
}

.tc-lightbox-zoomin {
	-webkit-animation-name: tc-lightbox-zoomin;
	animation-name: tc-lightbox-zoomin;
}

.tc-lightbox-zoomout {
	-webkit-animation-name: tc-lightbox-zoomout;
	animation-name: tc-lightbox-zoomout;
}

.tm-static {
	position: static;
}

.tmcp-date-select {
	max-width: 100%;
}

.tm-epo-field.tmcp-date {
	min-height: 2.5em !important;
	height: auto;
}

.tc-extra-product-options .cpf-type-date .tmcp-field-wrap label:not(.fullwidth) .tm-epo-field.tmcp-date {
	width: auto !important;
}

.tm-epo-datepicker-label-container, .tm-epo-timepicker-label-container {
	display: inline-block !important;
	vertical-align: baseline;
	position: relative;
	max-width: 100%;
}

.tm-extra-product-options .tm-epo-datepicker, .tm-extra-product-options .tm-epo-timepicker {
	display: inline-block !important;
	line-height: normal !important;
	margin: 0 !important;
	max-width: 100% !important;
	padding-right: 2.5em !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tc-epo-label.tc-left+.tc-element-container .tm-epo-datepicker-label-container, .tc-epo-label.tc-right+.tc-element-container .tm-epo-datepicker-label-container {
	margin-top: 0;
}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger, .tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger {
	font-family: "Font Awesome 7 Free", sans-serif !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: transparent none repeat scroll 0 0 !important;
	border-width: 0;
	color: inherit !important;
	cursor: pointer;
	display: inline-block;
	font-size: inherit !important;
	line-height: inherit !important;
	margin: 0;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	height: 100% !important;
}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger:hover, .tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger:active, .tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger:focus, .tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger:hover, .tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger:active, .tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger:focus {
	background: none repeat scroll 0 0 transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger::before {
	content: "";
	padding: calc(.75em - 2px);
	border-width: 0 0 0 1px;
	border-style: solid;
}

.tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger::before {
	content: "";
	padding: calc(.75em - 2px);
	border-width: 0 0 0 1px;
	border-style: solid;
}

.tm-datepicker {
	margin: 2px 0 0 0;
	z-index: 101002 !important;
	width: auto !important;
	height: auto !important;
	padding: 0;
}

.tm-datepicker a {
	text-decoration: none;
}

.tm-ui-dp, .tm-ui-dp-overlay {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tm-ui-dp-header.ui-widget-header {
	line-height: 2;
	background: 0;
	border: 0 none;
	color: inherit;
	font-weight: 700;
}

.tm-ui-dp {
	max-width: 98%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tm-ui-dp:focus {
	outline: 0;
}

.tm-ui-dp-container {
	min-width: 300px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}

.tm-datepicker-small .tm-ui-dp-container {
	font-size: 12px;
	min-width: 240px;
}

.tm-datepicker-medium .tm-ui-dp-container {
	font-size: 16px;
	min-width: 330px;
}

.tm-datepicker-large .tm-ui-dp-container {
	font-size: 20px;
	min-width: 400px;
}

.tm-datepicker.tm-datepicker-top .tm-ui-dp-title, .tm-datepicker.tm-datepicker-bottom .tm-ui-dp-title {
	font-size: 1.125em;
}

.tm-datepicker.tm-datepicker-bottom .tm-ui-dp-container, .tm-datepicker.tm-datepicker-top .tm-ui-dp-container {
	min-width: 100% !important;
}

.tm-ui-dp-wrap, .tm-ui-dp-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tm-ui-dp-wrap {
	z-index: 99998;
}

.tm-ui-dp-overlay {
	z-index: 1;
	background: rgba(0, 0, 0, .69999999999999996);
}

.tm-datepicker-top .tm-ui-dp, .tm-datepicker-bottom .tm-ui-dp {
	width: 100%;
	max-width: 100%;
}

.tm-ui-dp-main-cell-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tm-ui-dp-main-wrap {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tm-ui-dp-ui {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.tm-ui-dp-main {
	width: auto;
}

.tm-ui-dp-main table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
	background: 0;
	border: 0;
}

.tm-ui-dp-main-table {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.tm-ui-dp-main-row {
	white-space: nowrap;
	display: table-row;
}

.tm-ui-dp-main-cell {
	line-height: 1.875;
	text-align: center;
	width: 14.2857%;
	height: 16.666599999999999%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}

.tm-ui-dp-main-cell.ui-datepicker-unselectable, .tm-ui-dp-main-cell.ui-state-disabled {
	cursor: default;
}

.tm-ui-dp-main-cell .tm-ui-dp-main-cell-inner {
	overflow: visible;
}

.tm-ui-dp-main-cell-content {
	position: relative;
	z-index: 2;
	padding: 5px;
}

.tm-datepicker .tm-ui-dp-main-wrap {
	padding: .5em;
}

.tm-datepicker .tm-ui-dp-main-header th {
	font-size: .6875em;
	font-weight: 400;
	line-height: 2.2250000000000001;
	text-align: center;
	border: 0;
}

.tm-datepicker .tm-ui-dp-main-cell-content {
	font-size: .8125em;
}

.tm-ui-dp-inner-container, .tm-ui-dp-main-wrap, .tm-ui-dp-main-content {
	position: relative;
}

.tm-datepicker.tm-datepicker-bottom, .tm-datepicker.tm-datepicker-top {
	bottom: 0 !important;
	height: 100% !important;
	left: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 none !important;
}

.tm-datepicker.tm-datepicker-bottom .tm-ui-dp {
	bottom: 0;
	top: auto;
}

.tm-datepicker.tm-datepicker-top .tm-ui-dp {
	top: 0;
	bottom: auto;
}

.tm-datepicker .ui-tm-datepicker-prev, .tm-datepicker .ui-tm-datepicker-next, .tm-datepicker.tm-datepicker-bottom .ui-tm-datepicker-prev, .tm-datepicker.tm-datepicker-top .ui-tm-datepicker-prev, .tm-datepicker.tm-datepicker-bottom .ui-tm-datepicker-next, .tm-datepicker.tm-datepicker-top .ui-tm-datepicker-next {
	display: none !important;
}

.tm-ui-dp-title {
	position: relative;
	font-size: 1em;
}

.tm-ui-dp-title .tm-ui-dp-month, .tm-ui-dp-title .tm-ui-dp-year {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 2em;
	white-space: nowrap;
}

.tm-ui-dp-title-button {
	width: 50%;
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	position: relative;
	height: 2em;
}

.tm-ui-dp-button-prev {
	left: 0;
}

.tm-ui-dp-button-next {
	right: 0;
}

.tm-ui-dp-button {
	margin: 0;
	position: absolute;
	top: 0;
	width: 2em;
	overflow: hidden;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: top;
	height: 2em;
	line-height: 2;
	color: #4eccc4;
	text-transform: uppercase;
	padding: 0;
}

.tm-ui-dp-button .tm-ui-dp-button-arrow, .tm-ui-dp-month, .tm-ui-dp-year {
	cursor: pointer;
}

.tm-datepicker .tm-ui-dp-button-arrow {
	color: #4eccc4;
	font-size: 1em;
	line-height: 2;
	overflow: hidden;
	width: 2em;
}

.tm-ui-dp-button-arrow::before {
	display: block;
}

.tm-ui-dp-buttonpane {
	display: block;
	overflow: hidden;
	padding: 0 .5em .5em;
	text-align: right;
	width: 100%;
}

.tm-ui-dp-btn-wrap {
	display: block;
	float: right;
	position: relative;
	vertical-align: top;
	z-index: 5;
}

.tm-ui-dp-btn {
	height: 2.5em;
	line-height: 2.5;
	padding: 0 1em;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}

.tm-ui-dp-button-disabled {
	opacity: .29999999999999999;
	cursor: default;
}

.tm-ui-skin-epo-black .tm-ui-dp-container {
	font-family: Helvetica, Arial, sans-serif !important;
	border: 1px solid #000 !important;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .20000000000000001);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .20000000000000001);
	background: #000 none repeat scroll 0 0;
	background: rgba(0, 0, 0, .90000000000000002) none repeat scroll 0 0;
	color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell .ui-state-default {
	color: #ecf0f1;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-other-month .ui-state-default {
	color: #777;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day, .tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day:hover {
	background-color: #1abc9c;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day .ui-state-default, .tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day:hover .ui-state-default {
	color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell:hover {
	background-color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell:hover .ui-state-default {
	color: #000;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-unselectable .ui-state-default, .tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-state-disabled .ui-state-default {
	color: #222;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-unselectable, .tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-state-disabled {
	background-color: #000;
	background-color: rgba(255, 255, 255, .02);
}

.tm-ui-skin-epo-black .tm-ui-dp-btn {
	color: #1abc9c;
}

.tm-ui-skin-epo-black .tm-ui-dp-btn:hover {
	color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-button-arrow, .tm-ui-skin-epo-black .tm-ui-dp-button-arrow.tm-ui-dp-button-disabled:hover {
	color: #1abc9c;
}

.tm-ui-skin-epo-black .tm-ui-dp-button-arrow:hover {
	color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-header {
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}

.tm-ui-skin-epo.tm-datepicker .tm-ui-dp-main-wrap {
	padding: 0;
}

.tm-ui-skin-epo .tm-ui-dp-container {
	font-family: Helvetica, Arial, sans-serif !important;
	border: 1px solid #ddd !important;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .20000000000000001);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .20000000000000001);
	background: #fff none repeat scroll 0 0;
	color: #2c3e50;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell .ui-state-default {
	color: #2c3e50;
	background: 0;
	border: 0 none;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-tm-datepicker-other-month .ui-state-default {
	color: #aaa;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-tm-datepicker-current-day .ui-state-default {
	color: #0a0;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-other-month .ui-state-default {
	color: #95a5a6;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day, .tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day:hover {
	background-color: #9b59b6;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day .ui-state-default, .tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day:hover .ui-state-default {
	color: #fff;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell:hover {
	background-color: #ecf0f1;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell:hover .ui-state-default {
	color: #000;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-unselectable .ui-state-default, .tm-ui-skin-epo .tm-ui-dp-main-cell.ui-state-disabled .ui-state-default {
	color: #eee;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-unselectable, .tm-ui-skin-epo .tm-ui-dp-main-cell.ui-state-disabled {
	background-color: #fff;
}

.tm-ui-skin-epo .tm-ui-dp-btn {
	color: #2c3e50;
}

.tm-ui-skin-epo .tm-ui-dp-btn:hover {
	color: #8e44ad;
}

.tm-ui-skin-epo .tm-ui-dp-button-arrow, .tm-ui-skin-epo .tm-ui-dp-button-arrow.tm-ui-dp-button-disabled:hover {
	color: #2c3e50;
}

.tm-ui-skin-epo .tm-ui-dp-button-arrow:hover {
	color: #34495e;
}

.tm-ui-skin-epo .tm-ui-dp-main-header {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #7f8c8d;
	padding: .25em 0;
}

.tm-ui-skin-epo .tm-ui-dp-title {
	padding: .5em 0;
}

.ui-tm-timepicker-div .tm-ui-widget-header, .ui-tm-timepicker-div .ui_tpicker_time_label, .tm-timepicker .tm-ui-dp-current {
	display: none;
}

.tm-timepicker .ui-tm-timepicker-div .ui-slider-handle {
	border-radius: 100%;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	cursor: default;
	height: 1.2em;
	position: absolute;
	width: 1.2em;
	z-index: 2;
}

.tm-timepicker .ui-tm-timepicker-div .ui-slider-handle.ui-state-hover {
	background: #fff;
}

.ui-tm-timepicker-div .ui-slider {
	position: relative;
}

.ui-tm-timepicker-div .ui-slider.ui-slider-horizontal {
	border-color: #aaa;
	-o-border-image: none;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0 0 1px;
	height: 1px;
	margin: 1em 0;
	padding: .20000000000000001em 0 0;
}

.ui-tm-timepicker-div .ui-slider.ui-slider-horizontal .ui-slider-handle {
	margin-left: -.59999999999999998em;
	top: -.29999999999999999em;
}

.ui-tm-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-tm-timepicker-div dl {
	text-align: left;
	margin: 0;
}

.ui-tm-timepicker-div dl dt {
	clear: left;
	float: left;
	margin: .72499999999999998em 0 0;
	padding: 0;
}

.ui-tm-timepicker-div dl dd {
	display: block;
	margin: 0 1em .5em 30%;
	padding: 1px 0;
	float: none;
}

.ui-tm-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

.ui-tm-timepicker-div .ui_tpicker_unit_hide {
	display: none;
}

.ui-tm-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
	background: 0;
	color: inherit;
	border: 0;
	outline: 0;
	border-bottom: 0 none;
	width: 95%;
}

.ui-tm-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
	border-bottom-color: #aaa;
}

.ui-tm-timepicker-rtl {
	direction: rtl;
}

.ui-tm-timepicker-rtl dl {
	text-align: right;
}

.ui-tm-timepicker-rtl dl dt {
	float: right;
	clear: right;
}

.ui-tm-timepicker-rtl dl dd {
	margin: 0 30% .5em 1em;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine {
	padding-right: 2px;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_time, .ui-tm-timepicker-div.ui-tm-timepicker-oneLine dt {
	display: none;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_time_label {
	display: block;
	padding-top: 2px;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl {
	text-align: right;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd, .ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd>div {
	display: inline-block;
	margin: 0;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_minute::before, .ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_second::before {
	content: ":";
	display: inline-block;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_millisec::before, .ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_microsec::before {
	content: ".";
	display: inline-block;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_unit_hide, .ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_unit_hide::before {
	display: none;
}

.ui-tm-timepicker-div {
	padding: 1em 1em 0;
}

.tm-ui-tp-title {
	padding: .5em 0;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tm-auto-row {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap.tm-auto-row, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap.tm-auto-row {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(( 100% / var(--flex-items) ) - ( ( ( var(--flex-items) - 1 ) / var(--flex-items) ) * var(--tcgapcolumn) ));
	flex: 0 1 calc(( 100% / var(--flex-items) ) - ( ( ( var(--flex-items) - 1 ) / var(--flex-items) ) * var(--tcgapcolumn) ));
	width: auto;
	max-width: calc(( 100% / var(--flex-items) ) - ( ( ( var(--flex-items) - 1 ) / var(--flex-items) ) * var(--tcgapcolumn) ));
	--flex-items: 4;
}

.tm-extra-product-options ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap.tm-auto-row.tc-mode-startcolor, .tm-extra-product-options ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap.tm-auto-row.tc-mode-endcolor, .tm-extra-product-options ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap.tm-auto-row.tc-mode-startimages, .tm-extra-product-options ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap.tm-auto-row.tc-mode-endimages {
	width: 100%;
}

.fullwidth-ul .tc-label-inner .tc-price-wrap {
	justify-self: flex-end;
}

.fullwidth-ul .tc-mode-color .tc-label-inner .tc-price-wrap, .fullwidth-ul .tc-mode-images .tc-label-inner .tc-price-wrap {
	justify-self: center;
}

.tc-mode-images .tc-label-wrap, .tc-mode-color .tc-label-wrap {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	gap: var(--tcinnergap);
}

.tc-mode-images .tc-inline-description, .tc-mode-color .tc-inline-description {
	text-align: center;
}

.radio-image-label, .checkbox-image-label {
	display: block;
	text-align: center;
	line-height: 1.5;
	width: 100%;
}

.tc-label.tm-label .radio-image-label, .tc-label.tm-label .checkbox-image-label {
	display: inline;
	margin-right: .5em;
}

.tc-label.tm-label .radio-image-label:empty, .tc-label.tm-label .checkbox-image-label:empty {
	margin-right: 0;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startcolor .tc-label-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endcolor .tc-label-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .tc-label-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tc-label-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: var(--tcinnergap);
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startcolor .fullwidth .tc-label-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endcolor .fullwidth .tc-label-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .fullwidth .tc-label-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .fullwidth .tc-label-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startcolor .tc-epo-style-wrapper, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startcolor .tc-input-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endcolor .tc-epo-style-wrapper, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endcolor .tc-input-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .tc-epo-style-wrapper, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .tc-input-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tc-epo-style-wrapper, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tc-input-wrap {
	display: none;
}

li.tmcp-field-wrap.tm-per-row.is-separator {
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

.tm-extra-product-options .is-separator .tc-label-wrap.tc-separator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.is-separator .tc-label.tc-separator-label {
	padding: 0 !important;
	width: 100%;
}

.tm-extra-product-options .is-separator .tc-tooltip {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 0;
	flex: 0 1 0;
	margin: 0;
}

.tc-epo-style-wrapper+.tmhexcolorimage, .tc-epo-style-wrapper+.tc-label-wrap .tmhexcolorimage:first-child {
	margin: 0 .5em;
	vertical-align: middle;
}

.tc-epo-style-wrapper .tc-input-wrap .tm-epo-field {
	position: absolute !important;
	top: calc(var(--tc-radio-size) / 2);
	left: calc(var(--tc-radio-size) / 2);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.tc-active .tc-extra-product-options .tc-epo-style-wrapper .tm-epo-style::after {
	opacity: 0;
}

.tc-active .tc-epo-style-wrapper .tm-epo-style::after, .tc-active .tc-extra-product-options .tc-active .tc-epo-style-wrapper .tm-epo-style::after {
	opacity: 1;
}

.tc-epo-style-wrapper {
	height: auto;
	width: auto;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1em;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	top: calc(var(--tc-radio-size) / -2);
	letter-spacing: 0;
	word-spacing: 0;
	-webkit-font-kerning: none;
	font-kerning: none;
	font-family: none;
	--tc-radio-size: 1.5em;
	--tc-radio-font-size: 1em;
}

.tm-epo-style {
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent none repeat scroll 0 0;
	border: 1px solid;
	cursor: pointer;
	height: var(--tc-radio-size);
	line-height: 1;
	margin: 0;
	padding: 0;
	width: var(--tc-radio-size);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: var(--tc-radio-font-size);
}

.tm-epo-style::after {
	content: "";
	background: transparent none repeat scroll 0 0;
	font-family: "Font Awesome 7 Free", sans-serif !important;
	font-weight: 900;
	height: 1em !important;
	opacity: 0;
	display: inline-block !important;
	text-align: center !important;
	width: 1em !important;
	color: inherit !important;
	font-size: inherit !important;
	bottom: auto !important;
	line-height: 1 !important;
}

.tc-epo-style-wrapper.tc-radio .tm-epo-style::after {
	content: "";
}

.tm-epo-style:hover::after {
	opacity: .5;
}

.tm-epo-style.circle, .tm-epo-style.circle2 {
	border-radius: 100%;
}

.tm-epo-style.round, .tm-epo-style.round2 {
	border-radius: 5px;
}

.tm-epo-style.circle2, .tm-epo-style.round2, .tm-epo-style.square2 {
	border-width: 2px;
}

.tc-epo-style-wrapper.square .tm-epo-style::after {
	font-size: .59999999999999998em !important;
}

.tc-epo-style-wrapper.circle2 .tm-epo-style::after, .tc-epo-style-wrapper.round2 .tm-epo-style::after, .tc-epo-style-wrapper.square2 .tm-epo-style::after {
	font-size: .5em !important;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-epo-text-wrapper {
	padding: var(--tcinnergap);
	gap: var(--tcgap);
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-epo-text-wrapper label {
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tc-epo-text-label-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: var(--tcinnergap);
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-color, .tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-images, .tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	min-width: var(--tcinlinesize);
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-images .tmcp-field-wrap-inner, .tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-color .tmcp-field-wrap-inner {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-text .tmcp-field-wrap-inner {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	width: auto;
}

.tc-epo-text-wrapper input[type="checkbox"].tm-epo-field, .tc-epo-text-wrapper input[type="radio"].tm-epo-field {
	visibility: hidden;
	position: absolute;
	display: inline !important;
}

.tmhexcolorimage {
	display: block;
	height: 100% !important;
	max-height: 100% !important;
	max-width: 100% !important;
	width: 100%;
}

.tm-floating-box .tmhexcolorimage {
	min-width: 50px !important;
	min-height: 50px !important;
}

.tm-floating-box .radio-image-label, .tm-floating-box .checkbox-image-label {
	text-align: initial;
}

.tmhexcolorimage.tc-center .tc-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto !important;
	height: auto !important;
	padding-top: calc(100% - ( 2px * 2 )) !important;
	max-width: calc(100% - ( 2px * 2 )) !important;
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	min-width: min(var(--tcinlinesize), calc(100% - ( 2px * 2 )));
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap input.use_images+label {
	display: inline-block;
	padding: 0 !important;
	max-width: 100%;
	border: 0 solid;
	position: relative;
	line-height: 0;
	margin: 0 !important;
	height: auto !important;
	background: none !important;
}

.tc-image {
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	padding: 0;
	pointer-events: none !important;
	height: auto;
	max-width: 100%;
}

.tm-extra-product-options .tc-active .tc-image {
	border-style: solid;
}

.tc-image.tc-image-inline, .tc-image-inline {
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent none repeat scroll 0 0;
	border: 2px solid transparent;
	cursor: pointer;
	height: var(--tcinlinesize);
	line-height: 1;
	margin: 0;
	padding: 0;
	width: auto;
	min-width: var(--tcinlinesize);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 1em;
}

.tc-center .tc-epo-style-space::after {
	display: none;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap .tmhexcolorimage-inline {
	width: auto !important;
	padding: 0 !important;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	top: calc(var(--tcinlinesize) / -2);
	position: relative;
	height: auto !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1em;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap .tc-image-inline {
	max-height: var(--tcinlinesize) !important;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text {
	border-style: solid;
	cursor: pointer;
	border-color: var(--text-swatch-border-color);
	border-width: var(--text-swatch-border-width);
	border-radius: var(--swatch-border-radius);
}

.tm-extra-product-options .tc-epo-element-product-thumbnail {
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}

.tc-image, .tm-extra-product-options .tmcp-field-wrap .tc-label-wrap .tc-image, .tm-extra-product-options .tc-epo-element-product-thumbnail {
	border-color: var(--swatch-border-color);
	border-width: var(--swatch-border-width);
	border-radius: var(--swatch-border-radius);
}

.tm-extra-product-options .tmcp-field-wrap.tc-active.tc-mode-text, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tc-image, .tm-extra-product-options .tc-epo-element-product-thumbnail.tc-active {
	border-color: var(--swatch-active-border-color);
	border-width: var(--swatch-active-border-width);
}

.tm-extra-product-options .tmcp-field-wrap.tc-active.tc-mode-text {
	outline-width: var(--text-swatch-active-border-width);
	outline-style: solid;
	outline-color: var(--swatch-active-border-color);
	border-width: var(--text-swatch-active-border-width);
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text.round, .round .tc-image, .round.tc-image, .tm-extra-product-options .tmcp-field-wrap.round .tc-label-wrap .tc-image {
	--swatch-border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.circle .tc-image, .circle.tc-image, .tm-extra-product-options .tmcp-field-wrap.circle .tc-label-wrap .tc-image {
	--swatch-border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text.circle {
	--swatch-border-radius: 18px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text.square, .square .tc-image, .square.tc-image, .tm-extra-product-options .tmcp-field-wrap.square .tc-label-wrap .tc-image {
	--swatch-border-radius: 0;
	--swatch-border-width: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text.shadow, .shadow .tc-image, .shadow.tc-image, .tm-extra-product-options .tmcp-field-wrap.shadow .tc-label-wrap .tc-image {
	--swatch-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tmcp-field-wrap.tc-active.shadow.tc-mode-text, .tm-extra-product-options .tmcp-field-wrap.tc-active.shadow .tc-label-wrap .tc-image {
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .5);
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text.thinline, .thinline .tc-image, .thinline.tc-image, .tm-extra-product-options .tmcp-field-wrap.thinline .tc-label-wrap .tc-image {
	--swatch-border-radius: 0;
	--swatch-border-width: 1px;
	border-style: groove;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tmcp-field-wrap .tc-label-wrap .tc-image.tm-transparent-swatch, .tm-transparent-swatch .tc-image, .tm-extra-product-options .tmcp-field-wrap .tc-label-wrap .tm-transparent-swatch .tc-image {
	border-style: dotted;
	border-color: inherit;
}

.tm-extra-product-options input.use_images+label+.amount {
	display: block;
	text-align: center;
}

.radio-image-label-inline, .checkbox-image-label-inline {
	display: inline;
}

.tc-label.tm-label .radio-image-label+.tmhexcolorimage, .tc-label.tm-label .checkbox-image-label+.tmhexcolorimage {
	vertical-align: middle;
}

.tm-hide-label+.radio-image-label, .tm-hide-label+*+.radio-image-label, .tm-hide-label+.checkbox-image-label, .tm-hide-label+*+.checkbox-image-label {
	display: none !important;
}

li.tc-epo-element-product-holder {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tc-epo-element-product-container-wrap:empty {
	margin: 0;
}

.tc-epo-element-product-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.tc-epo-element-product-container-left, .tc-epo-element-product-container-right, .tc-epo-element-product-container-full {
	padding: 0;
	margin: 0;
}

.tc-epo-element-product-container-cart {
	display: grid;
	gap: var(--tcgap);
}

.tc-epo-element-product-container-cart>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
	margin: 0 !important;
}

.cpf-type-product-thumbnailmultiple .tc-epo-element-product-container-cart>.stock {
	text-align: center;
}

.tc-epo-element-product-container-wrap .product-title, .tc-epo-element-product-container-wrap .product-price, .tc-epo-element-product-container-wrap .product-description, .tc-epo-element-product-container-wrap .product-meta, .tc-epo-element-product-container-wrap .tc-extra-product-options-inline {
	margin: 0;
	padding: 0;
}

.cpf-type-product-thumbnailmultiple .tc-epo-element-product-container-wrap .tm-quantity, .cpf-type-product-thumbnailmultiple .tc-epo-element-product-container-wrap .tm-quantity-alt {
	max-width: none;
	text-align: center;
}

.woocommerce div.product .tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt .quantity, .tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt .quantity {
	float: none;
	display: inline-block !important;
	font-size: inherit;
}

.tm-extra-product-options .cpf-type-product-radio ul.tmcp-ul-wrap.tm-element-ul-product>li.tc-epo-element-product-li-container, .tm-extra-product-options .cpf-type-product-dropdown ul.tmcp-ul-wrap.tm-element-ul-product>li.tc-epo-element-product-li-container {
	padding: 0;
	margin: 0;
	list-style: none outside none !important;
	position: relative;
}

.tm-extra-product-options .cpf-type-product-radio ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner>.tc-field-label-wrap, .tm-extra-product-options .cpf-type-product-checkbox ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner .tc-field-label-wrap {
	gap: var(--tcinnergap);
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tc-epo-element-product-li-container, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tc-epo-element-product-li-container {
	padding: var(--tcgaprow) 0;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	list-style: none outside none !important;
	position: relative;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tc-epo-element-product-li-container {
	padding: var(--tcgap);
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap label, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap label {
	cursor: pointer;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap .tm-epo-field.tmcp-radio, .tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap .tc-epo-style-wrapper, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner>label .tm-epo-field.tmcp-checkbox, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner>label .tc-epo-style-wrapper, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>label .tm-epo-field.tmcp-checkbox, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>label .tc-epo-style-wrapper {
	display: none;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	margin: 0;
	float: none;
	max-width: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	gap: 0;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner>.tm-epo-field-label, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner>.tm-epo-field-label {
	text-align: center;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap .tm-epo-reset-radio {
	right: var(--tcgapcolumn);
	top: var(--tcgaprow);
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap img.wp-post-image, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap img.wp-post-image {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	width: auto;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner>label .tc-label-wrap, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner>label .tc-label-wrap, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>label .tc-label-wrap {
	display: block;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner>.tm-epo-field-label, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>.tmcp-field-wrap-inner>label.tm-epo-field-label, .tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product>li.tmcp-field-wrap>label.tm-epo-field-label {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-epo-element-product-container.tc-show-image {
	display: grid;
	grid-template-columns: minmax(auto, 3em) 1fr;
	gap: var(--tcgapcolumn);
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-epo-element-product-container .tc-epo-element-product-container-left, .tm-extra-product-options .cpf-type-product-custombundle .tc-epo-element-product-container .tc-epo-element-product-container-right {
	max-width: unset;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-epo-element-product-container-cart {
	gap: var(--tcinnergap);
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-bundle-control {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: var(--tcgapcolumn);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-product-image img {
	width: 100%;
	height: auto;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-lightbox-image-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-lightbox-wrap {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .29999999999999999s all linear;
	transition: .29999999999999999s all linear;
	opacity: 0;
	visibility: hidden;
	border: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	container-type: inline-size;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-lightbox-button {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 40cqw !important;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-lightbox-image-wrap:hover .tc-lightbox-wrap {
	opacity: 1;
	visibility: visible;
}

.tm-extra-product-options .cpf-type-product .product-description p:last-child {
	margin-bottom: 0;
}

.tc-epo-element-variable-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: var(--tcgap);
}

.tc-epo-element-variable-product>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

table.tc-epo-element-variations {
	margin: 0 !important;
}

.woocommerce table.tc-epo-element-variations {
	margin-bottom: 1em;
	border: 0;
	width: 100%;
}

.woocommerce table.tc-epo-element-variations td, .woocommerce table.tc-epo-element-variations th {
	border: 0;
	vertical-align: top;
	line-height: 2;
}

.woocommerce table.tc-epo-element-variations label {
	font-weight: 700;
}

.woocommerce table.tc-epo-element-variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	margin-right: 1em;
}

.woocommerce table.tc-epo-element-variations td.label {
	padding-right: 1em;
}

.woocommerce .tc-epo-element-variable-product .woocommerce-variation-description p {
	margin-bottom: 1em;
}

.woocommerce .tc-epo-element-variable-product .tc-epo-element-variable-reset-variations {
	visibility: hidden;
	font-size: .82999999999999996em;
}

.woocommerce .tc-epo-element-variable-product .wc-no-matching-variations {
	display: none;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-product-hidden, .tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-product-hidden .tmcp-field-wrap-inner {
	display: none;
}

.tc-product-image {
	margin: 0;
}

#tm-tooltip.top::after {
	border-top-color: transparent;
	border-bottom: 10px solid var(--tooltip-border-color);
	top: -19px;
	bottom: auto;
}

#tm-tooltip.top::before {
	border-top-color: transparent;
	border-bottom: 10px solid var(--tooltip-border-color);
	top: -20px;
	bottom: auto;
}

#tm-tooltip.left::after {
	left: 10px;
	margin: 0;
}

#tm-tooltip.right::after {
	right: 10px;
	left: auto;
	margin: 0;
}

#tm-tooltip.tc-error {
	--tooltip-background-color: #ff4500;
	--tooltip-border-color: rgba(255, 255, 255, .5);
	--tooltip-color: #fff;
}

.tc-icontooltipleft {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.woocommerce #content table.cart img.epo-option-image, .woocommerce table.cart img.epo-option-image, .woocommerce-page #content table.cart img.epo-option-image, .woocommerce-page table.cart img.epo-option-image, .epo-option-image {
	max-height: 100px;
	max-width: 70% !important;
	height: auto !important;
	width: auto !important;
	display: block;
}

.woocommerce-mini-cart img.epo-upload-image, .woocommerce #content table.cart img.epo-upload-image, .woocommerce table.cart img.epo-upload-image, .woocommerce-page #content table.cart img.epo-upload-image, .woocommerce-page table.cart img.epo-upload-image, .epo-upload-image {
	max-height: none !important;
	max-width: 70% !important;
	width: auto !important;
	height: 100% !important;
}

dl.variation dt.tc-hidden-variation {
	margin: 0;
}

.tc-row.tm-cart-row {
	border-color: #eee;
	border-radius: 0;
	border-style: none none dotted;
	border-width: 0 0 1px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: var(--tcgap);
}

.tm-cart-row-header {
	font-weight: 700;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 2;
}

.tc-row.tm-cart-row:last-child {
	border: 0 none;
}

.tc-row.tm-cart-row .tc-cell.cpf-name {
	font-weight: 700;
}

.tc-row.tm-cart-row .tc-cell.cpf-price, .tc-row.tm-cart-row .tc-cell.cpf-total-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tc-row.tm-cart-row .tc-cell.cpf-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

dl.variation.tc-epo-metadata, .woocommerce .wc-item-meta {
	word-break: break-word;
}

dl.variation.tc-epo-metadata .tc-name, dl.variation.tc-epo-metadata .tc-value, .woocommerce .wc-item-meta .tc-name .woocommerce .wc-item-meta .tc-value {
	white-space: pre-wrap;
}

dl.variation.tc-epo-metadata .tc-hidden-variation {
	display: none;
}

.cpf-img-on-cart img {
	position: static !important;
	height: auto !important;
	width: auto !important;
	max-height: 3em;
	-o-object-fit: cover;
	object-fit: cover;
}

.cpf-data-on-cart::before {
	content: "";
	font-family: "Font Awesome 7 Free", sans-serif;
	font-weight: 900;
	font-size: 1em;
	vertical-align: middle;
	position: absolute;
}

.cpf-data-on-cart>.cpf-data-value {
	margin: 0 1.5em;
}

.cpf-img-on-cart .cpf-data-on-cart::before {
	content: "";
	display: none;
}

.cpf-data-on-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: .5em;
	width: 100%;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.cpf-img-on-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - var(--tcgapcolumn));
	gap: var(--tcgap);
}

.cpf-data-on-cart:last-of-type, .cpf-img-on-cart:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}

.cpf-img-on-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - var(--tcgapcolumn));
	gap: var(--tcgap);
}

.cpf-img-on-order img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: unset !important;
}

.cpf-img-on-order>* {
	display: block;
}

.woocommerce #content table.cart img.epo-option-image, .woocommerce table.cart img.epo-option-image, .woocommerce-page #content table.cart img.epo-option-image, .woocommerce-page table.cart img.epo-option-image, .woocommerce-mini-cart .cpf-img-on-cart .epo-option-image, .woocommerce-checkout-review-order .cpf-img-on-cart .epo-option-image, .woocommerce-order-details .cpf-img-on-cart .epo-option-image, .epo-option-image, .cpf-img-on-order>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.woocommerce-mini-cart .cpf-img-on-cart img {
	max-width: 50px !important;
}

.cpf-color-on-cart {
	width: 1em;
	height: 1em;
	display: inline-block;
	border: 1px solid;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

td.product-name a.tm-cart-edit-options, .tm-cart-edit-options {
	display: block;
	font-size: .69999999999999996em;
	font-style: italic;
	font-weight: 700;
}

.tm-epo-cart-option-mobile {
	display: none;
}

.shop_table tbody tr.tm-epo-cart-row {
	height: auto;
}

.woocommerce table.shop_table .tm-epo-cart-row td {
	border-top: 1px dashed rgba(0, 0, 0, .10000000000000001);
}

.tm-epo-cart-option-label, .tm-epo-cart-option-value.tm-epo-cart-no-label {
	font-weight: 700;
}

.woocommerce table.shop_table .tm-epo-cart-row-product td {
	border-bottom: 1px solid rgba(0, 0, 0, .10000000000000001);
}

.woocommerce table.shop_table .tm-epo-cart-row-product+.tm-epo-cart-row td {
	border-top: 0 none;
}

.woocommerce table.shop_table_responsive tr.tm-epo-cart-row td::before, .woocommerce-page table.shop_table_responsive tr.tm-epo-cart-row td::before {
	display: none !important;
}

.tc-price-in-cart, .tc-quantity-in-cart {
	font-size: smaller;
}

.tc-associated-table-product .tc-associated-table-product-indent {
	padding-left: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tc-associated-table-product .tc-associated-table-product-price::after {
	font-family: "Font Awesome 7 Free", sans-serif;
	font-size: 1em;
	content: "";
	font-weight: 900;
	margin: 0 .5em;
	padding: 0;
	opacity: .29999999999999999;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tc-associated-table-product .tc-associated-table-product-indent * {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.tc-associated-table-product-name {
	font-weight: 700;
	-webkit-box-ordinal-group: 2 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important;
}

.tc-has-force-disabled {
	opacity: .5;
	pointer-events: none;
}

.tm-dpd-label {
	display: block;
	font-size: 80%;
}

.tm-animated {
	-webkit-animation-duration: .29999999999999999s;
	animation-duration: .29999999999999999s;
}

.tc-chars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: x-small;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	width: 100%;
	max-width: 100%;
	gap: calc(1ch / 2);
}

.tm-button {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 13px !important;
	margin: 0;
	height: 30px;
	line-height: 28px !important;
	padding: 0 12px 2px !important;
	text-decoration: none;
	white-space: nowrap;
	background: none repeat scroll 0 0 #f7f7f7;
	border-color: #ccc;
	-webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, .080000000000000002);
	box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, .080000000000000002);
	color: #555;
	vertical-align: top;
}

.tm-button:hover {
	background: none repeat scroll 0 0 #fafafa;
	border-color: #999;
	color: #222;
}

.tc-hide-add-to-cart-button {
	display: none !important;
}

.tm-preloader-img {
	position: absolute !important;
	z-index: 2;
	opacity: .59999999999999998;
}

button.tmicon {
	display: inline-block;
	left: auto !important;
	position: relative;
	right: auto !important;
	overflow: hidden;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: 0;
	border: 0;
	-webkit-transition: all .29999999999999999s ease 0s;
	transition: all .29999999999999999s ease 0s;
}

button.tmicon.delete {
	color: #ff4500;
	border-radius: 100%;
}

button.tmicon.delete:hover {
	color: #fff;
	background: #ff4500;
}

.pointereventsoff {
	pointer-events: none;
}

.tm-hide {
	visibility: hidden !important;
	padding: 0 !important;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	opacity: 0 !important;
}

.tm-show {
	display: block !important;
}

.tm-extra-product-options .tc-row.tm-show, .tc-row.tm-show {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.appear {
	-webkit-animation-name: appear;
	animation-name: appear;
}

.tc-tabs {
	width: 100%;
}

.tc-tabs.tc-cell {
	margin-bottom: 0;
}

.has-scroll-arrows.tc-tab-headers {
	padding: 0;
	max-width: calc(100% - 4em - 1px) !important;
	left: 2em;
}

.tc-tabs-wrap .tc-row .tc-cell:last-of-type {
	margin-bottom: 0;
}

.tc-tab-headers-wrap {
	position: relative;
}

.tc-scroll-left-arrow, .tc-scroll-right-arrow {
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	width: 1em;
	text-align: center;
	height: 100%;
	top: 0;
	z-index: 2;
}

.tc-scroll-left-arrow.scroll-arrow-show, .tc-scroll-right-arrow.scroll-arrow-show {
	display: block;
	border: 1px solid;
	height: 100%;
	width: calc(2em + 1px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tc-scroll-left-arrow {
	left: 0;
}

.tc-scroll-right-arrow {
	right: 0;
}

.tc-scroll-left-arrow::before, .tc-scroll-right-arrow::before {
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
}

.tc-scroll-left-arrow::before {
	content: "◀";
}

.tc-scroll-right-arrow::before {
	content: "▶";
}

.tc-tab-headers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: center;
	align-content: center;
	gap: 1em;
	margin: 0;
	padding: 0;
	overflow: hidden !important;
	position: relative;
	width: 100%;
	min-height: 1px;
}

.tab-header {
	font-weight: 400;
	cursor: pointer;
	white-space: nowrap;
	padding: var(--tcgap);
	position: relative;
	margin: 0;
}

.tab-header.open {
	border-width: 1px 1px 0 1px;
	border-style: solid;
}

.tab-header.open::before, .tab-header.open::after {
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px solid;
	bottom: 0;
	height: 0;
	width: 999em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tab-header.open::before {
	right: 100%;
}

.tab-header.open::after {
	left: 100%;
}

.tc-tab-content.tcwidth-100 {
	padding: var(--tcgap);
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

.tc-tab-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tab-header.open, .tab-header.open:focus {
	font-weight: 700;
}

.tc-extra-product-options .sbHolder .sbSelector {
	background-color: #fff;
	height: 35px;
	padding: 5px 10px;
}

.tc-images-container .replaced-checkboxes+label::before, .tc-images-container .replaced-radio-buttons+label::before, .replaced-checkboxes+label.tm-epo-style::before, .replaced-radio-buttons+label.tm-epo-style::before {
	display: none;
}

body[data-form-style="minimal"] .tc-extra-product-options .minimal-form-input label {
	pointer-events: auto !important;
}

.has-options .quick-shop-wrapper .woocommerce-variation-add-to-cart {
	display: block !important;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.thb-product-main-row .summary form.cart, .woocommerce .oxy-woo-element div.product.tm-has-options .woocommerce-variation-add-to-cart, .tm-has-options .fullwidth-button .cart:not(.variations_form), .tm-has-options .fullwidth-button .woocommerce-variation-add-to-cart.variations_button, .single-product div.product.tm-has-options form.cart, .single-product div.product.tm-has-options .single-button-wrapper, .single-product div.product.tm-has-options .entry-summary form.cart:not(.variations_form):not(.grouped_form), .single-product div.product.tm-has-options .variations_button, .woocommerce div.product.elementor.tm-has-options form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor.tm-has-options form.cart:not(.grouped_form):not(.variations_form), .woocommerce .oxy-woo-element div.product.tm-variations-only .woocommerce-variation-add-to-cart, .tm-variations-only .fullwidth-button .cart:not(.variations_form), .tm-variations-only .fullwidth-button .woocommerce-variation-add-to-cart.variations_button, .single-product div.product.tm-variations-only form.cart, .single-product div.product.tm-variations-only .single-button-wrapper, .single-product div.product.tm-variations-only .entry-summary form.cart:not(.variations_form):not(.grouped_form), .single-product div.product.tm-variations-only .variations_button, .woocommerce div.product.elementor.tm-variations-only form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor.tm-variations-only form.cart:not(.grouped_form):not(.variations_form) {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	max-width: 100%;
}

.woocommerce div.product .tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt .quantity.tc-has-buttons, .tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt .quantity.tc-has-buttons {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0;
}

.tc-has-buttons input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	border-radius: 0 !important;
	font-size: 1em;
	max-width: 3em;
	text-align: center;
	width: 3em;
	display: inline-block;
	margin: 0;
	padding: .40000000000000002em 0;
	min-width: unset;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	height: auto !important;
}

.tc-has-buttons input[type="number"]::-webkit-inner-spin-button, .tc-has-buttons input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media (max-width:549px) {
	.tc-has-buttons input[type="number"] {
		width: 2em;
	}
}

.tc-has-buttons .tc-qty-button {
	font-weight: 400;
	overflow: hidden;
	position: relative;
	text-transform: none;
	float: none !important;
	vertical-align: unset !important;
	padding: .61799999999999999em 1em !important;
	line-height: 1;
	font-size: 1em;
	display: inline-block;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}

.tc-has-buttons .tc-qty-button.minus {
	border-bottom-right-radius: 0 !important;
	border-right: 0 !important;
	border-top-right-radius: 0 !important;
}

.tc-has-buttons .tc-qty-button.plus {
	border-bottom-left-radius: 0 !important;
	border-left: 0 !important;
	border-top-left-radius: 0 !important;
}

.epo.sp-container, .sp-replacer.epo, .epo .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .epo.sp-container.sp-dragging .sp-input, .epo.sp-container button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font: inherit;
}

.sp-original-input-container {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.sp-original-input-container input {
	margin: 0 !important;
}

.sp-original-input-container .sp-add-on {
	width: 40px;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

input.spectrum.with-add-on {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}

.sp-original-input-container .sp-add-on .sp-colorize {
	height: 100%;
	width: 100%;
	border-radius: inherit;
}

.sp-colorize-container {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==");
}

.epo.sp-container.sp-flat {
	position: relative;
}

.epo.sp-container, .epo.sp-container * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.epo .sp-top {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.epo .sp-top-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.epo .sp-color {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 20px !important;
}

.epo .sp-hue {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 100%;
	left: initial !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f00), color-stop(17%, #f00), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(#f00));
	background: linear-gradient(to bottom, #f00 0, #f00 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}

.epo.sp-clear-enabled .sp-hue {
	top: 15%;
	height: 85%;
}

.epo .sp-fill {
	padding-top: 80%;
}

.epo .sp-sat, .epo .sp-val {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.epo .sp-alpha-enabled .sp-top {
	margin-bottom: 28px !important;
}

.epo .sp-alpha-handle {
	position: absolute;
	top: -3px;
	cursor: pointer;
	height: 16px;
	border-radius: 50%;
	width: 16px;
	margin-right: 5px;
	left: -2px;
	right: 0;
	background: #f9f9f9;
	-webkit-box-shadow: 0 0 2px 0 #3a3a3a;
	box-shadow: 0 0 2px 0 #3a3a3a;
}

.epo .sp-alpha {
	display: none;
	position: absolute;
	bottom: -18px;
	right: 0;
	left: 0;
	height: 10px;
}

.epo.sp-alpha-enabled .sp-alpha {
	display: block;
}

.epo.sp-alpha-enabled .sp-picker-container .sp-top {
	margin-bottom: 26px;
}

.epo .sp-alpha-inner {
	border-radius: 4px;
}

.epo .sp-clear {
	display: none;
}

.epo .sp-clear.sp-clear-display {
	background-position: center;
}

.epo.sp-clear-enabled .sp-clear {
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 0;
	cursor: pointer;
	left: initial;
	height: 12px;
	width: 12px;
}

.epo.sp-container.sp-input-disabled .sp-input-container {
	display: none;
}

.epo.sp-container.sp-buttons-disabled .sp-button-container {
	display: none;
}

.epo.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
	display: none;
}

.sp-palette-only .sp-picker-container {
	display: none;
}

.sp-palette-disabled .sp-palette-container {
	display: none;
}

.sp-initial-disabled .sp-initial {
	display: none;
}

.epo .sp-sat {
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(204, 154, 129, 0)));
	background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr="#FFFFFFFF", endColorstr="#00CC9A81");
}

.epo .sp-val {
	border-radius: 4px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(204, 154, 129, 0)));
	background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81", endColorstr="#FF000000");
}

.epo .sp-1 {
	height: 17%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ffff00");
}

.epo .sp-2 {
	height: 16%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00", endColorstr="#00ff00");
}

.epo .sp-3 {
	height: 17%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00", endColorstr="#00ffff");
}

.epo .sp-4 {
	height: 17%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff", endColorstr="#0000ff");
}

.epo .sp-5 {
	height: 16%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff", endColorstr="#ff00ff");
}

.epo .sp-6 {
	height: 17%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff", endColorstr="#ff0000");
}

.sp-hidden {
	display: none !important;
}

.epo .sp-cf::before, .epo .sp-cf::after {
	content: "";
	display: table;
}

.epo .sp-cf::after {
	clear: both;
}

.epo .sp-cf {
	*zoom: 1;
}

@media (max-width:480px) {
	.epo .sp-color {
		right: 40%;
	}
	
	.epo .sp-hue {
		left: 63%;
	}
	
	.epo .sp-fill {
		padding-top: 60%;
	}
}

.epo .sp-dragger {
	border-radius: 5px;
	height: 10px;
	width: 10px;
	border: 1px solid #fff;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 3px;
	margin-top: 3px;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .20000000000000001);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, .20000000000000001);
	background: 0;
}

.epo .sp-slider {
	position: absolute;
	top: 0;
	cursor: pointer;
	height: 16px;
	border-radius: 50%;
	width: 16px;
	left: -2px;
	background: #f9f9f9;
	-webkit-box-shadow: 0 0 2px 0 #3a3a3a;
	box-shadow: 0 0 2px 0 #3a3a3a;
	margin-top: 8px;
	right: auto;
	border: 0;
	opacity: 1;
}

.epo.sp-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999994;
	overflow: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: 0;
	background-color: #fff;
	padding: 0;
	border-radius: 4px;
	color: #000;
	-webkit-box-shadow: 0 0 0 1px rgba(99, 114, 130, .16), 0 8px 16px rgba(27, 39, 51, .080000000000000002);
	box-shadow: 0 0 0 1px rgba(99, 114, 130, .16), 0 8px 16px rgba(27, 39, 51, .080000000000000002);
}

.epo.sp-container, .epo.sp-container button, .epo.sp-container input, .sp-color, .sp-hue, .sp-clear {
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.epo .sp-color, .epo .sp-hue, .epo .sp-clear, .epo .sp-val, .epo .sp-sat {
	border-radius: 3px;
	border: 0;
}

.epo .sp-input-container {
	margin-top: -5px;
	float: none;
	width: auto;
}

.epo .sp-input-container.sp-cf, .sp-initial.sp-thumb.sp-cf, .sp-button-container.sp-cf {
	height: 25px;
}

.epo .sp-picker-container .sp-cf {
	margin-bottom: 10px;
}

.sp-palette-row-initial>span:first-child {
	cursor: pointer;
}

.epo.sp-initial-disabled .sp-input-container {
	width: 100%;
}

.epo .sp-input {
	padding: 0 5px !important;
	margin: 0;
	width: 100%;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 100% !important;
	background: transparent;
	color: #3a3a3a;
	border-radius: 2px !important;
	border: 1px solid #e0e0e0 !important;
	text-align: center;
	font-family: monospace;
	font-size: inherit !important;
}

.sp-input:focus {
	border: 1px solid #ffa600;
}

.sp-input.sp-validation-error {
	border: 1px solid red;
	background: #fdd;
}

.epo .sp-picker-container, .sp-palette-container {
	position: relative;
	padding: 10px;
}

.epo .sp-picker-container {
	width: 200px;
	padding-bottom: 0;
	border: 0;
	float: none;
	margin: 0;
}

.sp-palette-container {
	border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
	border: 0;
}

.sp-palette .sp-thumb-el {
	display: block;
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
}

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
	border-color: #ffa600;
}

.sp-thumb-el {
	position: relative;
}

.epo .sp-initial {
	float: left;
	border: 0;
}

.sp-initial span {
	width: 30px;
	height: 25px;
	border: 0;
	display: block;
	float: left;
	margin: 0;
}

.sp-initial .spe-thumb-el.sp-thumb-active {
	border-radius: 0 5px 5px 0;
}

.sp-initial .spe-thumb-el {
	border-radius: 5px 0 0 5px;
}

.sp-initial .sp-clear-display {
	background-position: center;
}

.sp-button-container {
	float: right;
}

.sp-palette-button-container {
	margin-top: 10px;
}

.sp-replacer.epo {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #aaa;
	color: #666;
	-webkit-transition: border-color .29999999999999999s;
	transition: border-color .29999999999999999s;
	vertical-align: middle;
	width: 3.5rem;
	height: 2rem;
	margin: 0;
	padding: 3px;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sp-replacer.epo.sp-disabled {
	cursor: default;
	border-color: silver;
	color: silver;
}

.epo .sp-dd {
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 3px;
	line-height: calc(2rem - 5px);
	background-color: #fff;
	height: auto;
	float: none;
}

.epo .sp-preview {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	z-index: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

.epo .sp-preview-inner {
	-webkit-transition: background-color .20000000000000001s;
	transition: background-color .20000000000000001s;
}

.epo .sp-preview-inner.sp-clear-display {
	display: none;
}

.epo.sp-container button {
	border-radius: 3px;
	border: 0;
	background: transparent;
	line-height: 1;
	padding: 0 8px;
	height: 25px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #606c72;
	font-weight: 700;
}

.epo.sp-container button.sp-choose {
	background-color: #3cab3b;
	color: #fff;
	margin-left: 5px;
}

.epo.sp-container button:hover {
	opacity: .80000000000000004;
}

.epo.sp-container button.sp-palette-toggle {
	width: 100%;
	background-color: #f3f3f3;
	margin: 0;
}

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
	border-color: #000;
}

.epo .sp-preview, .sp-alpha, .sp-thumb-el {
	position: relative;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==");
}

.epo .sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.sp-palette .sp-thumb-inner {
	border-radius: 3px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=");
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=");
}

.sp-clear-display {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABe0lEQVQokYXSsUtcQRTF4d8Jj+VhHSxkEQuLsEUKK0nhTBFTmLSSUhBCMCAWsmgIwWrBLk0akfwLCaSQKBJmtrIIISwpRFKIhViETScphGMzysMtvOVwvpm5d0bGNCuGWAOPgYdl6S8wSDn9b+bUhDHEKWAdeAFMANg+l/TV9ofcz6cjMIbYBvaBMds7QCqZ58CmpBNgPuV0DvAAIMyFGugWtJr7eTv38xEwkPRPErY7QDeG2LqFkjrAgu0dSd/KDVqSNmxvAZ8lfbS9AHRuYemnLWkv5XRVBrQMbAI/gTXgEzAJtJuwBVS2L2OIle03QA/4Lmkl5XQBXEqqbFcAVYFDYChpFngiqWf7l6TXKaezMt2Zkhk24THwG+jZriX9AFZvUAyxLbRke2D75O5zPAO+ADXwEtizjaRHwDvbTyUtppwOmicCHAJvbXcl9YA1SQDjtseA97YPRz7ATcUQp2y/kjRdevsjaTfldNrMjcDGBjXA3T96L7yvrgFzP69+0Ao/HAAAAABJRU5ErkJggg==");
}