@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;800&display=swap');

.blue-logos {
	display: block;
}

.show-on-mobile {
	display: none;
}

.flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.flex-2 {
	flex: 2;
}

.flex-3 {
	flex: 3;
}

#theMenu {
	position: absolute;
	left: 49%;
    transform: translate(-50%, 0%);
	padding-right: 0px;
}

#region {
	position: absolute;
	top: -1px;
	/*    right: 294px; */
	text-align: left;
	font-weight: bold;
}

#jobs {
	position: absolute;
	right: 174px;
	text-align: left;
}

#mMenuIcon>img {
	height: 20px;
	width: auto;
}

.top-header {
    background: #333;
    padding: 2px 0px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.top-header p {
	font-family: "Nunito", helvetica, arial, sans-serif;
    color:  #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.top-header a.free-link {
    color: #fff;
	font-weight: 800;
    margin-left: 10px;
	text-decoration: underline;
}

.top-header span.close-btn {
	font-family: "Nunito", helvetica, arial, sans-serif;
	position: absolute;
    right: 25px;
    top: 18px;
    font-size: 17px;
    color:  #fff;
	cursor: pointer;
}

.close-btn img {
    width: 12px;
}

header {
	position: fixed;
	top: 60px;
	z-index: 99999;
	box-sizing: border-box;
}

header .container {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

header.top-closed {
	top: 0px;
}

header a.demoBtn {
    border-radius: 6px;
    border: 2px solid #ff0038;
    color: #ff0038;
	background: none;
	width: 136px;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	text-align: center;
	box-sizing: border-box;
	padding: 12px 0px;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 12px;
	line-height: 1.3em;
}

header li.mega a.mega {
	font-family: "Nunito", helvetica, arial, sans-serif;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px;
}

header ul.megamenu li.hovering a {
	font-family: "Nunito", helvetica, arial, sans-serif;
	color: #666666;
}

li.mega.dd1018598, li.mega.dd1018599 {
    background: url(../files/arrow-blue2x.png) no-repeat center right;
    background-size: 8px;
}

#contentContainer {
    padding-top: 60px;
}

.first-section.top-closed #contentContainer {
    padding-top: 0px;
}

footer {
	padding: 0!important;
}

footer {
    background: linear-gradient(144.04deg, rgba(0, 0, 0, 0.5) 15.29%, rgba(0, 0, 0, 0) 93.76%), linear-gradient(294.23deg, #0BA2C0 15.68%, #1BB9DA 84.64%);
}

footer .footer-wrapper {
	padding: 60px 100px;
	max-width: 1280px;
    margin: 0 auto;
}

footer .hfc h3.title {
	font-weight: 800;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFC94C;
}

footer .hfc p {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin: 0;
    text-align: left;
    width: 100%;
}

footer .flex.link-container {
    margin-top: 30px;
}

footer .social a {
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    vertical-align: middle;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

footer .copyright {
	color: #333;
}

footer .copyright a {
	color: #222;
}

footer p.copyright {
    opacity: 1;
    font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	text-align: left;
    margin: 0px;
    padding-bottom: 0px;
	width: 100%;
}

footer p.copyright a.int-link {
    margin-left: 30px;
    color: #fff;
}

footer .social {
    margin: 0;
    width: 100%;
    text-align: right;
    padding: 0;
}

footer .social img {
    opacity: 1;
}
    

.hfc .hbspt-form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
    
.hfc .hbspt-form form .field,
.hfc .hbspt-form form .hs-submit {
	margin: 0 10px 10px 0;
}
    
.hfc .hbspt-form form .field {
	max-width: 252px;
	width: 100%;
	margin: 10px;
}

.hfc .hbspt-form form .field.hs-country,
.hfc .hbspt-form form .field.hs-message {
	width: 100%;
	max-width: 524px;
}

.hfc .hbspt-form form .field.hs-country input,
.hfc .hbspt-form form .field.hs-message textarea {
	max-width: 100%;
}

.hfc .hbspt-form form .hs-submit {
	margin: 10px 0;
	width: auto;
}

.hfc .hbspt-form textarea,
.hfc .hbspt-form input[type=text],
.hfc .hbspt-form input[type=email],
.hfc .hbspt-form input[type=tel] {
	box-sizing: border-box;
	height: 52px;
	width: 100%;
	max-width: 316px;
	border: 1px solid #E4E4E4;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: -3px 3px 10px 0 rgba(0, 0, 0, 0.08);
	color: #333333;
	font-family: "Nunito";
	font-size: 16px;
	font-weight: 600;
	line-height: 38px;
	/* text-indent: 20px; */
	margin-right: 15px;
	margin-top: 0px;
	-webkit-appearance: none;
	min-width: 188px;
	padding: 1px 4px 1px 14px;
	box-sizing: border-box;
}

.hfc .hbspt-form textarea {
	resize: vertical;
	line-height: 20px;
	min-height: 93px;
}

.hfc .hbspt-form textarea::-webkit-scrollbar {
	width: 4px;
	height: auto;
}

.hfc .hbspt-form textarea::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #cccccc;
}

.hfc .hbspt-form textarea::-webkit-scrollbar-track {
	width: 8px;
	background-color: #f9f9f9;
	border-radius: 10px;
}

.hfc .hbspt-form textarea.notrack::-webkit-scrollbar-track {
	background: none;
}

.hfc .hbspt-form input[type=submit] {
	height: 52px;
	width: 240px;
	border-radius: 100px;
	background: linear-gradient(270deg, #FF0038 0%, #FF2170 100%)!important;
	color: #FFFFFF;
	font-family: "Nunito";
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	-webkit-appearance: none;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	box-shadow: none !important;
}

.hfc .hbspt-form input[type=submit] {
	border-radius: 6px;
	background: linear-gradient(270deg, #FF0038 0%, #FF2170 100%)!important;
	width: 150px;
	max-width: 150px;
	font-size: 16px;
	border: 0;
	font-weight: 800;
	color: #fff;
	text-transform: none;
}

.hfc .submitted-message p {
	color: #fff !important;
}
/* custom placeholder */

.hfc .hbspt-form .field {
	position: relative;
	background: none;
}

.hfc .hs-form>.field label {
	font-weight: 600;
	font-size: 16px;
	color: #999;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 10;
	transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}
    
.hs-form > .field label span{
	font-family: "Nunito", helvetica, arial, sans-serif!important;
}

.hfc .hs-form>.field.focused label {
	transform: translate(0, -55%) !important;
	font-size: 12px;
}

.hfc .hs-form>.field.focused:after {
	content: '';
	position: absolute;
	width: calc(100% - 6px);
	height: 25px;
	top: 1px;
	left: 1px;
	background: white;
	border-radius: 10px 10px 0 0;
}

.hfc .hs-form .hs-input::placeholder {
	color: transparent;
}

.hfc .hs-form>.field.focused .hs-input {
	padding-top: 15px !important;
	-webkit-appearance: none;
}

.hfc .hs-form>.field.focused textarea.hs-input {
	padding-top: 24px !important;
}

.hfc .hs-form .hs-input:focus {
	border: 1px solid #1bb9da;
	outline: none;
}

.hfc .hs-form .hs-input.error {
	border: 1px solid #FF0038;
}

.hfc .hs-form>.field.error label,
.hfc .legal-consent-container .hs-error-msg {
	color: #FF0038 !important;
}

.hfc .hs-form>.field .hs-error-msgs,
.hfc .hs_error_rollup {
	display: none !important;
}

.hfc .hs-form>.field.focused .hs-input[type="checkbox"] {
	-webkit-appearance: auto;
}

.hfc .legal-consent-container {
	max-width: 300px;
	text-align: left;
}

.hfc .legal-consent-container ul,
.hfc .legal-consent-container li {
	list-style: none;
}
    
.hfc .legal-consent-container .hs-form-booleancheckbox-display *,
#contentContainer .hfc .legal-consent-container * {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 24px;
	max-width: none;
}

.hfc .legal-consent-container label:not(.hs-error-msg) {
	display: flex;
	align-items: center;
	margin-top: 10px !important;
}
    
.hfc .legal-consent-container label input {
	margin-right: 8px !important;
}

.hfc .hubspot-form-container {
	background: #333;
	padding: 30px;
	margin: 20px 0px 10px;
	border: 1px solid #595555;
	border-radius: 10px;
}

.hfc.flex {
	display: flex;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
    
.hfc .flex-1 {
	flex: 1;
	padding: 20px 0px;
}

.hfc.flex .align-right .social,
.hfc.flex .align-right p {
	text-align: right;
}

.hfc.flex .align-right .social {
	padding: 20px 0px 0px;
}

.hfc h2 {
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}
    
.hfc p.title {
	font-size: 15px;
	color: #fff;
	line-height: 1.6em;
	margin: 0 13px;
	font-weight: 400;
	text-align: left;
}

.hfc .hs-firstname {
	display: none;
}

/* Mega Menu */

ul.megamenu li.mega .ddown {
    padding: 15px 18px;
	border-radius: 5px;
}

ul.megamenu li div.flex {
	display: flex;
	min-height: 30px;
	min-width: 260px;
	gap: 0px;
	margin-bottom: 10px;
}

ul.megamenu li:last-child div.flex {
	margin-bottom: 0px;
}

ul.megamenu li div.flex-1, ul.megamenu li div.flex-3{
	display: block;
}

ul.megamenu li div.flex  img {
	height: 25px;
}

.ddown li span.menu-detail {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    color: #666666;
}

.ddown li a.menu-title {
    font-weight: 800!important;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}

.ddown li a.menu-title.with-margin {
	margin-bottom: 12px;
}

.ddown li:last-child a.menu-title.with-margin {
	margin-bottom: 0px;
}

#privacy .flex {
	gap: 0px;
}

#privacy .flex-3, #privacy .flex-1, #privacy .flex-3 a {
    font-family: "Nunito", helvetica, arial, sans-serif!important;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

#privacy .flex-3 a {
	text-decoration: underline;
}

#privacy .flex-1 a {
    display: block;
}

#privacy .flex-1 a:first-child {
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	text-decoration: underline;
	color: #333333;
}

#privacy .flex-1 a:last-child {
	border: none;
	top: 10px;
}

#privacy .flex-1 a.btnAccept {
	background: linear-gradient(270deg, #FF0038 0%, #FF2170 100%)!important;
	color: #fff!important;
	border-radius: 6px;
	padding: 9px 24px;
	margin: 10px 0px 0px 46px;
}

#privacy a.btnClose {
    right: 15px;
}

#privacy a#cm_close img {
    width: 12px;
}

@media screen and (min-width: 1261px) {
	#theMenu {
		display: block!important;
	}
}

@media screen and (max-width: 1260px) {

	.blue-logos {
	    padding: 27px 0 0 55px!important;
	}

	#theMenu {
		display: none;
		/* right: 0px; */
		left: -13px;
		transform: translate(0%, 0%);
		top: 72px;
		background: RGBA(255, 255, 255, 0.96);
		width: 300px;
		border-top: 2px solid #1bb9da;
		box-shadow: -4px 5px 5px -5px RGBA(0, 0, 0, 0.15);
		height: calc(100vh - 72px);
		padding-right: 0px;
	}
	#jobs {
		position: relative;
		right: initial;
		padding: 8px 20px 8px;
	}
	li.mega {
		float: none;
		padding: 8px 20px 8px 0px;
		border-bottom: 1px solid #ddd;
		margin-left: 10px!important;
		text-align: left;
	}
	li.mega:last-of-type {
		border-bottom: 0;
	}
	ul.megamenu li.mega .ddown {
		position: relative;
		box-shadow: none;
		margin-top: 6px;
		margin-left: 0px;
		border-top: 1px solid #1bb9da;
		border-radius: 0px;
		width: 100%;
		padding-left: 7px;
		background: none;
	}
	li.mega.dd1006874,
	li.mega.dd1007195 {
		background: url(../files/arrow-blue2x.png) no-repeat right 17px;
		background-size: 8px;
	}
	.ddown ul {
		padding: 6px 12px 0px;
	}
	ul.megamenu li.hovering .ddown a {
		display: block;
		opacity: 0.85;
		font-weight: 400;
	}
	#region {
		right: initial;
		top: initial;
		position: relative;
		background: #fff;
		padding-left: 18px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.currentRegion {
		font-size: 16px;
		min-width: 40px!important;
		background: none!important;
		text-align: center;
	}
	.list {
		border-top: 1px solid #1bb9da;
		right: initial;
		position: relative;
		border-radius: 0px;
		box-shadow: none;
		margin: 0;
		width: 90%;
	}
	.list ul {
		list-style: none;
		margin: 0;
		padding: 0px 0px;
	}
	.list ul li {
		margin-left: -5px;
	}
	.list li.selected {
		display: none;
	}
	.hs-cta-demoBtn a {
		overflow: hidden;
		text-align: center;
		padding: 11px 6px!important;
		font-size: 14px!important;
		right: 20px!important;
		top: 16px!important;
	}
	.mobileMenu {
		display: block;
		left: 40px;
		right: unset;
	}
}

@media screen and (max-width: 801px) {
	#theMenu {
		/* right: 0px; */
		/* left: unset; */
		transform: translate(0%, 0%);
		padding-right: 0px;
	}
	
	.top-header {
		padding: 2px 0px 0px;
	}
	
	.top-header p {
		padding: 0 30px;
	}
	.top-header a.free-link {
		margin-left: 0px;
		display: block;
	}
	.top-header span.close-btn {
		top: 30px;
	}
	
	header {
		top: 82px;
	}
	
	li.mega.dd1018598.hovering, li.mega.dd1018599.hovering {
		background: none;
	}
}

@media screen and (max-width: 600px) {
	body > section.top-closed {
		padding-top: 26px;
	}
	
	.top-header {
		width: auto;
		top: 0px;
	}
	
	.top-header span.close-btn {
		top: 43px;
	}
	
	header {
		top: 106px;
		padding-left: 10px;
	}
	
	#privacy .flex {
		padding: 20px;
		margin-bottom: 50px;
	}
	
	#privacy .flex-1 a:first-child {
		float: left;
		margin-top: 6px;
	}
	
	#privacy .flex-1 a.btnAccept {
		margin: 0px;
		float: right;
	}
	
}
@media screen and (max-width: 350px) {
	header a.demoBtn {
		width: 110px;
	}
}


@media screen and (max-width: 1100px) {
	
	.hbspt-form textarea, .hbspt-form input[type=text], .hbspt-form input[type=email], .hbspt-form input[type=tel] {
		min-width: 206px;
	}
	
	footer .footer-wrapper {
		padding: 50px 50px;
	}
}

@media screen and (max-width: 801px) {
	
	.flex.flex-direction-column {
		flex-direction: column;
	}
	
	.flex.flex-direction-column.reverse {
		flex-flow: column-reverse;
	}
	
	.show-on-mobile {
		display: block;
		text-align: center;
	}
	
	.hide-on-mobile {
		display: none;
	}
	
	.hide-on-mobile.show-on-tablet {
		display: block;
	}
	
	.hide-on-tablet {
		display: none;
	}
	
	.show-on-mobile a {
		
	}

	.show-on-mobile a.button {
		color: #fff;
		background: #FF0038;
		padding: 15px 20px;
	}
	
	.form-container {
		padding: 0px 0px 10px;
		text-align: center;
		margin: 0;
	}
	
	.hbspt-form form {
		justify-content: center;
	}
	
	.hbspt-form form .field, .hbspt-form form .hs-submit {
		margin: 0 0px 10px 0;
	}

	
	footer .hfc.flex {
		display: block;
	}
	
	footer .hfc h3.title {
		text-align: center;
	}
	
	footer .hfc p {
		margin: 0 auto;
		text-align: center;
	}
	
	footer .hfc .hbspt-form form {
		justify-content: center;
	}
	
	footer .flex.link-container {
		flex-flow: column-reverse;
		gap: 10px;
	}
	
	footer .copyright {
		margin-top: 20px;
	}
	
	footer p.copyright {
		margin: 0px auto;
		text-align: center;
	}
	
	footer .social {
		text-align: center;
	}
	
	footer .copyright a {
		color: #fff;
	}
	
}

@media screen and (max-width: 600px) {
	
	.flex.flex-direction-column.reverse {
		display: flex;
		flex-flow: column-reverse;
	}
	
	.flex, .hbspt-form form  {
		display: block;
	}
	
	.img-wrap img {
		max-width: 276px;
	}
	
	.show-on-mobile {
		display: block;
		text-align: center;
	}
	
	.hide-on-mobile.show-on-tablet {
		display: none;
	}

	.show-on-mobile a.button {
		color: #fff;
		background: #FF0038;
		padding: 15px 20px;
	}
	
	.show-on-mobile.add-margin-top {
		margin-top: 20px;
	}	
	
	footer .footer-wrapper {
		padding: 50px 24px;
	}
	
	footer .hfc.flex {
		border-top: none;
		padding: 0px;
	}
	
	footer .hfc p {
		text-align: center;
	}
	
	footer .hfc .hbspt-form input[type=email], footer .hfc .hbspt-form input[type=submit]  {
		max-width: 100%;
		width: 100%;
	}
	
	footer .hfc .hbspt-form form .field {
		max-width: 100%;
	}
	
	footer .hfc .hbspt-form form .hs-submit {
		margin: 10px 10px;
		width: 100%;
	}
	
	footer .flex.link-container {
		display: flex;
		flex-flow: column-reverse;
		gap: 10px;
	}
	
	footer .flex.link-container .flex-2{
		width: 100%;
	}
	
	
	footer .social a {
		display: inline-block;
		margin: 0px 0px;
	}
	
	footer p.copyright {
		text-align: center;
	}
	
	footer .copyright .flex {
		display: flex;
		flex-direction: row;
		max-width: 85%;
		margin: 0 auto;
		gap: 0;
	}
	
	footer .copyright .flex a.int-link {
		color: #fff;
		font-weight: 600;
		font-size: 12px;
		line-height: 24px;
		text-transform: none;
	}
	
	footer .hfc .hs-form>.field label {
		left: 0px;
		right: 0px;
	}
	
	.align-left {
		text-align: left;
	}
	
	.align-right {
		text-align: right;
	}
	
	#privacy .flex {
		margin-top: 30px;
	}
	
	#privacy .flex-1 a {
		display: inline;
	}
	
	#privacy a.btnClose {
		right: 15px!important;
	}
	
	#privacy a.btnAccept {
		margin-left: 100px;
	}
	
}

@media screen and (max-width: 480px) {
	
}

@media screen and (max-width: 420px) {
	.top-header span.close-btn {
		top: 39px;
	}
	
	.top-header span.close-btn {
		font-size: 22px;
		right: 18px;
	}
	
	footer .copyright .flex {
		max-width: 100%;
	}
}
