/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

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

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

h4, .h4 {
  font-size: 18px;
}

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 1px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 1px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 1px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 640px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 1px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 640px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 0px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 0px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 0px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 0px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1px) and (max-width: 639px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 1px) and (max-width: 639px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 1px) and (max-width: 639px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 1px) and (max-width: 639px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 0px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 1px) and (max-width: 639px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.container {
  max-width: 1440px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-48 {
  margin-bottom: 48px;
}

/* GENERAL STYLES */
body {
  font-family: "IBM Plex Serif", serif;
  margin: 0px;
  min-width: 320px;
  height: 100%;
}

body.lock {
  overflow: hidden;
}

h1 {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  font-family: "IBM Plex Serif", serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #345fff;
  margin: 0;
  margin-bottom: 8px;
}

p {
  margin: 0;
}

.small-text {
  font-family: "IBM Plex Serif", serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0;
}

em.highlight {
  background-color: #fffad5;
  padding: 0px 5px;
  color: #000;
}

/* END OF GENERAL STYLES */
.cms-styles {
  margin-bottom: 104px;
}

.cms-styles h1 {
  margin: 0 0 30px 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #000000;
  text-transform: unset;
}

.cms-styles h2 {
  margin: 0 0 20px 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #345fff;
}

.cms-styles h3 {
  margin: 0 0 20px 0;
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #345fff;
}

.cms-styles p {
  margin: 0 0 20px 0;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
}

.cms-styles hr {
  margin: 30px 0 30px 0;
  border-top: 1px solid #979797;
}

.cms-styles img.img-element {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.cms-styles .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.cms-styles .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-wraper {
  margin-bottom: 32px;
  padding: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: #f1f1f1;
}

.btn-wraper .right-items {
  display: inline-block;
  float: right;
}

.btn-wraper a {
  display: inline-block;
  margin-right: 16px;
  padding: 9px 16px;
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #345fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #ffffff;
  background-color: #ffffff;
}

.btn-wraper a:last-child {
  margin-right: 0;
}

.btn-wraper a:hover, .btn-wraper a:focus {
  text-decoration: none;
}

.btn-wraper a:hover {
  border-color: #345fff;
}

.btn-wraper a.active {
  position: relative;
  padding-left: 39px;
  color: #ffffff;
  background-color: #345fff;
  border-color: #345fff;
}

.btn-wraper a.active::before {
  content: '';
  position: absolute;
  left: 16px;
  width: 15px;
  height: 15px;
  background-image: url("../img/icons/ic_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.btn-wraper a.old {
  position: relative;
  padding-left: 39px;
}

.btn-wraper a.old::before {
  content: '';
  position: absolute;
  left: 16px;
  width: 15px;
  height: 15px;
  background-image: url("../img/icons/ic_left.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.btn-wraper a.next {
  position: relative;
  padding-right: 39px;
}

.btn-wraper a.next::before {
  content: '';
  position: absolute;
  right: 16px;
  width: 15px;
  height: 15px;
  background-image: url("../img/icons/ic_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.paging {
  margin-bottom: 32px;
  padding: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: #f1f1f1;
}

.paging h4 {
  margin: 0;
  margin-right: 16px;
  display: inline-block;
}

.paging .prev-arrow a,
.paging .next-arrow a {
  position: relative;
  width: 43px;
  height: 39px;
  text-indent: -9999px;
}

.paging .prev-arrow a::before,
.paging .next-arrow a::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.paging .prev-arrow a::before {
  background-image: url("../img/icons/ic_left.svg");
}

.paging .next-arrow a::before {
  background-image: url("../img/icons/ic_right.svg");
}

.paging span.current {
  margin-right: 8px;
  padding: 9px 16px;
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #345fff;
  border: solid 1px #345fff;
}

.paging a {
  display: inline-block;
  margin-right: 8px;
  padding: 9px 16px;
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #345fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #ffffff;
  background-color: #ffffff;
  cursor: pointer;
}

.paging a:hover, .paging a:focus {
  text-decoration: none;
}

.paging a:hover {
  border-color: #345fff;
}

section.page-not-found {
  margin-top: 300px;
  margin-bottom: 200px;
}

section.page-not-found .img-container {
  text-align: right;
}

section.page-not-found .img-container img {
  max-width: 100%;
}

section.page-not-found h1 {
  margin-top: 35px;
}

section.page-not-found a {
  text-decoration: underline;
}

section.page-not-found a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  section.page-not-found {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 639px) {
  section.page-not-found {
    margin-bottom: 100px;
  }
  section.page-not-found .img-container {
    text-align: center;
  }
}

.search-results {
  margin-bottom: 80px;
}

.search-results h1 {
  text-align: left;
}

.search-results h3 {
  margin-bottom: 80px;
}

.search-results h4 {
  margin-bottom: 16px;
}

.search-results .result-item {
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 32px;
}

.search-results .result-item:hover h4 {
  color: #000000 !important;
}

.search-results .result-item .result-content {
  margin-bottom: 16px;
}

.search-results .result-item a {
  text-decoration: underline;
  font-weight: 500;
  color: #007cff;
}

.search-results .result-item:hover a {
  text-decoration: none;
}

.questions-table .faq-item h4 {
  position: relative;
  text-align: left;
  padding: 20px 20px 20px 23px;
  border-top: 1px solid #4a4a4a;
  cursor: pointer;
}

.questions-table .faq-item h4::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 25px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icons/ic_right.svg");
}

.questions-table .faq-item.expanded h4::before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}

.questions-table .faq-item:first-child h4 {
  border-top: 0px;
}

* {
  outline: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

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

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

.slick-prev {
  left: 0px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 0px 10px 10px 0px;
  background-repeat: no-repeat;
}

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

.slick-prev:before {
  content: ' ';
  border: 2px solid white;
  border-top: none;
  border-right: none;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.slick-next {
  right: 0px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}

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

.slick-next:before {
  content: ' ';
  border: 2px solid white;
  border-bottom: none;
  border-left: none;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #345fff;
  transition: all 300ms ease;
}

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

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  height: 15px;
  width: 15px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active {
  background: #345fff;
  border-radius: 8px;
  width: 45px;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  /*background: rgba(0, 0, 0, 0.9);*/
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.blueimp-gallery-display {
  display: block;
  opacity: 1;
}

.blueimp-gallery > .slides {
  clear: both;
  position: relative;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 44px;
  padding-top: 0px;
}

.blueimp-gallery-carousel > .slides {
  position: absolute;
}

.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.blueimp-gallery > .slides > .slide-loading {
  background-image: url("../img/blueimp/loading.gif") center no-repeat;
  background-size: 64px 64px;
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}

.blueimp-gallery > .slides > .slide-error {
  background: url("../img/blueimp/error.png") center no-repeat;
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  width: 44px;
  height: 44px;
  font-size: 60px;
  font-weight: 300;
  line-height: 27px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  position: static;
  top: 0px;
  right: 0px;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 4px;
  background: #009bff;
  /* Old browsers */
}

.blueimp-gallery > .prev {
  padding-right: 2px;
}

.blueimp-gallery > .next {
  padding-left: 2px;
  left: auto;
  right: 94px;
}

.blueimp-gallery > .counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -60px;
  color: #ffffff;
  padding: 5px 21px;
  font-size: 16px;
  font-weight: 300;
  background: #009bff;
}

.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 20px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  /*display: none;*/
  font-weight: 300;
}

.blueimp-gallery > .close {
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o--moz-box-sizing: border-box;
  width: 44px;
  height: 44px;
  padding: 6px 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  font-weight: 400;
  font-size: 29px;
  line-height: 27px;
  text-align: center;
  position: static;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
  background: #009bff;
}

.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url("../img/blueimp/play-pause.png") 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .play-pause:hover {
  /*color: #d92e35;
  border-color: #d92e35 !important;
  opacity: 1;*/
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery-controls > h3.title {
  margin-right: 0px;
  background: #000;
  z-index: 200;
  margin-left: 0px;
  left: 0px;
  opacity: 1;
  position: static;
  padding: 0px 10px;
  float: left;
  width: calc(100% - 150px);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  cursor: default;
  opacity: 0.3;
}

.blueimp-gallery-single > .prev:hover,
.blueimp-gallery-left > .prev:hover,
.blueimp-gallery-single > .next:hover,
.blueimp-gallery-right > .next:hover,
.blueimp-gallery-single > .play-pause:hover {
  cursor: default;
  opacity: 0.3 !important;
  border-color: #fff !important;
  color: #fff !important;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url("../img/blueimp/error.svg");
}

body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url("../img/blueimp/play-pause.svg");
}

body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}

* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

/*
 * blueimp Gallery Indicator CSS 1.1.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  /*display: none;*/
}

.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid #f6b801;
  background: #000000;
  background-image: none !important;
  border-radius: 10px;
  box-shadow: none;
  opacity: 1;
  cursor: pointer;
}

.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background: #f6b801 !important;
  opacity: 1;
}

.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.blueimp-gallery-single > .indicator {
  display: none;
}

.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* IE7 fixes */
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}

/*
 * blueimp Gallery Video Factory CSS 1.3.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0;
}

.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../img/blueimp/video-play.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1;
}

.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none;
}

.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none;
}

.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block;
}

.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(../../../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(../img/blueimp/video-play.svg);
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%;
}

* + html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px;
}

footer .small-text {
  color: #4a4a4a;
}

footer .top-footer {
  position: relative;
  padding: 64px 0;
  background-color: #f1f1f1;
}

footer .top-footer img {
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

footer .top-footer .row {
  text-align: center;
}

footer .top-footer .row .title {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}

footer .top-footer .row .second-title {
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 32px;
}

footer .top-footer .row .title,
footer .top-footer .row .second-title {
  display: block;
}

footer .top-footer .row .page-links {
  margin-bottom: 32px;
}

footer .top-footer .row .page-links a {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.76;
}

footer .top-footer .row a.small-text {
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: underline;
  outline: none;
}

footer .top-footer .row a.small-text:hover {
  text-decoration: none;
}

footer .top-footer .row .links a.small-text {
  margin-right: 24px;
}

footer .top-footer .go-top {
  width: 102px;
  height: 102px;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -54px;
}

footer .top-footer .go-top::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 50%;
  background: #009bff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

footer .top-footer .go-top::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 4px solid #ffffff;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 0;
  border-right: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

footer .top-footer .go-top:hover::after {
  top: 52%;
}

footer .bottom-footer {
  padding-top: 64px;
  padding-bottom: 40px;
}

footer .bottom-footer span {
  display: block;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
}

footer .bottom-footer .row {
  text-align: center;
}

footer .bottom-footer .row img {
  margin-bottom: 32px;
  max-width: 100%;
  width: 391px;
}

.cookie-footer {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 40px;
  background-color: #FFFFFF;
  border-top: 1px solid #a7a7a7;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  z-index: 999;
}

.cookie-footer a {
  text-decoration: underline;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1;
  color: #345fff;
}

.cookie-footer button.accept {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #345fff;
  margin-top: 10px;
  background-color: #FFF;
  color: #345fff;
  border-radius: 4px;
  cursor: pointer;
}

.cookie-footer button.close {
  width: 30px;
  height: 30px;
  padding: 0px;
  border: 0px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.cookie-footer button.close img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  footer .page-links {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  footer .top-footer .row .links a.small-text {
    margin-right: 0;
    margin-bottom: 16px;
    display: block;
  }
}

section.gray-cards .gray-card {
  position: relative;
  margin-bottom: 32px;
  padding: 24px 128px 24px 32px;
  background-color: #f1f1f1;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

section.gray-cards .gray-card:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
}

section.gray-cards .gray-card img {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 112px;
}

section.gray-cards .gray-card h3, section.gray-cards .gray-card h3 a {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #345fff;
  min-height: 75px;
  margin-bottom: 8px;
  word-break: break-word;
  text-decoration: none;
}

section.gray-cards .gray-card a {
  display: block;
  margin: 6px;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.43;
  text-decoration: underline;
  outline: none;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #000000;
}

section.gray-cards .gray-card a:hover, section.gray-cards .gray-card a:focus {
  text-decoration: none;
  color: #000000;
}

section.gray-cards .gray-card p {
  margin: 0px;
  text-align: unset;
}

@media only screen and (max-width: 1180px) {
  section.gray-cards .gray-card img {
    width: 88px;
  }
}

section.blue-cards {
  margin-bottom: 112px;
}

section.blue-cards .blue-card {
  display: block;
  padding: 48px 32px;
  background-color: #009bff;
  border: 2px solid #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  outline: none;
  cursor: pointer;
}

section.blue-cards .blue-card:hover, section.blue-cards .blue-card:focus {
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #009bff;
}

section.blue-cards .blue-card:hover span,
section.blue-cards .blue-card:hover label, section.blue-cards .blue-card:focus span,
section.blue-cards .blue-card:focus label {
  color: #009bff;
}

section.blue-cards .blue-card:hover label.small, section.blue-cards .blue-card:focus label.small {
  text-decoration: none;
}

section.blue-cards .blue-card span,
section.blue-cards .blue-card label {
  display: block;
  margin-bottom: 8px;
  font-family: "IBM Plex Serif", serif;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
}

section.blue-cards .blue-card label.small {
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1023px) {
  section.blue-cards .blue-card {
    margin-bottom: 32px;
  }
}

section.background-cards .overlay-cover {
  margin-bottom: 32px;
  overflow: hidden;
  min-height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

section.background-cards .background-card {
  position: relative;
  display: block;
  padding: 32px;
  padding-right: 16px;
  padding-left: 110px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  z-index: 0;
}

section.background-cards .background-card:hover, section.background-cards .background-card:focus {
  text-decoration: none;
  transform: scale(1.05);
}

section.background-cards .background-card:hover span.content span span.small, section.background-cards .background-card:focus span.content span span.small {
  text-decoration: none;
}

section.background-cards .background-card img {
  position: absolute;
  left: 16px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

section.background-cards .background-card span.content {
  position: relative;
  margin: 0;
  left: 0;
  display: flex;
  min-height: 112px;
  align-items: center;
}

section.background-cards .background-card span.content span {
  vertical-align: middle;
  width: 100%;
  font-family: "IBM Plex Serif", serif;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
}

section.background-cards .background-card span.content span span.small {
  display: block;
  margin-top: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 639px) {
  section.background-cards .background-card {
    padding-right: 8px;
    padding-left: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  section.background-cards .background-card img {
    left: 16px;
    left: 8px;
    width: 64px;
  }
  section.background-cards .background-card span.content {
    min-height: 96px;
  }
}

section.news-wrapper {
  background: #f1f1f1;
  padding-top: 24px;
  padding-bottom: 32px;
  margin-bottom: 56px;
  margin-top: 32px;
  overflow: hidden;
}

section.news-wrapper .container {
  overflow: hidden;
}

section.news-wrapper .container .col-lg-4 {
  margin-bottom: 32px;
}

section.news-wrapper h2 {
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
  color: #345fff;
  font-weight: 300;
  margin-bottom: 32px;
}

section.news-wrapper a {
  outline: none;
}

@media only screen and (max-width: 1023px) {
  section.news-wrapper .news-slider .news-img,
  section.news-wrapper a {
    width: 300px;
  }
}

@media only screen and (max-width: 639px) {
  section.news-wrapper .news-slider .news-img,
  section.news-wrapper a {
    width: 200px;
  }
}

#sideIconContent,
#sideIconBar {
  position: fixed;
  bottom: 30%;
  right: 0px;
  width: 56px;
  height: 346px;
  padding: 8px 0px;
}

#sideIconContent {
  z-index: 8;
}

#sideIconContent .side-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 70px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #000000;
  border-radius: 8px 0px 0px 8px;
  padding: 24px;
  border-radius: 8px;
  background-color: #345fff;
  width: 420px;
}

#sideIconContent .side-content a,
#sideIconContent .side-content label {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

#sideIconContent .side-content a {
  width: auto;
  text-align: left;
  margin: 0px;
  height: auto;
  margin-bottom: 28px;
  display: block;
  text-decoration: none;
}

#sideIconContent .side-content a span {
  display: block;
}

#sideIconContent .side-content a:last-child {
  margin-bottom: 0px;
}

#sideIconContent .side-content a:hover {
  text-decoration: underline;
}

#sideIconContent .side-search-box {
  position: relative;
}

#sideIconContent .side-search-box label {
  display: block;
  margin-bottom: 8px;
}

#sideIconContent .side-search-box input {
  width: 314px;
  height: 40px;
  border-radius: 8px;
  border: none;
  padding-left: 10px;
  padding-right: 40px;
}

#sideIconContent .side-search-box button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 58px;
  background: #ffffff;
  border: none;
  cursor: pointer;
}

#sideIconContent .side-phone a :first-child,
#sideIconContent .side-phone a :last-child {
  font-weight: bold;
}

#sideIconContent .side-phone a :last-child {
  font-size: 37px;
}

#sideIconContent .side-phone a:hover {
  text-decoration: none;
}

#sideIconContent .side-phone a:hover :last-child {
  text-decoration: underline;
}

#sideIconContent .active {
  left: -400px;
}

#sideIconBar {
  background: #345fff;
  border-radius: 8px 0px 0px 8px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 9;
}

#sideIconBar a {
  display: block;
  margin: auto;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 8px;
  cursor: pointer;
}

#sideIconBar a img,
#sideIconBar a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#sideIconBar a:hover {
  background-color: #4a4a4a;
}

#sideIconBar a.active {
  background-color: #4a4a4a;
}

#sideIconBar,
#sideIconContent {
  pointer-events: none;
}

#sideIconBar.show,
#sideIconContent.show {
  opacity: 1;
  pointer-events: initial;
}

@media only screen and (max-width: 1023px) {
  #sideIconBar,
  #sideIconContent {
    display: none !important;
  }
}

header {
  z-index: 10;
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

header .main,
header .main-header {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

header.fixed {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.32);
}

header.fixed .main {
  height: 56px;
}

header.fixed .main .main-header {
  opacity: 0;
  height: 0px;
}

header .main {
  height: 118px;
  background: #ffffff;
}

header .main .container {
  height: 100%;
  position: relative;
}

header .main .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

header .main .logo img {
  width: 64px;
  height: 70px;
}

header .main .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 70px;
  margin: 0;
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}

header .main .title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

header .main .right-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

header .main .right-content .menu-search,
header .main .right-content .language,
header .main .right-content .online-services {
  display: inline;
}

header .main .right-content .online-services {
  border-radius: 31px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  background: #009bff;
  color: #ffffff;
  outline: none;
  padding: 20px 28px 22px 72px;
  position: relative;
}

header .main .right-content .online-services img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 16px;
}

header .main .right-content .menu-search {
  position: relative;
  margin-right: 24px;
}

header .main .right-content .menu-search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 16px;
  background: none;
  outline: none;
  border: 0px;
  padding: 0;
  cursor: pointer;
}

header .main .right-content .menu-search input {
  width: 267px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #4a4a4a;
  padding: 10px 10px 10px 48px;
  font-family: "Roboto", sans-serif;
}

header .main .right-content .language {
  margin-right: 24px;
  position: relative;
}

header .main .right-content .language button {
  border: none;
  background: white;
  outline: none;
  padding: 0px;
  cursor: pointer;
}

header .main .right-content .language .dropdown-menu {
  top: 20px;
  min-width: unset;
}

header .main .right-content .language .dropdown-menu li a {
  display: inline-block;
}

header div.menu {
  height: 56px;
  background: #345fff;
}

header div.menu .container {
  display: table;
}

header div.menu .container .menu-row {
  display: table-row;
}

header div.menu .container .menu-cell {
  display: table-cell;
  text-align: center;
  width: 12.5%;
  white-space: nowrap;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding-right: 2px;
  padding-left: 2px;
}

header div.menu .container .menu-cell span {
  padding-left: 5px;
  padding-right: 5px;
}

header div.menu .container .menu-cell.active,
header div.menu .container .menu-cell:hover {
  text-decoration: none;
}

header div.menu .container .menu-cell.active span,
header div.menu .container .menu-cell:hover span {
  background: #ffffff;
  color: #345fff;
  display: block;
  padding-bottom: 11px;
  padding-top: 10px;
  border-radius: 8px;
}

header button.menu {
  display: none;
}

@media only screen and (max-width: 1023px) {
  header .main {
    height: 100px;
  }
  header .main .logo img {
    width: 55px;
    height: 58px;
  }
  header .main .title {
    left: 60px;
  }
  header .main .title > :first-child {
    font-size: 16px;
  }
  header .main .title > :last-child {
    font-size: 13px;
  }
  header .main .right-content {
    display: none;
  }
  header div.menu {
    display: none;
  }
  header button.menu {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    border: unset;
    padding: unset;
    background: unset;
    outline: none;
    cursor: pointer;
  }
  header.fixed-mobile {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.32);
  }
  header.fixed-mobile .main {
    height: 80px;
  }
  header.fixed-mobile .main .main-header {
    opacity: 1;
    height: 80px;
  }
}

@media only screen and (max-width: 639px) {
  header .main .logo img {
    width: 44px;
    height: 50px;
  }
  header .main .title {
    left: 50px;
  }
  header .main .title > :first-child {
    width: 60%;
    font-size: 15px;
  }
  header .main .title > :last-child {
    display: none;
    font-size: 12px;
  }
}

.news-feed {
  position: relative;
  margin-bottom: 32px;
  padding-top: 174px;
}

.news-feed .news-feed-bg img {
  width: 100%;
}

.news-feed .container {
  position: relative;
  top: -39px;
}

.news-feed .row {
  overflow: hidden;
}

.news-feed .row .out-wrap {
  border-radius: 0px 4px 4px 0px;
  border: solid 1px #cacaca;
  overflow: hidden;
  border-left: none;
  overflow: hidden;
}

.news-feed .row .out-wrap .toggle-play {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  right: 16px;
  width: 44px;
  height: 37px;
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px 4px 4px 0px;
}

.news-feed .row .out-wrap .toggle-play img {
  max-width: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}

.news-feed .row .out-wrap .toggle-play img.show {
  display: block;
}

.news-feed .row .out-wrap .toggle-play img.hide {
  display: none;
}

.news-feed .row .out-wrap .toggle-play .play-img {
  display: none;
}

.news-feed .row .col-lg-10 {
  padding-left: 0;
}

.news-feed .row .col-lg-2 {
  text-align: center;
  padding-right: 0px;
}

.news-feed .row .col-lg-2 div {
  background-color: #4a4a4a;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 10px 12px 10px 12px;
  border-radius: 4px 0px 0px 4px;
  position: absolute;
  width: 100%;
  min-width: 160px;
  z-index: 1;
}

.news-feed .row .ticker-wrap {
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 37px;
  background-color: #ffffff;
  padding-left: 100%;
  box-sizing: content-box;
  position: relative;
}

.news-feed .row .ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}

.news-feed .row .ticker-wrap .ticker.paused {
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  -o-animation-play-state: paused !important;
  animation-play-state: paused !important;
  cursor: pointer;
}

.news-feed .row .ticker-wrap .ticker__item {
  display: inline-block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2rem;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  padding-right: 20rem;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@media only screen and (max-width: 1023px) {
  .news-feed {
    padding-top: 100px;
  }
  .news-feed .container {
    position: relative;
    top: 10px;
  }
  .news-feed .row .out-wrap {
    border-radius: 0px 0px 4px 4px;
    border: solid 1px #cacaca;
    overflow: hidden;
    border-left: solid 1px #cacaca;
    border-top: unset;
  }
  .news-feed .row .col-lg-10 {
    padding-left: 15px;
  }
  .news-feed .row .col-lg-2 {
    padding-right: 15px;
  }
  .news-feed .row .col-lg-2 div {
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 0;
    position: relative;
    min-width: unset;
    z-index: unset;
  }
}

.side-menu {
  position: relative;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.18);
  border-radius: 8px 8px 8px 8px;
  max-width: 100%;
}

.side-menu .side-title {
  padding: 20px 15px;
  background-color: #ffffff;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #979797;
}

.side-menu .side-title h4 {
  margin: 0;
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #345fff;
  font-size: 18px;
}

.side-menu .side-title h4 a {
  color: #345fff;
}

.side-menu .side-links > ul > li {
  border-bottom: 1px solid #979797;
}

.side-menu .side-links ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}

.side-menu .side-links li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 16px;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #345fff;
  word-break: break-word;
}

.side-menu .side-links li.parent:last-child a {
  border-radius: 0px 0px 8px 8px;
}

.side-menu .side-links li .dropdown-btn {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.side-menu .side-links li .dropdown-btn::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url("../img/icons/arrow-right-24.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.side-menu .side-links li .dropdown-btn:hover {
  color: #009bff;
}

.side-menu .side-links li .dropdown-btn:hover:hover::before {
  background-image: url("../img/icons/arrow-right-primary-24.svg");
}

.side-menu .side-links li .drop-links {
  display: none;
}

.side-menu .side-links li .drop-links a {
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #000000;
}

.side-menu .side-links li .drop-links a:hover {
  color: #009bff;
}

.side-menu .side-links li:last-child {
  border-bottom: none;
}

.side-menu .side-links li.parent-active > .drop-links {
  display: block;
}

.side-menu .side-links li.parent-active > .dropdown-btn::before {
  background-image: url("../img/icons/arrow-right-24.svg");
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
}

.side-menu .side-links li.parent-active > .dropdown-btn.current::before {
  background-image: url("../img/icons/chevronRight-white.svg");
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
}

.side-menu .side-links > ul > .parent {
  padding-right: 10px;
}

.side-menu .side-links > ul .drop-links {
  padding-top: 4px;
}

.side-menu .side-links li.parent:last-child a {
  border-radius: unset;
}

.side-menu .side-links > ul .parent {
  padding-top: 3px;
  padding-bottom: 3px;
}

.side-menu .side-links > ul > .parent {
  padding-top: 8px;
  padding-bottom: 8px;
}

.side-menu .side-links > ul > .parent {
  padding-left: 10px;
}

.side-menu .side-links > ul > .parent a::before {
  left: 3px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
}

.side-menu .side-links > ul > .parent a.current {
  background: #345fff;
  border-radius: 4px;
  color: #ffffff;
}

.side-menu .side-links > ul > .parent a.current::before {
  background-image: url("../img/icons/chevronRight-white.svg");
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
}

.side-menu .side-links > ul > .parent a.current:hover::before {
  background-image: url("../img/icons/chevronRight-white.svg");
}

.side-menu .side-links > ul > .parent > .drop-links > ul > .parent {
  padding-left: 20px;
}

.side-menu .side-links li .drop-links .drop-links {
  padding-left: 20px;
}

@media only screen and (max-width: 1023px) {
  .side-menu-sticky {
    display: none;
  }
  .side-menu {
    display: none;
  }
}

.bread-crumbs-bg {
  margin-top: 198px;
  margin-bottom: 24px;
}

.bread-crumbs {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 0px;
}

.bread-crumbs li {
  display: inline-block;
  position: relative;
}

.bread-crumbs li a {
  color: #9b9b9b;
  font-family: Roboto;
  font-size: 14px;
}

.bread-crumbs li img {
  width: 16px;
  height: 16px;
}

.bread-crumbs li:first-of-type a {
  height: 16px;
  position: relative;
  margin-right: 16px;
}

.bread-crumbs li:first-of-type a img {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 1023px) {
  .bread-crumbs-bg {
    background: #f1f1f1;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 100px;
  }
}

a.file {
  position: relative;
  display: block;
  padding: 16px 300px 16px 80px;
  margin-bottom: 16px;
  text-decoration: none;
  background-color: #ebebeb;
  outline: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  word-break: break-word;
}

a.file:hover {
  text-decoration: none;
}

a.file:hover .content {
  left: 10px;
}

a.file .file-img {
  position: absolute;
  width: 48px;
  left: 16px;
  top: 16px;
}

a.file .content {
  position: relative;
  margin: 0;
  left: 0;
  display: table;
  height: 56px;
  width: 100%;
  transition: left 0.3s ease-out;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
}

a.file .content .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

a.file .content span {
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0;
}

a.file .content .date,
a.file .content .size {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

a.file .content .date::before,
a.file .content .size::before {
  content: ' ';
  position: absolute;
  left: -24px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

a.file .content .date {
  right: -138px;
}

a.file .content .date::before {
  background-image: url("../img/icons/calendar.svg");
}

a.file .content .size {
  right: -270px;
  max-width: 100px;
}

a.file .content .size::before {
  background-image: url("../img/icons/file.svg");
}

a.file.no-icons {
  padding-right: 30px;
}

a.file.no-icons .file-img {
  top: 16px;
  transform: unset;
}

a.file.no-icons .inner-link {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-left: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #009bff;
}

a.file.no-icons .inner-link::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icons/link.svg");
}

@media only screen and (max-width: 639px) {
  a.file {
    padding-right: 64px;
  }
  a.file .content span {
    display: none;
  }
  a.file .content span.inner {
    width: 100%;
  }
}

.project-gallery {
  clear: both;
}

.all_galleries {
  width: 100%;
}

.all_galleries .item {
  width: 33.3%;
  height: 175px;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 10px solid #ffffff;
  overflow: hidden;
}

.all_galleries .item .thumb {
  float: left;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.project-gallery .item:hover .thumb {
  position: relative;
}

.project-gallery .item:hover .thumb::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 95, 255, 0.61);
}

.project-gallery .item:hover .thumb::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  background-image: url("../img/icons/search-white48.svg");
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.browse_gallery .item .thumb img.play_icon {
  width: 80px;
  height: 80px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 100;
  max-width: none;
  min-width: 80px;
  max-height: none;
  min-height: 80px;
}

.blueimp-gallery .close img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.blueimp-gallery .next img,
.blueimp-gallery .prev img {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.blueimp-gallery .prev img {
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
}

.blueimp-gallery .counter {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

/* TABLET LAYOUT: 768px - 1023px */
@media only screen and (max-width: 1022px) {
  .browse_gallery .item {
    width: 33.33%;
    height: 170px;
  }
}

/* LARGE MOBILE LAYOUT: 480px - 767px */
@media only screen and (max-width: 767px) {
  .browse_gallery .item {
    width: 50%;
    height: 170px;
  }
}

/* SMALL MOBILE LAYOUT: 0px - 479px */
@media only screen and (max-width: 479px) {
  .browse_gallery .item {
    height: 150px;
  }
}

.cbp-spmenu {
  overflow-y: scroll;
  background: #ffffff;
  position: fixed;
  -webkit-box-shadow: 0px 0px 62px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 62px 4px rgba(0, 0, 0, 0.5);
}

.cbp-spmenu button {
  border: 0;
  padding: 0;
  background: none;
}

.cbp-spmenu button:focus {
  outline: none;
}

.cbp-spmenu .menu-header {
  height: 80px;
  width: 100%;
  background-color: #ffffff;
}

.cbp-spmenu .menu-header .container {
  position: relative;
  height: 100%;
}

.cbp-spmenu .menu-header .container .logo {
  position: absolute;
  left: 0px;
  width: 44px;
  height: 50px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cbp-spmenu .menu-header .container .closeSideBar {
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cbp-spmenu .menu-header .container .closeSideBar img:focus {
  outline: none;
}

.cbp-spmenu .menu-header .container .closeSideBar img:hover {
  animation: spin 0.2s linear;
  -webkit-animation: spin 0.2s linear;
  -moz-animation: spin 0.2s linear;
}

.cbp-spmenu .menu-content {
  margin-bottom: 24px;
}

.cbp-spmenu .menu-content .side-menu {
  top: unset !important;
  margin: 0;
  max-width: 100%;
  box-shadow: unset;
}

.cbp-spmenu .menu-content .side-menu .first-parent {
  font-weight: bold;
  font-family: "IBM Plex Serif", serif;
}

.cbp-spmenu .menu-content .side-menu .side-links > ul > .parent {
  padding-right: 16px;
}

.cbp-spmenu .menu-content .side-menu .side-links > ul .drop-links {
  padding-top: 4px;
}

.cbp-spmenu .menu-content .side-menu .side-links li.parent:last-child a {
  border-radius: unset;
}

.cbp-spmenu .menu-content .side-menu .side-links > ul .parent {
  padding-top: 3px;
  padding-bottom: 3px;
}

.cbp-spmenu .menu-content .side-menu .side-links > ul > .parent {
  padding-top: 8px;
  padding-bottom: 8px;
}

.cbp-spmenu .menu-content .side-menu .side-links > ul > .parent {
  padding-left: 20px;
}

.cbp-spmenu .menu-content .side-menu .side-links > ul > .parent > .drop-links > ul > .parent {
  padding-left: 40px;
}

.cbp-spmenu .menu-content .side-menu .side-links li .drop-links .drop-links .parent {
  padding-left: 20px;
}

.cbp-spmenu .menu-content .side-menu .side-links li .drop-links .drop-links .drop-links {
  padding-left: 20px !important;
}

.cbp-spmenu .menu-footer {
  margin-bottom: 24px;
}

.cbp-spmenu .menu-footer .menu-search {
  position: relative;
  margin-right: 24px;
  width: 100%;
  margin-bottom: 24px;
}

.cbp-spmenu .menu-footer .menu-search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 16px;
  background: none;
  outline: none;
  border: 0px;
  padding: 0;
  cursor: pointer;
}

.cbp-spmenu .menu-footer .menu-search input {
  width: 267px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #4a4a4a;
  padding: 10px 10px 10px 48px;
  font-family: "Roboto", sans-serif;
}

.cbp-spmenu .menu-footer .menu-search input {
  width: 100%;
}

.cbp-spmenu .menu-footer .language {
  color: #009bff;
  font-size: 18px;
  position: relative;
  margin-left: 38px;
  font-weight: 500;
}

.cbp-spmenu .menu-footer .language img {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -38px;
}

.cbp-spmenu .menu-footer .contact {
  margin-bottom: 24px;
}

.cbp-spmenu .menu-footer .contact p {
  font-size: 16px;
  font-weight: 500;
  color: #009bff;
}

.cbp-spmenu .menu-footer .contact a {
  font-size: 37px;
  font-weight: bold;
  text-decoration: underline;
  color: #009bff;
}

.cbp-spmenu-vertical {
  width: 414px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-right {
  right: -500px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  .cbp-spmenu .side-menu {
    display: block;
  }
}

@media only screen and (max-width: 639px) {
  .cbp-spmenu-vertical {
    width: 100%;
  }
  .cbp-spmenu-right {
    right: -1023px;
    box-shadow: none;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

.news {
  display: block;
  padding-bottom: 1px;
  position: absolute;
  bottom: 0px;
  padding: 8px 16px;
}

.news h4, .news h3 {
  color: #ffffff;
  margin-bottom: 0px;
}

.news:hover {
  text-decoration: none;
}

.news:hover h3 {
  text-decoration: underline;
}

.news:focus {
  text-decoration: none;
}

.news-backgroud {
  height: 260px;
  width: 100%;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 4px;
  position: relative;
  min-width: 280px;
}

.news-backgroud::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 120px;
  background: url("../img/black-opacity.png");
  bottom: 0px;
}

.careers h3,
.careers.cms-styles h3 {
  margin: 0px;
}

.custom-form {
  margin-top: 48px;
  padding: 40px 96px;
  background-color: #f1f1f1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.custom-form label {
  display: block;
  margin-bottom: 4px;
  font-family: "IBM Plex Serif", serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
}

.custom-form input,
.custom-form textarea {
  display: block;
  margin-bottom: 16px;
  padding: 9px 16px;
  width: 100%;
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #345fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #345fff;
  background-color: #ffffff;
  resize: none;
}

.custom-form .captcha-images {
  display: inline-block;
  margin-right: 18px;
  min-width: 108px;
  min-height: 39px;
}

.custom-form .captcha-input {
  margin: 0;
  display: inline-block;
  width: 100px;
}

.custom-form .submit-btn {
  padding: 9px 24px;
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #345fff;
  border: none;
  cursor: pointer;
  float: right;
}

.custom-form .checkbox-wrapper {
  position: relative;
  padding-left: 32px;
  padding-right: 20px;
  margin-bottom: 32px;
}

.custom-form .checkbox-wrapper .custom-checkbox {
  cursor: pointer;
  position: relative;
}

.custom-form .checkbox-wrapper .custom-checkbox::before {
  content: '';
  width: 24px;
  height: 24px;
  top: 4px;
  left: -32px;
  position: absolute;
  border: solid 1px #345fff;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.custom-form .checkbox-wrapper .custom-checkbox::after {
  content: '';
  width: 15px;
  height: 8px;
  position: absolute;
  border: 1px solid #345fff;
  top: 11px;
  left: -27px;
  border-left: none;
  border-bottom: none;
  opacity: 0;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.custom-form .checkbox-wrapper input {
  position: absolute;
  left: 0px;
  width: 16px;
  visibility: hidden;
}

.custom-form .checkbox-wrapper input:checked + label:after {
  opacity: 1;
  transform: rotate(135deg);
}

.custom-form .checkbox-wrapper #check-error {
  position: initial;
  margin-top: 3px;
}

.custom-form .file-upload-wrapper {
  position: relative;
}

.custom-form .file-upload-wrapper label {
  width: 100%;
  min-height: 39px;
  position: absolute;
  pointer-events: none;
  margin-bottom: 16px;
  padding: 9px 16px;
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #345fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #345fff;
  background-color: #ffffff;
  resize: none;
  padding-left: 32px;
}

.custom-form .file-upload-wrapper label span.selected {
  opacity: 1 !important;
}

.custom-form .file-upload-wrapper label::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 10px;
  width: 15px;
  height: 15px;
  background-image: url("../img/icons/ic-attach.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.custom-form .file-upload-wrapper input[type=file] {
  font-size: 14px;
  cursor: pointer;
  opacity: 0;
}

.custom-form .file-upload-wrapper.file-hide {
  display: none;
}

.custom-form label.error {
  font-size: 12px;
  color: red;
  margin-top: -15px;
  margin-bottom: 15px;
}

.custom-form #captcha-error {
  margin-top: 0;
  margin-left: 130px;
}

.custom-form .captcha-wraper {
  display: inline-block;
}

.text-submit {
  display: none;
  text-align: center;
}

.submit-error {
  color: red;
  font-size: 18px;
  margin-bottom: 10px;
  display: none;
  text-align: center;
}

.img-submit {
  display: none;
  width: 100%;
  max-width: 367px;
  margin: auto;
  margin-bottom: 37px;
}

.form-content.submited {
  padding-top: 77px;
  padding-bottom: 77px;
  padding-left: 48px;
  padding-right: 48px;
  background-color: #f1f1f1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.spinner {
  margin: 211px auto 209px;
  width: 100%;
  text-align: center;
  display: none;
}

.spinner > div {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner.spinner-dark > div {
  background-color: #009bff;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 639px) {
  .custom-form {
    padding: 24px;
  }
  .submit-btn {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 400px) {
  #captcha-error {
    margin-left: 0px !important;
  }
}

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