* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  background: #F4F4F4;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1F2538;
  overflow-x: hidden;
}
/* Helper classes */
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto;
}
.menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.menu-overlay.open {
  display: block;
}
.small {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #C1C3CD;
}
.red {
  color: #F00;
}
.green {
  color: #19B600;
}
.grey {
  color: #C1C3CD;
}
.blue {
  color: #005CFF;
}
table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
}
table tr th {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  color: #C1C3CD;
  padding: 15px;
  border-top: 1px solid #C1C3CD;
  border-bottom: 1px solid #C1C3CD;
  text-align: right;
}
table tr th:first-child {
  text-align: left;
  padding-left: 0;
}
table tr td {
  text-align: right;
  color: #1F2538;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 15px;
  border-bottom: 1px solid #C1C3CD;
  vertical-align: top;
}
table tr td:not(:last-child) {
  padding-right: 12px;
}
table tr td:first-child {
  text-align: left;
  padding-left: 0;
}
table tr td.center {
  text-align: center;
}
@media (max-width: 767px) {
  table tr td:not(:last-child) {
    padding-right: 0;
  }
}
figure figcaption {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 120%;
  padding-bottom: 8px;
  color: #000;
  margin-top: 15px;
}
.align-center {
  align-items: center;
}
.rise:before {
  content: "\25B2";
  color: #19B600;
  margin-right: 5px;
  display: inline-block;
}
.fall:before {
  content: "\25BC";
  color: #F00;
  margin-right: 5px;
  display: inline-block;
}
form input[type=text],
form input[type=password],
form input[type=email] {
  display: inline-block;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #C1C3CD;
  padding: 0 20px 0 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #1F2538;
  margin-bottom: 15px;
}
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=email]::placeholder {
  font-family: 'Montserrat', sans-serif;
}
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus {
  outline: none;
}
form input[type=submit] {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  height: 49px;
  line-height: 49px;
  display: block;
  max-width: 228px;
  width: 100%;
  background: #1F2538;
  border: none;
  margin: 30px auto 30px;
  color: #fff;
  cursor: pointer;
}
form input[type=submit].btn-grey {
  background: #888C98;
}
form input[type=checkbox] {
  border: 1px solid #C1C3CD;
  width: 24px;
  height: 24px;
}
.checkbox label {
  position: relative;
  padding-left: 34px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  color: #888C98;
}
.checkbox label:before {
  position: absolute;
  border: 1px solid #C1C3CD;
  width: 24px;
  height: 24px;
  content: "";
  top: 0;
  left: 0;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked + label:before {
  content: "/f00c";
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Geologica', serif;
  color: #1F2538;
  font-weight: 600;
  line-height: 115%;
  margin: 0 0 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
h1,
h1 a {
  font-size: 32px;
}
@media (max-width: 991px) {
  h1,
  h1 a {
    font-size: 28px;
  }
}
h2,
h2 a {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 991px) {
  h2,
  h2 a {
    font-size: 22px;
  }
}
h3,
h3 a {
  font-size: 18px;
}
@media (max-width: 991px) {
  h3,
  h3 a {
    font-size: 18px;
  }
}
h4,
h5,
h6 {
  font-size: 16px;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding-bottom: 15px;
  margin: 0;
  color: #1F2538;
}
p strong,
p b {
  font-weight: 700;
}
p a {
  color: #1F2538;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
strong,
em {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
strong {
  font-weight: 600;
}
a {
  text-decoration: none;
}
a:hover {
  color: #005CFF;
}
a:hover svg path {
  fill: #005CFF;
}
a:focus {
  outline: none;
}
a::-moz-focus-inner {
  border: 0;
}
blockquote {
  background: #FEEFE5 url('../images/icons/bg-quote.svg') no-repeat left top;
  padding: 50px 30px 50px 50px;
  margin: 25px 0 40px;
  display: flex;
  align-items: center;
}
blockquote,
blockquote p,
blockquote cite {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #1F2538;
  border: none;
}
blockquote figure {
  min-width: 170px;
  margin: 0 0px 0 55px;
}
blockquote figure img {
  border-radius: 50%;
}
blockquote figure figcaption {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #888C98;
  padding: 0;
  margin: 5px 0 0;
}
blockquote figure figcaption strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  color: #1F2538;
  margin-bottom: 5px;
  display: block;
}
@media only screen and (max-width: 767px) {
  blockquote {
    display: block;
  }
  blockquote figure {
    display: flex;
    align-items: center;
    margin: 0!important;
  }
  blockquote figure img {
    width: 78px!important;
    height: 78px;
    border-radius: 50%;
    margin-right: 15px;
  }
}
ul li,
ol li {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.container {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1396px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
@media only screen and (max-width: 767px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row > * {
  flex: 0 0 auto;
  padding-bottom: 24px;
}
.row > *.no-padding-bottom {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .row > * {
    padding-bottom: 0;
  }
}
[class*="col-xs"],
[class*="col-sm"],
[class*="col-md"],
[class*="col-lg"] {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  [class*="col-xs"],
  [class*="col-sm"],
  [class*="col-md"],
  [class*="col-lg"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col-xs-1 {
  width: 8.33%;
}
.col-xs-2 {
  width: 16.66%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33%;
}
.col-xs-5 {
  width: 41.66%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33%;
}
.col-xs-8 {
  width: 66.66%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33%;
}
.col-xs-11 {
  width: 91.66%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-23 {
  width: 26%;
}
.col-xs-24 {
  width: 37%;
}
.col-xs-27 {
  width: 63%;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91.66%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-23 {
    width: 26%;
  }
  .col-sm-24 {
    width: 37%;
  }
  .col-sm-27 {
    width: 63%;
  }
}
@media only screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91.66%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-23 {
    width: 26%;
  }
  .col-md-24 {
    width: 37%;
  }
  .col-md-27 {
    width: 63%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-23 {
    width: 26%;
  }
  .col-lg-24 {
    width: 37%;
  }
  .col-lg-27 {
    width: 63%;
  }
  .hidden-lg {
    display: none !important;
  }
}
.text-right {
  text-align: right;
}
@media (min-width: 992px) {
  .text-right--md {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-right {
    text-align: left;
  }
}
.clearfix {
  display: block;
  clear: both;
}
.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
header {
  position: relative;
  z-index: 9999;
}
header .row > div {
  padding-bottom: 0;
}
header .logo {
  width: 184px;
  display: block;
}
header .top-navbar {
  padding: 13px 0;
  font-weight: 600;
  font-size: 11px;
}
header .top-navbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .top-navbar ul li {
  margin: 0 30px;
}
@media only screen and (max-width: 991px) {
  header .top-navbar ul li {
    margin: 0 10px;
  }
}
header ul {
  list-style-type: none;
}
header ul li a:hover {
  text-decoration: none;
}
header .login-links a {
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
  margin-left: 30px;
}
header .login-links a i {
  margin-right: 10px;
  color: #C1C3CD;
  font-size: 13px;
}
header .login-links a:hover i {
  color: #005CFF;
}
header .login-links a:first-child {
  margin-right: 0;
}
header .login-links a img {
  display: inline-block;
  vertical-align: middle;
}
header .navbar {
  background: #fff;
  height: 50px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) {
  header .navbar .main-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
  }
  header .navbar .main-menu ul li {
    margin: 0 7px;
    white-space: nowrap;
  }
  header .navbar .main-menu ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 4px solid #fff;
  }
  header .navbar .main-menu ul li.active > a,
  header .navbar .main-menu ul li:hover > a {
    color: #005CFF;
    border-color: #1F2538;
  }
}
@media only screen and (min-width: 992px) {
  header .navbar .main-menu ul {
    font-size: 11px;
  }
  header .navbar .main-menu ul li {
    margin: 0 9px;
  }
}
@media only screen and (min-width: 1130px) {
  header .navbar .main-menu ul {
    font-size: 13px;
  }
  header .navbar .main-menu ul li {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar .main-menu ul li {
    margin: 0 17px;
  }
}
@media only screen and (min-width: 1350px) {
  header .navbar .main-menu ul li {
    margin: 0 15px;
  }
}
header .navbar .search-bar {
  position: relative;
}
header .navbar .search-bar .search-icon {
  width: 50px;
  height: 50px;
  background: #1F2538;
  line-height: 65px;
  text-align: center;
  display: inline-block;
  z-index: 1;
  position: relative;
}
header .navbar .search-bar .search-icon i {
  color: #fff;
}
header .navbar .search-bar .search-icon:hover {
  background: #005CFF;
}
header .navbar .search-bar .search-icon:hover i {
  color: #fff;
}
header .navbar .search-bar .search-icon:hover svg path {
  fill: #fff;
}
header .navbar .search-bar .search-container {
  visibility: hidden;
  position: absolute;
  top: -1px;
  right: 40px;
  width: 0;
  transition: all 1s ease;
}
header .navbar .search-bar .search-container form input[type=search] {
  display: inline-block;
  width: 100%;
  height: 52px;
  background-color: #fff;
  border: 1px solid #C1C3CD;
  padding: 0 20px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
  color: #1F2538;
}
header .navbar .search-bar .search-container form input[type=search]::placeholder {
  font-family: 'Montserrat', sans-serif;
}
header .navbar .search-bar.search-open .search-container {
  visibility: visible;
  width: 400px;
}
header .navbar .navbar-toggle i {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  header .navbar-submenu-overlay {
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    transition: all 1s ease;
    height: 0;
    visibility: hidden;
    z-index: -1;
    border-bottom: 1px solid #C1C3CD;
    overflow: hidden;
  }
  header.submenu-open .navbar-submenu-overlay {
    visibility: visible;
    height: 200px;
    z-index: 2;
  }
  header.submenu-open .main-menu ul ul {
    height: 200px;
    visibility: visible;
    z-index: 3;
  }
}
@media only screen and (max-width: 991px) {
  header .main-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 10;
    transition: all 0.3s ease;
  }
  header .main-menu ul li {
    border-bottom: 1px solid #EAF0F5;
    font-family: 'Geologica', serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  header .main-menu ul li a {
    padding: 18px 15px 18px 70px;
    display: block;
  }
  header .main-menu ul li.has-children {
    position: relative;
  }
  header .main-menu ul li.has-children:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Free', sans-serif;
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
  header .main-menu ul li.has-children.open:before {
    content: "\f077";
  }
  header .main-menu ul ul {
    display: none;
    column-count: 2;
    padding-bottom: 20px;
  }
  header .main-menu ul ul li {
    font-size: 11px;
    font-weight: 600;
    text-transform: none;
    border: none;
    margin-bottom: 18px;
  }
  header .main-menu ul ul li a {
    padding: 0;
  }
  header .navbar-toggle .close {
    display: none;
  }
  header.submenu-open .main-menu {
    display: block;
  }
  header.submenu-open .navbar-toggle .close {
    display: block;
  }
  header.submenu-open .navbar-toggle .open {
    display: none;
  }
  header .login-links {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  header .login-links a {
    margin-left: 15px;
  }
  header .login-links a i {
    font-size: 20px;
    margin: 0;
  }
  header .login-links a:first-child {
    margin: 0;
  }
  header .mobile-search {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.3s ease;
    padding: 0px;
    margin-top: -50px;
  }
  header .mobile-search form {
    position: relative;
  }
  header .mobile-search form input[type=search] {
    display: inline-block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: none;
    padding: 0 70px 0 20px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 50px;
    color: #1F2538;
  }
  header .mobile-search form input[type=search]::placeholder {
    font-family: 'Montserrat', sans-serif;
  }
  header .mobile-search form input[type=search]:focus {
    outline: none;
  }
  header .mobile-search form button {
    width: 50px;
    height: 50px;
    background: #1F2538;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
  }
  header .mobile-search form button i {
    color: #fff;
  }
  header .mobile-search form button:hover {
    background: #005CFF;
  }
  header .mobile-search form button:hover i {
    color: #fff;
  }
  header .mobile-header {
    width: 100%;
    margin-bottom: 26px;
  }
  header .mobile-header .container {
    background: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  header .mobile-header .logo {
    height: 50px;
  }
  header .mobile-header .row {
    align-items: center;
  }
  header .mobile-header i {
    font-size: 25px;
  }
  header .mobile-header .search-button .close {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 65px;
    text-align: center;
  }
  header .mobile-header.search-open .mobile-search {
    height: auto;
    visibility: visible;
    background-color: #F4F4F4;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
    margin-top: 0;
  }
  header .mobile-header.search-open .search-button .close {
    display: block;
  }
  header .mobile-header.search-open .search-button .open {
    display: none;
  }
}
@media only screen and (max-width: 991px) and only screen and (max-width: 767px) {
  header .mobile-header .logo {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  header .main-menu ul li a {
    padding: 30px 15px 30px 40px;
  }
  header .mobile-header {
    position: fixed;
    padding-bottom: 26px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
    margin: 0;
    background: #F4F4F4;
  }
}
@media only screen and (min-width: 768px) {
  header .mobile-header .search-button .open {
    width: 50px;
    height: 50px;
    background: #1F2538;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    z-index: 1;
    position: relative;
  }
  header .mobile-header .search-button .open svg path {
    fill: #fff;
  }
}
.box-theme-day {
  background: #fff;
  padding: 11px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 24px;
}
.box-theme-day span {
  margin-right: 48px;
}
@media only screen and (max-width: 991px) {
  .box-theme-day span {
    margin: 0;
    display: block;
    margin-bottom: 3px;
  }
}
.news-line {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  padding: 11px 15px 11px 90px;
  min-height: 60px;
}
.news-line:before {
  content: "";
  background: #FFC600 url('../images/icons/news.png') no-repeat center 18px;
  width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.news-line.telegram:before {
  background: #FFC600 url('../images/icons/telegram.png') no-repeat center;
}
.news-line.googlenews:before {
  background: #FFC600 url('../images/icons/googlenews.png') no-repeat center;
}
.news-line:hover {
  color: #888C98;
}
.news-line:hover:before {
  background-color: #005CFF;
}
.news-line h2 {
  margin: 0;
}
.digest-box a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  padding: 20px 0;
  border-top: 1px solid #C1C3CD;
  display: block;
}
.digest-box a:first-child {
  border: none;
}
.digest-box a .date {
  margin-bottom: 10px;
}
.digest-box a:hover {
  color: #888C98;
}
.title-box {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}
.title-box h2 {
  margin: 0;
}
.title-box a {
  margin-left: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  color: #005CFF;
}
.title-box a:hover {
  color: #1F2538;
}
.headline-box .col-xs-12 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .headline-box .col-xs-12 {
    display: block;
  }
  .headline-box .col-xs-12 h1:last-child {
    margin-bottom: 0;
  }
}
.headline-box a {
  margin-left: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  color: #005CFF;
}
.headline-box a:hover {
  color: #1F2538;
}
@media only screen and (max-width: 767px) {
  .headline-box {
    padding: 20px 20px 20px;
  }
}
.headline-box .info {
  padding-top: 25px;
  padding-bottom: 40px;
}
.headline-box .info.top {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.headline-box .info .name {
  display: flex;
  align-items: center;
}
.headline-box .info .name img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .headline-box .info {
    padding-bottom: 20px;
  }
}
.headline-box.bg-paper {
  padding: 30px;
  padding-bottom: 0;
  background: #FEEFE5;
}
.headline-box.bg-paper .info:not(.top) {
  padding-bottom: 30px;
}
.post-item,
.box-item {
  text-decoration: none;
  border-top: 4px solid #1F2538;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.post-item .img,
.box-item .img {
  line-height: 0;
  display: block;
}
.post-item .img img,
.box-item .img img {
  width: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.post-item .img.height-auto img,
.box-item .img.height-auto img {
  height: auto;
}
.post-item p,
.box-item p {
  padding: 0;
}
.post-item span,
.box-item span {
  display: flex;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
}
.post-item span.date,
.box-item span.date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 15px;
}
.post-item span.date i,
.box-item span.date i {
  font-style: normal;
}
.post-item span.right,
.box-item span.right {
  float: none;
  justify-content: flex-end;
}
.post-item .inner,
.box-item .inner {
  padding: 15px 20px;
  position: relative;
}
.post-item .inner h1:hover a,
.box-item .inner h1:hover a {
  color: #888C98;
}
.post-item .inner .post-item-title,
.box-item .inner .post-item-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 20px;
}
.post-item .inner .post-item-title:hover a,
.box-item .inner .post-item-title:hover a {
  color: #888C98;
}
.post-item .read,
.box-item .read {
  margin-top: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  padding: 15px 20px 20px;
  display: block;
}
.post-item .read i,
.box-item .read i {
  float: right;
  margin-top: 2px;
}
.post-item.two-columns,
.box-item.two-columns {
  border: none;
  height: auto;
}
.post-item.two-columns .inner,
.box-item.two-columns .inner {
  border-top: 4px solid #1F2538;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .post-item.two-columns .inner,
  .box-item.two-columns .inner {
    padding-left: 20px;
  }
}
.post-item.two-columns .read,
.box-item.two-columns .read {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .post-item.two-columns .read,
  .box-item.two-columns .read {
    padding-left: 20px;
  }
}
.post-item.two-columns .row > div,
.box-item.two-columns .row > div {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.post-item.two-columns .img,
.box-item.two-columns .img {
  height: 100%;
}
.post-item.two-columns .img img,
.box-item.two-columns .img img {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .post-item.two-columns.table .inner,
  .box-item.two-columns.table .inner {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .post-item.two-columns.table .read,
  .box-item.two-columns.table .read {
    padding-left: 20px;
  }
}
.post-item .title-box,
.box-item .title-box {
  padding: 0;
  padding-bottom: 30px;
}
.post-item .tags,
.box-item .tags {
  margin: 0;
}
.post-item .tags a,
.box-item .tags a {
  background: #F4F4F4;
}
.post-item.bg-paper,
.box-item.bg-paper {
  background: #FEEFE5;
}
.article-item {
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
}
.article-item > .row > div {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.article-item .img {
  border-top: 4px solid #1F2538;
  line-height: 0;
  display: block;
  height: 100%;
}
.article-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.article-item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding-bottom: 15px;
  padding: 0;
}
.article-item span {
  display: flex;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
}
.article-item span.date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 15px;
}
.article-item span.date i {
  font-style: normal;
}
.article-item span.date img {
  margin-right: 20px;
}
.article-item span.right {
  float: none;
  justify-content: flex-end;
}
.article-item .inner {
  padding: 20px 30px 30px 5px;
  position: relative;
}
.article-item .inner h1:hover a {
  color: #888C98;
}
.article-item .inner .post-item-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 10px;
}
.article-item .inner .post-item-title:hover a {
  color: #888C98;
}
@media only screen and (max-width: 767px) {
  .article-item .inner {
    padding: 15px 20px;
  }
}
.article-item .read {
  margin-top: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  padding: 15px 20px 20px 5px;
  display: block;
}
.article-item .read i {
  float: right;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .article-item .read {
    padding: 15px 20px 20px 20px;
  }
}
.article-item .title-box {
  padding: 0;
  padding-bottom: 30px;
}
.article-item.bg-paper {
  background: #FEEFE5;
}
.article-item.custom-width .inner {
  padding: 15px 20px 15px 0;
}
@media only screen and (max-width: 767px) {
  .article-item.custom-width .inner {
    padding: 15px 20px;
  }
}
.article-item.custom-width .read {
  padding: 15px 20px 20px 0px;
}
@media only screen and (max-width: 767px) {
  .article-item.custom-width .read {
    padding: 15px 20px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .article-item.custom-width > .row > div:first-child {
    width: 38%;
  }
  .article-item.custom-width > .row > div:last-child {
    width: 62%;
  }
}
.author-item {
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
}
.author-item > .row > div {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.author-item .img {
  border-top: 4px solid #1F2538;
  line-height: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
}
.author-item .img img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.author-item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  padding: 0;
  color: #888C98;
}
.author-item p.large {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding-bottom: 15px;
  color: #1F2538;
  padding: 5px 0 0;
}
.author-item .inner {
  padding: 30px 30px 30px 5px;
  position: relative;
}
.author-item .inner h1:hover a {
  color: #888C98;
}
.author-item .inner .author-item-title {
  font-family: 'Geologica', serif;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 120%;
}
.author-item .inner .author-item-title:hover a {
  color: #888C98;
}
@media only screen and (max-width: 767px) {
  .author-item .inner {
    padding: 15px 20px;
  }
}
.author-item .link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  margin-top: auto;
  padding: 15px 20px 30px 5px;
}
@media only screen and (max-width: 767px) {
  .author-item .link {
    padding: 15px 20px 30px 20px;
  }
}
.author-item.bg-paper {
  background: #FEEFE5;
}
.last-news {
  padding: 25px 20px 20px;
  background: #fff;
}
.last-news h2 {
  margin-bottom: 5px;
  margin-left: 55px;
}
.last-news .post-item {
  margin-left: 55px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding-bottom: 15px;
  position: relative;
  padding: 20px 0;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #C1C3CD;
}
.last-news .post-item p {
  margin: 0;
  padding: 0;
}
.last-news .post-item .date {
  position: absolute;
  left: -55px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  justify-content: flex-start;
}
.last-news .post-item:hover {
  color: #888C98;
}
.last-news .post-item.photo:before,
.last-news .post-item.video:before {
  background: url('../images/icons/photo.svg') no-repeat center;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -55px;
  top: 45px;
}
.last-news .post-item.video:before {
  background: url('../images/icons/video-2.svg') no-repeat center;
}
.last-news .btn {
  margin-left: 55px;
  margin-top: 30px;
  width: auto;
}
.last-news.border-first-three-posts .post-item:nth-of-type(1),
.last-news.border-first-three-posts .post-item:nth-of-type(2),
.last-news.border-first-three-posts .post-item:nth-of-type(3) {
  border-bottom: 4px solid #1F2538;
}
.banner {
  background: #EAF0F5;
  height: 200px;
  display: block;
  margin: auto;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.h-350 {
  height: 350px;
}
.banner.h-250 {
  height: 250px;
}
.banner.h-365 {
  height: 365px;
}
.banner.b-970x250 {
  width: 100%;
  max-width: 970px;
  height: 250px;
}
.banner a {
  width: 100%;
  height: 100%;
  display: block;
}
.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  border: 4px solid #FFC600;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  color: #1F2538;
  line-height: 42px;
  padding: 0;
}
.btn:hover {
  color: #1F2538;
  background: #FFC600;
}
.btn.grey {
  border-color: #C1C3CD;
}
.btn.grey:hover {
  background: #C1C3CD;
}
.load-more-posts {
  text-align: center;
  margin: 44px 0 0px;
}
.load-more-posts .btn {
  display: inline-block;
  max-width: 245px;
}
#content .social-icons ul {
  list-style: none;
  display: flex;
  margin-bottom: 40px;
}
#content .social-icons ul li {
  width: 30%;
  text-align: center;
}
#content .social-icons ul li a {
  font-size: 25px;
  margin-right: 65px;
  margin-bottom: 10px;
}
#content .social-icons ul li a:last-child {
  margin-right: 0;
}
#content .social-icons ul li:first-child {
  text-align: left;
  width: 20%;
}
#content .social-icons ul li:last-child {
  text-align: right;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  #content .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.read-more {
  margin-top: 55px;
}
.read-more h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .read-more h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .read-more {
    margin-top: 20px;
  }
  .read-more h2 {
    text-align: center;
  }
}
.tags {
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.tags h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px;
}
.tags a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  padding: 6px 10px;
  display: inline-block;
  background: #fff;
  color: #1F2538;
  margin-right: 15px;
  margin-top: 15px;
}
.tags a:hover {
  color: #888C98;
}
.link {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  font-family: 'Geologica', serif;
  display: flex;
  align-items: center;
  color: #1F2538;
  text-decoration: none;
}
.link i {
  margin-right: 10px;
  color: #F00;
}
.date {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.date i {
  margin-right: 10px;
  font-size: 20px;
}
.date img {
  margin-right: 20px;
}
.more-articles {
  background: #fff;
  padding: 35px 40px;
  position: relative;
  margin-top: 16px;
}
.more-articles:before {
  width: 250px;
  height: 4px;
  background: #1F2538;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .more-articles:before {
    width: 100%;
  }
}
.more-articles p {
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.more-articles .cat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  display: block;
  margin-bottom: 10px;
}
.more-articles a {
  border-top: 1px solid #C1C3CD;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  padding: 20px 30px 20px 0;
  display: block;
}
.more-articles a:first-child {
  border: none;
}
.more-articles a:last-child {
  padding-bottom: 0;
}
.more-articles a:hover {
  color: #888C98;
}
@media only screen and (max-width: 767px) {
  .more-articles {
    padding: 30px 20px;
  }
}
.info {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
}
.info .date {
  font-size: 12px;
  font-weight: 600;
}
.info .date i {
  color: #888C98;
}
.info .right {
  float: none;
  margin: 0;
  margin-left: auto;
}
.info .cat * {
  margin-right: 20px;
}
.info i {
  font-style: normal;
}
.article-content {
  padding-bottom: 50px;
}
.article-content img {
  width: 100%;
  height: auto !important;
}
.article-content.border {
  border-top: 4px solid #1F2538;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .article-content.border {
    padding-bottom: 40px;
    margin: 0 20px;
  }
  .article-content.border + .more-articles {
    margin-left: 20px;
    margin-right: 20px;
    padding: 25px 0px;
  }
}
.article-content h1 {
  margin-bottom: 25px;
}
.article-content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  padding-bottom: 15px;
}
.article-content p a {
  color: #005CFF;
  text-decoration: none;
}
.article-content p a:hover {
  text-decoration: underline;
}
.article-content p a:visited {
  color: #996FF2;
}
.article-content blockquote p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
.article-content blockquote img {
  width: auto;
}
.article-content hr {
  width: 100%;
  height: 1px;
  background: #C1C3CD;
  position: relative;
  margin: 30px 0 10px;
  overflow: visible;
}
.article-content hr:before {
  width: 250px;
  height: 4px;
  background: #F00;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-content .info {
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .article-content .info {
    margin-bottom: 30px;
  }
}
.article-content .info.top {
  margin: 0 0 20px;
}
.article-content figure {
  margin-bottom: 30px;
}
.group {
  align-items: center;
  margin-bottom: -25px;
}
.group h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .group {
    align-items: flex-start;
  }
}
.group .row > div {
  padding-bottom: 20px;
}
.share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.share strong {
  margin-bottom: 40px;
}
.share ul li {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .share {
    justify-content: flex-start;
  }
}
.author {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  max-width: 750px;
}
.author .avatar {
  min-width: 55px;
  margin-right: 30px;
}
.author .avatar img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.author h3 {
  margin-bottom: 5px;
}
.author p {
  color: #888C98;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.circular-image {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  overflow: hidden;
}
.circular-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-info {
  background: #EAF0F5;
  padding: 24px 20px 28px;
  margin-bottom: 50px;
}
.contact-info p {
  margin-top: 20px;
}
.contact-info p:first-child {
  margin-top: 0;
}
.contact-info a {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.contact-info i {
  display: inline-block;
  vertical-align: middle;
}
#content ul {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-left: 30px;
  margin-bottom: 15px;
}
#content ul li::marker {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  #content {
    background: #fff;
    margin-top: 76px;
  }
}
#content .carousel {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
#content .carousel .post-item .read {
  margin-top: 0;
}
#content .button-container {
  display: flex;
  position: absolute;
  bottom: 0;
  margin-right: 11px;
  right: 50%;
}
#content .button-container .prev,
#content .button-container .next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #1F2538;
  right: 50%;
  font-size: 18px;
  cursor: pointer;
}
#content .button-container .prev:hover,
#content .button-container .next:hover {
  color: #005CFF;
}
#content .slick-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
#content .slick-slider .slick-track .slick-slide {
  height: inherit !important;
}
#content .slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  margin: 0;
  margin-left: 12px;
  left: 50%;
  line-height: 40px;
}
#content .slick-slider .slick-dots li {
  list-style: none;
  margin: 5px;
}
#content .slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C1C3CD;
  border: none;
  overflow: hidden;
  text-indent: -99px;
  cursor: pointer;
}
#content .slick-slider .slick-dots li.slick-active button {
  background: #1F2538;
}
#content .large-image .button-container {
  right: 41.6%;
}
#content .large-image .slick-dots {
  left: 58.33%;
}
#content .large-image .slick-dots li.slick-active button {
  background: #FFC600;
}
#content .digest {
  margin-bottom: 5px;
}
#content .digest .digest-box {
  margin-bottom: 10px;
}
#content .digest .button-container {
  position: static;
  width: 100%;
}
#content .digest .button-container .prev,
#content .digest .button-container .next {
  width: 32px;
  height: 32px;
  line-height: 32px;
  z-index: 10;
}
#content .digest .button-container .next {
  margin-left: auto;
}
#content .digest .slick-dots {
  left: 0;
  margin: 0;
  width: 100%;
  bottom: -32px;
  line-height: 25px;
}
#content .digest .slick-dots li {
  margin: 5px 10px;
}
.align-bottom {
  display: flex;
  flex-direction: column;
}
.align-bottom > *:last-child {
  margin-top: auto;
}
.map {
  margin: 24px 0;
}
.map img,
.map iframe {
  width: 100%;
}
.bg-light-greay {
  background-color: #F4F4F4;
}
#content .menu-line {
  display: flex ;
  align-items: center;
  justify-content: stretch;
  background: #FFC600;
  padding: 20px 0px 20px 20px;
  margin: 0;
  list-style: none;
}
#content .menu-line li {
  width: 25%;
  text-align: center;
}
#content .menu-line a {
  color: #1F2538;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .table-bg-paper {
    background-color: #FEEFE5;
  }
  .table-bg-paper .title-box {
    background-color: #FEEFE5;
    padding-bottom: 5px;
  }
  .table-bg-paper .next,
  .table-bg-paper .prev {
    background-color: #FEEFE5 !important;
  }
  #content .table.carousel {
    margin-bottom: 0;
  }
  #content .table.carousel .post-item.two-columns .img {
    height: 250px;
  }
  #content .table.carousel .post-item.two-columns .inner {
    padding-left: 20px;
    border: none;
  }
  #content .table.carousel .post-item.two-columns .read {
    padding-left: 20px;
  }
  #content .table.carousel .button-container {
    bottom: auto;
    top: 200px;
    width: 100%;
    right: 0;
    margin: 0;
  }
  #content .table.carousel .button-container .next {
    margin-left: auto;
    z-index: 11;
  }
  #content .table.carousel .slick-slider .slick-dots {
    top: 215px;
    left: 0;
    width: 100%;
    margin: 0;
    bottom: auto;
    line-height: 10px;
    z-index: 10;
  }
  #content .table.carousel .slick-slider .slick-dots li.slick-active button {
    background-color: #FFC600;
  }
  .post-item .read {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
  .map {
    margin: 24px -20px;
  }
  .author-item,
  .article-item {
    margin-bottom: 0;
  }
  .author-item {
    text-align: center;
  }
  .author-item .link {
    margin: auto;
    padding-top: 0;
  }
  .author-item .link svg {
    display: none;
  }
  .load-more-posts {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mobile-padding {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mobile-padding figure,
  .mobile-padding blockquote {
    margin-right: -20px;
    margin-left: -20px;
  }
  .mobile-padding figure figcaption,
  .mobile-padding blockquote figcaption {
    padding-left: 20px;
  }
  .tags {
    margin-bottom: 30px;
  }
  .news-line {
    margin-bottom: 24px;
  }
  #content .carousel {
    margin-bottom: 0;
  }
  #content .carousel .post-item.two-columns .img {
    height: 250px;
  }
  #content .carousel .button-container {
    bottom: auto;
    top: 200px;
    width: 100%;
    right: 0;
    margin: 0;
  }
  #content .carousel .button-container .next {
    margin-left: auto;
  }
  #content .carousel .slick-slider .slick-dots {
    top: 260px;
    left: 0;
    width: 100%;
    margin: 0;
    bottom: auto;
    line-height: 10px;
  }
  #content .carousel.digest .slick-slider .slick-dots {
    bottom: -20px;
    top: auto;
    left: 0;
    width: 100%;
    margin: 0;
    line-height: 10px;
  }
  .mobile-margin {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.box-404 {
  display: flex;
  flex-direction: column;
  height: 380px;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 20px;
}
.box-404 img {
  margin-bottom: 10px;
}
.box-404 p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.box-search {
  padding-top: 10px;
  padding-bottom: 100px;
}
.box-search h2 {
  font-size: 32px;
  margin-bottom: 60px;
}
.box-search p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  padding-top: 30px;
  padding-bottom: 35px;
}
.box-search form {
  position: relative;
}
.box-search form input[type=search] {
  display: inline-block;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: none;
  padding: 0 170px 0 20px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
  color: #1F2538;
}
.box-search form input[type=search]::placeholder {
  font-family: 'Montserrat', sans-serif;
}
.box-search form input[type=search]:focus {
  outline: none;
}
.box-search form button {
  width: 150px;
  height: 50px;
  background: #1F2538;
  line-height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  color: #fff;
  font-size: 13px;
  font-family: 'Geologica', serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.box-search form button svg {
  margin-left: 10px;
}
.box-search form button:hover {
  background: #005CFF;
}
@media only screen and (max-width: 767px) {
  .box-search {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-search form input[type=search] {
    background: #F4F4F4;
  }
  .box-search form button {
    width: 50px;
  }
  .box-search form button svg {
    margin: 0;
  }
}
.box-news {
  padding-top: 35px;
  padding-bottom: 50px;
}
.box-news h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .box-news h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.search-results {
  padding-bottom: 50px;
}
footer {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 12px;
  font-weight: 600;
  color: #1F2538;
}
footer p,
footer a,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: inherit;
  text-decoration: none;
}
footer a:hover {
  color: #005CFF;
}
footer p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
footer ul {
  list-style: none;
  column-count: 3;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (max-width: 991px) {
  footer ul li {
    margin-bottom: 30px;
  }
}
footer .row > div {
  padding-bottom: 0;
}
footer .align-bottom-last-el {
  display: flex;
  flex-direction: column;
  padding-left: 70px;
}
footer .align-bottom-last-el > *:last-child {
  margin-top: auto;
}
footer .align-bottom-last-el a {
  text-decoration: underline;
}
footer .align-bottom-last-el a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  footer .align-bottom-last-el {
    padding-left: 15px;
  }
}
footer .logo {
  max-width: 170px;
  display: inline-block;
  margin-bottom: 30px;
}
footer .copyright {
  max-width: 130px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  padding: 15px 0;
  margin-top: auto;
  color: #888C98;
}
footer .social-icons {
  max-width: 205px;
}
footer .social-icons ul {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}
footer .social-icons ul li {
  width: 33.333%;
  text-align: center;
}
footer .social-icons ul li a {
  font-size: 25px;
  margin-right: 65px;
  margin-bottom: 10px;
}
footer .social-icons ul li a:last-child {
  margin-right: 0;
}
footer .social-icons ul li:first-child {
  text-align: left;
}
footer .social-icons ul li:last-child {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  footer {
    max-width: 80%;
    margin: auto;
    background: transparent;
    text-align: center;
  }
  footer .menu ul {
    column-count: 2;
    width: 310px;
    margin: auto;
    padding-left: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  footer .menu ul li {
    text-align: left;
  }
  footer .social-icons {
    max-width: 100%;
  }
  footer .social-icons ul {
    margin-left: auto;
    width: 209px;
    margin-right: auto;
  }
  footer .copyright {
    max-width: 100%;
  }
  footer .copyright br {
    display: none;
  }
}
