@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

html {
	font-size: 1rem;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif !important;
}

header.top-menu {
	padding: 0 75px;
}

.background-image {
	padding: 30px;
	background-image: url("/nxt/img/main-bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 0px;
	position: relative;
}

.bg-company {
	background-image: url("/nxt/img/company-bg.png") !important;
}

.bg-product {
	background-image: url("/nxt/img/prodpages/product-bg.png") !important;
}

.background-image-about {
	background-image: url("/nxt/img/voilet-bg.webp");
}

header.top-menu ul li a {
	color: #979797;
	font-weight: 300;
}

header.top-menu select {
	font-size: 1em;
	width: 136px;
	height: 56px;
}

.top-menu ul.dropdown-menu.show li a {
	padding: 15px 20px;
	border-bottom: 1px solid #fff;
	color: #777;
	font-size: 1em;
}

.top-menu ul.dropdown-menu.show {
	box-shadow: 0px 0px 0px #555;
	overflow: hidden;
	min-width: 210px;
	border: 1px solid #eee;
	border-radius: 12px;
}

header.top-menu .navbar {
	border-radius: 12px;
	padding: 18px 15px;
}

header.top-menu button.signin {
	font-size: 1em;
	width: 136px;
	height: 56px;
	margin-left: 15px;
	background: #EC733D;
	background-image: url("/nxt/img/arrow.svg");
	background-repeat: no-repeat;
	background-position: center right 11px;
}

.main-content {
	max-width: 1050px;
	padding: 160px 0;
}

.main-content h1 {
	font-size: 4.5em;
	line-height: 80px;
}

.main-content p {
	font-size: 1.125em;
	line-height: 25px;
	font-weight: 300 !important;
	color: #fff;
	max-width: 710px;
}

p {
	font-size: 1.125em;
}

.main-content button {
	font-size: 1em;
	width: 176px;
	height: 60px;
	color: #fff;
	border: 2px solid #fff;
	background: #EC733D;
}

.scroll-down {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 1.125em;
	text-decoration: none;
}

section {
	padding: 90px 0;
}

.slider-section {
	background: #f3eaf6;
}

.content p {
	color: #585858;
	font-size: 1.125em;
}

ul {
	padding: 0 !important;
}

.content li {
	color: #585858;
	background-image: url("/nxt/img/star.png");
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 30px;
	font-size: 1.125em;
	list-style-type: none;
	margin: 18px 0;
	background-position: left top 3px;
}

.image-card-block img {
	width: 650px;
	float: left;
}

.discover-potential h5 {
	font-size: 1.75em;
	font-weight: 600;
}

div#owl-slider2 .card-content p {
	color: #585858;
	line-height: 22px;
}

.discover-potential p {
	color: #949395;
	font-size: 1.125em;
}

.card-content p {
	color: #979797;
	font-size: 1em;
	line-height: 22px;
	font-weight: normal;
}

.product-services {
	background-image: url("/nxt/img/voilet-bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.circle-icon img {
	width: 270px;
	max-width: 100%;
}

.service-description {
	color: #A085AB;
	font-size: 1.125em;
	max-width: max-content;
	max-width: 170px;
	margin: 0 auto;
}

.service-title {
	font-size: 1.5em;
	font-weight: 500;
}

.content button {
	background: #6D487C;
	border: none;
	height: 60px;
	border-radius: 50px;
	width: 160px;
	margin-top: 30px;
	font-size: 16px;
}

.circle-icon::after {
	content: "";
	background: none;
	border: 1px dashed #EC733D;
	height: 1px;
	display: block;
	position: relative;
	top: -45px;
	transform: rotate(33deg);
	left: 181px;
	width: 59px;
}

.upper-sign .circle-icon::after {
	transform: rotate(-33deg);
	top: -185px;
}

.lastchild .circle-icon::after {
	display: none;
}

p {
	color: #585858;
	line-height: 22px;
}

section.WanttoPlay p {
	max-width: 870px;
	margin: 0px auto;
	color: #949395;
}

.play-brand img {
	margin: 0px 0px;
	max-width: 90%;
	box-shadow: 2px 4px 8px #eee;
	border-radius: 20px;
}

.play-brand {
	display: flex;
}

.footer {
	background: #000;
}

.footer h5 {
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 40px;
}

footer.footer {
	padding: 90px 0 0px;
}

.main-content-about h1 {
	font-size: 4.5em;
	line-height: 80px;
}

.main-content-about p {
	font-size: 1.125em;
	line-height: 25px;
	color: #A283AF;
}

.main-content-about button {
	font-size: 1.125em;
	width: 176px;
	height: 60px;
	color: #fff;
	border: 1px solid #fff;
	background: #EC733D;
}

.fixed-width {
	max-width: 1100px;
	margin: 0 auto;
}

picture.top-banner-img img {
	max-width: 550px;
	width: 100%;
}

.image-event img {
	max-width: 600px;
	float: right;
	width: 100%;
	transition: all 1s;
	border-radius: 30px;
}

.what-we-offer p {
	max-width: 1100px;
	margin: 0px auto;
	color: #949395;
}

.index-functionality p {
	max-width: 1100px;
	margin: 0px auto;
	color: #949395;
}

.index-images h4 {
	font-size: 1.75em;
	font-weight: 600;
}

.about-slider {
	padding: 75px 0;
}

.card-slide {
	background: #fff;
	padding: 5px;
	border-radius: 25px;
	margin: 0 15px;
	box-shadow: 0px 4px 7px #eee;
	border: 1px solid #eee;
	min-height: 750px;
}

#owl-slider2 {
	.card-slide {
		min-height: 540px !important;
	}
}

.image-card {
	display: block;
	float: left;
	width: 100%;
	background: #FBF8FC;
	border-radius: 20px;
	padding: 30px 30px;
	min-height: 320px;
}

.image-card img {
	width: 250px !important;
	margin: 0 auto;
	display: block;
	float: none;
}

.card-content {
	display: block;
	clear: both;
	padding: 0px 20px;

}

.card-content h3 {
	font-size: 1.5em;
	font-weight: 600;
	color: #2E2E2E;
}

#owl-slider2 .image-card {
	background: none;
}

.owl-nav button.owl-prev {
	position: absolute;
	left: -50px;
	width: 50px;
	height: 50px;
	font-size: 0 !important;
	background-image: url("/nxt/img/prev.png") !important;
	background-size: cover !important;
	border-radius: 40px !important;
}

.owl-nav button.owl-next {
	position: absolute;
	right: -50px;
	width: 50px;
	height: 50px;
	font-size: 0 !important;
	background-image: url("/nxt/img/next.png") !important;
	background-size: cover !important;
	border-radius: 40px !important;
}

.owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: 45%;
	width: 100%;
}

.item {
	padding: 10px 0px;
}

.owl-theme .owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
}

footer.footer ul li a {
	font-size: 1em;
	margin-bottom: 15px;
	font-weight: 300;
}

footer.footer p {
	font-size: 1em;
	font-weight: 300;
}

.bottom-bar {
	border-top: 1px solid #222;
	text-align: center;
	font-size: 1em;
	padding: 20px 0;

}

.bottom-bar p {
	font-size: 1em;
	color: #fff;
	margin: 0;
}

.social-media a {
	margin: 0 5px;
}


.navbar-toggler {
	color: rgb(248 249 250) !important;
}



.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.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
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-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
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}


@media screen and (min-width: 1700px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1530px !important;
	}
}


@media screen and (max-width: 1300px) {
	html {
		font-size: 0.8rem;
	}

}

@media screen and (max-width: 1250px) {

	header.top-menu select {
		height: 36px;
		width: 110px;
	}

	header.top-menu button.signin {
		height: 45px;
		width: 110px;
	}

	.main-logo img {
		width: 170px;
	}

	header.top-menu .navbar {
		border-radius: 12px;
		padding: 10px 5px;
	}
}

@media screen and (max-width: 1200px) {

	.circle-icon::after {
		top: -70px;
		transform: rotate(20deg);
		left: 165px;
		width: 26px;
	}

	.upper-sign .circle-icon::after {
		transform: rotate(-20deg);
		top: -125px;
	}


}

@media screen and (max-width: 1100px) {

	.top-menu .navbar-expand-lg .navbar-toggler {
		position: absolute;
		right: 20px;
		border: none;
		font-size: 18px;
	}


	header.top-menu {
		padding: 0px;
	}

	html {
		font-size: 0.8rem;
	}

	.service-description {

		width: -webkit-fill-available;

	}

	.main-content-about h1 {
		line-height: 55px;
		font-size: 3.5em;
	}

	.main-content h1 {
		line-height: 55px;
		font-size: 3.5em;
	}

	.main-logo img {
		width: 160px;
	}

	.main-content {
		position: relative;
	}

	.background-image {
		padding: 20px;
	}

	.fixed-width .circle-icon {
		margin: 0 !important;
		padding: 0 !important;
	}

	.circle-icon::after {
		top: -100px;
		transform: rotate(0);
		left: 174px;
		width: 16px;
	}

	.upper-sign .circle-icon::after {
		top: -100px;
		transform: rotate(0);
		left: 174px;
		width: 16px;
	}
}

@media screen and (max-width: 329px) {
	button.signin-menu {
		display: none;
	}

	button.signin-dd {
		display: block;
	}
}

@media screen and (min-width: 330px) {
	button.signin-menu {
		display: block;
	}

	button.signin-dd {
		display: none;
	}
}

@media screen and (max-width: 274px) {
	.signin-dd {
		display: block;
		margin: 10px !important;
	}
}

@media screen and (max-width: 991px) {
	.play-brand img {
		border-radius: 10px;
	}

	header.top-menu button.signin {

		width: 115px;
		margin-right: 70px;
	}

	div#navbarSupportedContent {
		position: absolute;
		top: 70px;
		background: #fff;
		padding: 15px;
		border-radius: 10px;
		left: 0;
		right: 0;
		z-index: 9;
	}

	.owl-nav {
		display: none;
	}

	.discover-potential h5 {
		font-size: 1.25em;
		font-weight: 600;
	}

	.fixed-width .circle-icon {
		margin: 0 !important;
		padding: 0 !important;
	}

	.background-image {
		padding: 20px;
	}

	html {
		font-size: .9rem;
	}

	.main-content {
		padding: 80px 0;
	}

	img {
		max-width: 100%;
	}

	section {
		padding: 50px 0;
		box-sizing: border-box;
	}

	.circle-icon::after {
		top: -74px;
		left: 125px;
		width: 16px;
	}

	.upper-sign .circle-icon::after {
		top: -74px;
		left: 125px;
		width: 16px;
	}

}


@media screen and (max-width: 670px) {
	.main-content button {

		height: 50px;

	}

	.content button {
		height: 50px;
		width: 100%;

	}

	.main-content-about button {
		width: 100%;
		height: 50px;
		margin: 10px auto;

	}

	header.top-menu .navbar {
		padding: 10px 0;
	}

	header.top-menu select {
		height: 35px;
		width: 110px;
	}

	.play-brand img {
		margin: 10px 0;
		clear: both;
	}

	.play-brand {
		display: block;
	}

	.top-menu .navbar-expand-lg .navbar-toggler {
		right: 0px;
		border: none !important;
		box-shadow: none !important;
		font-size: 16px;
	}

	.main-logo img {
		width: 130px;
	}

	footer.footer ul li a {

		margin-bottom: 0;

	}

	.footer h5 {
		margin-bottom: 20px;
	}

	.play-brand img {
		border-radius: 5px;
	}

	div#navbarSupportedContent {

		top: 60px;

	}

	.about-slider {
		padding: 40px 0;
	}

	.image-card {
		border-radius: 20px;
		padding: 20px;
		min-height: 200px;
	}

	.image-card img {
		width: 170px;
	}

	.circle-icon::after {
		display: none;
	}

	.upper-sign .circle-icon::after {
		display: none;
	}

	header.top-menu button.signin {
		width: 80px;
		margin-right: 40px;
		height: 33px;
		margin-left: 0 !important;
		text-indent: -18px;
	}

	.main-content {
		padding: 40px 0;
	}

	.circle-icon img {
		width: 150px;
		margin-top: 15px;
	}

	.main-content-about p {
		line-height: 16px;

	}

	html {
		font-size: .8rem;
	}

	.index-images h4 {
		font-size: 1.5em;
	}

	.discover-potential img {
		width: 150px;
	}

	.main-content-about h1 {
		line-height: 40px;
		font-size: 2.5em;
	}

	.main-content h1 {
		line-height: 40px;
		font-size: 2.5em;
	}

	.background-image {
		padding: 15px;
	}

	section {
		padding: 15px;
	}

	.content h2 {
		font-size: 2.5em;
	}

	.circle-icon::after {
		display: none;
	}

	footer.footer {
		padding: 25px 15px;
	}


}


.bg-body-tertiary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}


.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}


.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color);
}


.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
	font-size: 1.25rem !important
}

.fs-6 {
	font-size: 1rem !important
}

.fst-italic {
	font-style: italic !important
}

.fst-normal {
	font-style: normal !important
}

.fw-lighter {
	font-weight: lighter !important
}

.fw-light {
	font-weight: 300 !important
}

.fw-normal {
	font-weight: 400 !important
}

.fw-medium {
	font-weight: 500 !important
}

.fw-semibold {
	font-weight: 600 !important
}

.fw-bold {
	font-weight: 700 !important
}

.fw-bolder {
	font-weight: bolder !important
}

.nav-link:focus,
.nav-link:hover {
	color: var(--bs-nav-link-hover-color);
}

a {
	cursor: pointer;
}

/* New */

.services-card:hover {
	transform: translateY(-1px);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.xservice-card {
	transition: transform 0.3s ease;
}

.xservice-card:hover {
	box-shadow: 0px 8px 15px rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.games-card {
	transition: transform 0.3s ease;
}

.games-card:hover {
	box-shadow: 0px 8px 15px rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.social-media {
	display: flex;
	justify-content: center;
	align-items: center;
}

.link-purple-light,
.link-purple-light:visited {
	color: #6d487c;
	text-decoration: none;
	font-family: 'Open Sans'
}

.link-purple-light:active,
.link-purple-light:hover,
.link-purple-nofont:active,
.link-purple-nofont:hover,
.talection-accordion-link:visited {
	color: #6d487c;
	text-decoration: underline
}

.owl-item {
	/* width: 532px !important; */
}

.btn-primary:hover {
	color: #fff;
	background-color: #ec733d;
	border-color: #ec733d;
}

.img-company-small {
	width: 150px !important;
}

.font-size14,
.font-size14 * {
	font-size: 14pt !important;
}

.fw-bold-light {
	font-weight: 600;
}

.newUI {
	.gsc-control-cse {
		background-color: #f8f9fa;
		border: 1px solid #fff;
		border-radius: 7px;
		margin-top: 5px;
		padding: 5px;
	}
}

/* Ensures all slide images in the carousel have the same size and aspect ratio */
.slide-img-uniform {
	width: 220px;
	height: 220px;
	object-fit: contain;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

.lightpurple-section {
	background: #f3eaf6;
}

.header-menu-item {
	font-size: 16px !important;
}

.header-signin-item {
	font-size: 15px !important;
}

.icon-container-orange {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFF2EC;
	border-radius: 50%;
	width: clamp(16px, 5vw, 30px);
	aspect-ratio: 1/1;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 30%;
}

.icon-container-orange i {
	font-size: clamp(1.5rem, 6vw, 4rem);
	line-height: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-fa-icon-orange {
	color: #EB723B;
	font-size: clamp(2rem, 8vw, 64px) !important;
}

.icon-container-purple {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #F8F4FA;
	border-radius: 50%;
	width: clamp(16px, 5vw, 30px);
	aspect-ratio: 1/1;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 20%;
}

.icon-container-purple i {
	font-size: clamp(1.5rem, 6vw, 4rem);
	line-height: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-fa-icon-purple {
	color: #6D487C;
	font-size: clamp(2rem, 8vw, 64px) !important;
}

.public-page-image {
	max-width: 900px;
	width: 100%;
	height: auto;
}

/* Orange */

.btn-primary-orange:not(:disabled):not(.disabled).active:focus,
.btn-primary-orange:not(:disabled):not(.disabled):active:focus,
.btn-primary-orange:not(:disabled):not(.disabled).active:focus,
.btn-primary-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary-orange.dropdown-toggle:focus,
.show>.btn-primary-orange.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-primary-orange.btn-outline {
	color: #eb723b;
	background-color: #fff
}

.btn-primary-orange {
	color: #fff;
	border-color: #eb723b;
	background-color: #eb723b;
	font-size: 14pt;
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.btn-primary-orange.focus,
.btn-primary-orange:focus,
.btn-primary-orange:hover {
	background-color: #bc5b2f;
	border-color: #bc5b2f;
	color: #fff
}

.btn-primary-orange:not(:disabled):not(.disabled).active,
.btn-primary-orange:not(:disabled):not(.disabled):active,
.btn-primary-orange.disabled,
.btn-primary-orange:disabled,
.btn-primary-orange:not(:disabled):not(.disabled).active,
.btn-primary-orange:not(:disabled):not(.disabled):active,
.show>.btn-primary-orange.dropdown-toggle,
.show>.btn-primary-orange.dropdown-toggle {
	color: #fff;
	background-color: #f19c75;
	border-color: #f19c75
}

.image-recruitment {
	cursor: pointer;
	max-width: 500px;
	width: 100%;
	margin-left: -30px;
	padding-left: 0px;
}

@media screen and (max-width: 670px) {
	.image-recruitment {
		max-width: 100%;
		margin-left: -20px;
		padding-left: 0;
	}
}

.ggreen {
	color: #34A853 !important;
}

.gorange {
	color: #FBBC05 !important;
}

.gred {
	color: #EA4335 !important;
}

.center-table {
	margin-left: auto;
	margin-right: auto;
}

.product-comparison th,
.product-comparison td {
	border: 1px solid silver;
	padding: 5px;
	text-align: center;
}

.product-comparison {
	border-collapse: collapse;
}

.image-card-block-big img {
	width: 900px;
	float: left;
}


/* Slide Show */

.presentation-slide {
	border: 1px solid #808080;
	border-radius: 3px;
	box-shadow: 2px 5px 5px #808080;
	/* h-offset v-offset blur spread color */
	position: relative;
}

.presentation-slide h1,
.presentation-slide h2 {
	color: #6C477B;
	font-family: 'EB Garamond', serif;
	font-weight: bold;
}

.presentation-slide-header {
	border: solid 3px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	text-align: center;
	height: 40px;
	background-color: #6d487c;
	color: #FFFFFF;
	padding-top: 2px;
	font-size: 22px;
	position: relative;
}

.presentation-slide-header-private {
	border: solid 3px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	text-align: center;
	height: 40px;
	background-color: #6d487c;
	color: #FFFFFF;
	padding-top: 2px;
	font-size: 22px;
	position: relative;
}

.presentation-slide-header-company {
	border: solid 3px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	text-align: center;
	height: 40px;
	background-color: #EB723B;
	color: #FFFFFF;
	padding-top: 2px;
	font-size: 22px;
	position: relative;
}

.presentation-slide-body {
	padding-top: 17px;
	padding-bottom: 15px;
}

.presentation-slide-footer {
	position: absolute;
	text-align: center;
	bottom: 2px;
	border-top: 1px solid #6d487c;
	color: #6D487C;
}

.presentation-private-navigate-left {
	position: absolute;
	top: 65px;
	left: 2px;
	cursor: pointer;
	color: #6D487C;
	padding: 5px;
	border: 1px solid #6d487c;
}

.presentation-private-navigate-right {
	position: absolute;
	top: 65px;
	right: 2px;
	cursor: pointer;
	color: #6D487C;
	padding: 5px;
	border: 1px solid #6d487c;
}

.presentation-company-navigate-left {
	position: absolute;
	top: 65px;
	left: 2px;
	cursor: pointer;
	color: #EB723B;
	padding: 5px;
	border: 1px solid #EB723B;
}

.presentation-company-navigate-right {
	position: absolute;
	top: 65px;
	right: 2px;
	cursor: pointer;
	color: #EB723B;
	padding: 5px;
	border: 1px solid #EB723B;
}

.slide-text-private {
	margin-top: 15px;
	border: 1px dashed #6D487C;
	padding: 10px;
	text-align: left;
	font-size: 22px;
	margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
	.slide-text-private {
		margin-top: 15px;
		border: 1px dashed #6D487C;
		padding: 10px;
		text-align: left;
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.slide-image-private {
	margin-top: 15px;
	padding: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.slide-table-private {}

.slide-table-private td {
	color: #585858;
	padding: 5px;
}

.slide-table-private i {
	color: #EB723B;
}

.slide-voice {
	position: absolute;
	top: 2px;
	right: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.slide-cta-private {
	position: absolute;
	top: 7px;
	left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
}

.tab-selection-private {
	border: 1px solid #6D487C;
	color: #6D487C;
	cursor: pointer;
	font-size: 16pt;
}

.tab-selection-private:hover,
.tab-selection-private:active {
	background-color: #C4B5CA !important;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	.tab-selection-private {
		border: 1px solid #6D487C;
		color: #6D487C;
		cursor: pointer;
		font-size: 12pt;
	}
}


.private-selected {
	background-color: #C4B5CA !important;
}

.tab-selection-company {
	border: 1px solid #EB723B;
	color: #EB723B;
	cursor: pointer;
	font-size: 16pt;
}

.tab-selection-company:hover,
.tab-selection-company:active {
	background-color: #F7C6B0 !important;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	.tab-selection-company {
		border: 1px solid #EB723B;
		color: #EB723B;
		cursor: pointer;
		font-size: 12pt;
	}
}

.company-selected {
	background-color: #F7C6B0 !important;
}

.slide-cta-company {
	position: absolute;
	top: 8px;
	left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
}

.slide-text-company {
	margin-top: 15px;
	border: 1px dashed #EB723B;
	padding: 10px;
	text-align: left;
	font-size: 22px;
	margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
	.slide-text-company {
		margin-top: 15px;
		border: 1px dashed #EB723B;
		padding: 10px;
		text-align: left;
		font-size: 18px;
		margin-bottom: 30px;
	}
}

.slide-text-noborder {
	margin-top: 15px;
	padding: 10px;
	text-align: left;
	font-size: 10pt;
	margin-bottom: 30px;
}

.slide-image-company {
	margin-top: 15px;
	padding: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.slide-table-company {}

.slide-table-company td {
	color: #585858;
	padding: 5px;
}

.slide-table-company i {
	color: #6D487C;
}

/* Images */

.image-xbig {
	width: 100%;
	max-width: 900px;
}

.image-big {
	width: 100%;
	max-width: 750px;
}

.image-xmedium {
	width: 100%;
	max-width: 600px;
}

.image-medium {
	width: 100%;
	max-width: 500px;
}

.image-smedium {
	width: 100%;
	max-width: 350px;
}

.image-smallmedium {
	width: 100%;
	max-width: 425px;
}

.image-small {
	width: 100%;
	max-width: 250px;
}

.image-xsmall {
	width: 100%;
	max-width: 125px;
}

.image-xxsmall {
	width: 100%;
	max-width: 75px;
}

.video-video {
	position: relative;
	width: 100%;
	height: 335px;
	/* Increased by 100px */
	max-height: 335px;
	max-width: 600px;
	/* Increased proportionally */
	border: 1px solid #e6e6e6;
	display: block;
	margin-left: auto;
	margin-right: auto;
}