@charset "UTF-8";
/*!
Theme Name: 		Brinks
Theme URI:

Author: 			Yudaev Alexander
Author URI: 		https://alechko.name
Description: 		Basic wordpress theme based on underscores (default wordpress theme).

Version: 			1.0.0
Text Domain:		yawp

Tested up to: 		5.4
Requires PHP: 		5.6
License: 			GNU General Public License v2 or later

YAWP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
@font-face {
  font-family: "NarkissBlock";
  font-weight: bold;
  src: url("fonts/NarkissBlock-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/NarkissBlock-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NarkissBlock-Bold.woff2") format("woff2"), url("fonts/NarkissBlock-Bold.woff2") format("woff");
}
@font-face {
  font-family: "NarkissBlock";
  font-weight: normal;
  src: url("fonts/NarkissBlock-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/NarkissBlock-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NarkissBlock-Regular.woff2") format("woff2"), url("fonts/NarkissBlock-Regular.woff2") format("woff");
}
:root {
  --brinks-1-backgrounds-1-dark: #000;
  --brinks-1-backgrounds-2-white: #fff;
  --brinks-1-backgrounds-3-neutral: #e0e9f1;
  --brinks-1-backgrounds-4-neutral-2: #ebf0f6;
  --brinks-2-labels-1-primary: #404040;
  --brinks-2-labels-2-gray-1: #808383;
  --brinks-2-labels-4-gray-3: #e0e9f1;
  --brinks-2-labels-3-gray-2: rgba(145, 166, 177, 0.5);
  --brinks-2-labels-5-white: #fff;
  --brinks-2-labels-6-white-50: rgba(255, 255, 255, 0.5);
  --brinks-2-labels-7-link: #0a4a8e;
  --brinks-2-labels-8-positive: #2c9942;
  --brinks-2-labels-9-error: #e9390f;
  --brinks-3-color-1-primary-blue: #0a4a8e;
  --brinks-3-color-2-sky-blue: #97caeb;
  --brinks-3-color-3-bright-blue: #64cfe3;
  --brinks-3-color-4-gold: #f9c83f;
  --brinks-3-color-5-secondary-1: #2c9942;
  --brinks-3-color-6-secondary-2: #006e43;
  --brinks-3-color-7-secondary-3: #e7004c;
  --brinks-3-color-8-secondary-4: #6f1d46;
  --brinks-3-color-9-secondary-5: #ff6b00;
  --brinks-3-color-10-secondary-6: #993921;
}

/*--------------------------------------------------------------
# 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;
}

/* Vendors
	Slick
--------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  right: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 0 0 1px;
  padding: 0 !important;
  cursor: pointer;
}

.slick-dots li:before {
  content: none !important;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  overflow: hidden;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #0A4A8E;
  opacity: 1;
  transform: scale(1);
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #91A6B1;
  opacity: 1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(0.5);
  transition: all ease 0.5s;
}

.slick-dots li.slick-active button:before {
  background-color: #0A4A8E;
  opacity: 1;
  transform: scale(1);
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 1.0625rem;
  letter-spacing: -0.41px;
  line-height: 1.41;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-top: 0;
}

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%;
}

.page-title {
  margin: 22px 0 17px;
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: -0.13px;
}

@media screen and (min-width: 1024px) {
  .page-title {
    font-size: 42px;
    letter-spacing: -0.11px;
    margin-bottom: 22px;
  }
}
.section-title h2 {
  font-size: 34px;
  letter-spacing: -0.09px;
  line-height: 1;
  margin: 30px 0 10px;
}

@media screen and (min-width: 1024px) {
  .section-title h2 {
    font-size: 42px;
  }
}
.second-title {
  font-size: 28px;
  letter-spacing: -0.21px;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .second-title {
    font-size: 42px;
    letter-spacing: -0.11px;
  }
}
.small-title, .recent-post-items .post__item-title {
  font-size: 20px;
  letter-spacing: -0.41px;
  line-height: 1.25;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .small-title, .recent-post-items .post__item-title {
    font-size: 28px;
    letter-spacing: -0.21px;
  }
}
.content h3 + h3 {
  margin-top: 20px;
}

.container,
.container-small {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container,
  .container-small {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.container {
  position: relative;
  width: 1200px;
}

.container-small {
  width: 770px;
}

@media screen and (min-width: 1024px) {
  .large-title-content .section-header,
  .large-title-content .content, section.testimonials .section-header,
  section.testimonials .testimonial_items, .product-advantages .image,
  .product-advantages .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "NarkissBlock";
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  body {
    margin-top: 115px;
  }
}
body.home {
  margin-top: 60px;
}

body.overflow {
  overflow: hidden;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

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: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

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

a:focus,
a:focus span,
a:focus img {
  outline: thin dotted #bbb;
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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: #111;
}

select {
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.top-navigation ul,
.main-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .top-navigation ul,
  .main-navigation ul {
    display: flex;
  }
}
.top-navigation ul li,
.main-navigation ul li {
  position: relative;
}

.top-navigation ul li:hover > a,
.top-navigation ul li.focus > a .current_page_item > a,
.top-navigation ul .current-menu-item > a,
.top-navigation ul .current_page_ancestor > a,
.top-navigation ul .current-menu-ancestor > a,
.main-navigation ul li:hover > a,
.main-navigation ul li.focus > a .current_page_item > a,
.main-navigation ul .current-menu-item > a,
.main-navigation ul .current_page_ancestor > a,
.main-navigation ul .current-menu-ancestor > a {
  color: var(--brinks-2-labels-7-link) !important;
}

.top-navigation ul h3,
.main-navigation ul h3 {
  font-weight: bold;
  color: var(--brinks-1-backgrounds-2-white) !important;
  background-color: transparent !important;
}

.top-navigation .sub-menu,
.main-navigation .sub-menu {
  display: flex;
  flex-direction: column;
}

.top-navigation a,
.main-navigation a,
.main-navigation h3 {
  text-decoration: none;
  letter-spacing: -0.4px;
  color: var(--brinks-2-labels-1-primary);
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  line-height: 1.25;
}

@media screen and (min-width: 1024px) {
  .top-navigation a,
  .main-navigation a,
  .main-navigation h3 {
    margin: 5px 15px;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .top-navigation a,
  .main-navigation a,
  .main-navigation h3 {
    display: inline-block;
    white-space: nowrap;
  }
  .top-navigation .mobile,
  .main-navigation .mobile {
    display: none;
  }
  .top-navigation .multiple,
  .main-navigation .multiple {
    position: inherit;
  }
  .top-navigation .multiple > .sub-menu,
  .main-navigation .multiple > .sub-menu {
    display: flex;
    flex-direction: row;
    width: 80%;
  }
  .top-navigation .multiple > .sub-menu:before,
  .main-navigation .multiple > .sub-menu:before {
    content: "";
    position: absolute;
    left: calc(50% - 15px);
    top: 30px;
    bottom: 30px;
    border: 1px solid var(--brinks-2-labels-3-gray-2);
  }
  .top-navigation .multiple > .sub-menu > li,
  .main-navigation .multiple > .sub-menu > li {
    padding-left: 50px;
  }
}
.site-header.toggle:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 100;
  background-color: var(--brinks-2-labels-1-primary);
}

.top-navigation {
  display: flex;
  font-size: 17px;
  line-height: 1.4;
}

@media screen and (min-width: 991px) {
  .top-navigation .site-logo {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .home .top-navigation {
    margin-right: 200px;
  }
}
.top-navigation .top-menu > li > a {
  font-weight: bold;
  margin: 0 0 0 20px;
  padding: 0;
}

.top-navigation ul li {
  position: relative;
}

.top-navigation li:hover > ul,
.top-navigation li.focus > ul {
  left: auto;
}

@media screen and (min-width: 1024px) {
  .top-navigation li > ul {
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.97);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  .top-navigation li > ul li:hover > a,
  .top-navigation li > ul li.focus > a .current_page_item > a,
  .top-navigation li > ul .current-menu-item > a,
  .top-navigation li > ul .current_page_ancestor > a,
  .top-navigation li > ul .current-menu-ancestor > a {
    background-color: var(--brinks-1-backgrounds-3-neutral);
  }
  .top-navigation li > ul a {
    min-width: 200px;
  }
  .top-navigation li.multiple > .sub-menu {
    display: flex;
    flex-direction: row;
  }
}
.main-navigation {
  display: block;
  z-index: 100;
  font-size: 20px;
}

.main-navigation .mobile-navigation-title {
  display: none;
}

@media screen and (max-width: 1023px) {
  .main-navigation {
    background: #fff url(images/navigation-background.svg) no-repeat 110% 100%;
    width: 300px;
    position: fixed;
    top: 0;
    border: 0;
    right: 0;
    bottom: 0;
    padding: 50px 25px 0 15px;
    transition: all ease 1s;
    transform: translateX(100%);
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .main-navigation .close-toggle {
    position: absolute;
    right: 25px;
    top: 50px;
    border: none;
    background: none;
    padding: 0;
  }
  .main-navigation .nav-hidden {
    display: none;
  }
  .main-navigation.toggled {
    transform: translateX(0);
    width: 300px;
    padding-bottom: 150px;
  }
  .main-navigation.toggled > a {
    margin-right: 70px;
  }
  .main-navigation .site-logo {
    margin-bottom: 20px;
    width: 140px;
  }
  .main-navigation .nav-menu > li > a {
    position: relative;
  }
  .main-navigation .nav-menu > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    background: url(images/icons/icons-left-blue.svg) center center no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
  }
  .main-navigation .menu-item-main.menu-item-has-children > .sub-menu {
    background: white;
    position: fixed;
    top: 110px;
    right: 0;
    left: 0;
    padding-right: 25px;
    padding-left: 25px;
    transform: translateX(150%);
    transition: transform ease 1s;
    min-height: 50vh;
  }
  .main-navigation .menu-item-main.menu-item-has-children > .sub-menu.is-active {
    transform: translateX(0);
  }
  .main-navigation .mobile-navigation-title {
    display: block;
    margin-bottom: 30px;
  }
  .main-navigation .mobile-navigation-title button {
    cursor: pointer;
    border: none;
    background: none;
    height: 24px;
    font-size: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .main-navigation .mobile-navigation-title button span {
    position: relative;
    display: block;
    padding-right: 30px;
  }
  .main-navigation .mobile-navigation-title button span:before {
    background-image: url(images/icons/icons-arrow-right.svg);
    background-position: center;
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    background-size: cover;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
  }
  .main-navigation .mobile-navigation-title h3 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.21px;
    color: var(--brinks-2-labels-7-link);
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 10px solid var(--brinks-3-color-1-primary-blue);
  }
  .main-navigation .solutions-link {
    background-color: var(--brinks-3-color-1-primary-blue);
    border: none;
    border-radius: 2px;
    padding: 15px 22px;
    color: var(--brinks-1-backgrounds-2-white);
    display: flex;
    margin-top: 50px;
  }
  .main-navigation .solutions-link span {
    position: relative;
    display: block;
    padding-right: 33px;
  }
  .main-navigation .solutions-link span:before {
    background-image: url(images/icons/icons-user-white.svg);
    background-position: center;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-size: cover;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
  }
}
@media screen and (max-width: 767px) {
  .main-navigation {
    background: #fff url(images/navigation-background.svg) no-repeat 110% 175%;
  }
}
@media screen and (min-width: 1024px) {
  .main-navigation .menu-item-main {
    padding-right: 25px;
  }
}
.main-navigation .menu-item-main > a {
  font-weight: bold;
}

.main-navigation .menu-item-main:hover > ul,
.main-navigation .menu-item-main.focus > ul {
  left: auto;
}

.main-navigation .menu-item-main.multiple:hover > ul,
.main-navigation .menu-item-main.focus.multiple > ul {
  left: 0;
}

.main-navigation .menu-item-main > ul {
  padding: 25px 25px;
  background: rgba(255, 255, 255, 0.97);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

@media screen and (min-width: 1024px) {
  .main-navigation .menu-item-main > ul li:hover > a,
  .main-navigation .menu-item-main > ul li.focus > a .current_page_item > a,
  .main-navigation .menu-item-main > ul .current-menu-item > a,
  .main-navigation .menu-item-main > ul .current_page_ancestor > a,
  .main-navigation .menu-item-main > ul .current-menu-ancestor > a {
    background-color: var(--brinks-1-backgrounds-3-neutral);
  }
}
.main-navigation .menu-item-main > ul a {
  min-width: 200px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}

@media screen and (min-width: 1024px) {
  .close-toggle,
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.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
--------------------------------------------- */
@media screen and (max-width: 1023px) {
  ::-webkit-scrollbar {
    background: transparent;
    display: none;
  }
}
.sticky {
  display: block;
}

@media screen and (max-width: 1400px) {
  .content-area {
    overflow: hidden;
  }
}
.updated:not(.published) {
  display: none;
}

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

.entry-content {
  overflow: hidden;
}

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

@media screen and (min-width: 1024px) {
  .mobile-visibility {
    display: none !important;
  }
}
.desktop-visibility {
  display: none;
}

@media screen and (min-width: 1024px) {
  .desktop-visibility {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
.page-articles .site-header,
.page-template-page-simple .site-header {
  border-bottom: 1px solid var(--brinks-1-backgrounds-3-neutral);
}

.site-header .site-title {
  line-height: 1;
  margin: 0;
}

.site-header .top-login .btn {
  color: var(--brinks-2-labels-5-white);
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.24px;
  line-height: 1.33;
  padding: 10px 22px;
  text-align: center;
}

.site-header img {
  display: block;
}

.site-header .white-logo {
  display: none;
}

@media screen and (max-width: 1023px) {
  .site-header {
    align-items: center;
    background-color: var(--brinks-1-backgrounds-2-white);
    display: flex;
    height: 70px;
    justify-content: space-between;
  }
  .site-header .top-bar {
    display: none;
  }
  .site-header .site-title {
    width: 140px;
  }
  .site-header .site-branding {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .site-header .menu-toggle {
    transform: translateX(5px);
  }
  .site-header .top-login .solutions-link {
    transform: translateX(-5px);
  }
}
@media screen and (min-width: 1024px) {
  .site-header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 1360px;
  }
  .site-header .top-bar {
    padding-bottom: 5px;
    padding-top: 15px;
  }
  .home .site-header .top-bar {
    padding-bottom: 15px;
  }
  .site-header .solutions-link {
    background-color: var(--brinks-3-color-1-primary-blue);
    border: none;
    border-radius: 2px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .site-header .solutions-link span {
    position: relative;
    display: block;
    padding-right: 26px;
  }
  .site-header .solutions-link span:before {
    background-image: url(images/icons/icons-user-white.svg);
    background-position: center;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    background-size: cover;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
  }
  .home .site-branding {
    position: absolute;
    top: 0;
    transform: translateY(-50px);
  }
  .home .main-navigation {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .site-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
    background-color: var(--brinks-1-backgrounds-2-white);
  }
}
body.single-service .page-header,
.page-template-default .page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 520px;
  justify-content: flex-end;
  padding-bottom: 50px;
  padding-top: 50px;
}

.home body.single-service .page-header,
.home body.page-template-default .page-header {
  display: none;
}

@media screen and (max-width: 767px) {
  body.single-service .page-header br,
  .page-template-default .page-header br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.single-service .page-header .entry-header,
  .page-template-default .page-header .entry-header {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  body.single-service .page-header,
  .page-template-default .page-header {
    height: 600px;
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-service .page-header .page-description,
  .page-template-default .page-header .page-description {
    font-size: 20px;
    letter-spacing: -0.41px;
    line-height: 1.25;
  }
}
.page-articles .page-header .entry-breadcrumbs,
.contacts__content .page-header .entry-breadcrumbs,
.cta__popup-form .page-header .entry-breadcrumbs,
.page-template-page-simple .page-header .entry-breadcrumbs {
  margin-bottom: 10px;
  margin-top: 20px;
}

.page-articles .page-header .page-title,
.contacts__content .page-header .page-title,
.cta__popup-form .page-header .page-title,
.page-template-page-simple .page-header .page-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
  color: var(--brinks-2-labels-7-link);
  padding-bottom: 20px;
  position: relative;
}

.page-articles .page-header .page-title:after,
.contacts__content .page-header .page-title:after,
.cta__popup-form .page-header .page-title:after,
.page-template-page-simple .page-header .page-title:after {
  background-color: var(--brinks-3-color-1-primary-blue);
  bottom: 0;
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .page-articles .page-header .page-title,
  .contacts__content .page-header .page-title,
  .cta__popup-form .page-header .page-title,
  .page-template-page-simple .page-header .page-title {
    font-size: 48px;
  }
  .page-articles .page-header .page-title:after,
  .contacts__content .page-header .page-title:after,
  .cta__popup-form .page-header .page-title:after,
  .page-template-page-simple .page-header .page-title:after {
    width: 370px;
  }
}
.page-header .single-post .entry-breadcrumbs {
  margin-bottom: 10px;
  margin-top: 20px;
}

.page-header .single-post .page-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .page-header .single-post .page-title {
    font-size: 48px;
  }
}
.page-articles .page-header {
  background-color: var(--brinks-1-backgrounds-4-neutral-2);
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 1023px) {
  .page-articles .page-header,
  .page-template-page-simple .page-header {
    padding-top: 70px;
  }
}
.main-slider {
  overflow: hidden;
}

.main-slider .single__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.main-slider .single__slide .single__slide-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 520px;
  justify-content: flex-end;
  padding-bottom: 75px;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .main-slider .single__slide .single__slide-content {
    height: 400px;
    justify-content: center;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .main-slider .single__slide .single__slide-content {
    height: 600px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .main-slider .single__slide .single__slide-content {
    height: 800px;
  }
}
.main-slider .single_slide-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
}

@media screen and (min-width: 1200px) {
  .main-slider .single_slide-title {
    font-size: 42px;
    margin-bottom: 0;
  }
}
.main-slider .single_slide-subtitle {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
}

@media screen and (min-width: 768px) {
  .main-slider .single_slide-subtitle {
    margin-bottom: 20px;
  }
}
.main-slider .single_slide-description {
  font-size: 20px;
}

.main-slider .single_slide-link {
  background-color: var(--brinks-2-labels-5-white);
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(10, 74, 142, 0.3);
  color: var(--brinks-2-labels-7-link);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.24px;
  line-height: 1.33;
  padding: 20px 60px 16px 100px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.main-slider .single_slide-link:after {
  background-image: url(images/icons/icons-left-primary.svg);
  background-position: center;
  content: "";
  height: 24px;
  left: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 24px;
}

.main-slider .single_slide-link span {
  display: block;
  padding-left: 40px;
  position: relative;
}

.main-slider .slick-dots {
  bottom: 25px;
  list-style: none;
  padding-right: 25px !important;
  position: absolute;
  right: 0;
  width: auto;
}

@media screen and (min-width: 1201px) {
  .main-slider .slick-dots {
    bottom: 35px;
    right: calc(50vw - 625px);
  }
}
.main-slider .slick-dots li button:hover, .main-slider .slick-dots li button:focus {
  outline: none;
}

.main-slider .slick-dots li button:hover:before, .main-slider .slick-dots li button:focus:before {
  background-color: #0A4A8E;
  border: 1px solid #fff;
}

.main-slider .slick-dots li button:before {
  background-color: #fff;
}

.main-slider .slick-dots li.slick-active button:before {
  background-color: #0A4A8E;
  border: 1px solid #fff;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  width: 50px;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
  bottom: 0;
  content: "";
  height: 50px;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.main-slider .slick-next:before {
  background: url(images/icons/icons-left-square-regular.svg);
}

@media screen and (min-width: 1200px) {
  .main-slider .slick-prev {
    display: none;
  }
  .main-slider .slick-next {
    left: calc(50vw - 625px);
  }
}
.slider {
  position: relative;
}

.slider-controller {
  background: transparent url(images/icons/icons-play.svg) no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  cursor: pointer;
}

.slider-controller.pause {
  background-image: url(images/icons/icons-pause.svg);
}

.entry-breadcrumbs {
  font-size: 15px;
  letter-spacing: -0.24px;
  line-height: 1.33;
}

.entry-breadcrumbs a {
  color: currentColor;
  text-decoration: none;
}

.single .entry-breadcrumbs {
  margin-bottom: 10px;
  margin-top: 20px;
}

.section-watermark .reverse .watermark {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(55%, -50%);
  width: 512px;
}

@media screen and (min-width: 1024px) {
  .section-watermark .reverse .watermark {
    top: 0;
    transform: translate(135px, -80px);
  }
}
@media screen and (min-width: 1400px) {
  .section-watermark .reverse .watermark {
    top: 0;
    transform: translate(40%, -22.5%);
  }
}
.watermark {
  position: absolute;
  width: 512px;
}

.icon-diamond .watermark {
  left: 0;
  top: 50%;
  transform: translate(-55%, -50%);
}

@media screen and (min-width: 1024px) {
  .icon-diamond .watermark {
    top: 0;
    transform: translate(-135px, -80px);
  }
}
.icon-check .watermark {
  left: 0;
  top: 50%;
  transform: translate(-55%, -50%);
}

@media screen and (min-width: 1024px) {
  .icon-check .watermark {
    top: 0;
    transform: translate(-190px, -190px);
  }
}
@media screen and (max-width: 767px) {
  .section.downloads .watermark {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .section.downloads .watermark {
    right: -10%;
    top: 30px;
  }
}
.section.right-advantage .watermark {
  right: 0;
  top: 50%;
  transform: translateX(50%);
}

@media screen and (min-width: 768px) {
  .section.right-advantage .watermark {
    right: -15%;
    transform: translateY(-125%);
  }
}
.testimonials .watermark {
  left: 0;
  top: 0;
  transform: translate(-50%, -6%);
}

@media screen and (min-width: 1024px) {
  .testimonials .watermark {
    transform: translate(-35%, -45px);
  }
}
@media screen and (min-width: 1200px) {
  .testimonials .watermark {
    transform: translate(-48%, -45px);
  }
}
.right-logo .watermark {
  bottom: 0;
  right: 0;
  transform: translateX(50%);
}

@media screen and (min-width: 768px) {
  .right-logo .watermark {
    bottom: auto;
    right: 0;
    top: 0;
    transform: translate(30%, 10%);
  }
}
section.services .section-header,
section.img-content .section-header,
section.slide-images .section-header,
section.additional-solutions .section-header {
  text-align: center;
}

section.services .section-title,
section.img-content .section-title,
section.slide-images .section-title,
section.additional-solutions .section-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
}

@media screen and (min-width: 1024px) {
  section.services .section-title,
  section.img-content .section-title,
  section.slide-images .section-title,
  section.additional-solutions .section-title {
    font-size: 42px;
  }
}
section.services .section-description,
section.img-content .section-description,
section.slide-images .section-description,
section.additional-solutions .section-description {
  margin: 0 auto 20px;
  max-width: 570px;
}

section.downloads .section-title,
section.services .section-title,
section.slide-images .section-title {
  padding: 0 15px;
}

.entry-content ul {
  margin: 0;
  padding: 0;
}

.entry-content ul li {
  list-style-type: none;
  position: relative;
  padding-right: 23px;
  margin-top: 10px;
}

.entry-content ul li:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-image: url("images/bullet-green.svg");
  width: 20px;
  height: 20px;
}

.entry-content section.large-title-content ul {
  margin: 0 0 1em;
  padding: 0;
}

.entry-content section.large-title-content.section-background ul li {
  list-style-type: none;
  position: relative;
  padding-right: 23px;
  margin-top: 10px;
}

.entry-content section.large-title-content.section-background ul li:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-image: url("images/bullet-white.svg");
  width: 20px;
  height: 20px;
}

.checkbox-filed input:focus,
.careers__filter-checkbox:focus,
.services__filter-checkbox:focus {
  left: auto;
  right: 7px;
  top: 5px;
}

.careers__filter-checkbox:checked,
.services__filter-checkbox:checked {
  height: 0;
  visibility: hidden;
  width: 0;
  z-index: -1000;
}

.checkbox-filed label,
.careers__filter-label,
.services__filter-label {
  color: var(--brinks-2-labels-1-primary);
  font-weight: normal;
  padding: 4px 30px 4px 10px;
  position: relative;
}

.checkbox-filed label:before,
.careers__filter-label:before,
.services__filter-label:before {
  background: transparent url(images/icons/elements-checkbox-default.svg) no-repeat center center;
  content: "";
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}

.checkbox-filed.is-active label,
.careers__filter-checkbox:checked ~ .careers__filter-label,
.services__filter-checkbox:checked ~ .services__filter-label {
  color: var(--brinks-2-labels-7-link);
}

.checkbox-filed.is-active label:before,
.careers__filter-checkbox:checked ~ .careers__filter-label:before,
.services__filter-checkbox:checked ~ .services__filter-label:before {
  background-image: url(images/icons/elements-checkbox-checked.svg);
}

.wpcf7-list-item {
  margin: 0;
  margin-bottom: 20px;
}

section.history {
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (min-width: 1024px) {
  section.history {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}
section.history.bg4-neutral {
  background-color: var(--brinks-1-backgrounds-4-neutral-2);
}

section.history.bg3-neutral {
  background-color: var(--brinks-1-backgrounds-3-neutral);
}

section.history .container + .container {
  margin-top: 23px;
  padding-top: 20px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  section.history .container + .container {
    margin-top: 38px;
    padding-top: 35px;
  }
}
section.history .container + .container:before {
  border: 1px solid var(--brinks-2-labels-3-gray-2);
  content: "";
  left: 25px;
  position: absolute;
  right: 25px;
  top: 1px;
}

@media screen and (max-width: 1023px) {
  section.history .container {
    display: block;
  }
  section.history .section-header,
  section.history .section-content {
    margin-right: 0 !important;
  }
}
section.history .section-header {
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  section.history .section-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.history .section-header h2, section.history .section-header h3 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
  color: var(--brinks-2-labels-1-primary);
}

section.history .section-header h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

section.history .section-header h2:after {
  background-color: var(--brinks-2-labels-2-gray-1);
  bottom: 0;
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  section.history .section-header h2 {
    font-size: 48px;
  }
  section.history .section-header h2:after {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  section.history .section-header h2 {
    font-size: 64px;
  }
  section.history .section-header h2:after {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  section.history .section-header h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  section.history .section-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.history .section-content h3,
section.history .section-content .testimonial__item-title {
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
}

section.history .section-content h3 {
  color: var(--brinks-2-labels-1-primary);
}

@media screen and (min-width: 1024px) {
  section.history .section-content h3 {
    font-size: 28px;
  }
}
section.services .section-header,
section.services-lobby .section-header {
  padding-top: 30px;
}

@media screen and (min-width: 1024px) {
  section.services .section-header,
  section.services-lobby .section-header {
    padding-top: 40px;
  }
}
section.services .services__list-navigation,
section.services-lobby .services__list-navigation {
  display: flex;
  margin-bottom: -15px;
  overflow: auto;
  padding-bottom: 10px;
}

section.services .services__nav-item,
section.services-lobby .services__nav-item {
  margin-left: 15px;
  margin-right: 15px;
  align-items: center;
  color: var(--brinks-2-labels-7-link);
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  width: 200px;
  cursor: pointer;
}

section.services .services__nav-item:before,
section.services-lobby .services__nav-item:before {
  border-bottom: 5px solid var(--brinks-2-labels-3-gray-2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

section.services .services__nav-item:hover:before, section.services .services__nav-item.is_active:before,
section.services-lobby .services__nav-item:hover:before,
section.services-lobby .services__nav-item.is_active:before {
  border-bottom-color: var(--brinks-3-color-5-secondary-1);
}

section.services .services__nav-item:hover:after, section.services .services__nav-item.is_active:after,
section.services-lobby .services__nav-item:hover:after,
section.services-lobby .services__nav-item.is_active:after {
  border-color: var(--brinks-3-color-5-secondary-1) transparent transparent transparent;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  bottom: -10px;
  content: "";
  height: 0;
  left: calc(50% - 12px);
  position: absolute;
  width: 0;
}

section.services .section-description {
  color: var(--brinks-2-labels-2-gray-1);
}

section.services .services__list-navigation {
  display: flex;
  margin-bottom: -15px;
  overflow: auto;
  padding-bottom: 10px;
}

section.services .services__nav-item {
  margin-left: 15px;
  margin-right: 15px;
  align-items: center;
  color: var(--brinks-2-labels-7-link);
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  width: 200px;
  cursor: pointer;
}

section.services .services__nav-item:before {
  border-bottom: 5px solid var(--brinks-2-labels-3-gray-2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

section.services .services__nav-item:hover:before, section.services .services__nav-item.is_active:before {
  border-bottom-color: var(--brinks-3-color-5-secondary-1);
}

section.services .services__nav-item:hover:after, section.services .services__nav-item.is_active:after {
  border-color: var(--brinks-3-color-5-secondary-1) transparent transparent transparent;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  bottom: -10px;
  content: "";
  height: 0;
  left: calc(50% - 12px);
  position: absolute;
  width: 0;
}

section.services .services__nav-item .title {
  font-size: 20px;
}

section.services .services__nav-item.is_active .title {
  font-weight: bold;
}

section.services .service__links {
  background-color: var(--brinks-1-backgrounds-4-neutral-2);
  padding-bottom: 20px;
  padding-top: 40px;
}

@media screen and (min-width: 1024px) {
  section.services .service__links {
    padding-bottom: 50px;
    padding-top: 45px;
  }
}
section.services .service__link {
  display: none;
}

section.services .service__link.is_active {
  display: block;
}

section.services .service__list-title,
section.services .service__link-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  text-align: center;
}

section.services .service__list-title {
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  section.services .service__list-title {
    padding-bottom: 60px;
  }
}
section.services .service__link-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 1200px) {
  section.services .service__link-items {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.services .service__link-item {
  background-color: var(--brinks-1-backgrounds-3-neutral);
  border-radius: 2px 0 0 2px;
  border-right: solid 5px var(--brinks-2-labels-3-gray-2);
  color: var(--brinks-2-labels-1-primary);
  margin-top: 15px;
  padding: 22px 20px 18px 35px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

section.services .service__link-item:after {
  background-image: url(images/icons/icons-left-primary.svg);
  background-position: center;
  content: "";
  height: 24px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

@media screen and (min-width: 768px) {
  section.services .service__link-item {
    margin-top: 20px;
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  section.services .service__link-item {
    width: calc(33.33% - 15px);
  }
}
section.services .service__link-item:hover {
  background-color: var(--brinks-3-color-1-primary-blue);
  border-color: transparent;
  border-radius: 2px;
  color: var(--brinks-2-labels-5-white);
}

section.services .service__link-item:hover:after {
  background-image: url(images/icons/icons-left-white.svg);
}

section.services-lobby .services__filter {
  margin-bottom: 40px;
  display: grid;
  grid-template-areas: "title button" "list list" "remark remark";
  grid-template-columns: 50% 50%;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  section.services-lobby .services__filter {
    grid-template-areas: "title" "list" "button" "remark";
    grid-template-columns: 100%;
    justify-items: start;
  }
}
section.services-lobby .services__filter .services__filter-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  margin: 0;
  padding-top: 5px;
  font-weight: bold;
  grid-area: title;
}

section.services-lobby .services__filter .services__filter-button {
  background-color: var(--brinks-3-color-1-primary-blue);
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  grid-area: button;
  padding: 10px 38px 10px 39px;
  height: 40px;
}

@media screen and (max-width: 1199px) {
  section.services-lobby .services__filter .services__filter-button {
    margin-right: auto;
  }
}
section.services-lobby .services__filter .services__filter-items {
  display: flex;
  grid-area: list;
  margin-top: 30px;
  overflow: auto hidden;
}

@media screen and (min-width: 1200px) {
  section.services-lobby .services__filter .services__filter-items {
    margin-top: 20px;
    flex-direction: column;
  }
}
section.services-lobby .services__filter .services__filter-item {
  flex: 1 0 auto;
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  section.services-lobby .services__filter .services__filter-item {
    margin-bottom: 15px;
  }
}
section.services-lobby .section-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  margin-bottom: 30px;
}

section.services-lobby .services__lobby-items {
  margin-top: 40px;
}

section.services-lobby .services__lobby-item {
  display: none;
}

section.services-lobby .services__lobby-item.is_active {
  display: block;
}

@media screen and (min-width: 1200px) {
  section.services-lobby .services__lobby-item {
    margin-bottom: 20px;
  }
  section.services-lobby .services__lobby-item .container {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  section.services-lobby .services__lobby-item .services__filter {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1024px) {
  section.services-lobby .services__lobby-item .services__filter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  section.services-lobby .services__lobby-item .services__items {
    width: 900px;
  }
}
section.services-lobby .services__items {
  display: grid;
  grid-auto-rows: 1fr;
}

@media screen and (min-width: 768px) {
  section.services-lobby .services__items {
    grid-template-columns: repeat(2, calc(50% - 15px));
    align-content: space-around;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  section.services-lobby .services__items {
    grid-template-columns: repeat(2, calc(33.33% - 20px));
  }
}
@media screen and (min-width: 1200px) {
  section.services-lobby .services__items {
    grid-template-columns: repeat(3, 3fr);
    justify-content: start;
  }
}
section.services-lobby .service__item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1200px) {
  section.services-lobby .service__item {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    align-items: stretch;
  }
  section.services-lobby .service__item img {
    object-fit: cover;
    max-width: inherit;
    height: 100%;
  }
}
section.services-lobby .service__item.is_thumbnail .service__item-image:after {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 250ms ease all;
}

section.services-lobby .service__item.is_thumbnail:hover .service__item-image:after {
  bottom: 0;
  top: -100%;
}

section.services-lobby .service__item.is_background {
  padding-top: 33%;
  text-align: center;
}

section.services-lobby .service__item.is_background,
section.services-lobby .service__item.is_background:hover .service__item-content {
  background-color: var(--brinks-3-color-1-primary-blue);
}

section.services-lobby .service__item:hover .service__item-content,
section.services-lobby .service__item:hover .service__item-description {
  transform: translateY(0);
}

section.services-lobby .service__item-content {
  align-items: center;
  bottom: 0;
  color: var(--brinks-1-backgrounds-2-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: translateY(50%);
  transition: all ease 1s;
}

section.services-lobby .service__item-description {
  transform: translateY(100%);
  transition: all ease 1s;
  width: 100%;
}

section.services-lobby .service__item-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
}

section.services-lobby .service__item-link {
  border: solid 2px var(--brinks-2-labels-5-white);
  border-radius: 2px;
  color: var(--brinks-2-labels-5-white);
  display: block;
  height: 48px;
  margin: 30px 0 0;
  padding-bottom: 14px;
  padding-top: 14px;
  text-decoration: none;
  line-height: 1;
}

section.articles {
  padding-top: 20px;
}

section.articles .section-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

section.articles .section-title:after {
  background-color: var(--brinks-3-color-1-primary-blue);
  bottom: 0;
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  width: 100%;
}

section.articles.bg3-bright .section-title:after {
  background-color: var(--brinks-3-color-3-bright-blue);
}

section.articles.bg2-sky .section-title:after {
  background-color: var(--brinks-3-color-2-sky-blue);
}

@media screen and (min-width: 768px) {
  section.articles .articles__list {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 15px));
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  section.articles .articles__list {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 20px));
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  section.articles .articles__list {
    grid-template-columns: repeat(3, 3fr);
    justify-content: start;
    margin-right: -15px;
    margin-left: -15px;
  }
}
section.articles .article__item {
  border-radius: 2px;
  border: solid 1px var(--brinks-2-labels-4-gray-3);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  section.articles .article__item {
    margin-right: 15px;
    margin-left: 15px;
  }
}
section.articles .article__item-image {
  position: relative;
  display: block;
  height: 100%;
}

section.articles .entry-image {
  height: 100%;
}

section.articles .entry-image img {
  width: 100%;
  display: block;
}

section.articles .article__item:hover {
  border-color: var(--brinks-3-color-1-primary-blue);
}

section.articles .article__item:hover .article__item-image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: rgba(10, 74, 142, 0.7) url(images/icons/icons-article.svg) center center no-repeat;
  bottom: 0;
}

section.articles .article__item-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 auto;
}

section.articles .article__item-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  color: var(--brinks-2-labels-1-primary);
  margin: 0;
}

@media screen and (min-width: 1024px) {
  section.articles .article__item-title {
    font-size: 28px;
  }
}
section.articles .article__item-title a {
  color: var(--brinks-2-labels-1-primary);
  text-decoration: none;
}

section.articles p {
  margin: 10px 0;
}

section.articles .article__item-date {
  display: block;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: -0.24px;
  color: var(--brinks-2-labels-2-gray-1);
  position: relative;
  padding-right: 18px;
  margin-top: auto;
  position: relative;
}

section.articles .article__item-date:before {
  background-size: 100% 100%;
  width: 11px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 0;
  content: "";
  background: url(images/icons/icons-calendar.svg) no-repeat center center;
}

section.main__articles {
  background-color: var(--brinks-1-backgrounds-4-neutral-2);
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 1px;
}

@media screen and (min-width: 1024px) {
  section.main__articles .articles__list {
    display: grid;
    grid-template: "large first-item" "large second-item";
    grid-template-columns: 2fr 1fr;
  }
  section.main__articles .articles__list article:nth-child(1) {
    grid-area: large;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
  }
  section.main__articles .articles__list article:nth-child(1) .article__item-image {
    height: 100%;
  }
  section.main__articles .articles__list article:nth-child(1) .article__item-image img {
    height: 100%;
    object-fit: cover;
  }
  section.main__articles .articles__list .article__item:nth-child(2) {
    grid-area: first-item;
  }
  section.main__articles .articles__list .article__item:nth-child(3) {
    grid-area: second-item;
  }
}
section.main__articles .article__item-content {
  background-color: var(--brinks-1-backgrounds-2-white);
}

.numbers {
  padding-top: 50px;
  padding-bottom: 50px;
}

.numbers .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .numbers .container {
    justify-content: space-between;
  }
}
.numbers .section-header {
  position: relative;
  margin-bottom: 36px;
  padding-bottom: 30px;
  width: 33%;
}

.numbers .section-header:after {
  content: "";
  background-color: currentColor;
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .numbers .section-header:after {
    right: auto;
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .numbers .section-header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .numbers .section-header {
    display: flex;
    align-items: center;
    text-align: revert;
  }
}
@media screen and (max-width: 767px) {
  .numbers .section-title {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -0.09px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .numbers .section-title {
    font-size: 54px;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .numbers .section-title {
    font-size: 62px;
  }
}
.numbers .numbers__single {
  color: var(--brinks-2-labels-5-white);
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .numbers .numbers__single {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.numbers .numbers__single-item {
  min-width: 50%;
  padding-top: 30px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .numbers .numbers__single-item {
    min-width: auto;
    width: 33%;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.numbers .numbers__single-counter {
  margin: 0 0 5px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.13px;
  opacity: 0;
  direction: ltr;
}

.numbers .numbers__single-title {
  margin: 5px 0 0;
  font-size: 20px;
}

.img-content .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .img-content .container {
    padding-top: 130px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .img-content .container {
    max-width: 600px;
    margin: 0 auto;
  }
}
.img-content .container .image,
.img-content .container .content {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .img-content .container .image,
  .img-content .container .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .img-content .container .image,
  .img-content .container .content {
    width: 50%;
  }
}
.img-content .container .content {
  padding-top: 30px;
}

@media screen and (min-width: 1024px) {
  .img-content .container .content {
    padding-bottom: 30px;
  }
}
.img-content .container .image img {
  display: block;
}

.img-content .container .image-video a {
  display: block;
  position: relative;
}

.img-content .container .image-video a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(38, 38, 38, 0.3) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-content .container .image-video a:after {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent url(images/icons-play.svg) center center no-repeat;
  background-size: cover;
}

.img-content .container .image-video a:focus:after {
  outline: 2px dotted #fff;
}

@media screen and (min-width: 1024px) {
  .img-content .container .image-video a:after {
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .img-content .container-default .content {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .img-content .container-default .content {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .img-content .container-reverse {
    flex-direction: row-reverse;
  }
  .img-content .container-reverse .content {
    padding-right: 15px;
    padding-left: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .img-content .container-reverse .content {
    padding-left: 120px;
  }
}
.img-content .section-title {
  padding-bottom: 20px;
  color: var(--brinks-2-labels-1-primary);
  position: relative;
}

.img-content .section-title:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 5px;
  width: 100px;
  background-color: var(--brinks-2-labels-2-gray-1);
}

@media screen and (min-width: 1200px) {
  .img-content .section-title {
    margin-bottom: 30px;
  }
}
.img-content.content-center {
  text-align: center;
}

.img-content.content-center .section-title:after {
  right: 50%;
  transform: translateX(50%);
}

.img-content .section-link {
  display: flex;
  padding: 18px 70px 16px 70px;
  border-radius: 2px;
  background-color: var(--brinks-3-color-1-primary-blue);
  font-weight: bold;
  text-align: center;
  color: var(--brinks-2-labels-5-white);
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.img-content .section-link span {
  position: relative;
  display: block;
  padding-left: 40px;
}

.img-content .section-link span:after {
  background-image: url(images/icons/icons-left-white.svg);
  background-position: center;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-55%);
}

.bg-content {
  background-color: #dae3e0;
}

@media screen and (min-width: 1024px) {
  .bg-content {
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 1200px) {
  .bg-content {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .bg-content .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bg-content .container {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .bg-content .container .image {
    flex: 1 0 auto;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .bg-content .container .image {
    display: none;
  }
}
.bg-content .container .image img {
  display: block;
  width: 100%;
}

.bg-content .container .content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width: 1024px) {
  .bg-content .container .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .bg-content .container .content {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .bg-content .container-default .content {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .bg-content .container-default .content {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .bg-content .container-reverse .content {
    padding-right: 15px;
    padding-left: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .bg-content .container-reverse .content {
    padding-left: 120px;
  }
}
.bg-content .section-title {
  color: var(--brinks-2-labels-1-primary);
  font-size: 48px;
  margin: 30px 0;
  line-height: 1.04;
}

@media screen and (min-width: 1200px) {
  .bg-content .section-title {
    margin-bottom: 30px;
  }
}
.bg-content .section-link {
  font-size: 17px;
  display: flex;
  padding: 18px 70px 16px 70px;
  border-radius: 2px;
  background-color: var(--brinks-3-color-1-primary-blue);
  font-weight: bold;
  text-align: center;
  color: var(--brinks-2-labels-5-white);
  position: relative;
  width: max-content;
  margin: 0 auto;
}

.bg-content .section-link span {
  position: relative;
  display: block;
  padding-left: 40px;
}

.bg-content .section-link span:after {
  background-image: url(images/icons/icons-left-white.svg);
  background-position: center;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-55%);
}

.slide-images {
  background-color: var(--brinks-1-backgrounds-4-neutral-2);
  padding-bottom: 40px;
  padding-top: 30px;
}

@media screen and (min-width: 1024px) {
  .slide-images {
    padding-bottom: 40px;
    padding-top: 50px;
  }
}
.slide-images .section-title {
  padding: 0;
}

.slide-images .section-description {
  color: var(--brinks-2-labels-2-gray-1);
}

.slide__images {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .slide__images {
    flex-direction: row;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.slide__images .single__slide {
  border-radius: 2px;
  color: var(--brinks-2-labels-5-white);
  margin-bottom: 10px;
  position: relative;
  transition: all ease 1s;
}

@media screen and (min-width: 768px) {
  .slide__images .single__slide {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .slide__images .single__slide {
    width: calc(25% - 30px);
  }
  .slide__images .single__slide.focus,
  .slide__images .single__slide.is_active {
    width: calc(50% - 30px);
  }
}
.slide__images .single__slide-image {
  display: flex;
}

.slide__images .single__slide-image img {
  height: 545px;
  object-fit: cover;
  width: 100%;
  transition: all ease 1s;
}

.slide__images .single__slide-content {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  padding: 0 70px 40px 30px;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform ease 1s;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slide__images .single__slide-content {
    justify-content: space-between;
    padding: 30px 25px 30px 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .slide__images .single__slide-content {
    padding-left: 15px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .slide__images .single__slide-content {
    justify-content: flex-start;
  }
}
.slide__images .single__slide-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.21px;
}

.slide__images .single__slide-description {
  margin-bottom: 30px;
  min-height: 144px;
  position: relative;
  transition: transform ease 1s;
}

@media screen and (min-width: 1200px) {
  .slide__images .single__slide-description {
    min-height: auto;
  }
}
.slide__images .single__slide-description:before {
  border-right: 5px solid var(--brinks-3-color-5-secondary-1);
  bottom: -10px;
  content: "";
  position: absolute;
  right: -35px;
  top: -50px;
}

@media screen and (min-width: 768px) {
  .slide__images .single__slide-description:before {
    right: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .slide__images .single__slide-description:before {
    right: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .slide__images .single__slide-description:before {
    right: -35px;
  }
}
.slide__images .single__slide-link {
  text-align: center;
  display: block;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: var(--brinks-2-labels-5-white);
  color: var(--brinks-2-labels-7-link);
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.24px;
  line-height: 1.33;
  max-width: 225px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .slide__images .single__slide-link {
    margin-right: auto;
  }
}
.slide__images .is_deactive {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .slide__images .is_deactive .single__slide-content {
    transform: translate(15%, 85%);
  }
  .slide__images .is_deactive .single__slide-description {
    transform: translateY(20%);
  }
}
.slide__images .is_active {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .slide__images .focus .single__slide-content,
  .slide__images .is_active .single__slide-content {
    transform: translate(0, 50%);
    width: 550px;
  }
  .slide__images .focus .single__slide-description,
  .slide__images .is_active .single__slide-description {
    transform: translateY(0);
  }
}
.slide_images-remark {
  color: var(--brinks-2-labels-2-gray-1);
  font-size: 15px;
  letter-spacing: -0.24px;
  line-height: 1.33;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .slide_images-remark {
    display: none;
  }
}
.large-title-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .large-title-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .large-title-content .container {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .large-title-content .section-header {
    flex: 1 0 auto;
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .large-title-content .section-header {
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .large-title-content .content {
    width: 66%;
  }
}
@media screen and (min-width: 1200px) {
  .large-title-content .content {
    width: 800px;
  }
}
.large-title-content .section-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
}

@media screen and (min-width: 1024px) {
  .large-title-content .section-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .large-title-content .section-title {
    font-size: 62px;
    letter-spacing: -0.16px;
  }
}
.large-title-content .content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
}

.large-title-content.section-background {
  color: #fff;
}

section.testimonials {
  padding-bottom: 30px;
  padding-top: 30px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  section.testimonials {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1024px) {
  section.testimonials .container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  section.testimonials .section-header {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  section.testimonials .section-header {
    width: 400px;
  }
}
section.testimonials .section-title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 20px;
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
}

section.testimonials .section-title:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 5px;
  width: 100%;
  background-color: var(--brinks-3-color-1-primary-blue);
}

@media screen and (min-width: 1024px) {
  section.testimonials .section-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  section.testimonials .section-title {
    font-size: 62px;
    letter-spacing: -0.16px;
  }
}
section.testimonials .testimonial_items {
  position: relative;
  padding-top: 110px;
}

section.testimonials .testimonial_items:before {
  position: absolute;
  content: "";
  top: 20px;
  right: 0;
  width: 70px;
  height: 70px;
  background-image: url(images/icons-quote.svg);
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  section.testimonials .testimonial_items {
    max-width: 600px;
    padding-top: 80px;
  }
  section.testimonials .testimonial_items:before {
    top: 0;
    right: 15px;
  }
}
section.testimonials .slick-prev,
section.testimonials .slick-next {
  width: 50px;
  height: 50px;
  z-index: 1000;
  margin-right: 5px;
  margin-left: 5px;
}

section.testimonials .slick-prev:before,
section.testimonials .slick-next:before {
  content: "";
  width: 50px;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.testimonials .slick-next:before {
  background: url(images/icons/icons-left-square-regular.svg);
}

section.testimonials .slick-prev:before {
  background: url(images/icons/icons-right-square-regular.svg);
}

@media screen and (min-width: 1400px) {
  section.testimonials .slick-prev {
    right: -100px;
    transform: translate(600px, -50%);
  }
  section.testimonials .slick-next {
    left: -100px;
  }
}
.testimonial__item blockquote {
  margin: 0;
}

.testimonial__item .testimonial__item-single {
  position: relative;
  background: no-repeat url(images/icons/icons-quote.svg) top right;
  padding-right: 55px;
  background-size: 35px 35px;
}

.testimonial__item .testimonial__item-single:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -25px;
  bottom: 20px;
  width: 10px;
  background-color: var(--brinks-1-backgrounds-3-neutral);
}

@media screen and (min-width: 1024px) {
  .testimonial__item .testimonial__item-single {
    padding-right: 140px;
    padding-left: 20px;
    background-position: top right 40px;
    background-size: 70px 70px;
  }
  .testimonial__item .testimonial__item-single:before {
    right: 0;
  }
}
.testimonial__item .testimonial__item-single .testimonial__item-title,
.testimonial__item .testimonial__item-single .testimonial__item-description {
  color: var(--brinks-2-labels-2-gray-1);
}

.testimonial__item .testimonial__item-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.testimonial__item .testimonial__item-person {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.testimonial__item .testimonial__item-image {
  overflow: hidden;
  border-radius: 50%;
  margin-left: 10px;
}

.testimonial__item .testimonial__iitem-name {
  font-size: 15px;
  letter-spacing: -0.24px;
  color: var(--brinks-2-labels-7-link);
}

.testimonial__item .testimonial__item-company {
  font-size: 13px;
  letter-spacing: -0.08px;
  color: #5e6f78;
}

section.additional-solutions {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: var(--brinks-1-backgrounds-3-neutral);
}

@media screen and (min-width: 1024px) {
  section.additional-solutions {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
section.additional-solutions .service__items .slick-track {
  display: flex;
}

section.additional-solutions .service__item {
  flex: 1 0 auto;
  margin: 30px 15px;
  padding: 20px;
  border-radius: 4px;
  background-color: var(--brinks-1-backgrounds-2-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: auto;
}

section.additional-solutions .service__item-image {
  padding: 45px;
  margin-bottom: 60px;
  background-color: var(--brinks-1-backgrounds-3-neutral);
  border-radius: 50%;
}

section.additional-solutions .service__item-image img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

section.additional-solutions .service__item-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  font-weight: bold;
  margin-bottom: 15px;
}

section.additional-solutions .service__item-description {
  margin-bottom: 15px;
}

section.additional-solutions .services__list-navigation {
  display: flex;
  overflow: auto;
  width: 100%;
  margin-bottom: -5px;
}

section.additional-solutions .service__item-link {
  display: block;
  border: solid 2px var(--brinks-2-labels-7-link);
  color: var(--brinks-2-labels-7-link);
  text-decoration: none;
  line-height: 1;
  margin-top: auto;
  padding: 14px 70px 14px 70px;
  border-radius: 2px;
}

section.additional-solutions .service__item-link:hover {
  background-color: var(--brinks-2-labels-7-link);
  color: #fff;
}

section.additional-solutions .services__nav-item {
  margin-left: 15px;
  margin-right: 15px;
  align-items: center;
  color: var(--brinks-2-labels-7-link);
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 15px;
  text-align: center;
  width: 200px;
  position: relative;
  cursor: pointer;
}

section.additional-solutions .services__nav-item:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border-bottom: 5px solid var(--brinks-2-labels-3-gray-2);
  z-index: 1;
}

section.additional-solutions .services__nav-item .title {
  font-size: 20px;
}

section.additional-solutions .service__links {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: var(--brinks-1-backgrounds-4-neutral-2);
}

@media screen and (min-width: 1024px) {
  section.additional-solutions .service__links {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
section.additional-solutions .service__list-title,
section.additional-solutions .service__links-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  text-align: center;
}

section.additional-solutions .service__list-title {
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  section.additional-solutions .service__list-title {
    padding-bottom: 60px;
  }
}
section.additional-solutions .service__links-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  section.additional-solutions .service__links-items {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.additional-solutions .service__links-item {
  background-color: var(--brinks-1-backgrounds-3-neutral);
  border-radius: 2px 0 0 2px;
  border-right: solid 5px var(--brinks-2-labels-3-gray-2);
  color: var(--brinks-2-labels-1-primary);
  margin-top: 15px;
  padding: 22px 20px 18px 10px;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.additional-solutions .service__links-item {
    margin-top: 20px;
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  section.additional-solutions .service__links-item {
    width: calc(33.33% - 15px);
  }
}
section.additional-solutions .service__links-item:hover {
  background-color: var(--brinks-3-color-1-primary-blue);
  border-color: transparent;
  border-radius: 2px;
  color: var(--brinks-2-labels-5-white);
}

section.additional-solutions .slick-prev,
section.additional-solutions .slick-next {
  width: 50px;
  height: 50px;
  z-index: 1000;
  margin-right: 5px;
  margin-left: 5px;
}

section.additional-solutions .slick-prev:before,
section.additional-solutions .slick-next:before {
  content: "";
  width: 50px;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.additional-solutions .slick-next:before {
  background: url(images/icons/icons-left-square-active.svg);
}

section.additional-solutions .slick-prev:before {
  background: url(images/icons/icons-right-square-active.svg);
}

@media screen and (min-width: 1400px) {
  section.additional-solutions .slick-prev {
    right: -100px;
  }
  section.additional-solutions .slick-next {
    left: -100px;
  }
}
.careers {
  margin-bottom: 50px;
}

.careers .container {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 1200px) {
  .careers .container {
    display: flex;
  }
  .careers .container .careers__filter {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1024px) {
  .careers .container .careers__filter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .careers .container .career__items {
    margin-top: 40px;
    width: 900px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1024px) {
  .careers .container .career__items {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.careers__filter {
  margin-bottom: 20px;
  margin-top: 30px;
}

.careers__filter .container {
  display: grid;
  grid-template-areas: "title button" "list list" "remark remark";
  grid-template-columns: 50% 50%;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .careers__filter .container {
    grid-template-areas: "title" "list" "button" "remark";
    grid-template-columns: 100%;
    justify-items: start;
  }
}
.careers__filter .careers__filter-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  margin: 0;
  padding-top: 5px;
  font-weight: bold;
  grid-area: title;
}

.careers__filter .careers__filter-button {
  background-color: var(--brinks-3-color-1-primary-blue);
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  grid-area: button;
  padding: 10px 38px 10px 39px;
}

@media screen and (max-width: 1199px) {
  .careers__filter .careers__filter-button {
    margin-right: auto;
  }
}
.careers__filter .careers__filter-items {
  display: flex;
  grid-area: list;
  margin-top: 30px;
  overflow: auto hidden;
}

@media screen and (min-width: 1200px) {
  .careers__filter .careers__filter-items {
    margin-top: 20px;
    flex-direction: column;
  }
}
.careers__filter .careers__filter-item {
  flex: 1 0 auto;
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .careers__filter .careers__filter-item {
    margin-bottom: 15px;
  }
}
.careers__filter .careers__filter-remark {
  grid-area: remark;
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .careers__filter .careers__filter-remark {
    margin-top: 30px;
  }
}
.careers__filter .careers__filter-remark {
  color: var(--brinks-2-labels-2-gray-1);
}

.career__item {
  background-color: var(--brinks-1-backgrounds-3-neutral);
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 30px 15px;
}

@media screen and (min-width: 1200px) {
  .career__item {
    position: relative;
    padding: 30px 100px 30px 30px;
    margin-bottom: 20px;
  }
  .career__item:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    height: 260px;
    border-right: 5px solid var(--brinks-3-color-1-primary-blue);
  }
}
.career__item .career__item-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
  color: var(--brinks-2-labels-7-link);
  font-weight: bold;
}

.career__item .career__item-description {
  color: var(--brinks-2-labels-2-gray-1);
  font-weight: bold;
}

.career__item .careers__item-settings {
  margin-bottom: 20px;
  margin-top: 20px;
}
.career__item .careers__item-settings h3,
.career__item .careers__item-settings p{
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .career__item .careers__item-settings {
    height: 0;
    overflow: hidden;
    transition: height ease 1s;
  }
  .career__item .careers__item-settings.is_active {
    border-top: 1px solid var(--brinks-2-labels-3-gray-2);
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .career__item .careers__item-settings {
    border-top: 1px solid var(--brinks-2-labels-3-gray-2);
  }
}
.career__item .careers__item-meta {
  padding-top: 20px;
}

@media screen and (min-width: 1200px) {
  .career__item .careers__item-meta:nth-child(1), .career__item .careers__item-meta:nth-child(2) {
    width: 47%;
  }
}
.career__item .careers__item-meta:nth-child(3) {
  border-bottom: 1px solid var(--brinks-2-labels-3-gray-2);
  border-top: 1px solid var(--brinks-2-labels-3-gray-2);
  margin-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .career__item .careers__item-meta:nth-child(3) {
    width: 100%;
  }
}
.career__item .careers__item-meta h4 {
  margin: 0 0 5px;
}

.career__item .careers__item-meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.career__item .careers__item-meta li {
  margin-bottom: 5px;
  padding-right: 30px;
  position: relative;
}

.career__item .careers__item-meta li:before {
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}

.career__item .careers__item-meta li.check:before {
  background: transparent url(images/icons/check.svg) top right;
}

.career__item .careers__item-meta li.clock:before {
  background: transparent url(images/icons/clock.svg) top right;
}

.career__item .careers__item-salary {
  padding-top: 20px;
}

@media screen and (min-width: 1200px) {
  .career__item .careers__item-salary {
    padding-left: 30px;
  }
}
.career__item .careers__item-salary h4 {
  margin: 0;
}

.career__item .careers__item-salary h3 {
  color: var(--brinks-2-labels-1-primary);
  font-weight: normal;
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
}

@media screen and (min-width: 1200px) {
  .career__item .careers__item-salary {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.career__item .careers__item-sendcv {
  align-items: center;
  background-color: var(--brinks-3-color-5-secondary-1);
  border-radius: 2px;
  color: var(--brinks-2-labels-5-white);
  display: flex;
  font-weight: bold;
  justify-content: center;
  padding: 20px 61.5px 16px 62px;
  text-align: center;
  text-decoration: none;
}

.career__item .careers__item-sendcv:hover {
  background-color: var(--brinks-3-color-6-secondary-2);
}

@media screen and (min-width: 1200px) {
  .career__item .careers__item-sendcv {
    width: 340px;
    height: 60px;
    margin-right: 30px;
    padding: 20px 64.2px 16px 65px;
  }
}
@media screen and (min-width: 1199px) {
  .career__item .career__item-toggle {
    display: none;
  }
}
.career__item .career__item-display {
  background-color: var(--brinks-2-labels-1-primary);
  border: none;
  border-radius: 2px;
  color: var(--brinks-2-labels-5-white);
  font-weight: bold;
  padding: 20px 32px 16px 33px;
  display: none;
}

.career__item .career__item-display.is_active {
  display: block;
}

.career__item .career__item-hide {
  background-color: transparent;
  border: none;
  color: var(--brinks-2-labels-7-link);
  font-weight: bold;
  height: 24px;
  text-align: center;
  display: none;
  margin: -10px auto 0;
}

.career__item .career__item-hide.is_active {
  display: block;
}

.product-advantages {
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .product-advantages {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .product-advantages .container {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .product-advantages .container-default .image {
    transform: translateX(150px);
  }
}
@media screen and (min-width: 1200px) {
  .product-advantages .container-default .image {
    transform: translateX(135px);
  }
}
@media screen and (min-width: 1024px) {
  .product-advantages .container-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .product-advantages .container-reverse .image {
    transform: translateX(-150px);
  }
}
@media screen and (min-width: 1200px) {
  .product-advantages .container-reverse .image {
    transform: translateX(-135px);
  }
}
@media screen and (max-width: 767px) {
  .product-advantages .image {
    flex: 1 0 auto;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .product-advantages .image {
    flex: 1 0 auto;
    width: 33.33%;
  }
  .product-advantages .image img {
    max-width: initial;
  }
}
.product-advantages .content {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .product-advantages .content {
    flex: 1 0 auto;
    width: 800px;
  }
}
.product-advantages .section-title {
  padding-bottom: 20px;
  position: relative;
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
}

@media screen and (min-width: 1024px) {
  .product-advantages .section-title {
    font-size: 42px;
  }
}
.product-advantages .section-title:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 5px;
  width: 100%;
  background-color: currentColor;
}

@media screen and (min-width: 1024px) {
  .product-advantages .advantage-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.product-advantages .advantage-item {
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .product-advantages .advantage-item {
    width: calc(50% - 15px);
  }
}
.product-advantages .advantage-title {
  margin-bottom: 6px;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  font-weight: bold;
}

.recommended-products {
  background-color: var(--brinks-1-backgrounds-3-neutral);
  padding-top: 50px;
  padding-bottom: 50px;
}

.recommended-products .section-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
}

@media screen and (max-width: 767px) {
  .recommended-products .section-title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .recommended-products .section-title {
    font-size: 48px;
    line-height: 1.04;
    letter-spacing: -0.13px;
    color: var(--brinks-2-labels-7-link);
  }
}
.recommended-products .recommended__products {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .recommended-products .recommended__products {
    display: grid;
    /* 1 */
    grid-template-columns: repeat(auto-fill, calc(33.33% - 20px));
    /* 2 */
    grid-gap: 0 20px;
    /* 3 */
    justify-content: space-between;
    /* 4 */
  }
}
.recommended-products .recommended__product {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  color: var(--brinks-1-backgrounds-2-white);
}

.recommended-products .recommended__product:after {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1s ease all;
}

.recommended-products .recommended__product.focus:after,
.recommended-products .recommended__product:hover:after {
  bottom: 0;
  top: -100%;
}

.recommended-products .recommended__product.focus .recommended__product-content,
.recommended-products .recommended__product.focus .recommended__product-description,
.recommended-products .recommended__product:hover .recommended__product-content,
.recommended-products .recommended__product:hover .recommended__product-description {
  transform: translateY(0);
}

.recommended-products .recommended__product-image img {
  display: block;
}

.recommended-products .recommended__product-content {
  align-items: center;
  z-index: 1;
  bottom: 0;
  color: var(--brinks-1-backgrounds-2-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: translateY(205px);
  transition: all ease 1s;
}

.recommended-products .recommended__product-description {
  transform: translateY(100%);
  transition: all ease 1s;
}

.recommended-products .recommended__product-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
}

.recommended-products .recommended__product-link {
  border: solid 2px var(--brinks-2-labels-5-white);
  border-radius: 2px;
  color: var(--brinks-2-labels-5-white);
  display: block;
  height: 48px;
  margin: 30px 0 0;
  padding-bottom: 14px;
  padding-top: 14px;
  text-decoration: none;
  line-height: 1;
}

.recommended-products .load-more {
  border: none;
  border-radius: 2px;
  color: var(--brinks-2-labels-5-white);
  max-width: 100%;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
  cursor: pointer;
  background-color: var(--brinks-3-color-1-primary-blue);
  margin: 40px auto 0;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .recommended-products .load-more {
    width: calc(33.33% - 15px);
  }
}
.contact-details .container {
  padding-bottom: 10px;
  padding-top: 10px;
}

@media screen and (min-width: 1024px) {
  .contact-details .container {
    align-items: center;
    display: flex;
  }
}
.contact-details .cd__title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
}

@media screen and (min-width: 1024px) {
  .contact-details .cd__title {
    margin-left: 30px;
    margin-top: 10px;
  }
}
.contact-details .cd__phone,
.contact-details .cd__email {
  padding: 10px 28px 10px 0;
  position: relative;
}

.contact-details .cd__phone:before,
.contact-details .cd__email:before {
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 24px;
}

.contact-details .cd__phone a:focus,
.contact-details .cd__email a:focus {
  outline-width: 2px;
}

.contact-details .cd__phone:before {
  background: url(images/icons/icons-phone.svg) center center;
}

@media screen and (min-width: 1024px) {
  .contact-details .cd__phone {
    margin-left: 20px;
    padding-left: 20px;
  }
  .contact-details .cd__phone:after {
    background-color: var(--brinks-2-labels-3-gray-2);
    content: "";
    height: 16px;
    left: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
  }
}
.contact-details .cd__phone a {
  text-decoration: none;
  color: inherit;
}

.contact-details .cd__email a {
  color: var(--brinks-2-labels-7-link);
  text-decoration: none;
}

.contact-details .cd__email a:hover {
  text-decoration: underline;
}

.contact-details .cd__email:before {
  background: url(images/icons/icons-envelope.svg) center center;
}

@media screen and (min-width: 1024px) {
  .page-contacts .contact-details .container {
    flex-wrap: wrap;
  }
  .page-contacts .contact-details .container .cd__title {
    width: 100%;
  }
}
.stations {
  position: relative;
}

.stations .station__lists {
  position: relative;
  display: none;
}

.stations .station__lists.is_active {
  display: block;
}

.stations .stations__list-navigation {
  border-bottom: 1px solid var(--brinks-2-labels-2-gray-1);
}

.stations .stations__list-navigation .container {
  display: flex;
  overflow-x: auto;
  padding-bottom: 0;
}

.stations .stations__list-navigation .station__nav-item {
  padding: 10px 15px;
  border-top: 3px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  cursor: pointer;
}

.stations .stations__list-navigation .station__nav-item.is_active {
  border-color: var(--brinks-2-labels-7-link);
  color: var(--brinks-2-labels-7-link);
}

.stations .stations__list-navigation .station__nav-item h3 {
  margin: 0;
}

.stations .stations__list-navigation .station__nav-item.is_active h3 {
  color: var(--brinks-2-labels-7-link);
}

.stations .stations__buttons {
  border: none;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .stations .stations__buttons {
    display: none;
  }
}
.stations .stations__button {
  background-color: var(--brinks-1-backgrounds-3-neutral);
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(10, 74, 142, 0.3);
  color: var(--brinks-2-labels-7-link);
  padding: 11px 45px 11px 45px;
  text-align: center;
  width: calc(50% - 7.5px);
}

.stations .stations__button.is_active {
  background-color: var(--brinks-3-color-1-primary-blue);
  color: var(--brinks-2-labels-5-white);
  font-weight: bold;
}

.stations .stations__tabs {
  position: relative;
}

.stations .stations__list {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .stations .stations__list {
    height: 650px;
    margin: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 370px;
    z-index: 10;
  }
}
@media screen and (min-width: 1200px) {
  .stations .stations__list {
    right: calc(50vw - 600px);
  }
}
.stations .station__item {
  background-color: var(--brinks-1-backgrounds-2-white);
  border: solid 1px var(--brinks-2-labels-4-gray-3);
  border-radius: 2px;
  margin-bottom: 5px;
  padding: 20px 20px 17px;
  position: relative;
  cursor: pointer;
  display: none;
}

.stations .station__item.is_visible {
  display: block;
}

@media screen and (min-width: 1024px) {
  .stations .station__item:after {
    background: url(images/icons/icons-arrow-left-primary.svg) no-repeat center center;
    border: solid 1px var(--brinks-2-labels-4-gray-3);
    border-radius: 50%;
    content: "";
    height: 40px;
    left: 25px;
    padding: 9px 8.8px 8.8px 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }
  .stations .station__item.is_active, .stations .station__item:hover {
    background-color: var(--brinks-3-color-1-primary-blue);
    color: var(--brinks-1-backgrounds-2-white);
  }
  .stations .station__item.is_active .station__item-name, .stations .station__item:hover .station__item-name {
    color: var(--brinks-1-backgrounds-2-white);
  }
  .stations .station__item.is_active:after, .stations .station__item:hover:after {
    background-image: url(images/icons/icons-arrow-left-white.svg);
  }
}
.stations .station__item-name {
  color: var(--brinks-2-labels-7-link);
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 7px;
}

.stations .station__item-address {
  font-size: 15px;
  letter-spacing: -0.24px;
  line-height: 1.33;
}

.stations .station__item-address a {
  text-decoration: none;
  color: inherit;
}

.stations .stations__map {
  height: 585px;
  width: 100%;
}

.stations .stations__map img {
  max-width: inherit !important;
}

@media screen and (min-width: 1024px) {
  .stations .stations__map {
    height: 670px;
  }
}
.stations .stations__mobile-location {
  bottom: 50px;
  left: 25px;
  position: absolute;
  right: 25px;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .stations .stations__mobile-location {
    display: none;
  }
}
.stations .stations__mobile-location .station__item {
  background-color: var(--brinks-3-color-1-primary-blue);
  color: var(--brinks-1-backgrounds-2-white);
}

.stations .stations__mobile-location .station__item .station__item-name {
  color: var(--brinks-1-backgrounds-2-white);
}

.stations .stations__mobile-location .station__item:after {
  background-image: none;
}

@media screen and (max-width: 1023px) {
  .stations .stations__map-wrapper,
  .stations .stations__list {
    display: none;
  }
  .stations .stations__map-wrapper.is_active,
  .stations .stations__list.is_active {
    display: block;
  }
  .stations .stations__map-wrapper {
    margin-top: 25px;
  }
}
.faq {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .faq .container {
    display: flex;
  }
}
.faq__item {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .faq__item {
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .faq__item.is_active:before {
    background-color: var(--brinks-1-backgrounds-4-neutral-2);
    bottom: 0;
    content: "";
    left: -25px;
    position: absolute;
    right: -25px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .faq__item.is_active {
    background-color: var(--brinks-1-backgrounds-4-neutral-2);
  }
}
.faq__item.is_active:after {
  height: 0;
}

.faq__item.is_active .faq__item-question {
  color: var(--brinks-2-labels-7-link);
  font-weight: bold;
}

.faq__item.is_active .faq__item-question:before {
  background-color: var(--brinks-2-labels-7-link);
  background-image: url(images/icons/icons-minus.svg);
}

.faq__item.is_active .faq__item-answer {
  height: auto;
  transform: scaleY(1);
}

.faq__item:after {
  background-color: var(--brinks-2-labels-4-gray-3);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 40px;
}

@media screen and (min-width: 1024px) {
  .faq__item:after {
    right: 100px;
  }
}
.faq__item .faq__item-question {
  align-items: center;
  color: var(--brinks-2-labels-1-primary);
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  cursor: pointer;
  display: flex;
  font-weight: normal;
  min-height: 80px;
  padding-right: 57px;
  position: relative;
}

.faq__item .faq__item-question:hover {
  color: var(--brinks-2-labels-7-link);
}

@media screen and (min-width: 1024px) {
  .faq__item .faq__item-question {
    padding-right: 82px;
  }
}
.faq__item .faq__item-question:before {
  background-color: var(--brinks-1-backgrounds-3-neutral);
  background-image: url(images/icons/icons-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border-radius: 50%;
  content: "";
  height: 42px;
  padding: 14px;
  position: absolute;
  right: 0;
  top: 19px;
  width: 42px;
}

.faq__item .faq__item-answer {
  height: 0px;
  margin-top: -18px;
  padding: 5px 57px 18px 0;
  position: relative;
  transform: scaleY(0);
  transform-origin: top;
  transition: height 1s ease-out, transform 0.3s ease-out;
}

@media screen and (min-width: 1024px) {
  .faq__item .faq__item-answer {
    padding-right: 82px;
  }
}
@media screen and (max-width: 1023px) {
  .faq__image {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .faq__image {
    flex: 1 0 auto;
    margin-right: 30px;
    transform: translateY(-140px);
    width: 305px;
  }
  .faq__image img {
    max-width: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .page-contacts {
    display: flex;
  }
  .page-contacts .contacts__content, .page-contacts .cta__popup-form,
  .page-contacts .contacts__image {
    width: 50%;
  }
  .page-contacts .contacts__image {
    background-size: cover;
  }
  .page-contacts .contacts__image img {
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-contacts .contacts__content, .page-contacts .cta__popup-form {
    margin-bottom: 60px;
    margin-right: 30px;
    width: 570px;
  }
}
.contacts__content .wpcf7, .cta__popup-form .wpcf7 {
  border-top: 1px solid var(--brinks-2-labels-4-gray-3);
  padding-top: 20px;
}

@media screen and (max-width: 1199px) {
  .contacts__content .wpcf7, .cta__popup-form .wpcf7 {
    margin: 30px 25px;
  }
}
.contacts__content .wpcf7 .field, .cta__popup-form .wpcf7 .field {
  margin-bottom: 20px;
  position: relative;
}

.contacts__content .wpcf7 .field p:empty, .cta__popup-form .wpcf7 .field p:empty {
  display: none;
}

.contacts__content .wpcf7 .field label, .cta__popup-form .wpcf7 .field label {
  background-color: #fff;
  color: var(--brinks-2-labels-1-primary);
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.24px;
  line-height: 1.33;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 10px;
  top: 27.5px;
  transition: all ease 1s;
}

.contacts__content .wpcf7 .field label .required, .cta__popup-form .wpcf7 .field label .required {
  color: var(--brinks-2-labels-9-error);
}

.contacts__content .wpcf7 .field label.is_active, .cta__popup-form .wpcf7 .field label.is_active {
  font-size: 13px;
  top: -5px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contacts__content .wpcf7 .fields, .cta__popup-form .wpcf7 .fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .contacts__content .wpcf7 .field__half, .cta__popup-form .wpcf7 .field__half {
    width: calc(50% - 15px);
  }
}
.contacts__content .wpcf7 .field input, .cta__popup-form .wpcf7 .field input,
.contacts__content .wpcf7 .field textarea,
.cta__popup-form .wpcf7 .field textarea,
.contacts__content .wpcf7 .field select,
.cta__popup-form .wpcf7 .field select {
  background: transparent;
  border: solid 1px var(--brinks-2-labels-3-gray-2);
  border-radius: 6px;
  margin: 3px 0;
  max-height: 150px;
  max-width: 100%;
  min-height: 56px;
  padding: 18px 15px;
  width: 100%;
  z-index: 1;
}

.contacts__content .wpcf7 .field input:active, .cta__popup-form .wpcf7 .field input:active, .contacts__content .wpcf7 .field input:focus-visible, .cta__popup-form .wpcf7 .field input:focus-visible, .contacts__content .wpcf7 .field input:target, .cta__popup-form .wpcf7 .field input:target, .contacts__content .wpcf7 .field input:focus-within, .cta__popup-form .wpcf7 .field input:focus-within, .contacts__content .wpcf7 .field input:hover, .cta__popup-form .wpcf7 .field input:hover,
.contacts__content .wpcf7 .field textarea:active,
.cta__popup-form .wpcf7 .field textarea:active,
.contacts__content .wpcf7 .field textarea:focus-visible,
.cta__popup-form .wpcf7 .field textarea:focus-visible,
.contacts__content .wpcf7 .field textarea:target,
.cta__popup-form .wpcf7 .field textarea:target,
.contacts__content .wpcf7 .field textarea:focus-within,
.cta__popup-form .wpcf7 .field textarea:focus-within,
.contacts__content .wpcf7 .field textarea:hover,
.cta__popup-form .wpcf7 .field textarea:hover,
.contacts__content .wpcf7 .field select:active,
.cta__popup-form .wpcf7 .field select:active,
.contacts__content .wpcf7 .field select:focus-visible,
.cta__popup-form .wpcf7 .field select:focus-visible,
.contacts__content .wpcf7 .field select:target,
.cta__popup-form .wpcf7 .field select:target,
.contacts__content .wpcf7 .field select:focus-within,
.cta__popup-form .wpcf7 .field select:focus-within,
.contacts__content .wpcf7 .field select:hover,
.cta__popup-form .wpcf7 .field select:hover {
  border-color: var(--brinks-2-labels-7-link);
  outline-color: var(--brinks-2-labels-7-link);
}

.contacts__content .wpcf7 .field input.wpcf7-not-valid, .cta__popup-form .wpcf7 .field input.wpcf7-not-valid,
.contacts__content .wpcf7 .field textarea.wpcf7-not-valid,
.cta__popup-form .wpcf7 .field textarea.wpcf7-not-valid,
.contacts__content .wpcf7 .field select.wpcf7-not-valid,
.cta__popup-form .wpcf7 .field select.wpcf7-not-valid {
  border: solid 1px var(--brinks-2-labels-9-error);
}

.contacts__content .wpcf7 .field select,
.cta__popup-form .wpcf7 .field select {
  background: url(images/icons/icons-drop-down.svg) no-repeat 15px center;
}

.contacts__content .wpcf7 .field textarea,
.cta__popup-form .wpcf7 .field textarea {
  margin-bottom: -6px;
}

.contacts__content .wpcf7 .field__assistive, .cta__popup-form .wpcf7 .field__assistive {
  padding-bottom: 18px;
}

.contacts__content .wpcf7 .field__assistive-text, .cta__popup-form .wpcf7 .field__assistive-text {
  bottom: 0;
  color: #5e6f78;
  font-size: 13px;
  letter-spacing: -0.08px;
  margin: 0;
  padding: 0 15px 0 0;
  position: absolute;
  right: 0;
}

.contacts__content .wpcf7 .field__assistive-text.is_active, .cta__popup-form .wpcf7 .field__assistive-text.is_active {
  color: var(--brinks-2-labels-7-link);
}

.contacts__content .wpcf7 .submit-field, .cta__popup-form .wpcf7 .submit-field {
  position: relative;
}

.contacts__content .wpcf7 .submit-field .wpcf7-spinner, .cta__popup-form .wpcf7 .submit-field .wpcf7-spinner {
  background-color: var(--brinks-2-labels-8-positive);
  left: 0;
  margin: 0;
  position: absolute;
  top: -45px;
  z-index: 1;
}

.contacts__content .wpcf7 .submit-field input[type=submit], .cta__popup-form .wpcf7 .submit-field input[type=submit] {
  display: none;
}

.contacts__content .wpcf7 .submit-field button.submit-btn, .cta__popup-form .wpcf7 .submit-field button.submit-btn {
  align-items: center;
  background-color: var(--brinks-3-color-5-secondary-1);
  border: none;
  border-radius: 2px;
  color: var(--brinks-2-labels-5-white);
  display: flex;
  height: 56px;
  justify-content: center;
  max-width: 100%;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.contacts__content .wpcf7 .submit-field button.submit-btn span, .cta__popup-form .wpcf7 .submit-field button.submit-btn span {
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding-left: 39px;
  position: relative;
  text-align: center;
}

.contacts__content .wpcf7 .submit-field button.submit-btn span:after, .cta__popup-form .wpcf7 .submit-field button.submit-btn span:after {
  background: url(images/icons/check-white.svg) no-repeat;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.contacts__content .wpcf7 form.invalid .wpcf7-response-output, .cta__popup-form .wpcf7 form.invalid .wpcf7-response-output,
.contacts__content .wpcf7 form.unaccepted .wpcf7-response-output,
.cta__popup-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contacts__content .wpcf7 form.payment-required .wpcf7-response-output,
.cta__popup-form .wpcf7 form.payment-required .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

.contacts__content .wpcf7 .wpcf7-not-valid-tip, .cta__popup-form .wpcf7 .wpcf7-not-valid-tip {
  background-color: #fff;
  color: var(--brinks-2-labels-9-error);
  font-size: 13px;
  line-height: 1;
  padding: 0 15px 0 0;
  position: relative;
  text-align: right;
  z-index: 1;
}

.contacts__content .wpcf7 .field__assistive .wpcf7-not-valid-tip, .cta__popup-form .wpcf7 .field__assistive .wpcf7-not-valid-tip {
  margin-bottom: -15px;
}

.contacts__content .wpcf7 .wpcf7-form-control-wrap, .cta__popup-form .wpcf7 .wpcf7-form-control-wrap {
  position: inherit;
}

section.downloads {
  background-color: #18334e;
  text-align: center;
}

section.downloads .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  section.downloads .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.downloads .section-header {
  color: var(--brinks-2-labels-5-white);
  margin: 0 auto;
}

section.downloads .section-title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
}

section.downloads .section-description {
  margin: 0 auto 20px;
  max-width: 50%;
}

section.downloads .download__links {
  display: flex;
  justify-content: center;
}

section.downloads a.download__link {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
  width: 170px;
  height: 56px;
  padding: 14px 28px;
  border-radius: 4px;
  background-color: var(--brinks-2-labels-5-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section {
  background-color: #071c32;
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .cta-section {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .cta-section .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .cta-content {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cta-content {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .cta-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cta-content h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.09px;
  color: var(--brinks-2-labels-5-white);
}

.cta-content p {
  color: var(--brinks-2-labels-5-white);
  margin: 10px 0 0;
  max-width: 650px;
}

.cta-button {
  background-color: #818284;
  border: none;
  border-radius: 2px;
  color: var(--brinks-2-labels-5-white);
  max-width: 100%;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
  width: 370px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .cta-button {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .cta-button {
    margin-left: 15px;
  }
}
.popup__wrapper {
  background-color: rgba(64, 64, 64, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  transform: scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__wrapper.is_active {
  transform: scale(1);
}

.popup-thanks {
  border-radius: 4px;
  margin: 45px;
  background-color: white;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: scale(0);
}

.popup-thanks.is_active {
  transform: scale(1);
}

.popup-thanks img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-top: 20px;
}

.popup-thanks h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.21px;
  margin: 20px 0 40px;
}

.popup-thanks button {
  cursor: pointer;
  width: 285px;
  height: 56px;
  padding: 16px 122px;
  border-radius: 2px;
  text-align: center;
  line-height: 1;
  color: var(--brinks-2-labels-5-white);
  background-color: var(--brinks-3-color-5-secondary-1);
}

.cta__popup {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  display: flex;
  transform: scale(0);
  transition: 1s transform ease;
  overflow: auto;
}

@media screen and (min-width: 1024px) {
  .cta__popup {
    align-items: center;
    justify-content: center;
  }
}
.cta__popup.is_active {
  z-index: 100;
  transform: scale(1);
}

.cta__popup-wrapper {
  position: relative;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .cta__popup-wrapper {
    border-radius: 4px;
    margin: 15px;
    flex-direction: row;
  }
}
.popup__video-close,
.cta__popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  border: none;
  width: 36px;
  height: 36px;
  background: url(images/icons/icons-close.svg) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}

.cta__popup-image {
  min-height: 400px;
}

.cta__popup-image img {
  height: 100%;
  object-fit: cover;
}

.cta__popup-content {
  background-color: white;
  padding: 30px;
}

.cta__popup-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.21px;
}

.cta__popup-form .wpcf7 {
  border: 0;
}

@media screen and (max-width: 1199px) {
  .cta__popup-form .wpcf7 {
    margin: 0;
  }
}
.single-post .type-post {
  color: var(--brinks-2-labels-1-primary);
}

.single-post .type-post .entry-image {
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .single-post .type-post .entry-image {
    min-height: 400px;
  }
}
.single-post .type-post .entry-title {
  margin-top: 10px;
}

.single-post .type-post .entry-content {
  font-size: 20px;
  letter-spacing: -0.41px;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .single-post .type-post .entry-content > * {
    margin-bottom: 30px;
  }
}
.single-post .type-post .image-video a {
  display: block;
  position: relative;
}

.single-post .type-post .image-video a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(38, 38, 38, 0.3) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-post .type-post .image-video a:after {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent url(images/icons-play.svg) center center no-repeat;
  background-size: cover;
}

.single-post .type-post.image-video a:focus:after {
  outline: 2px dotted #fff;
}

@media screen and (min-width: 1024px) {
  .single-post .type-post .image-video a:after {
    width: 130px;
    height: 130px;
  }
}
.single-post .type-post .wp-block-image figcaption {
  color: var(--brinks-2-labels-2-gray-1);
  font-size: 17px;
  margin-top: 0.5em;
}

.single-post .type-post .entry-meta {
  display: flex;
  margin-bottom: 20px;
}

.single-post .type-post .entry-meta-date {
  color: var(--brinks-2-labels-2-gray-1);
  display: block;
  padding-left: 30px;
  padding-right: 18px;
  position: relative;
}

.single-post .type-post .entry-meta-date:before {
  background: url(images/icons/icons-calendar.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
}

.single-post .type-post .entry-meta-share {
  display: flex;
}

.single-post .type-post .entry-meta-share a {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 20px;
  margin: 0 8px;
  width: 20px;
}

.single-post .type-post .entry-meta-share a.facebook {
  background-image: url(images/icons/icons-facebook.svg);
}

.single-post .type-post .entry-meta-share a.linkedin {
  background-image: url(images/icons/icons-linkedin.svg);
}

.single-post .type-post .entry-meta-share a.link {
  background-image: url(images/icons/icons-link.svg);
}

.recent-posts {
  background-color: var(--brinks-1-backgrounds-4-neutral-2);
  padding-bottom: 45px;
  padding-top: 45px;
}

.recent-posts .section-title {
  border-bottom: 5px solid var(--brinks-3-color-1-primary-blue);
  color: var(--brinks-2-labels-1-primary);
  padding-bottom: 10px;
}

.recent-post-items .post__item {
  background-color: var(--brinks-1-backgrounds-2-white);
  border: solid 1px var(--brinks-2-labels-4-gray-3);
  margin-top: 30px;
}

.recent-post-items .post__item-image img {
  width: 100%;
}

.recent-post-items .post__item-content {
  padding: 20px;
}

.recent-post-items .post__item-title {
  color: var(--brinks-2-labels-1-primary);
}

.recent-post-items .post__item-title a {
  color: inherit;
  text-decoration: none;
}

.recent-post-items .post__item-description {
  color: var(--brinks-2-labels-1-primary);
  font-size: 17px;
  letter-spacing: -0.41px;
  line-height: 1.41;
}

.recent-post-items .post__item-meta {
  color: var(--brinks-2-labels-2-gray-1);
  font-size: 15px;
  letter-spacing: -0.24px;
  line-height: 1.33;
  margin-right: -3px;
  padding-left: 30px;
  position: relative;
  display: block;
  padding-right: 24px;
}

.recent-post-items .post__item-meta:before {
  background-image: url(images/icons/icons-calendar.svg);
  background-position: center;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
}

@media screen and (min-width: 768px) {
  .recent-posts .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .recent-posts .section-title {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -0.09px;
    margin-bottom: 0;
    width: calc(66.66% - 10px);
  }
  .recent-posts .post__item {
    width: calc(33.33% - 20px);
  }
}
.recent-posts .load-more {
  border: none;
  border-radius: 2px;
  color: var(--brinks-2-labels-5-white);
  max-width: 100%;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
  cursor: pointer;
  background-color: var(--brinks-3-color-1-primary-blue);
  margin: 40px auto 0;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .recent-posts .load-more {
    width: calc(33.33% - 15px);
  }
}
.site-footer {
  background-color: var(--brinks-1-backgrounds-1-dark);
  padding-bottom: 60px;
  padding-top: 80px;
}

@media screen and (max-width: 1023px) {
  .site-footer .widgets {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-widgets {
    display: flex;
    justify-content: space-between;
  }
  .site-footer .widgets {
    display: flex;
    width: 66.666%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site-footer .widget {
    width: calc(25% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .widget {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.site-footer .widget .widget-title {
  color: var(--brinks-2-labels-5-white);
  font-weight: bold;
  line-height: 1.41;
  margin: 0;
}

.site-footer .widget a {
  color: var(--brinks-2-labels-5-white);
  font-size: 15px;
  letter-spacing: -0.24px;
  line-height: 1.33;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .site-footer .widget_credits {
    width: 25%;
  }
}
.site-footer .widget_credits .widget-content {
  margin-top: 21px;
}

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

.site-footer .widget_nav_menu ul li {
  margin-bottom: 12px;
}

.site-footer .widget_nav_menu ul li:first-child {
  margin-top: 17px;
}

.site-footer .widget__contacts .widget-title {
  display: none;
}

.site-footer .widget__contacts p {
  color: var(--brinks-1-backgrounds-2-white);
  margin-bottom: 40px;
  margin-top: 20px;
}

.site-footer .widget__contacts a {
  border: solid 2px var(--brinks-2-labels-4-gray-3);
  border-radius: 2px;
  margin-top: 24px;
  padding: 16px 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer .widget__contacts a span {
  position: relative;
  display: block;
  padding-right: 39px;
}

.site-footer .widget__contacts a span:before {
  background-image: url(images/icons/icons-whatup.svg);
  background-position: center;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
}

@media screen and (max-width: 1023px) {
  .site-footer .widget__contacts .widget__contacts-content {
    position: absolute;
    top: -15px;
  }
  .site-footer .widget__contacts .widget-title {
    text-align: center;
    display: block;
  }
}
.site-footer .footer-credits {
  display: flex;
  flex-direction: column-reverse;
  font-size: 13px;
  justify-content: flex-start;
  letter-spacing: -0.08px;
}

@media screen and (min-width: 1024px) {
  .site-footer .footer-credits {
    border-top: 1px solid var(--brinks-2-labels-3-gray-2);
    flex-direction: row;
    margin: 50px 15px 0;
    padding-top: 20px;
    align-items: center;
  }
}
.site-footer .footer-credits .moonsite a {
  color: #fff;
  text-decoration: none;
}

.site-footer .footer-credits .moonsite a span {
  position: relative;
  display: block;
  padding-right: 24px;
}

.site-footer .footer-credits .moonsite a span:before {
  background-image: url(images/icons/icons-moonsite.svg);
  background-position: center;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
}

.site-footer .footer-credits ul {
  border-top: 1px solid var(--brinks-2-labels-3-gray-2);
  display: flex;
  list-style-type: none;
  margin: 30px 0 20px;
  padding: 30px 0 0;
}

@media screen and (min-width: 1024px) {
  .site-footer .footer-credits ul {
    border: none;
    margin: 0 70px 0;
    padding: 0;
  }
}
.site-footer .footer-credits ul li {
  line-height: 1;
  margin-left: 21px;
  position: relative;
}

.site-footer .footer-credits ul li:before {
  background-color: var(--brinks-2-labels-5-white);
  border-radius: 50%;
  content: "";
  height: 5px;
  position: absolute;
  right: -13px;
  top: 3px;
  width: 5px;
}

.site-footer .footer-credits ul li:first-child:before {
  content: none;
}

.site-footer .footer-credits ul a {
  color: var(--brinks-2-labels-5-white);
  display: block;
  text-decoration: none;
}

.site-footer .social__links {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 225px;
}

.site-footer .social__links .social__link {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 45px;
  text-decoration: none;
  width: 45px;
}

.site-footer .social__links .social__facebook {
  background-image: url(images/icons/icons-facebook.svg);
}

.site-footer .social__links .social__linkedin {
  background-image: url(images/icons/icons-linkedin.svg);
}

.site-footer .social__links .social__instagram {
  background-image: url(images/icons/icons-instagram.svg);
}

@media screen and (min-width: 1024px) {
  .site-footer .social__links {
    margin: 0 auto 0 0;
    width: 152px;
  }
  .site-footer .social__links .social__link {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .site-footer .widgets .widget-title {
    position: relative;
  }
  .site-footer .widgets .widget-title:after {
    background-image: url(images/icons/icons-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border-radius: 50%;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1.75);
  }
  .site-footer .widgets .menu-main-navigation-container {
    height: 0px;
    transform: scaleY(0);
    transform-origin: top;
    transition: height 1s ease-out, transform 0.3s ease-out;
  }
  .site-footer .widgets .widget_nav_menu {
    border-bottom: 1px solid var(--brinks-2-labels-3-gray-2);
  }
  .site-footer .widgets .widget.is_active .widget-title:after {
    background-image: url(images/icons/icons-minus.svg);
  }
  .site-footer .widgets .widget.is_active .menu-main-navigation-container {
    height: auto;
    transform: scaleY(1);
  }
}
.popup__video-wrapper {
  position: relative;
  border-radius: 4px;
  padding: 25px;
  background-color: var(--brinks-1-backgrounds-2-white);
  width: 1400px;
  max-width: 100%;
  margin: 25px;
}

.popup__video-wrapper .popup__video-close {
  top: -35px;
  right: -35px;
}

.video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 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;
}

/* Buttons
--------------------------------------------- */
.btn {
  border: solid 2px transparent;
  border-radius: 2px;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background-color: var(--brinks-2-labels-7-link);
  color: white;
}

.btn-secondary {
  border-color: var(--brinks-2-labels-7-link);
  color: var(--brinks-2-labels-7-link);
  background-color: white;
}

.border-corner {
  border-radius: 50%;
  padding: 16px;
}

.btn-big {
  padding: 16px 25px;
}

.btn-small {
  padding: 14px 22px;
}

.btn-small span {
  display: block;
}

.btn-right-icon {
  flex-direction: row-reverse;
}

.btn-right-icon .text + img {
  margin-left: 10px;
}

.btn-left-icon .text + img {
  margin-right: 10px;
}

.btn-icon {
  display: block;
  padding: 15px 135px 5px 130px;
}

.btn-icon span {
  display: flex;
  position: relative;
}

.btn-icon span:before {
  margin-left: 10px;
  content: "";
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text, .checkbox-filed input,
.careers__filter-checkbox,
.services__filter-checkbox {
  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, .checkbox-filed input:focus,
.careers__filter-checkbox:focus,
.services__filter-checkbox: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;
}

.home-slider .container {
  width: 1440px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .home-slider .container {
    padding: 0 15px;
  }
}
.home-slider .slider-items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .home-slider .slider-items {
    flex-direction: row;
    padding-bottom: 25px;
    padding-top: 25px;
    gap: 16px;
  }
}
.home-slider .slider-items .slider-item {
  overflow: hidden;
  color: var(--brinks-2-labels-5-white);
  border-radius: 20px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  transition: all ease 1s;
}
.home-slider .slider-items .focus,
.home-slider .slider-items .slider-item {
  width: 95%;
}
@media screen and (min-width: 992px) {
  .home-slider .slider-items .focus,
  .home-slider .slider-items .slider-item {
    width: calc(25% - 10px);
  }
}
.home-slider .slider-items .slider-item-image {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .home-slider .slider-items .slider-item-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .home-slider .slider-items .slider-item-image {
    position: relative;
  }
}
.home-slider .slider-items .slider-item-image img {
  object-fit: cover;
  transition: all ease 1s;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .home-slider .slider-items .slider-item-image img {
    height: 715px;
    width: 100%;
  }
}
.home-slider .slider-items .slider-item-image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.52);
  top: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home-slider .slider-items .slider-item-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.25;
  padding: 24px 16px;
  transition: opacity 0.25s ease;
  transition-delay: 0.55s;
  display: none;
}
@media screen and (min-width: 992px) {
  .home-slider .slider-items .slider-item-text {
    display: block;
    font-size: 42px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 200px 50px 0;
  }
}
.home-slider .slider-items .slider-item-content {
  padding: 24px 16px;
}
.home-slider .slider-items .slider-item-content .slider-item-title {
  font-size: 20px;
  line-height: 1.25;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .home-slider .slider-items .slider-item-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 100px 50px 0;
    opacity: 0;
    transition: opacity ease 0.25s;
  }
  .home-slider .slider-items .slider-item-content .slider-item-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 992px) {
  .home-slider .slider-items .focus.is_active,
  .home-slider .slider-items .slider-item.is_active {
    width: calc(50% - 10px);
  }
  .home-slider .slider-items .focus.is_active .slider-item-text,
  .home-slider .slider-items .slider-item.is_active .slider-item-text {
    opacity: 0;
    transition-delay: 0s;
  }
  .home-slider .slider-items .focus.is_active .slider-item-content,
  .home-slider .slider-items .slider-item.is_active .slider-item-content {
    opacity: 1;
    transition-delay: 0.5s;
  }
}
.home-slider .slider-items .slider-items-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-slider .slider-items .slider-items-navigation li {
  padding: 0;
  margin: 0;
}
.home-slider .slider-items .slider-items-navigation li:before {
  content: none;
}
.home-slider .slider-items .slider-items-navigation li a {
  text-decoration: none;
  padding: 5px 10px;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.41px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .home-slider .slider-items .slider-items-navigation li a {
    font-size: 20px;
    line-height: 25px;
    padding: 10px;
  }
}
.home-slider .slider-items .slider-items-navigation li:hover a {
  background: rgba(10, 74, 142, 0.9);
}
.home-slider .slider-items .slick-track {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex !important;
}
.home-slider .slider-items .slick-slide {
  transform: scale(95%);
  margin: 20px 15px;
  height: inherit !important;
}
.home-slider .slider-items .slick-current {
  transform: scale(110%);
}
.home-slider .slider-items .slick-dots {
  text-align: center;
}
.home-slider .slider-items .slick-dots li.slick-active button:before {
  transform: scale(0.5);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
