@charset "UTF-8";
* {
  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: #0C71C3 #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #0C71C3;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #0b63ab;
}
::-webkit-scrollbar-thumb:active {
  background: #0b63ab;
}
html {
  font: 400 14px/1.5714 "Poppins", sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #555555;
  -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: 20px;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
p:last-child {
  margin-bottom: 0;
}
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: 50px;
  width: 100%;
  padding: 0 24px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 169%;
  font-family: "Poppins";
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
@media (max-width: 1024px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, select {
    padding: 0 15px;
    font-size: 15px;
  }
}
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-color: #0C71C3;
}
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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  opacity: 1;
}
select option {
  color: #000;
  padding: 5px 10px;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .submit {
  display: inline-block;
  line-height: 1.5;
  padding: 18px 35px;
  font-size: 22px;
  background: #0C71C3;
  color: #fff;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .btn, .submit {
    font-size: 18px;
    padding: 12px 25px;
  }
}
.btn:hover, .submit:hover {
  background: #42a4f3;
}
.btn.transparent, .submit.transparent {
  background: transparent;
  border: 1px solid #fff;
}
.btn.transparent:hover, .submit.transparent:hover {
  background: #0C71C3;
}
h1, h2 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.14;
  font-family: "Lora";
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h1, h2 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
h3 {
  font-size: 50px;
  font-family: "Lora";
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
h4 {
  font-size: 40px;
  font-family: "Lora";
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.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: 15px;
  position: relative;
  font-size: 16px;
}
.text ul li:before {
  content: "";
  background: #0C71C3;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}
.text ol li {
  font-size: 16px;
}
.text h1 a:not(.btn), .text h2 a:not(.btn), .text h3 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: #000;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover, .text h2 a:not(.btn):hover, .text h3 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: #42a4f3;
}
.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: "Poppins";
  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: "Poppins";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .button {
  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;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
  border-right: 1px solid #D9D9D9;
}
.main-menu > ul > li:last-child {
  border-right: none;
}
.main-menu > ul > li > a {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  display: inline-block;
  padding: 13px 35px;
}
@media (max-width: 1180px) {
  .main-menu > ul > li > a {
    padding: 6px 20px;
  }
}
.main-menu > ul > li > a:hover {
  background: #0C71C3;
  color: #fff;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu > li > a {
  pointer-events: none;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu > .menu-item-has-children > .sub-menu {
  display: flex;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children > a {
  position: relative;
}
.main-menu .menu-item-has-children > a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11px 5.5px 0 5.5px;
  border-color: #0C71C3 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 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;
}
@media (max-width: 1180px) {
  .main-menu .menu-item-has-children > a:after {
    right: 5px;
  }
}
.main-menu .menu-item-has-children .sub-menu {
  left: 0;
  position: static;
  top: 100%;
  -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: #0C71C3;
  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.menu-item-has-children > a:after {
  border-color: #fff transparent transparent transparent;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 18px;
  display: block;
  padding: 9px 40px 5px 10px;
  color: #fff;
  white-space: nowrap;
}
.main-menu .menu-item-has-children .sub-menu li a:after {
  display: none;
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #095593;
}
.main-menu .menu-item-has-children:hover > a {
  background: #0C71C3;
  color: #fff;
}
.main-menu .menu-item-has-children:hover > a:after {
  border-color: #fff transparent transparent transparent;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #0C71C3;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
@media (max-width: 768px) {
  .menu-burger {
    display: block;
    top: 29px;
    right: calc(3% + 10px);
  }
}
.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: #0C71C3;
  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: #42a4f3;
}
.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: #000;
}
.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: #42a4f3;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #42a4f3;
}
.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: #0C71C3;
  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 #0C71C3;
  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: 50px;
  height: 50px;
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.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: #0C71C3 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: #063963;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #063963;
}
.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: #0C71C3;
}
.breadcrumb {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #000;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #42a4f3;
  -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: #42a4f3;
}
.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: #0C71C3;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #42a4f3;
}
.pagination a.page-numbers:hover {
  background: #42a4f3;
}
.pagination .prev, .pagination .next {
  position: relative;
}
.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-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;
}
.image-info-v {
  margin: 100px 0 90px;
}
@media (max-width: 1024px) {
  .image-info-v {
    margin: 85px 0 45px;
  }
}
@media (max-width: 768px) {
  .image-info-v {
    margin: 75px 0 35px;
  }
}
.image-info-v .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .image-info-v .wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.image-info-v .wrap > .flex.reverse {
  -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;
}
.image-info-v .top-info {
  margin-bottom: 85px;
}
.image-info-v .image-block {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 611px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
}
@media (max-width: 1024px) {
  .image-info-v .image-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 35px;
  }
}
.image-info-v .image-block:before {
  position: absolute;
  right: 0;
  top: -20px;
  content: "";
  border: 1px solid #0C71C3;
  border-radius: 40px;
  rotate: -8deg;
  width: 83%;
  height: 77%;
}
.image-info-v .image-block:after {
  position: absolute;
  left: -35px;
  top: -25px;
  content: "";
  background: #E8F4FD;
  border-radius: 40px;
  z-index: -1;
  rotate: -9deg;
  width: 60%;
  height: 61%;
}
.image-info-v .image-block .image {
  position: relative;
  border-radius: 40px;
  rotate: 2deg;
  overflow: hidden;
}
.image-info-v .image-block .image:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/image-before.png");
  content: "";
  width: 280px;
  height: 299px;
  background-size: cover;
}
@media (max-width: 480px) {
  .image-info-v .image-block .image:before {
    width: 69%;
    height: 83%;
  }
}
.image-info-v .image-block .image img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-info-v .info {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 620px;
}
@media (max-width: 1024px) {
  .image-info-v .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.box-content-v {
  margin: 90px 0;
}
@media (max-width: 1024px) {
  .box-content-v {
    margin: 45px 0;
  }
}
@media (max-width: 768px) {
  .box-content-v {
    margin: 35px 0;
  }
}
.box-content-v .wrap {
  border: 1px solid #0C71C3;
  border-radius: 40px;
  background-image: url("../img/box-bg.png");
  padding: 85px 105px;
  text-align: center;
  background-size: cover;
  background-position: right bottom;
}
@media (max-width: 1024px) {
  .box-content-v .wrap {
    padding: 45px;
  }
}
@media (max-width: 768px) {
  .box-content-v .wrap {
    padding: 35px;
  }
}
@media (max-width: 480px) {
  .box-content-v .wrap {
    padding: 20px;
  }
}
.box-content-v .info h4 {
  margin-bottom: 24px;
}
.box-content-v .info p {
  font-weight: 300;
  font-size: 20px;
}
.box-content-v .info .btn {
  margin-top: 20px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .box-content-v .info .btn {
    font-size: 18px;
  }
}
.box-content-v .info .btn .mobile {
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
}
.icon-info-v {
  margin: 90px 0;
}
@media (max-width: 1024px) {
  .icon-info-v {
    margin: 45px 0;
  }
}
@media (max-width: 768px) {
  .icon-info-v {
    margin: 35px 0;
  }
}
.icon-info-v .top-info {
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .icon-info-v .top-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .icon-info-v .top-info {
    margin-bottom: 30px;
  }
}
.icon-info-v .items .item {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  border-left: 2px solid #0C71C3;
  padding-left: 50px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .icon-info-v .items .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .icon-info-v .items .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 20px;
  }
}
.icon-info-v .items .item .icon-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.icon-info-v .items .item .icon-title .icon {
  margin-right: 25px;
  -webkit-flex-basis: 55px;
  -moz-flex-basis: 55px;
  -ms-flex-preferred-size: 55px;
  flex-basis: 55px;
}
.icon-info-v .items .item .icon-title .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon-info-v .items .item .icon-title .sub-title {
  color: #0C71C3;
  font-size: 22px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .icon-info-v .items .item .icon-title .sub-title {
    font-size: 19px;
  }
}
.icon-info-v .items .item .info p {
  font-size: 18px;
  font-weight: 300;
}
.logo-slider-v {
  background: #1971C2;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .logo-slider-v {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .logo-slider-v {
    padding: 35px 0;
  }
}
.logo-slider-v.white-bg {
  background: #F5FBFF;
}
.logo-slider-v.white-bg .left {
  color: #333;
}
.logo-slider-v.white-bg .right .btn-group .swiper-button {
  border: 8px solid #F5FBFF;
}
.logo-slider-v.white-bg .right .btn-group .swiper-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(12, 113, 195, 0.5);
}
.logo-slider-v .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.logo-slider-v .left {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  color: #FFF;
}
@media (max-width: 1024px) {
  .logo-slider-v .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.logo-slider-v .left p {
  font-size: 40px;
  font-weight: 700;
  font-family: "lora";
}
@media (max-width: 1024px) {
  .logo-slider-v .left p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .logo-slider-v .left p {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .logo-slider-v .left p {
    font-size: 20px;
  }
}
.logo-slider-v .right {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  position: relative;
  padding: 0 29px;
}
@media (max-width: 1024px) {
  .logo-slider-v .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.logo-slider-v .right .swiper {
  border-radius: 30px;
  background: #FFF;
  padding: 15px 40px;
}
.logo-slider-v .right .swiper .swiper-slide {
  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;
}
.logo-slider-v .right .swiper .swiper-slide img {
  filter: grayscale(100%);
}
.logo-slider-v .right .btn-group .swiper-button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #FFF;
  border: 8px solid #1971C2;
}
.logo-slider-v .right .btn-group .swiper-button:after {
  font-size: 18px;
  color: #000000;
  font-weight: 900;
}
.logo-slider-v .right .btn-group .swiper-button.swiper-button-prev {
  left: 0;
}
.logo-slider-v .right .btn-group .swiper-button.swiper-button-next {
  right: 0;
}
.satisfaction-score {
  margin: 90px 0;
}
@media (max-width: 1024px) {
  .satisfaction-score {
    margin: 45px 0;
  }
}
@media (max-width: 768px) {
  .satisfaction-score {
    margin: 35px 0;
  }
}
.satisfaction-score .top-info {
  margin-bottom: 45px;
}
.satisfaction-score .items .item {
  background: #0C71C3;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  border-radius: 10px;
  padding: 30px 60px 0 60px;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .satisfaction-score .items .item {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 1024px) {
  .satisfaction-score .items .item {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .satisfaction-score .items .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  .satisfaction-score .items .item {
    padding: 15px 15px 0 15px;
  }
}
.satisfaction-score .items .item.comment {
  background: #F5FBFF;
  border: 1px solid rgba(15, 154, 222, 0.5);
  color: #000;
  padding: 30px 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1366px) {
  .satisfaction-score .items .item.comment {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .satisfaction-score .items .item.comment {
    padding: 15px;
  }
}
.satisfaction-score .items .item.comment .info blockquote {
  position: relative;
  padding-left: 85px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .satisfaction-score .items .item.comment .info blockquote {
    padding-left: 70px;
  }
}
.satisfaction-score .items .item.comment .info blockquote:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: url("../img/comment-a.png");
}
.satisfaction-score .items .item.comment .info blockquote p {
  font-size: 24px;
  font-family: "lora";
  font-weight: 700;
}
@media (max-width: 480px) {
  .satisfaction-score .items .item.comment .info blockquote p {
    font-size: 20px;
  }
}
.satisfaction-score .items .item.comment .info p {
  font-size: 20px;
  font-weight: 300;
}
.satisfaction-score .items .item .info {
  margin-bottom: 20px;
}
.satisfaction-score .items .item .info h4 {
  font-size: 30px;
  color: #FFF;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .satisfaction-score .items .item .info h4 {
    font-size: 24px;
  }
}
.satisfaction-score .items .item .info h5 {
  font-size: 24px;
  font-family: "Lora";
  font-weight: 400;
}
.satisfaction-score .items .item .score-v {
  text-align: center;
  margin-bottom: -20px;
}
.satisfaction-score .items .item .score-v .score {
  font-size: 80px;
  font-family: "lora";
  color: #FFF;
  padding: 0 35px;
  display: inline-block;
  aspect-ratio: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
}
.white-color {
  color: #fff;
}
.white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color li, .white-color p {
  color: #fff;
}
.white-color a:not(.btn) {
  text-decoration: none;
  color: #fff;
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.space-p {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space-p {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space-p {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space-p {
    padding: 30px 0;
  }
}
.space-m {
  margin: 100px auto;
}
@media (max-width: 1366px) {
  .space-m {
    margin: 60px auto;
  }
}
@media (max-width: 1024px) {
  .space-m {
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  .space-m {
    margin: 30px auto;
  }
}
.apply-block {
  background: linear-gradient(180deg, #F5FBFF 0%, #FFFFFF 100%);
}
.apply-block .wrap {
  border-bottom: 1px solid rgba(12, 113, 195, 0.5);
}
.apply-block .apply-block-info {
  margin-bottom: 65px;
}
@media (max-width: 1366px) {
  .apply-block .apply-block-info {
    margin-bottom: 45px;
  }
}
@media (max-width: 1024px) {
  .apply-block .apply-block-info {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .apply-block .apply-block-info {
    margin-bottom: 30px;
  }
}
.apply-block .apply-block-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 -0.425%;
  width: 100.85%;
}
.apply-block .apply-block-items > * {
  width: 32.4833333333%;
  margin: 0 0.425% 0.5666666667em;
}
@media (max-width: 1366px) {
  .apply-block .apply-block-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 -0.5%;
    width: 101%;
  }
  .apply-block .apply-block-items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 768px) {
  .apply-block .apply-block-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 -0.5%;
    width: 101%;
  }
  .apply-block .apply-block-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.apply-block .apply-block-item {
  background: #0F9ADE;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 10px;
  padding: 45px 33px 45px 44px;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .apply-block .apply-block-item {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .apply-block .apply-block-item {
    padding: 35px 20px;
  }
}
@media (max-width: 768px) {
  .apply-block .apply-block-item {
    border-radius: 10px !important;
  }
}
@media (max-width: 480px) {
  .apply-block .apply-block-item {
    padding: 25px 20px;
  }
}
.apply-block .apply-block-item:nth-child(3n + 1) {
  background: linear-gradient(263.13deg, rgba(12, 113, 195, 0) 24.29%, #0C71C3 60.12%), #0C71C3;
  border-radius: 40px 10px 10px 40px;
}
@media (max-width: 1024px) {
  .apply-block .apply-block-item:nth-child(3n + 1) {
    border-radius: 10px;
  }
}
.apply-block .apply-block-item:nth-child(3n) {
  background: linear-gradient(263.13deg, rgba(12, 113, 195, 0) 24.29%, #0C71C3 60.12%), #0C71C3;
  border-radius: 10px 50px 50px 10px;
}
@media (max-width: 1024px) {
  .apply-block .apply-block-item:nth-child(3n) {
    border-radius: 10px;
  }
}
@media (max-width: 1024px) {
  .apply-block .apply-block-item:nth-child(odd) {
    background: linear-gradient(263.13deg, rgba(12, 113, 195, 0) 24.29%, #0C71C3 60.12%), #0C71C3;
    border-radius: 40px 10px 10px 40px;
  }
}
@media (max-width: 1024px) {
  .apply-block .apply-block-item:nth-child(even) {
    border-radius: 10px 40px 40px 10px;
    background: #0F9ADE;
  }
}
.apply-block .apply-block-item .apply-item-icon {
  width: 95px;
  overflow: hidden;
  height: 95px;
  position: relative;
  border-radius: 50%;
  -webkit-flex-basis: 95px;
  -moz-flex-basis: 95px;
  -ms-flex-preferred-size: 95px;
  flex-basis: 95px;
  margin-right: 30px;
}
@media (max-width: 1440px) {
  .apply-block .apply-block-item .apply-item-icon {
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .apply-block .apply-block-item .apply-item-icon {
    margin-right: 12px;
  }
}
@media (max-width: 480px) {
  .apply-block .apply-block-item .apply-item-icon {
    margin: 0 auto 15px;
  }
}
.apply-block .apply-block-item .apply-item-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #FFFFFF 32.63%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}
.apply-block .apply-block-item .apply-item-icon img {
  object-position: center;
  object-fit: contain;
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.apply-block .apply-block-item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 480px) {
  .apply-block .apply-block-item .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.apply-block .apply-block-item .text a {
  word-break: break-all;
}
@media (max-width: 1440px) {
  .apply-block .apply-block-item .text p {
    font-size: 16px;
  }
}
.documents-block .image-block {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 611px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
}
@media (max-width: 1024px) {
  .documents-block .image-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto;
  }
}
.documents-block .image-block:before {
  position: absolute;
  right: 0;
  top: -20px;
  content: "";
  border: 1px solid #0C71C3;
  border-radius: 40px;
  rotate: -8deg;
  width: 83%;
  height: 77%;
}
.documents-block .image-block:after {
  position: absolute;
  left: -35px;
  top: -25px;
  content: "";
  background: #E8F4FD;
  border-radius: 40px;
  z-index: -1;
  rotate: -9deg;
  width: 60%;
  height: 61%;
}
.documents-block .image-block .image {
  position: relative;
  border-radius: 40px;
  rotate: 2deg;
  overflow: hidden;
}
.documents-block .image-block .image:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/image-before.png");
  content: "";
  width: 280px;
  height: 299px;
  background-size: cover;
}
@media (max-width: 480px) {
  .documents-block .image-block .image:before {
    width: 69%;
    height: 83%;
  }
}
.documents-block .image-block .image img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.documents-block .documents-block-box {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .documents-block .documents-block-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
.documents-block .documents-block-info {
  margin-bottom: 50px;
  max-width: 560px;
}
@media (max-width: 1024px) {
  .documents-block .documents-block-info {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.documents-block .documents-block-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%;
}
.documents-block .documents-block-items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .documents-block .documents-block-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%;
  }
  .documents-block .documents-block-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.documents-block .documents-block-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #F6FBFF;
  border: 1px solid rgba(12, 113, 195, 0.5);
  border-radius: 10px;
  padding: 18px 22px 18px 24px;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -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) {
  .documents-block .documents-block-item {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
}
.documents-block .documents-block-item:hover {
  opacity: 0.7;
}
.documents-block .documents-block-item .left-svg {
  margin-right: 14px;
}
.documents-block .documents-block-item .right-svg {
  margin-left: auto;
}
.documents-block .documents-block-item .documents-btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #0C71C3;
}
.documents-upload-block .documents-upload-box {
  background: linear-gradient(263.13deg, rgba(12, 113, 195, 0) 24.29%, #0C71C3 60.12%), #0C71C3;
  border-radius: 40px;
  padding: 90px 69px 85px;
}
@media (max-width: 1440px) {
  .documents-upload-block .documents-upload-box {
    padding: 50px 35px;
  }
}
@media (max-width: 1024px) {
  .documents-upload-block .documents-upload-box {
    padding: 40px 25px;
  }
}
@media (max-width: 768px) {
  .documents-upload-block .documents-upload-box {
    padding: 35px 20px;
  }
}
@media (max-width: 480px) {
  .documents-upload-block .documents-upload-box {
    border-radius: 30px;
    padding: 30px 15px;
  }
}
.documents-upload-block .text h3 {
  margin-bottom: 20px;
}
.documents-upload-block form {
  margin-top: 55px;
}
@media (max-width: 1024px) {
  .documents-upload-block form {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .documents-upload-block form {
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .documents-upload-block form {
    margin-top: 25px;
  }
}
.documents-upload-block form .top-form {
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .documents-upload-block form .top-form {
    margin-bottom: 0;
  }
}
.documents-upload-block form .top-form .wpcf7-form-control-wrap {
  -webkit-flex-basis: 32.4%;
  -moz-flex-basis: 32.4%;
  -ms-flex-preferred-size: 32.4%;
  flex-basis: 32.4%;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .documents-upload-block form .top-form .wpcf7-form-control-wrap {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.documents-upload-block form .bottom-form .wpcf7-form-control-wrap {
  margin-bottom: 0;
  -webkit-flex-basis: 113px;
  -moz-flex-basis: 113px;
  -ms-flex-preferred-size: 113px;
  flex-basis: 113px;
}
.documents-upload-block form .bottom-form .file-item {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 6px 7px 6px 24px;
  margin-bottom: 18px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  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;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .documents-upload-block form .bottom-form .file-item {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    padding: 6px 7px 6px 15px;
  }
}
@media (max-width: 768px) {
  .documents-upload-block form .bottom-form .file-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.documents-upload-block form .bottom-form .file-item .file-item-title {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .documents-upload-block form .bottom-form .file-item .file-item-title {
    font-size: 15px;
    margin-right: 3px;
  }
}
.documents-upload-block form .bottom-form .file-item input[type="file"].styled-file {
  position: relative;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  color: transparent;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.documents-upload-block form .bottom-form .file-item input[type="file"].styled-file::-webkit-file-upload-button {
  visibility: hidden;
}
.documents-upload-block form .bottom-form .file-item input[type="file"].styled-file::before {
  content: "Choose File";
  display: inline-block;
  background: #fff;
  color: #0C71C3;
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 27px;
  padding: 4.5px 16px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
.documents-upload-block form .bottom-form .file-item input[type="file"].styled-file:hover::before {
  background: #f2f2f2;
}
.documents-upload-block form .bottom-form .file-item input[type="file"].styled-file.uploaded::before {
  content: "✓ Uploaded";
  background: #32cd32;
  color: #fff;
}
.documents-upload-block form .bottom-form .btn-block {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  position: relative;
}
@media (max-width: 1024px) {
  .documents-upload-block form .bottom-form .btn-block {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .documents-upload-block form .bottom-form .btn-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.documents-upload-block form .bottom-form .btn {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #222222;
  padding: 14px 25px;
  -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) {
  .documents-upload-block form .bottom-form .btn {
    font-size: 16px;
  }
}
.documents-upload-block form .bottom-form .btn:hover {
  opacity: 0.7;
}
.archive-services-block {
  -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%;
}
.archive-services-block > * {
  width: 18%;
  margin: 0 1% 1.2em;
}
@media (max-width: 1240px) {
  .archive-services-block {
    -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%;
  }
  .archive-services-block > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .archive-services-block {
    -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%;
  }
  .archive-services-block > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .archive-services-block {
    -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%;
  }
  .archive-services-block > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.archive-services-block .thumb {
  border-radius: 20px;
  height: 321px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
  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;
}
.archive-services-block .thumb:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  opacity: 0.2;
  -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: linear-gradient(0deg, rgba(12, 113, 195, 0.5), rgba(12, 113, 195, 0.5)), linear-gradient(0deg, rgba(0, 0, 0, 0.1) -2.49%, rgba(0, 0, 0, 0) 40.5%);
}
.archive-services-block .thumb:hover:before {
  opacity: 0;
}
.archive-services-block .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-services-block .post-title {
  display: block;
  text-align: center;
  text-transform: capitalize;
}
.archive-services-block .post-title a {
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  color: #050713;
}
#top {
  min-height: 491px;
  margin-top: 72px;
}
#top .v1 h1 {
  text-align: center;
  color: #fff;
}
.v1.has-right-info {
  display: flex;
  width: auto !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md-bottom {
  margin-bottom: 30px;
}
.list-with-black-dots ul li {
  padding-left: 33px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  color: #fff;
}
.list-with-black-dots ul li:not(:last-child) {
  margin-bottom: 23px;
}
@media (max-width: 1024px) {
  .list-with-black-dots ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .list-with-black-dots ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .list-with-black-dots ul li {
    padding-left: 25px;
  }
}
.list-with-black-dots ul li:before {
  position: absolute;
  content: "";
  top: 9px;
  width: 9px;
  height: 9px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0f9ade;
  box-shadow: 0 0 0 2px white;
  left: 0;
}
@media (max-width: 1024px) {
  .list-with-black-dots ul li:before {
    width: 6px;
    height: 6px;
    border: 2px solid #0f9ade;
    box-shadow: 0 0 0 1px white;
  }
}
.decor-1 {
  position: relative;
}
.decor-1:before {
  z-index: 0;
  /* 3 */
  top: -800px;
  left: -245px;
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='601' height='988' viewBox='0 0 601 988' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M1.65775 1C18.3244 81.6667 10.8577 275.4 -152.342 405C-356.342 567 -207.231 700 -124.342 755C-54.6287 801.258 155.659 781 143.659 681C131.659 581 63.6592 605 57.6592 653C51.6592 701 93.5 769.5 237.659 785C385.026 800.845 587.659 909 599.659 987' stroke='%230C71C3'/%3E%3C/svg%3E");
}
#hero-block-higher {
  min-height: 818px;
  margin-top: 72px;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  #hero-block-higher {
    min-height: 550px;
  }
}
@media (max-width: 480px) {
  #hero-block-higher {
    padding: 40px 0;
  }
}
#hero-block-higher .v1 {
  width: min(936px, 100%);
}
#hero-block-higher .v1 h1, #hero-block-higher .v1 h2, #hero-block-higher .v1 p {
  color: #fff;
}
#hero-block-higher .v1 h2 {
  font-size: clamp(30px, 3vw, 58px);
}
@media (max-width: 480px) {
  #hero-block-higher .v1 h2 {
    font-size: clamp(26px, 3vw, 58px);
  }
}
#hero-block-higher .v1 p {
  width: min(785px, 100%);
}
@media (max-width: 480px) {
  #hero-block-higher .v1 p {
    font-size: 16px;
    line-height: 1.4;
  }
}
#hero-block-higher .v1 ul {
  margin-bottom: 36px;
}
#hero-block-higher .v1 ul li {
  padding-left: 47px;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 228%;
  color: #fff;
}
@media (max-width: 480px) {
  #hero-block-higher .v1 ul li {
    padding-left: 42px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
#hero-block-higher .v1 ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='white'/%3E%3Cpath d='M11.7686 19.3965C12.1066 19.5504 12.4603 19.5234 12.7129 19.3672C12.7265 19.3548 12.7455 19.3379 12.7695 19.3154C12.8269 19.2619 12.9087 19.1844 13.0127 19.085C13.2206 18.8862 13.5137 18.6035 13.8701 18.2578L16.5928 15.5996C18.6372 13.5933 19.6032 12.6485 20.0752 12.1553C20.3155 11.9041 20.399 11.7986 20.4326 11.7461C20.4487 11.7209 20.4406 11.7414 20.4756 11.624V11.623C20.4756 11.623 20.4764 11.6202 20.4775 11.6152C20.4787 11.6102 20.4799 11.6032 20.4814 11.5947C20.4846 11.5774 20.4883 11.5558 20.4912 11.5312C20.4971 11.4811 20.5 11.4278 20.5 11.3828C20.5 11.1578 20.4337 10.9755 20.3057 10.8252L20.2471 10.7627L20.2441 10.7588C20.0478 10.5645 19.7547 10.4672 19.459 10.5098H19.46C19.3628 10.5241 19.275 10.5506 19.1475 10.6104L19.1455 10.6123C19.1121 10.6414 19.0626 10.6865 18.9941 10.75C18.8575 10.8767 18.6564 11.0667 18.3838 11.3291L15.8496 13.7988L12.5742 17.0078L12.2246 17.3506L11.874 17.0088L10.4209 15.5859C10.0065 15.1822 9.62859 14.8189 9.3457 14.5518C9.20412 14.4181 9.08778 14.3094 9.00293 14.2324C8.96033 14.1938 8.92793 14.1649 8.90527 14.1455C8.90132 14.1421 8.89733 14.14 8.89453 14.1377C8.49256 13.9026 7.98162 13.9948 7.7002 14.3193L7.64648 14.3877L7.64551 14.3896L7.58301 14.4971C7.45793 14.7615 7.47356 15.1178 7.63086 15.3535C7.63453 15.3576 7.64093 15.3611 7.64648 15.3672C7.67256 15.3958 7.71069 15.4361 7.76074 15.4883C7.86046 15.5922 8.00225 15.7368 8.18359 15.9189C8.54599 16.283 9.06114 16.7933 9.70508 17.4248C10.4983 18.1987 11.0119 18.6965 11.3398 19.0068C11.5042 19.1623 11.6181 19.2672 11.6953 19.335C11.7337 19.3686 11.7571 19.3872 11.7686 19.3965Z' fill='%230C71C3' stroke='%230C71C3'/%3E%3C/svg%3E");
}
#hero-block-higher .v1 .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#hero-block-higher .right-info h2 {
  font-size: clamp(30px, 3vw, 36px);
  max-width: 600px;
  margin-left: auto;
  text-align: center;
}
#hero-block-higher .right-info form {
  max-width: 600px;
  margin-left: auto;
}
.flex.vh-center {
  align-items: center;
  justify-content: center;
}
.btn.white {
  background-color: #fff;
  color: #000;
}
.btn.white.phone-icon:before {
  position: relative;
  content: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9575 14.7215C19.9009 14.5596 19.541 14.321 18.8779 14.0064C18.6983 13.9073 18.4424 13.7725 18.1112 13.6016C17.7798 13.4306 17.4789 13.2731 17.2092 13.1291C16.9389 12.9852 16.6857 12.8458 16.4491 12.711C16.4113 12.684 16.2929 12.6054 16.0941 12.4747C15.895 12.3444 15.7271 12.2476 15.5896 12.1845C15.4523 12.1218 15.3173 12.0902 15.1847 12.0902C14.9953 12.0902 14.7588 12.2185 14.4748 12.4747C14.1908 12.7313 13.9303 13.0099 13.6936 13.3116C13.4569 13.6131 13.2059 13.8917 12.941 14.1481C12.6757 14.4046 12.4578 14.5328 12.2875 14.5328C12.202 14.5328 12.0955 14.5101 11.9677 14.4655C11.8401 14.4205 11.7429 14.382 11.6763 14.3509C11.6102 14.3192 11.4968 14.2565 11.3357 14.1617C11.1743 14.0672 11.0845 14.0155 11.0656 14.0064C9.76829 13.3226 8.65563 12.5399 7.72746 11.6586C6.79959 10.7767 5.97556 9.71985 5.25586 8.4873C5.24641 8.46929 5.19183 8.38379 5.09247 8.23094C4.99296 8.07795 4.92664 7.97014 4.8935 7.907C4.86036 7.84409 4.82011 7.75183 4.77285 7.63041C4.72558 7.50899 4.70185 7.40784 4.70185 7.32679C4.70185 7.16496 4.83683 6.95794 5.10675 6.70602C5.37662 6.45425 5.67027 6.21576 5.9874 5.99102C6.30478 5.76628 6.59814 5.51881 6.8681 5.24902C7.13797 4.9791 7.27291 4.75431 7.27291 4.57443C7.27291 4.44856 7.23977 4.32024 7.17355 4.18984C7.10727 4.05916 7.00548 3.89969 6.8681 3.71068C6.73068 3.52177 6.64784 3.40942 6.61938 3.37326C6.47748 3.14853 6.33086 2.90791 6.17915 2.6515C6.02745 2.39514 5.86187 2.10938 5.68186 1.79456C5.502 1.47988 5.36005 1.23689 5.25576 1.06599C4.9245 0.436387 4.67358 0.0943858 4.50308 0.0405996C4.43675 0.013612 4.33724 0 4.2048 0C3.94896 0 3.61521 0.0449006 3.20329 0.134985C2.79122 0.224928 2.46697 0.319267 2.23019 0.418379C1.75668 0.607198 1.25481 1.15593 0.724425 2.06439C0.241458 2.90984 0 3.74665 0 4.57419C0 4.81689 0.0165682 5.05302 0.0497047 5.28263C0.0828412 5.512 0.142049 5.77067 0.227378 6.0586C0.312557 6.34644 0.381268 6.56026 0.433212 6.6995C0.485205 6.83884 0.582276 7.08844 0.724375 7.4484C0.866275 7.80826 0.951604 8.02856 0.980013 8.10952C1.31143 8.99118 1.70444 9.77827 2.15895 10.471C2.90675 11.6225 3.92727 12.8124 5.21989 14.0404C6.51256 15.2683 7.76498 16.2377 8.9772 16.9484C9.70635 17.3801 10.5352 17.7534 11.4632 18.0684C11.5485 18.0953 11.7804 18.1761 12.159 18.3114C12.5379 18.4463 12.8007 18.5385 12.9474 18.588C13.0941 18.6375 13.3193 18.7029 13.622 18.7839C13.9254 18.865 14.1975 18.9212 14.4389 18.9529C14.6805 18.984 14.9292 19 15.1847 19C16.0558 19 16.9368 18.7705 17.8269 18.3117C18.7832 17.8081 19.3607 17.3313 19.5595 16.8811C19.6641 16.6564 19.7632 16.3483 19.8578 15.9569C19.9528 15.5656 20 15.2486 20 15.0056C20.0003 14.8793 19.986 14.785 19.9575 14.7215Z' fill='%230C71C3'/%3E%3C/svg%3E");
  top: 2px;
  margin-right: 14px;
  color: #000;
}
.btn.white:hover {
  background-color: #42a4f3;
  color: #fff;
}
.btn.dark-blue {
  background-color: #16578C;
  color: #fff;
}
.btn.dark-blue.phone-icon:before {
  position: relative;
  content: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9575 14.7215C19.9009 14.5596 19.541 14.321 18.8779 14.0064C18.6983 13.9073 18.4424 13.7725 18.1112 13.6016C17.7798 13.4306 17.4789 13.2731 17.2092 13.1291C16.9389 12.9852 16.6857 12.8458 16.4491 12.711C16.4113 12.684 16.2929 12.6054 16.0941 12.4747C15.895 12.3444 15.7271 12.2476 15.5896 12.1845C15.4523 12.1218 15.3173 12.0902 15.1847 12.0902C14.9953 12.0902 14.7588 12.2185 14.4748 12.4747C14.1908 12.7313 13.9303 13.0099 13.6936 13.3116C13.4569 13.6131 13.2059 13.8917 12.941 14.1481C12.6757 14.4046 12.4578 14.5328 12.2875 14.5328C12.202 14.5328 12.0955 14.5101 11.9677 14.4655C11.8401 14.4205 11.7429 14.382 11.6763 14.3509C11.6102 14.3192 11.4968 14.2565 11.3357 14.1617C11.1743 14.0672 11.0845 14.0155 11.0656 14.0064C9.76829 13.3226 8.65563 12.5399 7.72746 11.6586C6.79959 10.7767 5.97556 9.71985 5.25586 8.4873C5.24641 8.46929 5.19183 8.38379 5.09247 8.23094C4.99296 8.07795 4.92664 7.97014 4.8935 7.907C4.86036 7.84409 4.82011 7.75183 4.77285 7.63041C4.72558 7.50899 4.70185 7.40784 4.70185 7.32679C4.70185 7.16496 4.83683 6.95794 5.10675 6.70602C5.37662 6.45425 5.67027 6.21576 5.9874 5.99102C6.30478 5.76628 6.59814 5.51881 6.8681 5.24902C7.13797 4.9791 7.27291 4.75431 7.27291 4.57443C7.27291 4.44856 7.23977 4.32024 7.17355 4.18984C7.10727 4.05916 7.00548 3.89969 6.8681 3.71068C6.73068 3.52177 6.64784 3.40942 6.61938 3.37326C6.47748 3.14853 6.33086 2.90791 6.17915 2.6515C6.02745 2.39514 5.86187 2.10938 5.68186 1.79456C5.502 1.47988 5.36005 1.23689 5.25576 1.06599C4.9245 0.436387 4.67358 0.0943858 4.50308 0.0405996C4.43675 0.013612 4.33724 0 4.2048 0C3.94896 0 3.61521 0.0449006 3.20329 0.134985C2.79122 0.224928 2.46697 0.319267 2.23019 0.418379C1.75668 0.607198 1.25481 1.15593 0.724425 2.06439C0.241458 2.90984 0 3.74665 0 4.57419C0 4.81689 0.0165682 5.05302 0.0497047 5.28263C0.0828412 5.512 0.142049 5.77067 0.227378 6.0586C0.312557 6.34644 0.381268 6.56026 0.433212 6.6995C0.485205 6.83884 0.582276 7.08844 0.724375 7.4484C0.866275 7.80826 0.951604 8.02856 0.980013 8.10952C1.31143 8.99118 1.70444 9.77827 2.15895 10.471C2.90675 11.6225 3.92727 12.8124 5.21989 14.0404C6.51256 15.2683 7.76498 16.2377 8.9772 16.9484C9.70635 17.3801 10.5352 17.7534 11.4632 18.0684C11.5485 18.0953 11.7804 18.1761 12.159 18.3114C12.5379 18.4463 12.8007 18.5385 12.9474 18.588C13.0941 18.6375 13.3193 18.7029 13.622 18.7839C13.9254 18.865 14.1975 18.9212 14.4389 18.9529C14.6805 18.984 14.9292 19 15.1847 19C16.0558 19 16.9368 18.7705 17.8269 18.3117C18.7832 17.8081 19.3607 17.3313 19.5595 16.8811C19.6641 16.6564 19.7632 16.3483 19.8578 15.9569C19.9528 15.5656 20 15.2486 20 15.0056C20.0003 14.8793 19.986 14.785 19.9575 14.7215Z' fill='white'/%3E%3C/svg%3E");
  top: 2px;
  margin-right: 14px;
  color: #000;
}
.btn.dark-blue:hover {
  background-color: #42a4f3;
}
.phone-icon:before {
  position: relative;
  content: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M19.9575 14.7215C19.9009 14.5596 19.541 14.321 18.8779 14.0064C18.6983 13.9073 18.4424 13.7725 18.1112 13.6016C17.7798 13.4306 17.4789 13.2731 17.2092 13.1291C16.9389 12.9852 16.6857 12.8458 16.4491 12.711C16.4113 12.684 16.2929 12.6054 16.0941 12.4747C15.895 12.3444 15.7271 12.2476 15.5896 12.1845C15.4523 12.1218 15.3173 12.0902 15.1847 12.0902C14.9953 12.0902 14.7588 12.2185 14.4748 12.4747C14.1908 12.7313 13.9303 13.0099 13.6936 13.3116C13.4569 13.6131 13.2059 13.8917 12.941 14.1481C12.6757 14.4046 12.4578 14.5328 12.2875 14.5328C12.202 14.5328 12.0955 14.5101 11.9677 14.4655C11.8401 14.4205 11.7429 14.382 11.6763 14.3509C11.6102 14.3192 11.4968 14.2565 11.3357 14.1617C11.1743 14.0672 11.0845 14.0155 11.0656 14.0064C9.76829 13.3226 8.65563 12.5399 7.72746 11.6586C6.79959 10.7767 5.97556 9.71985 5.25586 8.4873C5.24641 8.46929 5.19183 8.38379 5.09247 8.23094C4.99296 8.07795 4.92664 7.97014 4.8935 7.907C4.86036 7.84409 4.82011 7.75183 4.77285 7.63041C4.72558 7.50899 4.70185 7.40784 4.70185 7.32679C4.70185 7.16496 4.83683 6.95794 5.10675 6.70602C5.37662 6.45425 5.67027 6.21576 5.9874 5.99102C6.30478 5.76628 6.59814 5.51881 6.8681 5.24902C7.13797 4.9791 7.27291 4.75431 7.27291 4.57443C7.27291 4.44856 7.23977 4.32024 7.17355 4.18984C7.10727 4.05916 7.00548 3.89969 6.8681 3.71068C6.73068 3.52177 6.64784 3.40942 6.61938 3.37326C6.47748 3.14853 6.33086 2.90791 6.17915 2.6515C6.02745 2.39514 5.86187 2.10938 5.68186 1.79456C5.502 1.47988 5.36005 1.23689 5.25576 1.06599C4.9245 0.436387 4.67358 0.0943858 4.50308 0.0405996C4.43675 0.013612 4.33724 0 4.2048 0C3.94896 0 3.61521 0.0449006 3.20329 0.134985C2.79122 0.224928 2.46697 0.319267 2.23019 0.418379C1.75668 0.607198 1.25481 1.15593 0.724425 2.06439C0.241458 2.90984 0 3.74665 0 4.57419C0 4.81689 0.0165682 5.05302 0.0497047 5.28263C0.0828412 5.512 0.142049 5.77067 0.227378 6.0586C0.312557 6.34644 0.381268 6.56026 0.433212 6.6995C0.485205 6.83884 0.582276 7.08844 0.724375 7.4484C0.866275 7.80826 0.951604 8.02856 0.980013 8.10952C1.31143 8.99118 1.70444 9.77827 2.15895 10.471C2.90675 11.6225 3.92727 12.8124 5.21989 14.0404C6.51256 15.2683 7.76498 16.2377 8.9772 16.9484C9.70635 17.3801 10.5352 17.7534 11.4632 18.0684C11.5485 18.0953 11.7804 18.1761 12.159 18.3114C12.5379 18.4463 12.8007 18.5385 12.9474 18.588C13.0941 18.6375 13.3193 18.7029 13.622 18.7839C13.9254 18.865 14.1975 18.9212 14.4389 18.9529C14.6805 18.984 14.9292 19 15.1847 19C16.0558 19 16.9368 18.7705 17.8269 18.3117C18.7832 17.8081 19.3607 17.3313 19.5595 16.8811C19.6641 16.6564 19.7632 16.3483 19.8578 15.9569C19.9528 15.5656 20 15.2486 20 15.0056C20.0003 14.8793 19.986 14.785 19.9575 14.7215Z' fill='white'/%3E%3C/svg%3E");
  top: 2px;
  margin-right: 14px;
}
.image-info-v.bottom-gradient {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .image-info-v.bottom-gradient {
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .image-info-v.bottom-gradient {
    padding-bottom: 35px;
  }
}
.image-info-v.bottom-gradient:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 50%;
  left: 0;
  background: linear-gradient(0deg, #f5fbff 0%, rgba(255, 255, 255, 0) 100%);
}
.image-info-v .wrap form input[type="text"], .image-info-v .wrap form input[type="email"], .image-info-v .wrap form input[type="url"], .image-info-v .wrap form input[type="tel"], .image-info-v .wrap form input[type="search"], .image-info-v .wrap form input[type="password"], .image-info-v .wrap form textarea, .image-info-v .wrap form select {
  border: 1px solid rgba(12, 113, 195, 0.5);
  border-radius: 10px;
  background: #f6fbff;
  color: #555555;
}
.image-info-v .wrap form input[type="text"]::placeholder, .image-info-v .wrap form input[type="email"]::placeholder, .image-info-v .wrap form input[type="url"]::placeholder, .image-info-v .wrap form input[type="tel"]::placeholder, .image-info-v .wrap form input[type="search"]::placeholder, .image-info-v .wrap form input[type="password"]::placeholder, .image-info-v .wrap form textarea::placeholder, .image-info-v .wrap form select::placeholder {
  color: #555555;
}
.image-info-v .wrap form .wpcf7-form-control-wrap:has(select):before {
  position: absolute;
  display: block;
  content: "";
  width: 11px;
  height: 8px;
  background-color: #0C71C3;
  inset: 0 auto;
  right: 25px;
  margin: auto 0;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.image-info-v .wrap form .wpcf7-form-control-wrap:has(select:focus):before {
  clip-path: polygon(50% 0, 100% 100%, 0% 100%);
}
.image-info-v .wrap form .wpcf7-form-control-wrap :is(select, input):open:before {
  clip-path: polygon(50% 0, 100% 100%, 0% 100%);
}
.image-info-v .wrap ul li {
  padding-left: 33px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  color: #000;
}
.image-info-v .wrap ul li:not(:last-child) {
  margin-bottom: 23px;
}
@media (max-width: 1024px) {
  .image-info-v .wrap ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .image-info-v .wrap ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .image-info-v .wrap ul li {
    padding-left: 25px;
  }
}
.image-info-v .wrap ul li:before {
  position: absolute;
  content: "✓";
  top: 0px;
  left: 0;
  color: #0C71C3;
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
header > .wrap {
  background: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  gap: 10px;
}
@media (max-width: 1440px) {
  header > .wrap {
    padding: 15px 25px;
  }
}
@media (max-width: 1024px) {
  header > .wrap {
    padding-right: 50px;
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  header > .wrap {
    padding-left: 10px;
  }
}
@media (max-width: 1440px) {
  header > .wrap > .btn {
    display: none;
  }
}
@media (max-width: 1024px) {
  header > .wrap > .btn {
    display: block;
  }
}
@media (max-width: 1440px) {
  header .logo {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  header .logo {
    max-width: 130px;
  }
}
@media (max-width: 380px) {
  header .logo {
    max-width: 118px;
  }
}
header .logo:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .header-call-us {
    display: none;
  }
}
.header-call-us .icon {
  background: #b7d5ed;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  margin-right: 17px;
}
.header-call-us .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-call-us .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-call-us .text span {
  font-size: 14px;
  color: #ABABAB;
  font-weight: 500;
}
.header-call-us .text a.phone {
  font-size: 19px;
  color: #111;
  font-weight: 600;
}
.header-call-us .text a.phone:hover {
  color: #0C71C3;
}
footer {
  background: #0C71C3;
}
footer .top {
  padding: 60px 0 40px;
  margin-bottom: 23px;
  border-bottom: 1px solid #666;
  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;
  gap: 20px;
}
@media (max-width: 1024px) {
  footer .top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer .top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
  }
}
footer .top .logo-with-text {
  margin-right: 100px;
}
@media (max-width: 1540px) {
  footer .top .logo-with-text {
    margin-right: 0px;
  }
}
@media (max-width: 1024px) {
  footer .top .logo-with-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .top .logo-with-text .footer-logo {
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
  display: inline-block;
}
footer .top .level_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
@media (max-width: 1540px) {
  footer .top .level_a {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  footer .top .level_a {
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
footer .top .level_a > .menu-item > a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 40px;
  color: #fff;
  pointer-events: none;
}
footer .top .level_a > .menu-item .sub-menu .menu-item {
  margin-bottom: 27px;
  line-height: 1;
}
footer .top .level_a > .menu-item .sub-menu .menu-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 0;
}
footer .top .level_a > .menu-item .sub-menu .menu-item a:hover {
  opacity: 1;
}
footer .top .address p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
footer .top .address p img {
  margin-bottom: 0;
}
footer .top .contacts {
  color: #fff;
}
footer .top .contacts .title {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  pointer-events: none;
}
footer .top .contacts .medium {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  opacity: 0.7;
}
footer .top .contacts p {
  line-height: 1;
  color: #fff;
}
footer .top .contacts p:has(.title) {
  margin-bottom: 40px;
  color: #fff;
}
footer .top .contacts p:has(a > img) a {
  opacity: 1;
}
footer .top .contacts p:empty {
  opacity: 0.7;
  font-weight: 400;
  font-size: 12px;
}
footer .top .contacts p:empty a {
  font-size: inherit;
}
footer .top .contacts p a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
footer .top .contacts p a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  footer .top .contacts p a img {
    margin: 0 auto;
  }
}
footer .bottom {
  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;
  margin-bottom: 31px;
}
@media (max-width: 1024px) {
  footer .bottom {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
footer .bottom p {
  color: #fff;
}
footer .bottom p:last-child {
  margin-bottom: 0;
}
footer .bottom .copyright {
  font-size: 18px;
  color: #fff;
}
footer .bottom .copyright p {
  display: inline;
  margin-bottom: 0;
}
footer .bottom .copyright p a {
  color: inherit;
  text-decoration: underline;
}
footer .bottom .copyright p a:hover {
  text-decoration: none;
}
footer .bottom .social-icons-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;
  gap: 25px;
}
footer .bottom .social-icons-wrapper p {
  margin-bottom: 0;
}
footer .bottom .social-icons-wrapper .share-icons a, footer .bottom .social-icons-wrapper .social-icons a {
  background: rgba(255, 255, 255, 0.3);
}
.block-with-check-mark {
  margin: 106px 0 104px;
}
@media (max-width: 1440px) {
  .block-with-check-mark {
    margin: 65px 0;
  }
}
@media (max-width: 1024px) {
  .block-with-check-mark {
    margin: 45px 0;
  }
}
@media (max-width: 768px) {
  .block-with-check-mark {
    margin: 35px 0;
  }
}
.block-with-check-mark .container {
  background: url("../img/background-container.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgba(12, 113, 195, 0.5);
  border-radius: 40px;
  padding: 85px 55px 85px 49px;
}
@media (max-width: 1440px) {
  .block-with-check-mark .container {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .block-with-check-mark .container {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .block-with-check-mark .container {
    padding: 25px;
  }
}
.block-with-check-mark .container .title {
  text-align: center;
  margin-bottom: 43px;
}
@media (max-width: md) {
  .block-with-check-mark .container .title {
    margin-bottom: 35px;
  }
}
@media (max-width: sm) {
  .block-with-check-mark .container .title {
    margin-bottom: 25px;
  }
}
.block-with-check-mark .container .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 61px;
}
@media (max-width: 1440px) {
  .block-with-check-mark .container .items {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .block-with-check-mark .container .items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 31px;
  }
}
@media (max-width: 768px) {
  .block-with-check-mark .container .items {
    gap: 10px;
    margin-bottom: 21px;
  }
}
.block-with-check-mark .container .items > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .block-with-check-mark .container .items > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100%);
    -moz-box-flex: 0;
    -moz-flex: 0 0 calc(100%);
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%);
  }
}
.block-with-check-mark .container .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1440px) {
  .block-with-check-mark .container .items .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.block-with-check-mark .container .items .item:nth-child(2n) {
  border-inline: 1px solid #0c71c3;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .block-with-check-mark .container .items .item:nth-child(2n) {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .block-with-check-mark .container .items .item:nth-child(2n) {
    border-block: 1px solid #0c71c3;
    border-inline: none;
    padding: 20px 0;
  }
}
.block-with-check-mark .container .items .item .checkmark {
  -webkit-flex-basis: 60px;
  -moz-flex-basis: 60px;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
}
.block-with-check-mark .container .items .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.block-with-check-mark .container .items .item .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 161%;
  color: #0c71c3;
  padding-bottom: 0;
}
.block-with-check-mark .container .button {
  text-align: center;
}
.cards-with-icon {
  margin: 104px 0 109px;
}
@media (max-width: 1440px) {
  .cards-with-icon {
    margin: 80px 0;
  }
}
@media (max-width: 1024px) {
  .cards-with-icon {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .cards-with-icon {
    margin: 30px 0;
  }
}
.cards-with-icon .cards {
  -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%;
}
.cards-with-icon .cards > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .cards-with-icon .cards {
    -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%;
  }
  .cards-with-icon .cards > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.cards-with-icon .cards .card {
  margin-bottom: 0;
  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;
  gap: 31px;
  padding: 62px 34px 63px 44px;
}
@media (max-width: 1440px) {
  .cards-with-icon .cards .card {
    padding: 32px 24px;
    gap: 20px;
  }
}
@media (max-width: 1300px) {
  .cards-with-icon .cards .card {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .cards-with-icon .cards .card {
    padding: 32px 24px;
    gap: 31px;
  }
}
@media (max-width: 768px) {
  .cards-with-icon .cards .card {
    padding: 32px 24px;
    gap: 10px;
    text-align: center;
  }
  .cards-with-icon .cards .card:not(:last-child) {
    margin-bottom: 10px;
  }
}
.cards-with-icon .cards .card:nth-child(3n+1) {
  border-radius: 40px 10px 10px 40px;
  background: #0c71c3;
}
@media (max-width: 768px) {
  .cards-with-icon .cards .card:nth-child(3n+1) {
    border-radius: 40px 40px 10px 10px;
  }
}
.cards-with-icon .cards .card:nth-child(3n+2) {
  border-radius: 10px;
  background: #0f9ade;
}
.cards-with-icon .cards .card:nth-child(3n) {
  border-radius: 10px 50px 50px 10px;
  background: #0c71c3;
}
@media (max-width: 768px) {
  .cards-with-icon .cards .card:nth-child(3n) {
    border-radius: 10px 10px 50px 50px;
  }
}
.cards-with-icon .cards .card .image {
  -webkit-flex-basis: 95px;
  -moz-flex-basis: 95px;
  -ms-flex-preferred-size: 95px;
  flex-basis: 95px;
  width: 95px;
}
.cards-with-icon .cards .card .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cards-with-icon .cards .card .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #fff;
  margin-bottom: 0;
  word-break: normal;
}
.cards-with-icon .cards .card .text p a {
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #fff;
  margin-bottom: 0;
  word-break: normal;
  text-decoration: none;
}
.cards-with-icon .cards .card .text p a:hover {
  opacity: 0.7;
}
.simple-content {
  margin: 45px 0;
}
.simple-content a {
  color: inherit;
  text-decoration: underline;
  -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;
}
.simple-content a:hover {
  opacity: 0.7;
}
.demarcation-line {
  margin: 50px 0;
}
.demarcation-line .line {
  background: #0c71c3;
  opacity: 0.5;
  width: 100%;
  height: 2px;
}
.list-with-blue-background {
  margin: 85px 0;
}
@media (max-width: 1024px) {
  .list-with-blue-background {
    margin: 45px 0;
  }
}
@media (max-width: 768px) {
  .list-with-blue-background {
    margin: 35px 0;
  }
}
.list-with-blue-background.gradient {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .list-with-blue-background.gradient {
    padding-top: 35px;
  }
}
.list-with-blue-background.gradient:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 50%;
  left: 0;
  background: linear-gradient(180deg, #f5fbff 0%, rgba(255, 255, 255, 0) 100%);
}
.list-with-blue-background .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 84px;
}
@media (max-width: 1440px) {
  .list-with-blue-background .wrapper {
    gap: 44px;
  }
}
@media (max-width: 1024px) {
  .list-with-blue-background .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .list-with-blue-background .wrapper {
    gap: 14px;
  }
}
.list-with-blue-background .wrapper .text-info {
  -webkit-flex-basis: 41.9%;
  -moz-flex-basis: 41.9%;
  -ms-flex-preferred-size: 41.9%;
  flex-basis: 41.9%;
}
.list-with-blue-background .wrapper .text-info p a {
  color: inherit;
  text-decoration: underline;
  -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;
}
.list-with-blue-background .wrapper .text-info p a:hover {
  opacity: 0.7;
}
.list-with-blue-background .wrapper .list-with-background {
  background: #0f9ade;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 40px;
  padding: 50px 51px 50px 66px;
}
@media (max-width: 1024px) {
  .list-with-blue-background .wrapper .list-with-background {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .list-with-blue-background .wrapper .list-with-background {
    border-radius: 20px;
    padding: 20px;
  }
}
.list-with-blue-background .wrapper .list-with-background p {
  color: #fff;
}
.list-with-blue-background .wrapper .list-with-background p a {
  color: #fff;
  text-decoration: underline;
}
.list-with-blue-background .wrapper .list-with-background p a:hover {
  opacity: 0.7;
}
.list-with-blue-background .wrapper .list-with-background ul li {
  padding-left: 33px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  color: #fff;
}
.list-with-blue-background .wrapper .list-with-background ul li:not(:last-child) {
  margin-bottom: 23px;
}
@media (max-width: 1024px) {
  .list-with-blue-background .wrapper .list-with-background ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .list-with-blue-background .wrapper .list-with-background ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .list-with-blue-background .wrapper .list-with-background ul li {
    padding-left: 25px;
  }
}
.list-with-blue-background .wrapper .list-with-background ul li:before {
  position: absolute;
  content: "";
  top: 9px;
  width: 9px;
  height: 9px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #0f9ade;
  box-shadow: 0 0 0 2px white;
  left: 0;
}
@media (max-width: 1024px) {
  .list-with-blue-background .wrapper .list-with-background ul li:before {
    width: 6px;
    height: 6px;
    border: 2px solid #0f9ade;
    box-shadow: 0 0 0 1px white;
  }
}
.hour-care-block .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .hour-care-block .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hour-care-block .wrapper .left-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 40px 0 0 40px;
  background: #0C71C3;
  display: grid;
  place-content: center;
}
@media (max-width: 768px) {
  .hour-care-block .wrapper .left-text {
    border-radius: 40px 40px 0 0;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .hour-care-block .wrapper .left-text {
    border-radius: 40px 40px 0 0;
    padding: 10px;
  }
}
.hour-care-block .wrapper .left-text p {
  text-align: center;
  font-family: "Lora";
  font-weight: 700;
  font-size: clamp(40px, 3.7vw, 71px);
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
}
.hour-care-block .wrapper .left-text p span {
  font-weight: 400;
  color: #77c2ff;
  font-size: clamp(80px, 7vw, 128px);
}
@media (max-width: 768px) {
  .hour-care-block .wrapper .left-text p span {
    font-size: clamp(40px, 3.7vw, 71px);
  }
}
.hour-care-block .wrapper .right-text {
  position: relative;
  overflow: hidden;
  border-radius: 0 40px 40px 0;
  -webkit-flex-basis: 65%;
  -moz-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  padding: 65px 75px 64px 75px;
}
@media (max-width: 1440px) {
  .hour-care-block .wrapper .right-text {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding: 50px 60px;
  }
}
@media (max-width: 1024px) {
  .hour-care-block .wrapper .right-text {
    -webkit-flex-basis: 65%;
    -moz-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  .hour-care-block .wrapper .right-text {
    border-radius: 0 0 40px 40px;
    padding: 20px;
    text-align: center;
  }
}
.hour-care-block .wrapper .right-text p {
  color: #fff;
}
.hour-care-block .wrapper .right-text .image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hour-care-block .wrapper .right-text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-items {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .services-items {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .services-items {
    padding: 35px 0;
  }
}
.services-items:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 50%;
  left: 0;
  background: linear-gradient(180deg, #f5fbff 0%, rgba(255, 255, 255, 0) 100%);
}
.services-items:after {
  position: absolute;
  width: min(1440px, 96%);
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  border: 1px solid rgba(12, 113, 195, 0.5);
}
.services-items .top-title {
  margin-bottom: 59px;
}
@media (max-width: 1024px) {
  .services-items .top-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .services-items .top-title {
    margin-bottom: 25px;
  }
}
.services-items .archive-services-block {
  position: relative;
  margin-bottom: 80px;
}
.services-items .archive-services-block:before {
  top: -280px;
  left: -230px;
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='262' height='578' viewBox='0 0 262 578' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M-46.6327 0.694997C-38.4247 83.956 110.172 234.124 180.087 161.627C250.002 89.1292 188.428 51.5975 147.437 77.2824C106.445 102.967 79.8011 178.684 158.894 300.201C239.747 424.422 292.436 518.406 239.57 577' stroke='%230C71C3'/%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .services-items .archive-services-block {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .services-items .archive-services-block {
    margin-bottom: 25px;
  }
}
.services-home {
  margin: 104px 0 111px;
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 1024px) {
  .services-home {
    margin: 45px 0;
    padding: 45px 0 0;
  }
}
@media (max-width: 768px) {
  .services-home {
    margin: 35px 0;
    padding: 35px 0 0;
  }
}
.services-home:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 50%;
  left: 0;
  background: linear-gradient(180deg, #f5fbff 0%, rgba(255, 255, 255, 0) 100%);
}
.services-home .services-top-title {
  margin-bottom: 45px;
}
.services-home .tabs .tab-titles {
  border: 1px solid #0c71c3;
  border-radius: 20px;
  width: max-content;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 68px;
}
@media (max-width: 1024px) {
  .services-home .tabs .tab-titles {
    margin: 0 auto 35px;
  }
}
@media (max-width: 768px) {
  .services-home .tabs .tab-titles {
    margin: 0 auto 25px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
.services-home .tabs .tab-titles li {
  display: block;
  margin-right: 10px;
  cursor: pointer;
  padding: 5px 35px;
}
@media (max-width: 768px) {
  .services-home .tabs .tab-titles li {
    padding: 15px 35px;
  }
}
.services-home .tabs .tab-titles li a {
  color: #999;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 170%;
  text-align: center;
}
.services-home .tabs .tab-titles li.active {
  background: #0c71c3;
  border-radius: 15px;
}
.services-home .tabs .tab-titles li.active a {
  color: #fff;
}
.services-home .tabs .tab-content .tab-pane {
  display: none;
}
.services-home .tabs .tab-content .tab-pane.active {
  display: block;
}
.left-right-text {
  position: relative;
  margin: 91px 0;
}
@media (max-width: 1024px) {
  .left-right-text {
    margin: 45px 0;
  }
}
@media (max-width: 768px) {
  .left-right-text {
    margin: 35px 0;
  }
}
.left-right-text:before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='163' height='483' viewBox='0 0 163 483' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M-144.308 29.7662C-122.376 18.7237 -40.5326 -21.7021 14.8174 19.7821C70.1675 61.2664 78.382 85.6526 117.884 81.3925C157.386 77.1324 168.837 60.6222 158.174 43.1343C147.51 25.6464 116.525 31.2836 89.2086 67.1125C61.8926 102.941 -124.574 294.896 -16.3258 481.857' stroke='%230C71C3'/%3E%3C/svg%3E");
  bottom: -500px;
}
@media (max-width: 1700px) {
  .left-right-text:before {
    left: -100px;
  }
}
@media (max-width: 1440px) {
  .left-right-text:before {
    display: none;
  }
}
.left-right-text form input[type="text"], .left-right-text form input[type="email"], .left-right-text form input[type="url"], .left-right-text form input[type="tel"], .left-right-text form input[type="search"], .left-right-text form input[type="password"], .left-right-text form textarea, .left-right-text form select {
  border: 1px solid rgba(12, 113, 195, 0.5);
  border-radius: 10px;
  background: #f6fbff;
  color: #555555;
}
.left-right-text form input[type="text"]::placeholder, .left-right-text form input[type="email"]::placeholder, .left-right-text form input[type="url"]::placeholder, .left-right-text form input[type="tel"]::placeholder, .left-right-text form input[type="search"]::placeholder, .left-right-text form input[type="password"]::placeholder, .left-right-text form textarea::placeholder, .left-right-text form select::placeholder {
  color: #555555;
}
.left-right-text form .wpcf7-form-control-wrap:has(select):before {
  position: absolute;
  display: block;
  content: "";
  width: 11px;
  height: 8px;
  background-color: #0C71C3;
  inset: 0 auto;
  right: 25px;
  margin: auto 0;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.left-right-text form .wpcf7-form-control-wrap:has(select:focus):before {
  clip-path: polygon(50% 0, 100% 100%, 0% 100%);
}
.left-right-text form .wpcf7-form-control-wrap :is(select, input):open:before {
  clip-path: polygon(50% 0, 100% 100%, 0% 100%);
}
.left-right-text ul {
  margin-bottom: 30px;
}
.left-right-text ul li {
  padding-left: 33px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  color: #000;
}
.left-right-text ul li:not(:last-child) {
  margin-bottom: 23px;
}
@media (max-width: 1024px) {
  .left-right-text ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .left-right-text ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .left-right-text ul li {
    padding-left: 25px;
  }
}
.left-right-text ul li:before {
  position: absolute;
  content: "✓";
  top: 0px;
  left: 0;
  color: #0C71C3;
}
.left-right-text .top-info {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .left-right-text .top-info {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .left-right-text .top-info {
    margin-bottom: 25px;
  }
}
.left-right-text .flex p:not(:last-child) {
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .left-right-text .flex p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.left-right-text .flex .md-12:not(:last-child) {
  margin-bottom: 20px;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-preferred-size: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-preferred-size: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-preferred-size: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-preferred-size: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-preferred-size: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-preferred-size: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-preferred-size: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-preferred-size: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-preferred-size: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-preferred-size: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.block_with_border {
  background: url(../img/background-container.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(12, 113, 195, 0.5);
  border-bottom: 1px solid rgba(12, 113, 195, 0.5);
  text-align: center;
  padding: 106px 0 104px;
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .block_with_border {
    padding: 45px 0;
    margin: 45px 0;
  }
}
@media (max-width: 768px) {
  .block_with_border {
    margin: 35px 0;
    padding: 35px 0;
  }
}
.block_with_border h3 {
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .block_with_border h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .block_with_border h3 {
    margin-bottom: 15px;
  }
}
.block_with_border .text {
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .block_with_border .text {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .block_with_border .text {
    margin-bottom: 15px;
  }
}
.bg-dark {
  position: relative;
}
.bg-dark:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.home #top {
  min-height: 910px;
}
@media (max-width: 1366px) {
  .home #top {
    min-height: 650px;
  }
}
@media (max-width: 1024px) {
  .home #top {
    min-height: 470px;
  }
}
@media (max-width: 768px) {
  .home #top {
    background-position: right center;
  }
}
@media (max-width: 600px) {
  .home #top {
    margin-top: 125px;
  }
}
@media (max-width: 480px) {
  .home #top {
    margin-top: 100px;
    min-height: 100vh;
    background-position: 83% 50%;
  }
}
.home #top .info {
  max-width: 910px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .home #top .info {
    margin-top: 20px;
  }
}
.home #top .info h1 {
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .home #top .info h1 {
    text-shadow: 1px 1px 1px #000, 1px 1px 2px #000;
  }
}
.home #top .info p {
  margin-bottom: 44px;
  font-size: 26px;
}
@media (max-width: 768px) {
  .home #top .info p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home #top .info p {
    text-shadow: 1px 1px 1px #000, 1px 1px 2px #000;
  }
}
.home #top .btn {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .home #top .btn {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.home #top .btn svg {
  margin-right: 5px;
}
.home #top .btn svg path {
  fill: #85b8e1;
}
.home-logo-slider {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .home-logo-slider {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .home-logo-slider {
    padding-bottom: 35px;
    margin-top: 80px;
  }
}
.home-logo-slider .slider-container {
  margin-top: -100px;
  background: #fff;
  padding: 35px 70px;
  border-radius: 40px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 480px) {
  .home-logo-slider .slider-container {
    padding: 35px 50px;
  }
}
.home-logo-slider .slider-container .text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.home-logo-slider .slider-container .sliderHolder {
  background: #F6FBFF;
  border: 1px solid #d9dde1;
  border-radius: 20px;
  padding: 20px 35px;
}
@media (max-width: 480px) {
  .home-logo-slider .slider-container .sliderHolder {
    padding: 20px 10px;
  }
}
.home-logo-slider .slider-container .swiper-slide img {
  width: 80%;
  max-width: 180px;
  margin: 0 auto;
  filter: grayscale(100%);
}
.home-logo-slider .slider-container .swiper-button {
  position: absolute;
  bottom: 95px;
  cursor: pointer;
}
.home-logo-slider .slider-container .swiper-button svg {
  font-size: 20px;
}
.home-logo-slider .slider-container .swiper-button svg path {
  fill: #0C71C3;
}
.home-logo-slider .slider-container .swiper-button.button-prev {
  left: 28px;
}
.home-logo-slider .slider-container .swiper-button.button-next {
  right: 28px;
}
.testimonials {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .testimonials {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .testimonials {
    padding: 35px 0;
  }
}
.testimonials .testimonials-slider {
  max-width: 53%;
  display: inline-block;
  margin-right: 45px;
  width: 100%;
  border-radius: 40px;
  padding: 137px 84px 51px;
  position: relative;
}
@media (max-width: 1024px) {
  .testimonials .testimonials-slider {
    max-width: 100%;
    padding: 50px 60px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .testimonials .testimonials-slider {
    padding: 35px 45px 20px;
  }
}
.testimonials .testimonials-slider .text {
  color: #fff;
  font-size: 20px;
  margin-bottom: 23px;
}
.testimonials .testimonials-slider .image-name {
  display: flex;
  align-items: center;
}
.testimonials .testimonials-slider .image-name .image {
  flex-basis: 80px;
  margin-right: 23px;
}
.testimonials .testimonials-slider .image-name .image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.testimonials .testimonials-slider .image-name .name {
  font-size: 26px;
  font-weight: 700;
  font-family: "Lora";
  color: #fff;
}
.testimonials .testimonials-title {
  max-width: 36%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 45px;
}
@media (max-width: 1024px) {
  .testimonials .testimonials-title {
    max-width: 100%;
    margin-left: 0;
  }
}
.testimonials .swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  width: 58px;
  height: 58px;
  outline: 10px solid #fff;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0C71C3;
  -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) {
  .testimonials .swiper-button {
    width: 45px;
    height: 45px;
  }
}
.testimonials .swiper-button:hover {
  background: #0C71C3;
}
.testimonials .swiper-button:hover svg path {
  fill: #fff;
}
.testimonials .swiper-button svg {
  font-size: 20px;
  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;
}
@media (max-width: 768px) {
  .testimonials .swiper-button svg {
    font-size: 18px;
  }
}
.testimonials .swiper-button svg path {
  fill: #000;
}
.testimonials .swiper-button.button-prev {
  left: -25px;
}
@media (max-width: 1024px) {
  .testimonials .swiper-button.button-prev {
    left: -15px;
    outline: 3px solid #fff;
  }
}
@media (max-width: 480px) {
  .testimonials .swiper-button.button-prev {
    left: -10px;
  }
}
.testimonials .swiper-button.button-next {
  right: -25px;
}
@media (max-width: 1024px) {
  .testimonials .swiper-button.button-next {
    right: -15px;
    outline: 3px solid #fff;
  }
}
@media (max-width: 480px) {
  .testimonials .swiper-button.button-next {
    right: -10px;
  }
}
.testimonials .testimonials-title {
  position: relative;
}
.testimonials .testimonials-title p:last-child {
  position: relative;
}
.testimonials .testimonials-title p:last-child:before {
  content: url("../img/comment.png");
  position: absolute;
  bottom: -160px;
  left: 0;
}
.senior-home {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .senior-home {
    padding: 35px 0;
  }
}
.senior-home .item {
  flex-basis: 50%;
  padding: 75px 120px 75px 75px;
}
@media (max-width: 1280px) {
  .senior-home .item {
    padding: 35px;
  }
}
@media (max-width: 480px) {
  .senior-home .item {
    flex-basis: 100%;
    padding: 25px;
  }
}
.senior-home .item.item-1 {
  border-radius: 20px 0 0 20px;
}
@media (max-width: 480px) {
  .senior-home .item.item-1 {
    border-radius: 20px 20px 0 0;
  }
}
.senior-home .item.item-2 {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 480px) {
  .senior-home .item.item-2 {
    border-radius: 0 0 20px 20px;
  }
}
.senior-home .item h2, .senior-home .item h3 {
  color: #fff;
}
.senior-home .item h2 {
  font-size: 60px;
}
@media (max-width: 1024px) {
  .senior-home .item h2 {
    font-size: 40px;
  }
}
.senior-home .item h3 {
  font-weight: 600;
  margin-bottom: 0;
}
.how-it-works .top-title {
  text-align: center;
}
.how-it-works .top-title h3 {
  margin-bottom: 50px;
}
.how-it-works .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 -0.5%;
  width: 101%;
}
.how-it-works .items > * {
  width: 32.3333333333%;
  margin: 0 0.5% 0.6666666667em;
}
@media (max-width: 1024px) {
  .how-it-works .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%;
  }
  .how-it-works .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.how-it-works .items .item {
  padding: 50px;
  border-radius: 10px;
  background: #0C71C3;
  position: relative;
}
@media (max-width: 768px) {
  .how-it-works .items .item {
    padding: 35px;
  }
}
@media (max-width: 480px) {
  .how-it-works .items .item {
    padding: 25px;
  }
}
.how-it-works .items .item:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -20px;
  width: 55px;
  height: 55px;
  background: #0C71C3;
  transform: rotate(-45deg);
  box-shadow: 10px 10px 0 #fff;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .how-it-works .items .item:after {
    display: none;
  }
}
.how-it-works .items .item:first-child {
  border-radius: 40px 10px 10px 40px;
}
@media (max-width: 1024px) {
  .how-it-works .items .item:first-child {
    border-radius: 10px;
  }
}
.how-it-works .items .item:nth-child(2):after {
  background: #0F9ADE;
}
.how-it-works .items .item:last-child {
  border-radius: 10px 40px 40px 10px;
}
@media (max-width: 1024px) {
  .how-it-works .items .item:last-child {
    border-radius: 10px;
  }
}
.how-it-works .items .item:last-child:after {
  display: none;
}
.how-it-works .items .item:nth-child(even) {
  background: #0F9ADE;
}
.how-it-works .items .item .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .how-it-works .items .item .top {
    display: block;
  }
}
.how-it-works .items .item .image {
  width: 95px;
  height: 95px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 50%;
  position: relative;
  margin-right: 14px;
}
@media (max-width: 480px) {
  .how-it-works .items .item .image {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.how-it-works .items .item .image img {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.how-it-works .items .item .title .step {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Lora";
  font-weight: 500;
}
.how-it-works .items .item .title h4 {
  font-size: 35px;
  color: #fff;
}
.how-it-works .items .item .bottom p {
  font-weight: 300;
  padding-bottom: 0;
  color: #fff;
}
.top-description {
  text-align: center;
  color: #fff;
}
.top-description p {
  font-size: 24px;
}
.tpl-thank-you .box-content-v {
  margin: 160px 0 80px;
}
@media (max-width: 1024px) {
  .tpl-thank-you .box-content-v {
    margin: 130px 0 60px;
  }
}
@media (max-width: 768px) {
  .tpl-thank-you .box-content-v {
    margin: 120px 0 60px;
  }
}
.posts-wrapper {
  -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.75%;
  width: 101.5%;
}
.posts-wrapper > * {
  width: 23.5%;
  margin: 0 0.75% 0.9375em;
}
@media (max-width: 1240px) {
  .posts-wrapper {
    -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.75%;
    width: 101.5%;
  }
  .posts-wrapper > * {
    width: 31.8333333333%;
    margin: 0 0.75% 1em;
  }
}
@media (max-width: 1024px) {
  .posts-wrapper {
    -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-wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .posts-wrapper {
    -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-wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.pagination svg {
  vertical-align: middle;
}
.post {
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .post {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .post {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .post {
    margin-bottom: 25px;
  }
}
.post p {
  margin: 0;
}
.post .thumb {
  margin-bottom: 20px;
  display: 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;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .thumb:hover {
  opacity: 0.7;
}
.post .post-title {
  display: inline-block;
  margin-bottom: 15px;
}
.post .post-title a {
  font-weight: 600;
  font-size: 20px;
  font-family: "Lora";
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #353535;
  -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;
}
.post .post-title a:hover {
  color: #F5FBFF;
}
.time-author-block {
  font-weight: 600;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 24px;
  color: #000;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .time-author-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.time-author-block .mark-line {
  margin: 0 10px;
  display: inline-block;
  height: 12px;
  background: #878786;
  width: 2px;
}
.time-author-block .author-photo {
  margin-right: 30px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .time-author-block .author-photo {
    margin-right: 15px;
  }
}
.time-author-block .author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.time-author-block .right-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.time-author-block .right-text .author, .time-author-block .right-text time {
  display: block;
}
.time-author-block .right-text .author-text {
  font-weight: 400;
  margin-top: 10px;
}
.relative-posts .relative-post-box {
  -webkit-flex-basis: 49.3%;
  -moz-flex-basis: 49.3%;
  -ms-flex-preferred-size: 49.3%;
  flex-basis: 49.3%;
}
@media (max-width: 1024px) {
  .relative-posts .relative-post-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.relative-posts .post {
  margin: 0;
}
@media (max-width: 1024px) {
  .relative-posts .post {
    margin-bottom: 25px;
  }
}
.relative-posts .post p {
  line-height: 24px;
}
.relative-posts .post.first-post .thumb {
  height: 298px;
}
@media (max-width: 600px) {
  .relative-posts .post.first-post .thumb {
    height: 220px;
  }
}
.relative-posts .post.small-post:first-child {
  margin-bottom: 20px;
}
.relative-posts .post.small-post:last-child {
  margin-bottom: 0;
}
.relative-posts .post.small-post .info {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}
@media (max-width: 1240px) {
  .relative-posts .post.small-post .info {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
@media (max-width: 600px) {
  .relative-posts .post.small-post .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.relative-posts .post.small-post .thumb {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
  margin: 0;
}
@media (max-width: 1240px) {
  .relative-posts .post.small-post .thumb {
    -webkit-flex-basis: 43%;
    -moz-flex-basis: 43%;
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
  }
}
@media (max-width: 600px) {
  .relative-posts .post.small-post .thumb {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.single-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 9.5%;
}
@media (max-width: 1240px) {
  .single-info {
    margin-right: 5%;
  }
}
@media (max-width: 1024px) {
  .single-info {
    margin-right: 3%;
  }
}
@media (max-width: 768px) {
  .single-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.single-info .thumbnail {
  margin-bottom: 30px;
  display: block;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .single-info .thumbnail {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .single-info .thumbnail {
    height: 280px;
    margin-bottom: 20px;
  }
}
.single-info .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-info .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.03em;
  color: #353535;
  font-family: "Lora";
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .single-info .title {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (max-width: 768px) {
  .single-info .title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .single-info .title {
    font-size: 20px;
  }
}
.single-info .text h1, .single-info .text h2, .single-info .text h3, .single-info .text h4, .single-info .text h5, .single-info .text h6, .single-info .text strong {
  color: #000;
}
.single-info .text strong {
  color: #0C71C3;
}
.single-info .text ul li {
  line-height: 2;
}
.single-info .text li strong {
  color: #000;
}
.index-aside {
  -webkit-flex-basis: 336px;
  -moz-flex-basis: 336px;
  -ms-flex-preferred-size: 336px;
  flex-basis: 336px;
}
@media (max-width: 768px) {
  .index-aside {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.index-aside .share-icons a, .index-aside .social-icons a {
  background: #121416;
}
.index-aside .post-title a {
  font-family: "Poppins";
}
.index-aside .btn-wrapper {
  margin-bottom: 20px;
  width: 100%;
  margin-top: 0;
}
.index-aside .btn-wrapper .btn {
  width: 100%;
}
.index-aside form .wpcf7-list-item {
  margin: 0;
}
.index-aside form .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-aside form input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  min-width: 18px;
}
.index-aside form .wpcf7-list-item-label {
  display: inline-block;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 137.5%;
  color: #A9A9A9;
}
.index-aside .aside-box {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .index-aside .aside-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .index-aside .aside-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .index-aside .aside-box {
    margin-bottom: 30px;
  }
}
.index-aside .aside-box:last-child {
  margin-bottom: 0;
}
.index-aside .aside-box.social-icons-box {
  margin-bottom: 50px;
}
.index-aside .aside-box.social-icons-box .social-icons a {
  background: transparent;
}
.index-aside .aside-box.social-icons-box .social-icons a svg {
  color: #000;
  -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;
}
.index-aside .aside-box.social-icons-box .social-icons a:hover svg {
  color: white;
}
.index-aside h5 {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .index-aside h5 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .index-aside h5 {
    font-size: 20px;
  }
}
.index-aside .form-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #121416;
}
.index-aside .latest-item {
  color: rgba(18, 20, 22, 0.81);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 40px 20px 20px;
  margin-bottom: 20px;
  background: #F5F8FF;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .index-aside .latest-item {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .index-aside .latest-item {
    padding: 20px 15px;
  }
}
.index-aside .latest-item:last-child {
  margin-bottom: 0;
}
.index-aside .latest-item .post-title {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 40px;
  color: #121416;
}
.index-aside .latest-item .post-title a {
  color: #121416;
  -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;
}
.index-aside .latest-item .post-title a:hover {
  color: #F6A31A;
}
.index-aside .latest-item .line-box {
  width: 20.66px;
  height: 1px;
  background: rgba(18, 20, 22, 0.81);
  margin: 0 15px;
}
@media (max-width: 768px) {
  .index-aside .latest-item .line-box {
    width: 12px;
    margin: 0 6px;
  }
}
.index-aside .latest-item .time-to-reed svg {
  margin-right: 9px;
}
@media (max-width: 768px) {
  .index-aside .latest-item .time-to-reed svg {
    margin-right: 5px;
  }
}
.single-post .form-info-block {
  background: #fff;
}
.also-like-block {
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.also-like-block .also-like-info {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .also-like-block .also-like-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .also-like-block .also-like-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .also-like-block .also-like-info {
    margin-bottom: 25px;
  }
}
.aside-box form input {
  border: 1px solid #0C71C3;
  color: #333;
}
.aside-box form .btn {
  color: #fff;
}
