@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700italic,700,400italic,300italic,300&subset=latin,cyrillic,cyrillic-ext,latin-ext";
* {
  outline: none!important;
  list-style: none;
}
body {
  font-family: 'roboto condensed', sans-serif;
  font-size: 15px;
  font-weight: 100;
  color: #003e6f;
  background: #fff;
}
a,
a:hover,
a:focus {
  color: #00416a;
}
#home-description a,
#content a {
  border-bottom: 1px dashed;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#home-description a:hover,
#content a:hover {
  border-bottom: 1px dashed transparent;
  text-decoration: none;
}
ol,
ul {
  padding: 0;
}
table {
  margin: 20px 0;
  background: #efefef;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
}
table tr:nth-child(2n) {
  background: #fff;
}
table td {
  padding: 10px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
.loader {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border: 2px solid transparent;
  border-top-color: #333;
  border-radius: 100%;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 2px solid transparent;
  border-top-color: #003259;
  border-radius: 100%;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  -o-animation: spin 3s linear infinite;
  -ms-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 2px solid transparent;
  border-top-color: #777;
  border-radius: 100%;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  -o-animation: spin 4s linear infinite;
  -ms-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  line-height: 1.4;
  border-radius: 2px;
}
.btn-default {
  color: #fff;
  background-color: #003e6f;
  border: none;
  text-transform: uppercase;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-primary {
  border: none;
  text-transform: uppercase;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  color: #fff;
  background-color: #042248;
}
textarea {
  resize: none;
}
.input-group {
  width: 100%;
}
.input-group-addon {
  background: #042248;
  padding: 0;
  width: 35px;
  color: #fff;
}
.input-group-addon {
  border: 1px solid transparent;
}
.form-control {
  background-color: #fff;
  border: 1px solid #042248;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #f73333;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #f73333;
}
label {
  text-transform: uppercase;
}
.categories ul,
.list-unstyled {
  padding: 0!important;
}
.categories ul li,
.list-unstyled li {
  list-style: none!important;
}
.categories ul li + li {
  border-top: 1px solid #dfdfdf;
}
.categories ul li a {
  display: block;
  color: #042248;
  font-weight: 600;
  padding: 7px 10px;
  border: none!important;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.categories ul li a::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: #f53838;
  border-radius: 2px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.categories ul li a:hover {
  color: #fff;
  background: #042248;
  text-decoration: none;
}
.categories ul li a:hover::before {
  background: #fff;
}
.categories ul li.active a {
  color: #fff;
  background: #042248;
}
.categories ul li.active a::before {
  background: #fff;
}
.navbar {
  min-height: 100px;
  background-color: #003259;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}
.navbar-brand {
  padding: 0 15px;
  margin: 23.5px 0;
  height: 60px;
  overflow: hidden;
}
.navbar-description {
  padding: 35px 0;
  color: #fff;
  font-size: 26px;
  text-align: right;
  font-weight: 500;
}
.navbar-default .navbar-nav {
  margin: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  line-height: 10px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.navbar-default .navbar-nav > li > a i.fa {
  line-height: 0;
}
.nav > li + li {
  border-left: 1px solid #0e2248;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #042248;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #042248;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #042248;
}
.dropdown-menu {
  padding: 0;
  background-color: #003259;
  border: none;
  border-radius: 0;
  overflow: hidden;
}
.dropdown-menu > li + li {
  border-top: 1px solid #0e2248;
}
.dropdown-menu > li > a {
  font-style: italic;
  color: #fff;
  padding: 7px 10px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #042248;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #042248;
}
.navbar-collapse.categories {
  padding: 0;
  border-radius: 2px;
  box-shadow: 0 14px 32px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 14px 32px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 14px 32px 0 rgba(0,0,0,0.15);
  overflow: hidden!important;
}
.navbar-collapse.categories ul {
  margin: 0;
}
.navbar-default .navbar-toggle {
  color: #fff;
  margin-top: 13px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle.categories {
  width: 100%;
  float: none;
  margin: 0 0 20px 0;
}
.header-top {
  background: #181818;
  text-align: right;
}
.header-top a {
  display: inline-block;
  font-style: non italic;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
}
.header-top a + a {
  margin-left: 15px;
}
.header-top .header-feedback {
  cursor: pointer;
  display: inline-block;
  background: #864855;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  padding: 5px 15px;
  margin-left: 15px;
  text-transform: uppercase;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.header-top .header-feedback:hover,
.header-top .header-feedback:focus {
  background: #fff;
  color: #333;
  text-decoration: none;
}
#pageTitle {
  background: url(../img/pageTitle.jpg) top center no-repeat;
  background-size: cover;
}
#pageTitle .pageTitleBG {
  background: rgba(0,0,0,0.2);
  height: 199px;
  overflow: hidden;
}
#pageTitle .pageTitleTable {
  display: table;
  width: 100%;
  height: 199px;
}
#pageTitle .pageTitleTableCell,
#home-header .home-headerTableCell {
  display: table-cell;
  vertical-align: middle;
}
#pageTitle h1 {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}
#pageTitle h1::after {
  content: "";
  display: table;
  width: 55px;
  height: 2px;
  margin: 10px 0 0;
  background: #f53838;
}
#pageTitle p {
  color: #fff;
}
#home-header {
  padding: 60px 0;
  background: url(../img/home-bg.jpg) top center no-repeat;
  background-size: cover;
}
#home-header .home-headerTable {
  display: table;
  width: 100%;
  height: 480px;
}
#home-header .home-title {
  font-size: 22px;
  text-align: center;
  padding: 45px 30px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
}
#home-services {
  padding: 60px 0;
  background: #f3f3f3;
}
#home-services .h2 {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#home-services .h2::after {
  display: table;
  content: "";
  width: 55px;
  height: 2px;
  background: #f53838;
  margin: 10px auto;
}
#home-services a {
  text-decoration: none;
}
#home-services .service {
  min-height: 375px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}
#home-services .service img {
  width: 100%;
}
#home-services .service .h3 {
  padding: 0 15px;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
#home-services .service .h3::after {
  display: table;
  content: "";
  width: 55px;
  height: 2px;
  background: #f53838;
  margin: 10px auto;
}
#home-services .service p {
  padding: 0 15px;
  margin-bottom: 15px;
}
#home-services .service:hover {
  color: #fff;
  background: #153359;
}
#home-description {
  padding: 60px 0;
}
#home-description ul,
#home-description ol {
  padding-left: 40px;
}
#home-description ul li {
  list-style: initial;
}
#home-description ol li {
  list-style-type: decimal;
}
#home-description h1 {
  margin-top: 10px;
  text-transform: uppercase;
}
#home-description h1::after {
  content: "";
  display: table;
  width: 55px;
  height: 2px;
  margin: 10px 0 0;
  background: #f53838;
}
#home-news {
  padding: 60px 0;
  background: #f3f3f3;
}
#home-news .h2 {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#home-news .h2::after {
  display: table;
  content: "";
  width: 55px;
  height: 2px;
  background: #f53838;
  margin: 10px auto;
}
#breadcrumb {
  background: rgba(152,0,0,0.53);
  height: 51px;
  overflow: hidden;
}
.breadcrumb {
  padding: 0;
  margin: 15px 0;
  background: none;
  border-radius: 0;
}
.breadcrumb > li {
  font-style: italic;
}
.breadcrumb > li + li {
  position: relative;
  padding-left: 17px;
}
.breadcrumb > li + li:before {
  position: absolute;
  left: 0;
  color: #fff;
}
.breadcrumb > li > a {
  color: #fff;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.breadcrumb > li > a:hover, .breadcrumb > li > a:focus {
  color: #c7c7c7;
  text-decoration: none;
}
.breadcrumb > .active {
  cursor: default;
  color: #c7c7c7;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  color: #fff;
  background: #003259;
  box-shadow: none;
}
#content {
  min-height: 600px;
  padding: 40px 0;
}
#content ul,
#content ol {
  padding-left: 40px;
}
#content ul li {
  list-style: initial;
}
#content ol li {
  list-style-type: decimal;
}
.resources-list a,
.resources-list a:hover,
.resources-list a:focus {
  text-decoration: none;
}
.resources-list .resource {
  height: 212px;
  padding: 40px 15px;
  margin: 0 0 30px 0;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}
.resources-list .resource h2 {
  font-size: 24px;
  margin-top: 0;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}
.resources-list .resource h2::after {
  display: table;
  content: "";
  width: 55px;
  height: 2px;
  background: #f53838;
  margin: 10px 0 0 0;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.resources-list .resource .extract p {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.resources-list .resource:hover {
  background: #314b66;
}
.resources-list .resource:hover h2,
.resources-list .resource:hover .extract p {
  color: #fff;
}
.resources-list .resource:hover h2::after {
  background: #fff;
}
.resources-list .resource .extract {
  height: 83px;
  overflow: hidden;
}
.resources-list .resource-news {
  position: relative;
  height: 212px;
  padding: 40px 15px;
  margin: 0 0 30px 0;
  border-radius: 2px;
  background-size: cover!important;
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.resources-list .resource-news::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 212px;
  background: rgba(255, 255, 255, 0.5);
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 0;
}
.resources-list .resource-news h2 {
  position: relative;
  font-size: 24px;
  margin-top: 0;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  z-index: 1;
}
.resources-list .resource-news h2::after {
  position: relative;
  display: table;
  content: "";
  width: 55px;
  height: 2px;
  background: #f53838;
  margin: 10px 0 0 0;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}
.resources-list .resource-news .extract p {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.resources-list .resource-news:hover::before {
  background: rgba(49, 75, 102, 0.4);
}
.resources-list .resource-news:hover h2,
.resources-list .resource-news:hover .extract p {
  color: #fff;
}
.resources-list .resource-news:hover h2::after {
  background: #fff;
}
.resources-list .resource-news .extract {
  position: relative;
  height: 83px;
  overflow: hidden;
  z-index: 1;
}
.contacts-info {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 14px 32px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 14px 32px 0 rgba(0,0,0,0.15);
  padding: 40px 15px;
  -webkit-box-shadow: 0 14px 32px 0 rgba(0,0,0,0.15);
}
.contacts-info h3 {
  margin-top: 0;
  text-transform: uppercase;
}
.contacts-info h3::after {
  content: "";
  display: table;
  width: 55px;
  height: 2px;
  background: #f53838;
  margin: 10px 0;
}
.contacts-info address ul li i.fa {
  color: #f53838;
  text-align: center;
  width: 20px;
}
.contacts-info address,.contacts-info address ul {
  margin: 0;
  padding: 0!important;
}
.contacts-info ul li {
  list-style: none!important;
}
.pagination {
  border-radius: 0;
  display: block;
  margin: 0;
  text-align: center;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  background: #f53838;
  border: none!important;
  color: #fff;
  display: block;
  float: none;
  margin: 0 2px 10px 0;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  padding: 6px 12px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #042248;
  border: none;
  color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background: #f53838;
  border: none;
  color: #fff;
  cursor: default;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
#footer {
  padding: 20px 0;
  background: #003259;
}
#footer .copyrights .copy {
  display: block;
  color: #fff;
  text-align: left;
  font-style: non italic;
}
#jGrowl {
  top: 120px;
}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
  border-radius: 0!important;
}
.af-message-success {
  color: #fff;
  background: #68ef91!important;
}
.af-message-error {
  background: #f73333!important;
}
.af-message-info {
  background: #000!important;
}
.field {
  display: none;
}
.modal .modal-content {
  overflow: auto;
  border-radius: 2px;
  border: none;
}
.feedback {
  display: block;
  position: fixed;
  bottom: 82px;
  right: 20px;
  width: 65px;
  height: 65px;
  background: #f53838 url(../img/feedback.png) center center no-repeat;
  border-radius: 100%;
  transition: all .3s;
  z-index: 555;
}
.feedback:hover {
  background: #042248 url(../img/feedback.png) center center no-repeat;
}
.feedbackAnimation {
  -webkit-animation: feedbackAnimation  .5s linear;
  animation: feedbackAnimation  .5s linear;
}
@-webkit-keyframes feedbackAnimation {
  0% {-webkit-transform: rotate(0deg);}
  25% {-webkit-transform: rotate(30deg);}
  50% {-webkit-transform: rotate(-30deg);}
  75% {-webkit-transform: rotate(30deg);}
  100% {-webkit-transform: rotate(0deg);}
}
@keyframes feedbackAnimation {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(30deg);}
  50% {transform: rotate(-30deg);}
  75% {transform: rotate(30deg);}
  100% {transform: rotate(0deg);}
}

@media only screen and (max-width: 992px) {
  .feedback {
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .feedback-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .navbar {
    min-height: 60px;
  }
  .navbar-brand {
    margin: 0;
  }
  .nav > li + li {
    border-left: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .header-top {
    display: none;
  }
  .navbar-collapse.categories {
    margin-bottom: 20px;
  }
  .navbar-description {
    font-size: 22px;
    text-align: left;
    padding: 20px 15px 10px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0e2248;
  }
  #home-header .home-title {
    font-size: 18px;
    line-height: 22px;
  }
  #footer .copyright .copy {
    text-align: center;
  }
  .feedback-main {
    display: none;
  }
}
@media only screen and (max-width: 640px) {}
  @media only screen and (max-width: 480px) {}
    
    ::-webkit-scrollbar {
      width: 10px;
      height: 10px;
      background-color: #fff;
    }
    ::-webkit-scrollbar-corner {
      background: 0 0;
    }
    ::-webkit-scrollbar-thumb {
      border-radius: 5px;
      border: 3px solid transparent;
      border-image: initial;
      box-shadow: #003259 0 0 0 4px inset;
    }
    ::-webkit-scrollbar-thumb,
    ::-webkit-scrollbar-thumb:hover {
      min-height: 15px;
      background-clip: content-box;
    }
    ::-webkit-scrollbar-thumb:hover {
      box-shadow: #042248 0 0 0 4px inset;
    }
    :-webkit-scrollbar {
      width: 10px;
      height: 10px;
      background-color: #fff;
    }
    :-webkit-scrollbar-corner {
      background: 0 0;
    }
    :-webkit-scrollbar-thumb {
      border-radius: 5px;
      border: 3px solid transparent;
      border-image: initial;
      box-shadow: #003259 0 0 0 4px inset;
    }
    :-webkit-scrollbar-thumb,
    ::-webkit-scrollbar-thumb:hover {
      min-height: 15px;
      background-clip: content-box;
    }
    :-webkit-scrollbar-thumb:hover {
      box-shadow: #042248 0 0 0 4px inset;
    }
