@charset "UTF-8";
:root {
  --light-blue: #5584EF;
  --primary: #162A7C;
}

@font-face {
  font-display: fallback;
  font-family: "Prompt";
  font-weight: normal;
  src: url("../font/Prompt/Prompt.woff2") format("woff2");
  src: url("../font/Prompt/Prompt.woff") format("woff");
  src: url("../font/Prompt/Prompt.ttf");
}
@font-face {
  font-display: fallback;
  font-family: "Prompt";
  font-weight: bold;
  src: url("../font/Prompt/Prompt-Bold.woff2") format("woff2");
  src: url("../font/Prompt/Prompt-Bold.woff") format("woff");
  src: url("../font/Prompt/Prompt-Bold.ttf");
}
@font-face {
  font-display: fallback;
  font-family: "Prompt";
  font-weight: 300;
  src: url("../font/Prompt/Prompt-Light.woff2") format("woff2");
  src: url("../font/Prompt/Prompt-Light.woff") format("woff");
  src: url("../font/Prompt/Prompt-Light.ttf");
}
@font-face {
  font-display: fallback;
  font-family: "THSarabunNew";
  font-weight: normal;
  src: url("../font/THSarabunNew/THSarabunNew.woff2") format("woff2");
  src: url("../font/THSarabunNew/THSarabunNew.woff") format("woff");
  src: url("../font/THSarabunNew/THSarabunNew.ttf");
}
@font-face {
  font-display: fallback;
  font-family: "THSarabunNew";
  font-weight: bold;
  src: url("../font/THSarabunNew/THSarabunNew-Bold.woff2") format("woff2");
  src: url("../font/THSarabunNew/THSarabunNew-Bold.woff") format("woff");
  src: url("../font/THSarabunNew/THSarabunNew-Bold.ttf");
}
@font-face {
  font-display: fallback;
  font-family: "Sukhumvit";
  font-weight: normal;
  font-style: normal;
  src: url("../font/Sukhumvit/Sukhumvit-Text.woff2") format("woff2");
  src: url("../font/Sukhumvit/Sukhumvit-Text.woff") format("woff");
  src: url("../font/Sukhumvit/Sukhumvit-Text.ttf");
}
@font-face {
  font-display: fallback;
  font-family: "Sukhumvit";
  font-weight: bold;
  font-style: normal;
  src: url("../font/Sukhumvit/Sukhumvit-Bold.woff2") format("woff2");
  src: url("../font/Sukhumvit/Sukhumvit-Bold.woff") format("woff");
  src: url("../font/Sukhumvit/Sukhumvit-Bold.ttf");
}
*:focus {
  outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding-left: 30px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  padding: 10px;
}
table tbody td {
  padding: 10px;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
}

h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.435vw;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 1.145vw;
  }
}

h1,
h2,
h3,
h4,
h5,
strong,
b,
label {
  font-weight: bold;
  line-height: 1.35em;
}

p {
  margin-bottom: 15px;
}

small {
  font-size: 85%;
}

.font-size-130p {
  font-size: 130%;
}

body {
  font-size: 16px;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  color: #000;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

#wrapper {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  #main {
    min-height: 100vh;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

.pe-none {
  pointer-events: none !important;
}

#header {
  position: relative;
  width: 100%;
}
#header .nav ul {
  display: flex;
}
#header .nav .nav__item .nav__link {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  #header .nav .nav__item .nav__link {
    font-size: 16px;
  }
}
#header .nav__buttons {
  align-items: center;
  margin: 8px 0px;
}
@media screen and (min-width: 768px) {
  #header .nav__buttons {
    display: flex;
  }
}
#header .nav__buttons .button-group {
  display: flex;
  margin: 0px 8px;
  border-radius: 25px;
}
#header .nav__buttons .button-group a {
  letter-spacing: 1px;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#header .nav__buttons .dropdown--language {
  position: relative;
  font-weight: bold;
}
#header .nav__buttons .dropdown--language .dropdown {
  padding: 8px 12px;
  cursor: pointer;
}
#header .nav__buttons .dropdown--language .dropdown .dropdown-toggle {
  letter-spacing: 1px;
  color: #fff;
  background-color: #162A7C;
  border-radius: 48px;
  padding: 16px;
  font-size: 14px;
  font-weight: bold;
}
#header .nav__buttons .dropdown--language .dropdown .dropdown-toggle::after {
  display: none;
}
#header .header__logo {
  position: absolute;
  display: none;
  left: 20px;
  top: 18px;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  #header .header__logo {
    left: 20px;
    top: 15px;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #header .header__logo {
    left: 0;
  }
}
#header .header__logo img {
  width: 85px;
  margin-top: -15px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  #header .header__logo img {
    width: 120px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #header .header__logo img {
    width: 174px;
  }
}
#header .header__top {
  position: relative;
  color: #525252;
  display: flex;
  justify-content: flex-end;
  padding-left: 95px;
}
#header .header__top .nav {
  display: none;
}
@media screen and (min-width: 768px) {
  #header .header__top .nav {
    display: flex;
  }
}
#header .header__top .nav .nav__link {
  color: #525252;
  font-weight: 400;
}
#header .header__top .nav .nav__link:hover {
  color: #5584EF;
}
#header .header__top .nav .dropdown-toggle {
  position: relative;
  margin-right: 15px;
}
#header .header__top .nav .dropdown-toggle::after {
  font-family: "Font Awesome 5 Pro";
  content: "\F107";
  border: 0px;
  position: absolute;
  right: 10px;
  top: 22px;
}
#header .header__top .nav .dropdown-menu {
  border-radius: 14px;
  border: 0px;
  box-shadow: 0px 7.8716px 23.6148px rgba(0, 0, 0, 0.1);
}
#header .header__top .nav .dropdown-menu .menu__header {
  font-weight: 600 !important;
}
#header .header__top .nav .dropdown-menu .dropdown-item {
  color: #525252;
  font-weight: 400;
}
#header .header__top .nav .dropdown-menu .dropdown-item:hover {
  color: #5584EF;
  background-color: transparent;
}
#header .header__top .nav .nav__item.is-active .nav__link::after {
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 3px;
  border-radius: 3px;
}
#header .header__mobile {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  z-index: 3;
  transition: all 0.25s;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #header .header__mobile {
    padding: 0px 25px;
  }
}
#header .header__mobile.is-active {
  background-color: #F0F9F2;
}
#header .header__mobile .bar {
  z-index: 3;
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 15px 0px 15px 15px;
}
#header .header__mobile .bar .bar__logo > img {
  width: 164px;
}
#header .header__mobile .nav {
  z-index: 3;
  padding-right: 15px;
  align-items: center;
}
#header .header__mobile .hamburger-menu-button {
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  position: relative;
  z-index: 3;
  background-color: transparent;
  border: none;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
}
#header .header__mobile .hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
#header .header__mobile .hamburger-menu-button-open,
#header .header__mobile .hamburger-menu-button-open::before,
#header .header__mobile .hamburger-menu-button-open::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #162A7C;
  border-radius: 4px;
  transition: all 0.3s;
}
#header .header__mobile .hamburger-menu-button-open::before,
#header .header__mobile .hamburger-menu-button-open::after {
  left: 0;
  content: "";
}
#header .header__mobile .hamburger-menu-button-open::before {
  top: 6px;
}
#header .header__mobile .hamburger-menu-button-open::after {
  bottom: 6px;
}
#header .header__mobile .hamburger-menu-button-close {
  background: transparent;
  transform: rotate(180deg);
}
#header .header__mobile .hamburger-menu-button-close::before {
  transform: translateY(-6px) rotate(45deg);
}
#header .header__mobile .hamburger-menu-button-close::after {
  transform: translateY(6px) rotate(-45deg);
}
#header .header__mobile .ham-menu {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 75px 0px 15px;
  z-index: 2;
}
#header .header__mobile .ham-menu .nav {
  display: list-item;
  transform: translateY(-140%);
  transition: all 0.5s ease-in-out;
  padding-bottom: 20px;
}
#header .header__mobile .on {
  display: block;
}
#header .header__mobile .ham-menu.on .nav {
  display: block;
  background: linear-gradient(180.02deg, #F0F9F2 25.62%, rgba(85, 132, 239, 0.46) 130.46%), #fff;
  transform: translateY(-3px);
}
#header .header__mobile .ham-menu ul {
  display: block;
  width: 100%;
  padding-left: 0px;
}
#header .header__mobile .ham-menu ul li {
  display: list-item;
}
#header .header__mobile .ham-menu ul li:first-child .ham-menu ul li a {
  padding-left: 30px;
}
#header .header__mobile .ham-menu ul li a {
  padding: 15px;
  display: block;
  color: #162A7C;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  font-size: 18px !important;
}
@media screen and (min-width: 768px) {
  #header .header__mobile .ham-menu ul li a {
    padding: 15px 40px !important;
  }
}
#header .header__mobile .ham-menu ul li.active a,
#header .header__mobile .is-active {
  font-weight: bold;
  color: #43BA60 !important;
}
#header .header__mobile .nav__item .show_sub__menu {
  padding-left: 30px;
  color: #162A7C;
}
#header .header__mobile .nav__item .show_sub__menu li a {
  font-size: 16px;
  padding: 10px;
  font-weight: normal;
}
#header .header__mobile .nav__item .show_sub__menu li a:active, #header .header__mobile .nav__item .show_sub__menu li a:hover {
  font-weight: normal;
}
#header .header__mobile .sub__menu {
  font-weight: normal;
  position: relative;
}
#header .header__mobile .sub__menu .collapse-handler {
  transform: rotate(0deg);
  position: absolute;
  right: 15px;
  top: 10px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #header .header__mobile .sub__menu .collapse-handler {
    right: 40px;
  }
}
#header .header__mobile .sub__menu.collapsed .collapse-handler {
  transform: rotate(180deg);
}
#header .header__mobile .nav__buttons {
  margin: 10px 0px;
  display: unset;
}

#footer {
  background-color: #F2F2F2;
}
#footer .footer {
  padding: 30px 0;
  color: #242424;
}
@media screen and (min-width: 768px) {
  #footer .footer {
    padding: 60px 0;
  }
}
#footer .footer .footer_logo {
  padding-bottom: 30px;
}
#footer .footer .set__center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .footer .set__center {
    text-align: left;
  }
}
#footer .footer .footer__title {
  font-size: 16px;
  font-weight: 600;
}
#footer .footer .footer__title.has-child a {
  position: relative;
  color: #242424;
  display: block;
}
#footer .footer .footer__links {
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 0px;
}
#footer .footer .footer__links .footer__item {
  font-size: 16px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 12px;
  line-height: 24px;
}
#footer .footer .footer__links .footer__item a {
  color: #242424;
  display: inline-block;
}
#footer .footer .footer__links .footer__item img {
  margin-right: 10px;
}
#footer .footer .footer__buttons .btn {
  font-size: 14px;
  color: #fff;
  display: block;
}
@media screen and (min-width: 1440px) {
  #footer .footer .footer__buttons .btn {
    font-size: 16px;
  }
}
#footer .footer .footer__buttons .button-icon {
  position: relative;
  color: #000;
}
#footer .footer .footer__buttons .button-icon .btn {
  padding-left: 50px;
}
#footer .footer .footer__buttons .button-icon i {
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 14px;
  transform: translateY(-50%);
  z-index: 1;
}
#footer .copyright {
  background-color: #162A7C;
  color: #fff;
  padding: 20px 0;
  font-size: 14px;
}
#footer .copyright .term-condition ul {
  display: flex;
  flex-direction: row;
}
#footer .copyright .term-condition ul li:last-child a::after {
  content: none;
}
#footer .copyright .term-condition a {
  color: #fff;
  padding: 0 10px;
  position: relative;
}
#footer .copyright .term-condition a::after {
  content: none;
  position: absolute;
  right: -1px;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #fff;
  opacity: 0.75;
}
@media screen and (min-width: 576px) {
  #footer .copyright .term-condition a::after {
    content: none;
  }
}

.page {
  position: relative;
  padding-top: 73px;
}
@media screen and (min-width: 992px) {
  .page {
    padding-top: 0px;
  }
}
.page.\--no-hero {
  padding-top: 80px;
}
.page .page__title {
  color: #162A7C !important;
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page .page__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page .page__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .page .page__title {
    font-size: 25px;
  }
}
.page .page__content {
  position: relative;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .page .page__content {
    padding: 60px 0;
  }
}
.page .page__filters {
  position: relative;
  padding: 20px 0;
  background: linear-gradient(335.12deg, #DFE9F2 24.59%, #F0FAFC 109.97%);
  box-shadow: 0 -2px 10px rgba(255, 255, 255, 0.7), 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .page .page__filters {
    padding: 50px 0;
  }
}
.page .page__filters .filter__category {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .page .page__filters .filter__category {
    flex-direction: row;
    border-bottom: 1px solid #d7dfea;
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .page .page__filters .filter__category {
    overflow: hidden;
  }
}
.page .page__filters .filter__category .category__text {
  position: relative;
  color: #162A7C;
}
@media screen and (min-width: 768px) {
  .page .page__filters .filter__category .category__text {
    padding: 0 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page .page__filters .filter__category .category__text {
    font-size: 16px;
  }
}
.page .page__filters .filter__category .category__text::after {
  content: none;
  position: absolute;
  top: 50%;
  right: -5px;
  color: #FA9628;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 12px;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .page .page__filters .filter__category .category__text::after {
    content: "\F054";
  }
}
.page .page__filters .filter__category .category__text h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  margin-bottom: 10px;
}
@media screen and (min-width: 320px) {
  .page .page__filters .filter__category .category__text h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media screen and (min-width: 768px) {
  .page .page__filters .filter__category .category__text h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 15px;
  }
}
.page .page__filters .filter__category .category__text h3 > span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .page .page__filters .filter__category .category__text h3 > span {
    display: block;
    font-size: 80%;
  }
}
.page .page__filters .filter__category .category {
  display: flex;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .page .page__filters .filter__category .category {
    padding-left: 60px;
  }
}
.page .page__filters .filter__category .category .nav-tabs {
  width: 100%;
  border: 0;
}
.page .page__filters .filter__category .category .nav-tabs .nav-item {
  display: flex;
  flex: 1;
  margin-bottom: 0;
}
.page .page__filters .filter__category .category .nav-tabs .nav-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 25px;
  color: #31456a;
  font-size: 20px;
  font-weight: bold;
  border-radius: 25px 25px 0px 0px;
  background: linear-gradient(279.89deg, #FAFCFF 0%, #FFFFFF 173.53%);
  box-shadow: -5px -3px 10px rgba(255, 255, 255, 0.9), 0px 3px 10px rgba(133, 168, 204, 0.6), 3px -3px 6px rgba(242, 242, 243, 0.2), -3px -3px 6px rgba(252, 252, 253, 0.9), 3px 3px 8px rgba(242, 242, 243, 0.9), inset 1px 1px 4px #FFFFFF;
}
.page .page__filters .filter__category .category .nav-tabs .nav-link:hover, .page .page__filters .filter__category .category .nav-tabs .nav-link:focus {
  border: 1px solid transparent;
}
.page .page__filters .filter__category .category .nav-tabs .nav-link.active {
  background: #E6F0F6;
  color: #00A0CD;
  box-shadow: inset -3px -4px 5px rgba(255, 255, 255, 0.8), inset 3px 3px 7px rgba(49, 69, 106, 0.2);
}
.page .page__filters .filter__category .category .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00A0CD;
}
.page .page__filters .filter__category .category .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.page .page__filters .filter__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page .page__filters .filter__lists .filter-checkbox {
  flex: 1 0 auto;
}
.page .page__filters .filter__lists .button-checkbox {
  min-width: 33%;
  font-size: 13px;
}
.page .page__filters .filter__lists .button-checkbox span {
  padding: 5.5px 13px;
  width: 100%;
  font-size: 14px;
  background-color: #EEF5F5;
}
@media screen and (min-width: 768px) {
  .page .page__filters .filter__lists {
    justify-content: flex-start;
  }
  .page .page__filters .filter__lists .button-checkbox {
    min-width: auto;
  }
}
.page .page__filters .filter__lists.overflow {
  justify-content: start;
  overflow-x: auto;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .page .page__filters .filter__lists.overflow {
    flex-wrap: wrap;
    overflow-x: unset;
  }
}
.page .page__filters .filter__more {
  position: absolute;
  background: #e5f0f8;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #7888a2;
  padding: 10px 20px;
  padding-left: 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.05);
}
.page .page__filters .filter__more i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.page .page__section__cms {
  padding: 0 !important;
}
.page .page__section__cms > .py-1 {
  padding: 1rem 0px !important;
}
@media screen and (min-width: 768px) {
  .page .page__section__cms > .py-1 {
    padding: 2.5rem 0px !important;
  }
}
.page .page__section__cms > .py-2 {
  padding: 1.5rem 0px !important;
}
@media screen and (min-width: 768px) {
  .page .page__section__cms > .py-2 {
    padding: 4rem 0px !important;
  }
}
.page .page__section__cms > .py-3 {
  padding: 2.5rem 0px !important;
}
@media screen and (min-width: 768px) {
  .page .page__section__cms > .py-3 {
    padding: 5.5rem 0px !important;
  }
}
.page .page__section__cms > .py-4 {
  padding: 3.5rem 0px !important;
}
@media screen and (min-width: 768px) {
  .page .page__section__cms > .py-4 {
    padding: 7.5rem 0px !important;
  }
}
.page .page__section__cms > .px-1 {
  padding: 0 2.5rem !important;
}
.page .page__section__cms > .px-2 {
  padding: 0 4rem !important;
}
.page .page__section__cms > .px-3 {
  padding: 0 5.5rem !important;
}
.page .page__section__cms > .px-4 {
  padding: 0 7.5rem !important;
}
.page .page__section__cms > .p-1 {
  padding: 2.5rem !important;
}
.page .page__section__cms > .p-2 {
  padding: 4rem !important;
}
.page .page__section__cms > .p-3 {
  padding: 5.5rem !important;
}
.page .page__section__cms > .p-4 {
  padding: 7.5rem !important;
}
.page .page__section__cms p {
  font-size: 16px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .page .page__section__cms p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 28px;
  }
}
.page .page__section {
  padding: 30px 0;
}
@media screen and (min-width: 1200px) {
  .page .page__section {
    padding: 40px 0;
  }
}
.page .page__section h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #162A7C;
}
@media screen and (min-width: 768px) {
  .page .page__section h1 {
    font-size: 48px;
    font-weight: bold;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media screen and (min-width: 1200px) {
  .page .page__section h1 {
    font-size: 40px;
    font-weight: bold;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.page .page__section h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #5584EF;
}
@media screen and (min-width: 768px) {
  .page .page__section h2 {
    font-size: 34px;
    font-weight: bold;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.page .page__section h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #5584EF;
}
@media screen and (min-width: 768px) {
  .page .page__section h3 {
    font-size: 28px;
    font-weight: bold;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.page .page__section .page__header {
  margin-bottom: 30px;
}
.page .page__section .section__header {
  margin-bottom: 20px;
  color: #162A7C;
}
.page .page__section .section__header .section__width__title {
  width: 83%;
}
@media screen and (min-width: 768px) {
  .page .page__section .section__header .section__width__title {
    width: 94.5%;
  }
}
.page .page__section .section__header .section__title {
  font-size: 26px;
  margin-bottom: 10px;
  color: #162A7C;
}
@media screen and (min-width: 768px) {
  .page .page__section .section__header .section__title {
    font-size: 34px;
  }
}
@media screen and (min-width: 1600px) {
  .page .page__section .section__header .section__title {
    font-size: 48px;
  }
}
.page .page__section .section__header .section__desc {
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page .page__section .section__header .section__desc {
    font-size: 18px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1600px) {
  .page .page__section .section__header .section__desc {
    font-size: 24px;
    line-height: 2rem;
  }
}
.page .page__section .section__header.\--underlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d7dfea;
  z-index: -1;
}
.page .page__section .section__header.\--underlined span {
  display: inline-block;
  padding: 0 15px 20px;
  border-bottom: 2px solid #05a9d0;
  color: #31456a;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .page .page__section .section__header.\--underlined span {
    padding: 0 15px 20px;
  }
}

.content_center {
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .content_center {
    padding: 0px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .content_center {
    padding: 0px 100px;
  }
}
@media screen and (min-width: 1440px) {
  .content_center {
    padding: 0px 207px;
  }
}
@media screen and (min-width: 1600px) {
  .content_center {
    padding: 0px 250px;
  }
}

.content_center_first {
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .content_center_first {
    padding: 0px 0px 0px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .content_center_first {
    padding: 0px 0px 0px 100px;
  }
}
@media screen and (min-width: 1440px) {
  .content_center_first {
    padding: 0px 0px 0px 207px;
  }
}
@media screen and (min-width: 1600px) {
  .content_center_first {
    padding: 0px 0px 0px 250px;
  }
}

.content_center_two {
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .content_center_two {
    padding: 0px 40px 0px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .content_center_two {
    padding: 0px 100px 0px 0px;
  }
}
@media screen and (min-width: 1440px) {
  .content_center_two {
    padding: 0px 207px 0px 0px;
  }
}
@media screen and (min-width: 1600px) {
  .content_center_two {
    padding: 0px 250px 0px 0px;
  }
}

@media screen and (min-width: 768px) {
  .content_padding {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .content_padding {
    padding-left: 83px;
  }
}
@media screen and (min-width: 1600px) {
  .content_padding {
    padding-left: 95px;
  }
}

ul {
  padding-left: 0px;
}

._height100 {
  height: 100%;
  display: block;
}

.hero {
  position: relative;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .hero {
    margin-bottom: 0;
  }
}
.hero .hero__items {
  position: relative;
  width: 100%;
  padding: 0 15px;
  top: 25px;
  margin-top: -25px;
}
@media screen and (min-width: 576px) {
  .hero .hero__items {
    max-width: 540px;
    margin: -25px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .hero .hero__items {
    max-width: 768px;
    margin: -25px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero__items {
    padding: 0;
    top: 0;
    margin-top: 0;
    max-width: 100%;
  }
}
.hero .hero__items .hero__item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .hero .hero__items .hero__item {
    flex-direction: column;
  }
}
.hero .backdrop {
  position: relative;
}
.hero .backdrop .backdrop__img {
  position: relative;
}
.hero .backdrop .backdrop__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .hero .backdrop .backdrop__img > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1200px) {
  .hero .backdrop .backdrop__img > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero .backdrop .backdrop__img--bg {
  display: none;
  padding-top: 27%;
  min-height: 454px;
}
@media screen and (min-width: 1024px) {
  .hero .backdrop .backdrop__img--bg {
    display: block;
    min-height: unset;
    max-height: 100%;
    padding-top: 29%;
  }
}
@media only screen and (min-width: 1180px) {
  .hero .backdrop .backdrop__img--bg {
    padding-top: 27%;
  }
}
@media only screen and (min-width: 1366px) {
  .hero .backdrop .backdrop__img--bg {
    padding-top: 31%;
  }
}
@media screen and (min-width: 1440px) {
  .hero .backdrop .backdrop__img--bg {
    padding-top: 27%;
  }
}
.hero .backdrop .backdrop__img--bg > img {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .hero .backdrop .backdrop__img--bg > img {
    height: 421px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .backdrop .backdrop__img--bg > img {
    height: unset;
  }
}
@media screen and (min-width: 1440px) {
  .hero .backdrop .backdrop__img--bg > img {
    height: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .hero .backdrop .backdrop__img--bg > img {
    height: 515px;
  }
}
.hero .backdrop .backdrop__img--photo {
  display: block;
}
@media screen and (min-width: 768px) {
  .hero .backdrop .backdrop__img--photo {
    padding: 0px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .backdrop .backdrop__img--photo {
    display: none;
  }
}
.hero .info {
  position: static;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .hero .info {
    position: absolute;
  }
}
.hero .info .wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .hero .info .wrapper {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .hero .info .wrapper {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .hero .info .wrapper {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1180px) {
  .hero .info .wrapper {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .info .wrapper {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1600px) {
  .hero .info .wrapper {
    max-width: 1440px;
  }
}
.hero .info .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  height: 100%;
  justify-content: center;
  color: #162A7C;
}
@media screen and (min-width: 768px) {
  .hero .info .inner {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1440px) {
  .hero .info .inner {
    padding: 76px 20px;
  }
}
.hero .info .text_color {
  color: #162A7C;
}
@media screen and (min-width: 1024px) {
  .hero .info .text_color {
    margin-top: 50px;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .hero .info .text_color {
    margin-top: 0px;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .hero .info .content {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .info .content {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .info .content {
    margin-bottom: 20px;
  }
}
.hero .info .content .heading {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .hero .info .content .heading {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 992px) {
  .hero .info .content .heading {
    font-size: 3.5vw;
  }
}
.hero .info .content .subtext {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .hero .info .content .subtext {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .hero .info .content .subtext {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .hero .info.rtl .inner {
    align-items: flex-start;
  }
}
.hero .swiper-pagination {
  padding: 0;
  bottom: -25px !important;
}
@media screen and (min-width: 768px) {
  .hero .swiper-pagination {
    bottom: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .hero .swiper-pagination {
    bottom: -45px !important;
  }
}
@media screen and (min-width: 1200px) {
  .hero .swiper-pagination {
    bottom: 8px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .hero .swiper-pagination {
    bottom: 60px !important;
  }
}
@media screen and (min-width: 1440px) {
  .hero .swiper-pagination {
    bottom: 5px !important;
  }
}

.hero--gradient {
  background: linear-gradient(26.18deg, rgba(71, 132, 190, 0.32) 24.26%, #2D3184 80%), #43BA60;
}
@media screen and (min-width: 1024px) {
  .hero--gradient {
    background: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .hero--gradient .info .wrapper {
    height: 26.9vw;
  }
}
@media only screen and (min-width: 1180px) {
  .hero--gradient .info .wrapper {
    height: 25.1vw;
  }
}
@media screen and (min-width: 1200px) {
  .hero--gradient .info .wrapper {
    height: 26.5vw;
  }
}
@media only screen and (min-width: 1366px) {
  .hero--gradient .info .wrapper {
    height: 26.8vw;
  }
}
@media screen and (min-width: 1440px) {
  .hero--gradient .info .wrapper {
    height: 26.7vw;
  }
}
@media screen and (min-width: 1600px) {
  .hero--gradient .info .wrapper {
    height: 515px;
  }
}
.hero--gradient .info .wrapper .content {
  -webkit-animation: 3s fadeInBottom;
          animation: 3s fadeInBottom;
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.hero--gradient .info .wrapper .inner {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .hero--gradient .info .wrapper .inner {
    padding-right: 140px;
    max-width: 50%;
    margin-top: 73px;
  }
  .hero--gradient .info .wrapper .inner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% + 640px);
    left: -640px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    background: linear-gradient(26.18deg, rgba(71, 132, 190, 0.32) 24.26%, #2D3184 80%), #43BA60;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .hero--gradient .info .wrapper .inner {
    margin-top: unset;
  }
}
.hero--gradient .info .wrapper .inner .heading,
.hero--gradient .info .wrapper .inner .subtext {
  text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.45);
}
.hero--gradient .info .wrapper .inner .heading {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .hero--gradient .info .wrapper .inner .heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .hero--gradient .info .wrapper .inner .heading {
    font-size: 34px;
  }
}
@media screen and (min-width: 1600px) {
  .hero--gradient .info .wrapper .inner .heading {
    font-size: 44px;
  }
}
.hero--gradient .info .wrapper .inner .subtext {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .hero--gradient .info .wrapper .inner .subtext {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .hero--gradient .info .wrapper .inner .subtext {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .hero--gradient .info .wrapper .inner .subtext {
    font-size: 24px;
  }
}

.hero--video {
  background: #F0F9F2;
  flex-direction: column-reverse;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .hero--video {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.hero--video .hero__items {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hero--video .hero__items .hero__item {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .hero--video .hero__items .hero__item {
    margin-top: 73px;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .hero--video .hero__items .hero__item {
    margin-top: unset;
  }
}
@media screen and (min-width: 768px) {
  .hero--video .backdrop {
    width: 60.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .hero--video .backdrop .backdrop__img--bg {
    padding-top: unset;
  }
}
.hero--video .player {
  position: relative;
}
.hero--video .player .player__screen {
  position: relative;
}
.hero--video .player .player__screen::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.hero--video .player .player__screen video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--video .player .player__controls {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero--video .player .player__controls::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0B434D;
  opacity: 0.38;
}
.hero--video .player .player__controls .control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 992px) {
  .hero--video .player .player__controls .control {
    width: 80px;
    height: 80px;
  }
}
.hero--video .player--inline {
  overflow: hidden;
}
.hero--video .player--inline .player__screen {
  max-height: 454px;
}
.hero--video .player--inline .player__controls .control {
  top: 50%;
  left: 55%;
  transform: translate(-15%, -55%);
}
.hero--video .info .content {
  margin: 0;
}
.hero--video .info .inner {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .hero--video .info .inner {
    padding: 20px;
    max-width: 40%;
  }
}
.hero--video .info .inner .heading {
  font-size: 42px;
}
@media screen and (min-width: 768px) {
  .hero--video .info .inner .heading {
    font-size: 3.5vw;
  }
}
.hero--video .info .inner .subtext {
  font-weight: normal;
  font-size: 16px;
}
.hero--video .info .inner .subtext .date {
  font-size: 80%;
}

.btn {
  line-height: 12px;
  font-size: 14px;
  font-weight: bold;
  padding: 16px;
  white-space: normal;
  word-break: break-word;
  margin: 10px 0px;
  color: #fff;
  border-radius: 25px;
  border: 0.5px;
  background-size: 300% 100%;
  box-shadow: 0px 4px 30px rgba(103, 225, 111, 0.32);
  transition: all 0.4s ease-in-out;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
@media (hover: hover) {
  .btn:hover {
    background-position: 100% 0;
    color: #fff;
    moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.btn:focus {
  outline: none;
}

.btn--primary {
  background-color: #162A7C;
}
@media screen and (min-width: 1440px) {
  .btn--primary {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: bold;
  }
}
.btn--primary:hover {
  background: radial-gradient(88.46% 536.24% at 32.4% 50%, rgba(115, 155, 249, 0.6) 0%, rgba(115, 155, 249, 0) 100%), #162A7C;
}

.btn--secondary {
  box-shadow: none;
  background-image: linear-gradient(to right, #149457, #43BA60);
}
@media screen and (min-width: 1200px) {
  .btn--secondary {
    box-shadow: 0px 4px 30px rgba(103, 225, 111, 0.32);
  }
}
@media screen and (min-width: 1440px) {
  .btn--secondary {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: bold;
  }
}
.btn--secondary:hover {
  background-image: linear-gradient(to right, #43BA60, #149457);
}

.btn--radius {
  border-radius: 0px 32px;
}

.btn--submit {
  color: #fff;
}
.btn--submit:hover {
  color: #fff !important;
}
.btn--submit:active {
  color: #fff !important;
}

.close {
  font-size: 3rem !important;
  font-weight: 500;
}

.btn--video {
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.grid.\--empty {
  margin-left: 0;
}
.grid .grid__item {
  padding-left: 30px;
  padding-bottom: 50px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .grid .grid__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .grid .grid__item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.grid .grid--empty {
  display: flex;
  flex: 1;
  padding: 30px 15px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .grid .grid--empty {
    padding: 60px 15px;
  }
}
.grid .grid--empty .icon {
  margin-bottom: 30px;
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .grid .grid--empty .icon {
    max-width: 100px;
  }
}
.grid .grid--empty .content {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #162A7C;
}
@media screen and (min-width: 768px) {
  .grid .grid--empty .content {
    font-size: 32px;
  }
}

.grid--service .grid__item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .grid--service .grid__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .grid--service .grid__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.grid--service .service {
  position: relative;
}
.grid--service .service .service__img {
  position: relative;
  padding-top: 75%;
  border-radius: 60px 0 60px 0;
  background: #f2f2f2;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.grid--service .service .service__img > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.grid--service .service .service__img .service__desc {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  height: 115px;
  padding: 20px 40px;
  padding-left: 60px;
  background: linear-gradient(180deg, #1F237B -2.63%, #23415D 49.89%, #43BA60 85.71%), #43BA60;
  opacity: 0.85;
  color: #fff;
  border-radius: 80px 0px 0px 0px;
}
@media screen and (min-width: 1200px) {
  .grid--service .service .service__img .service__desc {
    font-size: 20px;
  }
}
.grid--service .service .service__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex: 1;
}
.grid--service .service .footer .btn {
  background-color: #162A7C;
  color: #fff;
  border-radius: 0px 32px;
  padding: 20px 30px;
}

.tiles {
  display: flex;
  padding: 20px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tiles::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1200px) {
  .tiles {
    flex-wrap: wrap;
    overflow-x: unset;
  }
}
.tiles .tile__item {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 320px) {
  .tiles .tile__item {
    width: calc(100vw - 60px);
  }
}
@media screen and (min-width: 576px) {
  .tiles .tile__item {
    width: 45.5%;
  }
}
@media screen and (min-width: 992px) {
  .tiles .tile__item {
    width: 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  .tiles .tile__item {
    width: 25%;
  }
}
.tiles .tile__item--large {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .tiles .tile__item--large {
    width: calc(100vw - 60px);
  }
}
@media screen and (min-width: 576px) {
  .tiles .tile__item--large {
    width: 45.5%;
  }
}
@media screen and (min-width: 992px) {
  .tiles .tile__item--large {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .tiles .tile__item--large {
    width: 50%;
  }
}
.tiles .tile {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tiles .tile .tile__img {
  display: none;
  overflow: hidden;
}
.tiles .tile > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tiles .tile .tile__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tiles .tile .tile__header {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.tiles .tile .tile__thumb {
  overflow: hidden;
  height: 70px;
  width: 70px;
  border-radius: 8px;
  margin-right: 20px;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .tiles .tile .tile__thumb {
    height: 80px;
    width: 80px;
  }
}
.tiles .tile h3 {
  font-size: 16px;
  font-weight: bold;
  color: #162A7C;
  line-height: 1.125;
}
.tiles .tile h3 small {
  font-size: 14px;
  color: #5584EF;
}
.tiles .tile .tile__desc {
  position: relative;
  height: 100%;
  display: -webkit-inline-box;
  justify-content: center;
  flex-direction: column;
}
.tiles .tile .tile__desc p {
  font-size: 18px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 0;
}
.tiles .tile .tile__desc p::before {
  content: "\201C";
}
.tiles .tile .tile__desc p::after {
  content: "\201D";
}

.shortcuts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shortcuts p {
  color: #162A7C;
}
.shortcuts .shortcut__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .shortcuts .shortcut__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcut__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.shortcuts .shortcut__item__grid {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .shortcuts .shortcut__item__grid {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  .shortcuts .shortcut__item__grid {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.shortcuts .shortcut__item__grid2 {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
}
.shortcuts .shortcut__item__grid2:last-child {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .shortcuts .shortcut__item__grid2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .shortcuts .grid__even {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .shortcuts .grid__odd {
    padding-right: 15px;
  }
}
.shortcuts .shortcut {
  overflow: hidden;
}
.shortcuts .shortcut .shortcut__img, .shortcuts .shortcut .shortcut__img--icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shortcuts .shortcut .shortcut__img > img, .shortcuts .shortcut .shortcut__img--icon > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.shortcuts .shortcut .shortcut__img--strict {
  position: relative;
  display: flex;
}
.shortcuts .shortcut .shortcut__img--strict > img {
  border-radius: 14px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shortcuts .shortcut .shortcut__img--icon > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.shortcuts .shortcut__content__icon {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding-top: 8px;
}
.shortcuts .shortcut__content__icon .text__big {
  display: inline-block;
  font-size: 45px;
  font-weight: bold;
}
.shortcuts .shortcut__content__icon .text__small {
  display: inline-block;
  font-size: 14px;
}
.shortcuts .shortcut__content, .shortcuts .shortcut__content__top, .shortcuts .shortcut__content__bottom {
  text-align: center;
  color: #162A7C !important;
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .shortcuts .shortcut__content, .shortcuts .shortcut__content__top, .shortcuts .shortcut__content__bottom {
    padding-top: 0px;
  }
}
.shortcuts .shortcut__content .title, .shortcuts .shortcut__content__top .title, .shortcuts .shortcut__content__bottom .title {
  font-size: 14px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcut__content .title, .shortcuts .shortcut__content__top .title, .shortcuts .shortcut__content__bottom .title {
    padding-top: 30px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .shortcuts .shortcut__content .title, .shortcuts .shortcut__content__top .title, .shortcuts .shortcut__content__bottom .title {
    font-size: 18px;
    line-height: 24px;
  }
}
.shortcuts .shortcut__content__top, .shortcuts .shortcut__content__bottom {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  text-align: left;
  padding: 15px;
}
@media screen and (min-width: 1200px) {
  .shortcuts .shortcut__content__top, .shortcuts .shortcut__content__bottom {
    padding: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .shortcuts .shortcut__content__top, .shortcuts .shortcut__content__bottom {
    padding: 50px;
  }
}
.shortcuts .shortcut__content__top .title, .shortcuts .shortcut__content__bottom .title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 28px;
  margin-bottom: 0px;
  padding-top: 0px;
}
@media screen and (min-width: 1600px) {
  .shortcuts .shortcut__content__top .title, .shortcuts .shortcut__content__bottom .title {
    font-size: 34px;
    font-weight: bold;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 36px;
  }
}
.shortcuts .shortcut__content__bottom {
  bottom: 0px;
}
.shortcuts .shortcut__content__grid2 {
  padding: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.shortcuts .shortcut__content__image {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 40px;
}
.shortcuts .shortcut__content__under_image {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: #162A7C;
}
.shortcuts ul br {
  display: none;
}
.shortcuts ul li {
  color: #162A7C;
  font-size: 14px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .shortcuts ul li {
    font-size: 16px;
    font-weight: normal;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .shortcuts ul li {
    font-size: 18px;
    font-weight: normal;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 26px;
  }
}
.shortcuts ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F058" !important;
  padding-right: 5px;
  color: #43BA60;
}

.page_render .section {
  padding: 0;
}

.section {
  position: relative;
  padding: 30px 0;
}
@media screen and (min-width: 1200px) {
  .section {
    padding: 40px 0;
  }
}
.section .section__title {
  position: relative;
  color: #162A7C;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px) {
  .section .section__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section .section__title {
    font-size: 2.25vw;
    margin-bottom: 40px;
  }
}

.card {
  border: 0;
  margin-bottom: 10px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card .card__img {
  position: relative;
}
.card .card__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card__category {
  margin: 0;
  position: absolute;
  top: 5px;
  padding: 0 5px;
}
.card .card__category .tag {
  margin-bottom: 4px;
  margin-right: 4px;
  font-size: 12px;
  background-color: #67E16F;
  color: #fff;
  border-radius: 14px;
}
@media screen and (min-width: 1440px) {
  .card .card__category .tag {
    font-size: 14px;
  }
}
.card .card__category .tag:not(:first-child) {
  margin-left: 0;
}
.card .card__tags {
  margin: 0;
  padding: 0 9px;
}
.card .card__tags .tag {
  margin-bottom: 4px;
  margin-right: 4px;
  font-size: 12px;
  border: 1px #f5f5f5 solid;
}
@media screen and (min-width: 1440px) {
  .card .card__tags .tag {
    font-size: 14px;
  }
}
.card .card__tags .tag:not(:first-child) {
  margin-left: 0;
}
.card .card__content {
  position: relative;
}
.card .card__content .content {
  padding: 20px;
}
@media screen and (min-width: 1440px) {
  .card .card__content .content {
    padding: 30px;
  }
}
.card .card__content .content h3 {
  color: #162A7C;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .card .card__content .content h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .card .card__content .content h3 {
    font-size: 20px;
  }
}
.card .stretched-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: auto;
}

.card--industry {
  height: 100%;
}
.card--industry .card__img {
  height: 278px;
}
.card--industry .card__content {
  padding: 15px;
}

.corner__top {
  position: relative;
  padding-top: 50px;
}
.corner__top .corner__bottom {
  position: absolute;
  width: 717px;
  z-index: 2;
  right: -205px;
  bottom: 0px;
  background: url("../images/bg_features.png");
  min-height: 351px;
}
@media screen and (min-width: 1600px) {
  .corner__top .corner__bottom {
    right: -250px;
  }
}

.features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (min-width: 768px) {
  .features .swiper-slide .feature {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.features .feature {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .features .feature {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .features .feature {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.features .feature__order {
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
  bottom: 8%;
  left: 41%;
}
@media screen and (min-width: 768px) {
  .features .feature__order {
    bottom: 13px;
    left: unset;
    font-size: 3.5rem;
    font-weight: bold;
  }
}
.features .feature__text {
  margin-left: 20px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .features .feature__text {
    margin-left: 40px;
  }
}
.features .feature__image {
  position: relative;
}
.features .feature__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features .feature__thumbnail {
  position: absolute;
  width: 140px;
  bottom: 14px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .features .feature__thumbnail {
    width: 180px;
    height: 150px;
    bottom: unset;
  }
}
.features .feature__thumbnail img {
  border-radius: 24px 0px;
}
@media screen and (min-width: 768px) {
  .features .feature__thumbnail img {
    border-radius: 44px 0px;
  }
}
.features .feature__thumbnail--large {
  width: 160px;
  height: 160px;
  padding: 40px;
}
@media screen and (min-width: 1200px) {
  .features .feature__thumbnail--large {
    width: 210px;
    height: 210px;
    padding: 40px;
  }
}
.features .feature__content {
  padding: 2px 10px 2px 140px;
  display: flex;
  margin: 20px 0px;
  background-color: #162A7C;
  border-radius: 13px;
}
@media screen and (min-width: 768px) {
  .features .feature__content {
    padding: 8px 15px 15px 195px;
    margin: 30px 0px;
    min-height: 100px;
  }
}
.features .feature__content .feature__title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 1440px) {
  .features .feature__content .feature__title {
    font-size: 22px;
  }
}
.features .feature__content .feature__sub-title {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (min-width: 768px) {
  .features .feature__content .feature__sub-title {
    font-size: 18px;
    font-weight: 300;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.features .feature__content .content {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.features .feature--round .feature__image {
  margin: 0 auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 5px;
  background: #EEF5F5;
  box-shadow: -5px -3px 10px rgba(255, 255, 255, 0.9), 0px 3px 10px rgba(133, 168, 204, 0.6), 3px -3px 6px rgba(242, 242, 243, 0.2), -3px -3px 6px rgba(252, 252, 253, 0.9), 3px 3px 8px rgba(242, 242, 243, 0.9), inset 1px 1px 4px #FFFFFF;
  overflow: hidden;
}
.features .feature--round .feature__image img {
  height: 100%;
  border-radius: 50%;
}
.features .feature--round .feature__image .feature__content {
  text-align: center;
}
.features .feature--card {
  border: 0;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
  background-image: linear-gradient(-90deg, rgba(241, 247, 252, 0) 0%, #eff6fb 100%);
  box-shadow: -3.5px -3.5px 7.5px #fcffff, 4px 2.8px 7.5px rgba(133, 168, 204, 0.4);
  overflow: hidden;
}
.features .feature--card .feature__content {
  padding: 30px;
}

.feature--grid .feature {
  flex: 0 0 100%;
  max-width: 100%;
}
.feature--grid .feature__order {
  left: 20%;
}
@media screen and (min-width: 768px) {
  .feature--grid .feature__order {
    left: 5%;
  }
}

.feature--grid-2 .feature {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .feature--grid-2 .feature {
    padding: 0px 15px 0px 0px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .feature--grid-2 .feature:nth-child(even) {
    padding: 0px 0px 0px 15px;
  }
}

@media screen and (min-width: 768px) {
  .feature--grid-3 .feature {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .static {
    margin: 50px 0px;
  }
}
.static img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0px;
}
@media screen and (min-width: 1200px) {
  .static img {
    margin-right: 15px;
  }
}
.static .resize {
  width: 47%;
  margin-right: 0px;
}
.static .resize:first-child {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .static .resize {
    width: 44%;
  }
}
.static .resize--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.static h1 {
  -webkit-animation: slide 2s;
          animation: slide 2s;
}
@-webkit-keyframes slide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.static h2 {
  -webkit-animation: slide 1s;
          animation: slide 1s;
}
@keyframes slide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.static p {
  color: #162A7C !important;
  line-height: 30px !important;
  margin-top: 30px;
}
.static .tiny {
  font-size: 22px !important;
  line-height: 32px !important;
}
.static ul li {
  color: #162A7C;
  font-size: 16px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .static ul li {
    font-size: 18px;
    font-weight: normal;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 28px;
  }
}
.static ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F058" !important;
  letter-spacing: 5px;
  color: #43BA60;
}

.static__content_align .content__image {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .static__content_align .content__image {
    position: absolute;
    bottom: 0px;
    z-index: 2;
  }
}
.static__content_align .content__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.static__content_align .content__img__radius {
  position: relative;
}
.static__content_align .content__img__radius img {
  height: 64vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 44px 0px;
}
@media screen and (min-width: 768px) {
  .static__content_align .content__img__radius img {
    border-radius: 99px 0px;
    -o-object-fit: fill;
       object-fit: fill;
    height: 44vh;
  }
}
@media screen and (min-width: 1024px) {
  .static__content_align .content__img__radius img {
    -o-object-fit: fill;
       object-fit: fill;
    height: unset;
  }
}
.static__content_align .content__align {
  border-radius: 14px;
  margin-top: 50px;
}
.static__content_align .content__align h1, .static__content_align .content__align h2, .static__content_align .content__align h3, .static__content_align .content__align .section__header, .static__content_align .content__align .section__title {
  padding: 0px !important;
  color: #fff !important;
}
.static__content_align .content__align ul li {
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .static__content_align .content__align ul li {
    font-size: 18px;
    font-weight: normal;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 24px;
  }
}
.static__content_align .content__align ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F058" !important;
  letter-spacing: 5px;
  color: inherit;
}
.static__content_align .content__align .number_content {
  display: flex;
}
.static__content_align .content__align .number_content .number {
  font-size: 42px;
  font-weight: 600;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 8px 8px 0px 0px;
}
.static__content_align .content__align .number_content .__content {
  height: 59vh;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .static__content_align .content__align .number_content .__content {
    height: unset;
    overflow-y: hidden;
  }
}
.static__content_align .content__align .number_content .__content h1, .static__content_align .content__align .number_content .__content h3 {
  color: #162A7C !important;
}
.static__content_align .content__align ::-webkit-scrollbar {
  -webkit-appearance: none;
}
.static__content_align .content__align ::-webkit-scrollbar:vertical {
  width: 5px;
}
.static__content_align .content__align ::-webkit-scrollbar-thumb {
  background: #34427c;
}
.static__content_align .tone__blue {
  padding: 15px;
  color: #fff;
  background-color: #162A7C;
}
@media screen and (min-width: 768px) {
  .static__content_align .tone__blue {
    padding: 30px;
  }
}
.static__content_align .tone__blue h1, .static__content_align .tone__blue h2, .static__content_align .tone__blue h3, .static__content_align .tone__blue .section__header, .static__content_align .tone__blue .section__title {
  color: #fff !important;
}
@media screen and (min-width: 1200px) {
  .static__content_align .tone__blue h3 {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1200px) {
  .static__content_align .tone__blue p {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .static__content_align .tone__blue .content_padding {
    padding-left: unset;
  }
}
@media screen and (min-width: 1200px) {
  .static__content_align .tone__blue .content_padding {
    padding-left: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .static__content_align .tone__blue .__indent {
    margin-left: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .static__content_align .tone__blue .__indent {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .static__content_align .tone__blue .__indent {
    margin-left: 30px;
  }
}
.static__content_align .tone__white {
  color: #162A7C;
  background-color: #fff;
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .static__content_align .tone__white {
    padding: 0px 35px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .static__content_align .tone__white {
    padding: 0px 0px 0px 124px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .static__content_align .tone__white {
    padding: 0px 0px 0px 153px;
    margin-bottom: 80px;
  }
}
.static__content_align .tone__white h1, .static__content_align .tone__white h2, .static__content_align .tone__white h3, .static__content_align .tone__white .section__header, .static__content_align .tone__white .section__title {
  color: #162A7C !important;
}
.static__content_align .tone__white .number_content .__content {
  height: unset;
}
.static__content_align .tone__transparent {
  padding: 20px;
  color: #fff;
}
.static__content_align .tone__transparent h1, .static__content_align .tone__transparent h2, .static__content_align .tone__transparent h3, .static__content_align .tone__transparent .section__header, .static__content_align .tone__transparent .section__title {
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .static__content_align .tone__transparent {
    padding: 30px;
  }
}

.static__left_image .left_image {
  position: relative;
}
@media screen and (min-width: 768px) {
  .static__left_image .left_image {
    margin: 0px 0px 55px;
  }
}
@media only screen and (min-width: 1180px) {
  .static__left_image .left_image {
    margin: 150px 0px 55px;
  }
}
@media screen and (min-width: 1600px) {
  .static__left_image .left_image {
    margin: 300px 0px 55px;
  }
}
@media only screen and (min-width: 1180px) {
  .static__left_image .static__image {
    position: absolute;
    bottom: -24px;
    left: 0;
    z-index: 2;
  }
}
.static__left_image .static__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1180px) {
  .static__left_image .static__image img {
    width: 85%;
  }
}
@media screen and (min-width: 1600px) {
  .static__left_image .static__image img {
    width: 100%;
  }
}
.static__left_image .static__content_blue {
  border-radius: 14px;
  color: #fff;
  background-color: #162A7C;
  padding: 90px 30px 20px;
  margin-top: -90px;
}
@media screen and (min-width: 768px) {
  .static__left_image .static__content_blue {
    margin-top: -130px;
    padding: 130px 30px 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .static__left_image .static__content_blue {
    margin-top: 0px;
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1600px) {
  .static__left_image .static__content_blue {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1180px) {
  .static__left_image .static__content_blue .offset-ipadAir {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}
.static__left_image .static__content_blue h1, .static__left_image .static__content_blue h2, .static__left_image .static__content_blue h3, .static__left_image .static__content_blue section__header, .static__left_image .static__content_blue section__title {
  color: #fff !important;
}
.static__left_image .static__content_blue p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .static__left_image .static__content_blue p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media only screen and (min-width: 1180px) {
  .static__left_image .static__content_blue p {
    font-size: 15px;
    font-weight: 300;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 26px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .static__left_image .static__content_blue p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 26px;
  }
}
.static__left_image .static__content_blue ul br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .static__left_image .static__content_blue ul br {
    display: block;
  }
}
.static__left_image .static__content_blue ul li {
  font-size: 18px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.static__left_image .static__content_blue ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F058" !important;
  letter-spacing: 5px;
  line-height: 26px;
}

.static__right_image {
  position: relative;
}
.static__right_image .bg_footer {
  background: url("../images/bg_right_image.png") no-repeat #fff top left;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .static__right_image .bg_footer {
    height: 182px;
  }
}
.static__right_image .right_image {
  background-color: #162A7C;
}
.static__right_image .right_image .static__image {
  position: relative;
  padding: 15px 0px;
}
@media screen and (min-width: 768px) {
  .static__right_image .right_image .static__image {
    padding: 40px 0px 40px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .static__right_image .right_image .static__image {
    position: absolute;
    z-index: 2;
    right: -10px;
    top: -95px;
  }
}
@media screen and (min-width: 1440px) {
  .static__right_image .right_image .static__image {
    right: 0px;
    top: -45px;
  }
}
@media screen and (min-width: 1600px) {
  .static__right_image .right_image .static__image {
    top: -90px;
  }
}
.static__right_image .right_image .static__image img {
  border-radius: 99px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .static__right_image .right_image .static__image img {
    width: 85%;
  }
}
@media screen and (min-width: 1440px) {
  .static__right_image .right_image .static__image img {
    width: unset;
  }
}
.static__right_image .static__content_blue {
  padding: 15px 0px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .static__right_image .static__content_blue {
    padding: 40px 10px 40px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .static__right_image .static__content_blue {
    padding: 30px 0px;
  }
}
@media screen and (min-width: 1440px) {
  .static__right_image .static__content_blue {
    padding: 50px 20px;
  }
}
.static__right_image .static__content_blue h1, .static__right_image .static__content_blue h2, .static__right_image .static__content_blue h3, .static__right_image .static__content_blue section__header, .static__right_image .static__content_blue section__title {
  color: #fff !important;
}
.static__right_image .static__content_blue p {
  font-size: 18px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 26px;
}
.static__right_image .static__content_blue ul br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .static__right_image .static__content_blue ul br {
    display: block;
  }
}
.static__right_image .static__content_blue ul li {
  font-size: 18px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.static__right_image .static__content_blue ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F058" !important;
  letter-spacing: 5px;
  line-height: 26px;
}

.static__center_image {
  background-color: #162A7C;
  padding: 30px 0px;
  color: #fff;
}
.static__center_image img {
  border-radius: 99px 0px;
}
@media screen and (min-width: 1024px) {
  .static__center_image img {
    margin-top: -100px;
  }
}
.static__center_image .__content h1, .static__center_image .__content h2, .static__center_image .__content h3 {
  color: inherit;
}
.static__center_image .__content p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 26px;
}

.static__video {
  background-color: #162A7C;
  padding: 15px;
  color: #fff;
  border-radius: 0px 0px 14px 14px;
  margin: 0px 15px;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .static__video {
    padding: 30px;
    border-radius: 0px 0px 14px 14px;
  }
}
@media screen and (min-width: 1200px) {
  .static__video {
    margin: 0px 15px 0px 0px;
    border-radius: 0px 14px 14px 0px;
  }
}
.static__video .section__header {
  padding: 0px !important;
}
@media screen and (min-width: 1200px) {
  .static__video .__content {
    height: 100%;
    display: block;
  }
}
.static__video .__content h1, .static__video .__content h2, .static__video .__content h3 {
  color: inherit;
}
.static__video .__content p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 30px;
}
.static__video .__content ul br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .static__video .__content ul br {
    display: block;
  }
}
.static__video .__content ul li {
  color: inherit;
  font-size: 18px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 30px;
}
.static__video .__content ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F058" !important;
  letter-spacing: 5px;
  color: inherit;
}

.static__content__carousel {
  height: 100%;
  display: block;
}
.static__content__carousel .content__carousel {
  padding: 20px;
  display: block;
}
.static__content__carousel .contain__img img {
  border-radius: 44px 0px 44px 0px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .static__content__carousel .contain__img img {
    width: 90%;
    border-radius: 99px 0px 99px 0px;
  }
}
@media screen and (min-width: 768px) {
  .static__content__carousel .contain__strict {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .static__content__carousel .contain__strict {
    margin-right: unset;
    display: block;
    height: 100%;
  }
}
.static__content__carousel .contain__strict img {
  border-radius: 14px 14px 0px 0px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .static__content__carousel .contain__strict img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 14px 0px 0px 14px;
  }
}
@media screen and (min-width: 1600px) {
  .static__content__carousel .contain__strict img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.static__content__carousel .section__header {
  padding: 0px !important;
}
.static__content__carousel .tone__blue {
  color: #fff;
  background: url("../images/bg_blog.png") no-repeat #162A7C bottom left;
  border-radius: 0px 0px 14px 14px;
  padding: 30px 30px 0px;
}
@media screen and (min-width: 768px) {
  .static__content__carousel .tone__blue {
    margin-left: 40px;
    border-radius: 0px 0px 14px 14px;
  }
}
@media screen and (min-width: 1200px) {
  .static__content__carousel .tone__blue {
    height: 100%;
    display: block;
    margin-left: 0px;
    border-radius: 0px 14px 14px 0px;
  }
}
.static__content__carousel .tone__blue h1, .static__content__carousel .tone__blue h2, .static__content__carousel .tone__blue h3, .static__content__carousel .tone__blue .section__header, .static__content__carousel .tone__blue .section__title {
  color: #fff !important;
}
.static__content__carousel .tone__blue .swiper-button {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 45px;
}
@media screen and (min-width: 1200px) {
  .static__content__carousel .tone__blue .swiper-button {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .static__content__carousel .tone__blue .swiper-button {
    display: block;
    top: 27px;
  }
}
.static__content__carousel .tone__blue .current__slide {
  font-size: 48px;
}
@media screen and (min-width: 1600px) {
  .static__content__carousel .tone__blue .current__slide {
    font-size: 64px;
  }
}
.static__content__carousel .tone__blue .total__slide {
  font-size: 18px;
  font-weight: 300;
}
.static__content__carousel .tone__blue .swiper-button-next {
  background-size: 100% auto;
  background-position: center;
  width: 74px;
  height: 74px;
  left: 0px;
  top: 100px;
}
@media screen and (min-width: 1600px) {
  .static__content__carousel .tone__blue .swiper-button-next {
    top: 110px;
  }
}
.static__content__carousel .tone__blue .next__blue {
  background: url("../images/next.png") no-repeat;
}
.static__content__carousel .tone__blue .swiper-button-prev {
  background-size: 100% auto;
  background-position: center;
  width: 74px;
  height: 74px;
  left: 0px;
  top: 6px;
}
@media screen and (min-width: 1600px) {
  .static__content__carousel .tone__blue .swiper-button-prev {
    top: 15px;
  }
}
.static__content__carousel .tone__blue .prev__blue {
  background: url("../images/prev.png") no-repeat;
}
.static__content__carousel .tone__white {
  color: #162A7C;
  background-color: #fff;
}
.static__content__carousel .tone__white h1, .static__content__carousel .tone__white h2, .static__content__carousel .tone__white h3, .static__content__carousel .tone__white .section__header, .static__content__carousel .tone__white .section__title {
  color: #162A7C !important;
}
.static__content__carousel .tone__white .swiper-button {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 1200px) {
  .static__content__carousel .tone__white .swiper-button {
    display: block;
  }
}
.static__content__carousel .tone__white .current__slide {
  font-size: 20px;
}
.static__content__carousel .tone__white .total__slide {
  font-size: 15px;
}
.static__content__carousel .tone__white .swiper-button-next {
  background-size: 100% auto;
  background-position: center;
  width: 74px;
  height: 74px;
  left: 0px;
  top: 100px;
}
.static__content__carousel .tone__white .swiper-button-prev {
  background-size: 100% auto;
  background-position: center;
  width: 74px;
  height: 74px;
  left: 0px;
  top: 20px;
}
.static__content__carousel .tone__white .next__white {
  background: url("../images/next_blue.png") no-repeat;
}
.static__content__carousel .tone__white .prev__white {
  background: url("../images/prev_blue.png") no-repeat;
}
.static__content__carousel .tone__white .pagination__slide {
  margin: 20px 0px 0px 10px;
}
@media screen and (min-width: 1200px) {
  .static__content__carousel .tone__white .pagination__slide {
    margin: 60px 0px 0px 10px;
  }
}
.static__content__carousel .content__slide {
  position: relative;
  min-height: 200px;
  padding: 0px;
  display: block;
}
@media screen and (min-width: 1600px) {
  .static__content__carousel .content__slide {
    padding: 20px 0px;
  }
}
.static__content__carousel .content__slide .swiper-container {
  display: block;
}
@media screen and (min-width: 1200px) {
  .static__content__carousel .content__slide .swiper-container {
    margin: 0px 0px 0px 100px;
  }
}
.static__content__carousel .content__slide .swiper-button-next:after,
.static__content__carousel .content__slide .swiper-button-prev:after {
  content: "";
}
.static__content__carousel .content__slide .pagination__slide {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .static__content__carousel .content__slide .pagination__slide {
    text-align: left;
  }
}

.static__content__drone {
  background: url("../images/bg_features.png") no-repeat #fff bottom right;
  padding: 50px 0px 80px;
}
@media screen and (min-width: 1600px) {
  .static__content__drone {
    padding: 50px 0px 80px;
  }
}
.static__content__drone .section__header {
  padding: 0px !important;
}
.static__content__drone .drone__image {
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .static__content__drone .drone__image {
    padding: 0px;
  }
}
.static__content__drone .drone__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 99px 0px;
}
@media screen and (min-width: 768px) {
  .static__content__drone .drone__image img {
    width: 90%;
  }
}
.static__content__drone .drone__content {
  color: #162A7C;
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .static__content__drone .drone__content {
    padding: 0px;
  }
}
.static__content__drone .drone__content p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 26px;
}
@media screen and (min-width: 1600px) {
  .static__content__drone .drone__content p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.static__content__drone .drone__content ul li {
  font-size: 18px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.static__content__drone .drone__content ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F058" !important;
  padding-right: 5px;
  line-height: 26px;
}

.static__curve_image {
  position: relative;
  display: flex;
  flex-wrap: wrap-reverse;
}
@media screen and (min-width: 1200px) {
  .static__curve_image {
    flex-wrap: unset;
  }
}
.static__curve_image .bg__curve {
  width: 100%;
  background: linear-gradient(25.71deg, rgba(71, 132, 190, 0.32) 24.26%, #2D3184 83.86%), #43BA60;
}
@media screen and (min-width: 1200px) {
  .static__curve_image .bg__curve {
    position: absolute;
    z-index: 2;
    height: 472px;
    background: url("../images/bg_curve_wide.png") no-repeat transparent top left;
  }
}
@media screen and (min-width: 1600px) {
  .static__curve_image .bg__curve {
    height: 560px;
    background: url("../images/bg_curve_activity_large.png") no-repeat transparent top left;
  }
}
.static__curve_image .curve__content {
  width: 100%;
  color: #fff;
  padding: 0px 0px 55px;
  overflow-y: hidden;
}
@media screen and (min-width: 1200px) {
  .static__curve_image .curve__content {
    width: 60%;
    padding: 30px 0px;
    height: 472px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1600px) {
  .static__curve_image .curve__content {
    padding: 30px 0px;
    height: 560px;
    overflow-y: scroll;
  }
}
.static__curve_image .curve__content h1, .static__curve_image .curve__content h2, .static__curve_image .curve__content h3, .static__curve_image .curve__content section__header, .static__curve_image .curve__content section__title {
  color: #fff !important;
}
.static__curve_image .curve__content p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 24px;
}
.static__curve_image .curve__content p br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .static__curve_image .curve__content p br {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .static__curve_image .curve__content p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 26px;
  }
}
.static__curve_image .curve__content ul li {
  font-size: 18px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 30px;
}
.static__curve_image .curve__content ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F058" !important;
  letter-spacing: 5px;
  line-height: 30px;
}
.static__curve_image .curve__content .__button {
  padding: 0px 20px 0px 0px;
  display: inline-block;
}
.static__curve_image ::-webkit-scrollbar {
  width: 5px;
}
.static__curve_image ::-webkit-scrollbar-thumb {
  background: transparent;
}
.static__curve_image .curve__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .static__curve_image .curve__image img {
    height: 472px;
  }
}
@media screen and (min-width: 1600px) {
  .static__curve_image .curve__image img {
    height: 560px;
  }
}

.image-floating {
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .image-floating {
    margin-bottom: 50px;
  }
}
.image-floating .floating__right {
  width: 50%;
  right: 0;
  top: 0;
  margin-top: -355px;
  position: absolute;
  z-index: 2;
  -webkit-animation: right 3s;
          animation: right 3s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 1600px) {
  .image-floating .floating__right {
    margin-top: -430px;
  }
}
@-webkit-keyframes right {
  from {
    right: -500px;
  }
  to {
    right: 0px;
  }
}
@keyframes right {
  from {
    right: -500px;
  }
  to {
    right: 0px;
  }
}
.image-floating .floating__left {
  width: 50%;
  left: 0;
  top: 0;
  margin-top: -355px;
  position: absolute;
  z-index: 2;
  -webkit-animation: left 3s;
          animation: left 3s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 1600px) {
  .image-floating .floating__left {
    margin-top: -430px;
  }
}
@-webkit-keyframes left {
  from {
    left: -500px;
  }
  to {
    left: 0px;
  }
}
@keyframes left {
  from {
    left: -500px;
  }
  to {
    left: 0px;
  }
}
.image-floating img {
  -o-object-fit: cover;
     object-fit: cover;
}

.articulates {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.articulates .articulate__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.articulates .articulate__items .articulate__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .articulates .articulate__items .articulate__item {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    height: 100%;
  }
}
.articulates .articulate__items .articulate__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .articulates .articulate__items .articulate__item:first-child img {
    margin-bottom: 0px;
    border-radius: 14px 0px 0px 14px;
  }
  .articulates .articulate__items .articulate__item:last-child img {
    margin-bottom: 0px;
    border-radius: 0px 0px 14px 0px;
  }
}
.articulates .articulate__items .articulate__item .articulate__content {
  position: absolute;
  z-index: 2;
  top: 0px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.articulates .articulate__items .articulate__item .articulate__content p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 24px;
}

.icon__carousel {
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .icon__carousel {
    padding: 26px 0px;
  }
}
.icon__carousel .tone__blue {
  color: #fff;
}
.icon__carousel .tone__blue h1, .icon__carousel .tone__blue h2, .icon__carousel .tone__blue h3, .icon__carousel .tone__blue .section__header, .icon__carousel .tone__blue .section__title {
  color: #fff !important;
  padding-top: unset !important;
}
@media screen and (min-width: 1200px) {
  .icon__carousel .tone__blue h1, .icon__carousel .tone__blue h2, .icon__carousel .tone__blue h3, .icon__carousel .tone__blue .section__header, .icon__carousel .tone__blue .section__title {
    padding-top: 2rem !important;
  }
}
.icon__carousel .tone__blue .icon__white {
  background-color: #fff;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  width: 200px;
  height: 222px;
  box-shadow: 0px 7.8716px 23.6148px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.icon__carousel .tone__blue .icon__white .icon__text {
  padding: 20px 10px;
  text-align: center;
  color: #162A7C;
  font-weight: bold;
  font-size: 16px;
}
.icon__carousel .tone__blue .content__slide {
  position: relative;
  min-height: 200px;
}
@media screen and (min-width: 768px) {
  .icon__carousel .tone__blue .content__slide {
    padding: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .icon__carousel .tone__blue .content__slide {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .icon__carousel .tone__blue .swiper-container {
    margin-left: 100px;
  }
}
.icon__carousel .tone__blue .swiper-button {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 25px;
}
@media screen and (min-width: 1200px) {
  .icon__carousel .tone__blue .swiper-button {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .icon__carousel .tone__blue .swiper-button {
    display: block;
    top: 30px;
  }
}
.icon__carousel .tone__blue .pagination__slide {
  position: absolute;
  display: block;
  z-index: 2;
  left: 10px;
  top: 70%;
}
@media screen and (min-width: 1600px) {
  .icon__carousel .tone__blue .pagination__slide {
    top: 90%;
  }
}
.icon__carousel .tone__blue .current__slide {
  font-size: 20px;
}
.icon__carousel .tone__blue .total__slide {
  font-size: 15px;
}
.icon__carousel .tone__blue .swiper-button-next {
  background-size: 100% auto;
  background-position: center;
  width: 74px;
  height: 74px;
  left: 0px;
  top: 100px;
}
.icon__carousel .tone__blue .next__white {
  background: url("../images/next_blue.png") no-repeat;
}
.icon__carousel .tone__blue .next__blue, .icon__carousel .tone__blue .next__transparent {
  background: url("../images/next.png") no-repeat;
}
.icon__carousel .tone__blue .swiper-button-prev {
  background-size: 100% auto;
  background-position: center;
  width: 74px;
  height: 74px;
  left: 0px;
  top: 20px;
}
.icon__carousel .tone__blue .prev__white {
  background: url("../images/prev_blue.png") no-repeat;
}
.icon__carousel .tone__blue .prev__blue, .icon__carousel .tone__blue .prev__transparent {
  background: url("../images/prev.png") no-repeat;
}
.icon__carousel .tone__blue .swiper-button-next:after,
.icon__carousel .tone__blue .swiper-button-prev:after {
  content: "";
}
.icon__carousel .tone__blue .swiper-slide {
  opacity: 0.5;
}
@media screen and (min-width: 1600px) {
  .icon__carousel .tone__blue .swiper-slide {
    opacity: 1;
  }
}
.icon__carousel .tone__blue .swiper-slide-duplicate-prev {
  opacity: 0.5;
}
.icon__carousel .tone__blue .swiper-slide-next,
.icon__carousel .tone__blue .swiper-slide-prev,
.icon__carousel .tone__blue .swiper-slide-active {
  opacity: 1;
}
.icon__carousel .icon__top {
  margin-top: 28px;
}
@media screen and (min-width: 1600px) {
  .icon__carousel .icon__top {
    margin-top: 65px;
  }
}

.check-list {
  padding-left: 40px;
}
.check-list li {
  position: relative;
  margin-bottom: 10px;
}
.check-list li::before {
  content: "\F058";
  position: absolute;
  top: -2px;
  left: -30px;
  display: inline-block;
  color: #68E16F;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 20px;
}

.section__card__grid .card__grids {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section__card__grid .card__grids .card__grid__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .section__card__grid .card__grids .card__grid__item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.section__card__grid .card__grids .card__grid__item2 {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .section__card__grid .card__grids .card__grid__item2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.section__card__grid .card__grids .card__grid__img {
  position: relative;
  overflow: hidden;
  border-radius: 80px 0px;
}
.section__card__grid .card__grids .card__grid__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .section__card__grid .card__grids .card__grid__odd2 {
    margin-top: 40px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .section__card__grid .card__grids .card__grid__even {
    margin-top: 80px;
    padding: 0px 15px;
  }
}
@media screen and (min-width: 768px) {
  .section__card__grid .card__grids .card__grid__odd {
    padding-right: 15px;
  }
  .section__card__grid .card__grids .card__grid__odd:last-child {
    padding-right: 0px;
    padding-left: 15px;
  }
}
.section__card__grid .card__grids .card__grid__label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex: 1;
}
.section__card__grid .card__grids .card__grid__label .__label {
  text-align: center;
  margin: 15px 0px;
  color: #fff;
  font-size: 18px;
  padding: 16px 24px;
  line-height: 26px;
  background-color: #162A7C;
  border-radius: 0px 32px;
}
@media screen and (min-width: 1600px) {
  .section__card__grid .card__grids .card__grid__label .__label {
    font-size: 22px;
    line-height: 28px;
  }
}
.section__card__grid .card__grids .card__grid__label .__label a {
  color: #fff;
}
.section__card__grid .card__grids .card__grid__label .__left {
  text-align: left;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .section__card__grid .card__grids .card__grid__label .__left {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .section__card__grid .card__grids .card__grid__label .__left {
    width: 40%;
  }
}
.section__card__grid .card__grids .card__grid__content {
  color: #162A7C;
  text-align: center;
}
.section__card__grid .card__grids .card__grid__content p {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 1600px) {
  .section__card__grid .card__grids .card__grid__content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.section__card__grid .card__grids .card__grid__content__bottom {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  padding: 16px 32px;
  background: linear-gradient(180deg, #1F237B -2.63%, #23415D 49.89%, #43BA60 85.71%), #43BA60;
  opacity: 0.85;
  border-radius: 60px 0px;
}
.section__card__grid .card__grids .card__grid__content__bottom p {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 1200px) {
  .section__card__grid .card__grids .card__grid__content__bottom p {
    font-size: 20px;
    line-height: 28px;
  }
}

.bg {
  position: relative;
  background-size: cover;
  background-position: center;
}

.bg--overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 67, 77, 0.9);
}

.rtl {
  direction: rtl;
}

.page--main {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page--main {
    margin-top: -120px;
  }
}
@media screen and (min-width: 1024px) {
  .page--main {
    margin-top: -122px;
  }
}
.page--main .page__content {
  padding-bottom: 0;
}

.swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    top: unset !important;
    right: unset !important;
    width: auto !important;
    left: 50% !important;
    bottom: unset !important;
    transform: translateY(-50%) !important;
    padding-bottom: 40px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  margin: 0 5px !important;
  background-color: #242424;
  border-radius: 4px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 8px;
  background-color: #5584EF;
  border-radius: 4px;
}
.swiper-pagination .swiper-button-prev, .swiper-pagination .swiper-button-next {
  color: #fff;
}

.section__video {
  background-color: #F0F9F2;
  flex-direction: column-reverse;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .section__video {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.section__video .video__items {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 15px;
  top: 25px;
}
@media screen and (min-width: 576px) {
  .section__video .video__items {
    max-width: 540px;
    margin: -25px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .section__video .video__items {
    padding: 0;
    top: 0;
    margin-top: 0;
    max-width: 100%;
  }
}
.section__video .video__items .video__item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .section__video .video__items .video__item {
    flex-direction: column;
    align-items: flex-end;
  }
}
.section__video .backdrop {
  position: relative;
}
@media screen and (min-width: 768px) {
  .section__video .backdrop {
    width: 60.5vw;
  }
}
.section__video .backdrop .backdrop__img {
  position: relative;
}
.section__video .backdrop .backdrop__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__video .backdrop .backdrop__img--bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .section__video .backdrop .backdrop__img--bg {
    display: block;
    max-height: 100%;
  }
}
.section__video .backdrop .backdrop__img--bg > img {
  position: absolute;
  top: 0;
  left: 0;
}
.section__video .backdrop .backdrop__img--photo {
  display: block;
}
@media screen and (min-width: 768px) {
  .section__video .backdrop .backdrop__img--photo {
    display: none;
  }
}
.section__video .player {
  position: relative;
}
.section__video .player .player__screen {
  position: relative;
}
.section__video .player .player__screen::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.section__video .player .player__screen video, .section__video .player .player__screen img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__video .player .player__controls {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section__video .player .player__controls::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0B434D;
  opacity: 0.38;
}
.section__video .player .player__controls .control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 992px) {
  .section__video .player .player__controls .control {
    width: 80px;
    height: 80px;
  }
}
.section__video .player--inline {
  overflow: hidden;
}
.section__video .player--inline .player__screen {
  max-height: 454px;
}
.section__video .player--inline .player__controls .control {
  top: 50%;
  left: 55%;
  transform: translate(-15%, -55%);
}
.section__video .info {
  position: static;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section__video .info {
    position: absolute;
  }
}
.section__video .wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .section__video .wrapper {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .section__video .wrapper {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .section__video .wrapper {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .section__video .wrapper {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1600px) {
  .section__video .wrapper {
    max-width: 1440px;
  }
}
.section__video .reveal {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}
.section__video .reveal.active {
  transform: translateX(0);
  opacity: 1;
}
.section__video .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  height: 100%;
  justify-content: center;
  color: #162A7C;
}
@media screen and (min-width: 768px) {
  .section__video .inner {
    padding: 20px;
    max-width: 40%;
  }
}
.section__video .inner .content {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__video .inner .content {
    text-align: unset;
  }
}
.section__video .inner .content .heading {
  color: #162A7C;
  font-size: 42px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .section__video .inner .content .heading {
    font-size: 3.5vw;
  }
}
.section__video .inner .content .subtext {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section__video .inner .content .subtext {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .section__video .inner .content .subtext {
    font-size: 20px;
  }
}
.section__video .inner .content .subtext .animation-fade {
  -webkit-animation: 3s ease 0s normal forwards 1 fadeIn;
  animation: 3s ease 0s normal forwards 1 fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section__video .play {
  position: absolute;
  display: block;
  z-index: 2;
  width: 88px;
  height: 88px;
  background: url("../images/play.png") no-repeat;
  top: 30%;
  left: 37%;
}
@media screen and (min-width: 768px) {
  .section__video .play {
    top: 35%;
    left: 47%;
  }
}
@media screen and (min-width: 1440px) {
  .section__video .play {
    top: 40%;
    left: 55%;
  }
}

.page__solution {
  position: relative;
  background: url("../images/bg_solution_top.png") no-repeat left top;
  padding-top: 0px;
}
@media screen and (min-width: 992px) {
  .page__solution {
    padding-top: 75px;
  }
}
.page__solution .content {
  display: block;
  color: #162A7C;
  padding: 20px 0px;
  font-size: 16px;
}
@media screen and (min-width: 1600px) {
  .page__solution .content {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page__solution .bg_footer {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 387px;
    height: 250px;
    background: url("../images/bg_solution_bottom.png") no-repeat right bottom;
  }
}

.solution__section {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .solution__section {
    padding-bottom: 50px;
  }
}
.solution__section .solutions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.solution__section .solution__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .solution__section .solution__item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 0px;
  }
}
.solution__section .solution__img {
  position: relative;
  overflow: hidden;
  border-radius: 80px 0px;
}
.solution__section .solution__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 1s all ease-in-out;
}
.solution__section .solution__img img:hover {
  transform: scale(1.5);
}
@media screen and (min-width: 992px) {
  .solution__section .even {
    padding: 0px 15px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .solution__section .odd {
    padding: 0px 15px 0px 0px;
  }
  .solution__section .odd:last-child {
    padding: 0px 0px 0px 15px;
  }
}
.solution__section .solution__label {
  margin: 10px 0px;
  color: #fff;
  line-height: 22px;
  font-size: 18px;
  padding: 16px 32px;
  background-color: #162A7C;
  border-radius: 0px 32px;
}

.products {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products p {
  font-size: 22px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 28px !important;
}
.products .product__item__grid {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .products .product__item__grid {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.products .product__item__grid:last-child {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .products .grid__even {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .products .grid__odd {
    padding-right: 15px;
  }
  .products .grid__odd:last-child {
    padding-right: 0px;
  }
}
.products .product {
  position: relative;
  margin-bottom: 30px;
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  .products .product {
    margin-bottom: 50px;
  }
}
.products .product .product__img {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.products .product .product__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 50vh;
  transition: 1s all ease-in-out;
}
.products .product .product__img > img:hover {
  transform: scale(1.5);
}
@media screen and (min-width: 768px) {
  .products .product .product__img > img {
    min-height: 40vh;
  }
}
@media screen and (min-width: 1200px) {
  .products .product .product__img > img {
    min-height: unset;
  }
}
.products .product .product__content {
  padding: 15px;
  position: absolute;
  z-index: 2;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .products .product .product__content {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .products .product .product__content h3 {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1200px) {
  .products .product .product__content h3 {
    font-size: 28px !important;
  }
}
@media screen and (min-width: 768px) {
  .products .product .product__content p {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .products .product .product__content p {
    font-size: 18px !important;
  }
}
.products .product .product__content .color_tone__blue h3 {
  color: #162A7C !important;
}
.products .product .product__content .color_tone__blue p {
  color: #162A7C !important;
}
.products .product .product__content .color_tone__white {
  margin-bottom: 10px;
}
.products .product .product__content .color_tone__white h3 {
  color: #fff !important;
}
.products .product .product__content .color_tone__white p {
  color: #fff !important;
}
.products .product .align_text__top {
  top: 0;
}
.products .product .align_text__bottom {
  bottom: 0;
}

.testimonial__section {
  margin-top: 40px;
  background: linear-gradient(25.71deg, rgba(71, 132, 190, 0.32) 24.26%, #2D3184 83.86%), #43BA60;
  height: 512px;
  padding: 0px 30px 30px;
}
@media screen and (min-width: 768px) {
  .testimonial__section {
    padding: 0px 50px 50px;
  }
}
@media screen and (min-width: 1440px) {
  .testimonial__section {
    padding: 30px 0px 30px 207px;
    background: url("../images/bg_curve_large.png") no-repeat #F4F8FE;
  }
}
@media screen and (min-width: 1600px) {
  .testimonial__section {
    padding: 30px 0px 30px 250px;
  }
}
@media screen and (min-width: 768px) {
  .testimonial__section .swiper-container {
    margin-left: 100px;
  }
}
.testimonial__section .swiper-button {
  display: none;
  position: absolute;
  z-index: 2;
  top: 28%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .testimonial__section .swiper-button {
    display: block;
    top: 20%;
  }
}
@media screen and (min-width: 1600px) {
  .testimonial__section .swiper-button {
    display: block;
    top: 24%;
  }
}
.testimonial__section .swiper-button-next {
  background: url("../images/next.png") no-repeat;
  width: 74px;
  height: 74px;
  left: 10px;
}
.testimonial__section .swiper-button-prev {
  background: url("../images/prev.png") no-repeat;
  width: 74px;
  height: 74px;
  top: 85px;
}
.testimonial__section .swiper-button-next:after,
.testimonial__section .swiper-button-prev:after {
  content: "";
}
.testimonial__section .swiper-slide {
  opacity: 0.5;
}
.testimonial__section .swiper-slide:last-child {
  opacity: 1;
}
.testimonial__section .swiper-slide-next {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .testimonial__section .swiper-slide-next {
    opacity: 1;
  }
}
.testimonial__section .swiper-slide-prev,
.testimonial__section .swiper-slide-active {
  opacity: 1 !important;
}

.congpart {
  background: url("../images/bg_topographic.png") top right no-repeat #fff;
  min-height: 460px;
}
.congpart .congpart__card {
  text-align: center;
  top: 50px;
  margin-bottom: 50px;
}
.congpart .congpart__card .conglomerate .swiper-wrapper {
  margin-bottom: 80px;
}
.congpart .congpart__card .conglomerate .conglomerate__flex {
  margin-top: 50px;
}
.congpart .congpart__card .partner {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .congpart .congpart__card .partner .partner__list {
    padding: 40px 25px 0px;
  }
}
@media screen and (min-width: 1440px) {
  .congpart .congpart__card .partner .partner__list {
    padding: 20px 0px;
  }
}
.congpart .congpart__card .partner .partner__list .swiper-wrapper {
  margin-bottom: 80px;
}
.congpart .congpart__card .animation-fade {
  -webkit-animation: 5s ease 0s normal forwards 1 fadeIn;
  animation: 5s ease 0s normal forwards 1 fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.reveal {
  position: relative;
  transform: translateY(200px);
  opacity: 0;
  transition: 1s all ease-in;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.news__section {
  background: linear-gradient(25.71deg, rgba(71, 132, 190, 0.32) 24.26%, #2D3184 83.86%), #43BA60;
  padding: 0px 30px 30px;
}
@media screen and (min-width: 768px) {
  .news__section {
    padding: 0px 50px 50px;
  }
}
@media screen and (min-width: 1440px) {
  .news__section {
    background: url("../images/bg_news_large.png") no-repeat #F4F8FE;
    padding: 30px 0px 30px 290px;
  }
}
@media screen and (min-width: 1600px) {
  .news__section {
    background: url("../images/bg_news_large.png") no-repeat #F4F8FE;
    padding: 30px 0px 30px 345px;
  }
}
@media screen and (min-width: 1440px) {
  .news__section .section__header {
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .news__section .swiper-container {
    margin-left: 100px;
  }
}
.news__section .swiper-button {
  display: none;
  position: absolute;
  z-index: 2;
  top: 10%;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .news__section .swiper-button {
    display: block;
    top: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .news__section .swiper-button {
    top: 24%;
  }
}
.news__section .swiper-button-next {
  background: url("../images/next.png") no-repeat;
  left: 10px;
  width: 74px;
  height: 74px;
}
.news__section .swiper-button-prev {
  background: url("../images/prev.png") no-repeat;
  width: 74px;
  height: 74px;
  top: 85px;
}
.news__section .swiper-button-next:after,
.news__section .swiper-button-prev:after {
  content: "";
}
.news__section .button-all {
  position: absolute;
  left: 10px;
  width: 74px;
  height: 74px;
  top: 150px;
}
.news__section .swiper-slide {
  opacity: 0.5;
}
@media screen and (min-width: 1600px) {
  .news__section .swiper-slide {
    opacity: 1;
  }
  .news__section .swiper-slide:not(.swiper-slide-next) + .swiper-slide {
    opacity: 0.5;
  }
}
.news__section .swiper-slide-duplicate-prev {
  opacity: 0.5 !important;
}
.news__section .swiper-slide-next,
.news__section .swiper-slide-prev,
.news__section .swiper-slide-active {
  opacity: 1 !important;
}

.page--articles h2.title {
  color: #162A7C !important;
}
.page--articles .page__title {
  font-size: 24px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1440px) {
  .page--articles .page__title {
    font-size: 30px;
    margin-bottom: 80px;
  }
}
.page--articles .card--article {
  margin-bottom: 0;
  height: 100%;
}
.page--articles .blog__category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 15px;
}
.page--articles .blog__category a {
  color: #162A7C;
  background-color: #fff;
  border-radius: 25px;
  border: 2px solid #162A7C;
  margin: 10px;
}
.page--articles .blog__category a:hover {
  color: #fff;
  background-color: #162A7C;
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page--articles .blog__category .active {
  color: #fff;
  background-color: #162A7C;
}
.page--articles .blog__header {
  background-color: #162A7C;
}
.page--articles .blog__header .title {
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .page--articles .blog__header .title {
    padding: 90px 15px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .page--articles .blog__header .title {
    padding: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .page--articles .blog__header .title {
    padding: 20px 20px 20px 80px;
  }
}
.page--articles .blog__header .title h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (min-width: 768px) {
  .page--articles .blog__header .title h1 {
    font-size: 34px;
    font-weight: bold;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media screen and (min-width: 1600px) {
  .page--articles .blog__header .title h1 {
    font-size: 40px;
    font-weight: bold;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.page--articles .blog__header .btn__prev:hover {
  background-color: #1d3285;
}
.page--articles .blog__content {
  background: url("../images/bg_topographic_bottom.png") no-repeat #fff bottom right;
  padding: 20px 0px;
}
@media screen and (min-width: 1440px) {
  .page--articles .blog__content {
    padding: 20px 0px 200px;
  }
}
.page--articles .topographic__floating {
  background: url("../images/bg_blog.png") no-repeat #fff top left;
}
@media screen and (min-width: 1200px) {
  .page--articles .blog__container {
    padding: 0px 40px 0px 0px;
  }
}
@media only screen and (min-width: 1366px) {
  .page--articles .blog__container {
    padding: 0px 30px 0px 10px;
  }
}
@media screen and (min-width: 1440px) {
  .page--articles .blog__container {
    padding: 0px 50px 0px 70px;
  }
}
.page--articles .blog__news {
  display: block;
  background-color: #F4F8FE;
}
.page--articles .article {
  margin-bottom: 50px;
}
.page--articles .article .article__content strong,
.page--articles .article .article__content b {
  font-weight: bold;
}
.page--articles .article .article__content ol,
.page--articles .article .article__content ul {
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 1.25;
}
.page--articles .article .article__content ol li,
.page--articles .article .article__content ul li {
  margin-bottom: 1rem;
}
.page--articles .article .article__content ol {
  list-style: decimal;
}
.page--articles .article .article__content ul {
  list-style: disc;
}
.page--articles .article__date {
  font-size: 13px;
  color: #5584EF;
}
.page--articles .article__excerpt {
  font-size: 14px;
  color: #162A7C;
  line-height: 22px;
  height: 130px;
}
@media screen and (min-width: 1024px) {
  .page--articles .article__excerpt {
    height: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .page--articles .article__excerpt {
    height: 120px;
  }
}
.page--articles .article__excerpt p {
  font-size: 16px !important;
  line-height: 22px;
}
.page--articles .content__side {
  padding: 20px;
}
.page--articles .article__title {
  height: 127px;
}
@media screen and (min-width: 768px) {
  .page--articles .article__title {
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .page--articles .article__title {
    height: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .page--articles .article__title {
    height: 100px;
  }
}
.page--articles .article__title h3 {
  line-height: 22px;
  font-size: 14px !important;
  color: #162A7C;
}
@media screen and (min-width: 1200px) {
  .page--articles .article__title h3 {
    line-height: 24px;
    font-size: 18px !important;
  }
}
.page--articles .inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .page--articles .inline {
    display: block;
  }
}
.page--articles .blog__tag {
  display: inline-block;
  background-color: #67E16F;
  border-radius: 14px;
  color: #fff;
  padding: 8px 16px;
  margin: 8px 8px 8px 0px;
  font-size: 16px;
}
.page--articles .see__more {
  line-height: 20px;
  font-weight: bold;
  color: #162A7C;
}
.page--articles .article__aside {
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .page--articles .article__aside {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page--articles .article__aside {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .page--articles .article__aside {
    padding-left: 60px;
  }
}
.page--articles .article__statistics {
  margin-bottom: 30px;
}
.page--articles .tag {
  padding: 10px 15px;
  position: relative;
  background-color: #EEF5F5;
}
.page--articles .tag i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.page--articles .sticky .sticky__title .title {
  color: #162A7C;
}
.page--articles .article__suggestion {
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page--articles .article__suggestion::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 992px) {
  .page--articles .article__suggestion {
    flex-wrap: wrap;
  }
}
.page--articles .article__suggestion .suggestion {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.page--articles .article__suggestion .suggestion__content {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 14px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page--articles .article__suggestion .suggestion__content .title {
  font-size: 16px;
  color: #162A7C;
  line-height: 22px;
}
.page--articles .article__suggestion .suggestion__content .date {
  color: #5584EF;
  font-size: 13px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1600px) {
  .page--articles .article__suggestion .suggestion__content .date {
    font-size: 14px;
  }
}
.page--articles .article__suggestion .suggestion__content .suggestion__tag {
  margin-top: 20px;
}
.page--articles .article__suggestion .suggestion__content .suggestion__tag .tag__ {
  display: inline-block;
  margin: 0px 8px 8px 0px;
  background-color: #67E16F;
  padding: 6px 14px;
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .page--articles .article__suggestion .suggestion__content .suggestion__tag .tag__ {
    padding: 8px 16px;
  }
}
.page--articles .article__suggestion .suggestion__img {
  border-radius: 14px 14px 0px 0px;
  overflow: hidden;
}
.page--articles .article__suggestion .suggestion__img > img {
  width: 100%;
}
.page--articles .article-gallery {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  background-image: linear-gradient(-90deg, rgba(241, 247, 252, 0) 0%, #eff6fb 100%);
  box-shadow: -8px -8px 10px #ffffff, 8px 8px 10px rgba(120, 136, 162, 0.3);
  overflow: hidden;
}
.page--articles .article-gallery .swiper-slide > img {
  display: block;
  margin: 0 auto;
}
.page--articles .article-gallery .article-gallery--presenter .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #31344b;
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.page--articles .article-gallery .article-gallery--presenter .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #31344b;
}
.page--articles .article-gallery .article-gallery--thumb {
  padding: 15px;
}
.page--articles .article-gallery .article-gallery--thumb .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.page--articles .article-gallery .article-gallery--thumb .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.page--articles .article-gallery .article-gallery--thumb .swiper-slide-active::before {
  content: none;
}
.page--articles .grid__item2 {
  padding-left: 30px;
  padding-bottom: 50px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .page--articles .grid__item2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .page--articles .grid__item2 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.page--articles .grid__item3 {
  padding-left: 30px;
  padding-bottom: 50px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .page--articles .grid__item3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .page--articles .grid__item3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.section__vision-mission {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .section__vision-mission {
    flex-wrap: unset;
  }
}
.section__vision-mission .__content {
  background-color: #162A7C;
  padding: 30px;
  border-radius: 44px 0px 0px 0px;
}
@media screen and (min-width: 1200px) {
  .section__vision-mission .__content {
    padding: 50px 30px 30px 50px;
    border-radius: 90px 0px;
  }
}
.section__vision-mission .__content:last-child {
  background-color: #45A97E;
  border-radius: 0px 0px 44px 0px;
}
@media screen and (min-width: 1200px) {
  .section__vision-mission .__content:last-child {
    margin-left: -85px;
    border-radius: 90px 0px;
  }
}
.section__vision-mission .__content .title_vision {
  font-size: 38px;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .section__vision-mission .__content .title_vision {
    text-align: right;
    padding: 0px 100px 80px 0px;
  }
}
.section__vision-mission .__content .title_mission {
  font-size: 38px;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .section__vision-mission .__content .title_mission {
    text-align: right;
    padding: 0px 0px 50px 0px;
  }
}
.section__vision-mission .__content p {
  text-align: center;
  font-weight: initial;
}
@media screen and (min-width: 1200px) {
  .section__vision-mission .__content p {
    text-align: initial;
  }
}

.section__radius {
  color: #fff;
}
.section__radius .about_content {
  border-radius: 99px 0px;
  position: relative;
}
.section__radius .about_content .img__radius img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 44px 0px 0px 0px;
}
@media screen and (min-width: 1200px) {
  .section__radius .about_content .img__radius img {
    border-radius: 99px 0px;
  }
}
.section__radius .about_content .content__radius {
  padding: 20px;
  border-radius: 0px 0px 44px 0px;
  background: linear-gradient(197.74deg, #162A7C -2.63%, rgba(35, 65, 93, 0.489228) 49.89%, rgba(0, 0, 0, 0) 85.71%), #43BA60;
  opacity: 0.85;
}
@media screen and (min-width: 1200px) {
  .section__radius .about_content .content__radius {
    height: 100%;
    display: block;
    padding: 50px 40px 12px;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    border-radius: 99px 0px;
  }
}
.section__radius .about_content .content__radius .__content {
  height: 90%;
  overflow-y: scroll;
}
.section__radius .about_content .content__radius .__content p br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .section__radius .about_content .content__radius .__content p br {
    display: block;
  }
}
.section__radius .about_content .content__radius .__content ul li {
  font-size: 18px;
  font-weight: 300;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 30px;
}
.section__radius .about_content .content__radius .__content ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F111" !important;
  letter-spacing: 5px;
  line-height: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.section__radius .about_content .content__radius ::-webkit-scrollbar {
  width: 5px;
}
.section__radius .about_content .content__radius ::-webkit-scrollbar-thumb {
  background: #43BA60;
}
.section__radius .about_content .img__radius__left {
  position: relative;
}
.section__radius .about_content .img__radius__left img {
  height: 60vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 44px 0px;
}
@media screen and (min-width: 768px) {
  .section__radius .about_content .img__radius__left img {
    border-radius: 99px 0px;
    -o-object-fit: fill;
       object-fit: fill;
    height: 44vh;
  }
}
@media screen and (min-width: 1024px) {
  .section__radius .about_content .img__radius__left img {
    -o-object-fit: fill;
       object-fit: fill;
    height: unset;
  }
}
.section__radius .about_content .content__radius__left {
  padding: 20px;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .section__radius .about_content .content__radius__left {
    top: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .section__radius .about_content .content__radius__left {
    padding: 30px;
  }
}
.section__radius .about_content .content__radius__left .__content__left {
  height: 55vh;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .section__radius .about_content .content__radius__left .__content__left {
    height: 35vh;
  }
}
@media screen and (min-width: 1200px) {
  .section__radius .about_content .content__radius__left .__content__left {
    height: 50vh;
  }
}
@media only screen and (min-width: 1366px) {
  .section__radius .about_content .content__radius__left .__content__left {
    height: 40vh;
  }
}
@media screen and (min-width: 1440px) {
  .section__radius .about_content .content__radius__left .__content__left {
    height: unset;
    overflow-y: hidden;
  }
}
.section__radius .about_content .content__radius__left .__content__left p br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .section__radius .about_content .content__radius__left .__content__left p br {
    display: block;
  }
}
.section__radius .about_content .content__radius__left .__content__left ul li {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .section__radius .about_content .content__radius__left .__content__left ul li {
    font-size: 18px;
    font-weight: normal;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 24px;
  }
}
.section__radius .about_content .content__radius__left .__content__left ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F058" !important;
  letter-spacing: 5px;
  color: #fff;
}
.section__radius .about_content .content__radius__left .__content__left h1, .section__radius .about_content .content__radius__left .__content__left h2, .section__radius .about_content .content__radius__left .__content__left h3, .section__radius .about_content .content__radius__left .__content__left section__header, .section__radius .about_content .content__radius__left .__content__left section__title {
  color: #fff !important;
}
.section__radius .about_content .content__radius__left ::-webkit-scrollbar {
  width: 5px;
}
.section__radius .about_content .content__radius__left ::-webkit-scrollbar-thumb {
  background: #43BA60;
}

.section__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.section__gallery #thumbnails a {
  position: relative;
}
.section__gallery #thumbnails a img {
  height: 150px;
  width: 200px;
  margin: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .section__gallery #thumbnails a img {
    margin: 20px;
  }
}
.section__gallery #thumbnails .show__img {
  display: inline;
}
.section__gallery #thumbnails .hidden__img {
  display: none;
}
.section__gallery #thumbnails .show__text {
  position: absolute;
  width: 200px;
  height: 150px;
  background: linear-gradient(197.74deg, #1F237B -2.63%, #23415D 49.89%, #43BA60 85.71%), #43BA60;
  color: #fff;
  font-size: 30px;
  opacity: 0.8;
  z-index: 2;
  padding: 30px 20px 20px;
  right: 10px;
  bottom: -64px;
}
@media screen and (min-width: 1440px) {
  .section__gallery #thumbnails .show__text {
    right: 20px;
    bottom: -62px;
  }
}

.page__newsroom {
  background: url("../images/bg_topographic_bottom.png") bottom right no-repeat #fff;
}
.page__newsroom .newsroom__header {
  background-color: #162A7C;
  padding-bottom: 30px;
}
.page__newsroom .newsroom__header .newsroom__category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 15px;
}
.page__newsroom .newsroom__header .newsroom__category .btn--category {
  margin: 20px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 20px;
  padding: 10px 16px;
  background-color: #162A7C;
  color: #fff;
  border: 2px solid #ffff;
}
.page__newsroom .newsroom__header .newsroom__category .btn--category:hover {
  background-color: #fff;
  color: #162A7C;
}
@media screen and (min-width: 1200px) {
  .page__newsroom .newsroom__header .newsroom__category .btn--category {
    margin: 30px 20px;
  }
}
.page__newsroom .newsroom__header .newsroom__category .active {
  background-color: #fff;
  color: #162A7C;
}
.page__newsroom .newsroom__content .news__all {
  padding: 0px 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .page__newsroom .newsroom__content .news__all {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .page__newsroom .newsroom__content .news__all {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.page__newsroom .newsroom__content .news__all .news {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 14px 14px;
  margin-bottom: 30px;
  background-color: #fff;
}
.page__newsroom .newsroom__content .news__all .news img {
  width: 100%;
  border-radius: 14px 14px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__newsroom .newsroom__content .news__all .news .news__content {
  padding: 20px 30px;
}
.page__newsroom .newsroom__content .news__all .news .news__content .news__date {
  font-size: 13px;
  color: #5584EF;
}
.page__newsroom .newsroom__content .news__all .news .news__content .news__title {
  height: 100px;
  margin: 20px 0px;
}
.page__newsroom .newsroom__content .news__all .news .news__content .news__title h3 {
  line-height: 28px;
  font-size: 18px;
  color: #162A7C;
}
.page__newsroom .newsroom__content .news__all .news .news__content .news__tag .tag__ {
  display: inline-block;
  background-color: #67E16F;
  border-radius: 14px;
  color: #fff;
  padding: 8px 16px;
  margin: 8px 8px 8px 0px;
  font-size: 16px;
}
.page__newsroom .newsroom__content .news__all .news .news__content .see__more {
  line-height: 20px;
  font-weight: bold;
  color: #162A7C;
}

.join__us__jobs .section__title {
  color: #5584EF !important;
}
.join__us__jobs h3 {
  color: #162A7C !important;
}
.join__us__jobs .career__department {
  color: #000;
  font-size: 16px;
}
@media screen and (min-width: 1600px) {
  .join__us__jobs .career__department {
    font-size: 18px;
  }
}
.join__us__jobs .jobs__list {
  margin-bottom: 30px;
}
.join__us__jobs .jobs__list:last-child {
  margin-bottom: 60px;
}
.join__us__jobs .jobs_message {
  color: #162A7C;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
}

.full_video img {
  width: 100%;
  height: 354px;
  -o-object-fit: cover;
     object-fit: cover;
  position: static;
}
@media screen and (min-width: 1440px) {
  .full_video img {
    width: 100vw;
  }
}
.full_video .btn__play--full {
  position: absolute;
  display: block;
  background: url("../images/play.png") no-repeat;
  width: 66px;
  height: 66px;
  z-index: 2;
  top: 45%;
  left: 42%;
}
@media screen and (min-width: 1200px) {
  .full_video .btn__play--full {
    top: 50%;
    left: 50%;
  }
}
.full_video iframe {
  width: 100%;
  border-radius: 14px;
  height: 354px;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .full_video iframe {
    width: 100vw;
  }
}

.jobs__video {
  height: 100%;
  display: block;
}
.jobs__video .__padding {
  padding: 0px 15px;
}
.jobs__video .__padding_left {
  padding: 0px 15px;
}
@media screen and (min-width: 1200px) {
  .jobs__video .__padding_left {
    height: 100%;
    display: block;
    padding: 0px 0px 0px 15px;
  }
}
.jobs__video .video__12 {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .jobs__video .video__12 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .jobs__video .video__12 {
    margin-bottom: 50px;
  }
}
.jobs__video .video__12 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 14px;
}
@media screen and (min-width: 1200px) {
  .jobs__video .video__12 img {
    width: 70%;
  }
}
@media only screen and (min-width: 1366px) {
  .jobs__video .video__12 img {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .jobs__video .video__12 img {
    width: 70%;
  }
}
.jobs__video .video__12 iframe {
  width: 100%;
  border-radius: 14px;
  height: 200px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .jobs__video .video__12 iframe {
    height: 377px;
  }
}
@media screen and (min-width: 1024px) {
  .jobs__video .video__12 iframe {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .jobs__video .video__12 iframe {
    width: 70%;
    height: 600px;
  }
}
@media only screen and (min-width: 1366px) {
  .jobs__video .video__12 iframe {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .jobs__video .video__12 iframe {
    width: 70%;
  }
}
.jobs__video .btn__play {
  position: absolute;
  display: block;
  z-index: 2;
  background: url("../images/play.png") no-repeat;
  width: 66px;
  height: 66px;
  top: 33%;
  left: 40%;
}
@media screen and (min-width: 768px) {
  .jobs__video .btn__play {
    top: 40%;
    left: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .jobs__video .btn__play {
    top: 50%;
    left: 50%;
  }
}
.jobs__video .btn__play:hover {
  cursor: pointer;
}
.jobs__video .video__6 {
  height: 100%;
  display: block;
}
.jobs__video .video__6 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 14px 14px 0px 0px;
}
@media screen and (min-width: 1200px) {
  .jobs__video .video__6 img {
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 14px 0px 0px 14px;
  }
}

.page__job__detail {
  background: url("../images/bg_topographic_bottom.png") no-repeat #fff bottom right;
  padding-top: 75px;
}
@media screen and (min-width: 992px) {
  .page__job__detail {
    padding-top: 0px;
  }
}
.page__job__detail .job__detail__content {
  padding: 50px 0px;
}
.page__job__detail .job__detail__content h3 {
  color: #5584EF;
  font-size: 34px;
}
.page__job__detail .job__detail__content .job__detail__title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0px 30px;
}
.page__job__detail .job__detail__content .job__detail__desc {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.page__job__detail .job__detail__content .job__detail__desc p {
  line-height: 22px;
}

.activity_section {
  background: linear-gradient(25.71deg, rgba(71, 132, 190, 0.32) 24.26%, #2D3184 83.86%), #43BA60;
  padding: 0px 30px 30px;
}
@media screen and (min-width: 1440px) {
  .activity_section {
    background: url("../images/bg_curve_activity_large.png") no-repeat transparent;
    min-height: 560px;
    padding-left: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .activity_section {
    padding-left: 345px;
  }
}
@media screen and (min-width: 768px) {
  .activity_section .swiper-container {
    margin-left: 100px;
  }
}
.activity_section .swiper-button {
  display: none;
  position: absolute;
  z-index: 2;
  top: 20%;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .activity_section .swiper-button {
    display: block;
    top: 20%;
  }
}
@media screen and (min-width: 1600px) {
  .activity_section .swiper-button {
    display: block;
    top: 24%;
  }
}
.activity_section .swiper-button-next {
  background: url("../images/next.png") no-repeat;
  width: 74px;
  height: 74px;
  left: 10px;
}
.activity_section .swiper-button-prev {
  background: url("../images/prev.png") no-repeat;
  width: 74px;
  height: 74px;
  top: 85px;
}
.activity_section .swiper-button-next:after,
.activity_section .swiper-button-prev:after {
  content: "";
}
.activity_section .swiper-slide {
  opacity: 0.5;
}
.activity_section .swiper-slide:last-child {
  opacity: 1 !important;
}
@media screen and (min-width: 1024px) {
  .activity_section .swiper-slide {
    opacity: 1;
  }
  .activity_section .swiper-slide:not(.swiper-slide-next) + .swiper-slide {
    opacity: 0.5;
  }
}
.activity_section .swiper-slide-duplicate-prev {
  opacity: 0.5 !important;
}
.activity_section .swiper-slide-next,
.activity_section .swiper-slide-prev,
.activity_section .swiper-slide-active {
  opacity: 1 !important;
}

.__form {
  padding: 15px;
  border: 1px solid #162A7C;
}
@media screen and (min-width: 992px) {
  .__form {
    margin: 0px;
    padding: 0px 50px 50px;
  }
}
.__form .form-select, .__form .form-control {
  color: #162A7C;
  font-weight: 300;
}
.__form input, .__form textarea, .__form .form-select {
  padding: 20px;
  border: 2px solid #162A7C;
  border-radius: 12px;
}
.__form input::-moz-placeholder, .__form textarea::-moz-placeholder, .__form .form-select::-moz-placeholder {
  color: #828282;
  font-weight: 300;
}
.__form input:-ms-input-placeholder, .__form textarea:-ms-input-placeholder, .__form .form-select:-ms-input-placeholder {
  color: #828282;
  font-weight: 300;
}
.__form input::placeholder, .__form textarea::placeholder, .__form .form-select::placeholder {
  color: #828282;
  font-weight: 300;
}
.__form .checkbox-label {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.__form .checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.__form .checkmark {
  position: absolute;
  height: 25px;
  width: 25px;
  border: 1px solid #162A7C;
  border-radius: 8px;
  top: 10px;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .__form .checkmark {
    left: 28%;
  }
}
@media screen and (min-width: 820px) {
  .__form .checkmark {
    left: 28%;
  }
}
@media screen and (min-width: 1024px) {
  .__form .checkmark {
    left: 32.5%;
  }
}
@media only screen and (min-width: 1180px) {
  .__form .checkmark {
    left: 32.5%;
  }
}
@media screen and (min-width: 1200px) {
  .__form .checkmark {
    left: 35.5%;
  }
}
@media only screen and (min-width: 1366px) {
  .__form .checkmark {
    left: 35.5%;
  }
}
@media screen and (min-width: 1600px) {
  .__form .checkmark {
    left: 39%;
  }
}
.__form .checkbox-label input:checked ~ .checkmark {
  background-color: #162A7C;
}
.__form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.__form .checkbox-label input:checked ~ .checkmark:after {
  display: block;
}
.__form .checkbox-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.__form a {
  color: #162A7C;
}
.__form a:hover {
  color: #5584EF;
}
.__form .error {
  color: red;
}

.contact-form {
  color: #162A7C;
}
@media screen and (min-width: 1200px) {
  .contact-form {
    padding-top: 30px;
  }
}
.contact-form .__form {
  background-color: #fff;
}
.contact-form .__block {
  display: block;
  height: 100%;
}
.contact-form .title {
  font-size: 22px;
  padding: 50px 0px 25px;
}
.contact-form .address, .contact-form .social {
  margin-bottom: 30px;
  display: block;
  height: 48.1%;
}
.contact-form .address p, .contact-form .social p {
  font-size: 18px;
  line-height: 1.75rem;
}
.contact-form .address p i, .contact-form .social p i {
  margin-right: 5px;
  font-size: 28px;
  color: #5584EF;
}
.contact-form .address img, .contact-form .social img {
  margin-right: 10px;
}
.contact-form .__spacing {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contact-form .__spacing {
    margin-top: 0;
  }
}
.contact-form .checkmark {
  position: absolute;
  height: 25px;
  width: 25px;
  border: 1px solid #162A7C;
  border-radius: 8px;
  top: 10px;
  left: 32px;
}
@media screen and (min-width: 768px) {
  .contact-form .checkmark {
    left: 5px;
  }
}
@media screen and (min-width: 820px) {
  .contact-form .checkmark {
    left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form .checkmark {
    left: 35px;
  }
}
@media only screen and (min-width: 1180px) {
  .contact-form .checkmark {
    left: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form .checkmark {
    left: 65px;
  }
}
@media only screen and (min-width: 1366px) {
  .contact-form .checkmark {
    left: 90px;
  }
}
@media screen and (min-width: 1440px) {
  .contact-form .checkmark {
    left: 75px;
  }
}
@media screen and (min-width: 1600px) {
  .contact-form .checkmark {
    left: 150px;
  }
}
.contact-form .margin_btn {
  margin: 16px 0px;
}
@media screen and (min-width: 1440px) {
  .contact-form .margin_btn {
    margin: 16px 0px 27px;
  }
}
@media screen and (min-width: 1600px) {
  .contact-form .margin_btn {
    margin: 16px 0px 25px;
  }
}

.contact__footer {
  background: url("../images/bg_topographic_bottom.png") no-repeat transparent bottom right;
  padding-bottom: 75px;
}
@media screen and (min-width: 1024px) {
  .contact__footer {
    padding-top: 75px;
  }
}

.thankyou {
  text-align: center;
  background: linear-gradient(180deg, #F0F9F2 2.08%, rgba(85, 132, 239, 0.46) 67.39%, rgba(240, 249, 242, 0) 100%);
  position: relative;
}
.thankyou .__content {
  padding: 200px 15px 100px;
}
@media screen and (min-width: 768px) {
  .thankyou .__content {
    padding: 150px 40px 100px;
  }
}
@media screen and (min-width: 1200px) {
  .thankyou .__content {
    padding: 100px 40px;
  }
}
.thankyou .__content h2 {
  color: #162A7C;
}
.thankyou .__content h3 {
  color: #162A7C;
}
.thankyou .__content i {
  color: #149457;
  font-size: 4rem;
  font-weight: bold;
}

.page--video {
  background: url("../images/bg_topographic_bottom.png") no-repeat #fff bottom right;
}
.page--video .card--video {
  position: relative;
}
.page--video .card--video img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--video .video__title {
  height: 50px;
}
.page--video .play {
  position: absolute;
  display: block;
  z-index: 2;
  width: 88px;
  height: 88px;
  background: url("../images/play.png") no-repeat;
  top: 30%;
  left: 37%;
}
@media screen and (min-width: 768px) {
  .page--video .play {
    top: 35%;
    left: 43%;
  }
}
@media screen and (min-width: 1440px) {
  .page--video .play {
    top: 40%;
    left: 43%;
  }
}

.alliances {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .alliances {
    margin-left: -40px;
  }
}
@media screen and (min-width: 992px) {
  .alliances {
    margin-left: -60px;
  }
}
@media screen and (min-width: 1440px) {
  .alliances {
    margin-left: -80px;
  }
}
.alliances .alliance__item {
  padding: 0 15px;
  margin-bottom: 20px;
  flex: 0 0 50%;
  max-width: 50%;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .alliances .alliance__item {
    padding-left: 40px;
    padding-right: 0;
    margin-bottom: 40px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .alliances .alliance__item {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .alliances .alliance__item {
    padding-left: 80px;
    margin-bottom: 60px;
  }
}

.pros {
  position: relative;
  padding: 30px 15px 0;
}
@media screen and (min-width: 992px) {
  .pros {
    padding: 60px 30px;
  }
}
.pros::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F4F8FE;
  z-index: -1;
}
.pros .pros__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(185deg, #162A7C 35.79%, #68E16F 100.27%), #162A7C;
}
@media screen and (min-width: 992px) {
  .pros .pros__bg {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }
}
.pros .pros__wrapper {
  position: relative;
}
@media screen and (min-width: 1600px) {
  .pros .pros__padding {
    padding-left: 220px;
  }
}
.pros .pros__header {
  margin-bottom: 30px;
}
.pros .pros__header .section__header {
  padding-top: 0px !important;
}
.pros .pros__header .header__title {
  font-size: 26px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .pros .pros__header .header__title {
    font-size: 3vw;
  }
}
.pros .pros__content {
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pros .pros__text {
    overflow-y: scroll;
    padding-right: 20px;
    height: 30vw;
  }
}
@media screen and (min-width: 1024px) {
  .pros .pros__text {
    height: 24vw;
  }
}
@media only screen and (min-width: 1180px) {
  .pros .pros__text {
    height: 20vw;
  }
}
@media screen and (min-width: 1200px) {
  .pros .pros__text {
    height: 19vw;
  }
}
@media only screen and (min-width: 1366px) {
  .pros .pros__text {
    height: 16vw;
  }
}
@media screen and (min-width: 1440px) {
  .pros .pros__text {
    height: 15vw;
  }
}
@media screen and (min-width: 1600px) {
  .pros .pros__text {
    height: 12vw;
  }
}
.pros .pros__text ul {
  padding-left: 30px;
  list-style: none;
}
.pros .pros__text ul li {
  margin-bottom: 10px;
}
.pros .pros__text ol {
  list-style: auto;
}
.pros .pros__text ol li {
  margin-bottom: 10px;
}
.pros ::-webkit-scrollbar {
  width: 5px;
}
.pros ::-webkit-scrollbar-thumb {
  background: #43BA60;
}

@media screen and (min-width: 992px) {
  .pros--img::before {
    height: calc(80% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .pros--img .pros__bg {
    height: calc(80% - 30px);
  }
}
.pros--img .pros__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .pros--img .pros__content {
    flex-direction: row;
  }
}
.pros--img .pros__content ul li {
  position: relative;
}
.pros--img .pros__content ul li::before {
  content: "\F058";
  position: absolute;
  top: -2px;
  left: -30px;
  display: inline-block;
  color: #68E16F;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 20px;
}
.pros--img .pros__img {
  position: relative;
  top: 30px;
  right: 0;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.pros--img .pros__img > img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .pros--img .pros__img {
    top: 60px;
    padding: 0 30px;
    padding-right: 0;
    margin: 60px 0 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .pros--img .pros__img {
    top: 0px;
    padding: 0 30px !important;
  }
}

.card--industry {
  position: relative;
}
.card--industry .slider__item {
  align-self: stretch;
  height: auto !important;
}

.slider--centered .slider__item {
  transform: scale(0.85);
  opacity: 0.5;
}
.slider--centered .slider__item.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.card--title {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .card--title {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .card--title {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .card--title {
    padding-left: 207px;
  }
}
@media screen and (min-width: 1600px) {
  .card--title {
    padding-left: 250px;
  }
}

.card--industry {
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card--industry .card__img {
  max-height: 278px;
  height: 278px;
  background: #fafafa;
}
.card--industry .card__content {
  padding: 30px;
  color: #fff;
  background: #45A97E;
}
.card--industry .card__content h3.title {
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.card--industry .card__content .content {
  padding: 0px;
}
.card--industry .card__content .content ul li {
  font-size: 16px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 24px;
}
@media screen and (min-width: 1440px) {
  .card--industry .card__content .content ul li {
    font-size: 18px;
    font-weight: normal;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 26px;
  }
}
.card--industry .card__content .content ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F058" !important;
  color: #1F237B;
  top: 2px;
  letter-spacing: 5px;
}

.notice {
  position: relative;
}
.notice .notice__content {
  background-color: #162A7C;
  color: #fff;
  padding: 40px 30px;
  border-radius: 15px;
}
.notice.rtl .notice__content::before {
  left: unset;
  right: -136.5px;
}
@media screen and (min-width: 992px) {
  .notice.rtl .notice__content::before {
    right: -221.5px;
  }
}

.notice--img {
  display: flex;
  align-items: center;
}
.notice--img .notice__img {
  max-width: 443px;
  flex: 0 0 273px;
  display: none;
}
@media screen and (min-width: 768px) {
  .notice--img .notice__img {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .notice--img .notice__img {
    flex: 0 0 443px;
  }
}
.notice--img .notice__content {
  position: relative;
}
.notice--img .notice__content::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: -136.5px;
  top: 0;
  background-color: #162A7C;
  border-radius: 15px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .notice--img .notice__content::before {
    content: "";
  }
}
@media screen and (min-width: 992px) {
  .notice--img .notice__content::before {
    left: -221.5px;
  }
}

.alt {
  position: relative;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.alt .alt__content {
  padding: 20px;
  padding-top: 160px;
}
@media screen and (min-width: 992px) {
  .alt .alt__content {
    padding: 120px 60px;
  }
}
.alt .alt__content {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .alt .alt__content {
    max-width: 50%;
  }
}
.alt .alt__content--fluid {
  max-width: 100%;
}
.alt.rtl {
  direction: rtl;
}

.alt--gradient .alt__content {
  background: linear-gradient(197.74deg, #162A7C -2.63%, rgba(35, 65, 93, 0.489228) 49.89%, rgba(0, 0, 0, 0) 85.71%), #43BA60;
  color: #fff;
  opacity: 0.85;
}

.alt--curve {
  border-radius: 100px 0 100px 0;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.alt--curve .alt__content {
  border-radius: 100px 0 100px 0;
}

.infographics {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.infographics .infographic {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .infographics .infographic {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .infographics .infographic {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.infographics .infographic .infographic__icon {
  position: relative;
  border-radius: 50%;
  border: 4px solid #fff;
  height: 175px;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  margin-bottom: 20px;
}
.infographics .infographic p {
  color: #fff !important;
}

.infographics--ordered .infographic__icon::before {
  content: attr(data-number);
  position: absolute;
  top: 15px;
  left: -10px;
  background-color: #31bb95;
  font-weight: bold;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box {
  position: relative;
  display: flex;
  height: auto;
  border-radius: 14px;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.box .box__content {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .box .box__content {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 992px) {
  .box .box__content {
    padding: 60px 80px;
  }
}
.box .box__content ul li {
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .box .box__content ul li {
    font-size: 18px;
    font-weight: normal;
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 24px;
  }
}
.box .box__content ul li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\F058" !important;
  letter-spacing: 5px;
  color: #68E16F;
}
.box .box__content--media {
  position: relative;
  padding: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .box .box__content--media {
    display: block;
  }
}
.box .box__content--media .media {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box .box__content--media .media > * {
  height: 100%;
}

.application-download {
  position: relative;
  border-radius: 14px;
  padding: 40px 15px;
  background-image: url("../images/components/application/download/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.075);
}
@media screen and (min-width: 768px) {
  .application-download {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .application-download {
    padding: 60px 40px;
  }
}
.application-download .application {
  margin-bottom: 20px;
}
.application-download .application > img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .application-download .application > img {
    max-width: 100%;
  }
}
.application-download .title {
  color: #13444e;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .application-download .title {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .application-download .title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1440px) {
  .application-download .title {
    font-size: 34px;
  }
}
.application-download .title .highlight {
  color: #31bb95;
}
.application-download .text__position {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .application-download .text__position {
    flex-wrap: nowrap;
    text-align: left;
  }
}
.application-download .download {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .application-download .download {
    flex-wrap: nowrap;
    justify-content: left;
    align-items: unset;
  }
}
@media screen and (min-width: 1024px) {
  .application-download .download {
    align-items: center;
  }
}
.application-download .download .qr {
  flex: 0 0 145px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .application-download .download .qr {
    flex: 0 0 175px;
  }
}
.application-download .download .qr > img {
  width: 100%;
}
.application-download .download .store {
  color: #13444e;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .application-download .download .store {
    padding-left: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .application-download .download .store {
    font-size: 22px;
  }
}
@media screen and (min-width: 1440px) {
  .application-download .download .store {
    font-size: 24px;
  }
}
.application-download .download .store .google-play {
  margin-bottom: 15px;
}
.application-download .download .store .highlight {
  color: #d42027;
}