@font-face {
  font-family: 'Roboto Mono';
  src: url('/assets/fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 300 500 700;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-y: scroll;
}
html {
  background-color: #0d2345;
}
/* Clearfix & Clear
-------------------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  width: 0;
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* Global styles
-------------------------------------------------------------------------------*/
html {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  /*text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;*/
}
body {
  background-image: url(../../img/pattern-shield.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 175px 175px;
}
body:before {
  content: '';
  position: absolute;
  background-color: #0d2345;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.98;
}
body main {
  z-index: 1;
  position: relative;
}
body {
  min-width: 300px;
  position: relative;
  padding-top: 75px;
}
body.admin-bar {
  margin-top: 28px;
}
/* Links */
a,
a * {
  color: #1e90ff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #006ad1;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #888;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
/* Custom text-selection colors */
::-moz-selection {
  background: red;
  color: yellow;
  text-shadow: none;
}
::selection {
  background: red;
  color: yellow;
  text-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
}
strong,
b {
  text-shadow: 0 0 0 black;
}
/* Links */
a {
  color: #1e90ff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #006ad1;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #0d2345;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
.widget_search button,
form .gform_button,
.btn {
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  background-color: unset;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 41px 13px 26px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
form .gform_button {
  padding: 12px 26px 13px 26px;
}
.btn:before {
  content: ' \2192';
  width: 10px;
  height: 19px;
  position: absolute;
  top: 10px;
  right: 19px;
  font-size: 18px;
  transition: all .5s;
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  /*
	background-color: #fff;
	-webkit-mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
	mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	transform: rotate(-90deg);
	*/
}
.widget_search button:hover,
form .gform_button:hover,
.btn:hover {
  background-color: #1e90ff;
  border: 2px solid #1e90ff;
  color: #fff !important;
}
.btn:hover:before {
  right: 13px;
  transition: all .1s;
}
li:last-child > a:after,
.btn:after {
  content: "";
  background: #1e90ff;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: -1px !important;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s !important;
}
.btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn--white {
  border: 2px solid #fff;
  color: #fff;
}
.btn--small {
  font-size: 14px;
  padding: 6px 35px 6px 19px;
}
.btn--small:before {
  top: 4px;
  right: 15px;
  font-size: 15px;
}
.btn--small:hover:before {
  right: 9px;
}
.btn--large {
  font-size: 18px;
  padding: 15px 38px 15px 20px;
}
.btn--large:before {
  width: 16px;
  height: 18px;
  top: 16px;
  right: 15px;
}
.btn--large:hover:before {
  right: 12px;
  transition: all .1s;
}
.icon-ul {
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  margin-right: 7px;
  width: 11px;
  height: 11px;
  background-image: url(../../img/icon-li.png);
  background-size: 11px 11px;
  background-position: 0 0;
}
.wrapper-icon {
  width: 75px;
  height: 75px;
  border-radius: 6px;
  background: rgba(0, 168, 255, 0.08);
  border: 1px solid rgba(0, 168, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--electric);
}
.wrapper-icon img {
  max-width: 70%;
}
/* Custom text-selection colors */
::-moz-selection {
  background: #1e90ff;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1e90ff;
  color: #fff;
  text-shadow: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  /* 	margin-top: -15px; */
}
.main-content ul {
  margin-bottom: 20px;
}
.main-content ul li {
  background-image: url(../../img/icon-li.png);
  background-size: 10px 9px;
  background-position: 0px 8px;
  background-repeat: no-repeat;
  /* list-style: none; */
  padding-left: 20px;
  margin-bottom: 13px;
  line-height: 1.3em;
}
.main-content ul.list-contact-items li,
.main-content form ul li {
  padding-left: 0;
  background-image: none;
}
.main-content ul.list-contact-items li a {
  text-decoration: none;
}
.main-content p a {
  text-decoration: none;
  position: relative;
}
.main-content .alignright,
.main-content .alignleft {
  border: 1px solid #4f4f4f;
  display: block;
  margin-bottom: 15px;
}
.wrapper-checkmark-list li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  list-style: none;
  text-align: left;
  line-height: 1.6em;
}
.wrapper-checkmark-list li:last-child {
  margin-bottom: 0;
}
.wrapper-checkmark-list li:before {
  content: '';
  width: 17px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 1px;
  background-color: #1e90ff;
  -webkit-mask: url(../../img/icon-checkmark.svg) no-repeat 50% 50%;
  mask: url(../../img/icon-checkmark.svg) no-repeat 50% 50%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: all ease .3s;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
h1 {
  line-height: 1.6em;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  color: #fff;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
h1.page-title {
  font-size: 34px;
  letter-spacing: -2px;
}
.content--page .main-content h1,
.content--page .main-content h2,
.content--page .main-content h3,
.content--page .main-content h4,
.content--page .main-content h5 {
  margin-top: 40px;
  word-wrap: break-word;
  line-height: 1.5em;
}
.content--page .main-content h1.page-title,
.content--page .main-content h2.page-title,
.content--page .main-content h3.page-title,
.content--page .main-content h4.page-title,
.content--page .main-content h5.page-title {
  margin-top: 0;
  text-transform: uppercase;
}
.content--page .main-content h2 {
  margin-bottom: 15px;
  font-size: 23px;
}
.content--page .main-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.block-title {
  font-size: 36px;
  line-height: 1.1em;
  margin: 0 0 25px 0;
  letter-spacing: -2px;
  position: relative;
}
.block-title .main-color {
  font-weight: 100;
}
.block-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #1e90ff;
  letter-spacing: -1px;
  margin: 0 0 8px 0;
  position: relative;
  display: inline-block;
}
.main-color {
  color: #0d2345;
}
.secondary-color {
  color: #1e90ff;
}
.effect--pattern {
  position: relative;
}
.effect--pattern:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  background-image: url(../../img/pattern-diamond.png);
  background-repeat: repeat;
  background-size: 58px 89px;
  background-position: center center;
}
.effect--gradient-gray {
  background: #0d2345;
  background: radial-gradient(circle, #fff 0%, #0d2345 100%);
}
.effect--gradient {
  background: #0d2345;
  background: radial-gradient(circle, #0f2a53 0%, #0a1c37 100%);
  position: relative;
}
.effect--bg-image {
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.effect--bg-image:before {
  content: '';
  opacity: 1;
  background-color: transparent;
  background: linear-gradient(180deg, #185ba0 50%, rgba(10, 59, 110, 0.9) 100%);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.wrapper-block--max-width {
  max-width: 950px;
  margin: 0 auto;
}
.ss-pika,
.ss-social {
  color: #0d2345;
  font-size: 19px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.ss-social {
  top: 0;
}
.ss-facebook,
.ss-instagram {
  top: 3px;
}
.ss-pinterest {
  top: 4px;
}
.ss-youtube {
  top: 4px;
}
.ss-mail {
  top: 3px;
}
.hide-mobile,
#masthead #main-navigation .hide-mobile {
  display: none !important;
}
.hide-tablet-portrait,
#masthead #main-navigation .hide-tablet-portrait {
  display: none;
}
.page404 {
  padding: 80px 0 70px 0;
}
/* Header
-------------------------------------------------------------------------------*/
.absolute-header {
  display: none;
}
.wrapper-masthead {
  position: relative;
}
#mobile-navigation {
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#masthead {
  position: fixed;
  z-index: 100;
  background-color: rgba(7, 19, 38, 0.83);
  width: 100%;
  top: 0;
  backdrop-filter: saturate(180%) blur(3px);
  -webkit-backdrop-filter: saturate(180%) blur(3px);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
#masthead #logo-holder {
  float: left;
  margin: 0;
  display: block;
  width: 100%;
}
#masthead #logo-holder a img {
  width: auto;
  height: 33px;
  margin-top: 20px;
  margin-left: 15px;
  display: block;
}
#masthead #logo-holder a.link-logo {
  float: left;
}
#masthead #logo-holder .logo-white {
  display: none;
}
#masthead #logo-holder .logo-black {
  display: inline-block;
}
#masthead #logo-holder .company-name {
  font-size: 19px;
  display: inline-block;
  margin-top: 20px;
  margin-left: 5px;
}
#masthead #logo-holder #link-mobile-menu {
  float: right;
  height: 75px;
  width: 75px;
  /* 	background-color: #2e367e; */
  display: inline-block;
  text-decoration: none;
}
#masthead #logo-holder #link-mobile-menu .bar1,
#masthead #logo-holder #link-mobile-menu .bar2,
#masthead #logo-holder #link-mobile-menu .bar3 {
  width: 35px;
  height: 5px;
  background-color: #1e90ff;
  margin: 6px auto;
  transition: 0.4s;
  border-radius: 1px;
}
#masthead #logo-holder #link-mobile-menu .bar1 {
  margin-top: 24px;
}
#masthead #logo-holder #link-mobile-menu.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}
#masthead #logo-holder #link-mobile-menu.change .bar2 {
  opacity: 0;
}
#masthead #logo-holder #link-mobile-menu.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
#masthead #mobile-navigation {
  display: none;
  font-size: 16px;
  text-align: left;
  /*text-transform: uppercase;*/
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  float: left;
  width: 100%;
  /* background-color: #2e367e; */
}
#masthead #mobile-navigation ul {
  margin: 0;
  list-style: none;
}
#masthead #mobile-navigation ul li {
  margin: 0;
  display: block;
  position: relative;
}
#masthead #mobile-navigation ul li a {
  font-weight: 700;
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  font-size: 16px;
  color: #1e90ff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  display: block;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #0e355a;
  background-color: #0d2345;
}
#masthead #mobile-navigation ul li.current-page-ancestor > a,
#masthead #mobile-navigation ul li.current-menu-item > a {
  color: #9ecfff;
}
#masthead #mobile-navigation ul li a:hover {
  color: #9ecfff;
}
/* Sub menu (on content pages)
-------------------------------------------------------------------------------*/
/*.sub-menu {
	margin: 18px 0 25px 0;

	h1 {
		font-size: 20px;
		margin-bottom: 7px;
		margin-left: 3px;
		padding-bottom: 5px;

		a {
			text-decoration: none;
			color: #333;
			text-rendering: optimizeLegibility;
			-webkit-font-smoothing: antialiased;
			-moz-font-smoothing: antialiased;
			-o-font-smoothing: antialiased;
			line-height: 1em;

			&:hover {
				color: @mainColor;
			}
		}
	}
	ul {
		list-style: none;
		border-top: 1px solid #b7b7b7;
		margin-top: 10px;

		li {
			display: block;

			a {
				margin: 0;
				display: block;
				padding: 11px 0 15px 25px;
				border-bottom: 1px solid #b7b7b7;
				text-decoration: none;
				//text-transform: uppercase;
				color: #4f4f4f;
				font-family: @menuFontFamily;
				//font-size: 14px;
				font-size: 18px;
				//font-weight: 600;
				font-weight: 500;
				text-rendering: optimizeLegibility;
				-webkit-font-smoothing: antialiased;
				-moz-font-smoothing: antialiased;
				-o-font-smoothing: antialiased;
				position: relative;

				&:before {
					content: '\25CF';
					padding-right: 20px;
					font-size: 17px;
					top: 11px;
					left: 3px;
					position: absolute;
				}
				span {
					color: #aaa;
					display: block;
					font-style: italic;
					font-size: 14px;
				}
			}
		}
	}
	h1 a.current-menu-item,
	ul li.current-page-ancestor a,
	ul li.current-menu-item a,
	ul li a:hover {
		color: @mainColor;
	}
}*/
/* Dropdown menu (child pages)
-------------------------------------------------------------------------------*/
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-menu {
  display: none;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-menu a {
  padding-left: 30px !important;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-menu .sub-menu a {
  padding-left: 60px !important;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-cat-link {
  border-left: 1px solid #0e355a;
  border-right: none;
  transition: all .3s ease;
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-cat-link:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 11px;
  transition: all .2s ease;
  transform: rotate(0deg) scale(1);
  background-color: #1e90ff;
  -webkit-mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
  mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  width: 32px;
  height: 32px;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-cat-link:hover {
  cursor: pointer;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-cat-link:hover:after {
  transition: all .2s ease;
  color: #0d2345;
  background-color: #9ecfff;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-cat-link.open-sub-category:after {
  transform: rotate(180deg);
  transition: all .3s ease;
  top: 9px;
}
/* Lang menu
-------------------------------------------------------------------------------*/
#link-lang-menu {
  top: 0;
  right: 75px;
  position: absolute;
  height: 75px;
  width: 75px;
  text-align: center;
  padding-top: 0;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  font-size: 0;
  border-right: 1px solid #0e355a;
}
#link-lang-menu .wrapper-flag {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 23px;
  left: 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
#link-lang-menu.lang-menu-appear:before {
  transition: all ease .2s;
  transform: rotate(180deg);
}
#link-lang-menu:before {
  content: '';
  transition: all ease .2s;
  transform: rotate(0deg);
  position: absolute;
  top: 25px;
  left: -5px;
  width: 25px;
  height: 25px;
  line-height: 1em;
  text-align: center;
  box-sizing: border-box;
  font-size: 22px;
  background-color: #1e90ff;
  -webkit-mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
  mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.lang-menu {
  display: none;
  list-style: none;
  position: absolute;
  top: 75px;
  left: 0;
  background-color: #0d2345;
  color: #1e90ff;
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  width: 100%;
  border-top: 1px solid #0e355a;
  z-index: 2;
}
.lang-menu li {
  display: block;
  border-bottom: 1px solid #0e355a;
  line-height: 1em;
}
.lang-menu li.current-lang a {
  color: #9ecfff;
}
.lang-menu li:first-child {
  border-left: none;
}
.lang-menu li a {
  color: #1e90ff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 15px 15px 15px 40px;
  position: relative;
  text-align: left;
}
.lang-menu li a span {
  color: inherit;
}
.lang-menu li a:hover {
  color: #9ecfff;
}
.lang-menu li a img {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 23px;
  height: 23px;
}
/* Cover
-------------------------------------------------------------------------------*/
.cover--pages {
  min-height: 220px;
}
.cover-content.effect--bg-image:before {
  background: linear-gradient(180deg, rgba(24, 91, 160, 0.27) 50%, rgba(10, 59, 110, 0.69) 100%);
}
.gallery-cell,
.cover {
  min-height: 220px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.gallery-cell {
  display: flex;
  height: auto !important;
}
.gallery-cell .gallery-cell-content {
  color: #fff;
  padding: 120px 15px 65px 15px;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.gallery-cell .gallery-cell-content h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.1em;
  color: #fff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: -1px;
}
.gallery-cell .gallery-cell-content p {
  margin: 0 0 25px 0;
  max-width: 350px;
  text-shadow: 1px 1px 2px #444;
  letter-spacing: -0.5px;
  font-size: 19px;
  line-height: 1.6em;
}
.cover-home .gallery-cell {
  min-height: 100%;
}
.cover-home .gallery-cell:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 109, 225, 0.15);
  z-index: 0;
}
.cover-home .gallery-cell .gallery-cell-content {
  z-index: 1;
  position: relative;
}
.gallery-cell,
.cover-home {
  min-height: 150px;
  height: auto;
}
.gallery-cell {
  width: 100%;
  height: auto;
  counter-increment: gallery-cell;
}
.flickity-prev-next-button {
  display: none;
}
.flickity-prev-next-button:disabled {
  display: none;
}
.flickity-page-dots {
  bottom: 20px;
}
.flickity-page-dots .dot {
  border-radius: 0;
  width: 20px;
  height: 4px;
  background: transparent;
  border: 1px solid #1e90ff;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background: #1e90ff;
}
.flickity-page-dots li:only-child {
  display: none;
}
/* Youtube BG video in Hero image
-------------------------------------------------------------------------------*/
.video-background {
  background: #000;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.video-foreground,
.video-background iframe {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  pointer-events: none;
}
.youtube-wrapper iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
.youtube-wrapper {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
}
.video-background,
.youtube-wrapper {
  height: 100%;
}
/* Content
-------------------------------------------------------------------------------*/
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* Content pages */
.wrapper-main-content {
  padding: 0 15px;
  z-index: 1;
  position: relative;
}
/* SETTING PADDING ON ALL BLOCKS */
/* Blocks home */
.wrapper-block--content {
  padding: 70px 15px;
}
.wrapper-block--content .block-title {
  margin-bottom: 45px;
}
.wrapper-block--content p:last-child {
  margin-bottom: 0;
}
.wrapper-block--home {
  padding: 70px 15px 0 15px;
}
.wrapper-block--home:last-child {
  padding: 70px 15px;
}
/* Square blocks (2 next to each other)
-------------------------------------------------------------------------------*/
.style--square-blocks .block__bg-image {
  padding-bottom: 100%;
}
.block__bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
/* Center block */
.wrapper-block--center {
  text-align: center;
}
/* Breadcrumb block */
.wrapper-block--breadcrumb {
  padding: 10px 15px 0 15px;
  margin-bottom: -20px;
  font-size: 15px;
  z-index: 1;
  position: relative;
}
.wrapper-block--breadcrumb a {
  color: #ccc;
  text-decoration: none;
}
.wrapper-block--breadcrumb a:hover {
  color: #1e90ff;
}
.wrapper-block--breadcrumb p {
  margin: 0;
}
/* Read more block */
.wrapper-block--read-more {
  padding-top: 10px;
}
/* Footer page block */
.wrapper-block--footer-page {
  margin-top: 10px;
}
/* Block services (home)
-------------------------------------------------------------------------------*/
/* Block AUDIENCES (home)
-------------------------------------------------------------------------------*/
.wrapper-block--audience header.block-header,
.wrapper-block--usp header.block-header {
  text-align: center;
}
.wrapper-audiences {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  position: relative;
}
.wrapper-audiences .block__content {
  background-color: #132645;
  background: radial-gradient(circle, #203457 0%, #11223d 100%);
  margin-bottom: 50px;
  text-align: center;
  max-width: 370px;
  font-size: 15px;
  color: #fff;
  border: 1px solid #103d67;
  border-radius: 5px;
  padding: 40px 15px 40px 15px;
  box-sizing: border-box;
}
.wrapper-audiences .block__content:last-child {
  margin-bottom: 0;
}
.wrapper-audiences .block__content .block-title {
  font-size: 24px;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.wrapper-audiences .block__content p:last-of-type {
  margin-bottom: 0;
}
.wrapper-audiences .block__content .btn {
  margin-top: 25px;
}
.wrapper-audiences .block__content .wrapper-icon {
  margin: 0 auto 20px auto;
  border-radius: 50px;
}
.wrapper-audiences .block__content .wrapper-icon img {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
}
/* Block USPs (home)
-------------------------------------------------------------------------------*/
.wrapper-usps {
  position: relative;
  border: 1px solid #103d67;
  max-width: 370px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
.wrapper-usps .block__content {
  background: linear-gradient(0deg, #11223d 0%, #192946 100%);
  margin-bottom: 0;
  max-width: 350px;
  font-size: 15px;
  color: #fff;
  background-color: #132645;
  padding: 40px 15px 40px 20px;
}
.wrapper-usps .block__content .block-title {
  font-size: 24px;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.wrapper-usps .block__content .block-title span {
  color: #1e90ff;
  padding-right: 5px;
}
.wrapper-usps .block__content p:last-of-type {
  margin-bottom: 0;
}
.wrapper-usps .block__content .btn {
  margin-top: 25px;
}
.wrapper-usps .block__content .wrapper-icon {
  margin: 0 auto 20px auto;
  border-radius: 50px;
}
.wrapper-usps .block__content .wrapper-icon img {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
}
/* Block SECURITY (home)
-------------------------------------------------------------------------------*/
.wrapper-block--security .security__image {
  margin: 0 auto;
}
.wrapper-block--security .security__image img {
  margin-top: 20px;
  max-width: 225px;
}
/* Block HOW & REQUEST (home)
-------------------------------------------------------------------------------*/
.wrapper-block--how,
.wrapper-block--request-quote {
  padding: 0 !important;
}
.wrapper-block--how .block__content,
.wrapper-block--request-quote .block__content {
  padding: 70px 15px 70px 15px;
}
/* References slider (home)
-------------------------------------------------------------------------------*/
.wrapper-block--references header,
.wrapper-block--references h2 {
  text-align: center;
}
.cover--references {
  min-height: 150px;
  height: auto !important;
}
.cover--references .gallery {
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.cover--references .gallery .gallery-cell {
  height: auto;
  text-align: center;
  padding: 5px 25px;
  box-sizing: border-box;
  width: 50%;
  vertical-align: middle;
  display: table-cell;
  line-height: 122px;
  min-height: 122px;
}
.cover--references .gallery .gallery-cell img {
  max-height: 122px;
  width: auto;
  vertical-align: middle;
}
.cover--references .gallery .flickity-page-dots {
  bottom: -20px;
}
/* Instagram block (home)
-------------------------------------------------------------------------------*/
.instagram-feed .sbi_photo {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: filter .4s;
  -moz-transition: filter .4s;
  -o-transition: filter .4s;
  -ms-transition: filter .4s;
  transition: filter .4s;
}
.instagram-feed .sbi_photo:hover {
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}
/* Instagram feed block */
/* Request quote footer block (pages)
-------------------------------------------------------------------------------*/
.wrapper-block--request-quote-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 40px 15px;
  position: relative;
  overflow: hidden;
}
.wrapper-block--request-quote-footer:before {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(7, 19, 38, 0.89) 50%, rgba(9, 34, 73, 0.73) 100%);
}
.wrapper-block--request-quote-footer .quote-footer__content {
  text-align: center;
}
.wrapper-block--request-quote-footer .quote-footer__content .block-title {
  color: #fff;
}
.wrapper-block--request-quote-footer .quote-footer__content .btn {
  margin-top: 20px;
}
/*
!* Special block *!
.wrapper-block-special {
	padding-top: 20px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}*/
.wrapper-blocks--request-quote {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.wrapper-blocks--request-quote .wrapper-block-home {
  background-color: #333;
  color: #fff;
  padding: 45px 20px 60px 20px;
  margin-top: -60px;
}
.wrapper-blocks--request-quote .wrapper-block-home .block-subtitle {
  color: #fff;
}
.wrapper-blocks--request-quote .wrapper-block-home form {
  float: none;
  margin-bottom: 0;
  padding-right: 0;
}
.wrapper-blocks--request-quote .wrapper-block-home form input[type="text"],
.wrapper-blocks--request-quote .wrapper-block-home form input[type="email"],
.wrapper-blocks--request-quote .wrapper-block-home form textarea {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
}
.wrapper-blocks--request-quote .wrapper-block-home form input[type="text"]:focus,
.wrapper-blocks--request-quote .wrapper-block-home form input[type="email"]:focus,
.wrapper-blocks--request-quote .wrapper-block-home form input:focus,
.wrapper-blocks--request-quote .wrapper-block-home form textarea:focus {
  outline: 0;
  background-color: #eee;
}
.wrapper-blocks--request-quote .wrapper-block-home form .gform_button {
  background-color: #eee;
  color: #2e367e;
  border-radius: 0;
  padding: 13px 22px;
  max-width: 130px;
  text-transform: uppercase;
  font-size: 14px;
}
.wrapper-blocks--request-quote .wrapper-block-home form .gform_button:hover {
  background-color: #fff;
  color: #000;
}
/* Archives block
-------------------------------------------------------------------------------*/
.wrapper-blocks--archives {
  padding-top: 50px;
}
.wrapper-blocks--archives .wrapper-block-text-intro {
  padding-bottom: 50px;
}
.main-content--archives figure {
  margin: 0 0 25px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  transition: all .6s;
  transform: scale(1);
  padding-bottom: 56.6%;
  border-radius: 5px;
}
.main-content--archives .wrapper-block-text {
  position: relative;
  width: calc(100% - 30px);
  margin: -70px auto 65px auto;
  z-index: 10;
  background-color: #0d2345;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
.main-content--archives .wrapper-block-text h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
  letter-spacing: -1px;
}
/* Single post items
-------------------------------------------------------------------------------*/
.content-block--news-single .news-item__date {
  color: #1e90ff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  letter-spacing: 2px;
  font-weight: 700;
}
.wrapper-news-archive .news-item {
  margin-bottom: 50px;
  color: #fff;
  border: 1px solid #103d67;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.wrapper-news-archive .news-item figure a {
  display: block;
  overflow: hidden;
  position: relative;
}
.wrapper-news-archive .news-item figure a img {
  display: block;
  transition: all .4s ease;
}
.wrapper-news-archive .news-item figure a:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -o-transform: scale(1.05);
  /* Opera */
  transition: all .2s ease;
  vertical-align: middle;
}
.wrapper-news-archive .news-item .news-item__content {
  background-color: #132645;
  background: radial-gradient(circle, #203457 0%, #11223d 100%);
  padding: 5px 15px 20px 15px;
}
.wrapper-news-archive .news-item .news-item__content .news-item__date {
  color: #1e90ff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  letter-spacing: 2px;
  font-weight: 700;
}
.wrapper-news-archive .news-item .news-item__content .block-title {
  margin-bottom: 10px;
  font-size: 27px;
}
.wrapper-news-archive .news-item .news-item__content .block-title a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.wrapper-news-archive .news-item .news-item__content .block-title a:hover {
  color: #1e90ff;
}
.wrapper-news-archive .news-item .news-item__content .block-text {
  margin-bottom: 20px;
}
.wrapper-news-sidebar .widget_search form > label,
.wrapper-news-sidebar .widget .block-title {
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 22px !important;
  margin-bottom: 10px;
}
.wrapper-news-sidebar .widget .block-title {
  letter-spacing: -1px;
}
.wrapper-news-sidebar .widget_search {
  margin-bottom: 60px;
}
.wrapper-news-sidebar .widget_search form {
  padding: 0;
}
.wrapper-news-sidebar .widget_search form > label {
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 22px !important;
  margin-bottom: 10px;
}
.wrapper-news-sidebar .widget_search form button {
  font-weight: 700 !important;
  overflow: unset;
  padding: 12px 40px;
}
ul.lcp_catlist {
  padding: 0;
  margin-top: 25px;
  display: inline-block;
}
ul.lcp_catlist li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 120px;
  min-height: 95px;
  list-style: none;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
ul.lcp_catlist li .related_date,
ul.lcp_catlist li .related_author {
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1e90ff;
}
ul.lcp_catlist li a:first-child {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  text-decoration: none;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 5px;
  display: block;
}
ul.lcp_catlist li a:first-child:hover {
  color: #1e90ff;
}
ul.lcp_catlist li a:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
ul.lcp_catlist li a:last-child img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
/* Team block */
/*
.wrapper-block-team p {
	margin-bottom: 45px;
}
.wrapper-block-team p.text-team {
	margin-top: -10px;
	margin-bottom: 10px;
	color: #1e7b91;
	font-weight: bold;
}
	.wrapper-block-team figure img {
		border-radius: 400px;
	}
 */
/* Google maps
-------------------------------------------------------------------------------*/
/* Locations (on contact page)
-------------------------------------------------------------------------------*/
.contact--location {
  outline: 1px solid #cce2f4;
  background-color: #fbfdff;
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0 5px 16px -6px rgba(0, 0, 0, 0.2), 0 16px 16px -14px rgba(0, 0, 0, 0.1);
}
.contact--location .location-title {
  padding-left: 15px;
}
.contact--location .location-title h2 {
  margin-top: 17px;
  margin-bottom: 10px;
  font-size: 27px;
}
.contact--location .location-info {
  padding-left: 15px;
  margin-bottom: 30px;
}
.contact--location .location-info h2,
.contact--location .location-info h3,
.contact--location .location-info h4,
.contact--location .location-info h5,
.contact--location .location-info h6 {
  font-size: 20px;
  margin-bottom: 0;
}
.contact--location .location-map iframe {
  display: block;
  filter: grayscale(80%);
  transition: all 1.3s;
}
.contact--location .location-map iframe:hover {
  filter: grayscale(0%);
  transition: all .3s;
}
/* Forms
-------------------------------------------------------------------------------*/
.form_wrapper {
  text-align: left;
}
.form_wrapper .icon-form {
  color: #a4a4a4;
  font-size: 69px;
}
.form_wrapper h2 {
  font-size: 24px;
  margin-top: 0px;
  font-weight: normal;
}
form {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  clear: both;
  padding: 0px;
  margin-top: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
form .gform_body {
  /* 	float: left; */
  width: 100%;
  display: block;
}
form ul {
  padding: 0px;
  margin: 0px;
  float: left;
}
form ul li {
  margin-bottom: 20px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding-right: 0px;
  list-style: none;
}
form ul li.input_wide {
  width: 100%;
  padding-right: 0px;
}
form ul li.input_right {
  margin-right: -10px;
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
form .gfield {
  /* 	margin-bottom: 30px !important; */
  padding-bottom: 35px !important;
}
form .gfield:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
form.not-dashed .gfield {
  margin-bottom: 30px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
form {
  /* Fieldset */
}
form input[type="search"],
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea,
form .gfield select {
  border: 1px solid #24527e !important;
  background-color: #193562 !important;
  padding: 12px 20px 14px 20px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  width: 100%;
  transition: all .3s;
  color: #fff;
}
form textarea {
  height: 140px;
  border-radius: 4px;
}
form input:focus,
form textarea:focus {
  outline: none !important;
  background-color: #24477f !important;
  border: 1px solid #3285dd !important;
  transition: all 0.5s;
}
form select,
form input[type="text"],
form input[type="tel"],
form textarea,
form input[type="email"] {
  margin-bottom: 25px;
}
form input[type="checkbox"],
form input[type="radio"] {
  width: auto;
}
form .gfield_description {
  padding-left: 5px;
  margin-bottom: 3px;
  margin-top: -5px !important;
  padding-top: 0 !important;
}
form fieldset {
  margin-top: 10px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
form fieldset legend {
  padding-left: 5px !important;
  margin-bottom: 0px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
form .gfield--type-date legend {
  margin-bottom: 6px !important;
}
form fieldset .ginput_container .gform-grid-col:last-child input,
form fieldset .ginput_container .ginput_address_zip input {
  margin-bottom: 0;
}
form fieldset input[type="checkbox"],
form fieldset.gfield--type-radio input[type="radio"] {
  margin-right: 4px;
}
form .gfield_required .gfield_required_asterisk {
  color: red;
  padding-left: 5px;
}
/* Select field */
.gfield--type-select {
  /* 		margin-top: 15px; */
  margin-bottom: 5px;
}
.gfield--type-textarea label,
.gfield--type-select label {
  margin-bottom: 13px !important;
  display: inline-block !important;
  font-weight: 500 !important;
}
.gfield--type-textarea textarea {
  border: 1px solid #e7e7e7;
}
.gfield select:focus-visible {
  outline: none;
  background-color: #fff !important;
  border: 1px solid #bfbfbf !important;
}
.gfield .ginput_container_date select {
  min-width: 110px !important;
}
form label {
  margin-bottom: 6px;
  padding-left: 5px !important;
  display: inline-block;
  font-size: 18px !important;
  font-weight: 500 !important;
}
form fieldset label {
  font-size: 16px !important;
}
form select {
  appearance: none;
  /* Disable the default arrow */
  -webkit-appearance: none;
  /* For WebKit-based browsers */
  -moz-appearance: none;
  /* For Firefox */
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="gray"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
}
.validation_message,
.validation_error {
  display: none !important;
}
form .gfield_error input,
form .gfield_error input[type="text"],
form .gfield_error input[type="email"],
form .gfield_error input[type="tel"],
form .gfield_error textarea,
form .gfield_error .gfield select {
  border: red 1px solid !important;
}
.gfield_contains_required.gfield_error label.gfield_label {
  color: #ff0000;
}
.captcha-field {
  margin-top: 30px;
}
.captcha-field label {
  margin-bottom: 8px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #888;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #888;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #888;
}
/* All blocks
-------------------------------------------------------------------------------*/
.content-block {
  padding: 70px 15px 60px 15px;
  text-align: left;
  position: relative;
}
.content-block .block-title {
  font-size: 30px;
  margin-top: 0 !important;
}
.content-block--padding-top-normal {
  padding-top: 80px;
}
.content-block--padding-top-medium {
  padding-top: 40px;
}
.content-block--padding-top-small {
  padding-top: 20px;
}
.content-block--padding-top-none {
  padding-top: 0;
}
.content-block--padding-bottom-normal {
  padding-bottom: 80px;
}
.content-block--padding-bottom-medium {
  padding-bottom: 40px;
}
.content-block--padding-bottom-small {
  padding-bottom: 20px;
}
.content-block--padding-bottom-none {
  padding-bottom: 0;
}
.content-block .block-title {
  margin: 0 0 20px 0;
}
.content-block__image {
  position: relative;
}
/* Text block
-------------------------------------------------------------------------------*/
.content-block--text-block .text-block__image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 25px;
  z-index: 1;
}
.content-block--text-block .text-block__image figure {
  border-radius: 5px;
}
.content-block--text-block .text-block__image img {
  display: block;
  border-radius: 5px;
}
.content-block--text-block .text-block__text {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.content-block--text-block .text-block__text span > :last-child {
  margin-bottom: 0;
}
.content-block--text-block .text-block__text p:last-child {
  margin-bottom: 0;
}
.content-block--text-block .text-block__text .block-title {
  letter-spacing: -1px;
  font-size: 24px;
  margin-bottom: 10px;
}
.content-block--text-block.content-block--text-only .text-block-width-small {
  max-width: 950px;
  margin: 0 auto;
}
.content-block--text-block.content-block--text-only .text-block__text {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  /* Text block
	  -------------------------------------------------------------------------------*/
  .content-block--text-block .wrapper-content {
    display: flex;
    position: relative;
    align-items: center;
  }
  .content-block--text-block .wrapper-content .text-block__text {
    margin: 0;
  }
  .content-block--text-block .wrapper-content .text-block__text .block-title {
    margin-top: 0;
  }
  .content-block--text-block .wrapper-content .text-block__image {
    padding-bottom: 0;
    position: absolute;
    width: 50%;
    right: 0;
  }
  .content-block--text-block.content-block--image_left .wrapper-content {
    flex-direction: row-reverse;
  }
  .content-block--text-block.content-block--image_left .wrapper-content .text-block__image {
    left: 0;
  }
  .content-block--text-block.content-block--image_left .wrapper-content .text-block__text {
    padding-left: 15px;
  }
  .content-block--text-block.content-block--image_right .wrapper-content .text-block__text {
    padding-right: 15px;
    padding-left: 0;
  }
  .content-block--text-block.content-block--text-only {
    text-align: center;
  }
  .content-block--text-block.content-block--text-only .text-block-width-small {
    max-width: 950px;
    margin: 0 auto;
  }
  .content-block--text-block.content-block--text-only .wrapper-content {
    display: inline-block;
    padding: 0 !important;
  }
  .content-block--text-block.content-block--text-only .wrapper-content .text-block__text {
    margin-top: 0;
    padding: 0 !important;
    width: 100%;
  }
  .content-block--text-block .text-block__image {
    margin-bottom: 0;
  }
  .content-block--text-block .text-block__image,
  .content-block--text-block .text-block__text {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
  }
  .content-block--text-block.content-block--text-only .text-block__text {
    text-align: center;
    width: 100%;
    max-width: 950px;
  }
  .content-block--text-block.content-block--image_left .text-block__image {
    padding-right: 15px;
    text-align: right;
  }
  .content-block--text-block.content-block--image_left .text-block__text {
    padding-left: 15px;
    float: right;
  }
  .content-block--text-block.content-block--image_right .text-block__image {
    padding-left: 15px;
  }
  .content-block--text-block.content-block--image_right .text-block__text {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  /* All blocks
	  -------------------------------------------------------------------------------*/
  .content-block--padding-top-normal {
    padding-top: 100px;
  }
  .content-block--padding-top-medium {
    padding-top: 60px;
  }
  .content-block--padding-top-small {
    padding-top: 30px;
  }
  .content-block--padding-bottom-normal {
    padding-bottom: 100px;
  }
  .content-block--padding-bottom-medium {
    padding-bottom: 60px;
  }
  .content-block--padding-bottom-small {
    padding-bottom: 30px;
  }
  /* Text block
	  -------------------------------------------------------------------------------*/
  .content-block--text-block.content-block--image_left .text-block__image {
    padding-right: 20px;
  }
  .content-block--text-block.content-block--image_left .text-block__text {
    padding-left: 20px;
    float: right;
  }
  .content-block--text-block.content-block--image_right .text-block__image {
    padding-left: 20px;
  }
  .content-block--text-block.content-block--image_right .text-block__text {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* Text block
	  -------------------------------------------------------------------------------*/
  .content-block--text-block .wrapper-content .text-block__text {
    width: 50%;
  }
  .content-block--text-block .wrapper-content .text-block__text .block-title {
    font-size: 28px;
    margin-bottom: 17px;
  }
  .content-block--text-block.content-block--image_left .text-block__image {
    padding-right: 35px;
  }
  .content-block--text-block.content-block--image_left .text-block__text {
    padding-left: 35px;
    float: right;
  }
  .content-block--text-block.content-block--image_right .text-block__image {
    padding-left: 35px;
  }
  .content-block--text-block.content-block--image_right .text-block__text {
    padding-right: 35px;
  }
}
/* Footer
-------------------------------------------------------------------------------*/
#footer {
  background-color: #0a192f;
  padding: 60px 15px;
  font-size: 17px;
  border-top: 1px solid #0e355a;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#footer > .row {
  z-index: 1;
  position: relative;
}
#footer.effect--bg:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(9, 27, 56, 0.97) 50%, rgba(7, 22, 47, 0.97) 100%);
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
#footer.effect--gradient-gray {
  background-image: inherit;
  background: #111111;
  background: radial-gradient(circle, #34384b 0%, #151721 100%);
}
#footer h1 {
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 10px;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 5px;
}
#footer .footer__logo img {
  width: 100%;
  max-width: 160px;
}
#footer .footer-block__vision {
  font-size: 15px;
}
#footer .footer__slogan {
  font-family: 'Roboto Mono', monospace, 'Montserrat', 'Poppins', Arial, serif;
  font-weight: 700;
  color: #959595;
}
#footer .footer-block__pages ul {
  margin-bottom: 35px;
}
#footer .footer-block__pages ul li {
  list-style: none;
}
#footer .footer-block__pages ul li a {
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  font-size: 15px;
}
#footer .footer-block__pages ul li a:before {
  content: '';
  width: 22px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: -5px;
  background-color: #1e90ff;
  -webkit-mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
  mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform: rotate(-90deg);
}
#footer .footer-block__pages ul li a:hover {
  color: #9ecfff;
}
#footer .footer-block__pages ul li a:hover:before {
  background-color: #9ecfff;
}
.absolute-footer {
  background-color: #061329;
  color: #163d77;
  padding: 10px 15px;
  font-size: 13px;
  position: relative;
}
.absolute-footer a {
  color: #163d77;
  text-decoration: none;
}
.absolute-footer a:hover {
  color: #fff;
}
/*
#footer form {
  margin-top: 0;
}
#footer form input {
  border-radius: 65px;
  padding: 11px 19px 13px 19px;
  border: none;
  max-width: 250px;
  background-color: #b1b1b1;
}
#footer form .gform_button {
  padding: 12px 15px;
  max-width: 250px;
  background-color: #2e367e;
}
 */
/* Content
-------------------------------------------------------------------------------*/
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* grid */
/* @2x
-------------------------------------------------------------------------------*/
.sprite {
  background-image: url(/img/sprite.png);
}
.icon-circle {
  background-image: url(../../img/icon-circle.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  .sprite {
    /* Reference the @2x Sprite */
    background-image: url(/img/sprite@2x.png);
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 290px 187px;
  }
  .icon-circle {
    background-image: url(../../img/icon-circle@2x.png);
    background-size: 10px 9px;
  }
}
