html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.main {
  background: #1b5a8f;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.nav ul, .support-links, .lang-drop ul, .footer-nav ul, .social-networks, .breadcrumb ul, .filter-nav ul, .sub-nav ul, .product-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after, .nav-drop:after, .container:after, .intro-panel .top-part:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #152934;
  background: #fff;
  font: 17px / 1.53 "Neue Haas Unica Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: inherit;
  margin: 0 0 .5em;
  color: inherit;
  font-weight: 300;
  letter-spacing: 0;
}

h1, .h1 {
  font-size: 28px;
  line-height: 38px;
}

h2, .h2 {
  font-size: 30px;
  line-height: 42px;
}

h3, .h3 {
  font-size: 18px;
  line-height: 22px;
}

h4, .h4 {
  font-size: 17px;
  line-height: 18px;
  font-weight: 400;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 20px;
}

a {
  color: #28d;
  -webkit-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out, box-shadow .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out, box-shadow .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #152934;
}

a:focus {
  outline: none;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text], input[type=tel], input[type=email], input[type=search], input[type=password], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #5a6870;
  padding: .4em .7em;
}

input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus {
  border-color: #000;
}

input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #5a6870;
}

input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #5a6870;
}

input[type=text]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder {
  color: #5a6870;
}

input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #5a6870;
}

input[type=text].placeholder, input[type=tel].placeholder, input[type=email].placeholder, input[type=search].placeholder, input[type=password].placeholder, textarea.placeholder {
  color: #5a6870;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button, input[type=button], input[type=reset], input[type=file], input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

@font-face {
  font-family: "Neue Haas Unica Pro";
  src: url("../../fonts/NeueHaasUnicaPro-Light.woff2?orgId=00D0z000000Epbg&orgId=00D0z000000Epbg") format("woff2"), url("../../fonts/NeueHaasUnicaPro-Light.woff?orgId=00D0z000000Epbg&orgId=00D0z000000Epbg") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Neue Haas Unica Pro";
  src: url("../../fonts/NeueHaasUnicaPro-Medium.woff2?orgId=00D0z000000Epbg&orgId=00D0z000000Epbg") format("woff2"), url("../../fonts/NeueHaasUnicaPro-Medium.woff?orgId=00D0z000000Epbg&orgId=00D0z000000Epbg") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon/icomoon.eot?orgId=00D0z000000Epbg&orgId=00D0z000000Epbg&1jekh0");
  src: url("../../fonts/icomoon/icomoon.eot?orgId=00D0z000000Epbg&orgId=00D0z000000Epbg&1jekh0#iefix") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.ttf?orgId=00D0z000000Epbg&orgId=00D0z000000Epbg&1jekh0") format("truetype"), url("../../fonts/icomoon/icomoon.woff?orgId=00D0z000000Epbg&orgId=00D0z000000Epbg&1jekh0") format("woff"), url("../../fonts/icomoon/icomoon.svg?orgId=00D0z000000Epbg&orgId=00D0z000000Epbg&1jekh0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-], [class*=icon-] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-chevron_down:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-youtube:before {
  content: "\e909";
}

.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  height: 2px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 0;
  width: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  background: #dfe2e6;
  height: 1px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #3c9;
  height: 3px;
  border-radius: 1px;
  margin-top: -1px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -3px;
  right: -3px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus, .jcf-focus * {
  border-color: #f00 !important;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

.header {
  background: #fff;
  padding: 20px 0 30px;
  position: relative;
  z-index: 9999;
}

.sticky-wrap.fixed-position .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  -webkit-animation: showBar ease .5s;
  animation: showBar ease .5s;
}

.logo img {
  max-width: 150px;
  height: auto;
}

.burger-menu {
  position: absolute;
  top: 38px;
  right: 18px;
  width: 40px;
  height: 20px;
  display: block;
  text-indent: -9999px;
}

.burger-menu:hover:before, .burger-menu:hover:after, .burger-menu:hover span {
  background: #3c9;
}

.burger-menu:before, .burger-menu:after, .burger-menu span {
  background: #152934;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.burger-menu:before, .burger-menu:after {
  content: "";
  top: 0;
}

.burger-menu:after {
  top: 12px;
}

.burger-menu span {
  top: 6px;
}

.resize-active .nav-drop {
  -webkit-transition: none;
  transition: none;
}

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-drop .close {
  position: absolute;
  top: 36px;
  right: 18px;
  text-indent: -9999px;
  overflow: hidden;
  width: 17px;
  height: 17px;
}

.nav-drop .close:before, .nav-drop .close:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -2px;
  right: -1px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.nav-drop .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-drop .close:hover:before, .nav-drop .close:hover:after {
  background: #3c9;
}

.nav-drop .logo-white img {
  width: 80px;
  height: 38px;
}

.nav {
  padding: 90px 0 19px;
}

.nav ul li {
  font-size: 35px;
  font-weight: 300;
  line-height: 38px;
  text-transform: capitalize;
  margin-bottom: 27px;
}

.nav ul li.active a {
  color: #3c9;
}

.nav ul a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

.nav ul a:hover {
  color: #3c9;
}

.support-links {
  padding: 38px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.support-links li {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.support-links li.lang-select {
  padding: 6px 0 0 1px;
}

.support-links a {
  color: #fff;
  text-decoration: none;
}

.support-links a:hover {
  color: #3c9;
}

.support-links .lang-opener .flag-hold {
  width: 22px;
}

.support-links .lang-opener .flag-hold img {
  width: 22px;
  height: 16px;
}

.support-links .lang-opener .icon-chevron_down {
  font-size: 4px;
  margin: 6px 0 0 6px;
}

.lang-drop {
  max-height: 0;
  overflow: hidden;
  margin: 0 -30px;
  -webkit-transition: max-height .2s ease-in-out, padding .2s ease-in-out;
  transition: max-height .2s ease-in-out, padding .2s ease-in-out;
}

.lang-active .lang-drop {
  max-height: 4000px;
  padding-top: 14px;
}

.lang-drop ul {
  opacity: 0;
  overflow-y: auto;
  max-height: 280px;
  border: 1px solid #dfe2e6;
  padding: 10px 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.lang-active .lang-drop ul {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.lang-drop ul li {
  margin: 0;
  display: block;
  font-size: 15px;
  line-height: 16px;
  padding-bottom: 10px;
}

.lang-drop ul li a {
  display: block;
  padding: 6px 28px;
}

.lang-drop ul li a:hover {
  background: #dfe2e6;
  color: #152934;
}

.lang-drop ul .flag-hold {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  margin: 1px 6px 0 0;
}

.lang-drop ul .flag-hold img {
  width: 22px;
  height: 16px;
}

.footer {
  background: #f5f6f7;
  padding: 0 0 20px;
}

.footer-block {
  font-size: 15px;
  line-height: 18px;
  color: #5a6870;
  padding: 70px 0;
}

.footer-block .logo-wrap {
  width: 70px;
  margin-bottom: 30px;
}

.footer-block .logo-wrap img {
  max-width: 120px;
}

.footer-block .content-row .col.active .accordion-opener:after {
  opacity: 0;
}

.footer-block .content-row .col.form-col {
  padding-top: 20px;
}

.footer-block .content-row .col.form-col .title {
  margin-bottom: 20px;
}

.footer-block .title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #152934;
  text-transform: capitalize;
}

.footer-block .title .accordion-opener {
  display: block;
  color: #152934;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #dfe2e6;
  padding: 20px;
  margin: 0 -18px;
}

.footer-block .title .accordion-opener:before, .footer-block .title .accordion-opener:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px;
  background: #152934;
  width: 9px;
  height: 1px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.footer-block .title .accordion-opener:after {
  width: 1px;
  height: 9px;
  right: 21px;
}

.footer-block .title .accordion-opener:hover {
  opacity: .7;
}

.footer-nav {
  padding: 20px 18px;
  border-bottom: 1px solid #dfe2e6;
  margin: 0 -18px;
}

.footer-nav ul li {
  text-transform: capitalize;
}

.footer-nav ul li + li {
  padding-top: 20px;
}

.footer-nav ul a {
  color: #5a6870;
  text-decoration: none;
}

.footer-nav ul a:hover {
  color: #3c9;
  text-decoration: underline;
}

.email-form .input-wrap {
  position: relative;
}

.email-form .input-wrap.input-error input[type=email] {
  border-color: #b20505;
}

.email-form .input-wrap.input-error + .error-text {
  opacity: 1;
  height: auto;
  padding-top: 20px;
}

.email-form .error-text {
  -webkit-transition: opacity .2s ease-in-out, height .2s ease-in-out, padding .2s ease-in-out;
  transition: opacity .2s ease-in-out, height .2s ease-in-out, padding .2s ease-in-out;
  display: block;
  opacity: 0;
  height: 0;
  color: #b20505;
  font-size: 12px;
  line-height: 14px;
}

.email-form input[type=email] {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #5a6870;
  color: #152934;
  font-size: 17px;
  line-height: 22px;
  -webkit-appearance: none;
  padding: 0 120px 0 20px;
}

.email-form input[type=email]::-webkit-input-placeholder {
  color: rgba(21, 41, 52, .5);
}

.email-form input[type=email]::-moz-placeholder {
  opacity: 1;
  color: rgba(21, 41, 52, .5);
}

.email-form input[type=email]:-moz-placeholder {
  color: rgba(21, 41, 52, .5);
}

.email-form input[type=email]:-ms-input-placeholder {
  color: rgba(21, 41, 52, .5);
}

.email-form input[type=email].placeholder {
  color: rgba(21, 41, 52, .5);
}

.email-form input[type=email]:focus {
  outline: none;
}

.email-form button[type=submit] {
  text-transform: capitalize;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: none;
  border: 0;
  border-left: 1px solid #5a6870;
  font-size: 17px;
  line-height: 20px;
  color: #152934;
  border-radius: 0 4px 4px 0;
  padding: 1px 17px 3px;
  -webkit-transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
  transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
}

.email-form button[type=submit] .icon-arrow {
  width: 30px;
  overflow: hidden;
  font-size: 15px;
  color: #3c9;
  margin: 4px 0 0 3px;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.email-form button[type=submit] .icon-arrow:before {
  margin-left: -20px;
}

.email-form button[type=submit]:hover {
  background: #3c9;
  color: #fff;
  border-left-color: #3c9;
}

.email-form button[type=submit]:hover .icon-arrow {
  color: #fff;
}

.email-form button[type=submit]:focus {
  outline: none;
}

.social-networks {
  margin-bottom: 10px;
}

.social-networks li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px 10px 0;
}

.social-networks li .icon-youtube {
  font-size: 12px;
  margin-top: 1px;
}

.social-networks a {
  color: #8b9ba2;
}

.social-networks a:hover {
  color: #3c9;
}

.copyright {
  font-size: 12px;
  line-height: 18px;
}

.copyright .separator {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}

.copyright a {
  color: #152934;
  text-decoration: none;
}

.copyright a:hover {
  color: #3c9;
  text-decoration: underline;
}

body {
  font-weight: 300;
}

body .nav-active {
  overflow: hidden;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1206px;
  margin: 0 auto;
  padding: 0 18px;
}

.green-gradient {
  color: #fff;
  background: #28d;
  /* background: -webkit-linear-gradient(20deg, #50b7b9 0%, #3c9 100%);
  background: linear-gradient(70deg, #50b7b9 0%, #3c9 100%); */
}

.blue-gradient {
  color: #012536;
  background: #b9dcfa;
  /* background: -webkit-linear-gradient(231deg, #33c7cd 0%, #36a0c8 100%);
  background: linear-gradient(219deg, #33c7cd 0%, #36a0c8 100%); */
}

.dark-gradient {
  color: #fff;
  background: -webkit-linear-gradient(42deg, #02374f 0%, #374851 100%);
  background: linear-gradient(48deg, #02374f 0%, #374851 100%);
}

.yellow-gradient {
  color: #fff;
  background: -webkit-linear-gradient(29deg, #ffa11b 0%, #ffbf00 100%);
  background: linear-gradient(61deg, #ffa11b 0%, #ffbf00 100%);
}

.bg-wrap {
  position: relative;
  z-index: 1;
}

.bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
}

.link {
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  text-transform: capitalize;
}

.link:hover .icon-arrow {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.link .ico-wrap {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin: 8px 0 0 12px;
  width: 50px;
  overflow: hidden;
}

.link .icon-arrow {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.link.green-link {
  color: #3c9;
}

.btn {
  display: inline-block;
  vertical-align: top;
  background: #3c9;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 18px;
  padding: 11px;
  text-align: center;
}

.btn:after {
  content: "";
  background: #384851;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  -webkit-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
  z-index: -1;
}

.btn:hover {
  color: #fff;
}

.btn:hover:after {
  width: 100%;
}

.play-btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 15px;
  line-height: 16px;
  color: #fff !important;
  padding-left: 58px;
  text-transform: capitalize;
  text-decoration: none;
}

.play-btn .play-ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #3c9;
  position: absolute;
  top: -14px;
  left: 0;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.play-btn .play-ico:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 2px;
}

.play-btn:hover .play-ico {
  background: #384851;
}

.more-btn {
  display: inline-block;
  vertical-align: top;
  color: #3c9;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
}

.more-btn:before, .more-btn:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  background: #3c9;
  height: 2px;
  width: 10px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.more-btn:after {
  height: 10px;
  width: 2px;
  top: 6px;
  right: 4px;
}

.more-btn .less {
  display: none;
}

.more-btn:hover:before, .more-btn:hover:after {
  background: #152934;
}

.breadcrumb {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  overflow: hidden;
}

.breadcrumb ul {
  margin-left: -27px;
}

.breadcrumb ul li {
  position: relative;
  text-transform: capitalize;
  padding-left: 27px;
  padding-bottom: 6px;
  color: inherit;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}

.breadcrumb ul li:before {
  content: "\e902";
  font: 5px / 1 "icomoon";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: 7px;
  top: 6px;
  opacity: .7;
}

.breadcrumb ul a {
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}

.breadcrumb ul a:hover {
  text-decoration: underline;
}

.filter-nav {
  min-width: 320px;
  white-space: nowrap;
}

.filter-nav.jcf-scrollable {
  height: 30px !important;
  width: calc(100% + 36px) !important;
}

.filter-nav ul {
  font-size: 15px;
  line-height: 18px;
  position: relative;
  margin: 0 -20px;
}

.filter-nav ul li {
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 15px;
}

.filter-nav ul li.active a {
  color: #3c9;
  font-weight: 400;
}

.filter-nav ul a {
  text-decoration: none;
  color: #5a6870;
}

.filter-nav ul a:hover {
  color: #3c9;
}

.open-close-wrap.open .more-btn .less {
  display: inline-block;
  vertical-align: top;
}

.open-close-wrap.open .more-btn .more {
  display: none;
}

.open-close-wrap.open .more-btn:after {
  display: none;
}

.note-bar {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  position: relative;
  padding: 30px 0;
}

.note-bar p {
  margin: 0;
}

.note-bar.inactive {
  display: none;
}

.note-bar .close {
  position: absolute;
  top: 10px;
  color: #fff;
  right: 20px;
  font-size: 15px;
}

.note-bar .close:hover {
  color: #3c9;
}

.intro-panel {
  padding: 0;
  display: none;
}

.intro-panel h1 {
  margin-bottom: 20px;
}

.intro-panel .page-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.intro-panel .top-part {
  margin-bottom: 140px;
}

.intro-panel .right-wrap {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.intro-panel .center-block {
  text-align: center;
}

.intro-panel .info {
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  letter-spacing: 1.25px;
}

.intro-panel .info span {
  text-decoration: underline;
}

.sub-nav ul li {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 4px 10px;
}

.sub-nav ul a {
  color: #fff;
  text-decoration: none;
}

.sub-nav ul a:hover {
  text-decoration: underline;
}

.sub-nav.left-align ul li {
  margin: 0 18px 4px 0;
}

.sub-nav.left-align ul a {
  text-decoration: underline;
}

.sub-nav.left-align ul a:hover {
  text-decoration: none;
}

.search-form {
  position: relative;
  margin-bottom: 50px;
}

.search-form input[type=search] {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background: none;
  border: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  -webkit-appearance: none;
  padding: 10px 17px;
}

.search-form input[type=search]::-webkit-input-placeholder {
  color: #fff;
}

.search-form input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.search-form input[type=search]:-moz-placeholder {
  color: #fff;
}

.search-form input[type=search]:-ms-input-placeholder {
  color: #fff;
}

.search-form input[type=search].placeholder {
  color: #fff;
}

.search-form input[type=search]:focus {
  outline: none;
}

.search-form button[type=submit] {
  position: absolute;
  top: 19px;
  right: 26px;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  font-size: 18px;
}

.search-form button[type=submit]:focus {
  outline: none;
}

.search-form button[type=submit] .icon-search {
  margin-top: 2px;
}

.product-section {
  padding: 50px 0 100px;
  text-align: center;
}

.product-section h2 {
  margin-bottom: 70px;
}

.product-section .title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 28px;
}

.product-section .jcf-scrollable-wrapper {
  height: 220px !important;
}

.product-section .jcf-scrollable-wrapper .jcf-scrollbar-vertical {
  display: none !important;
}

.product-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
  bottom: -20px;
  width: 100% !important;
  max-width: calc(100% - 36px);
  pointer-events: auto;
}

.product-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  width: 40px !important;
}

.product-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  width: 100% !important;
}

.product-holder {
  min-width: 320px;
  margin: 0 -18px 50px;
  white-space: nowrap;
  position: relative;
}

.product-holder.open ul li {
  display: inline-block !important;
}

.product-holder ul li {
  margin: 0 50px;
  display: inline-block;
  vertical-align: top;
}

.product-holder ul a {
  display: table;
  margin: 0 auto;
  color: #152934;
  text-decoration: none;
  pointer-events: auto;
}

.product-holder ul a:hover {
  color: #3c9;
}

.product-holder .img-wrap {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.product-holder .more-btn {
  pointer-events: auto;
}

.product-holder.jcf-scrollable {
  height: 220px !important;
}

.topic-section {
  background: -webkit-linear-gradient(20deg, #02374f 0%, #374851 100%);
  background: linear-gradient(70deg, #02374f 0%, #374851 100%);
  color: #fff;
  padding: 50px 0;
}

.topic-section .bg-wrap {
  padding-top: 97.2%;
  margin-bottom: 30px;
}

.topic-section .title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px;
  margin-bottom: 20px;
}

.topic-section .col + .col {
  padding-top: 40px;
}

.topic-section h3 {
  text-transform: capitalize;
}

.two-bg-section .col {
  padding: 50px 17px;
}

.two-bg-section h1 {
  text-transform: capitalize;
}

.two-bg-section a {
  background: #fff;
  padding: 15px;
  color: #1b5a8f;
  border-radius: 27.5px;
  font-weight: 600;
}

.animate, .animate-multiple [data-animation] {
  visibility: hidden;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  will-change: transform, opacity;
}

.animate.animated, .animate-multiple [data-animation].animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: unset;
}

.animated.fadeInRight {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@media (min-width: 375px) {
  .nav {
    padding-top: 127px;
  }
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 52px;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .header {
    padding: 20px 0;
  }

  .logo {
    float: left;
    width: 111px;
  }

  .burger-menu {
    display: none;
  }

  .nav-drop {
    padding: 16px 0 4px 10px;
    float: left;
    width: calc(100% - 111px);
  }

  .nav-drop .close {
    display: none;
  }

  .nav-drop .logo-white {
    display: none;
  }

  .nav {
    padding: 0 8px 0 14px;
    float: left;
    width: calc(100% - 158px);
    text-align: center;
  }

  .nav ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 8px;
  }

  .nav ul a {
    color: #152934;
  }

  .support-links {
    padding: 0;
    float: right;
    text-align: right;
    width: 158px;
    border: 0;
  }

  .support-links li {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 6px 3px;
  }

  .support-links li.lang-select {
    padding: 0;
    position: relative;
    margin: 5px 0 6px 3px;
  }

  .support-links a {
    color: #152934;
  }

  .lang-drop {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    width: 260px;
  }

  .lang-drop ul {
    background: #fff;
    border-radius: 6px;
    text-align: left;
  }

  .lang-drop ul li a {
    padding: 6px 20px;
  }

  .lang-drop ul .flag-hold {
    margin-right: 8px;
  }

  .footer {
    background: #fff;
    padding: 0;
  }

  .footer .bottom-block {
    padding: 30px 0 20px;
  }

  .footer .bottom-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-block {
    border-bottom: 1px solid #dfe2e6;
    padding: 80px 0;
  }

  .footer-block .logo-wrap {
    width: 100px;
    margin-bottom: 40px;
  }

  .footer-block .logo-wrap img {
    max-width: 120px;
  }

  .footer-block .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-block .content-row .col {
    width: 16%;
    padding-right: 10px;
  }

  .footer-block .content-row .col.form-col {
    padding: 0;
    width: 36%;
  }

  .footer-block .content-row .col.form-col p {
    margin-bottom: 30px;
  }

  .footer-block .title {
    margin-bottom: 20px;
  }

  .footer-block .title .accordion-opener {
    pointer-events: none;
    padding: 0;
    margin: 0;
    border: 0;
  }

  .footer-block .title .accordion-opener:before, .footer-block .title .accordion-opener:after {
    display: none;
  }

  .footer-block .accordion-slide {
    position: static !important;
    display: block !important;
  }

  .footer-nav {
    border: none;
    margin: 0;
    padding: 0;
  }

  .footer-nav ul li + li {
    padding-top: 16px;
  }

  .social-networks {
    margin: 0;
  }

  .social-networks li {
    margin: 0 0 10px 15px;
  }

  .bottom-block .copyright {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 70%;
  }

  .bottom-block .social-networks {
    width: 30%;
    text-align: right;
    padding: 1px 0 0 20px;
  }

  .filter-nav {
    white-space: normal;
    text-align: center;
  }

  .filter-nav.jcf-scrollable {
    width: auto !important;
    height: auto !important;
  }

  .filter-nav ul {
    margin: 0 -23px;
  }

  .filter-nav ul li {
    margin: 0 23px 15px;
  }

  .note-bar {
    padding: 30px 50px;
  }

  .note-bar .close {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    right: 30px;
    margin-top: 3px;
  }

  .intro-panel .left-wrap {
    float: left;
    width: 56%;
    padding-right: 10px;
  }

  .intro-panel .right-wrap {
    float: right;
    text-align: right;
    width: 44%;
    padding-left: 10px;
  }

  .intro-panel .center-block p {
    margin-bottom: 30px;
  }

  .search-form {
    max-width: 970px;
    margin: 0 auto 80px;
  }

  .search-form input[type=search] {
    padding-right: 70px;
    padding: 10px 70px 10px 24px;
  }

  .product-section {
    padding: 140px 0;
  }

  .product-section h2 {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 80px;
  }

  .product-section .jcf-scrollable-wrapper {
    pointer-events: none;
    height: auto !important;
    box-sizing: border-box;
  }

  .product-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
    display: none !important;
  }

  .product-holder {
    white-space: normal;
    margin: 0;
  }

  .product-holder ul {
    margin: 0 -10px 7px;
    font-size: 0;
    line-height: 0;
    text-align: center;
  }

  .product-holder ul li {
    margin: 0;
    width: 20%;
    padding: 0 10px 70px;
  }

  .product-holder ul li:nth-child(n+6) {
    display: none;
  }

  .product-holder.jcf-scrollable {
    height: auto !important;
  }

  .topic-section {
    background: #384851;
    padding: 140px 0 80px;
  }

  .topic-section .bg-wrap {
    margin-bottom: 20px;
  }

  .topic-section .title {
    font-size: 22px;
    line-height: 28px;
  }

  .topic-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
  }

  .topic-section .col {
    width: 33.33%;
    padding: 0 15px;
  }

  .topic-section .col + .col {
    padding: 0 15px 30px;
  }

  .two-bg-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .two-bg-section .col {
    padding: 80px 40px;
    width: 50%;
  }

  .animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  .animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .animated[data-animation-delay="250ms"] {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
  }

  .animated[data-animation-delay="350ms"] {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
  }

  .animated[data-animation-delay="500ms"] {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }

  .animated[data-animation-delay="750ms"] {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
  }

  .animated[data-animation-delay="1s"] {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .animated[data-animation-delay="1.5s"] {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
}

@media (min-width: 1024px) {
  .header {
    padding: 23px 0;
  }

  .nav-drop {
    padding-left: 30px;
  }

  .nav {
    width: calc(100% - 220px);
    padding-left: 8.6%;
  }

  .nav ul li {
    font-size: 18px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .support-links {
    width: 220px;
  }

  .support-links li {
    margin-left: 23px;
    font-size: 17px;
  }

  .support-links li.lang-select {
    margin-left: 23px;
    font-size: 17px;
    margin-left: 6px;
  }

  .footer-block .content-row .col {
    width: 17%;
  }

  .footer-block .content-row .col.form-col {
    width: 32%;
  }

  .sub-nav ul li {
    margin-left: 27px;
  }

  .product-holder ul li {
    width: 16.66%;
  }

  .product-holder ul li:nth-child(n+6) {
    display: inline-block;
    vertical-align: top;
  }

  .product-holder ul li:nth-child(n+7) {
    display: none;
  }

  .topic-section .bg-wrap {
    padding-top: 89.2%;
  }

  .two-bg-section .col {
    padding: 60px;
  }
}

@media (min-width: 1200px) {
  .two-bg-section .col {
    padding: 60px;
  }
}

@media (min-width: 1400px) {
  .two-bg-section .col {
    padding: 60px;
  }

  .two-bg-section .col + .col {
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .nav-drop {
    background: #152934;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  }

  .intro-panel h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
  }

  .intro-panel .top-part {
    display: none;
  }

  .search-form button[type=submit] {
    display: none;
  }

  .product-holder .more-btn {
    display: none;
  }

  .two-bg-section h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .animate.bounceInDown {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }

  .animated.bounceInDown {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*KB Mobile Enhancements 2024 */

.article-content ul {
  margin-left: 0 !important;
  padding-inline-start: 25px;
}

.article-content img{
    max-width: 100% !important;
    height: auto !important;
}
.article-content iframe {
  max-width: 100% !important;
}

.article-content li {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .article-content li {
    font-size: 15px;
  }
}
