/*
 * style-apm-source.css is the CSS sent by the NUVEI Team and should not be changed by us  
*/
/*
Theme Name: Nuvei APMs Child Theme
Version: 1.0.1
Template:   nuvei-apms
*/

/* Override Parent Starter Theme :: START */
#header {
	background: #101f2d !important;

}

header {
	min-height: 70px !important;
}

#nav {
	background: transparent;
}

.navbar-brand img {
	height: 40px;
}

#main {
	margin-top: 0;
}

button:focus {
	outline: none;
}

.btn:focus {
	box-shadow: none !important;
}

#footer {
	padding: 40px 0;
	color: #fff;
	background-color: #101f2d;
}
/* Override Parent Starter Theme :: END */

/* Override default buttons :: START */
.btn-primary {
	background-color: #0192c9;
	border-color: #0192c9;
	border-width: 2px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: .3rem 1.65rem;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
	background: #0075a2;
	border-color: #0075a2;
}


.btn-outline-primary {
	color: #0192c9;
	border-color: #0192c9;
	border-width: 2px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: .3rem 1.65rem;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:focus {
	color: #fff;
	background-color: #0183b5;
	border-color: #0183b5;
}

.btn-secondary {
	background-color: #5dc3be;
	border-color: #5dc3be;
	border-width: 2px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: .3rem 1.65rem;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:focus {
	background: #4bb3ae;
	border-color: #4bb3ae;
}
/* Override default buttons :: END */

/* Scroller of dropdown menu :: START */
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
	width: 5px;
}

.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
	background: #eee;
}

.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
	border-radius: 2.5px;
	background: #aaa;
}

.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}

/* Scroller of dropdown menu :: END */


/* Fonts :: START */
body {
	font-family: 'Proxima', sans-serif;
}

@font-face {
	font-family: 'Proxima';
	src: url("assets/fonts/proximanova-light-webfont.woff2") format("woff2"), url("assets/fonts/proximanova-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima';
	src: url("assets/fonts/proximanova-regular-webfont.woff2") format("woff2"), url("assets/fonts/proximanova-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima';
	src: url("assets/fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("assets/fonts/proximanova-semibold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima';
	src: url("assets/fonts/proximanova-bold-webfont.woff2") format("woff2"), url("assets/fonts/proximanova-bold-webfont.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima';
	src: url("assets/fonts/proximanova-extrabld-webfont.woff2") format("woff2"), url("assets/fonts/proximanova-extrabld-webfont.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

/* Fonts :: END */



/* Search Page :: START */
.section-apm-search {
	margin-top: 100px;
	background: rgb(21,37,56) url(assets/img/search-bgr-apm.jpg) no-repeat bottom center;
	background-size: cover;
	min-height: 380px;
}

.bs-searchbox .form-control {
	padding: .325rem .5rem;
	height: calc(1.5em + .5rem + 2px);
}
.bs-searchbox .form-control:focus {
	border-color: #ccd6d5;
	box-shadow: none;
}

.search-apm-form-field {
	padding: 0 10%;
	transition: opacity .3s ease;
	margin-top: -250px;
}

.search-section {
	box-shadow: 0 -25px 30px rgb(0 0 0 / 10%);
	border-radius: 30px;
	padding: 4rem 5rem 2.5rem;
}

#search-app .btn-light {
	border-color: #666;
	border-width: 2px;
	background-color: #fff;
	font-weight: 700;
}

#search-app .btn-light:hover,
.dropdown-item:hover {
	background-color: #eef2f5;
}

#search-app .btn-light:not(:disabled):not(.disabled).active,
#search-app .btn-light:not(:disabled):not(.disabled):active,
#search-app .show > .btn-light.dropdown-toggle {
	background-color: #f2f4f9;
	border-color: #f90041;
}

.search-section .bootstrap-select .dropdown-toggle:focus,
.search-section .bootstrap-select .dropdown-toggle:active {
	outline: transparent !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #555;
}

.search-section .dropdown-toggle:after {
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='none' stroke='currentColor' d='M1 1.25L7 7.25L13 1.25' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
	width: 12px;
	height: 6px;
	vertical-align: middle;
}

.dropdown-item {
	padding: .25rem 1.2rem;
	font-weight: 600;
}

.dropdown-item:focus, .dropdown-item:hover {
	outline: transparent;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #f90041;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	right: 17px;
}
.bootstrap-select .bs-ok-default:after {
	color: #f90041;
	border-width: 0 .2em .2em 0;
}

.sort-order {
	font-weight: 600;
}

.sort-order .dropdown-toggle {
	font-weight: 600;
	color: #f90041;
}

.sort-order .dropdown-toggle:hover {
	cursor: pointer;
}

.sort-order .dropdown-toggle:after {
	display: none;
	border: none;
	background: #fff url(assets/img/sort_arrow.png) no-repeat center center;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	top: -3px;
	position: relative;
	margin-left: 8px;
}

/*
.dropdown-menu {
	border: none;
	box-shadow: 0 0 10px rgb(83 89 105 / 11%);
}*/

#empty-result {
	opacity: 0;
}

/* apm list Preloader :: START */
.apm-list-preloader {
	position: absolute;
	left: 50%;
	margin-left: -1rem;
	transition: opacity .2s ease;
	opacity: 1;
	margin-top: 12px;
}
.apm-list-preloader-inner {
	position: relative;
}
.loader-ball {
	width: 2rem;
	height: 2rem;
	background: #f90041;
	border-radius: 50%;
	position: absolute;
}

.loader-ball-2 { animation: animate-to-2 1.5s infinite; }
.loader-ball-3 { animation: animate-to-3 1.5s infinite; }
.loader-ball-1 { animation: animate-to-1 1.5s infinite; }
.loader-ball-4 { animation: animate-to-4 1.5s infinite; }
.loader-ball-0 { animation: animate-to-0 1.5s infinite; }
.loader-ball-5 { animation: animate-to-5 1.5s infinite; }

@keyframes animate-to-2 {
	25%, 75% { transform: translateX(-1.5rem) scale(0.75); }
	95% { transform: translateX(0rem) scale(1); }
}

@keyframes animate-to-3 {
	25%, 75% { transform: translateX(1.5rem) scale(0.75); }
	95% { transform: translateX(0rem) scale(1); }
}

@keyframes animate-to-1 {
	25% { transform: translateX(-1.5rem) scale(0.75); }
	50%, 75% { transform: translateX(-4.5rem) scale(0.6); }
	95% { transform: translateX(0rem) scale(1); }
}

@keyframes animate-to-4 {
	25% { transform: translateX(1.5rem) scale(0.75); }
	50%, 75% { transform: translateX(4.5rem) scale(0.6); }
	95% { transform: translateX(0rem) scale(1); }
}

@keyframes animate-to-0 {
	25% { transform: translateX(-1.5rem) scale(0.75); }
	50% { transform: translateX(-4.5rem) scale(0.6); }
	75% { transform: translateX(-7.5rem) scale(0.5); }
	95% { transform: translateX(0rem) scale(1); }
}

@keyframes animate-to-5 {
	25% { transform: translateX(1.5rem) scale(0.75); }
	50% { transform: translateX(4.5rem) scale(0.6); }
	75% { transform: translateX(7.5rem) scale(0.5); }
	95% { transform: translateX(0rem) scale(1); }
}
/* apm list Preloader :: END */

/* Regional data box :: START */
.region-single + .region-single {
	margin-top: 30px;
}
.regional-data-box {
	border: 1px solid #e5e5e5;
	padding: 30px 10%;
	margin-bottom: 30px;
	background: #f7f7f7;
	border-radius: 6px;
}
.regional-data-box h3 {
	color: #f90041;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
.regional-data-box p {
	margin: 10px auto 0;
}
.spread-data {
	display: inline-block;
	margin: 6px;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 6px 13px 5px;
	background: #fff;
}

/* apm list */
.apm-list-holder {
	position: relative;
	min-height: 340px;
	margin-bottom: 6rem;
}
.apm-list {
	transition: opacity .5s ease;
	opacity: 0;
}

/*.apm-list .card:before {
	background: white;
	display: block;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 6px;
	transition: all .2s ease;
	pointer-events: none;
	z-index: -1;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	opacity: .5;
}

.apm-list a:hover .card:before {
	transform: scale(1.05, 1.05);
	opacity: 1;
	box-shadow: 0 8px 24px rgba(37, 123, 213, 0.16);
}*/

.apm-list .card:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #aaa;
	transition: all .2s ease;
	pointer-events: none;
	z-index: -1;
	/*	box-shadow: 0 5px 10px rgb(0 0 0 / 18%);*/
	opacity: .5;
}

.apm-list a:hover .card:before {
	transform: scale(1.03, 1.03);
	opacity: 1;
	box-shadow: none;
	border: 2px solid #f90041;
}

.apm-list a {
	position: relative;
	color: #444;
}

.apm-list a:hover {
	text-decoration: none;
}

.apm-list a:hover .card {
	box-shadow: none;
}

.apm-list .card {
	border-color: transparent;
	background: transparent;
	min-height: 214px;
	position: relative;
	margin-bottom: 30px;
}

.apm-list h5 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .04em;
}

.apm-list a img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 136px;
	max-width: initial;
	transition: all .1s ease;
	transform-origin: center bottom;
}

.apm-list a:hover img {

}

.apm-list a .apm-text-section {
	transition: all .1s ease;
	width: 100%;
}
.apm-list a:hover .apm-text-section {
	/*	margin-right: -6px;*/
}

.apm-list a .apm-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 15px;
	line-height: 1.5em;
	max-height: 6em;
	overflow: hidden;
	color: #999;
	min-height: 20px;
}

.apm-list a .apm-excerpt p {
	margin: 0;
}

.apm-list a .apm-footer {
	margin-top: 14px;
}



.apm-link {
	/*    display: none;*/
	color: #f90041;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: .04em;
}

.apm-link:hover {
}

/* Search Page :: END */


/* Single apm Page :: START */

.row.display-flex > [class*='col-']:first-child {
	border-right: 1px solid #999999;
}

.apm-single-page {
	margin-top: 24px;
}
.back-to-search {
	display: inline-block;
	margin-top: 32px;
	font-weight: bold;
	color: #333;
}
.back-to-search:hover {
	color: #f90041;
	text-decoration: none;
}
.back-to-search svg {
	margin-right: 12px;
	margin-top: -7px;
}
.apm-overview {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.apm-overview .row > [class*='col-'],
.apm-content .row > [class*='col-'] {
	padding-top: 4em;
	padding-bottom: 4em;
}
.apm-overview .row > [class*='col-']:first-child,
.apm-content .row > [class*='col-']:first-child {
	border-right: 1px solid #999999;
}
.apm-overview .apm-type-pill {
	font-size: 15px;
	padding: 0.4em 0.6em;
}
.va-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.apm-thumb {
	text-align: center;
	margin-top: -8px;
}

.apm-desc {
	margin: auto;
	font-size: 23px;
}

.apm-buttons {
	margin: 1.5rem 0 1.5rem;
}

.apm-thumb img {
	width: 240px;
	height: auto;
	margin: auto;
}

.apm-content {

}


.btn.btn-wider {
	padding-left: 2.2rem;
	padding-right: 2.2rem;
}


.apm-props {
	padding-left: 20px;
}

.apm-props-section:not(:first-child) {
	margin-top: 40px;
}

.apm-details-li {
	display: inline-block;
	font-size: 26px;
	margin-right: 4px;
	color: #6f6f6f;
	font-weight: 600;
}
.apm-details-li:after {
	content: ", ";
}
.apm-details-li:last-child:after {
	content: "";
}
.country-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	columns: 1;
}
.country-li {
	margin: 0 0 10px;
	font-weight: 600;
	font-size: 17px;
}

.country-popup .country-ul {
	columns: 2;
	column-gap: 20px;
	column-count: 2;
}

.flag_icon {
	display: inline-block;
	width: 24px;
	height: 17px;
	margin-right: 12px;
	vertical-align: -3px;
	border-radius: 5px;
	border: 1px solid #eee;
}

.apm-details .wp-block-image img {
	/*	box-shadow: 0 4px 30px rgba(0, 0, 0, .05);*/
}

.apm-details ul {
	list-style-position: inside;
	padding: 0;
	margin-bottom: 2rem;
}

.apm-details ul li:before {
	content: "";
	display: inline-block;
	padding: 0 0 0 25px;
	background: url(assets/img/check.png) no-repeat center center;
	width: 25px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 2px;
}

.apm-details ul li {
	list-style: none;
	position: relative;
	margin: 0 20px 10px 0;
	padding: 0 0 0 36px;
}
.show-more-countries {
	display: inline-block;
	margin-top: 14px;
	font-weight: 500;
	color: #f90041;
	cursor: default;
}
hr.dashed {
	border-top: 1px dashed rgba(0,0,0,.1);
	margin: .75rem 0;
}

/* Tooltip Override :: START */
.single-apm .tooltip {
	font-size: 1rem;
}
.single-apm .tooltip.show {
	opacity: 1;
}
.single-apm .tooltip .arrow {
	display: none;
}
.single-apm .tooltip-inner {
	max-width: 360px;
	padding: 1.25rem 1.5rem .75rem;
	color: #787878;
	text-align: left;
	background-color: #fff;
	border-radius: .25rem;
	box-shadow: 0 2px 10px 1px rgba(0,0,0,.1);
}
/* Tooltip Override :: END */


/* Single apm Page :: END */


/* Responsive Styles */


/* Custom Media Queries */
@media (min-width: 1400px) {
	.page-template-search-page .container {
		max-width: 1320px;
	}

	.page-template-search-page #header .container,
	.page-template-search-page #footer .container {
		max-width: 1140px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {

	.apm-list a:hover .apm-text-section {
		margin-right: 0;
	}
	.search-apm-form-field {
		padding: 0 8%;
	}
	.apm-list a .apm-excerpt p {
		font-size: 14px;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

	.search-apm-form-field {
		padding: 0 4%;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.search-section {
		padding: 2rem 2rem;
	}

	.search-apm-form-field {
		margin-bottom: 20px;
		padding: 0;
	}

	.apm-list a img,
	.apm-list a:hover img {
		margin-top: 0;
		margin-left: 4px;
	}

	.apm-list .card:before {
		transform: scale(1.03, 1.03);
	}

	.earth-holder {
		height: 110px;
	}

	.apm-list a:hover .apm-text-section {
		margin-right: 0;
	}
	.country-ul {
		columns: 2;
	}
	.apm-props {
		margin-top: 40px;
	}

	.apm-content .row > [class*='col-']:first-child {
		border-right: none;
	}
}

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

	.search-section {
		padding: 2rem 2rem;
	}

	.search-apm-form-field {
		padding: 0 6% 20px;
	}

	.apm-list a img,
	.apm-list a:hover img {
		margin-top: inherit;
	}

	.apm-list .card:before {
		display: none;
	}

	.country-ul {
		columns: 2;
	}
	.apm-list a:hover .apm-text-section {
		margin-right: 0;
	}

	.apm-props {
		margin-top: 40px;
	}

	.apm-overview .row > [class*='col-']:first-child, .apm-content .row > [class*='col-']:first-child {
		padding-bottom: 0;
	}
	.apm-overview .row > [class*='col-']:first-child,
	.apm-content .row > [class*='col-']:first-child {
		border-right: none;
	}
}

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

	.search-section {
		padding: 2rem 1rem;
	}

	.search-apm-form-field {
		padding: 0 6% 20px;
	}

	.apm-list .card > div {
		padding: 0 2%;
	}

}

@media screen and (max-width: 991px) {
	.apm-head-menu {
		margin: 0;
	}

	.apm-head-menu .navbar-nav {
		margin: 6px 0 0;
	}

	.apm-head-menu .nav-link {
		padding: 9px 2px !important;
	}

	.apm-head-menu .nav-link.apm-login-link {
		display: inline-block;
		background-size: 34px;
		padding-right: 42px !important;
	}

	.apm-details:before {
		left: -100%;
		right: 100%;
	}

	.apm-details:after {
		display: none;
	}

	.apm-top-icon {
		margin-top: 40px;
	}
}






/* NEW */
.country-dd-flag {
	height: 15px;
	border-radius: 3px;
	margin: -5px 12px 0 0px;
}
.country-dd-name {
}

.search-input-icon {
	position: absolute;
	left: 0;
	top: 10px;
}

input.search-input {
	display: inline-block;
	border: transparent;
	padding: 0 0 0 44px;
	margin-bottom: 8px;
	height: 54px;
	font-size: 28px;
	border-bottom: 2px solid #999;
	border-radius: 0;
}
input.form-control.search-input:focus {
	border-color: #f90041;
	outline: 0;
	box-shadow: none;
}
input.search-input::placeholder {
	color: #aaa;
}

button.search-submit {
	background: transparent;
	border: none;
	position: absolute;
	right: 0;
	top: 10px;
	padding: 2px;
}

.results-heading strong {
	color: #f90041;
}
.results-heading span {
	font-weight: normal;
	color: #aaa;
}
.min-h-40 {
	min-height: 40px;
}


.btn-light.btn-nuv {
	font-size: 14px;
	background: #f7f7f7;
}
.btn-light.btn-nuv:hover {
	background-color: #eef2f5;
}

.regional-data-box {
	display: none;
}

.apm-type-pill {
	font-size: 13px;
	padding: 0.35em 0.5em;
	background: #eef2f5;
	border-radius: 5px;
	font-weight: normal;
	color: #707070;
	margin-right: 8px;
}

.apm-icon-section {
	margin: 100px 0;
}
.apm-icon-section h4 {
	font-size: 23px;
}
.apm-top-icon svg {
	max-height: 120px;
}


.apm-hero-top {
	background: url(assets/img/apm-hero.jpg) no-repeat center;
	background-size: cover;
	padding: 210px 0 110px;
}
.apm-hero-top h1 {
	color: #fff;
	font-size: 45px;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 36px;
}
.apm-hero-top p {
	font-size: 24px;
	line-height: 1.4em;
	color: rgba(255,255,255,.8);
	margin-bottom: 40px;
}
.apm-hero-top .btn {
	color: #fff;
	font-size: 19px;
	line-height: 1.4em;
	border-color: #f90041;
	border-width: 3px;
	margin: 40px 0;
	border-radius: 50px;
	padding: 14px 32px;
	font-weight: 600;
}
.apm-hero-top .btn:hover {
	background: #f90041;
}


/* END APM CSS */


/*
 * This is the tweaks and CSS from the missing part (header, footer, etc)
 */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation li {
  font-weight: 300;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
button.btn,
input.btn,
a.btn {
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Proxima", sans-serif, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: color 150ms ease-in-out, background 150ms ease-in-out;
  transition: color 150ms ease-in-out, background 150ms ease-in-out;
  white-space: normal;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}
a.btn.btn-outline-primary,
a.btn.btn-outline-primary:link,
a.btn.btn-outline-primary:visited {
  border: 2px solid #0092c8;
  color: #ffffff;
}
a.btn.btn-outline-primary:hover,
a.btn.btn-outline-primary:active {
  background-color: #0092c8;
  color: #ffffff;
}
a.btn.btn-outline-secondary,
a.btn.btn-outline-secondary:link,
a.btn.btn-outline-secondary:visited {
  border: 1px solid #35bead;
  color: #ffffff;
}
a.btn.btn-outline-secondary:hover,
a.btn.btn-outline-secondary:active {
  background-color: #35bead;
  color: #ffffff;
}
a.btn.btn-outline-light,
a.btn.btn-outline-light:link,
a.btn.btn-outline-light:visited {
  border: 1px solid #ffffff;
  color: #ffffff;
}
a.btn.btn-outline-light:hover,
a.btn.btn-outline-light:active {
  background-color: #ffffff;
  color: #35bead;
}
a.btn.btn-outline-black,
a.btn.btn-outline-black:link,
a.btn.btn-outline-black:visited {
  border: 1px solid #000000;
  color: #000000;
}
a.btn.btn-outline-black:hover,
a.btn.btn-outline-black:active {
  background-color: #000000;
  color: #35bead;
}
a.btn.btn-primary {
  margin: 8px;
  min-width: 230px;
}
a.btn.btn-primary,
a.btn.btn-primary:link,
a.btn.btn-primary:visited,
a.btn.btn-primary:hover,
a.btn.btn-primary:active {
  background-color: #0092c8;
  border: none;
  color: #ffffff;
}
a.btn.btn-secondary,
a.btn.btn-secondary:link,
a.btn.btn-secondary:visited,
a.btn.btn-secondary:hover,
a.btn.btn-secondary:active {
  color: #ffffff;
}
a.btn.btn-outline-white,
a.btn.btn-outline-white:link,
a.btn.btn-outline-white:visited {
  border: 1px solid #ffffff;
  color: #ffffff;
}
a.btn.btn-outline-white:hover,
a.btn.btn-outline-white:active {
  background-color: #ffffff;
  color: #0092c8;
}
.green_bg {
  background-color: #35bead;
}
.blue_bg {
  background-color: #0092c8;
}
.green_gradient_bg {
  background: #4cb9aa;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#4cb9aa), to(#19a18f));
  background: linear-gradient(to bottom, #4cb9aa 0%, #19a18f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cb9aa', endColorstr='#19a18f', GradientType=0);
  /* IE6-9 */
}
.blue_gradient_bg {
  background: #4cb9aa;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#33aae3), to(#0092c8));
  background: linear-gradient(to bottom, #33aae3 0%, #0092c8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33aae3', endColorstr='#0092c8', GradientType=0);
  /* IE6-9 */
}
.white_bg {
  background-color: #ffffff;
}
.violet_bg {
  background-color: #101f2d;
  color: #ffffff;
}
.custom-logo-link {
  border: none;
}
.menu-main-menu-container .actions a {
  color: #ffffff;
  border: none;
}
.menu-main-menu-container .language-selector {
  color: #101f2d;
  padding-top: 15px;
}
.menu-main-menu-container .language-selector.language-selector--page-top {
  padding-top: 15px;
}
.menu-main-menu-container .language-selector.language-selector--page-top a {
  color: #ffffff;
  margin-left: 60px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: underline;
}
.menu-main-menu-container .language-selector a {
  color: #101f2d;
  margin-left: 10px;
  margin-right: 10px;
}
.menu-main-menu-container .language-selector.language-selector--page a {
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.menu-main-menu-container .language-selector .language {
  display: inline;
  margin-left: 8px;
  margin-right: 8px;
}
.menu-main-menu-container .language-selector .language.language-current {
  text-decoration: underline;
}
header {
  color: #ffffff;
  min-height: 85vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  header div.wrapper {
    min-height: 75vh;
  }
  header div.wrapper.contact {
    min-height: 85vh;
  }
  header div.wrapper.contact div.owl-carousel div.slide {
    min-height: 85vh;
    padding-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  header #nav-container a.burger {
    -webkit-animation: none;
    animation: none;
    border: none;
    background: none;
    font-size: 40px;
    padding: 0px;
    margin: 0px;
    width: auto;
  }
}
header div#zone_navigation {
  background-color: transparent;
  z-index: 100;
}
@media (max-width: 991.98px) {
  header div#zone_navigation {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
header div#menus {
  position: absolute;
  width: 100%;
  z-index: 199;
}
header .nuvei-footer-green {
  width: 100% !important;
  max-width: inherit;
}
header div.owl-carousel {
  z-index: 0;
}
header div.owl-carousel div.slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 85vh;
  padding-bottom: 75px;
  padding-top: 150px;
  text-align: center;
  z-index: 0;
}
@media (max-width: 991.98px) {
  header div.owl-carousel div.slide {
    min-height: 75vh;
    padding-bottom: 25px;
  }
}
header div.owl-carousel div.slide.headerAnimated.fadeIn::after {
  background-color: rgba(8, 31, 45, 0.8);
  mix-blend-mode: multiply;
  visibility: visible;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 991.98px) {
  header div.owl-carousel div.slide.headerAnimated.fadeIn::after {
    -webkit-animation: none;
    animation: none;
  }
}
header div.owl-carousel div.slide > div > div > div {
  z-index: 2;
}
header div.owl-carousel div.slide ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  opacity: 0.5;
}
header div.owl-carousel div.slide ul li {
  padding-top: 5px;
}
header div.owl-carousel div.slide ul li:not(:last-child):after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 150px;
  border-bottom: 1px solid #ffffff;
}
header div.owl-carousel div.slide ul#site-breadcrumbs {
  list-style-type: none;
  margin: 55px 0 0 0;
  opacity: 1;
  display: block;
}
@media (max-width: 575.98px) {
  header div.owl-carousel div.slide ul#site-breadcrumbs {
    padding-left: 0px;
  }
}
header div.owl-carousel div.slide ul#site-breadcrumbs li {
  border-left: 1px solid #35bead;
  display: inline;
  padding: 0 8px;
  font-size: 12px;
  text-transform: uppercase;
}
header div.owl-carousel div.slide ul#site-breadcrumbs li a {
  border: none;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
}
header div.owl-carousel div.slide ul#site-breadcrumbs li:after {
  display: inline;
  margin: 0;
  width: inherit;
  border: 0;
}
header div.owl-carousel div.slide ul#site-breadcrumbs li:first-child {
  border: none;
  padding-left: 0;
}
header div.owl-carousel div.slide h1.underline {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 45px;
  text-transform: none;
}
header div.owl-carousel div.slide h1.underline:after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 85px;
  height: 4px;
}
@media (max-width: 991.98px) {
  header div.owl-carousel div.slide h1.underline:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
header div.owl-carousel div.slide .carousel-subtitle_green {
  font-size: 36px;
  line-height: 46px;
  color: #35bead;
  font-weight: 800;
  margin-bottom: 20px;
}
header div.owl-carousel div.slide .carousel-text_green {
  font-size: 24px;
  line-height: 34px;
  color: #35bead;
  font-weight: 800;
  margin-bottom: 20px;
}
header div.owl-carousel div.slide a.arrow_down img {
  height: 50px;
  opacity: 0.5;
  width: 15px;
  z-index: 10;
}
header div.owl-carousel div.slide::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
header div.owl-carousel .carousel-title,
header div.owl-carousel h1 {
  margin-top: 6.5625rem;
  margin-bottom: 0.67em;
  font-family: "Proxima", sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 991.98px) {
  header div.owl-carousel .carousel-title,
  header div.owl-carousel h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  header div.owl-carousel .carousel-title,
  header div.owl-carousel h1 {
    font-size: 2.5rem;
    margin-top: 6rem;
  }
}
@media (max-width: 575.98px) {
  header div.owl-carousel .carousel-title,
  header div.owl-carousel h1 {
    font-size: 8vw;
  }
}
header div.owl-carousel ul#site-breadcrumbs + .carousel-title,
header div.owl-carousel ul#site-breadcrumbs + h1 {
  margin-top: 25px;
}
header div.owl-carousel .carousel-title + .carousel-text_green,
header div.owl-carousel h1 + .carousel-text_green {
  margin-top: -15px;
}
header div.owl-carousel p {
  margin-top: 6.875rem;
}
header div.owl-carousel a {
  margin-top: 15px;
}
header div.owl-carousel a.btn {
  min-width: 230px;
  margin-right: 30px;
  position: relative;
  margin-bottom: 20px;
}
header div.owl-carousel a.btn.btn-underline {
  margin-top: 0;
  text-align: left !important;
  color: white;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0;
  border: 0;
  min-width: 0;
  letter-spacing: 3px;
}
header div.owl-carousel a.btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  header div.owl-carousel a.btn {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  header div.owl-carousel a.btn {
    margin-right: 0px;
  }
}
header div.owl-carousel a.btn i.fal {
  color: #0092c8;
  font-size: 25px;
  position: absolute;
  left: 35px;
  top: 2px;
  opacity: 0.5;
}
header div.owl-carousel a.btn:hover i.fal,
header div.owl-carousel a.btn:active i.fal {
  color: #ffffff;
}
header div#customDots {
  bottom: 0;
  margin-left: 50px;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header div#customDots .owl-dot {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  margin-bottom: 25px;
  outline: none;
  padding: 0px;
}
header div#customDots .owl-dot span {
  background-color: transparent;
  border: 1px solid #35bead;
  border-radius: 30px;
  color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
}
header div#customDots .owl-dot.active span,
header div#customDots .owl-dot:hover span {
  background-color: #35bead;
}
header a.custom-logo-link {
  border: none;
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 200;
}
header div#nav-container {
  font-family: "Proxima", sans-serif, sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 2px;
  padding-top: 40px;
  text-align: right;
}
header div#nav-container a {
  color: #ffffff;
  font-family: "Proxima", sans-serif, sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  margin-left: 10px;
  text-decoration: none;
  width: 112px;
}
@media (max-width: 991.98px) {
  header div#nav-container a {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
  }
}
header div#nav-container a.burger {
  width: auto;
}
@media (min-width: 992px) {
  header div#nav-container a.burger {
    min-width: 112px;
  }
}
header div#nav-container a.btn.btn-outline-secondary,
header div#nav-container a.btn.btn-outline-secondary:link,
header div#nav-container a.btn.btn-outline-secondary:visited {
  border-color: #ffffff;
}
header div#nav-container a.btn.btn-outline-secondary:active,
header div#nav-container a.btn.btn-outline-secondary:hover {
  border-color: #35bead;
}
header div#nav-container a.top_menu_link {
  font-size: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
  margin-left: 12px;
  margin-right: 12px;
  border-bottom: 0;
  width: inherit;
  display: none;
}
@media (min-width: 992px) {
  header div#nav-container a.top_menu_link {
    display: inline;
  }
}
header div#bc-container {
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  header div#bc-container {
    padding-top: 55px;
    flex: 0 0 168px;
  }
}
header div#bc-container img {
  display: none;
}
.sticky-menu #bc-container {
  padding-top: 30px;
  padding-bottom: 28px;
}
.sticky-menu #bc-container a {
  display: inline-block;
  border: none;
}
.sticky-menu #bc-container img {
  display: block;
}
.sticky-menu.sticky {
  background-color: #131f2c;
  position: fixed !important;
  top: 0;
}
.sticky-menu.sticky #bc-container {
  pointer-events: unset;
  padding-top: 15px;
  padding-bottom: 10px;
}
.sticky-menu.sticky #bc-container img {
  display: block;
  opacity: 1;
}
.sticky-menu.sticky #bc-container ul {
  display: none;
}
.sticky-menu.sticky #nav-container {
  padding-top: 25px;
}
/*
Only import this in the APM pages for the moment
It's to make the menu above the content without
the section slider with the unwanted gap.
*/
.header-no-transparency {
  /*
  Since we want the color to match the end of the gradient
  in the APM search page template
  */
}
.header-no-transparency header {
  overflow: visible;
  min-height: 0;
  height: 0;
}
.header-no-transparency header .sticky-menu,
.header-no-transparency header .sticky-menu.sticky {
  background-color: #131f2c;
}
.header-no-transparency.page-template-search-page header .sticky-menu {
  background-color: #152538;
}
header {
    min-height: 0px !important;
}
.header-no-transparency .site-content {
  padding-top: 0px;
}
@media (max-width: 991.98px) {
  .header-no-transparency header div.wrapper {
    min-height: 0;
  }
}
@media (min-width: 1400px) {
  .header-no-transparency .page-template-search-page .sticky-menu .container {
    max-width: 1140px;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.main-navigation ul ul {
  position: static !important;
}
#site-navigation {
  overflow: hidden;
  background-color: #58bfb0;
  float: right;
  bottom: 0;
  top: 0;
}
#site-navigation .menu-main-menu-container {
  background-color: #58bfb0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 999;
}
#site-navigation .menu-main-menu-container div.nuvei-footer-green-links,
#site-navigation .menu-main-menu-container div.nuvei-footer-green-social {
  padding-left: 60px;
}
#site-navigation .menu-main-menu-container div.nuvei-footer-green-links {
  padding-bottom: 25px;
  padding-top: 25px;
}
@media (max-width: 1199.98px), (max-height: 800px) {
  #site-navigation .menu-main-menu-container div.nuvei-footer-green-links {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
#site-navigation .menu-main-menu-container div.nuvei-footer-green-links.mobile {
  background: none;
}
#site-navigation .menu-main-menu-container div.nuvei-footer-green-links.mobile a {
  color: #101f2d;
}
#site-navigation .menu-main-menu-container div.nuvei-footer-green-social {
  text-align: left;
}
#site-navigation .menu-main-menu-container div.nuvei-footer-green-social a {
  display: inline-block;
  margin-bottom: 0px;
}
#site-navigation .menu-main-menu-container div.nuvei-footer-green-social div.social-wrapper {
  border: 1px solid #ffffff;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  height: 30px;
  width: 30px;
}
#site-navigation .menu-main-menu-container div.nuvei-footer-green-social div.social-wrapper a {
  border: none;
  height: 100%;
  padding: 0px;
  padding-top: 6px;
  padding-left: 1px;
}
#site-navigation .menu-main-menu-container div.nuvei-footer-green-social div.social-wrapper a.trustpilot {
  fill: #ffffff;
  padding: 0px;
}
#site-navigation .menu-main-menu-container div.nuvei-footer-green-social div.social-wrapper a.trustpilot:hover,
#site-navigation .menu-main-menu-container div.nuvei-footer-green-social div.social-wrapper a.trustpilot:active {
  fill: #35bead;
}
#site-navigation .menu-main-menu-container div.actions div.tel a {
  color: #101f2d;
  margin-top: 1rem;
  margin-left: 60px;
}
#site-navigation ul {
  padding-right: 150px;
  padding-top: 70px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 991.98px), (max-height: 800px) {
  #site-navigation ul {
    padding-right: 0px;
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  #site-navigation ul {
    width: 100vw;
  }
}
#site-navigation ul li {
  color: #ffffff;
  float: none;
  font-size: 1.25rem;
  position: static;
  text-transform: uppercase;
}
#site-navigation ul li a,
#site-navigation ul li a:link,
#site-navigation ul li a:visited {
  border-bottom: none;
  color: #ffffff;
  margin-left: 60px;
  padding: 10px 20px;
  padding-left: 0px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 991.98px), (max-height: 800px) {
  #site-navigation ul li a,
  #site-navigation ul li a:link,
  #site-navigation ul li a:visited {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
#site-navigation ul > li:hover {
  background-color: #101f2d;
  text-decoration: none;
}
@media (max-width: 991.98px), (max-height: 800px) {
  #site-navigation ul > li:hover {
    background-color: transparent !important;
  }
}
#site-navigation .sub-menu {
  z-index: 300;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-right: 30px;
  width: 100%;
}
@media (max-width: 767.98px) {
  #site-navigation .sub-menu {
    right: 0px;
  }
}
#site-navigation .sub-menu a {
  margin-left: 0px !important;
  width: 100%;
}
#site-navigation .sub-menu a:hover,
#site-navigation .sub-menu a:active,
#site-navigation .sub-menu a.active {
  -webkit-text-decoration: underline #ffffff;
  text-decoration: underline #ffffff;
}
#site-navigation .sub-menu li {
  padding-right: 0px;
  position: static;
  text-align: right;
}
#site-navigation .sub-menu li > div .sub-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  left: 0;
  padding: 0px;
  position: relative;
  right: 0;
}
#site-navigation .sub-menu li > div .sub-menu li a {
  color: #35bead;
  font-size: 1rem;
  padding: 0px 20px;
  text-decoration: none;
}
@media (max-width: 991.98px), (max-height: 800px) {
  #site-navigation .sub-menu li > div .sub-menu li a {
    font-size: 1.25rem;
    padding-right: 0px;
  }
}
@media (max-width: 991.98px), (max-height: 800px) {
  #site-navigation .sub-menu li > div .sub-menu li {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
#site-navigation ul#primary-menu > li > a:hover:before,
#site-navigation ul#primary-menu > li > a:active:before,
#site-navigation ul#primary-menu > li > a.active:before {
  background: url("/wp-content/themes/nuvei/img/menu_arrow.png") no-repeat top left;
  content: '';
  display: block;
  height: 17px;
  left: -35px;
  position: absolute;
  top: 15px;
  width: 13px;
}
@media (max-width: 991.98px), (max-height: 800px) {
  #site-navigation ul#primary-menu > li > a:hover:before,
  #site-navigation ul#primary-menu > li > a:active:before,
  #site-navigation ul#primary-menu > li > a.active:before {
    top: 10px;
  }
}
#site-navigation div.nuvei-footer-green {
  bottom: 0px;
  position: absolute;
  width: 100%;
}
#site-navigation a.close_menu {
  line-height: 30px;
  padding-right: 50px !important;
  padding-top: 10px;
}
@media (max-width: 991.98px) {
  #site-navigation a.close_menu {
    padding-right: 35px !important;
  }
}
#site-navigation a {
  outline: 0;
}
div.sub-menu-level-1 {
  background-color: #101f2d;
  bottom: 0px;
  display: none;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 100%;
  z-index: 4;
}
@media (max-width: 991.98px) {
  div.sub-menu-level-1 {
    right: -100%;
  }
}
div.sub-menu-level-1 ul.sub-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 85px !important;
  padding-top: 0px !important;
}
div.sub-menu-level-1 ul.sub-menu li {
  position: relative;
}
@media (max-width: 991.98px) {
  div.sub-menu-level-1 ul.sub-menu {
    padding-right: 15px !important;
  }
}
div.sub-menu-level-1 div.actions {
  visibility: hidden;
}
@media (max-width: 991.98px) {
  div.sub-menu-level-1 div.actions {
    visibility: visible;
  }
}
div.sub-menu-level-1 div.actions a.back-menu {
  padding: 0px !important;
  margin: 0px;
  margin-left: 40px;
  margin-top: 15px;
}
div.sub-menu-level-1 div.actions a.back-menu:before {
  background: url("/wp-content/themes/nuvei/img/menu_arrow.png") no-repeat top left;
  content: '';
  display: block;
  height: 17px;
  left: -20px;
  position: absolute;
  top: 6px;
  width: 13px;
}
div.sub-menu-level-1 div.sub-menu-level-2 ul {
  margin-top: 0px !important;
  position: relative !important;
}
div.sub-menu-level-1 div.sub-menu-level-2 ul li {
  position: relative;
}
div.sub-menu-level-1.active {
  display: block;
}
@media (max-width: 991.98px) {
  .sub-menu-slideIn {
    -webkit-animation: sub-menu-slideIn 1s forwards;
    animation: sub-menu-slideIn 1s forwards;
  }
}
@-webkit-keyframes sub-menu-slideIn {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes sub-menu-slideIn {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .sub-menu-slideOut {
    -webkit-animation: sub-menu-slideOut 1s forwards;
    animation: sub-menu-slideOut 1s forwards;
  }
}
@-webkit-keyframes sub-menu-slideOut {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@keyframes sub-menu-slideOut {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.menuSlideIn {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: -100%;
  -webkit-animation: menuSlideIn 0.5s forwards;
  animation: menuSlideIn 0.5s forwards;
}
@-webkit-keyframes menuSlideIn {
  0% {
    display: block;
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes menuSlideIn {
  0% {
    display: block;
    right: -100%;
  }
  100% {
    right: 0;
  }
}
.menuSlideOut {
  -webkit-animation: menuSlideOut 3s forwards;
  animation: menuSlideOut 3s forwards;
}
@media (max-width: 991.98px) {
  .menuSlideOut {
    -webkit-animation: menuSlideOut 1s forwards;
    animation: menuSlideOut 1s forwards;
  }
}
@-webkit-keyframes menuSlideOut {
  0% {
    right: 0;
  }
  100% {
    display: none;
    right: -100%;
  }
}
@keyframes menuSlideOut {
  0% {
    right: 0;
  }
  100% {
    display: none;
    right: -100%;
  }
}
/* Footer */
.nuvei-footer-dark {
  color: #ffffff;
  background-color: #101f2d;
}
.nuvei-footer-green {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .nuvei-footer-green {
    margin-right: -150px;
    width: 210px !important;
    min-width: 210px;
  }
}
@media (min-width: 1400px) {
  .nuvei-footer-green {
    margin-right: -150px;
  }
}
.nuvei-footer-green a {
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}
.nuvei-footer-green .btn,
.nuvei-footer-green a.btn {
  border: 1px solid #ffffff;
}
.nuvei-footer-green .btn:hover,
.nuvei-footer-green a.btn:hover {
  color: #E40046;
  background: #ffffff;
}
.nuvei-footer-green-links {
  padding: 10px 15px 0 15px;
  background: #E40046;
}
.nuvei-footer-green-links div.row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nuvei-footer-green-links div.row div {
  padding-bottom: 18px;
  padding-top: 8px;
}
@media (max-height: 800px) {
  .nuvei-footer-green-links div.row div {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.nuvei-footer-green-social {
  padding-left: 15px;
  padding-right: 15px;
  background: #C800A1;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: right;
}
.nuvei-footer-green-social a {
  display: inline-block;
  margin-bottom: 0px;
}
.nuvei-footer-green-social div.social-wrapper {
  border: 1px solid #ffffff;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 8px;
  text-align: center;
  height: 22px;
  width: 22px;
}
.nuvei-footer-green-social div.social-wrapper a {
  border: none;
  height: 100%;
  padding: 0px;
  padding-top: 2px;
  padding-left: 2px;
  width: 100%;
}
.nuvei-footer-green-social div.social-wrapper a.trustpilot {
  fill: #ffffff;
  padding: 0px;
}
.nuvei-footer-green-social div.social-wrapper a.trustpilot:hover,
.nuvei-footer-green-social div.social-wrapper a.trustpilot:active {
  fill: #E40046;
}
@media (min-width: 1200px) {
  .nuvei-footer-menu-container {
    max-width: 920px;
  }
}
@media (min-width: 1400px) {
  .nuvei-footer-menu-container {
    max-width: inherit;
  }
}
.nuvei-footer-menu-container .nuvei-footer-menu {
  margin-right: 15px;
  margin-top: 40px;
  padding: 0;
  list-style: none;
}
.nuvei-footer-menu-container .nuvei-footer-menu a {
  border: none;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}
.nuvei-footer-menu-item-heading > a {
  font-weight: 600 !important;
}
.nuvei-footer-menu-container .nuvei-footer-menu .nuvei-footer-menu-item {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}
.nuvei-footer-menu-container .nuvei-footer-menu .nuvei-footer-menu-item .nuvei-footer-menu-item-heading {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0 0 0 0;
  text-transform: uppercase;
  color: #0791DE;
  font-weight: 500;
}
.nuvei-footer-menu-container .nuvei-footer-menu .nuvei-footer-menu-item .nuvei-footer-menu-item-heading::after {
  content: " ";
position: absolute;
background-color: #E40046;
left: 0;
right: 0;
bottom: 0;
height: 2px;
}
.nuvei-footer-menu-container .nuvei-footer-menu .nuvei-footer-menu-item .nuvei-footer-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nuvei-footer-menu-container .nuvei-footer-menu .nuvei-footer-menu-item .nuvei-footer-submenu a {
  color: #ffffff;
}
.nuvei-footer-menu-container .nuvei-footer-menu .nuvei-footer-menu-item .nuvei-footer-submenu .nuvei-footer-submenu-item {
  font-size: 12px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nuvei-footer-brand {
  padding-top: 30px;
  padding-bottom: 65px;
}
.nuvei-footer-brand-logo {
  max-width: 110px;
margin-top: 2%;
}
@media (min-width: 768px) {
  .nuvei-footer-brand__content {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .nuvei-footer-brand .nuvei-footer-brand-logo {
    margin-right: 30px;
  }
}
.nuvei-footer-brand .nuvei-footer-brand-description {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  padding-top: 11px;
}
.nuvei-footer-brand .nuvei-footer-brand-description p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.nuvei-footer-brand .nuvei-footer-brand-description > :last-child {
  margin-bottom: 0;
}
.nuvei-footer-legal {
  background-color: #101f2d;
  padding-top: 20px;
  border-top: 5px solid #E40046;
}
.nuvei-footer-legal .nuvei-footer-copyright-menu {
  list-style: none;
  margin: 0 0 28px 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
}
.nuvei-footer-legal .nuvei-footer-copyright-menu a {
  border: none;
  color: #fff;
}
.nuvei-footer-legal .nuvei-footer-copyright-menu .nuvei-footer-copyright-menu-item {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  .nuvei-footer-legal .nuvei-footer-copyright-menu .nuvei-footer-copyright-menu-item {
    display: inline-block;
    margin-right: 26px;
    padding: 0;
  }
}
.nuvei-footer-legal .nuvei-footer-legal-logos {
  margin-bottom: 18px;
}
.nuvei-footer-legal .nuvei-footer-legal-logos .nuvei-footer-legal-logos-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .nuvei-footer-legal .nuvei-footer-legal-logos .nuvei-footer-legal-logos-item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    text-align: left;
    margin-right: 32px;
    margin-bottom: 0;
  }
}
.nuvei-footer-legal .nuvei-footer-trademark {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.nuvei-footer-legal .nuvei-footer-trademark p {
  font-size: 12px;
  line-height: 16px;
}
#search-app button.btn,
#search-app input.btn,
#search-app a.btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 4px;
}
/* The search field in the header menu */
.search-field {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  font-size: 1rem;
  line-height: 1.5;
}