* {
  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: 800px;
  }
}
td {
  vertical-align: top;
}
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;
}
figure {
  margin-bottom: 0;
}
.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 {
  overflow-y: scroll;
  scrollbar-color: #001933 #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #001933;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #000d1a;
}
::-webkit-scrollbar-thumb:active {
  background: #000d1a;
}
html {
  font: 400 16px/1.5714 "Poppins", sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #222;
  background: #F2F1ED;
  -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%;
}
p {
  margin-bottom: 30px;
  line-height: 2;
  font-weight: 300;
  opacity: 0.7;
}
@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, select {
  height: 60px;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  padding: 0;
  color: #fff;
  font-family: "Poppins";
  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, select:focus {
  border-bottom-color: #fff;
}
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, select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  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, select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  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, select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  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, select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
select option {
  color: #222;
  padding: 5px 10px;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  line-height: 1;
  padding: 21px 38px;
  font-size: 18px;
  color: #fff;
  font-family: "Nunito Sans";
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #4485c6;
}
.btn::before, .post-navigation [rel="next"]::before, .post-navigation [rel="prev"]::before, .submit::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 200%;
  z-index: -1;
  -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;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#579ee6+0,2d67a1+100 */
  background: radial-gradient(ellipse at center, #579ee6 0%, #2d67a1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn::after, .post-navigation [rel="next"]::after, .post-navigation [rel="prev"]::after, .submit::after {
  content: url("../img/arrow.png");
  font-size: 0;
  display: inline-block;
  margin-left: 15px;
}
.btn:hover::before, .post-navigation [rel="next"]:hover::before, .post-navigation [rel="prev"]:hover::before, .submit:hover::before {
  opacity: 0;
}
h1, h2 {
  font-size: 66px;
  line-height: 1.23;
  font-family: "Nunito Sans";
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h1, h2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 25px;
  }
}
h1 strong, h2 strong {
  line-height: 1.2;
  font-size: 1.45em;
  letter-spacing: 0.37em;
  font-weight: 600;
  color: #4485c6;
}
h3, .post .post-title {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 500;
  font-family: "Nunito Sans";
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  h3, .post .post-title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h3, .post .post-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  h3, .post .post-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3, .post .post-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
h3 strong, .post .post-title strong {
  font-weight: 700;
  color: #4485c6;
}
h4 {
  line-height: 1.46;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins";
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  h5 {
    margin-bottom: 12px;
  }
}
h5 strong {
  color: #4485c6;
}
.wrap {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.text {
  max-width: 100%;
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  padding-left: 30px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #001933;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.text h1 a:not(.btn), .text h2 a:not(.btn), .text h3 a:not(.btn), .text .post .post-title a:not(.btn), .post .text .post-title a:not(.btn), .text h4 a:not(.btn), .text h5 a:not(.btn), .text h6 a:not(.btn), .text li a:not(.btn), .text p a:not(.btn) {
  color: #222;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover, .text h2 a:not(.btn):hover, .text h3 a:not(.btn):hover, .text .post .post-title a:not(.btn):hover, .post .text .post-title a:not(.btn):hover, .text h4 a:not(.btn):hover, .text h5 a:not(.btn):hover, .text h6 a:not(.btn):hover, .text li a:not(.btn):hover, .text p a:not(.btn):hover {
  text-decoration: none;
  color: #004b99;
}
.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: 10px;
  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: "Poppins";
  height: 100%;
  line-height: 60px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Poppins";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  div.wpcf7 .btn-wrapper {
    margin-top: 0;
  }
}
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-left-menu, .main-right-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-left-menu, .main-right-menu {
    display: none;
  }
}
.main-left-menu > ul, .main-right-menu > ul {
  font-size: 0;
}
.main-left-menu > ul > li, .main-right-menu > ul > li {
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 1366px) {
  .main-left-menu > ul > li, .main-right-menu > ul > li {
    margin-right: 20px;
  }
}
.main-left-menu > ul > li > a, .main-right-menu > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.main-left-menu > ul > li > a:hover, .main-right-menu > ul > li > a:hover {
  background: #F2F1ED;
  color: #222;
}
.main-left-menu > ul > li.menu-item-has-children > .sub-menu, .main-right-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-left-menu > ul > li.menu-item-has-children:hover > .sub-menu, .main-right-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-left-menu .menu-item-has-children, .main-right-menu .menu-item-has-children {
  position: relative;
}
.main-left-menu .menu-item-has-children .sub-menu, .main-right-menu .menu-item-has-children .sub-menu {
  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: #F2F1ED;
  min-width: 100%;
  pointer-events: none;
}
.main-left-menu .menu-item-has-children .sub-menu li, .main-right-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-left-menu .menu-item-has-children .sub-menu li a, .main-right-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  display: block;
  padding: 10px;
  color: #222;
  font-weight: 400;
  white-space: nowrap;
}
.main-left-menu .menu-item-has-children .sub-menu li a:hover, .main-right-menu .menu-item-has-children .sub-menu li a:hover {
  background: #c7c3b2;
  color: #222;
}
.main-left-menu .menu-item-has-children .sub-menu li:hover > a, .main-left-menu .menu-item-has-children .sub-menu li.current-menu-item > a, .main-right-menu .menu-item-has-children .sub-menu li:hover > a, .main-right-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: #c7c3b2;
}
.main-left-menu .menu-item-has-children:hover > a, .main-right-menu .menu-item-has-children:hover > a {
  background: #F2F1ED;
  color: #222;
}
.main-left-menu .menu-item-has-children:hover > .sub-menu, .main-right-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: 16px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #4485c6;
}
@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: #001933;
  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 svg {
  height: 20px;
  color: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.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: #004b99;
}
.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;
  content: "x";
  font-size: 24px;
  opacity: 0;
  color: #222;
}
.search-box .search-btn 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;
}
.search-box .search-btn:hover svg {
  color: #004b99;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #004b99;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.share-icons a, .social-icons a {
  display: inline-block;
  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;
  margin: 5px;
  width: 40px;
  height: 40px;
  background: #001933;
  border-radius: 5px;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #001933;
  background: 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 .label {
  line-height: 60px;
  height: 60px;
  color: #222;
  font-family: "Poppins";
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 60px;
  height: 60px;
  width: 60px;
  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: #001933 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: black;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: black;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -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-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #001933;
}
.breadcrumb {
  text-align: center;
  color: #222;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #222;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #004b99;
  -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;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #004b99;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #001933;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #004b99;
}
.pagination a.page-numbers:hover {
  background: #004b99;
}
.pagination .prev, .pagination .next {
  position: relative;
}
@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}
.post {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .post {
    display: block;
  }
}
.post .thumb {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #eee;
}
.post .post-title {
  display: block;
}
.post .more {
  position: relative;
  display: inline-block;
}
.post .more:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #004b99;
  -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;
  opacity: 0;
}
.post .more:hover {
  color: #004b99;
}
.post .more:hover:before {
  width: 100%;
  opacity: 1;
}
.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;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.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;
  }
}
.space.small {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .space.small {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space.small {
    padding: 25px 0;
  }
}
.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 25px;
  }
}
.outer-space {
  margin: 100px 0;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .outer-space {
    margin: 25px 0;
  }
}
.outer-space-bottom {
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .outer-space-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .outer-space-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .outer-space-bottom {
    margin-bottom: 25px;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
header {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
}
header .logo {
  -webkit-flex-basis: 140px;
  -moz-flex-basis: 140px;
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
}
@media (max-width: 1024px) {
  header .logo {
    -webkit-flex-basis: 80px;
    -moz-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
  }
}
header .logo:hover {
  opacity: 0.7;
}
header .wrap {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  header .wrap {
    padding: 10px 0;
  }
}
header .right-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
header .right-wrapper .main-right-menu {
  text-align: right;
}
header .right-wrapper .main-right-menu .sub-menu {
  text-align: left;
}
header .phone {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 0;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  header .phone {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  header .phone {
    margin-right: 60px;
  }
}
header .phone svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
header .phone:hover {
  opacity: 0.7;
}
.top-block {
  position: relative;
  z-index: 0;
  min-height: 860px;
  color: #fff;
  padding-top: 122px;
}
@media (max-width: 1366px) {
  .top-block {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .top-block {
    padding-top: 90px;
  }
}
.top-block .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000;
}
.top-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: grayscale(1);
}
.top-block .text {
  max-width: 910px;
  margin: 0 auto;
}
.top-block .text p {
  font-size: 20px;
  line-height: 1.75;
  opacity: 1;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .top-block .text p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .top-block .text {
    font-size: 16px;
  }
}
.text-image > .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .text-image > .flex {
    display: block;
  }
}
.text-image .left-wrapper {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-right: 10%;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .text-image .left-wrapper {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .text-image .left-wrapper {
    margin-bottom: 50px;
  }
}
.text-image .left-wrapper .vertical-text {
  display: block;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media (max-width: 1366px) {
  .text-image .left-wrapper .vertical-text {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1024px) {
  .text-image .left-wrapper .vertical-text {
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0;
  }
}
.text-image .left-wrapper .label-wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 70px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  width: 31%;
  padding: 15px 15px 20px 25px;
}
@media (max-width: 1366px) {
  .text-image .left-wrapper .label-wrapper {
    width: 200px;
    top: 20px;
    padding: 15px;
  }
}
@media (max-width: 600px) {
  .text-image .left-wrapper .label-wrapper {
    left: auto;
    right: -40px;
  }
}
@media (max-width: 480px) {
  .text-image .left-wrapper .label-wrapper {
    width: 135px;
  }
}
.text-image .left-wrapper .label-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 200%;
  z-index: -1;
  -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;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#579ee6+0,2d67a1+100 */
  background: radial-gradient(ellipse at center, #579ee6 0%, #2d67a1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.text-image .left-wrapper .label-wrapper .icon {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .text-image .left-wrapper .label-wrapper .icon {
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .text-image .left-wrapper .label-wrapper .icon {
    margin-bottom: 0;
  }
}
.text-image .left-wrapper .label-wrapper .icon img {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .text-image .left-wrapper .label-wrapper .icon img {
    max-height: 20px;
    width: auto;
  }
}
.text-image .left-wrapper .label-wrapper .label-text {
  font-family: "Nunito Sans";
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 1366px) {
  .text-image .left-wrapper .label-wrapper .label-text {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .text-image .left-wrapper .label-wrapper .label-text {
    font-size: 16px;
  }
}
.text-image .left-wrapper .main-image {
  overflow: hidden;
  border-radius: 25px;
  margin-left: 14%;
}
@media (max-width: 1024px) {
  .text-image .left-wrapper .main-image {
    margin-left: 30px;
  }
}
.text-image .left-wrapper .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.text-image .left-wrapper .bottom-image {
  overflow: hidden;
  border-radius: 30px;
  border: 20px solid #F2F1ED;
  position: absolute;
  z-index: 1;
  bottom: -58px;
  right: -40px;
  width: 34%;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .text-image .left-wrapper .bottom-image {
    border-width: 10px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .text-image .left-wrapper .bottom-image {
    bottom: -30px;
  }
}
@media (max-width: 480px) {
  .text-image .left-wrapper .bottom-image {
    width: 100px;
    border-width: 5px;
    border-radius: 20px;
  }
}
.text-image .left-wrapper .bottom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-list .wrap {
  background: #001933;
  border-radius: 30px;
  padding: 90px 100px;
  position: relative;
  z-index: 0;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .text-list .wrap {
    padding: 60px;
  }
}
@media (max-width: 1024px) {
  .text-list .wrap {
    padding: 40px;
    display: block;
  }
}
@media (max-width: 480px) {
  .text-list .wrap {
    padding: 20px;
  }
}
.text-list .wrap::before {
  content: "";
  background-image: url("../img/bg-icon.png");
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  left: -11%;
  bottom: -30px;
  z-index: -1;
  width: 46%;
  aspect-ratio: 1.15;
  opacity: 0.05;
}
.text-list .left-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-list .list {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-left: 11%;
}
@media (max-width: 1366px) {
  .text-list .list {
    margin-left: 50px;
  }
}
@media (max-width: 1024px) {
  .text-list .list {
    margin-left: 0;
    margin-top: 30px;
  }
}
.text-list .list .item {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-bottom: 35px;
}
@media (max-width: 600px) {
  .text-list .list .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.text-list .list .icon {
  background: radial-gradient(103.39% 208.54% at 50.95% 124.72%, #66B2FF 0%, #002B55 100%);
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .text-list .list .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .text-list .list .icon {
    width: 70px;
    height: 70px;
  }
}
.text-list .list .icon img {
  max-height: 40px;
  width: auto;
}
@media (max-width: 480px) {
  .text-list .list .icon img {
    max-height: 25px;
  }
}
.text-list .list h4 {
  font-weight: 700;
  font-family: "Nunito Sans";
}
@media (min-width: 1025px) {
  .text-list .list h4 {
    font-size: 22px;
  }
}
.text-list .list p {
  line-height: 1.7;
}
@media (max-width: 768px) {
  .info > .flex {
    display: block;
  }
}
.info .left-wrapper {
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
  background: #001933;
  color: #fff;
  border-radius: 30px;
  padding: 55px 50px 70px 70px;
}
@media (max-width: 1366px) {
  .info .left-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .info .left-wrapper {
    -webkit-flex-basis: 54%;
    -moz-flex-basis: 54%;
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
  }
}
.info .left-wrapper .text {
  max-width: 370px;
  margin-bottom: 45px;
}
@media (max-width: 1366px) {
  .info .left-wrapper .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .info .left-wrapper .text {
    margin-bottom: 12px;
  }
}
.info .left-wrapper h4 {
  font-family: "Nunito Sans";
  font-weight: 700;
  line-height: 1.125;
}
@media (min-width: 1025px) {
  .info .left-wrapper h4 {
    font-size: 32px;
  }
}
.info .left-wrapper .item {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .info .left-wrapper .item {
    margin-bottom: 12px;
  }
}
.info .left-wrapper .item .value {
  -webkit-flex-basis: 90px;
  -moz-flex-basis: 90px;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  margin-right: 30px;
  position: relative;
  z-index: 0;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
  text-align: center;
  padding: 12px 20px;
  border-radius: 25px;
  background: radial-gradient(103.39% 208.54% at 50.95% 124.72%, #66B2FF 0%, #002B55 100%);
}
@media (max-width: 480px) {
  .info .left-wrapper .item .value {
    -webkit-flex-basis: 70px;
    -moz-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    margin-right: 15px;
  }
}
.info .left-wrapper .item .title-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.info .left-wrapper .item .title-wrapper .title {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.info .left-wrapper .item .title-wrapper .line {
  height: 4px;
  background: #F2F1ED;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.info .left-wrapper .item .title-wrapper .line .progress {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(103.39% 208.54% at 50.95% 124.72%, #66B2FF 0%, #002B55 100%);
}
.info .left-wrapper .item:last-child {
  margin-bottom: 0;
}
.info .right-wrapper {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
}
@media (max-width: 768px) {
  .info .right-wrapper {
    margin-top: 30px;
  }
}
.info .text-list {
  width: 68%;
  margin-left: auto;
  position: relative;
  min-height: 600px;
  margin-top: -240px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1366px) {
  .info .text-list {
    width: 80%;
    min-height: 500px;
  }
}
@media (max-width: 1024px) {
  .info .text-list {
    min-height: 300px;
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .info .text-list {
    margin-top: 30px;
    min-height: auto;
    width: 100%;
  }
}
.info .text-list .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 25px 0 0 25px;
  background: #000;
}
@media (max-width: 768px) {
  .info .text-list .image {
    border-radius: 0;
  }
}
.info .text-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.5;
}
.info .text-list .text {
  -webkit-flex-basis: calc(100% / 3);
  -moz-flex-basis: calc(100% / 3);
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 50px;
}
@media (max-width: 1366px) {
  .info .text-list .text {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .info .text-list .text p {
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .info .text-list .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right: none;
  }
}
.info .text-list .text h2 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1367px) {
  .info .text-list .text h2 {
    font-size: 96px;
  }
}
.info .text-list .text:last-child {
  border-right: none;
}
.slider-block {
  overflow: hidden;
}
.slider-block .top-text {
  margin-bottom: 90px;
}
@media (max-width: 1366px) {
  .slider-block .top-text {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .slider-block .top-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .slider-block .top-text {
    margin-bottom: 25px;
  }
}
.slider-block .swiper {
  overflow: initial;
  margin-bottom: 40px;
}
.slider-block .swiper:first-of-type {
  position: relative;
  left: -100px;
}
@media (max-width: 768px) {
  .slider-block .swiper:first-of-type {
    left: 0;
  }
}
.slider-block .swiper:last-of-type {
  margin-bottom: 0;
}
.slider-block .swiper-slide {
  height: auto;
  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;
}
.form-block .wrap {
  background: #001933;
  border-radius: 30px;
  padding: 90px 100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .form-block .wrap {
    padding: 60px;
  }
}
@media (max-width: 1024px) {
  .form-block .wrap {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .form-block .wrap {
    display: block;
  }
}
@media (max-width: 480px) {
  .form-block .wrap {
    padding: 20px;
  }
}
.form-block .wrap::before {
  content: "";
  background-image: url("../img/bg-icon.png");
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  left: -11%;
  bottom: -30px;
  z-index: -1;
  width: 46%;
  aspect-ratio: 1.15;
  opacity: 0.05;
}
.form-block .wrap .left-text p {
  opacity: 1;
}
.form-block .wrap .text {
  -webkit-flex-basis: 38%;
  -moz-flex-basis: 38%;
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  color: #fff;
}
@media (max-width: 1366px) {
  .form-block .wrap .text {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 1024px) {
  .form-block .wrap .text {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
.form-block .wrap .form-text {
  margin-top: 45px;
}
footer {
  background: #001933;
}
footer .footer-logo {
  -webkit-flex-basis: 170px;
  -moz-flex-basis: 170px;
  -ms-flex-preferred-size: 170px;
  flex-basis: 170px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  footer .footer-logo {
    display: block;
    max-width: 100px;
    margin: 0 auto 10px;
  }
}
footer .footer-logo:hover {
  opacity: 0.7;
}
footer .footer-top {
  padding-top: 55px;
}
@media (max-width: 1024px) {
  footer .footer-top {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-top {
    display: block;
  }
}
@media (max-width: 480px) {
  footer .footer-top {
    padding-top: 15px;
  }
}
footer .footer-bottom {
  padding: 25px 0;
}
@media (max-width: 768px) {
  footer .footer-bottom {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
}
footer .footer-main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  margin-top: 15px;
}
@media (max-width: 768px) {
  footer .footer-main-menu {
    text-align: center;
    margin-top: 0;
  }
}
footer .footer-main-menu li {
  display: inline-block;
  margin-left: 60px;
}
@media (max-width: 1024px) {
  footer .footer-main-menu li {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-main-menu li {
    margin: 0 10px;
  }
}
footer .footer-main-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
footer .footer-main-menu li a:hover {
  opacity: 0.7;
}
footer .text {
  -webkit-flex-basis: 310px;
  -moz-flex-basis: 310px;
  -ms-flex-preferred-size: 310px;
  flex-basis: 310px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  footer .text {
    margin-right: 0;
  }
}
footer .text p {
  font-size: 12px;
  line-height: 1.66;
  color: #fff;
  opacity: 0.7;
}
footer .footer-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer-menu {
    text-align: center;
  }
}
footer .footer-menu li {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
  z-index: 0;
}
footer .footer-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  footer .footer-menu li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
}
footer .footer-menu li:first-child::before {
  display: none;
}
footer .footer-menu li a {
  font-size: 14px;
  line-height: 2.14;
  font-weight: 500;
  color: #fff;
  opacity: 0.5;
}
footer .footer-menu li a:hover {
  opacity: 1;
}
