/*!
Theme Name: Gutor
Theme URI:
Author: Tag
Author URI:
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gutor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gutor is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #243746;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.125rem;
	line-height: 1.45;
}

body.home {
	font-size: 1.688rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:500;
	margin:0;
	line-height: 1.2;
}

h1 {
	font-size:3.125rem;
	line-height: 1.1;
	text-transform: uppercase;
	margin:0;
}

h2 {
	font-size:2.5rem;
	line-height: 1.225;
	text-transform: uppercase;
	margin:0 0 2rem;
}

h2 span {
	color:#E10029;
}

h3 {
	margin: 0 0 2rem;
	font-size:1.375rem;
	font-weight: 700;
}

h4 {
	margin: 0 0 2rem;
}

h5 {
	margin: 0 0 2rem;
}

h6 {
	margin: 0 0 2rem;
}

p {
	margin: 0 0 2rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@media screen and (max-width: 1024px) {
	h2 {
		font-size: 2.25rem;
	}
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 1.85rem;
	}
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 2rem 0;
}

ul {
	padding: 0 0 0 1.2rem;
}

ul li::marker {
	color: #E10029;
}

ul li,
ol li  {
	margin: 0 0 0.25rem 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0 0 2rem;
}

figure.no-margin {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #E10029;
    transition: all 0.2s ease-in-out;
    transition-property: color;
}

/* a:visited {
	color: #E10029;
} */

a:hover,
a:focus,
a:active {
	color: #E10029;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
} */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #243746;
	border: 1px solid #243746;
	border-radius: 0;
	padding: 6px 10px;
	background:#fff;
	width:100%;
	max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #243746;
}

select {
	border: 1px solid #243746;
	background:#fff;
	border-radius: 0;
}

textarea {
	width: 100%;
	background:#fff;
	border-radius: 0;
	resize: none;
	display:block;
}

label {
	font-size:0.813rem;
	text-transform:uppercase;
}

.wpcf7-form-control-wrap {
	display:block;
	padding-top:0.313rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

#page {
	max-width: 2560px;
	margin:0 auto;
}

.container {
	max-width:1400px;
	padding:0 1.875rem;
	margin:0 auto;
	position: relative;
}

.page .entry-content.full-width .wp-block-columns {
	max-width:1400px;
	margin:0 auto;
	padding: 0 1.875rem;
}

.page .entry-content.full-width .wp-block-columns .wp-block-columns {
	padding: 0;
}

.error-404 {
	padding: 8rem 0;
}

#masthead {
	background:#fff;
}

#masthead .container {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	padding-top: 2.188rem;
	/* padding-bottom: 1.25rem; */
}

#masthead .site-header-inner {
	display:flex;
	align-items: flex-end;
}

#masthead .site-title {
	margin:0;
	padding-bottom: 1.25rem;
}

#masthead .site-branding a,
#masthead .site-branding a img {
	display:block;
}

#masthead .site-branding a img {
	width:174px;
}

#masthead .nav-contact-us {
	font-size:1.063rem;
	line-height: 1;
	display:flex;
	align-items: flex-end;
	display:none;
	position: relative;
	/* padding-bottom:1.25rem; */
}

#masthead .nav-contact-us a {
	text-decoration:none;
	display: block;
    padding: 1.25rem 0;
}

#masthead .nav-contact-us ul {
	display:none;
	padding:0;
	margin:0;
	list-style: none;
	position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000000;
	height: auto;
    background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	width:220px;
}

#masthead .nav-contact-us:hover ul {
	display:block;
}

#masthead .nav-contact-us ul li {
	padding:0;
	list-style: none;
	margin: 0 0 0.25rem 0;
	display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#masthead .nav-contact-us ul li a {
	padding: 0.5rem 0.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    position: relative;
	color: #243746;
}
#masthead .nav-contact-us ul li span {
	margin-left: 10px;
	font-size: 0.75rem;
}
#masthead .nav-contact-us ul li img {
	width:24px;
}
#masthead .nav-contact-us ul li a:hover {
	color: #E10029;
}

.home-banner {
	width:100%;
	min-height:50rem;
	display: flex;
	align-items: center;
	margin:0 0 5rem 0;
}

.home-banner .container {
	position: relative;
    z-index: 10;
	width:1400px;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.home-banner .title {
    color: #fff;
    max-width: 610px;
    transition: all 0.5s ease;
    transition-property: opacity, transform;
	opacity:0;
	transform: translateX(-20px);
}

.home-banner .title.animate {
	opacity:1;
	transform: translateX(0);
}

.home-banner .title h2 {
	font-size: 4.875rem;
    line-height: 4.625rem;
    letter-spacing: -0.1rem;
	margin:0 0 3.75rem 0;
}

.home-banner .title p {
	font-size: 1.75rem;
    letter-spacing: 0.1rem;
	margin:0 0 3.75rem 0;
	line-height: 1.25;
}

.home-banner .home-cycle-slideshow {
	width:100%;
	max-width: 2560px;
	height:50rem;
	/* background:url(images/home-banner-1.jpg) center center no-repeat;
	background-size: cover; */
	display:block;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	opacity:0;
}

.home-banner .slide {
	width:100%;
	height: 100%;
}

.home-banner .slide img {
	object-fit: cover;
	width: 100%;
	height:100%;
}

@media screen and (max-width: 1024px) {
	.home-banner .title h2 {
		font-size: 3.875rem;
		line-height: 3.625rem;
	}
	.home-banner .title p {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.home-banner {
		min-height: 40rem;
	}
	.home-banner .home-cycle-slideshow {
		height:40rem;
	}
}

@media screen and (max-width: 600px) {
	.home-banner .title h2 {
		font-size: 3.25rem;
		line-height: 3rem;
	}
	.home-banner .title p {
		font-size: 1.25rem;
		line-height: 1.2;
	}
}


.home-intro {
	max-width:900px;
	margin:0 auto;
}

.home-sectors {
	max-width:1280px;
	width: 100%;
	margin:0 auto;
	padding:2rem 0 5rem 0;
}

.home-sectors .sector-links {
	list-style:none;
	padding:2rem 0 0 0;
	margin:0;
	display: grid; 
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 30px; 
}

.home-sectors .sector-links li {
	list-style:none;
	padding:0;
	margin:0;
	opacity:0;
    transition: all 0.5s ease;
    transition-property: opacity;
	font-size:1.25rem;
}

.home-sectors .sector-links li.animate {
	opacity:1;
}

.home-sectors .sector-links li a {
	display:block;
	line-height:1;
	text-decoration: none;
	color:#243746;
	overflow: hidden;
    transition: all 0.2s ease-in-out;
    transition-property: color;
}

.home-sectors .sector-links li a:hover {
	color:#E10029;
}

.home-sectors .sector-links li .sector-image {
	overflow: hidden;
	margin:0 0 1rem 0;
}

.home-sectors .sector-links li img {
	display:block;
	transform: scale(1);
    transition: all 0.5s ease-in-out;
    transition-property: transform;
	max-width: 100%;
	width: 100%;
}

.home-sectors .sector-links li:hover img {
	transform: scale(1.1);
}

.home-sectors .sector-links li .sector-name {
	text-transform: uppercase;
}

@media screen and (max-width: 950px) {
	.home-sectors .sector-links {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 560px) {
	.home-sectors .sector-links {
		grid-template-columns: repeat(1, 1fr);
	}
}

.home-product-banner {
	background:url(../images/bg-home-product-banner.jpg) center center no-repeat;
	background-size:cover;
	color:#fff;
	padding:2.188rem 0 0;
}

.home-product-banner .row {
	display:flex;
	flex-direction: row;
	align-items: center;
}

.home-product-banner .col:first-child {
	width:55%;
	padding-right:30px;
	transform: translateX(-20px);
	opacity:0;
    transition: all 0.5s ease;
    transition-property: opacity, transform;
}

.home-product-banner .col:last-child {
	width:45%;
	padding-left:30px;
	text-align:center;
	transform: translateX(20px);
	opacity:0;
    transition: all 0.5s ease;
    transition-property: opacity, transform;
}

.home-product-banner.animate .col:first-child,
.home-product-banner.animate .col:last-child {
	opacity: 1;
	transform: translateX(0px);
}

.home-product-banner .col:last-child img {
	max-width:300px;
	width:100%;
	display:block;
	margin:0 auto;
}

@media screen and (max-width: 860px) {
	.home-product-banner .col:first-child {
		padding-top:1.5rem;
		padding-bottom:1.5rem;
		width:65%;
	}
	.home-product-banner .col:last-child {
		width:35%;
	}
	.home-product-banner .col:last-child img {
		max-width:250px;
	}
}

@media screen and (max-width: 767px) {
	.home-product-banner .row {
		flex-direction: column-reverse;
		text-align: center;
	}
	.home-product-banner br {
		display:none;
	}
	.home-product-banner .col:first-child {
		width:100%;
		padding-right: 0;
		padding-top: 0.5rem;
	}
	.home-product-banner .col:last-child {
		width:100%;
		padding-top:1rem;
		padding-left: 0;
	}
	.home-product-banner .col:last-child img {
		max-width: 200px;
	}
	.home-product-banner .col:first-child .mb-4 {
		margin-bottom: 2rem !important;
	}
}

.home-experience {
	max-width:800px;
	width: 100%;
	margin:0 auto;
	padding: 5rem 0 5rem 0;
}

.home-experience p:last-child {
	margin-bottom:0;
}

.home-timeline {
	background:#E10029;
	padding: 2.5rem 0;
}

.home-timeline .inner {
	padding:0 70px;
	position:relative;
}

.home-timeline .cycle-slideshow {
	width:100%;
	max-width: 100%;
	margin:0 auto;
}

.home-timeline .cycle-slideshow .slide {
	width:100%;
	max-width: 100%;
	background:#E10029;
	position:absolute;
	top:0;
	left:0;
}

.home-timeline .cycle-slideshow .slide img {
	width:100%;
	max-width: 100%;
	display:block;
}

.home-timeline .cycle-prev,
.home-timeline .cycle-next {
	position:absolute;
	top:50%;
	transform: translateY(-16px);
	width:34px;
	cursor:pointer;
	z-index: 1000;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	transition-property: opacity;
}

.home-timeline .cycle-prev {
	left:0px;
}

.home-timeline .cycle-next {
	right:0px;
}

.home-timeline .cycle-prev.disabled,
.home-timeline .cycle-next.disabled {
	/* display:none; */
	opacity: 0;
	cursor: auto;
}

.home-timeline .cycle-prev img,
.home-timeline .cycle-next img {
	display: block;
}

.timeline-mobile {
	display:none;
	width:100%;
	max-width:31.25rem;
	margin:0 auto;
}

@media screen and (max-width: 767px) {
	.home-timeline .inner {
		display:none;
	}
	.timeline-mobile {
		display:block;
	}
}

.product .entry-header {
	background:url(../images/bg-product.jpg) center center no-repeat;
	background-size: cover;
	color:#fff;
	margin-bottom: 6.25rem;
}

.product .entry-header .container {
	min-height:500px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	display:flex;
	align-items: center;
	justify-content: center;
}

.product .entry-header .container.title-only {
	justify-content: flex-start;
}

.product .entry-header .title {
	width:50%;
}

.product .entry-header h1 {
	margin:0 0 1.875rem 0;
}

.product .entry-header .subtitle {
	font-size:1.75rem;
	margin:0 0 6.25rem 0;
}

.product .entry-header .image {
	width:50%;
}

.product .entry-header .image img {
	display:block;
	width: 25rem;
	max-width: 100%;
	margin:0 auto;
}

@media screen and (max-width: 1024px) {
	.product .entry-header .subtitle {
		margin:0 0 4rem 0;
	}
	.product .entry-header .title {
		width: 60%;
	}
	.product .entry-header .image {
		width: 40%;
	}
}

@media screen and (max-width: 767px) {
	.product .entry-header .subtitle {
		font-size:1.25rem;
		margin:0 0 2rem 0;
	}
	.product .entry-header .container {
		flex-direction: column-reverse;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.product .entry-header .container.title-only {
		justify-content: center;
	}
	.product .entry-header .title {
		width: 100%;
		text-align: center;
	}
	.product .entry-header .image {
		width: 100%;
		text-align: center;
	}
	.product .entry-header .image img {
		width: 19rem;
		margin: 0 auto 2rem;
	}
}

.tabs {
	border-bottom: solid 1px #243746;
}

.tabs ul {
	list-style: none;
	padding:0;
	margin:0;
	display:flex;
}

.tabs ul li {
	list-style: none;
	padding:0;
	margin:0;
	border-top: solid 1px #243746;
	border-right: solid 1px #243746;
	padding:0.625rem 2.188rem;
	width: 13.126rem;
	display:flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	text-align: center;
	min-height: 3.625rem;
	cursor: pointer;
}

.tabs ul li:first-child {
	border-left: solid 1px #243746;
}

.tabs ul li.active {
	color:#fff;
	background:#243746;
}

.tab-content {
	display:none;
}

.tab-content.active {
	display:block;
}

.tab-content-products {
	padding: 3.75rem 0 3.75rem 0;
}

.tab-content-documents {
	padding: 3.75rem 0 3.75rem 0;
	background: rgba(36,55,70,0.03);
}

.tab-content-software {
	padding: 3.75rem 0 3.75rem 0;
	background: rgba(36,55,70,0.03);
}

@media screen and (max-width: 1024px) {
	.tabs ul li {
		width:25%;
	}
}

@media screen and (max-width: 767px) {
	.tabs ul li {
		font-size: 1rem;
		min-height: 3rem;
		padding: 0.5rem 1rem;
	}
}

@media screen and (max-width: 520px) {
	.tabs ul {
		flex-direction: column;
	}
	.tabs ul li {
		width:100%;
		border-left: solid 1px #243746;
	}
}

.section-discover {
	padding: 3.75rem 0 3.75rem 0;
	font-size:1.188rem;
}

.section-discover h3 {
	color:#E10029;
	font-size:1.875rem;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.section-discover h3 {
		font-size:1.45rem;
	}
}

.section-benefits {
	background:rgba(36,55,70,0.03);
	padding: 3.75rem 0 3.75rem 0;
}

.section-benefits ul {
	list-style:none;
	padding:0;
	margin:0;
	display: grid; 
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 30px; 
}

.section-benefits ul li {
	list-style:none;
	padding:0;
	margin:0;
	text-align: center;
	background:#fff;
	padding: 2rem 1rem;
	box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.28);
	-webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.28);
	-moz-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.28);
}

.section-benefits ul li strong {
	display:inline-block;
	margin:0 0 1rem 0;
	color: #E10029;
	font-size: 1.563rem;
	line-height: 1.2;
}

@media screen and (max-width: 1024px) {
	.section-benefits ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 820px) {
	.section-benefits ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.section-benefits ul li strong {
		font-size: 1.325rem;
	}
}

@media screen and (max-width: 600px) {
	.section-benefits ul {
		grid-template-columns: repeat(1, 1fr);
	}
}

.product-list {
	list-style: none;
	padding:0;
	margin:0;
	display: grid; 
	grid-template-columns: repeat(3, 1fr);
	gap: 3.125rem 1.875rem;
}

body.page-id-83 .product-list {
	padding-top:2rem;
}

.product-list li {
	list-style: none;
	padding:0;
	margin:0;	
}

.product-list li .inner {
	padding:1.5rem 1.875rem 0 0;
	border-top:solid 2px #E10029;
}

.product-list li .name {
	font-weight:700;
	font-size: 1.688rem;
	margin:0 0 1rem 0;
	line-height: 1.2;
}

.product-list li .short-desc {
	color:#E10029;
	text-transform: uppercase;
	font-size: 1.188rem;
	margin:0 0 1rem 0;
}

.product-list li .long-desc {
	font-size: 1.188rem;
	margin:0 0 1.5rem 0;
}

.product-list li img {
	display:block;
	width:320px;
	max-width:100%;
	margin:0 auto 1.875rem;
}

.product-list li .btn {
	font-size:1rem;
	padding: 0.75rem 1rem;
}

@media screen and (max-width: 1024px) {
	.product-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.product-list li .name {
		font-size: 1.35rem;
	}
	.product-list li .short-desc {
		font-size: 1.05rem;
	}
	.product-list li .long-desc {
		font-size: 1.05rem;
	}
}

@media screen and (max-width: 650px) {
	.product-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.product-list li .inner {
		padding: 1.5rem 0 0 0;
	}
}

.contact-us-locations {
	background:#fff;
    padding-bottom: 5rem;
}

.location-list {
	list-style: none;
	padding:0;
	margin:0;
	display: grid; 
	grid-template-columns: repeat(3, 1fr);
	gap: 5rem 4rem;
}

.location-list li {
	list-style: none;
	margin:0;
	font-size:1rem;
}

.location-list li .type {
	font-weight:500;
	font-size: 1.375rem;
	margin:0 0 0 0;
	line-height: 1.2;
	color: #E10029;
	margin:0 0 0.25rem 0;
}

.location-list li .entity {
	font-weight:700;
	font-size: 1.25rem;
	margin:0 0 0.85rem 0;
	line-height: 1.2;
	color: #E10029;
}

.location-list li .country {
	font-weight:500;
	font-size: 1.5rem;
	margin:0 0 1.25rem 0;
	line-height: 1.2;
	text-transform: uppercase;
	padding:0 0 1.2rem 0;
	border-bottom:solid 2px #E10029;
}

.location-list li .additional {
	padding-top:1rem;
}

.location-list li .address {
	margin: 0 0 0.85rem 0;
}

.location-list li .description {
	margin: 0 0 1.5rem 0;
}

.location-list li .email a {
	text-decoration: none;
	color:#243746;
}

.location-list li .email a:hover {
	text-decoration: underline;
}

.location-list .contact-label {
	color:#E10029;
    display: inline-block;
    font-weight: 700;
    width: 0.75rem;
}

@media screen and (max-width: 1024px) {
	.location-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem 3rem;
	}
}

@media screen and (max-width: 650px) {
	.location-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 3rem;
	}
}

.section-features {
	padding: 3.75rem 0 3.75rem 0;
}

.accordion {
	position: relative;
	margin:0 0 1.875rem 0;
}

.accordion .title {
	font-size: 1.563rem;
	color:#243746;
	border-bottom: solid 1px #243746;
	font-weight: 500;
	cursor: pointer;
	padding: 0.5rem 2.875rem 0.5rem 0;
    transition: all 0.1s ease-in-out;
    transition-property: color, border;
	background: url(images/icon-accordion-arrow-down.svg) center right no-repeat;
	background-size: 26px 12px;
	line-height: 1.2;
}

.accordion .content {
	padding:1.25rem 0 0 0;
	display:none;
}

.accordion.open .content {
	display:block;
}

.accordion.open .title {
	color:#E10029;
	border-bottom: solid 1px #E10029;
	background: url(images/icon-accordion-arrow-up.svg) center right no-repeat;
	background-size: 26px 12px;
}

.accordion .content ul {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem 4rem;
	padding:0;
	margin:0;
}

.accordion .content ul li {
	margin:0 0 0 1.25rem;
	padding:0;
}

@media screen and (max-width: 1024px) {
	.accordion .content ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.accordion .title {
		font-size: 1.35rem;
	}
	.accordion .content ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	.accordion .content ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem 4rem;
	}
}

.document-list {
	list-style: none;
	padding:0;
	margin:0;
}

.document-list li {
	list-style: none;
	padding:0;
	margin:0;
}

.document-list li {
	display:flex;
	border-bottom: solid 1px #243746;
	margin: 0 0 2rem 0;
	padding:0 0 1rem 0;
}

.document-list li .content {
	width:80%;
}

.document-list li .download {
	width:20%;
}

.document-list li .title {
	font-size:1.438rem;
	line-height: 1.2;
	margin-bottom: 0.25rem;
	padding-right:2rem;
}

.document-list li .document-meta {
	font-size:1.063rem;
}

.document-list li .download {

}

.document-list li .download a {
	color:#E10029;
	text-decoration: none;
	font-size: 1rem;
	display:flex;
	align-items: flex-end;
    line-height: 1;
}

.document-list li .download a img {
	display:block;
	margin-right:0.75rem;
}

.document-list li .download a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	.document-list li .content {
		width:75%;
	}
	
	.document-list li .download {
		width:25%;
	}
}

@media screen and (max-width: 767px) {
	.document-list li .content {
		width:70%;
	}
	
	.document-list li .download {
		width:30%;
	}
	.document-list li .title {
		font-size: 1.25rem;
	}
	.document-list li .document-meta {
		font-size: 1rem;
	}
	.document-list li .download a img {
		width:1.875rem;
	}
}

@media screen and (max-width: 640px) {
	.document-list li {
		flex-direction: column;
	}
	.document-list li .content {
		width:100%;
		margin-bottom: 1rem;
	}
	.document-list li .title {
		padding-right: 0;
	}
	.document-list li .download {
		width:100%;
	}
}

.section-similar-products {
	padding:5rem 0 5rem;
}

.section-similar-products h3 {
	text-transform: uppercase;
	font-weight: 500;
	font-size:1.875rem;
	margin:0 0 4rem 0;
}

.section-similar-products .swiper-similar-products {
	padding: 0 3rem;
	position: relative;
}

.section-similar-products .swiper-button-next {
	right:0;
	width:28px;
	height:60px;
	overflow:hidden;
	background:url(images/swiper-arrow-right.svg) center center no-repeat;
	background-size:28px 60px;
	transition: all 0.2s ease-in-out;
    transition-property: opacity;
}

.section-similar-products .swiper-button-prev {
	left:0;
	width:28px;
	height:60px;
	overflow:hidden;
	background:url(images/swiper-arrow-left.svg) center center no-repeat;
	background-size:28px 60px;
	transition: all 0.2s ease-in-out;
    transition-property: opacity;
}

.section-similar-products .swiper-button-next:after,
.section-similar-products .swiper-button-prev:after {
	display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0 !important;
}

.section-similar-products .swiper-slide .inner {
	text-align:center;
}

.section-similar-products .swiper-slide a {
	text-decoration: none;
	color: #243746;
	opacity: 0.5;
    transition: all 0.2s ease-in-out;
    transition-property: opacity;
	position: relative;
}

.section-similar-products .swiper-slide a:hover {
	opacity: 1;
}

.section-similar-products .swiper-slide img {
	display:block;
	max-width:100%;
	width:100%;
	margin:0 auto;
}

.section-similar-products .swiper-slide .image {
	position: relative;
	padding-bottom: 1rem;
}

.section-similar-products .swiper-slide .image:after {
	content: '';
	position: absolute;
	bottom:-1px;
	left:0;
	width:100%;
	height:0;
	background:#E10029;
	z-index: 1;
    transition: all 0.2s ease-in-out;
    transition-property: height;
}

.section-similar-products .swiper-slide a:hover .image:after {
	height:7px;
}

.section-similar-products .swiper-slide .name {
	font-weight: bold;
	font-size: 1.5rem;
	color: #243746;
	line-height: 1.2;
	border-top: solid 1px #243746;
	padding-top:1rem;
}

@media screen and (max-width: 767px) {
	.section-similar-products .swiper-slide .name {
		font-size:1.2rem;
	}
}

@media screen and (max-width: 600px) {
	.section-similar-products h3 br {
		display: none;
	}
}

.section-services {
	background: rgba(36, 55, 70, 0.03);
}

.section-services h2 {
	text-align: center;
}

.section-services .service-list {
	list-style: none;
	margin:0;
	padding:0;
	display:flex;
	gap:30px;
	flex-wrap:wrap;
}

.section-services .service-list li {
	list-style: none;
	margin:0;
	padding:0 1rem 2rem 1rem;
	width:calc(33.3333333333% - 20px);
	background:#fff;
	box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.28);
    -webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.28);
    -moz-box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.28);
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-services .service-list li .inner {
	/* padding: 2rem 1rem 0rem; */
}

.section-services .service-list .image {
	margin:0 -1rem 1.75rem -1rem;
}

.section-services .service-list img {
	display:block;
}

.section-services .service-list h3 {
	padding:0;
	margin:0 0 0.5rem;
}

.section-services .service-list .desc {
	margin:0 0 1rem 0;
}

.section-services .btn {
    font-size: 1rem;
    padding: 0.75rem 1rem;
}

.contact-form-wrapper {
	padding-top:2rem;
}

.contact-form-wrapper .row {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem 3rem;
	margin:0 0 2rem 0;
}
.contact-form-wrapper .row .col .contact-form-item{
	display: flex;
    align-items: center;
    justify-content: flex-start;
} 
.contact-form-wrapper .row .col .contact-form-item img{
    width: 32px;
	margin-right: 15px;
} 
.contact-form-wrapper .row .col .contact-form-item span{

} 
.contact-form-wrapper .row .col .contact-form-item a{

} 
.contact-form-wrapper p {
	padding:0;
	margin:0;
}

.contact-form-wrapper .submit-wrapper {
	padding:2rem 0 0 0;
}

.contact-form-wrapper .btn {
	font-size:1rem;
	padding: 1rem 2rem;
}

.wpcf7-not-valid-tip {
	padding-top: 0.313rem;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0 1em;
	border-width: 1px;
}

@media screen and (max-width: 620px) {
	.contact-form-wrapper .row {
		grid-template-columns: repeat(1, 1fr);
	}
}

.site-footer {
	background:#F6F7F8;
	padding: 8.75rem 0 3.375rem 0;
}

.site-footer .row1 {
	display:flex;
	align-items: flex-end;
	border-bottom: solid 1px #243746;
	padding: 0 0 2.5rem 0;
	justify-content: space-between;
}

.site-footer .logo {
	display:block;
}

.site-footer .logo img {
	display:block;
	width:174px;
}

.site-footer .social-links {
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	flex-direction: row;
}

.site-footer .social-links li {
	list-style:none;
	padding:0;
	margin:0 0 0 0.625rem;
}

.site-footer .social-links li a {
	display:flex;
	line-height: 1;
	width:42px;
	height:42px;
	border:solid 1px rgba(36,55,70,0.2);
	border-radius:50%;
	align-items: center;
	justify-content: center;
    transition: all 0.2s ease-in-out;
    transition-property: background, border;
}

.site-footer .social-links li a:hover {
	/* background: rgba(36,55,70,0.025); */
	border:solid 1px rgba(36,55,70,1);
	/* background:#fff; */
}

.site-footer .social-links li a img {
	display:block;
}

.site-footer .row2 {
	display:flex;
	justify-content: space-between;
	padding: 3.125rem 0 5.625rem 0;
}

.site-footer .footer-links {
	display:flex;
}

.site-footer .footer-links ul {
	list-style:none;
	padding:0;
	margin:0;
}

.site-footer .footer-links ul:first-child {
	margin:0 11.25rem 0 0;
}

.site-footer .footer-links ul li {
	list-style:none;
	padding:0;
	margin:0 0 0.625rem 0;
	font-size:1.188rem;
}

.site-footer .footer-links ul li a {
	color:#243746;
	text-decoration: none;
	line-height: 1;
}

.site-footer .footer-subscribe {
	display:flex;
	align-items: flex-end;
	padding:0 0 0.625rem 0;
}

.site-footer .row3 {
	font-size:1rem;
	color:#E10029;
}

@media screen and (max-width: 767px) {
	.site-footer .footer-links ul:first-child {
		margin:0 5rem 0 0;
	}
}

@media screen and (max-width: 560px) {
	.site-footer .footer-links {
		flex-direction: column;
	}
	.site-footer .footer-links ul li {
		margin: 0 0 0.5rem 0;
		font-size: 1rem;
	}
}

@media screen and (max-width: 480px) {
	.site-footer .row1 {
		flex-direction: column;
		align-items: flex-start;
	}
	.site-footer .logo {
		margin-bottom: 2rem;
	}
	.site-footer .social-links li {
		margin: 0 0.625rem 0 0;
	}
}

.grecaptcha-badge {
	display: none;
}

.wp-block-columns.row-padding {
	padding-top: 3.75rem !important;
	padding-bottom: 3.75rem !important;
}

.wp-block-columns.row-padding-top {
	padding-top: 3.75rem !important;
}

.wp-block-columns.row-padding-bottom {
	padding-bottom: 3.75rem !important;
}

.wp-block-columns.align-items-center {
	align-items: center !important;
}

@media screen and (max-width: 1240px) {
	.wp-block-columns.mobile-align-items-flex-start {
		align-items: flex-start !important;
	}
}

.wp-block-columns .wp-block-column p:last-child {
	margin:0;
}

.wp-block-columns.slim-block {
	max-width: 64.375rem !important;
}

.larger-text,
.wp-block-columns.larger-text {
	font-size: 1.688rem;
}

@media screen and (max-width: 1024px) {
	.larger-text,
	.wp-block-columns.larger-text {
		font-size: 1.45rem;
	}
}

@media screen and (max-width: 767px) {
	.larger-text,
	.wp-block-columns.larger-text {
		font-size: 1.15rem;
	}
}

@media screen and (max-width: 781px) {
	.wp-block-columns.mobile-column-reverse {
		flex-direction: column-reverse;
	}
}

.wp-block-column.col-padding {
	padding-left: 6rem;
	padding-right: 6rem;
}

@media screen and (max-width: 1240px) {
	.wp-block-column.col-padding {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media screen and (max-width: 1024px) {
	.wp-block-column.col-padding {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media screen and (max-width: 781px) {
	.wp-block-column.col-padding {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 781px) {
	.wp-block-column.mobile-text-center {
		text-align: center;
	}
}

.bg-service-lifecycle {
	background:url(/wp-content/uploads/2023/12/bg-service-lifecycle.jpg) center center no-repeat;
	background-size: cover;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.btn {
	color:#E10029;
	text-decoration: none;
	display:inline-flex;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.25rem;
	line-height: 1;
	border:solid 1px #E10029;
	padding: 1.1rem 1.25rem;
    transition: all 0.2s ease-in-out;
    transition-property: background, border, color;
	letter-spacing: 0.15rem;
	background:transparent;
	cursor: pointer;
}

.btn:hover {
	background:#E10029;
	color:#fff;
}

.btn.white {
	color:#fff;
	border:solid 1px #fff;
}

.btn.white:hover {
	background:#fff;
	color:#E10029;
}

.btn.small {
	font-size:1rem;
	padding: 1rem 1.25rem;
}

@media screen and (max-width: 1024px) {
	.btn {
		font-size: 1rem;
	}
}

.post-password-form {
	max-width:30rem;
	margin:0 auto;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 1.2); */
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	flex-direction: column;
	display: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	display: flex;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size:1.063rem;
	line-height: 1;
	color:#243746;
}

.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-parent > a,
.main-navigation ul ul li.current-menu-item > a {
	color:#E10029;
}

.main-navigation a:hover {
	color:#E10029;
}

/* Small menu. */
.menu-toggle {
	display: block;
}

.menu-toggle {
	width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0;
	text-indent:-9999px;
	border:0;
	border-radius: 0;
	cursor: pointer;
}

.btn-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 21px;
	padding-left: 0;
	padding-right: 0;
	border: none;
	background-color: transparent;
	color: inherit;
	cursor: pointer;
	transition: 0.3s ease;
}
.btn-menu:focus {
	outline: none;
}
.btn-menu__text {
	margin-left: 10px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
}
.btn-menu__bars {
	display: block;
	position: relative;
	width: 36px;
	height: 3px;
	background-color: #E10029;
	transition: 0.3s;
}
.btn-menu__bars:before, .btn-menu__bars:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #E10029;
	transition: 0.3s;
}
.btn-menu__bars:before {
	transform: translate(0, -9px);
}
.btn-menu__bars:after {
	transform: translate(0, 9px);
}
.toggled .btn-menu .btn-menu__bars {
	background-color: transparent;
}
.toggled .btn-menu .btn-menu__bars:before {
	transform: rotate(45deg);
}
.toggled .btn-menu .btn-menu__bars:after {
	transform: rotate(-45deg);
}

@media screen and (min-width: 1140px) {

	.menu-toggle,
	.main-navigation ul li#menu-item-99 {
		display: none;
	}

	.menu {
		height: 100%;
	}

	.main-navigation {
		margin-left:3.75rem;
	}

	.main-navigation ul {
		display: flex;
		align-items: flex-end;
		height: 100%;
	}

	.main-navigation ul li {
		margin-right:1.875rem;
	}

	.main-navigation ul li:hover > a {
		color: #E10029;
	}

	.main-navigation ul li a {
		padding: 1.25rem 0;
	}

	.main-navigation ul ul {
		top: 100%;
		height:auto;
		background:#fff;
	}

	.main-navigation ul ul li {
		margin-right:0;
	}

	.main-navigation ul ul li a {
		padding: 0.5rem 0.5rem;
		font-size:0.75rem;
		text-transform: uppercase;
		position: relative;
	}

	.main-navigation ul ul li a:before {
		content: '';
		height:1px;
		background:#E10029;
		display:block;
		position: absolute;
		bottom:0;
		left:0.5rem;
		right:0.5rem;
	}

	.main-navigation ul ul li:last-child a:before {
		display: none;
	}
	
	#masthead .nav-contact-us {
		display:flex;
	}
}

@media screen and (max-width: 1139px) {
	.main-navigation {
		display: block;
		position: absolute;
		bottom:0;
		right:0;
		z-index: 1000;
		bottom:1.25rem;
	}
	.main-navigation ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		background:#fff;
	}
	.main-navigation ul li > a {
		display: block;
		text-decoration: none;
		/* font-size:1.063rem;
		line-height: 1; */
		color:#243746;
		padding: 0.5rem 0.5rem;
		position: relative;
		text-transform: uppercase;
	}
	.main-navigation ul li > a:before {
		content: '';
		height:1px;
		background:#E10029;
		display:block;
		position: absolute;
		bottom:0;
		left:0.5rem;
		right:0.5rem;
	}
	.main-navigation ul li:last-child > a:before {
		display: none;
	}
	#masthead .site-header-inner {
		position: relative;
		width: 100%;
	}
	.main-navigation.toggled ul {
		display: block;
	}
	.menu-main-navigation-container {
		position: absolute;
		top: 40px;
		right: 0;
		width:250px;
	}
	.main-navigation ul ul {
		display: none !important;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.page .entry-header {
	background:url(../images/bg-home-product-banner.jpg) center center no-repeat;
	background-size:cover;
	color:#fff;
}

.page .entry-header .container {
	padding-top:2rem;
	padding-bottom:2rem;
	min-height:500px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

/* .page .entry-header.has-banner .container {
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
} */

.page .entry-header h1,
.page .entry-header .subtitle,
.page .entry-header.has-banner h1,
.page .entry-header.has-banner .subtitle {
	max-width: 530px;
}

.page .entry-header .subtitle,
.page .entry-header.has-banner .subtitle {
	font-size: 1.75rem;
	line-height: 1.2;
	padding-top:2rem;
}

.page .entry-content {
	padding-top: 5rem;
	padding-bottom: 5rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* max-width: 64.375rem; */
}

.page .entry-content.full-width {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.page .entry-header.has-banner h1,
	.page .entry-header h1,
	.product .entry-header h1 {
		font-size:2.25rem;
	}
	.page .entry-header.has-banner .subtitle,
	.page .entry-header .subtitle {
		font-size: 1.25rem;
	}
}

body.page-id-83 .page .entry-content {
	max-width: 87.5rem;
}

body.page-id-96 .page {
	background:rgba(36,55,70,0.03);
}

body.home .page .entry-content {
	padding-top: 0;
	padding-bottom: 0;
}

body.search-results .site-main,
body.single-post .site-main {
	padding: 5rem 0;
}

body.search-results .page .entry-header,
body.search-results .product .entry-header {
	background:none;
}

body.search-results .product .entry-header {
	margin-bottom:0;
}
body.search-results h1 {
	margin:0 0 4rem 0;
}

body.search-results h2,
body.search-results p {
	margin:0 0 1rem 0;
}

body.search-results article {
	margin:0 0 3rem 0;
}

body.search-results .entry-footer span {
	margin-right:1rem;
}

body.archive .site-main {
	padding: 5rem 0;
}

body.archive h1 {
	margin:0 0 4rem;
}

.page .entry-content > p:last-child {
	margin-bottom:0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.entry-content {
	margin:0 auto;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Google Map
--------------------------------------------- */

#map-app {
	padding-top: 3rem;
}

@media screen and (max-width: 950px) {
	.vue-map {
		height: calc(100vh - 7rem) !important;
	}
}

.map_loading {
	text-align: center;
}

.loading_wrapper {
	visibility: hidden;
	height: 50vh;
}

.loading_wrapper.loaded {
	visibility: visible;
	height: auto;
}

.mobile-tabs {
	list-style:none;
	padding:0;
	margin:0 0 1rem 0;
	display: none;
}

@media screen and (max-width: 950px) {
	.mobile-tabs {
		display: flex;
	}
}

.mobile-tabs li {
	list-style:none;
	padding:0;
	margin:0;
	width:33.3333333333%;
}

.mobile-tabs li button {
	width:100%;
	border:0;
	border-radius: 0;
	cursor: pointer;
	border-top: solid 1px #243746;
    border-right: solid 1px #243746;
	border-bottom: solid 1px #243746;
	line-height: 1;
	font-size: 1rem;
	display:flex;
	align-items: center;
	justify-content: center;
	height: 3.125rem;
}

.mobile-tabs li:first-child button {
	border-left: solid 1px #243746;
}

.mobile-tabs li button.active {
	color:#fff;
	background:#243746;
}

@media screen and (max-width: 950px) {
	.loaded .mobile-tab-list,
	.loaded .mobile-tab-map,
	.loaded .mobile-tab-filters {
		display: none;
	}

	.loaded .mobile-tab-list.active,
	.loaded .mobile-tab-map.active,
	.loaded .mobile-tab-filters.active {
		display: block;
	}
}


.mobile-tabs li button .filter_count {
	background:#243746;
	color:#fff;
	font-size:0.8rem;
	line-height: 1;
	border-radius: 100%;
	display:inline-flex;
	align-items: center;
	justify-content: center;
	width:1.25rem;
	height:1.25rem;
	margin: 0 0 0 0.5rem;
}

.mobile-tabs li button.active .filter_count {
	background:#fff;
	color:#243746;
}

@media screen and (max-width: 950px) {
	#map-app {
		padding-top: 1.5rem;
	}
}

.map-content {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 1.5rem;
	padding-bottom: 2.5rem;
}

@media screen and (max-width: 950px) {
	.map-content {
		flex-direction: column;
		padding-bottom: 1.5rem;
		padding-top:0;
	}
}

.map-content .filters {
	width:28%;
}

@media screen and (max-width: 950px) {
	.map-content .filters {
		width:100%;
	}
}

.map-content .filters .header {
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom:2.5rem;
}

@media screen and (max-width: 950px) {
	.map-content .filters .header {
		padding-bottom:1.25rem;
		font-size: 1rem;
	}
}

.map-content .filters .clear-all {
	cursor:pointer;
	background:url(images/icon-clear.svg) right center no-repeat;
	background-size:1.563rem 1.188rem;
	padding-right:2.188rem;
}

.map-content .locations {
	width:66%;
}

@media screen and (max-width: 950px) {
	.map-content .locations {
		width:100%;
	}
}

.map-content .locations .header {
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom:2.5rem;
	border-bottom:solid 1px #E10029;
}

@media screen and (max-width: 950px) {
	.map-content .locations .header {
		padding-bottom:1.25rem;
		font-size: 1rem;
	}
}

.map-content .locations .header .sorting span {
	margin:0 0 0 1rem;
	cursor: pointer;
	padding-left: 2.15rem;
}

.map-content .locations .header .sorting span.selected {
	color:#E10029;
}

.map-content .locations .header .sorting span.sort-name {
	background: url(images/icon-sort-name.svg) center left no-repeat;
	background-size:26px 15px;
}

.map-content .locations .header .sorting span.sort-name.selected {
	background: url(images/icon-sort-name-selected.svg) center left no-repeat;
	background-size:26px 15px;
}

.map-content .locations .header .sorting span.sort-distance {
	background: url(images/icon-sort-distance.svg) center left no-repeat;
	background-size:21px 22px;
	padding-left: 1.838rem;
}

.map-content .locations .header .sorting span.sort-distance.selected {
	background: url(images/icon-sort-distance-selected.svg) center left no-repeat;
	background-size:21px 22px;
}

.map-content .filter_tags.mobile {
	display:none;
}

@media screen and (max-width: 950px) {
	.map-content .filter_tags.mobile {
		display:block;
	}
	.map-content .filter_tags.desktop {
		display:none;
	}
}

.map-content .filter_tags > span {
	cursor:pointer;
	display:inline-flex;
	border: solid 1px #243746;
	padding: 1rem 2.75rem 1rem 1rem;
	line-height: 1;
	border-radius:2rem;
	height:18px;
	margin:0.625rem 0.625rem 0 0;
	align-items: center;
	position: relative;
}

.map-content .filter_tags.mobile > span {
	margin:0 0.625rem 0.625rem 0;
}

@media screen and (max-width: 950px) {
	.map-content .filter_tags > span {
		font-size:1rem;
	}
}

.map-content .filter_tags > span:after {
	content:'✕';
	width:1.375rem;
	height:1.375rem;
	display:flex;
	line-height: 1;
	position: absolute;
	top:50%;
	right:0.375rem;
	background:#7C8790;
	color:#fff;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	font-family: Arial, 'san-serif';
    font-size: 0.938rem;
}

.map-content .filter_tags > span:hover {
	text-decoration: line-through;
}

.map-content .filter_tags > span .ellipsis {
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width: 16.875rem;
}

.map-content .locations .no-results {
	text-align:center;
	padding:2rem 0 0 0;
}

.map-content .locations .marker {
	display:grid;
	grid-template-columns: 50% 50%;
	margin:2rem 0 0 0;
	border-left: solid 8px #E10029;
	border-right: solid 1px #243746;
	border-bottom: solid 1px #243746;
	border-top: solid 1px #243746;
	padding:1rem;
	font-size:1.063rem;
	color:#7C8790;
}

@media screen and (max-width: 950px) {
	.map-content .locations .marker {
		grid-template-columns: 100%;
		margin:1.25rem 0 0 0;
		font-size: 1rem;
	}
}

.map-content .locations .marker a {
	text-decoration: none;
	color:#7C8790;
}

.map-content .locations .marker a:hover {
	text-decoration: underline;
}

.map-content .locations .marker .left {
	padding-right:1.25rem;
	background: url(images/marker.svg) left center no-repeat;
	background-size: 1.625rem 2.438rem;
	padding-left:2.875rem;
}

@media screen and (max-width: 950px) {
	.map-content .locations .marker .left {
		padding-right:0;
		padding-left: 2.063rem;
		background: url(images/marker.svg) top left no-repeat;
		background-size: 1.438rem 2.157rem;
		padding-bottom:1rem;
	}
}

.map-content .locations .marker .right {
	border-left:solid 1px #243746;
	padding-left:1.25rem;
	display:flex;
	flex-direction: column;
	justify-content: center;
	word-break: break-word;
}

@media screen and (max-width: 950px) {
	.map-content .locations .marker .right {
		border-left:0;
		padding-left:0;
	}
}

.map-content .locations .marker .company_name {
	color:#E10029;
	font-size:1.125rem;
	font-weight:700;
	margin:0 0 0.5rem 0;
}

.map-content .locations .marker .right div {
	line-height: 1;
    min-height: 1.438rem;
    display: flex;
    padding-left: 2.063rem;
    align-items: center;
	margin:0 0 0.625rem 0;
}

.map-content .locations .marker .right div:last-child {
	margin-bottom:0;
}

.map-content .locations .marker .right .phone {
	background: url(images/icon-phone.svg) left center no-repeat;
	background-size:1.438rem 1.438rem;
	line-height: 1.3;

}

.map-content .locations .marker .right .website {
	background: url(images/icon-website.svg) left center no-repeat;
	background-size:1.438rem 1.438rem;
	line-height: 1.2;
}

.map-content .locations .marker .right .email {
	background: url(images/icon-email.svg) left center no-repeat;
	background-size:1.438rem 1.313rem;
}

.map-content .filter-block {
	border: solid 1px #243746;
	padding:1rem;
	margin:0 0 2.625rem 0;
}

@media screen and (max-width: 950px) {
	.map-content .filter-block {
		margin:0 0 1.25rem 0;
	}
}

.map-content .filter-block h4 {
	margin:0;
	font-weight:700;
	font-size: 1.125rem;
	color:#243746;
	border-bottom:solid 1px #243746;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
}

.map-content .filter-block label.checkbox,
.search_on_move label.checkbox {
	font-size:initial;
	text-transform: none;
	display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 1rem;
}

.map-content .filter-block label.checkbox:last-child,
.search_on_move label.checkbox:last-child {
	margin-bottom:0;
}

.map-content .filter-block label.checkbox input,
.search_on_move label.checkbox input {
	display:none;
}

.map-content .filter-block label.checkbox span,
.search_on_move label.checkbox span {
	width:1.25rem;
	height:1.25rem;
	border: solid 1px #E10029;
	display:inline-flex;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
	margin:0 1rem 0 0;
}

.search_on_move label.checkbox span {
	margin:0 0.625rem 0 0;
}

.map-content .filter-block label.checkbox.selected span:before,
.search_on_move label.checkbox.selected span:before {
	content: '';
	background:#E10029;
	width:0.625rem;
	height:0.625rem;
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	border-radius: 1px;
	transform:translate(-50%,-50%);
}

.map-content .filter-block.filter_country .inner {
	overflow-y:scroll;
	height:17.125rem;
}


.map-content .filter-block.filter_name input {
	font-size:1rem;
	background: #fff url(images/icon-search.svg) center right 0.875rem no-repeat;
    background-size: 1.313rem 1.313rem;
	padding: 0.7rem 3.063rem 0.7rem 0.875rem;
}

.search_on_move {
	background:#fff;
	padding:0.875rem;
	font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(51, 51, 51, 0.15) 0px 2px 5px 0px, rgba(51, 51, 51, 0.05) 0px 0px 2px 0px;
}

.search_move_wrapper {
	position: relative;
	margin:0.625rem 0.625rem 0 0;
}

@media screen and (max-width: 950px) {
	.search_move_wrapper {
		display:none;
	}
}

.btn-search-here {
	background:#E10029;
	color:#fff;
	width:100%;
	position: absolute;
	bottom:0;
	right:0;
	height:2.5rem;
	padding:0;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:1rem;
}

.btn-back {
	background:#E10029;
	color:#fff;
	border-radius: 0;
	cursor: pointer;
	border:0;
	font-size: 1rem;
	line-height: 1;
	padding: 0.75rem 1rem;
}

.info_box {
    font-family: 'Nunito Sans', sans-serif;
	font-size: 1rem;
	position: relative;
}

/* .info_box:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 50%;
    background: white;
    left: -10px;
    transform: translateY(50%) rotate(45deg);
} */

.info_box .company_name {
	font-weight:700;
	margin:0 0 0.5rem 0;
	color:#E10029;
	font-size:1.063rem;
	padding:0 0 0 2rem;
}

.info_box .address {
	margin:0 0 0.5rem 0;
	background: url(images/marker.svg) top 0.188rem left no-repeat;
	background-size: 1rem 1.5rem;
	padding:0 0 0 2rem;
	min-height: 1.75rem;
	max-width: 18.75rem;
}

.info_box .driving_directions a {
	text-decoration:none;
	outline:0;
	color:#E10029;
}

.info_box .driving_directions a:hover {
	text-decoration:underline;
}

#placesBlock {
	display:flex;
	padding: 0.625rem 0 0 0.625rem;
}

@media screen and (max-width: 950px) {
	#placesBlock {
		padding: 0.625rem 0.625rem 0 0.625rem;
		right:0;
	}
}

#placesBlock .radius_btn {
	cursor: pointer;
	border:0;
	background:#E10029;
	color:#fff;
	border-radius: 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
	height:2.875rem;
	font-size: 1rem;
	margin-left: 0.313rem;
	padding: 0 0.875rem;
	width: 8.75rem;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(51, 51, 51, 0.15) 0px 2px 5px 0px, rgba(51, 51, 51, 0.05) 0px 0px 2px 0px;
}

#placesBlock .radius_btn .arrow {
	background:url('/wp-content/themes/gutor/images/icon-map-arrow-down.svg') center center no-repeat;
	background-size:1.063rem 0.5rem;
	width:1.063rem;
	height: 0.5rem;
}

#placesBlock .radius_options {
	position:relative;
}

#placesBlock .radius_options .radius_list {
	font-size: 1rem;
	position:absolute;
	top:3.188rem;
	right:0;
	background:#fff;
	width: 12.5rem;
    flex-direction: column;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(51, 51, 51, 0.15) 0px 2px 5px 0px, rgba(51, 51, 51, 0.05) 0px 0px 2px 0px;
	display:none;
	padding: 0.875rem;
}

#placesBlock .radius_options.open .radius_list { 
	display: flex;
}

#placesBlock .radius_options .radius_list label {
	text-transform: none;
	font-size: 1rem;
	display: flex;
    align-items: center;
	margin-bottom: 0.35rem;
}

#placesBlock .radius_options .radius_list label input {
	display:none;
}

#placesBlock .radius_options .radius_list label span {
	width: 1.25rem;
    height: 1.25rem;
    border: solid 1px #E10029;
    display: inline-flex;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    margin: 0 0.5rem 0 0;
}

#placesBlock .radius_options .radius_list label span.active:before {
	content: '';
    background: #E10029;
    width: 0.625rem;
    height: 0.625rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%,-50%);
}

#placesBlock .radius_options.open .radius_list .title {
	padding-bottom:1rem;
}

#placesBlock .radius_options.open .radius_list .switch {
	padding-top:0.65rem;
}

#placesBlock .radius_options .radius_unit_switch {
	cursor: pointer;
	color:#E10029;
}

#placesAutocomplete {
	width: 17.5rem;
	font-size: 1rem;
	line-height: 1;
	padding: 0.75rem 3.063rem 0.75rem 0.875rem;
	border:0;
	height:2.875rem;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(51, 51, 51, 0.15) 0px 2px 5px 0px, rgba(51, 51, 51, 0.05) 0px 0px 2px 0px;
	background: #fff url(images/icon-search.svg) center right 0.875rem no-repeat;
	background-size: 1.313rem 1.313rem;
}

@media screen and (max-width: 950px) {
	#placesAutocomplete {
		width: 100%;
	}
}

.pac-container:after {
    background-image: none !important;
    height: 0px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-white {
	color:#fff;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Responsive
--------------------------------------------- */
@media screen and (max-width: 1024px) {
	body.home {
		font-size: 1.45rem;
	}
}

@media screen and (max-width: 767px) {
	body.home {
		font-size: 1.15rem;
	}
	body.home h2 br {
		display:none;
	}
	.container {
		padding: 0 20px;
	}
}

