/*
Custom Wiris Stylesheet
Author: Minsk.Barcelona
*/

@import url("spacing.min.css");

body {
	position: relative; /* Position relative for Scrollspy */
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-weight: 400;
}

/* Hide Menu on IT and AR version */
	html[lang="it-IT"] nav .main-nav,
	html[lang="it-IT"] footer .footer-main-nav,
	html[lang="it-IT"] footer .footer-legal-menu,
	html[lang="ar"] nav .main-nav,
	html[lang="ar"] footer .footer-main-nav,
	html[lang="ar"] footer .footer-legal-menu {
		display: none!important;
	}
	html[lang="it-IT"] footer, html[lang="ar"] footer  {
		padding-top: 0!important;
	}


/* Structure */

	html, body {
		height: 100%;
	}

	.skip-link {
		display: none;
	}

	.container--wider {
		max-width: inherit;
	}

	.negative-row {
		padding-left: -15px;
		padding-right: -15px;
	}

	@media (min-width: 768px) {
		.negative-row-md {
			margin-left: -15px;
			margin-right: -15px;
		}
	}

	@media (min-width: 992px) {
		.negative-row-lg {
			margin-left: -15px;
			margin-right: -15px;
		}
	}

	@media (min-width: 1366px) {
		.container, .container-lg, .container-md, .container-sm, .container-xl {
		    max-width: 1280px;
		}
		.container--wider {
			max-width: 1300px;
		}
	}
	@media (min-width: 1440px) {
		.container--wider {
			max-width: 1400px;
		}
	}

	@media (min-width: 1680px) {
		.container, .container-lg, .container-md, .container-sm, .container-xl {
		    max-width: 1366px;
		}
		.container--wider {
			max-width: 1520px;
		}
	}


/* Spacing -- See "spacing.css" */


/* Sizing */

	.w-fit-content {
		width: fit-content;
	}

	@media (min-width: 768px) {
		.w-md-50 {
			width: 50%!important;
		}
	}

	@media (min-width: 992px) {
		.w-lg-50 {
			width: 50%!important;
		}
	}


/* Helpers */

	.overflow-hidden {
		overflow: hidden;
	}

	.flex-initial {
		flex: initial;
	}


/* Text Styles */

	.line-through{
		text-decoration: line-through;
		text-decoration-thickness: 2px;
	}

	hr.wp-block-separator {
		margin: 2rem 0;
	}

	pre small {
		font-size: 70%;
	}

	p.support-text {
		font-size: .85rem;
		line-height: 1.3;
	}
	.page-header-section .btn.two-lines-forced{
		max-width: 250px;
	}
	.header-cta p.support-text{
		max-width: 240px;
		color: var(--wiris-green);
	}
	span.support-text{
		font-size: .85rem;
		line-height: 1.3;
	}

	h1.xl,
	.h1.xl {
		font-size: 2.8rem;
	}

	h1, h2, h3, h4, h5,
	.h1, .h2, .h3, .h4, .h5 {
		font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
		font-weight: 700;
	}

	h1, h2, h3,
	.h1, .h2, .h3 {
		letter-spacing: -.035rem;
		line-height: 1.15;
	}

	h1, h3,
	.h1, .h3,
	.h2-light {
		font-weight: 400;
	}

	h1, .h1 {
		font-size: 2.25rem;
	}

	.h2, h2 {
    	font-size: 2rem;
	}

	h4 small, .h4 small {
		font-size: 65%;
		font-weight: 500;
		line-height: 1.5;
	}

		h4.text-dark small, .h4.text-dark small {
			color: var(--wiris-gray)
		}

	h2 b, .h2 b,
	h3 b, .h3 b,
	h4 b, .h4 b,
	h5 b, .h5 b {
		font-weight: 700;
	}

	h1 b,
	.h1 b {
		box-shadow: inset 0 -.3rem 0 var(--wiris-soft-red);
		position: relative;
	}

		.h2-light b {
			box-shadow: inset 0 -.25rem 0 var(--wiris-soft-red);
		}

		h1.xl b,
		.h1.xl b {
			box-shadow: inset 0 -.4rem 0 var(--wiris-soft-red);
			position: relative;
		}

	h1.underline-green b,
	.h1.underline-green b {
		box-shadow: inset 0 -.4rem 0 var(--wiris-soft-green);
	}

		.h2-light.underline-green b {
			box-shadow: inset 0 -.25rem 0 var(--wiris-soft-green);
		}

	h1.underline-yellow b,
	.h1.underline-yellow b {
		box-shadow: inset 0 -.4rem 0 var(--wiris-yellow);
	}

		.h2-light.underline-yellow b {
			box-shadow: inset 0 -.25rem 0 var(--wiris-yellow);
		}

	h1.underline-blue b,
	.h1.underline-blue b {
		box-shadow: inset 0 -.4rem 0 var(--wiris-soft-blue);
	}

		.h2-light.underline-blue b {
			box-shadow: inset 0 -.25rem 0 var(--wiris-soft-blue);
		}

	.single-page-content h3 {
		margin-bottom: .75em;
	}

	h5, .h5 {
		font-size: 1.15rem;
		font-weight: 600;
	}

	p b,
	p strong {
    	font-weight: 600;
	}

	.lead,
	.media-body-text p {
		font-size: 1.1rem;
		font-weight: 400;
	}

	.subtitle {
		font-size: 1.3rem;
		line-height: 1.35;
	}

	.note {
		font-size: .8rem;
	}

	.text-uppercase {
		text-transform: uppercase;
	}


		/* Arabic image text inside <p> */
		.media-body-text p img {
			height: 1.3em;
			width: auto;
			margin: 0 .25em;
		}


		@media (min-width: 375px) {

		}

		@media (min-width: 414px) {
			h1.xl,
			.h1.xl {
				font-size: 3.25rem;
			}
			h1, .h1 {
				font-size: 2.5rem;
			}
		}

		@media (min-width: 768px) {
			body {
				font-size: 1.1rem;
			}
			body p,
			body ul li {
				font-size: 1rem;
			}
			h1.xl,
			.h1.xl {
				font-size: 4rem;
			}
		}

		@media (min-width: 960px) {
			h1, .h1 {
				font-size: 3rem;
			}
			h1.xl,
			.h1.xl {
				font-size: 4.5rem;
			}
			h2, .h2 {
				font-size: 2.3rem;
			}
			h4, .h4 {
				font-size: 1.6em;
			}
			h5, .h5 {
				font-size: 1.25rem;
			}
			h1 b,
			.h1 b {
				box-shadow: inset 0 -.4rem 0 var(--wiris-soft-red);
			}
				.h2-light.underline-green b {
					box-shadow: inset 0 -.3rem 0 var(--wiris-soft-green);
				}
			h1.xl b,
			.h1.xl b {
				box-shadow: inset 0 -.6rem 0 var(--wiris-soft-red);
				position: relative;
			}
		}

		@media (min-width: 1200px) {
			h2, .h2 {
				font-size: 2.45rem;
			}
			h3, .h3 {
				font-size: 2rem;
			}
			h4, .h4 {
				font-size: 1.8rem;
			}
			h5, .h5 {
				font-size: 1.45rem;
			}
		}

		@media (min-width: 1441px) {
			body,
			.lead,
			.media-body-text p {
				font-size: 1.15rem;
			}
			.subtitle {
				font-size: 1.4rem;
			}
			h1, .h1 {
				font-size: 3.5rem;
			}
			h1.xl,
			.h1.xl {
				font-size: 5rem;
			}
			h2, .h2 {
				font-size: 2.8rem;
			}
		}

		@media (min-width: 1680px) {
			h1, .h1 {
				font-size: 3.7rem;
			}
			h1.xl,
			.h1.xl {
				font-size: 5.5rem;
			}
		}

	[class*="display"] {
		font-weight: 600;
	}


/* Colors */

	body {
		--wiris-gray: #444444;
		--wiris-medium-gray: #888888;
		--wiris-light-gray: #f4f5f6;
		--wiris-red: #C8102E;
		--wiris-soft-red: #F6485E;
		--wiris-red-over: #AD0525;
		--wiris-green: #007680;
		--wiris-soft-green: #6BCABA;
		--wiris-soft-green-alpha60: rgba(107,202,186,.6);
		--wiris-light-green: #b1ecda;
		--wiris-green-over: #00454b;
		--wiris-blue: #236192;
		--wiris-soft-blue: #4698CB;
		--wiris-light-blue: #E4ECF2;
		--wiris-yellow: #FFB81C;
		--wiris-soft-yellow: #FBD872;
		--wiris-border-color: #dee2e6;
		--wiris-blog-gray: #F1F9FF;

	}

	body, .entry-title a, :root .has-primary-color {
		color: var(--wiris-gray)!important;
	}

	.bg-black-10 {
		background-color: rgba(0,0,0,.1);
	}

	.text-white-50 {
		color: rgba(255,255,255,.5)!important;
	}

	.text-dark {
		color: #000!important;
	}

	.text-wiris-gray {
		color: var(--wiris-gray)!important;
	}

	.bg-wiris-gray {
		background-color: var(--wiris-gray)!important;
	}

	.text-wiris-medium-gray {
		color: var(--wiris-medium-gray)!important;
	}

	.bg-wiris-medium-gray {
		background-color: var(--wiris-medium-gray)!important;
	}

	.text-wiris-light-gray {
		color: var(--wiris-light-gray)!important;
	}

	.bg-wiris-light-gray {
		background-color: var(--wiris-light-gray)!important;
	}

	.bg-wiris-red {
		background-color: var(--wiris-red)!important;
	}
	.bg-wiris-soft-red {
		background-color: var(--wiris-soft-red)!important;
	}

	.text-wiris-red {
		color: var(--wiris-red)!important;
	}

	.text-wiris-soft-red {
		color: var(--wiris-soft-red)!important;
	}

	.bg-wiris-soft-red {
		background-color: var(--wiris-soft-red)!important;
	}

	.text-wiris-green {
		color: var(--wiris-green)!important;
	}

	.bg-wiris-green {
		background-color: var(--wiris-green)!important;
	}

	.text-wiris-soft-green {
		color: var(--wiris-soft-green)!important;
	}

	.bg-wiris-soft-green {
		background-color: var(--wiris-soft-green)!important;
	}

	.bg-wiris-soft-green-alpha60 {
		background-color: var(--wiris-soft-green-alpha60)!important;
	}

	.bg-wiris-light-green {
		background-color: var(--wiris-light-green)!important;
	}

	.text-wiris-blue {
		color: var(--wiris-blue)!important;
	}

	.bg-wiris-blue {
		background-color: var(--wiris-blue)!important;
	}

	.text-wiris-soft-blue {
		color: var(--wiris-soft-blue)!important;
	}

	.bg-wiris-soft-blue {
		background-color: var(--wiris-soft-blue)!important;
	}

	.bg-wiris-light-blue {
		background-color: var(--wiris-light-blue)!important;
	}

	.text-wiris-yellow {
		color: var(--wiris-yellow)!important;
	}

	.bg-wiris-yellow {
		background-color: var(--wiris-yellow)!important;
	}

	.text-wiris-soft-yellow {
		color: var(--wiris-soft-yellow)!important;
	}

	.bg-wiris-soft-yellow {
		background-color: var(--wiris-soft-yellow)!important;
	}

	.bg-wiris-blog-gray {
		background-color: var(--wiris-blog-gray)!important;
	}


/* Lift Effect */

	.lift,
	.flickity-button {
	    -webkit-transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
	    transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
	    transition: box-shadow 0.25s ease, transform 0.25s ease;
	    transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
	}
	.lift:focus,
	.lift:hover,
	.flickity-button:hover {
	    box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
	    -webkit-transform: translate3d(0, -3px, 0);
	    transform: translate3d(0, -3px, 0);
	}
	.lift-lg:focus,
	.lift-lg:hover {
	    box-shadow: 0 2rem 5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.05) !important;
	    -webkit-transform: translate3d(0, -5px, 0);
	    transform: translate3d(0, -5px, 0);
	}


/* Shadow */

	.shadow-sm {
	    box-shadow: 0 0.125rem 0.25rem rgba(22, 28, 45, 0.075) !important;
	}
	.shadow-m{
		box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.1) !important;
	}
	.shadow {
	    box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
	}
	.shadow-lg {
	    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1) !important;
	}
	.shadow-none {
	    box-shadow: none !important;
	}


/* Links and Buttons */

	a, .btn, input[type="submit"] {
		-webkit-transition: all 0.35s ease;
	    transition: all 0.35s ease;
	}

	a,
	p a {
		color: var(--wiris-green);
	}

	a:hover,
	p a:hover {
		color: var(--wiris-green-over);
		text-decoration: none;
	}

	a.text-wiris-green:hover {
		color: var(--wiris-green-over)!important;
	}

	a:focus,
	a:active {
		/*border-color: white!important;
		box-shadow:
	    0 0 0 2px var(--wiris-soft-green)!important;
	    outline: none!important;*/
	}

	.btn,
	input[type="submit"] {
		border-width: 2px;
	}

	input[type="submit"] {
		display: inline-block;
		text-align: center;
    	vertical-align: middle;
		border: 2px solid transparent;
		user-select: none;
		line-height: 1.5;
	}

	.btn,
	input[type="submit"] {
		font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		border-radius: .75rem;
		padding: .6rem 1.2rem;
		font-size: .75rem;
		letter-spacing: .02rem;
	}

	.btn.btn-md {
		font-size: .75rem;
		border-radius: .65rem;
	}

		@media (min-width: 576px) {
			.btn,
			input[type="submit"] {
				border-radius: 1rem;
				padding: .75rem 1.5rem;
			}
			.btn.btn-md {
				padding: .6rem 1.25rem;
			}
		}

		@media (min-width: 1200px) {
			.btn,
			input[type="submit"] {
				padding: .75rem 2rem;
				font-size: .8rem;
			}
		}

	input[type="submit"]:disabled {
		opacity: .5;
	}

	.btn-primary,
	input[type="submit"],
	.contact-form-wrapper input[type="submit"] {
		background-color: var(--wiris-green);
		border-color: var(--wiris-green);
	}

	.btn-primary:hover,
	input[type="submit"]:hover,
	.contact-form-wrapper input[type="submit"]:hover {
		background-color: var(--wiris-green-over);
		border-color: var(--wiris-green-over);
	}

	.btn-highlight {
		background-color: var(--wiris-red);
		border-color: var(--wiris-red);
	}

		.btn-highlight:hover {
			background-color: var(--wiris-red-over);
			border-color: var(--wiris-red-over);
		}

	.btn-outline-primary,
	.single-page-content #ot-sdk-btn.ot-sdk-show-settings, .single-page-content #ot-sdk-btn.optanon-show-settings {
		background-color: transparent;
		color: var(--wiris-green);
		border-color: var(--wiris-green);
	}

	.single-page-content #ot-sdk-btn.ot-sdk-show-settings, .single-page-content #ot-sdk-btn.optanon-show-settings {
		margin: 0 0 1em 1em;
	}

	.btn-outline-primary:hover,
	.single-page-content #ot-sdk-btn.ot-sdk-show-settings:hover, .single-page-content #ot-sdk-btn.optanon-show-settings:hover
	.btn-light.btn-outline-primary:hover {
		background-color: var(--wiris-light-green);
		color: var(--wiris-green);
		border-color: var(--wiris-green);
	}

	.btn-light {
		background-color: white;
		border-color: white;
		color: var(--wiris-green);
	}

	.btn-light:hover,
	.btn-light:hover {
		color: #fff;
		background-color: var(--wiris-green-over);
		border-color: var(--wiris-green-over);
	}

	.btn-primary:active,
	input[type="submit"]:active,
	.contact-form-wrapper input[type="submit"]:active,
	.btn-outline-primary:active,
	.btn-light.btn-outline-primary:active,
	.btn-light:active,
	.btn-light:active,
	.btn-primary:focus,
	input[type="submit"]:focus,
	.contact-form-wrapper input[type="submit"]:focus,
	.btn-outline-primary:focus,
	.btn-light.btn-outline-primary:focus,
	.btn-light:focus,
	.btn-light:focus {
		background-color: var(--wiris-green)!important;
		border-color: white!important;
		box-shadow:
	    0 0 0 2px var(--wiris-soft-green)!important;
	}


	.btn-light.btn-outline-primary {
		background-color: transparent;
		color: white;
		border-color: white;
	}

		.btn-light.btn-outline-primary:hover {
			background-color: rgba(255,255,255,.15);
			border-color: #fff;
			color: #fff;
		}

		.btn-outline-primary:focus,
		.btn-outline-primary:active {
			border-color: var(--wiris-green)!important;
			background-color: transparent!important;
		}

		.btn-primary.btn-outline-primary:focus,
		.btn-primary.btn-outline-primary:active {
			color: var(--wiris-green)!important;
		}

		.btn-light.btn-outline-primary:focus,
		.btn-light.btn-outline-primary:active {
			color: white!important;
		}

		.btn-highlight:focus,
		.btn-highlight:active {
			background-color: var(--wiris-red)!important;
			box-shadow:
	    	0 0 0 2px var(--wiris-soft-red)!important;
		}

	.btn-group-lg>.btn, .btn-lg {
		padding: .8rem 2rem;
	}

		@media (min-width: 768px) {
			.btn-group-lg>.btn, .btn-lg {
				padding: 1rem 2.5rem;
			}
		}

	.btn-link {
		font-size: .9rem;
		text-transform: initial;
		color: var(--wiris-green);
		padding: 0;
	}

		@media (min-width: 576px) {
			.btn-link {
			}
		}

		@media (min-width: 768px) {
			.btn-link {
				font-size: .95rem;
			}
		}

		.btn-link:hover {
			text-decoration: none;
			color: var(--wiris-green-over);
		}

		.btn-link.btn-light {
			color: rgba(255,255,255,.85);
			background: transparent;
			border: none;
		}

		.btn-link.btn-light:hover {
			color: rgba(255,255,255,1);
		}

	.btn-link .btn-text {
		position: relative;
	}

	.btn-link .btn-text:before,
	.btn-link .btn-text:after {
		content: '';
		position: absolute;
		bottom: -4px;
		height: 1px;
		left: 0;
	}

	.btn-link .btn-text:before {
		width: 100%;
		background-color: rgba(0,0,0,.1);
	}

		.btn-link.btn-light .btn-text:before {
			background-color: rgba(255,255,255,.2);
		}

	.btn-link .btn-text:after {
		width: 0%;
		background-color: var(--wiris-green-over);
		-webkit-transition: width 0.3s ease-in;
	}

		.btn-link.btn-light .btn-text:after {
			background-color: white;
		}

		.btn-link:hover .btn-text:after {
			width: 100%;
		}

		.btn-link svg {
			-webkit-transition: margin-left 0.3s ease-in;
		}

		.btn-link:hover svg {
			margin-left: 4px;
		}

		.btn-link:hover .btn-text {
			border-bottom-color: #000;
		}

	.uppercase-link {
		text-transform: uppercase;
	}
	.btn-support-text{

	}

	.video-btn {
		position: relative;
	}

	.video-btn:after {
		content: '';
		position: absolute;
		z-index: 99;
		width: 80px;
		height: 80px;
		top: 50%;
		left: 50%;
		margin-top: -40px;
		margin-left: -40px;
		background-image: url('../img/play-video-btn.svg');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		border: 8px solid transparent;
		border-radius: 100%;
		animation-name: stretch;
        animation-duration: .8s;
        animation-timing-function: ease-out;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-play-state: running;
        }

        @keyframes stretch {
            0% {
                transform: scale(.95);
                border-color: transparent;
            }

            50% {

            }

            100% {
                transform: scale(1.05);
                border-color: transparent;
                border-color: rgba(0,0,0,.075);
            }
        }



/* Navbar */

	.navbar {
		transition: 200ms ease;
	}

	.navbar-light .navbar-nav .nav-link {
		font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
		font-weight: 500;
		-webkit-transition: all 0.15s ease-in;
	  	-moz-transition: all 0.15s ease-in;
	  	-o-transition: all 0.15s ease-in;
	  	transition: all 0.15s ease-in;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
	}

	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
		color: var(--wiris-green);
		position: relative;
		border: 1px solid transparent;
	}

	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.show:hover, .navbar-light .navbar-nav .show>.nav-link:hover,
	.navbar-light .navbar-nav .show>.nav-link, .navbar-light.scrolled .navbar-nav .show>.nav-link {
		background-color: #f9f9f9;
		border: 1px solid white;
		border-radius: 4px;
		-moz-border-radius: 4px;
	}

	.navbar-light.scrolled .navbar-nav .nav-link,
	.navbar-light.scrolled .navbar-nav .active>.nav-link, .navbar-light.scrolled .navbar-nav .nav-link.active, .navbar-light.scrolled .navbar-nav .nav-link.show {
		color: var(--wiris-green);
	}

	.navbar-light .navbar-nav .show>.nav-link,
	.navbar-light.scrolled .navbar-nav .nav-link:hover,
	.navbar-light.scrolled .navbar-nav .active>.nav-link:hover, .navbar-light.scrolled .navbar-nav .nav-link.active:hover, .navbar-light.scrolled .navbar-nav .nav-link.show:hover, .navbar-light.scrolled .navbar-nav .show>.nav-link:hover {
		color: var(--wiris-green-over);
	}

	.navbar-light .navbar-nav .active>.nav-link:before, .navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .nav-link.show:before, .navbar-light .navbar-nav .show>.nav-link:before {
		content: '';
		position: absolute;
		bottom: 0;
		height: 1px;
		left: .5rem;
		right: .5rem;
		background-color: var(--bufferfish-pink);
	}

	.logo-positive {
		display: none;
	}

		.navbar.scrolled .logo-positive {
			display: inline-block;
		}

		.navbar.scrolled .logo-negative {
			display: none;
		}

	.navbar-brand {
		padding-top: 0;
		margin-right: 2rem;
	}

	.navbar-brand img {
		width: 72px;
		margin-top: -4px;
		-webkit-transition: width 0.3s ease-in;
	}

	@media (min-width: 992px) {
		.navbar-light .navbar-nav .nav-link {
			font-size: 14px;
		}
		.navbar-expand-lg .navbar-nav .nav-link {
			padding-right: .5rem;
			padding-left: .5rem;
		}
		.navbar-expand-lg .navbar-nav {
			padding-right: 0;
		}
		.navbar-brand img {
			width: 80px;
		}
	}

	@media (min-width: 1200px) {
		.navbar {
			padding: 1rem 1.5rem;
		}
		.navbar-light .navbar-nav .nav-link {
			font-size: 16px;
			padding-right: 1rem;
			padding-left: 1rem;
		}
		.navbar-expand-lg .navbar-nav {
			padding-right: 0;
		}
		.navbar-light .navbar-nav .active>.nav-link:before, .navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .nav-link.show:before, .navbar-light .navbar-nav .show>.nav-link:before {
			left: 1rem;
			right: 1rem;
		}
		.navbar.scrolled {
			padding: .6rem 1.5rem;
		}
			.navbar.scrolled .navbar-brand img {
				width: 72px;
			}
	}

	@media (min-width: 1440px) {
		.navbar {
			padding: 1.25rem 1.75rem;
		}
		.navbar.scrolled {
			padding: .7rem 1.75rem;
		}
	}

	.navbar-light .navbar-toggler {
		border: none;
		color: #fff;
	}

	.navbar-light.scrolled .navbar-toggler {
		color: var(--bufferfish-pink)
	}

	/* Navbar Mobile Styles */
	@media(max-width: 991px) {

		.navbar-light .navbar-toggler {
			order: 3;
		    color: var(--wiris-green);
		    border-color: transparent;
		}
		.collapse:not(.show) {
    		display: none;
		}
		.navbar-collapse {
		    flex-basis: 100%;
		    -webkit-box-flex: 1;
		    flex-grow: 1;
		    -webkit-box-align: center;
		    align-items: center;
		}
		.navbar-collapse {
			position: fixed;
		    top: 1rem;
		    left: 1rem;
		    height: auto;
		    max-height: calc(100% - 2rem)!important;
		    width: calc(100% - 2rem);
		    background-color: #fff;
		    border-radius: .375rem;
		    box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
		    overflow-x: hidden;
		    overflow-y: scroll;
		    z-index: 1;
		}
		.navbar-collapse.show {
		    opacity: 1;
		    -webkit-transform: scale(1);
		    transform: scale(1);
		}
		.navbar-collapse.collapsing, .navbar-collapse.show {
		    -webkit-transition: all .2s ease-in-out;
		    transition: all .2s ease-in-out;
		    transition-property: opacity,transform,-webkit-transform;
		    -webkit-transform-origin: top right;
		    transform-origin: top right;
		}
		.navbar-collapse.collapsing {
        	opacity: 0;
        	-webkit-transform: scale(0.9);
        	transform: scale(0.9);
    	}
		.navbar-collapse .navbar-toggler {
		    position: absolute;
		    top: .5rem;
		    right: .5rem;
		    z-index: 1;
		}
		.navbar .navbar-toggler {
    		padding: .25rem .25rem;
		}
		.navbar {
			padding: 1rem;
		}

		.navbar-light .navbar-toggler:active,
		.navbar-light .navbar-toggler:focus,
		.navbar-light .navbar-toggler:active:focus {
			border: none;
			box-shadow: none;
			outline: none;
		}
		.navbar-light.scrolled .navbar-toggler,
		.navbar-light .navbar-collapse .navbar-toggler {
		    color: var(--wiris-green)
		}
		.navbar-collapse,
		.nav-item {
		}
		.nav-link {
			padding-top: 1.5rem;
			padding-bottom: 1.5rem;
		}
		.navbar-nav .nav-link {
			padding-left: 2rem;
			padding-right: 2rem;
		}
		.navbar-collapse .btn {
			margin: 1.5rem 0;
		}
		.navbar-light .navbar-nav .active>.nav-link:before, .navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .nav-link.show:before, .navbar-light .navbar-nav .show>.nav-link:before {
			display: none;
		}
		.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
			color: var(--wiris-green);
			border-bottom: 1px solid;
			border-bottom-color: rgba(0,0,0,.2);
		}

	}

	@media(max-width: 414px) {
		.navbar {
			padding: .5rem 1rem;
		}
	}

/* Dropdown customization */

	/* Entrance animation Desktop */
	@media (min-width: 992px) {
		.dropdown-menu {display: block;visibility: hidden;opacity:0;transform: translateY(32px);transition:.3s ease all;}
		.dropdown-menu.show {display: block;visibility: visible;opacity:1;transform: translateY(18px);transition:.3s ease all;}
	}
	/* Entrance animation Mobile */
	@media (max-width: 991px) {
		.navbar-nav {transition:.3s ease all;}
	}

	/* Visual aspect */
	.dropdown-menu {
		color: var(--wiris-green);
		border-radius: 0;
		padding: 0;
		margin-top: 0;
		border-color: transparent;
	}

	.dropdown.show .dropdown-toggle {

	}

	.dropdown-item {
		font-size: 15px;
		color: #005960;
		padding: 1.5rem 2rem 1.5rem 3rem;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: var(--wiris-border-color);
		font-weight: 500;
		white-space: normal;
	}

		.dropdown-item:hover {
			color: var(--wiris-green-over);
			background-color: var(--wiris-light-gray);
		}

		.dropdown-item:last-child {
			border: none;
		}

	.dropdown-item .dropdown-item--description {
		display: inline-block;
		width: 100%;
		font-weight: 400;
		font-size: 12px;
		line-height: 1.4;
		margin-top: .3rem;
		color: var(--wiris-medium-gray);
	}

	.dropdown-item.highlight .dropdown-item--description {
	}

	.dropdown-item.highlight {
		position: relative;
	}

		.dropdown-item.highlight:before {
			display: none;
			content: '';
			position: absolute;
			left: 3rem;
			bottom: -6px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 6px 5px 0 5px;
			border-color: var(--wiris-light-gray) transparent transparent transparent;
		}

		.dropdown-item.highlight:hover {
			background-color: var(--wiris-green-over)
		}

		.dropdown-item.highlight:hover::before {
			border-color: var(--wiris-green-over) transparent transparent transparent;
		}

	@media (min-width: 992px) {
		.dropdown-menu {
			min-width: 350px;
			box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
			border-radius: .25rem;
			border-color: rgba(0,0,0,.05);
		}
		.dropdown.show .dropdown-toggle {
			background-color: transparent;
		}
		.dropdown-item {
			padding: 1.5rem 2rem;
			font-size: 14px;
		}
		.dropdown-item.highlight:before {
			left: 2rem;
		}
		.dropdown-item:first-child {
			border-top-left-radius: .25rem;
			border-top-right-radius: .25rem;
		}

		.dropdown-item:last-child {
			border-bottom-left-radius: .25rem;
			border-bottom-right-radius: .25rem;
		}
	}

	@media (min-width: 1200px) {
		.dropdown-item {
			font-size: 15px;
		}
		.dropdown-item .dropdown-item--description {
		}
	}

	/* Dropdown arrow */
	.dropdown-toggle::after {
	  display: inline-block;
	  width: .5em;
	  height: .5em;
	  margin: -.3em 0 0 .4em;
	  vertical-align: middle;
	  content: "";
	  border: .2em solid;
	  border-width: 0 .15em .15em 0;
	  transform: rotateZ(45deg);
	  -webkit-transition: all 0.15s ease-in;
	}


	.dropdown.show .dropdown-toggle::after {
		transform: rotateZ(-135deg);
		margin: .1em 0 0 .4em;
	}

/* Language Menu */
	.language-menu .dropdown-toggle::after {
		display: inline-block;
		width: .5em;
		height: .5em;
		margin: -.3em 0 0 .7em;
		vertical-align: middle;
		content: "";
		border: .2em solid;
		border-width: 0 .15em .15em 0;
		transform: rotateZ(45deg);
		-webkit-transition: all 0.15s ease-in;
	}
	.language-menu.dropdown.show .dropdown-toggle::after {
		transform: rotateZ(-135deg);
		margin: .1em 0 0 .7em;
	}
	@media (min-width: 992px) {
		.language-menu .dropdown-menu {
			min-width: 100px;
		}

		.navbar-light .navbar-nav .language-menu .nav-link,
		.language-menu .dropdown-item {
			font-size: 14px;
			padding: .75rem 1.4rem;
		}
	}
	/* Mobile Styles for Language Menu */
	@media (max-width: 991px) {
		.navbar-nav .language-menu .dropdown-menu {
			position: absolute;
			right: 1rem;
			background-color: #f9f9f9;
    		border-radius: .375rem;
    		box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
    		min-width: 110px;
    		border-color: #EDEDED;
    		display: block;visibility: hidden;opacity:0;transform: translateY(24px);transition:.3s ease all;
		}
		.navbar-nav .language-menu .dropdown-menu.show {
			display: block;visibility: visible;opacity:1;transform: translateY(12px);transition:.3s ease all;
		}
		.navbar-nav .language-menu .dropdown-menu .dropdown-item {
			padding: 1rem 1.4rem;
			width: auto;
			border-bottom-color: #EDEDED;
		}
			.navbar-nav .language-menu .dropdown-menu .dropdown-item:last-child {
				border-bottom: none;
			}
		.navbar-nav .language-menu .nav-link {
			border-bottom: none!important;
			padding: .5em 1em;
			font-size: 14px;
		}
	}


/* Section */

	.section {
		position: relative;
		width: 100%;
		padding: 4rem 0;
	}
		@media(max-width: 576px) {
			.section {
				overflow-x: hidden;
			}
			.page-template-wiris-about-us .section.section, .page-template-wiris-careers .section.section {
				overflow-x: inherit;
			}
		}
	.page-header-section {
		display: -ms-flexbox;
    	display: flex;
    	-ms-flex-align: center;
    	align-items: center;
    	padding: 3rem 0 4rem;
	}
	.section-half-pad {
		padding: 3rem 0;
	}

		@media (min-width: 768px) {
			.page-header-section {
				padding: 8rem 0;
			}
			.section {
				padding: 6rem 0;
			}
			.section-half-pad {
				padding: 3.5rem 0;
			}
		}

		@media (min-width: 992px) {

		}

		@media (min-width: 1680px) {
			.section,
			.page-header-section {
				padding: 8rem 0;
			}
			.section#How-it-works {
				padding: 5rem 0;
			}
			.section-half-pad {
				padding: 4rem 0;
			}
		}

		@media (min-width: 1921px) {
			.section,
			.page-header-section {
				padding: 10rem 0;
			}
			.section-half-pad {
				padding: 5rem 0;
			}
		}


/* Page Header */

	@media (max-width: 414px) {
		.page-header-section .cta-zone.cta-zone-homepage .btn {
			width: max-content;
			margin-left: auto;
			margin-right: auto;
		}
	}

	.app-logo-on-head .product-logo {
	}

	.app-logo-on-head .app-logo {
		width: auto;
    	height: 1.6rem;
    	margin-left: .7rem;
    	padding-left: .7rem;
	}

	.page-header-section .btn {
		margin: 0 16px 16px 0;
	}

		.page-header-section .text-center .btn {
			margin: 4px;
		}

	:root {
		--menu-height: 54px;
	}
	.page-header-section.autoheight-header {
		padding-top: calc(var(--menu-height) + 1em)!important;
	}

	.page-header-section.autoheight-header.slim-header {
		padding-bottom: 2rem!important;
		min-height: 300px;
	}

	@media (min-width: 375px) {
		.app-logo-on-head .app-logo {
			height: 1.8rem;
			margin-left: 1rem;
    		padding-left: 1rem;
		}
	}

	@media (min-width: 414px) {

	}

	@media (min-width: 576px) {
		.app-logo-on-head .app-logo {
			height: 2.3rem;
			margin-left: 1.5rem;
    		padding-left: 1.5rem;
		}
	}

	@media (min-width: 768px) {
		:root {
			--menu-height: 70px;
		}
		.page-header-section.autoheight-header {
			padding-top: calc(var(--menu-height) + 1.5em)!important;
		}
		.app-logo-on-head .app-logo {
			height: 3rem;
			margin-left: 2rem;
			padding-left: 2rem;
		}
		.page-header-section .section-image {
			width: 90%;
		}
		.page-header-section .text-center .btn,
		 {
			margin: 8px;
		}
		.page-header-section.autoheight-header.slim-header .app-logo-on-head {
			margin-bottom: 3rem!important;
		}
	}

	@media (min-width: 992px) {
		.page-header-section {
			height: calc(100% - 56px);
			min-height: 630px;
		}
		.page-header-section.compact-header {
			height: calc(75%);
			min-height: 500px;
		}
		:root {
			--menu-height: 62px;
		}
		.page-header-section.autoheight-header {
			height: auto;
			min-height: 500px;
		}
	}

	@media (min-width: 1200px) {
		:root {
			--menu-height: 79px;
		}
		.page-header-section .section-image {
			width: 100%;
		}
	}

	@media (min-width: 1440px) {
		:root {
			--menu-height: 87px;
		}
	}

	@media (min-width: 1680px) {
		.page-header-section .text-center .btn {
			margin: 16px;
		}
		.page-header-section.autoheight-header {
			padding-top: calc(var(--menu-height) + 2em)!important;
		}
	}

	@media (max-width: 768px) {
		.page-header-image {
			flex: 1;
		}
	}


/* Highlight values */

	.highlight-values .value {
		font-size: 2.5rem;
		line-height: 1.1;
	}

	@media (min-width: 768px) {
		.highlight-values .value {
			font-size: 3rem;
			line-height: 1.2;
		}
	}

/* Logos list */

	.logos-gallery-img {
		max-width: 90px;
		margin: .5em;
	}

	@media (min-width: 1200px) {
		.logos-gallery-img {
			max-width: 100px;
			margin: 0 1em;
		}
	}

	@media (min-width: 1440px) {
		.logos-gallery-img {
			max-width: 110px;
		}
	}

/* Card */
	.card-section-title{
		padding-bottom: 3rem;
	}

		.section-half-pad .card-section-title{
			padding-bottom: 1.5rem;
		}

	.card {
	    position: relative;
	    background-color: #fff;
	    border-color: transparent;
	    border-radius: 0.5rem;
	    margin: 1rem 0;
	}

		.card-body-narrow {
			padding: 2.5rem 1.25rem;
		}

		@media (min-width: 768px) {
			.card-body-narrow {
				padding-left: 0;
			    padding-right: 0;
			    position: relative;
				width: 100%;
				/*-ms-flex: 0 0 83.333333%;
			    flex: 0 0 83.333333%;*/
			    max-width: 83.333333%;
			    margin: auto;
			}
			.card-body-narrow.flex-auto {
				flex: auto;
			}
		}

		@media (min-width: 992px) {
			.card-body-narrow {
			    padding-top: 4rem;
			    padding-bottom: 4rem;
			}
		}

		@media (min-width: 1440px) {
			.card-body-narrow {
			}
		}

		@media (min-width: 1441px) {
			.card-body-narrow {
			    padding-top: 5rem;
			    padding-bottom: 5rem;
			}
		}


/* Pricing card */

	.page-template-wiris-wiris-quizzes .section-pricing {
		background-color: var(--wiris-light-gray);
	}

	.pricing-card {
		margin: 2rem 0;
	}

	.pricing-card .card-body {
		padding: 2rem 1.25rem;
	}

	.pricing-group-card .central-column {
		border-top: 1px solid var(--wiris-border-color);
		border-bottom: 1px solid var(--wiris-border-color);
		padding-top: 2em;
		padding-bottom: 2em;
		margin-top: 2em;
		margin-bottom: 2em;
	}

	@media (min-width: 768px) {
		.pricing-group-card .central-column {
			border: none;
			border-left: 1px solid var(--wiris-border-color);
			border-right: 1px solid var(--wiris-border-color);
			padding-top: 0;
			padding-bottom: 0;
			margin: 0;
		}
		.pricing-card .card-body.d-md-inherit {
			display: inherit;
		}
	}

	.pricing-card .price {
		display: inline-block;
		margin: .75rem .95rem;
	}

		@media (min-width: 1200px) {
			.pricing-card .card-body {
				padding: 3rem 1.25rem;
			}
		}


/* Apps List */

	ul.apps-list,
	ul.features-list {
		padding-left: 0;
    	list-style: none;
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	ul.apps-list li {
		align-content: space-between;
	}

	ul.apps-list li {
		display: flex;
		align-content: space-between;
    	flex-direction: column;
	    align-items: flex-start;
		border-bottom: 1px solid var(--wiris-border-color);
		margin: 1.5rem 0 0;
		padding-bottom: 2rem;
	}

		ul.apps-list li:last-child {
			border-bottom: none;
		}

		ul.apps-list li.border-none {
			border: none;
		}

	ul.apps-list li img {
		width: 50px;
		margin-bottom: 1rem;
	}

	ul.apps-list.apps-list-inline {
	}

	ul.apps-list.apps-list-inline.menu-apps-list {
		flex-direction: row;
		margin: 0;
	}

	ul.apps-list.apps-list-inline.menu-apps-list li {
		padding-right: .75rem;
		padding-left: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}

	ul.apps-list.apps-list-inline.menu-apps-list li img {
		width: 20px;
	}

	ul.apps-list.apps-list-inline li {
		font-size: 14px;
		color: var(--wiris-medium-gray);
		display: flex;
		align-items: center;
		flex-direction: row;
		padding: 1rem 0;
		margin: 0;
	}

		ul.apps-list.apps-list-inline li a {
			color: var(--wiris-green);
		}

		ul.apps-list.apps-list-inline li a:hover {
			color: var(--wiris-green-over);
		}

		ul.apps-list.apps-list-inline li:last-child {
			border: none;
		}

		ul.apps-list.apps-list-inline li img {
			width: 28px;
			margin: 0 .4rem 0 0;
		}

		ul.apps-list.apps-list-inline.apps-list-inline--xs li img {
			width: 22px;
			margin: 0 .5rem 0 0;
		}

			@media(min-width: 768px) {
				ul.apps-list.apps-list-inline.apps-list-inline--xs li img {
					width: 20px;
					margin: 0 .1rem 0 0;
				}
			}

			@media(min-width: 960px) {
				ul.apps-list.apps-list-inline.apps-list-inline--xs li img {
					width: 18px;
					margin: 0;
				}
			}

			@media(min-width: 1200px) {
				ul.apps-list.apps-list-inline.apps-list-inline--xs li img {
					width: 20px;
					margin: 0 .4rem 0 0;
				}
			}

			@media(min-width: 1440px) {
				ul.apps-list.apps-list-inline.apps-list-inline--xs li img {
					width: 22px;
					margin: 0 .4rem 0 0;
				}
			}

		ul.apps-list.apps-list-inline li a .text {
			line-height: 1.2;
			text-decoration: underline;
  			text-decoration-color: #ccc;
		}

		ul.apps-list.apps-list-inline li a:hover .text {
			text-decoration-color: var(--wiris-green-over);
		}


	ul.apps-list.apps-list-inline.apps-list-three-cols {
		-ms-flex-direction: row;
    	flex-direction: row;
		padding-top: .5rem;
		margin-top: 2rem;
		flex: 1;
	}

		ul.apps-list.apps-list-inline.apps-list-three-cols li {
			padding: 0;
			margin: 1rem 0 .5rem;
			border: none;
			flex-direction: column;
		}

		ul.apps-list.apps-list-inline.apps-list-three-cols li img {
			margin: 0 0 .5rem 0;
		}

		ul.apps-list.apps-list-inline.apps-list-three-cols li .text {
			font-size: .8rem;
		}

	ul.apps-list li .buttons-group {
		display: -ms-flexbox;
		display: flex;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-align-items: center;
		align-items: center;
		margin-top: auto;
		width: 100%;
		margin-top: auto;
		padding-top: 1.5rem;
	}

	ul.apps-list.apps-list-compact {
		font-size: 16px;
		font-weight: 600;
		margin: 0 -1rem 0;
	}

	ul.apps-list.apps-list-compact li {
		-ms-flex-direction: row;
		flex-direction: row;
		align-items: center;
		padding: 1rem 1rem 0;
		margin: .25rem 0 0;
	}

	ul.apps-list.apps-list-compact li,
	ul.apps-list.apps-list-compact li:nth-child(3n) {
		border: none!important;
	}

	ul.apps-list.apps-list-compact li a {
		display: flex;
		align-items: center;
		width: 100%;
		border-bottom: 1px solid var(--wiris-border-color);
		padding-bottom: 1rem;
		color: var(--wiris-green);
	}

	ul.apps-list.apps-list-compact li a:hover {
		color: var(--wiris-green-over);
	}

	ul.apps-list.apps-list-compact li img {
		width: 24px;
		margin: 0 16px 0 0;
	}

	ul.apps-list.apps-list-compact li span.text {
		width: calc(100% - 62px);
		padding-right: 16px;
	}

	ul.apps-list.apps-list-compact li a svg {
		margin-left: auto;
	}

	ul.apps-list.three-col-grid li .apps-list-inline li {
		flex: inherit;
		max-width: inherit;
		border-right: 1px solid var(--wiris-border-color);
		border-bottom: none;
		padding-left: .75rem;
		padding-right: .75rem;
		padding-top: 0;
		padding-bottom: 0;
		margin: .5rem 0;
	}

		ul.apps-list.three-col-grid li .apps-list-inline li:first-child {
			padding-left: 0;
		}

		ul.apps-list.three-col-grid li .apps-list-inline li img {
			width: 20px;
			margin: 0;
		}

		ul.apps-list.three-col-grid li .apps-list-inline li:last-child {
			border: none;
		}

		@media (min-width: 576px) {
			ul.apps-list li {
				border-bottom: none;
				border-right: 1px solid var(--wiris-border-color);
				padding-bottom: 0;
				margin: 1.5rem 0;
			}
			ul.apps-list.two-col-grid li,
			ul.apps-list.three-col-grid li,
			ul.apps-list.four-col-grid li {
				-ms-flex: 0 0 50%;
    			flex: 0 0 50%;
    			max-width: 50%;
			}
			ul.apps-list.two-col-grid li:nth-child(2n),
			ul.apps-list.three-col-grid li:nth-child(2n),
			ul.apps-list.four-col-grid li:nth-child(2n) {
				border: none;
			}
			ul.apps-list.apps-list-inline li {
				padding-left: 1.25rem;
				padding-right: 1.25rem;
				padding-bottom: 0;
				padding-top: 0;
				margin: 1rem 0;
			}
			ul.apps-list.apps-list-inline li:first-child {
				padding-left: 0;
			}
			ul.apps-list.apps-list-inline li:last-child {
				padding-right: 0;
			}
		}

		@media (min-width: 992px) {
			ul.apps-list li {
				padding-left: 1rem;
    			padding-right: 1rem;
    		}
			ul.apps-list.four-col-grid li {
				-ms-flex: 0 0 25%;
    			flex: 0 0 25%;
    			max-width: 25%;
			}
			ul.apps-list.three-col-grid li {
				-ms-flex: 0 0 33.3%;
    			flex: 0 0 33.3%;
    			max-width: 33.3%;
			}
    		ul.apps-list.three-col-grid li:nth-child(2n),
			ul.apps-list.four-col-grid li:nth-child(2n) {
				border-right: 1px solid var(--wiris-border-color);
			}
    		ul.apps-list.two-col-grid li:nth-child(2n),
			ul.apps-list.three-col-grid li:nth-child(3n),
			ul.apps-list.four-col-grid li:nth-child(4n) {
				border: none;
			}
			ul.apps-list.apps-list-inline.menu-apps-list {
				margin-bottom: .2em;
			}
			.four-col-grid .btn {
				padding: .65rem 1rem;
				font-size: .75rem;
			}
			.four-col-grid .btn.btn-link {
				padding: .75rem .3rem;
				font-size: .9rem;
			}
		}

		@media (min-width: 1200px) {
			ul.apps-list li {
				padding-left: 1.5rem;
    			padding-right: 1.5rem;
    		}
    		ul.apps-list.four-col-grid li {
				padding-left: 1rem;
    			padding-right: 1rem;
    		}
    	}

    	@media (min-width: 1366px) {
    		ul.apps-list.four-col-grid li {
				padding-left: 1.2rem;
    			padding-right: 1.2rem;
    		}
    		.four-col-grid .btn {
				padding: .75rem 1.25rem;
				font-size: .8rem;
			}
			.four-col-grid .btn.btn-link {
				padding: .75rem .5rem;
			}
    	}

    	@media (min-width: 1440px) {
			ul.apps-list li {
				padding-left: 2rem;
    			padding-right: 2rem;
    		}
    		ul.apps-list.apps-list-inline.apps-list-inline--xs li img {
				width: 24px;
				margin: 0 .5rem 0 0;
			}
			.four-col-grid .btn.btn-link {
				font-size: 1rem;
			}
    	}

/* Features List */

	ul.features-list {
	}

	ul.features-list .media {
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 2rem 0 0;
	}

	.list--centered {
		justify-content: center;
	}

	.list--centered .media {
		align-items: center;
		text-align: center;

	}

	ul.features-list .media img {
		width: 96px;
		margin-bottom: 1rem;
	}

	ul.features-list .media .btn {
		display: block;
		width: fit-content;
		margin: auto auto 0;
	}
	ul.m-centered{
		display: block !important;
		padding-bottom: 6rem;
	}
	.m-centered li{
		padding-bottom: 2rem;
		text-align: center;
	}

		@media (min-width: 576px) {
			ul.apps-list,
			ul.features-list {
			    -ms-flex-direction: row;
    			flex-direction: row;
    		}
			ul.m-centered{
				display: flex !important;
				padding-bottom: 0;
			}
			.m-centered li{
				padding-bottom: 0;
				text-align: left;x
			}
		}

		@media (min-width: 768px) {
			ul.features-list .media img {
				width: 124px;
				margin-bottom: 1.5rem;
			}
		}

		@media (min-width: 1200px) {
			ul.features-list {
				margin-left: -2rem;
				margin-right: -2rem;
			}
			ul.features-list .media {
				padding-left: 2rem;
				padding-right: 2rem;
			}
		}


/* Features List -- Highlight List */

	.highlighted-features-list {
		padding-left: 0;
	}

	.highlighted-features-list li {
		float: left;
		position: relative;
		align-items: center;
		flex-direction: column;
		text-align: center;
		margin: 1rem 0;
	}

	.highlighted-features-list li .media-image,
	.highlighted-features-list li .media-body {
		position: relative;
		z-index: 1;
	}

	.highlighted-features-list li .media-image {
		width: 80%;
		margin: 1rem auto;
	}

		.highlighted-features-list.two-col-grid-md li .media-image {
			margin: 0 auto;
		}

	.highlighted-features-list li .media-image img {
		width: 100%;
	}

	.highlighted-features-list li .wiris-shape {
		left: 0;
	    top: 10%;
	    bottom: 40%;
	    right: 0;
	    max-width: 450px;
	    background-size: 100%;
	    background-repeat: no-repeat;
	}

		.highlighted-features-list.two-col-grid-md li .wiris-shape {
			display: none;
		}

	.highlighted-features-list li .wiris-shape img {
		width: auto;
		max-width: 450px;
		height: 100%;
		margin: auto;
	}

		/* Select every 4th list item starting with 1st */
		.highlighted-features-list li:nth-child(4n-3) .wiris-shape {
			background-image: url('../img/wiris-shape-Easy-to-Use.svg');
		}

		/* Select every 4th list item starting with 2nd */
		.highlighted-features-list li:nth-child(4n-2) .wiris-shape {
			background-image: url('../img/wiris-shape-Multi-Platform.svg');
		}
		/* Select every 4th list item starting with 3rd */
		.highlighted-features-list li:nth-child(4n-1) .wiris-shape {
			background-image: url('../img/wiris-shape-Professional.svg');
		}
		/* Select every 4th list item */
		.highlighted-features-list li:nth-child(4n) .wiris-shape {
			background-image: url('../img/wiris-shape-Collaboration.svg');
		}

	.highlighted-features-list li .media-body ul {
		margin: 0;
		display: block;
		width: 100%;
		padding-left: 0;
    	list-style: none;
	}

	.highlighted-features-list li .media-body ul > li {
		width: 100%!important;
		margin: 0;
	}

	.highlighted-features-list li .media-body-buttons {
		width: 100%;
		align-self: end;
	}

	.highlighted-features-list.two-col-grid-md li .media-body {
		text-align: center;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}

		@media (min-width: 768px) {
			.highlighted-features-list.two-col-grid-md {
				display: flex;
				justify-content: space-between;
			}

			.highlighted-features-list li {
				margin: 2rem 0;
				flex-direction: row;
				align-items: center;
				text-align: left;
				justify-content: space-between;
				margin-bottom: 0;
			}
				.highlighted-features-list.two-col-grid-md > li {
					width: 48%!important;
					text-align: center;
					margin-top: 1em;
					margin-bottom: 0;
				}
			.highlighted-features-list li:nth-child(even) {
				flex-direction: row-reverse;
			}
				.highlighted-features-list.two-col-grid-md li,
				.highlighted-features-list.two-col-grid-md li:nth-child(even) {
					flex-direction: column;
				}
			.highlighted-features-list li:nth-child(even) .media-image {
				margin: 0 0 0 1rem;
			}
			.highlighted-features-list li .media-image {
				width: 45%;
				margin: auto;
			}
				.highlighted-features-list.two-col-grid-md li .media-image,
				.highlighted-features-list.two-col-grid-md li:nth-child(even) .media-image {
					width: 100%;
					margin: 0;
				}
			.highlighted-features-list li .wiris-shape {
				top: 0;
			    bottom: 0;
			}
			.highlighted-features-list li:nth-child(odd) .wiris-shape {
				left: 0;
			    right: 25%;
			}
			.highlighted-features-list li:nth-child(even) .wiris-shape {
				left: 50%;
				right: 0;
				-ms-justify-content: flex-end;
				justify-content: flex-end;
				background-position: center right;
			}
			.highlighted-features-list li .wiris-shape img {
				margin: inherit;
			}
		}

		@media (min-width: 992px) {
			.highlighted-features-list li .media-image {
				width: 50%;
				margin: 0 2rem 0 0;
			}
			.highlighted-features-list li:nth-child(even) .media-image {
				margin: 0 0 0 2rem;
			}
		}

		@media (min-width: 1200px) {
			.highlighted-features-list.two-col-grid-md li {
				width: 45%!important;
			}
		}

		@media (min-width: 1441px) {
			.highlighted-features-list li {
				margin: 3rem 0;
			}
			.highlighted-features-list li .media-image {
				margin: 0 4rem 0 0;
			}
			.highlighted-features-list li:nth-child(even) .media-image {
				margin: 0 0 0 4rem;
			}
		}

		@media (max-width: 576px) {
			.highlighted-features-list .wiris-shape {
				right: 10%!important;
				left: 10%!important;
				align-items: flex-start;
			}
		}

		/* Chronologised  list */
			/*chornologised-navbar*/
				.sticky-top.secondary-sticky{
					top:45px;
				}
					nav#chronologised-navbar{
					padding-bottom: 1px;
					justify-content: center;
				}
				nav#chronologised-navbar.navbar.shadow-lg{
					box-shadow: none!important;
					justify-content: center;
				}
				nav#chronologised-navbar .nav-pills .nav-link.active{
					color: black;
					background-color: transparent;
				}
					nav#chronologised-navbar ul li a{
					font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
					font-weight: 600;
					color: var(--wiris-soft-green);
					font-size: 0.75rem;
					padding: 0 4px;
				}
				nav#chronologised-navbar ul li.nav-item:hover {
						text-decoration: none;
					}
			  nav#chronologised-navbar ul li.nav-item .nav-link{
			  		position: relative;
						padding-top: 0.5rem;
						padding-bottom: 0.5rem;
			  	}

			  nav#chronologised-navbar ul li.nav-item .nav-link:after {
			  		content: '';
			  		position: absolute;
			  		bottom: -2px;
			  		height: 2px;
			  		left: 0;
			  	}

			  	nav#chronologised-navbar ul li.nav-item .nav-link:before {
			  		width: 100%;
			  		background-color: none;
			  	}

			  	nav#chronologised-navbar ul li.nav-item .nav-link:after {
			  		width: 0%;
			  		background-color: black;
			  		-webkit-transition: width 0.2s ease-in;
			      text-decoration: none !important;

			  	}
			    nav#chronologised-navbar ul li.nav-item:hover .nav-link:after,  nav#chronologised-navbar ul li.nav-item .nav-link.active:after {
						width: 100%;
			      text-decoration: none;
					}
			/*chornologised-list*/
			.container.header-container{
				background-color: var(--wiris-light-gray)
			}
			.chronologised-list{
				position: relative;
				max-width: 80%;
			}

			.chronologised-list li::before{
				content:'';
				position: absolute;
				left: 15px;
				width: 6px;
				height: 100%;
				background-color: rgba(68, 68, 68, 0.15);
			}
			.chronologised-list li::after{
				content:'';
				position: absolute;
				top: 4.5rem;
				left: 6px;
				width: 24px;
				height: 24px;
				border-radius: 50%;
				background-color: var(--wiris-red);
				border: 4px solid white;
			}
			.highlighted-features-list.chronologised-list li{
				margin-top: 0;
				margin-bottom: 0;
				margin-left: auto;
				margin-right: auto;
				text-align: left;

			}
			.highlighted-features-list.chronologised-list li .chronologised-card{
			}
			.highlighted-features-list.chronologised-list li .media-image img {
				width: 90%;
			}
			.container.header-container{
				max-width: 100%;
			}
			.chronologised-card:before {
			    border: 10px solid white;
			    content: '';
			    border-left-color: transparent;
			    border-bottom-color: transparent;
			    border-top-color: transparent;
			    position: absolute;
			    top:  50px;
			    left: -18px;
			}
			.highlighted-features-list.chronologised-list li:nth-child(1):before {
				border-radius: 3px 3px 0 0;
			}
			.highlighted-features-list.chronologised-list li:nth-last-child(2):before {
				border-radius: 0 0 3px 3px;
			}
			.highlighted-features-list.chronologised-list li:nth-last-child(1):before {
				display: none;
			}
			.highlighted-features-list.chronologised-list li:nth-last-child(1) .dotted-line:before {
				content:'';
				position: absolute;
				left: 15px;
				width: 6px;
				height: 20px;
				background-color: rgba(68, 68, 68, 0.15);
				border-radius: 3px
			}
			.highlighted-features-list.chronologised-list li:nth-last-child(1):after {
				display: none;
			}
			ul.chronologised-list .dotted-line{
				height: 20px;

			}
			.highlighted-features-list.chronologised-list li .media-image{
				text-align: left;
				margin-left: 0px;
				margin-bottom: 0px;
				margin-top: 2rem!important;

			}
			.highlighted-features-list.chronologised-list li:nth-child(odd) .media-image{
				text-align: left;
			}

			.highlighted-features-list.chronologised-list li .media-body.card{
				margin: -.7rem 0 0 50px!important;
			}
			.highlighted-features-list.chronologised-list p{
				font-size: 0.9rem;
			}
			/*backgrounds*/
				.highlighted-features-list.chronologised-list li .wiris-shape{
					z-index: -5;
					background-size: contain;
					left: 0;
				}
				.highlighted-features-list.chronologised-list li:nth-child(odd) .wiris-shape{
					left: 60%;
					right: 0;
				}
				.highlighted-features-list.chronologised-list li:nth-child(6n+1) .wiris-shape {
					background-image: url('../img/wiris-shape-chronologised-01.svg');

				}
				.highlighted-features-list.chronologised-list li:nth-child(6n+2) .wiris-shape {
					background-image: url('../img/wiris-shape-chronologised-02.svg');
					bottom: -150%;
					left:  -25%;
				}
				.highlighted-features-list.chronologised-list li:nth-child(6n+3) .wiris-shape {
					background-image: url('../img/wiris-shape-chronologised-03.svg');
				}
				.highlighted-features-list.chronologised-list li:nth-child(6n+4) .wiris-shape {
					background-image: url('../img/wiris-shape-chronologised-04.svg');
				}
				.highlighted-features-list.chronologised-list li:nth-child(6n+5) .wiris-shape {
					background-image: url('../img/wiris-shape-chronologised-07.svg');
				}
				.highlighted-features-list.chronologised-list li:nth-child(6n) .wiris-shape {
					background-image: url('../img/wiris-shape-chronologised-06.svg');
				}


			@media (min-width:576px) {
				nav#chronologised-navbar ul li a{
				font-size: 1rem;
				padding: 0 15px;
			}
				.container.header-container{
					background-color: white
				}
				.chronologised-list li::before{
					content:'';
					position: absolute;
					left: calc(50% - 3px);
					width: 6px;
					height: 100%;
					background-color: rgba(68, 68, 68, 0.15);
				}
				.highlighted-features-list.chronologised-list li:nth-last-child(1):before {
					display: none;
				}
				.highlighted-features-list.chronologised-list li:nth-last-child(1) .dotted-line:before {
					content:'';
					position: absolute;
					left: calc(50% - 3px);
					width: 6px;
					height: 15px;
					background-color: rgba(68, 68, 68, 0.08);
					border-radius: 3px
				}
				.chronologised-list li::after{
					content:'';
					position: absolute;
					top: 4.5rem;
					left: calc(50% - 12px);
					width: 24px;
					height: 24px;
					border-radius: 50%;
					background-color: var(--wiris-red);
					border: 4px solid white;
				}
				.highlighted-features-list.chronologised-list li{
					margin-left: auto;
					margin-right: auto;
					width: 100%;
				}
				.highlighted-features-list.chronologised-list li .media-body.card{
					margin: 1rem 0 0 0!important;

				}

				.highlighted-features-list.chronologised-list li .media-image {
					margin-top: 2rem!important;
				}
				.highlighted-features-list.chronologised-list li .media-image img {
					max-width: 50%;
				}

				.chronologised-card:before {
				    border: 10px solid white;
				    content: '';
				    border-left-color: transparent;
				    border-right-color: transparent;
				    border-top-color: transparent;
				    position: absolute;
				    top:  -18px;
				    left: calc(50% - 9px);
				}
			}
			@media (min-width:768px) {
				nav#chronologised-navbar ul li.nav-item .nav-link{
			  		padding-top: 1.5rem;
						padding-bottom: 1.5rem;
			  	}
				.chronologised-list{
					max-width: 100%;
				}
					.highlighted-features-list.chronologised-list li{
						margin-left: 0px;
					}
					.highlighted-features-list.chronologised-list li .media-body.card{
						margin: 1rem 2rem!important;
					}
				.highlighted-features-list.chronologised-list li .media-image{
					margin: auto;
					text-align: left;
					width: 100%;
				}

				.highlighted-features-list.chronologised-list li:nth-child(odd) .media-image{
					text-align: right;
				}
				.chronologised-list li::after{
					top: 5.6rem;
					left: calc(50% - 12px);
				}
				.chronologised-card:before {
						border: 10px solid white;
						content: '';
						border-left-color: transparent;
						border-bottom-color: transparent;
						border-top-color: transparent;
						position: absolute;
						top:  50px;
						left: -18px;
				}
				.highlighted-features-list.chronologised-list li:nth-child(even) .chronologised-card:before{
					border: 10px solid white;
					border-right-color: transparent;
					border-bottom-color: transparent;
					border-top-color: transparent;
					top:  50px;
					left: calc(100% - 2px);
				}
			}
			@media (min-width: 992px) {
				.highlighted-features-list.chronologised-list li .media-image{
						margin-top: 1rem!important;
				}
			}
			@media (min-width:1000px) {
				.highlighted-features-list.chronologised-list p{
					font-size: 1.1rem;
				}

			}
		/* hghlighted values list*/
			section.values-list{
				background-color: var(--wiris-red);
			}
			.highlighted-value{
				border-radius: 50%;
				position: relative;
				padding-top: 100%; /* 1:1 Aspect Ratio */
				width: 100%;		/* desired width */
			}
			.highlighted-content{
				position: absolute;
				top: 50%;
		    transform: translateY(-50%);
				left: auto;
			}
			.highlighted-content img{
				width: 30%;
			}
				@media (min-width: 992px) {
					.highlighted-content img{
						width: 50%;
					}
				}

			.values:nth-child(3n+1) .highlighted-value{
				background-color: #F6485E;
			}
			.values:nth-child(3n+2) .highlighted-value{
				background-color: #007680;
			}
			.values:nth-child(3n) .highlighted-value{
				background-color: #FFB81C;
			}

		/* Bullet list */

			ul.bullet-list {
				margin-top: .5rem;
			}
			ul.bullet-list li {
				margin-bottom: .5rem;
				padding-left: 32px;
			}
			ul.bullet-list li:before {
				width: 32px;
				height: 32px;
				margin-bottom: -4px;
				margin-left: -32px;
				display: inline-block;
				content: "";
				background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' clip-rule='evenodd'/></svg>");
				background-repeat: no-repeat;
				background-size: 18px;
				background-position:left bottom;
			}

				.card-body ul.bullet-list li:before {
					background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='gray' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' clip-rule='evenodd'/></svg>");
					background-size: 18px;
				}


				@media (min-width: 768px) {
					ul.bullet-list {
						margin-top: 1rem;
					}
					ul.bullet-list li {
						padding-left: 40px;
						margin-bottom: 1rem;
					}
						.card-body ul.bullet-list li {
							padding-left: 32px;
							margin-bottom: .5rem;
						}
					ul.bullet-list li:before {
						width: 40px;
						margin-left: -40px;
						background-size: 24px;
					}
						.highlighted-features-list li .media-body ul > li:before,
						.card-body ul.bullet-list li:before {
							width: 32px;
							margin-left: -32px;
						}

						.highlighted-features-list li .media-body ul > li:before {
							background-size: 20px;
						}
				}


/* Bullet list */

	ul.bullet-list {
		margin-top: .5rem;
	}
	ul.bullet-list li {
		margin-bottom: .5rem;
		padding-left: 32px;
	}
	ul.bullet-list li:before {
		width: 32px;
		height: 32px;
		margin-bottom: -4px;
		margin-left: -32px;
		display: inline-block;
		content: "";
		background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' clip-rule='evenodd'/></svg>");
		background-repeat: no-repeat;
		background-size: 18px;
		background-position:left bottom;
	}

		.card-body ul.bullet-list li:before {
			background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='gray' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' clip-rule='evenodd'/></svg>");
			background-size: 18px;
		}


		@media (min-width: 768px) {
			ul.bullet-list {
				margin-top: 1rem;
			}
			ul.bullet-list li {
				padding-left: 40px;
				margin-bottom: 1rem;
			}
				.card-body ul.bullet-list li {
					padding-left: 32px;
					margin-bottom: .5rem;
				}
			ul.bullet-list li:before {
				width: 40px;
				margin-left: -40px;
				background-size: 24px;
			}
				.highlighted-features-list li .media-body ul > li:before,
				.card-body ul.bullet-list li:before {
					width: 32px;
					margin-left: -32px;
				}

				.highlighted-features-list li .media-body ul > li:before {
					background-size: 20px;
				}
		}


/* Wiris Products Logos */

	.section .container {
		position: relative;
		z-index: 1;
	}

	.product-logo,
	.product-logo.product-logo--05x {
		width: auto;
		height: 16px;
	}

	.product-logo.product-logo--2x {
		height: 24px;
	}

	.product-logo.product-logo--3x {
		height: 32px;
	}

		@media (min-width: 375px) {
			.product-logo,
			.product-logo.product-logo--05x {
				height: 18px;
			}
		}

		@media (min-width: 576px) {
			.product-logo {
				width: auto;
				height: 24px;
			}

			.product-logo.product-logo--2x {
				height: 28px;
			}

			.product-logo.product-logo--3x {
				height: 36px;
			}
		}


/* Parallax image container */

	@media (min-width: 768px) {
		.parallax-image-container {
			position: relative;
		}

		.parallax-image-container img {
			position: absolute;
			max-width: 90%;
			top:-5rem;
		}
	}

	@media (min-width: 992px) {
		.parallax-image-container img {
			max-width: 100%;
		}
	}


/* Modal and video embed */
	.modal {
		background-color: rgba(0,0,0,.5);
	}
	.modal-dialog {
      max-width: 800px;
  	}

  		@media(min-width: 1280px) {
  			.modal-dialog {
		      max-width: 1200px;
		  	}
  		}

    .modal-body {
      position:relative;
      padding:0px;
    }
    .close {
      position:absolute;
      right:-30px;
      top:0;
      z-index:999;
      font-size:2rem;
      font-weight: normal;
      color:#fff;
      opacity:1;
    }
	.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
		width: 100%!important;
	}
	.modal-content.shadow-lg {
		box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
	}


/* Wiris Geometric Shapes */

	.wiris-shape {
		position: absolute;
		z-index: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}

	.wiris-shape.top-right {
		right: 0;
		top: 0;
		left: 25%;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}

	.wiris-shape.top-left {
		left: 0;
		top: 0;
		right: 25%;
	}

	.wiris-shape.bottom-right {
		right: 0;
		bottom: 0;
		left: 25%;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}

	.wiris-shape.bottom-left {
		left: 0;
		bottom: 0;
		right: 25%;
	}

	.wiris-shape.center-left {
		left: 0;
		top: 0;
		bottom: 0;
	}

	.wiris-shape.center-right {
		right: 0;
		top: 0;
		bottom: 0;
		left: 25%;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}

	.wiris-shape.center-center {
		top: 0;
		bottom: 0;
		left: 5%;
		right: 5%;
		-ms-justify-content: center;
		justify-content: center;
	}

	.wiris-shape img {
		display: inline-block;
		max-width: 100%;
	}


		@media(min-width: 768px) {
			.page-template-wiris-blog .page-header-section .wiris-shape.top-right img,
			.page-template-wiris-second-level-page .page-header-section .wiris-shape.top-right img,
			.page-template-wiris-third-level-page .page-header-section .wiris-shape.top-right img {
				max-width: 50%;
			}
		}

	.wiris-shape.right-0 {
		right: 0;
	}

		@media (min-width: 768px) {
			.wiris-shape.center-center {
				left: 10%;
				right: 10%;
			}
		}

		@media (min-width: 1200px) {
			.wiris-shape.center-center {
				left: 20%;
				right: 20%;
			}
		}

		@media (min-width: 1440px) {
			.wiris-shape.center-center {
				left: 15%;
				right: 15%;
			}
		}


/* Contact Form */

	.contact-form-wrapper {
		position: relative;
		z-index: 1;
	}

	.contact-form-wrapper select,
	.contact-form-wrapper .form-control,
	.contact-form-wrapper input.wpcf7-form-control[type="text"],
	.contact-form-wrapper input.wpcf7-form-control[type="number"],
	.contact-form-wrapper textarea.wpcf7-form-control,
	.contact-form-wrapper input.wpcf7-form-control[type="email"] {
		display: block;
	    width: 100%;
	    height: calc(1.5em + .75rem + 2px);
	    padding: 1.25rem 1rem;
	    margin-top: .5rem;
	    font-size: 1rem;
	    font-weight: 400;
	    line-height: 1.5;
	    color: var(--wiris-gray);
	    background-color: #fff;
	    background-clip: padding-box;
	    border: 1px solid #fff;
	    border-radius: .15rem;
	    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

	.contact-form-wrapper select {
		height: auto;
		padding: .75rem 1rem;
	}

	.contact-form-wrapper textarea.wpcf7-form-control {
    	height: calc(6em + .75rem + 2px);
    	width: 100%;
	}

	.contact-form-wrapper .form-control:focus {
		box-shadow: none;
		border-color: var(--wiris-gray);
	}

	.form-group {
		margin-bottom: 1.5rem;
	}

	.lead.feedback p{
		font-size: 1.15rem;
	}
	@media (min-width: 1200px){
		ul.apps-list.apps-list-inline.feedback li {
			padding-left: 2.5rem;
			padding-right: 2.5rem;
			padding-bottom: 0;
			padding-top: 0;
			margin: 1rem 0;
		}
		ul.apps-list.apps-list-inline.feedback li:first-child, ul.apps-list.apps-list-inline.feedback li:nth-child(3) {
			padding-left: 0;
		}
		ul.apps-list.apps-list-inline.feedback li:last-child{
			padding-right: 0;
		}
		ul.apps-list.apps-list-inline.feedback li:nth-child(2) {
			border-right: 0;
		}
	}
	@media (min-width: 768px){
		.lead.feedback p{
			font-size: 1.3rem;
		}
	}
	.section.feedback{
		padding-bottom: 0;
	}
	.feedback .container{
		padding-bottom: 4rem;
		border-bottom: 1px solid #dee2e6!important;
	}

/*
	.contact-form-wrapper .form-check input[type="checkbox"] {

	    position: absolute;
	    margin-top: .3rem;
	    margin-left: -1.25rem;

	    border-color: #fff;
	    width: 1.5rem;
	    height: 1.5rem;
	    left: 0;
	}

	.contact-form-wrapper .form-check input[type="checkbox"]:checked {
		background-color: var(--bufferfish-pink);
	}

*/

	.contact-form-wrapper label,
	.label-element {
		width: 100%;
		color: var(--wiris-blue);
		font-size: .8rem;
		font-weight: 600;
		text-transform: uppercase;
	}

	.contact-form-wrapper span .inline{
		display: flex;
	}

		@media (min-width: 768px) {
			.contact-form-wrapper label {
			}
		}

		@media (min-width: 1200px) {
			.contact-form-wrapper label {
			}
		}

	.wpcf7-list-item-label {
		color: var(--bufferfish-pink);
		height: 2rem;
		line-height: 1.5rem;
	}

	.contact-form-wrapper .form-check label {
		margin-bottom: .5rem;
		color: var(--bufferfish-blue);
		font-size: 1rem;
		font-weight: 400;
		text-transform: inherit;
	}

	.contact-form-wrapper .form-check label a {
		text-decoration: underline;
	}

	.contact-form-wrapper .form-check-inline {
		margin-right: 0;
		margin: .5rem 0;
	}

	@media (min-width: 576px) {
		.contact-form-wrapper .form-check-inline {
			width: 50%;
		}
	}

	@media (min-width: 768px) {
		.contact-form-wrapper .form-check-inline {
			width: 25%;
		}
	}

	.contact-form-wrapper span.wpcf7-list-item {
		margin-left: .5em;
	}

	/* Radio Buttons Styling */

		.contact-form-wrapper .wpcf7-radio,
		.contact-form-wrapper .wpcf7-radio .wpcf7-list-item {
			display: flex;
		}
		.contact-form-wrapper .wpcf7-radio span.wpcf7-list-item {
			width: auto;
			margin-right: 2em;
		}
		.wpcf7-radio .wpcf7-list-item-label {
			margin-left: 12px;
		}

		.wpcf7-radio input[type=radio] {
			width: 24px;
			height: 24px;
			border-color: var(--wiris-green);
		}

		.wpcf7-radio input[type=radio]:focus,
		.wpcf7-radio input[type=radio]:active,
		.wpcf7-radio input[type=radio]:checked {
			background-color: var(--wiris-green);
			border-color: var(--wiris-green);
		}


	.contact-form-wrapper .wpcf7-form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	@media (min-width: 600px) {
		.contact-form-wrapper .wpcf7-form .form-group {
			margin-bottom: 2rem;
		}
	}

	.contact-form-wrapper .wpcf7-form .form-group .form-check {
		padding-left: 0;
	}

	.contact-form-wrapper .wpcf7-form .form-group.w-100 label,
	.contact-form-wrapper .wpcf7-form .form-group.w-100 .wpcf7-form-control-wrap {
		width: 100%;
	}

	.contact-form-wrapper input[type="submit"] {
		min-width: 140px;
		font-size: .75rem;
	}

		@media (min-width: 576px) {
			.contact-form-wrapper input[type="submit"] {
				font-size: .8rem;
				min-width: 160px;
			}
		}

		@media (min-width: 768px) {
			.contact-form-wrapper input[type="submit"] {
				font-size: .85rem;
			}
		}

	.wpcf7 form .wpcf7-response-output {
		border-radius: .15rem;
		font-size: .9rem;
		padding: 0.2em .7em!important;
	}

	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
		border-color: var(--wiris-red)!important;
    	background-color: var(--wiris-red);
    	color: #fff;
	}

	.wpcf7 form.sent .wpcf7-response-output {
    	border-color: #66C5B4 !important;
    	background-color: #66C5B4;
    	color: #fff;
	}

	.wpcf7-not-valid-tip {
		margin-top: .75rem;
		font-weight: 600!important;
		font-size: .9rem;
		text-transform: initial;
	}

/* CAROUSEL */
.card-body.testimony{
	flex: none;
	padding: 1rem 2rem;
}
.card-body.testimony p.lead{
	font-size: 1rem;
}
	.main-carousel{
		height: 100%;
	}
	.carousel-cell{
		height: 100%;
		min-height: 430px;
	}
	.testimony-card {
		height: 100% !important;
	}
	@media (min-width: 1200px) {
		.card-body.testimony p.lead{
			font-size: 1.15rem;
		}
	}


/* numeric-carousel*/
.container-carousel{
	max-width: 100%;
	padding: 0 2rem;
}
.list-num{
	max-height: 100px;
}
.list-num p{
	font-size: 4rem;
	margin-top: 0px;
	letter-spacing: -1px;
	margin-bottom:0;
}
.numeric-carousel .carousel-cell p{
}

p.mobile-minimized-text{
	font-size: 14px;
}
.numeric-carousel .carousel-cell{
	width: 100%;
	min-height: 250px;
	max-height: auto;
	height: auto;
	margin-right: 0px;
	flex-direction: column;
	flex-wrap: nowrap;
}
.numeric-carousel .carousel-cell div:nth-child(2){
	padding-right: 0!important;
}
	@media (min-width: 576px) {
		p.mobile-minimized-text{
			font-size: 16px;
		}
		.numeric-carousel .carousel-cell{
			width: 48%;
			flex-direction: row;
			flex-wrap: wrap;
		}
		.list-num{
			max-height: auto;
		}
		.list-num p{
			margin-top: -20px;

		}
	}
	@media (min-width: 768px) {

		.numeric-carousel .carousel-cell{
			width: 48%;
			min-height: 450px;
		}
	}
	@media (min-width: 992px) {
		.container-carousel{
			padding: 0 ;
		}
		.list-num p{
			font-size: 6.8rem;
			margin-top: -35px;
			letter-spacing: -3px;
		}
	}
	@media (min-width: 1200px) {
		.numeric-carousel .carousel-cell{
			width: 35%;

		}
	}
	@media (min-width: 1400px) {
		.numeric-carousel .carousel-cell{
			width: 28%;
		}
	}

.numeric-carousel .flickity-slider{
}
	/*dots*/
	.numeric-carousel .flickity-page-dots{
		text-align: center;
	}
	.numeric-carousel .flickity-page-dots .dot.is-selected{
		background: white;
	}
 	.numeric-carousel li.dot[aria-label="Page dot 9"], .numeric-carousel li.dot[aria-label="Page dot 10"]{
		display: inline-block;
	}
		@media (min-width:576px) {
			.numeric-carousel .flickity-page-dots{
				text-align: center;
			}
			.numeric-carousel li.dot[aria-label="Page dot 9"]{
				display: inline-block;

			}
			.numeric-carousel li.dot[aria-label="Page dot 10"]{
				display: none;
			}
		}
		@media (min-width: 768px) {

		}
		@media (min-width: 1400px) {
			.numeric-carousel li.dot[aria-label="Page dot 9"], .numeric-carousel li.dot[aria-label="Page dot 10"]{
			 display: none;
		 }
		}

/*bamboo styles*/
.section-careers{
	z-index: -2;
}
#BambooHR h2{
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-weight: 500;
	color: var(--wiris-blue);
	font-size: 16px;
	border-bottom: 1px solid var(--wiris-medium-gray) !important;
}
.BambooHR-ATS-Department-Item .BambooHR-ATS-Department-Header{
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-weight: 700;
	color: var(--wiris-blue);
	font-size: 12px;
}
.BambooHR-ATS-board ul ul{
	border-bottom: 1px solid var(--wiris-medium-gray) !important;
}
.BambooHR-ATS-board .BambooHR-ATS-Location{
	padding-top: 0!important;
}
.BambooHR-ATS-board .BambooHR-ATS-Location{
	float: inherit!important;
	padding-left: 10px!important
}
@media (min-width: 576px) {
	.BambooHR-ATS-board .BambooHR-ATS-Location{
		float: right!important;
		padding-left: 0!important;
	}
}

/* BLOG */
	body.page-template-wiris-blog,	body.page-template-wiris-blog-single, body.single {
		background-color: var(--wiris-blog-gray)!important;
	}

	.blog-page-title .h2{
		font-size: 3rem;
		color: var(--wiris-soft-blue);
		letter-spacing: -1.5px;
	}
	.blog-page-title img{
		height: 2.7rem;
		width: auto;
	}

		/* blog navbar */
		nav#blog-navbar ul li.nav-item:hover {
				text-decoration: none;
			}
		.load-button p, nav#blog-navbar ul li.nav-item .nav-link{
				position: relative;
				padding-top: 0.5rem;
				padding-bottom: 0.5rem;
			}
		a.js-filter-item{
			color: var(--wiris-green);
		}
		a.js-filter-item:hover{
			color: var(--wiris-soft-red);
		}

			nav#blog-navbar ul li.nav-item .nav-link:after {
				content: '';
				position: absolute;
				bottom: -2px;
				height: 2px;
				left: 0;
				width: 0%;
				background-color: var(--wiris-soft-red);
				-webkit-transition: width 0.2s ease-in;
				text-decoration: none !important;
				transform: rotateX(45deg);
				opacity: 0;
			}

			nav#blog-navbar ul li.nav-item:hover .nav-link:after,  nav#chronologised-navbar ul li.nav-item .nav-link.active:after {
				width: 100%;
				text-decoration: none;
				opacity: 1;

			}
			nav#blog-navbar ul li.nav-item a.active{
				background-color: inherit;
				color: inherit;
				font-weight: 900;
			}
			nav#blog-navbar ul li.nav-item .nav-link.active:after {
				width: 100%;
				opacity: 1;
			}

			nav#blog-navbar a{
				font-size: 12px;
			}
			nav#blog-navbar .nav-link{
				padding: .5rem;
			}
			nav#blog-navbar .dropdown-menu-custom{
				left: inherit;
				box-shadow: none !important;
				background-color: transparent;
				border-radius: 0px;
				border:0;
				padding-top: .75rem;
				display: block;
				max-height: 0px;
				opacity: 0;
				transition: all 0.8s ease;
					-webkit-transition: all 0.8s ease;
			}
			nav#blog-navbar .nav-item:hover .dropdown-menu-custom{
				display: block;
				max-height: 800px;
				opacity: 1;
			}
			nav#blog-navbar .dropdown-menu-custom .dropdown-item{
				padding: .3rem 0 0 .2rem;
				border: 0;
				box-shadow: none;
				font-weight: 400;
				transition: none;
			}
				@media (min-width: 576px) {
					nav#blog-navbar .dropdown-menu-custom .dropdown-item{
						padding: .2rem 0 0 1rem;
						border: 0;
						box-shadow: none;
						font-weight: 400;
						transition: none;
					}
				}
			nav#blog-navbar .dropdown-menu-custom .dropdown-item:hover{
				font-weight: 900;
				background-color: transparent;
				letter-spacing: -1px;
			}
			nav#blog-navbar .nav-pills .show>.nav-link{
				color: inherit;
			}
			nav#blog-navbar .nav-pills .show>.nav-link:after{
				width: 100%;
				text-decoration: none;
				opacity: 1;
			}

			.load-button p:after{
				content: '';
				position: absolute;
				bottom: -2px;
				height: 2px;
				left: 50%;
				width: 50%;
				transform: translateX(-50%);
				background-color: var(--wiris-soft-red);
				-webkit-transition: width 0.2s ease-in;
				text-decoration: none !important;
			}
			.load-button p:hover{
				font-weight: 700;

			}
			.load-button p:hover::after{
				width: 100%;
				transform: translateX(-50%);
			}

	/* cards */
		.principal-post .card, .secondary-post .card, .related-articles .card {
			-webkit-transition: all 0.2s ease;
		}
		.secondary-post a{
			color: black;
		}
		.principal-post .card:hover, .secondary-post .card:hover, .related-articles .card:hover {
			transform: scale(1.03);
		}
		.related-articles .related-cards:nth-child(3){
			display: block;
		}

		/*font */

		.secondary-post .h4, .related-articles .secondary-post .h4{
				font-size: .85rem;
			}
		.secondary-post .card:hover .h4{
		}

		/* first card custom */
		.card-container:first-child{
			flex: 0 0 100%!important;
			max-width: 100%!important;
			margin: 0!important;
			height: auto!important;
			padding-bottom: 2rem!important;
		}
		.card-container:first-child .card{
			margin: 0!important;
		}
		.card-container:nth-child(n+2) .card{
			margin: 0!important;
		}
		.card-container:first-child .card-body{
			padding: 3rem 2rem !important;
			align-items: center!important;

		}
		.card-container:first-child .card-img{
			padding-left: 0!important;
			padding-right: 0!important;
			flex: 0 0 100%!important;
			max-width: 100%!important;
		}
		.card-container:first-child .post-info{
			flex: 0 0 100%!important;
			max-width: 100%!important;
			flex-direction: row!important;
		}
		.card-container:first-child .post-info .type-info p{
			padding-right: 1rem!important;
			padding-left: 0!important;
		}
		.card-container:first-child .post-info p:last-child{
			padding-left: 1rem;
		}
		.card-container:first-child .post-info .type-info p{
			padding-left: 0rem;
		}

		.card-container:first-child .card-content{
			flex: 0 0 100%!important;
			max-width: 100%!important;
			padding-top: 3rem!important

		}
		.card-container:first-child .card-content .h4.card-title{
			font-size: 1.75rem!important;
			margin-top: 1rem!important;
			margin-bottom: 1rem!important;
			color: black!important;
			padding-left: 0!important;
		}
		.card-container:first-child .card-content p.card-text{
			font-size: 1rem!important;
			line-height: 1.4!important;
			color: var(--wiris-blue)!important;
			display: block!important;
		}

		div p.related-term.second-none:nth-child(2){
			display: none;
		}

		@media (min-width: 576px) {
			.blog-page-title .h2{
				font-size: 4.5rem;
				color: var(--wiris-soft-blue);
				letter-spacing: -1.5px;
			}
			.blog-page-title img{
				height: 3.8rem;
				width: auto;
			}
			.card-container:first-child .card-content p.card-text{
			font-size: 1.2rem!important;
			line-height: 1.4!important;
			}
			nav#blog-navbar a{
				font-size: 1rem;
			}
			nav#blog-navbar .nav-link{
				padding: .5rem 1rem
			}
			.card-container:first-child{
				padding-bottom: 2rem !important;
			}
			.card-container:first-child .card-body{
				padding: 4rem 3rem!important;
			}
			.card-container:first-child .card-content{
				padding-right: 2rem!important;
				padding-left: 2rem!important;
				padding-top: 3rem!important

			}
			.card-container:first-child .card-img{
				padding-left: auto!important;
				padding-right: auto!important;
				margin-bottom: 0!important;
			}
			.card-container:first-child .card-content .h4.card-title{
				font-size: 2rem!important;
				margin-top: 1rem!important;
				margin-bottom: 1rem!important;
			}
			.secondary-post .h4, .related-articles .secondary-post .h4{
					font-size: 1rem;
				}
				.related-articles .related-cards:nth-child(3){
					display: none;
				}
				.card-container:first-child .post-info .type-info p{
					padding-right: 2rem!important;
					padding-left: 0!important;
				}
				.card-container:first-child .post-info p:last-child{
					padding-left: 2rem;
				}
		}
			@media (min-width: 960px) {
				.card-container:first-child{
					padding-bottom: 3rem !important;
				}
				.card-container:first-child .card-content .h4.card-title{
					font-size: 1.75rem!important;
					margin-top: 2.5rem!important;
					margin-bottom: 2rem!important;
				}
				.card-container:first-child .card-content{
					padding-top: 0rem!important

				}
				.card-container:first-child .card-content p.card-text{
					font-size: 1rem!important;
				}
				.secondary-post .h4{
					font-size: 1.4rem;
				}

				nav#blog-navbar a{
					font-size: 1.2rem;
				}
				.card-container:first-child .card-body{
					padding: 4rem 5rem !important;
				}
				.card-container:first-child .card-img , .card-container:first-child .card-content{
					flex: 0 0 50%!important;
					max-width: 50%!important;
				}

			}
			@media (min-width: 1200px) {
				.card-container:first-child .card-content .h4.card-title{
					font-size: 2.45rem;
				}
				.card-container:first-child .card-content p.card-text{
					font-size: 1.3rem!important;
					line-height: 1.4!important;
				}
				.secondary-post .h4{
					font-size: 1.6rem;
				}
				.related-articles .related-cards:nth-child(3){
					display: block;
				}

			}
			@media (min-width: 1440px) {
				.card-container:first-child .card-content .h4.card-title{
					font-size: 2.8rem!important;
				}
				.card-container:first-child .card-content p.card-text{
					font-size: 1.3rem!important;
					line-height: 1.4!important;
				}
				.secondary-post .h4{
					font-size: 1.8rem;
				}
			}


	/* animated transitions */
	.card-container {
		display: none;
	}

	.intro-transition {
    animation: popIn .7s;
	}
	.outro-transition {
		animation: popOut .7s;
		opacity: 0;
	}
	@keyframes popIn {
	    from {transform: scale(0.85); opacity: 0;}
	    to {transform: scale(1); opacity: 1;}
	}
	@keyframes popOut {
	    from {transform: scale(1); opacity: 1;}
	    to {transform :scale(0.85); opacity: 0; }
	}

/*	article.secondary-post div.card-container:nth-child(3n+1){
	padding-left: 0;
	}
	article.secondary-post div.card-container:nth-child(n+3){
	padding-right: 0;
	}
*/

#single-contact-form .h2, #single-contact-form h2 {
		font-size: 2rem;
}
		@media (min-width: 960px) {
			#single-contact-form h2, #single-contact-form .h2 {
				font-size: 2.3rem;
			}
		}
		@media (min-width: 1200px) {
			#single-contact-form h2, #single-contact-form .h2 {
				font-size: 2.45rem;
			}
		}

		@media (min-width: 1441px) {
			#single-contact-form h2, #single-contact-form .h2 {
				font-size: 2.8rem;
			}
		}

	article.secondary-post .card{
	height: 90%;
	}
	body.single .post-info .type-info p {
		border-right: 1px solid rgba(0,0,0,0.2);
	}
	.post-info .type-info p {
		border-right: 0px solid rgba(0,0,0,0.2);
	}
	.card-container:first-child .post-info .type-info p{
		border-right: 1px solid rgba(0,0,0,0.2);
	}
	.card-container:first-child .post-info .type-info p.d-none{
		display: none!important;
	}
	.card-container:first-child .post-info p.d-none{
		display: block!important;
	}


	@media (min-width: 576px) {
		.post-info .type-info p {
			border-right: 0px solid rgba(0,0,0,0.2);
		}
		.card-container:first-child .post-info .type-info p{
			border-right: 1px solid rgba(0,0,0,0.2);
		}
		.card-container:first-child .post-info p.small.pl-md-0{
			padding-left: 2rem!important;
		}
	}
	@media (min-width: 976px) {
		.post-info .type-info p{
			border-right: 1px solid rgba(0,0,0,0.2);
			}

	}

/* BLOG-SINGLE */
body.page-template-wiris-blog-single .h1, body.single .h1 {
	font-size: 2.25rem;
	font-weight: 900!important;
}
.single-post .h3 , .single-post .share-links a{
	color: var(--wiris-blue)
}
.a2a_default_style .a2a_img_text{
	margin-right: 8px!important;
}

.share-links a span svg{
	max-height: 1rem;
	width: auto;
	border-radius: 50%;
	top: 50%;
	transform: translate(0 , -50%);
}
.share-links a span{
	max-height: 1.25rem;
	border-radius: 15px!important;
	width: 1.25rem;
	margin-top: -3px!important;
}
.single-post .share-links a:hover{
	color: var(--wiris-gray)
}
.single-post .a2a_kit a{
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.single-post .a2a_kit a.a2a_button_linkedin{
	border-right: 0px solid!important;
}
.single-post .h3{
	font-size: 1.25rem!important;
}
.single-post .content-text p {
	font-size: 1rem
}
.single-post h2 {
	font-size: 1rem;
	padding: 1.5rem 0 .5rem 0;
}
.single-post ol {
	padding-left: 4rem;
}
	@media (min-width: 576px) {
	 body.page-template-wiris-blog-single	.single-post .h1,  body.single .h1 {
			font-size: 2.5rem;
		}
	}
	@media (min-width: 768px) {
	 body.page-template-wiris-blog-single	.single-post .h1,  body.single .h1  {
			font-size: 3rem;
		}
		.single-post .h3{
			font-size: 1.75rem!important;
		}
		.single-post .content-text p{
			font-size: 1.15rem
		}
		.single-post h2{
			font-size: 1.15rem
		}
	}
	@media (min-width: 1200px) {
		.single-post .h3{
 		 font-size: 2rem!important;
 	 }
	}
	@media (min-width: 1441px) {
	 body.page-template-wiris-blog-single	.single-post .h1,  body.single .h1 {
			font-size: 3.5rem;
		}
	}
	@media (min-width: 1680px) {
		body.page-template-wiris-blog-single	.single-post .h1,  body.single .h1  {
			font-size: 3.7rem;
		}
	}




	/* custom checkbox styling for contact form 7 checkbox */
/*
	.wpcf7-form-control-wrap,
	span.wpcf7-list-item {
		display: inline-block;
		width: 100%;
		margin: .5rem 0 0 0;
	}
	.form-check {
		padding-left: 0;
	}
	.wpcf7 .wpcf7-list-item {
		display: block;
		margin-bottom: 10px;
	}
	.wpcf7-checkbox label,
	.wpcf7-acceptance label {
		position: relative;
		cursor: pointer;
	}
	.wpcf7-checkbox input[type=checkbox],
	.wpcf7-acceptance input[type=checkbox] {
		position: absolute;
		visibility: hidden;
		width: 30px;
		height: 30px;
		top: 0;
		left: 0;
	}
	.wpcf7-checkbox input[type=checkbox] + span {
	}
	.wpcf7-checkbox input[type=checkbox] + span:before,
	.wpcf7-acceptance input[type=checkbox] + span:before {
		display: block;
		position: absolute;
		content: '';
		width: 1.5rem;
	    height: 1.5rem;
		top: 0px;
		left: 0px;
		border-radius: 2px;
		border: 1px solid #ee6a09;
		border-color: var(--wiris-green);
	}
	.wpcf7-checkbox input[type=checkbox] + span:after,
	.wpcf7-acceptance input[type=checkbox] + span:after {
		display: block;
		position: absolute;
		content: "\2713";
		width: 1.5rem;
	    height: 1.5rem;
		top: 0;
		left: 0;
		visibility: hidden;
		font-size: 18px;
		text-align: center;
		line-height: 1.5rem;
		color: #fff;
	}
	.wpcf7-checkbox input[type=checkbox]:checked + span:before,
	.wpcf7-acceptance input[type=checkbox]:checked + span:before {
		background: var(--wiris-green);
	}
	.wpcf7-checkbox input[type=checkbox]:checked + span:after,
	.wpcf7-acceptance input[type=checkbox]:checked + span:after {
		visibility: visible;
	}
	.wpcf7-list-item-label {
		margin-left: 40px;
		display: inline-block;
	}

*/


	/*style wrapper to give some space*/
	.form-check {
		padding-left: 0;
	}
	.wpcf7-list-item {
	    position: relative;
	    margin-bottom: 1rem;
	    margin-top: 1rem;
	}

	/*style label to give some more space*/
	.form-check .wpcf7-list-item .wpcf7-list-item-label {
	    display: block;
	    padding: 0 0 0 42px;
	}

	/*style and hide original checkbox*/
	.wpcf7-list-item input[type=checkbox] {
	  height: 30px;
	  left: 0;
	  opacity: 0;
	  position: absolute;
	  top: 0;
	  width: 30px;
	}

	/*position new box*/
	.wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
	  border-radius: 2px;
	  border: 1px solid #ee6a09;
	  border-color: var(--wiris-green);
	  background-color: white;
	  content: "";
	  height: 30px;
	  left: 0;
	  position: absolute;
	  top: 0;
	  width: 30px;
	}

		/*
		.wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
			border-radius: 30px;
			width: 34px;
			height: 34px;
		}
		*/

	/*svg background styles*/
	.wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::after {
	  content: "";
	  opacity: 0;
	  background-image: url("../img/check-white.svg");
	  background-repeat: no-repeat;
	  background-size: 24px;
	  background-position: center;
	  height: 30px;
	  width: 30px;
	  position: absolute;
	  left: 0;
	  top: 0;
	  border-radius: 2px;
	  transition: opacity 0.2s ease-in-out;
	}

		/*
		.wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::after {
			border-radius: 30px;
			background-image: none;
			left: 2px;
			top: 2px;
		}
		*/

	/*reveal check for 'on' state*/
	.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	  opacity: 1;
	  background-color: var(--wiris-green);
	}

	/*focus styles*/
	.wpcf7-list-item input[type=checkbox]:focus + .wpcf7-list-item-label::before {
	  box-shadow: 0 0 0 2px #007bff;
	  outline: 2px solid transparent; /* For Windows high contrast mode. */
	}





/* Footer */

	footer {

	}

	footer ul li {
		font-size: 17px;
		font-weight: 500;
	}

	footer ul li > ul li {
		font-size: 15px;
		font-weight: 400;
	}

	footer ul li > ul.nav {
		margin-bottom: 1.5rem;
	}

	footer ul li.menu-group {
		margin-top: 1.5rem;
	}

	footer ul li ul.nav ul.nav {
		margin-left: .5rem;
	}

	footer a,
	footer #ot-sdk-btn.ot-sdk-show-settings, footer #ot-sdk-btn.optanon-show-settings {
		color: rgba(255,255,255,.8);
		padding: .5rem 1rem;
	}

	footer a:hover,
	footer #ot-sdk-btn.ot-sdk-show-settings:hover, footer #ot-sdk-btn.optanon-show-settings:hover {
		color: rgba(255,255,255,1);
		background-color: transparent;
	}

	footer p a {
		text-decoration: none;
	}

	footer .footer-copyright ul li {
		font-size: 14px;
	}

	.footer-social-icon svg {
		width: 20px!important;
		height: 20px!important;
	}

		footer #ot-sdk-btn.ot-sdk-show-settings, footer #ot-sdk-btn.optanon-show-settings {
			border: none;
			font-size: 1em;
			background-color: transparent;
			font-weight: 500;
		}

	@media (max-width: 991px) {
		footer .nav-link,
		footer #ot-sdk-btn.ot-sdk-show-settings, footer #ot-sdk-btn.optanon-show-settings {
			padding: .25rem 1rem;
		}
		footer ul li {
			font-size: 16px;
		}
		footer ul.nav {
			margin-bottom: 1.5rem;
		}
		footer ul li > ul li {
			font-size: 14px;
		}
	}

	@media (max-width: 767px) {
		footer .nav-link,
		footer #ot-sdk-btn.ot-sdk-show-settings, footer #ot-sdk-btn.optanon-show-settings {
			text-align: center;
		}
	}
