@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/proxima-nova/ProximaNova-Bold.eot");
  src: url("../fonts/proxima-nova/ProximaNova-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/proxima-nova/ProximaNova-Bold.woff") format('woff'), url("../fonts/proxima-nova/ProximaNova-Bold.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/proxima-nova/ProximaNova-Semibold.eot");
  src: url("../fonts/proxima-nova/ProximaNova-Semibold.eot?#iefix") format('embedded-opentype'), url("../fonts/proxima-nova/ProximaNova-Semibold.woff") format('woff'), url("../fonts/proxima-nova/ProximaNova-Semibold.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/proxima-nova/ProximaNova-Regular.eot");
  src: url("../fonts/proxima-nova/ProximaNova-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/proxima-nova/ProximaNova-Regular.woff") format('woff'), url("../fonts/proxima-nova/ProximaNova-Regular.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Baskerville";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/baskerville/Baskerville-Bold.eot");
  src: url("../fonts/baskerville/Baskerville-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/baskerville/Baskerville-Bold.woff") format('woff'), url("../fonts/baskerville/Baskerville-Bold.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Baskerville";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/baskerville/BaskervilleBold.eot");
  src: url("../fonts/baskerville/BaskervilleBold.eot?#iefix") format('embedded-opentype'), url("../fonts/baskerville/BaskervilleBold.woff") format('woff'), url("../fonts/baskerville/BaskervilleBold.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Baskerville";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/baskerville/Baskerville-Normal.eot");
  src: url("../fonts/baskerville/Baskerville-Normal.eot?#iefix") format('embedded-opentype'), url("../fonts/baskerville/Baskerville-Normal.woff") format('woff'), url("../fonts/baskerville/Baskerville-Normal.ttf") format('truetype');
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 600px;
  }
}
td {
  vertical-align: top;
}
label .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #023568;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #02284f;
}
::-webkit-scrollbar-thumb:active {
  background: #02284f;
}
html {
  font: 400 18px/1.5714 'Proxima Nova', sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: rgba(51, 51, 51, 0.6);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
p {
  margin-bottom: 32px;
  line-height: 1.67;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  p {
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  padding: 0 20px;
  font-family: 'Proxima Nova';
  font-size: 14px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #023568;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .submit {
  display: inline-block;
  line-height: 1.5;
  padding: 17px 36px;
  font-size: 16px;
  border-radius: 10px;
  background: #2586C7;
  color: #fff;
  font-family: 'Proxima Nova';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn, .submit {
    padding: 10px 20px;
  }
}
.btn:hover, .submit:hover {
  background: #6eb5e4;
}
h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Baskerville';
  line-height: 1.15;
  color: #023568;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
h2, h3, .top .top-blocks-box h1, .focus-block .focus-left h4 strong, .focus-block .focus-left .single-post-wrapper aside .aside-title strong, .single-post-wrapper aside .focus-block .focus-left .aside-title strong, .focus-block .focus-left .news-posts .post-item .info .title strong, .news-posts .post-item .info .focus-block .focus-left .title strong, .focus-block .focus-left .icon-list-box .items .item .item-title strong, .icon-list-box .items .item .focus-block .focus-left .item-title strong, .focus-block .focus-left .top-blocks .top-blocks-items .top-block-item .item-title strong, .top-blocks .top-blocks-items .top-block-item .focus-block .focus-left .item-title strong, .numbered-list-box .list .number {
  font-size: 39px;
  line-height: 1.05;
  font-family: 'Baskerville';
  color: #023568;
  font-weight: 600;
  letter-spacing: -0.035em;
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  h2, h3, .top .top-blocks-box h1, .focus-block .focus-left h4 strong, .focus-block .focus-left .single-post-wrapper aside .aside-title strong, .single-post-wrapper aside .focus-block .focus-left .aside-title strong, .focus-block .focus-left .news-posts .post-item .info .title strong, .news-posts .post-item .info .focus-block .focus-left .title strong, .focus-block .focus-left .icon-list-box .items .item .item-title strong, .icon-list-box .items .item .focus-block .focus-left .item-title strong, .focus-block .focus-left .top-blocks .top-blocks-items .top-block-item .item-title strong, .top-blocks .top-blocks-items .top-block-item .focus-block .focus-left .item-title strong, .numbered-list-box .list .number {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  h2, h3, .top .top-blocks-box h1, .focus-block .focus-left h4 strong, .focus-block .focus-left .single-post-wrapper aside .aside-title strong, .single-post-wrapper aside .focus-block .focus-left .aside-title strong, .focus-block .focus-left .news-posts .post-item .info .title strong, .news-posts .post-item .info .focus-block .focus-left .title strong, .focus-block .focus-left .icon-list-box .items .item .item-title strong, .icon-list-box .items .item .focus-block .focus-left .item-title strong, .focus-block .focus-left .top-blocks .top-blocks-items .top-block-item .item-title strong, .top-blocks .top-blocks-items .top-block-item .focus-block .focus-left .item-title strong, .numbered-list-box .list .number {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
h4, .single-post-wrapper aside .aside-title, .news-posts .post-item .info .title, .icon-list-box .items .item .item-title, .top-blocks .top-blocks-items .top-block-item .item-title {
  font-size: 24px;
  line-height: 1.04;
  color: #023568;
  font-family: 'Baskerville';
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  h4, .single-post-wrapper aside .aside-title, .news-posts .post-item .info .title, .icon-list-box .items .item .item-title, .top-blocks .top-blocks-items .top-block-item .item-title {
    font-size: 20px;
  }
}
h5, .post .title, .single-post-wrapper aside .title, .leadership-block .leadership-person-block .leadership-person-name, header .top-header .phone-wrapper, .numbered-list-box .list .title {
  font-size: 20px;
  line-height: 1.2;
  color: #023568;
  font-family: 'Baskerville';
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  h5, .post .title, .single-post-wrapper aside .title, .leadership-block .leadership-person-block .leadership-person-name, header .top-header .phone-wrapper, .numbered-list-box .list .title {
    font-size: 18px;
  }
}
.container {
  margin: 0 auto;
  width: 1220px;
  max-width: 94%;
  position: relative;
}
.text ul {
  margin: 0 0 20px 15px;
}
.text ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #023568;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.8333333333rem;
  left: 0;
}
.text ul li a:not(.btn) {
  color: #023568;
}
.text ul li a:not(.btn):hover {
  color: #0468cc;
}
.text p > a:not(.btn) {
  color: #023568;
}
.text p > a:not(.btn):hover {
  color: #0468cc;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Proxima Nova';
  height: 100%;
  line-height: 50px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Proxima Nova';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
.main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
  text-align: right;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 600;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
}
.main-menu > ul > li > a:hover {
  background: #023568;
  color: #fff;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  text-align: left;
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #023568;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #011c36;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: #011c36;
}
.main-menu .menu-item-has-children:hover > a {
  background: #023568;
  color: #fff;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 8px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #023568;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #023568;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #023568;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover {
  color: #023568;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-2 > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.space-external {
  margin: 90px 0;
}
@media (max-width: 1366px) {
  .space-external {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space-external {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .space-external {
    margin: 25px 0;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
footer {
  background: #023568;
  padding: 90px 0 50px;
  color: #fff;
}
@media (max-width: 1024px) {
  footer {
    padding: 60px 0 40px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 40px 0 10px;
    text-align: center;
  }
}
footer a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer a:hover {
  color: #6eb5e4;
}
@media (max-width: 768px) {
  footer .footer-menu {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
footer .footer-menu ul {
  column-count: 2;
  column-gap: 100px;
}
@media (max-width: 1240px) {
  footer .footer-menu ul {
    column-gap: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu ul {
    column-count: 1;
    column-gap: 15px;
  }
}
footer .left-block {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  footer .left-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  footer .right-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
footer .custom-logo-link {
  margin-bottom: 35px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  footer .custom-logo-link {
    margin-bottom: 15px;
  }
}
footer .custom-logo-link:hover {
  opacity: 0.7;
}
footer p {
  font-size: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  footer p {
    margin-bottom: 10px;
  }
}
footer li {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  footer li {
    margin-bottom: 5px;
  }
}
.contact-content-info {
  padding: 60px 0;
}
@media (max-width: 480px) {
  .contact-content-info {
    padding: 30px 0;
  }
}
.contact-content-info > .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.contact-content-info .left-info {
  -webkit-flex-basis: 38%;
  -moz-flex-basis: 38%;
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  margin-right: 25px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 1024px) {
  .contact-content-info .left-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contact-content-info .left-info iframe {
    width: 100% !important;
  }
}
.contact-content-info .right-info {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex-basis: 58%;
  -moz-flex-basis: 58%;
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
  background: #eee;
  padding: 45px 50px;
}
@media (max-width: 1024px) {
  .contact-content-info .right-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px;
  }
}
.selectric {
  border: 1px solid #000;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 50px;
  height: 50px;
  color: #023568;
  font-family: 'Proxima Nova';
  font-size: 14px;
  margin: 0 40px 0 20px;
}
.selectric .button {
  line-height: 50px;
  height: 50px;
  width: 50px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #023568 transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #000204;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #000204;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  margin-bottom: 0;
  color: #023568;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #023568;
  color: #fff;
}
.breadcrumb {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #3e3e3e;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}
.breadcrumb a {
  color: #4a8997;
}
.breadcrumb a:hover {
  color: #284b53;
}
.pagination {
  font-size: 0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 20px;
  background: transparent;
  margin: 0 10px;
  color: #000;
  border: 1px solid #4a8997;
  padding: 3px 15px;
}
@media (max-width: 480px) {
  .pagination .page-numbers {
    font-size: 15px;
    margin: 0 5px;
  }
}
.pagination .current {
  background: #e3e4e4;
}
.pagination a.page-numbers:hover {
  background: #e3e4e4;
}
.posts-wrapper {
  background: #F6F3F3;
}
.posts-wrapper > .container {
  width: 1560px;
}
.posts-wrapper .blog-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .posts-wrapper .blog-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .posts-wrapper .blog-top {
    display: block;
  }
}
@media (max-width: 480px) {
  .posts-wrapper .blog-top {
    margin-bottom: 10px;
  }
}
.posts-wrapper .blog-top .main-title {
  color: #4a8997;
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 9.5%;
}
@media (max-width: 1366px) {
  .posts-wrapper .blog-top .main-title {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .posts-wrapper .blog-top .main-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .posts-wrapper .blog-top .main-title {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .posts-wrapper .blog-top .main-title {
    font-size: 24px;
  }
}
.posts-wrapper .blog-top .main-title strong {
  font-weight: 700;
}
.posts-wrapper .blog-top .right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .posts-wrapper .blog-top .right-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.posts-wrapper .blog-top .right-wrapper > * {
  max-width: 100%;
  width: 300px;
  margin-right: 15px;
}
@media (max-width: 1366px) {
  .posts-wrapper .blog-top .right-wrapper > * {
    width: 250px;
  }
}
@media (max-width: 1024px) {
  .posts-wrapper .blog-top .right-wrapper > * {
    width: 180px;
  }
}
.posts-wrapper .blog-top .right-wrapper > *:last-child {
  margin-right: 0;
}
.blog-search-form {
  position: relative;
  z-index: 0;
}
.blog-search-form .search-inner-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  background: transparent;
}
.blog-search-form .search-inner-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 12px;
  height: 12px;
  border: 1px solid #023568;
  border-radius: 50%;
}
.blog-search-form .search-inner-btn::after {
  content: '';
  width: 7px;
  height: 1px;
  background: #023568;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 65%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-search-form .search-inner-btn.close::before {
  height: 10px;
  width: 0;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.blog-search-form .search-inner-btn.close::after {
  top: 50%;
  left: 50%;
  height: 2px;
  width: 11px;
}
.blog-search-form .search-inner-btn:hover::before {
  border-color: #0468cc;
}
.blog-search-form .search-inner-btn:hover::after {
  background: #0468cc;
}
.posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.6%;
  width: 101.2%;
}
.posts > * {
  width: 32.1333333333%;
  margin: 0 0.6% 0.8em;
}
@media (max-width: 1024px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .posts > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.post {
  margin-bottom: 55px;
}
@media (max-width: 1366px) {
  .post {
    margin-bottom: 30px;
  }
}
.post .thumb {
  display: block;
  margin-bottom: 50px;
  height: 338px;
}
@media (max-width: 1366px) {
  .post .thumb {
    height: 20vw;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .post .thumb {
    height: 30vw;
  }
}
@media (max-width: 480px) {
  .post .thumb {
    height: 50vw;
  }
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.post .thumb:hover {
  opacity: 0.7;
}
.post .title {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .post .title {
    font-size: 18px;
  }
}
.post .title a {
  color: #54595f;
}
.post .title a:hover {
  color: #242629;
}
.post time {
  font-size: 12px;
  line-height: 1.3;
  color: #000;
}
.single-post-wrapper {
  background: #F6F3F3;
}
@media (max-width: 768px) {
  .single-post-wrapper > .flex {
    display: block;
  }
}
.single-post-wrapper > .container {
  width: 1180px;
}
.single-post-wrapper .top-wrapper {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.single-post-wrapper .top-wrapper .main-title {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 1024px) {
  .single-post-wrapper .top-wrapper .main-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .single-post-wrapper .top-wrapper .main-title {
    font-size: 24px;
  }
}
.single-post-wrapper .top-wrapper .posted {
  font-size: 14px;
  line-height: 1.5;
  color: #adadad;
}
.single-post-wrapper article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-post-wrapper article .thumb {
  display: block;
  margin-bottom: 20px;
}
.single-post-wrapper article p, .single-post-wrapper article li {
  font-size: 16px;
  line-height: 1.8;
  color: #312f30;
  margin-bottom: 10px;
}
.single-post-wrapper article p > a, .single-post-wrapper article li > a {
  color: #4A8997;
}
.single-post-wrapper article p > a:hover, .single-post-wrapper article li > a:hover {
  color: #284b53;
}
.single-post-wrapper aside {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-left: 70px;
}
@media (max-width: 1024px) {
  .single-post-wrapper aside {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .single-post-wrapper aside {
    margin-left: 0;
    margin-top: 30px;
  }
}
.single-post-wrapper aside .blog-search-form {
  margin-bottom: 25px;
}
.single-post-wrapper aside .category-select {
  margin-bottom: 25px;
  display: block;
}
.single-post-wrapper aside .aside-title {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  color: #5d5d5d;
  margin-bottom: 20px;
}
.single-post-wrapper aside .item {
  border-bottom: 1px solid #DDD;
  padding-top: 3px;
  padding-bottom: 12px;
}
.single-post-wrapper aside .title {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0;
}
.single-post-wrapper aside .title a {
  color: #5d5d5d;
}
.single-post-wrapper aside .title a:hover {
  color: #2a2a2a;
}
.single-post-wrapper aside time {
  display: block;
  font-size: 12px;
  line-height: 1.9;
  color: #989898;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #DDDDDD;
  padding-top: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .post-navigation {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.post-navigation [rel="next"], .post-navigation [rel="prev"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .post-navigation [rel="next"], .post-navigation [rel="prev"] {
    display: block;
  }
}
.post-navigation [rel="next"] .text-icon-wrapper, .post-navigation [rel="prev"] .text-icon-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  -webkit-flex-basis: 30px;
  -moz-flex-basis: 30px;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
  fill: #4a8997;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
    width: 30px;
  }
}
.post-navigation [rel="next"] .title, .post-navigation [rel="prev"] .title {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #4a8997;
}
.post-navigation [rel="next"] .post-title, .post-navigation [rel="prev"] .post-title {
  display: block;
  color: #54595f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 11px;
  line-height: 1.5;
}
.post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover {
  color: #284b53;
}
.post-navigation [rel="next"]:hover svg, .post-navigation [rel="prev"]:hover svg {
  fill: #284b53;
}
.post-navigation [rel="next"]:hover .post-title, .post-navigation [rel="prev"]:hover .post-title {
  color: #284b53;
}
.post-navigation [rel="prev"] svg {
  margin-right: 15px;
}
.post-navigation [rel="next"] {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
  margin-left: 30px;
}
.post-navigation [rel="next"] svg {
  margin-left: 15px;
}
.top {
  position: relative;
  z-index: 0;
}
.top .bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 1025px) {
  .top .bg-img {
    top: 90%;
  }
}
.top .top-blocks-box {
  position: relative;
  z-index: 0;
  color: #fff;
  min-height: 450px;
  background: #fff;
}
@media (max-width: 1024px) {
  .top .top-blocks-box {
    min-height: auto;
  }
}
.top .top-blocks-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.7);
}
.top .top-blocks-box:before {
  content: '';
  position: absolute;
  width: 38%;
  height: 76%;
  bottom: 10px;
  right: 10px;
  z-index: 0;
  background: url("../img/top-block-image.png");
  background-size: cover;
}
.top .top-blocks-box .top-block-container {
  width: 1120px;
  max-width: 94%;
  margin: 0 auto;
  position: relative;
}
.top .top-blocks-box .top-info-block {
  max-width: 550px;
  padding: 60px 50px;
}
@media (max-width: 768px) {
  .top .top-blocks-box .top-info-block {
    padding: 40px 20px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .top .top-blocks-box .top-info-block {
    padding: 40px 15px;
  }
}
.top .top-blocks-box .bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #2586C7;
  padding: 8px 10px;
  border-radius: 30px;
}
.top .top-blocks-box .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.top .btn {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .top .btn {
    margin-top: 0;
  }
}
.share-icons, .social-icons {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 8px 10px;
  font-size: 0;
  text-align: center;
}
.share-icons a, .social-icons a {
  cursor: pointer;
  -webkit-flex-basis: 32.8%;
  -moz-flex-basis: 32.8%;
  -ms-flex-preferred-size: 32.8%;
  flex-basis: 32.8%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #2586C7;
  border-radius: 25px;
}
@media (max-width: 1024px) {
  .share-icons a, .social-icons a {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .share-icons a, .social-icons a {
    height: 40px;
    -webkit-flex-basis: 32%;
    -moz-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
}
.share-icons a svg, .social-icons a svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 36px;
  display: block;
  color: #2586C7;
}
@media (max-width: 1024px) {
  .share-icons a svg, .social-icons a svg {
    height: 30px;
  }
}
@media (max-width: 768px) {
  .share-icons a svg, .social-icons a svg {
    height: 20px;
  }
}
.share-icons a:hover svg, .social-icons a:hover svg {
  color: red;
}
.focus-block .container {
  width: 940px;
}
.focus-block h3, .focus-block .top .top-blocks-box h1, .top .top-blocks-box .focus-block h1, .focus-block .focus-left h4 strong, .focus-block .focus-left .single-post-wrapper aside .aside-title strong, .single-post-wrapper aside .focus-block .focus-left .aside-title strong, .focus-block .focus-left .news-posts .post-item .info .title strong, .news-posts .post-item .info .focus-block .focus-left .title strong, .focus-block .focus-left .icon-list-box .items .item .item-title strong, .icon-list-box .items .item .focus-block .focus-left .item-title strong, .focus-block .focus-left .top-blocks .top-blocks-items .top-block-item .item-title strong, .top-blocks .top-blocks-items .top-block-item .focus-block .focus-left .item-title strong, .focus-block .numbered-list-box .list .number, .numbered-list-box .list .focus-block .number {
  margin-bottom: 20px;
}
.focus-block a {
  color: rgba(51, 51, 51, 0.6);
}
.focus-block a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #0468cc;
}
.focus-block .focus-left {
  -webkit-flex-basis: 34%;
  -moz-flex-basis: 34%;
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .focus-block .focus-left {
    margin-right: 25px;
  }
}
@media (max-width: 768px) {
  .focus-block .focus-left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.focus-block .focus-left h4 strong, .focus-block .focus-left .single-post-wrapper aside .aside-title strong, .single-post-wrapper aside .focus-block .focus-left .aside-title strong, .focus-block .focus-left .news-posts .post-item .info .title strong, .news-posts .post-item .info .focus-block .focus-left .title strong, .focus-block .focus-left .icon-list-box .items .item .item-title strong, .icon-list-box .items .item .focus-block .focus-left .item-title strong, .focus-block .focus-left .top-blocks .top-blocks-items .top-block-item .item-title strong, .top-blocks .top-blocks-items .top-block-item .focus-block .focus-left .item-title strong {
  display: block;
  margin-bottom: 0;
}
.focus-block .focus-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news-posts .post-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.news-posts .post-items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .news-posts .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .news-posts .post-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .news-posts .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .news-posts .post-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.news-posts .top-post-info {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .news-posts .top-post-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .news-posts .top-post-info {
    margin-bottom: 20px;
  }
}
.news-posts .post-item {
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background: url("../img/post-bg.png") #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.news-posts .post-item .thumb {
  height: 187px;
  border-radius: 15px 15px 0 0;
  display: block;
}
.news-posts .post-item .thumb:hover {
  opacity: 0.8;
}
.news-posts .post-item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
}
.news-posts .post-item .info {
  padding: 10px 20px;
  border: 1px solid #2586C7;
  margin: 0 6px 7px;
  border-radius: 0 0 15px 15px;
  border-top: none;
}
@media (max-width: 1240px) {
  .news-posts .post-item .info {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) {
  .news-posts .post-item .info {
    padding: 10px;
  }
}
.news-posts .post-item .info .title {
  display: block;
}
.news-posts .post-item .info p {
  margin-bottom: 0;
  line-height: 1.5;
}
.news-posts .post-item .info a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #023568;
}
.news-posts .post-item .info a:hover {
  color: #0468cc;
}
.news-posts .post-item .info time {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block;
  margin-bottom: 10px;
}
.leadership-block .leadership-item {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .leadership-block .leadership-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .leadership-block .leadership-item {
    padding-bottom: 5px;
    border-bottom: 1px solid #39c;
  }
}
.leadership-block .leadership-person-block {
  -webkit-flex-basis: 285px;
  -moz-flex-basis: 285px;
  -ms-flex-preferred-size: 285px;
  flex-basis: 285px;
  padding-right: 20px;
  border-right: 1px solid #39c;
  text-align: right;
}
@media (max-width: 1024px) {
  .leadership-block .leadership-person-block {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media (max-width: 768px) {
  .leadership-block .leadership-person-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
    border-right: none;
    text-align: left;
    margin-bottom: 20px;
  }
}
.leadership-block .leadership-person-block figure {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .leadership-block .leadership-person-block figure {
    margin-bottom: 10px;
  }
}
.leadership-block .leadership-person-block figure img {
  width: 159px;
  height: 216px;
  object-fit: cover;
}
.leadership-block .leadership-person-block .leadership-person-name {
  display: block;
  margin-bottom: 10px;
}
.leadership-block a {
  color: #39c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.leadership-block a:hover {
  color: #0468cc;
}
.leadership-block .leadership-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .leadership-block .leadership-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
}
.text ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .text ol {
    padding-left: 35px;
  }
}
.text ol li {
  counter-increment: my-awesome-counter;
  border-bottom: 1px solid #069;
  padding: 10px 0;
  position: relative;
  margin-bottom: 15px;
}
.text ol li:last-child {
  border-bottom: none;
}
.text ol li::before {
  color: #ffff;
  font-weight: bold;
  border-radius: 50%;
  background: #069;
  content: counter(my-awesome-counter);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  margin-left: -50px;
  padding-right: 1px;
}
@media (max-width: 768px) {
  .text ol li::before {
    margin-left: -30px;
    width: 22px;
    padding-right: 0;
    font-size: 10px;
    top: 13px;
    height: 22px;
    line-height: 22px;
  }
}
sup {
  font-size: 0.4em;
}
header {
  position: relative;
  z-index: 100;
}
header .top-header {
  background: #023568;
  padding: 12px 0;
}
@media (max-width: 1024px) {
  header .top-header {
    padding: 12px 40px 12px 0;
  }
}
header .top-header .phone-wrapper {
  display: block;
  margin-bottom: 0;
  text-align: right;
  color: #fff;
  font-family: 'Proxima Nova';
  font-weight: 600;
}
header .top-header .phone-wrapper a {
  font-weight: 900;
  color: inherit;
}
header .top-header .phone-wrapper a:hover {
  color: #6eb5e4;
}
header .bottom-header {
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 25px 0;
}
@media (max-width: 1024px) {
  header .bottom-header {
    padding: 15px 0;
  }
}
header .custom-logo-link {
  -webkit-flex-basis: 270px;
  -moz-flex-basis: 270px;
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  margin-right: 20px;
}
@media (max-width: 1366px) {
  header .custom-logo-link {
    -webkit-flex-basis: 220px;
    -moz-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
  }
}
@media (max-width: 480px) {
  header .custom-logo-link {
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    margin-right: 10px;
  }
}
header .custom-logo-link:hover {
  opacity: 0.7;
}
header .btn {
  margin-left: 25px;
}
@media (max-width: 480px) {
  header .btn {
    margin-left: 10px;
  }
}
.list-box .top-text {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .list-box .top-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .list-box .top-text {
    margin-bottom: 15px;
  }
}
.list-box .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.list-box .list > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .list-box .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .list-box .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.list-box .list .item {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  position: relative;
  z-index: 0;
  padding: 25px 30px;
  overflow: hidden;
  line-height: 1.66;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .list-box .list .item {
    padding: 15px 20px;
  }
}
.list-box .list .item::before {
  background-image: url('../img/list-item-img.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.list-box .list .item::after {
  font-size: 0;
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 0;
  border: 1px solid #2586C7;
  border-radius: 15px;
}
.list-box .bottom-text {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .list-box .bottom-text {
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .list-box .bottom-text {
    margin-top: 15px;
  }
}
.numbered-list-box {
  position: relative;
  z-index: 0;
}
.numbered-list-box .bg-img {
  position: absolute;
  right: 0;
  top: -40px;
}
.numbered-list-box .top-text {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .numbered-list-box .top-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .numbered-list-box .top-text {
    margin-bottom: 15px;
  }
}
.numbered-list-box .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.numbered-list-box .list > * {
  width: 22%;
  margin: 0 1.5% 1.875em;
}
@media (max-width: 1024px) {
  .numbered-list-box .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .numbered-list-box .list > * {
    width: 30.3333333333%;
    margin: 0 1.5% 2em;
  }
}
@media (max-width: 768px) {
  .numbered-list-box .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .numbered-list-box .list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .numbered-list-box .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .numbered-list-box .list > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.numbered-list-box .list .number {
  display: block;
  opacity: 0.6;
  margin-bottom: 5px;
}
.numbered-list-box .list .title {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .numbered-list-box .list .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .numbered-list-box .list .title {
    margin-bottom: 0;
  }
}
.numbered-list-box .list .link {
  color: #2586C7;
  border-bottom: 1px solid #2586C7;
  letter-spacing: 0.03em;
}
.numbered-list-box .list .link:hover {
  color: #6eb5e4;
  border-bottom-color: #6eb5e4;
}
.numbered-list-box .bottom-text {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .numbered-list-box .bottom-text {
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .numbered-list-box .bottom-text {
    margin-top: 15px;
  }
}
.icon-list-box .top-text {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .icon-list-box .top-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .icon-list-box .top-text {
    margin-bottom: 15px;
  }
}
.icon-list-box .container {
  z-index: 1;
}
.icon-list-box .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.icon-list-box .items > * {
  width: 22%;
  margin: 0 1.5% 1.875em;
}
@media (max-width: 1366px) {
  .icon-list-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .icon-list-box .items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .icon-list-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .icon-list-box .items > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
}
@media (max-width: 480px) {
  .icon-list-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .icon-list-box .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.icon-list-box .items .item {
  position: relative;
  z-index: 0;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  margin-bottom: 40px;
  text-align: center;
  padding: 40px 15px 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .icon-list-box .items .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .icon-list-box .items .item {
    margin-bottom: 12px;
  }
}
.icon-list-box .items .item .icon {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
  background: #E9F3F9;
  position: relative;
  z-index: 0;
}
.icon-list-box .items .item .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 69px;
  height: 69px;
  background: #D5E8F4;
  border-radius: 50%;
}
.icon-list-box .items .item .icon img {
  max-height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.icon-list-box .items .item::before {
  content: '';
  background-image: url('../img/list-icon-img2.png');
  background-size: 100% auto;
  background-position: center bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.icon-list-box .items .item::after {
  font-size: 0;
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 0;
  border: 1px solid #2586C7;
  border-radius: 15px;
}
.video-box {
  position: relative;
  z-index: 0;
}
.video-box .bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 1025px) {
  .video-box .bg-img {
    top: 90%;
  }
}
.video-box > .container {
  width: 950px;
}
.video-box .video {
  display: block;
  border: 1px solid #2586C7;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  z-index: 0;
}
.video-box .video::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.video-box .video::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 42px);
  height: calc(100% - 42px);
  background: #fff;
  border-radius: 20px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.video-box .video img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-box .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .video-box .video .play {
    max-height: 60px;
  }
}
.video-box .video:hover img {
  opacity: 0.7;
}
.text-box table {
  width: 100%;
  text-align: left;
}
.text-box table th, .text-box table td {
  padding: 10px 20px;
  vertical-align: middle;
}
.text-box table th .btn, .text-box table td .btn {
  padding: 10px 25px;
}
.text-box table td[colspan="4"] {
  background: #F2F7FA;
}
.text-box table tr {
  border: 1px solid #023568;
}
.text-box table tr:first-child {
  background: #023568;
  color: #fff;
}
.text-box table h4, .text-box table .single-post-wrapper aside .aside-title, .single-post-wrapper aside .text-box table .aside-title, .text-box table .news-posts .post-item .info .title, .news-posts .post-item .info .text-box table .title, .text-box table .icon-list-box .items .item .item-title, .icon-list-box .items .item .text-box table .item-title, .text-box table .top-blocks .top-blocks-items .top-block-item .item-title, .top-blocks .top-blocks-items .top-block-item .text-box table .item-title {
  margin-bottom: 0;
}
.text-box table a:not(.btn) {
  color: #023568;
}
.text-box table a:not(.btn):hover {
  color: #0468cc;
}
.text-box table.custom-table td:last-child:not([colspan]) {
  text-align: center;
}
footer {
  position: relative;
  z-index: 0;
}
footer::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #023568;
  z-index: -1;
}
footer .footer-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
}
@media (max-width: 768px) {
  footer .footer-img {
    display: none;
  }
}
.top-blocks {
  padding-top: 30px;
  position: relative;
  z-index: 0;
}
.top-blocks .bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110%;
}
@media (min-width: 1025px) {
  .top-blocks .bg-img {
    top: 70%;
  }
}
@media (max-width: 768px) {
  .top-blocks {
    padding-top: 0;
  }
  .top-blocks > .flex {
    display: block;
  }
}
.top-blocks .top-blocks-left {
  -webkit-flex-basis: 36%;
  -moz-flex-basis: 36%;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .top-blocks .top-blocks-left {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 1024px) {
  .top-blocks .top-blocks-left {
    -webkit-flex-basis: none;
    -moz-flex-basis: none;
    -ms-flex-preferred-size: none;
    flex-basis: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.top-blocks .top-blocks-left .top-blocks-info {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .top-blocks .top-blocks-left .top-blocks-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .top-blocks .top-blocks-left .top-blocks-info {
    margin-bottom: 25px;
  }
}
.top-blocks .top-blocks-items .top-block-item .item-title {
  display: block;
  margin-bottom: 20px;
}
.top-blocks .top-blocks-items .top-block-item figure {
  margin-bottom: 10px;
}
.top-blocks .top-blocks-right {
  -webkit-flex-basis: 570px;
  -moz-flex-basis: 570px;
  -ms-flex-preferred-size: 570px;
  flex-basis: 570px;
  height: 570px;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .top-blocks .top-blocks-right {
    -webkit-flex-basis: 40vw;
    -moz-flex-basis: 40vw;
    -ms-flex-preferred-size: 40vw;
    flex-basis: 40vw;
    height: 40vw;
  }
}
@media (max-width: 1024px) {
  .top-blocks .top-blocks-right {
    margin-left: 10%;
  }
}
@media (max-width: 768px) {
  .top-blocks .top-blocks-right {
    margin: 20vw auto;
    max-width: 40vw;
  }
}
.top-blocks .top-blocks-right .wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: 169%;
}
.top-blocks .top-blocks-right .image {
  border-radius: 50%;
  overflow: hidden;
}
.top-blocks .top-blocks-right .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpt-post {
  border-bottom: 1px solid #023568;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .cpt-post {
    display: block;
  }
}
.cpt-post:last-child {
  border-bottom: none;
}
.cpt-post .thumb {
  -webkit-flex-basis: 300px;
  -moz-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .cpt-post .thumb {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    margin-right: 20px;
  }
}
.cpt-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpt-post .title a {
  color: #023568;
}
.cpt-post .title a:hover {
  color: #0468cc;
}
.cpt-post time {
  font-size: 14px;
  font-style: italic;
  color: #0468cc;
  display: block;
  margin-bottom: 20px;
}
.cpt-post p {
  margin-bottom: 10px;
}
.cpt-post .more {
  font-weight: 700;
  color: #023568;
}
.cpt-post .more:hover {
  color: #0468cc;
}
.cpt-post .wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
