@import 'fontello.css';
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.woff2') format('woff2'),
    url('../fonts/Gotham-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  outline: none !important;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Gotham', sans-serif;
  color: #191b1d;
  font-size: max(0.75vw, 16px);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}
::selection {
  background-color: #191b1d;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 900;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
}
a {
  color: #191b1d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #2a2a86;
  text-decoration: none;
}
a:focus {
  color: #2a2a86;
  text-decoration: none;
}
p {
  color: #6d747c;
  margin: 0;
}
.container {
  width: 70%;
  max-width: 1366px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 0.8vw 1.5vw;
  height: auto;
  line-height: 1 !important;
  border-radius: 0;
  background-color: #fff;
  font-size: min(0.75vw, 16px);
  border-radius: 0.5vw;
  box-shadow: none;
  border-color: transparent;
}
.form-control:focus {
  border-color: #f9dd4a;
  background-color: #f8f8f8;
}
.form-select {
  position: relative;
}
.form-select:after {
  content: '\e859';
  font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 13px;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #191b1d;
}
.form-group {
  margin-bottom: 0.75vw;
}
.form-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.75vw;
  margin-bottom: 0.75vw;
}
.form-2 .form-group {
  margin-bottom: 0;
}
.form-btn {
  display: block;
  width: 100%;
  text-align: right;
}
.form-btn .btn-mid:hover {
  background-color: #f9dd4a !important;
  opacity: 0.6;
}
.form-group label {
  color: #fff;
  margin: 0 0 10px 0;
}
.reaction-block {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.reaction-block:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.form-action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.75vw;
  margin-top: 1.5vw;
}
.form-action .btn-mid {
  width: 100%;
}
.form-action .btn-mid:hover {
  opacity: 0.6;
}
.form-action .btn-save.btn-mid {
  background-color: #25d366 !important;
  color: #fff !important;
}
.form-action .btn-mid {
  background-color: #f9dd4a !important;
}
.form-action .btn-save span {
  display: none;
}
.form-action .btn-save p {
  color: #fff !important;
}
.form-action .btn-save.active p {
  display: none;
}
.form-action .btn-save.active span {
  display: block;
}
.form-action .btn-save.active {
  pointer-events: none;
}
.form-action .btn-add.inactive {
  pointer-events: none;
  opacity: 0.6;
}
.reaction-block.active .form-group {
  pointer-events: none;
  opacity: 0.6;
}
textarea.form-control {
  min-height: 150px;
}
.form-control::-webkit-input-placeholder {
  color: #191b1d;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control::-moz-placeholder {
  color: #191b1d;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:-ms-input-placeholder {
  color: #191b1d;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control::placeholder {
  color: #191b1d;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-block {
  display: block;
  margin-bottom: 50px;
}
.form-block h3 {
  color: #fff;
  margin: 0 0 15px 0;
}
.form-control [disabled] {
  display: none;
}
section {
  padding-top: min(5vw, 100px);
  padding-bottom: min(5vw, 100px);
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}
.title {
  width: 100%;
  max-width: 60vw;
  margin: 0 auto;
  margin-bottom: 1.5vw;
  position: relative;
  z-index: 10;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.title-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 1vw;
  margin-bottom: 1.5vw;
}
.title-grid .title {
  margin-bottom: 0;
}
.title-grid p {
  font-size: 0.85vw;
  font-weight: 400;
  color: #191b1d;
}
.title h2 {
  margin: 0;
  font-size: min(2vw, 40px);
}
.title h3 {
  margin: 0;
  font-size: min(1.5vw, 30px);
}
.title h4 {
  font-size: min(0.8vw, 16px);
  margin: 0 0 1vw 0;
}
.title p {
  font-size: 0.85vw;
  margin: 0.5vw 0 0 0;
  font-weight: 300;
  color: #191b1d;
}
.title .btn-mid {
  margin-top: 1.5vw;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#mask {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#mask img {
  width: 15vw;
}
.loader-container {
  display: block;
  margin-top: min(2vw, 40px);
}
.loader-round {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  color: #2c3646;
  -webkit-animation: animloader 2s linear infinite;
  animation: animloader 2s linear infinite;
}
@-webkit-keyframes animloader {
  0% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
}
@keyframes animloader {
  0% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
  }
}
#topnav {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: #fff;
  border: 0;
  margin-top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#topnav.scroll {
  margin-top: 0;
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
  box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
}
#topnav .nav-search {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .nav-search input {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  padding: 0.5vw 1vw;
  font-size: min(0.6vw, 12px);
  border-radius: 4vw;
}
#topnav .nav-search i {
  position: absolute;
  right: 0.5vw;
}
#topnav.scroll .nav-search {
  top: -100%;
  opacity: 0;
}
#topnav .container {
  display: flex;
  align-items: center;
  position: relative;
}
#topnav.scroll .container {
  padding-top: 0;
}
#topnav #navigation {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
  padding: 12px;
  cursor: pointer;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 24px auto;
  height: 18px;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  display: none;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle span {
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#topnav .navbar-toggle span:last-child {
  width: 75%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu,
#topnav .mobile-menu .submenu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  display: inline-flex;
  position: relative;
  align-items: center;
}
#topnav .navigation-menu > li > a {
  position: relative;
  display: block;
  color: #2a2a86;
  font-size: min(0.75vw, 16px);
  line-height: 2vw;
  padding-left: 0.75vw;
  padding-right: 0.75vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li.has-submenu > a {
  padding-right: 1vw;
}
#topnav .navigation-menu > li > a::after {
  content: '';
  background-color: #f9dd4a;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0.75vw;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu > li > a.active::after,
#topnav .navigation-menu > li > a:hover::after {
  width: calc(100% - 2vw);
}
#topnav .navigation-menu > li > a.active {
  font-weight: 700;
}
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
  background-color: transparent;
}
#topnav .navigation-menu li.nav-main a {
  text-transform: uppercase;
  font-weight: 700;
  color: #02900d;
}
#topnav .logo {
  display: inline-flex;
  padding: 0.8vw 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo img {
  height: 2vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav .logo .logo-dark {
  display: none;
}
#topnav .navigation-menu > li .submenu li a i {
  margin-right: 5px;
}
#topnav .navigation-menu > li .submenu li span.label {
  padding: 0.2em 0.6em 0.3em;
  display: inline;
  background-color: #ef2d56;
  color: #fff;
  margin-left: 4px;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  #topnav .navigation-menu > li .submenu li.has-submenu:after {
    right: 12px !important;
  }
  #topnav .navigation-menu > li.has-submenu:after,
  #topnav .navigation-menu > li .submenu li.has-submenu:after {
    content: '\e8f1';
    font-family: 'fontello';
    margin-right: 0;
    position: absolute;
    right: 2px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav
    .navigation-menu
    > li.last-elements
    .submenu
    > li.has-submenu
    .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 0;
    margin-top: 0;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
    display: flex;
    align-items: center;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 0.25vw 1.2vw;
    clear: both;
    line-height: 1.4;
    white-space: nowrap;
    font-size: min(0.7vw, 15px);
    color: #2a2a86;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #f9dd4a;
  }
  #topnav .navigation-menu > li .submenu li span {
    display: block;
    padding: 0.25vw 1.2vw;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    font-size: 0.7vw;
    color: #2a2a86;
  }
}
@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0.8vw;
  }
  #topnav
    .navigation-menu
    > li.has-submenu:hover
    > .submenu
    > li.has-submenu:hover
    > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
    margin-top: -16px;
  }
}
.mobile-menu {
  display: none;
}
.menu-extras {
  display: none;
}
#video-bg {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
}
#home {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  width: 100%;
  height: calc(100% - 70px);
}
#home .container {
  position: relative;
  overflow: hidden;
}
#home .slider-bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .cover-bg {
  background-color: #f8f8f8;
  left: initial;
  width: 93%;
}
#home .centrize {
  z-index: 100;
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home-slider .flex-direction-nav > li {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2000;
}
#home-slider .flex-direction-nav > li.flex-nav-prev {
  left: 0;
}
#home-slider .flex-direction-nav > li.flex-nav-next {
  right: 0;
}
#home-slider .flex-direction-nav > li > a {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li > a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image.ff-fix {
  position: absolute;
}
.slide-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 200;
}
.slide-content {
  display: block;
  position: relative;
  z-index: 10;
  background-color: rgba(42, 42, 134, 0.9);
  width: 100%;
  max-width: 720px;
  padding: 3vw 2vw;
  border-top-left-radius: 80px;
}
.slide-content .btn-mid {
  opacity: 1;
  margin-top: 1.5vw;
}
.slide-content .btn-mid:hover {
  background-color: #f9dd4a;
  color: #2a2a86;
  opacity: 0.6;
}
.slide-content h1:last-child {
  margin-bottom: 0;
}
.slide-content h1 {
  font-weight: 700;
  font-size: min(2.5vw, 46px);
  text-align: left;
  color: #fff;
  margin: 0 0 1vw 0;
}
.slide-content h2 {
  font-weight: 700;
  font-size: min(1.6vw, 38px);
  text-align: left;
  color: #fff;
  margin: 0 0 1vw 0;
}
.slide-content p {
  color: #fff;
  font-size: min(0.85vw, 18px);
  margin-bottom: 0.75vw;
}
.slide-content p:last-child {
  margin-bottom: 0;
}
.slide-top {
  z-index: 15;
  position: relative;
  padding: 0;
}
.flex-control-nav {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: 20px;
  z-index: 100;
}
.flex-control-nav > li {
  width: 25px;
  text-align: center;
  margin-bottom: 0.75vw;
  display: inline-block;
}
.flex-control-paging > li > a {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.65);
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flex-control-paging > li > a.flex-active:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
}
.social-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  grid-gap: 0.5vw;
}
.social-container a {
  display: inline-flex;
  width: 2vw;
  height: 2vw;
  font-size: min(0.75vw, 16px);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #2a2a86;
}
.social-container a:hover {
  background-color: #f9dd4a;
  color: #2a2a86;
}
.slide-social {
  position: absolute;
  bottom: 4vw;
  right: 12vw;
  display: flex;
  grid-gap: 0.75vw;
  flex-direction: row;
  z-index: 100;
}
.slide-social p {
  color: #fff;
  font-size: min(0.75vw, 16px);
  line-height: 1;
  display: flex;
  align-items: center;
}
.alert {
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
}
.alert.alert-danger {
  border-color: #e74c3c;
  color: #e74c3c;
}
.alert.alert-success {
  border-color: #2ecc71;
  color: #2ecc71;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0 !important;
}
.bt-0 {
  border-top: 0 !important;
}
.br-0 {
  border-right: 0 !important;
}
.bb-0 {
  border-bottom: 0 !important;
}
.bl-0 {
  border-left: 0 !important;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-15 {
  margin-bottom: 0.75vw !important;
}
.mr-15 {
  margin-right: 0.75vw !important;
}
.ml-15 {
  margin-left: 0.75vw !important;
}
.mt-15 {
  margin-top: 0.75vw !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pb-15 {
  padding-bottom: 0.75vw;
}
.pr-15 {
  padding-right: 0.75vw;
}
.pl-15 {
  padding-left: 0.75vw;
}
.pt-15 {
  padding-top: 0.75vw;
}
.pb-25 {
  padding-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.bg-grey {
  background-color: #f8f8f8;
}
.white {
  color: #fff !important;
}
.blue {
  color: #2a2a86 !important;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-overlay {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 80%
  );
}
.cover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  padding: 0.85vw 2vw;
  background-color: #f9dd4a;
  color: #fff;
  border-radius: 0.5vw;
  text-transform: uppercase;
  font-weight: 900;
  font-size: min(0.75vw, 16px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover {
  background-color: #2a2a86;
  color: #fff;
}
.btn-center {
  display: block;
  margin-top: 2.5vw;
  text-align: center;
}
.unidades-grid {
  display: grid;
  grid-template-columns: 16vw 1fr;
  margin-top: min(3vw, 60px);
}
.unidades-points {
  position: relative;
  margin: 1.5vw 0;
  z-index: 20;
}
.unidades-list {
  position: relative;
  padding-top: 5vw;
}
.unidades-title {
  display: grid;
  grid-template-columns: 1.5vw 1fr;
  grid-gap: 0.75vw;
  align-items: center;
  padding: 1.5vw 2vw;
  border-radius: 40px;
  background-color: #2a2a86;
  position: absolute;
  width: calc(100% + 4vw);
  top: 0;
  z-index: 10;
}
.unidades-title i,
.unidades-points i {
  width: 1.5vw;
  height: 1.5vw;
  display: flex;
  background-color: #f9dd4a;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.unidades-points i {
  font-size: min(0.6vw, 12px);
}
.unidades-title h3 {
  font-size: min(1vw, 20px);
  font-weight: 900;
  color: #fff;
}
.unidades-points p {
  display: grid;
  grid-template-columns: 1.5vw 1fr;
  grid-gap: 0.75vw;
  align-items: center;
  padding: 0.75vw 2vw;
  font-size: 0.85vw;
  position: relative;
  z-index: 5;
}
.unidades-line {
  position: absolute;
  z-index: 0;
  width: 2px;
  height: calc(100% - 1.5vw);
  background-color: #dddddd;
  top: 0;
  left: 2.75vw;
}
.unidades-bg {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
  grid-gap: 4vw;
  padding: 3vw 2vw;
  padding-left: 15vw;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 65%
  );
}
.unidades-info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.unidades-info h3 {
  font-weight: 900;
  font-size: 1.6vw;
  color: #2a2a86;
  margin: 0 0 1vw 0;
}
.unidades-info p {
  margin-bottom: 0.75vw;
}
.unidades-info p:last-child {
  margin-bottom: 0;
}
.unidades-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 1.5vw;
  justify-content: flex-end;
}
.unidades-bg div {
  width: 100%;
  max-width: 18vw;
}
.unidades-bg .btn-mid {
  width: 100%;
}
.timeline {
  position: relative;
  margin-top: min(3vw, 60px);
}
.timeline::before {
  content: '';
  background: rgba(42, 42, 134, 0.5);
  width: 4px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-item {
  width: 100%;
  margin-bottom: 3vw;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 3vw;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #2a2a86 transparent transparent;
}
.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}
.timeline-content {
  border-top-left-radius: 50px;
  position: relative;
  width: 45%;
  padding: 3vw;
  background-color: #2a2a86;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.left .timeline-content {
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
}
.timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #2a2a86;
}
.timeline-content h2 {
  font-size: 1.5vw;
  color: #fff;
  margin: 0 0 1vw 0;
}
.timeline-content p {
  color: #fff;
}
.timeline-img {
  width: 6vw;
  height: 3vw;
  background: #f9dd4a;
  font-weight: 700;
  font-size: min(1.2vw, 24px);
  line-height: 1;
  position: absolute;
  left: calc(6vw + 4px);
  right: 0;
  margin: auto;
  margin-top: 0.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2a86;
}
.left .timeline-img {
  left: calc(-6vw - 4px);
  right: 0;
}
.pass-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3vw;
}
.pass-box {
  background-color: #2a2a86;
  padding: 3vw 2vw 2vw 2vw;
  position: relative;
}
.pass-box p {
  color: #fff;
  margin-bottom: 1vw;
}
.pass-box p:last-child {
  margin-bottom: 0;
}
.pass-date {
  background-color: #f9dd4a;
  color: #2a2a86;
  padding: 0 1.5vw;
  height: 3vw;
  border-top-left-radius: 25px;
  font-weight: 700;
  font-size: min(1.2vw, 24px);
  line-height: 1;
  position: absolute;
  top: -1.5vw;
  right: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
  background-color: #f9dd4a;
  font-size: 0;
  border: none;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-arrow:hover {
  opacity: 0.4;
}
.slick-prev {
  left: calc(-15vw - 3.5vw);
  right: 0;
  margin: auto;
}
.slick-next {
  right: calc(15vw - 3.5vw);
  left: 0;
  margin: auto;
}
.slick-prev:before {
  content: '\e927';
  font-family: 'fontello';
  color: #2a2a86;
  font-size: min(0.75vw, 16px);
}
.slick-next:before {
  content: '\e928';
  font-family: 'fontello';
  color: #2a2a86;
  font-size: min(0.75vw, 16px);
}
.slick-list {
  padding: 0;
  overflow: visible;
}
#lineas .slick-prev {
  left: -3.5vw;
  right: 0;
  margin: auto;
}
#lineas .slick-next {
  right: -3vw;
  left: 0;
  margin: auto;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}
.about-info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 15;
}
.about-grid:nth-child(odd) .about-info {
  padding: 5vw 0 5vw 8vw;
  justify-content: flex-end;
}
.about-grid:nth-child(even) .about-info {
  padding: 5vw 8vw 5vw 0;
  justify-content: flex-start;
}
.about-bg {
  display: block;
  padding: 4vw 5vw;
  background-color: #2a2a86;
  width: 100%;
  max-width: 35vw;
}
.about-grid:nth-child(odd) .about-bg {
  border-top-left-radius: 6vw;
}
.about-grid:nth-child(even) .about-bg {
  border-top-right-radius: 6vw;
}
.about-bg h3 {
  color: #f9dd4a;
  font-size: 1.5vw;
  font-weight: 600;
  margin: 0 0 1vw 0;
}
.about-bg p {
  line-height: 1.4;
  color: #fff;
  width: 85%;
  font-size: 0.85vw;
}
.about-bg li {
  line-height: 1.2;
  color: #fff;
  width: 85%;
  font-size: 0.85vw;
}
.about-bg ul {
  padding: 0 0 0 1vw;
  margin: 0;
}
.about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 8vw);
  height: 100%;
  min-height: 32vw;
  position: relative;
  overflow: hidden;
}
.about-grid:nth-child(odd) .about-img {
  margin-left: -8vw;
}
.about-grid:nth-child(even) .about-img {
  margin-right: -8vw;
}
.about-img .home-overlay {
  width: 40%;
}
.about-grid:nth-child(even) .home-overlay {
  transform: rotate(180deg);
  right: 0;
  left: initial;
}
.app-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1vw;
  margin-top: 1vw;
}
.app-grid .app-box {
  height: 3.5vw;
}
.app-grid .app-box img {
  height: 100%;
  width: auto;
}
.app-grid .app-box:hover {
  opacity: 0.6;
}
.form-box {
  padding: 4vw 2vw;
  background-color: #2a2a86;
  border-radius: 1.5vw;
  width: 100%;
  margin-top: 4vw;
}
.form-box form {
  display: block;
  width: 100%;
  max-width: 50vw;
  margin: 0 auto;
  margin-top: min(2vw, 40px);
}
#top {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin-top: 8vw;
  overflow: visible;
}
.top-overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    -180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 80%
  );
}
#top .container,
#full .container {
  position: relative;
  padding: 0;
}
#top .top-bg,
#full .top-bg {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  border-right: 3.5vw solid #fff;
}
#top.articulo .top-bg {
  border-right: 0;
}
#top.articulo .top-bg .top-text {
  max-width: 80%;
}
#top .cover-bg,
#full .cover-bg {
  position: relative;
  background-color: #f8f8f8;
  left: initial;
  width: 100%;
  height: 30vw;
  min-height: 500px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.top-text {
  position: relative;
  z-index: 10;
  background-color: rgba(42, 42, 134, 0.9);
  width: 100%;
  max-width: 720px;
  padding: 3vw 2vw;
  right: 0;
  left: 0;
  top: -7vw;
  margin: auto;
  margin-bottom: -7vw;
  border-top-left-radius: 80px;
}
.top-text h1 {
  font-weight: 700;
  font-size: min(2.5vw, 46px);
  text-align: left;
  color: #fff;
  margin: 0 0 1vw 0;
}
.top-text h1:last-child {
  margin-bottom: 0;
}
.top-text p:last-child {
  margin-bottom: 0;
}
.top-text p {
  color: #fff;
  font-size: min(0.85vw, 18px);
  margin-bottom: 0.75vw;
}
.top-social {
  position: absolute;
  top: 1vw;
  width: 1.5vw;
  right: 1vw;
  display: flex;
  grid-gap: 0.75vw;
  flex-direction: column;
}
.top-social p {
  color: #2a2a86;
  font-size: min(0.6vw, 12px);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  display: flex;
  align-items: center;
}
.top-social .social-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  grid-gap: 0.5vw;
}
.top-social .social-container a {
  display: inline-flex;
  width: 1.5vw;
  height: 1.5vw;
  font-size: 0.65vw;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #2a2a86;
  color: #fff;
}
.top-social .social-container a img,
#home .social-container a img {
  height: 12px;
}
.top-social .social-container a:hover {
  background-color: #f9dd4a;
}
.top-social .slide-content p {
  color: #fff;
  font-size: min(0.75vw, 16px);
}
#full {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: auto;
  padding: 8vw 0;
}
#full .container {
  position: relative;
}
#full .top-bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 3vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid #e7e7e7;
}
.partners-grid:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.partners-logo {
  width: calc(100% / 3 - 6vw);
  margin: 1vw;
  padding: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.4vw;
  -webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
  box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
}
.ext-img {
  margin-top: min(3vw, 60px);
}
.ext-img img {
  display: block;
  width: 100%;
}
.products-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 3vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid #e7e7e7;
}
.products-grid:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.products-name {
  position: relative;
  width: calc(100% / 4 - 6vw);
  margin: min(1vw, 20px);
  padding: min(1vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #2a2a86;
  border-radius: 0.4vw;
  -webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
  box-shadow: 0 1.8vw 4vw -0.7vw rgb(0 0 0 / 20%);
}
.products-4 .products-name {
  width: calc(100% / 4 - 2vw);
}
.products-3 .products-name {
  width: calc(100% / 3 - 2vw);
}
.products-name.products-half {
  width: calc(100% / 2 - 2vw);
}
.products-name p {
  color: #fff;
  font-weight: 700;
  font-size: min(1.2vw, 24px);
  text-align: center;
}
.products-name span {
  color: #fff;
  display: block;
  text-align: center;
}
.products-number {
  position: absolute;
  top: -0.75vw;
  right: min(1.5vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 100%;
  background-color: #f9dd4a;
  color: #fff;
  font-weight: 700;
}
#news .news-grid {
  margin-top: 0;
}
#news-main .svg-1 {
  position: absolute;
  width: 20vw;
  top: 7vw;
  right: -5vw;
  z-index: 15;
  opacity: 0.1;
  pointer-events: none;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#news-main .svg-2 {
  position: absolute;
  width: 16vw;
  bottom: 10vw;
  left: -5vw;
  z-index: 15;
  opacity: 0.1;
  pointer-events: none;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5vw;
  margin-top: 2.5vw;
}
.news-img {
  position: relative;
  overflow: hidden;
  height: 12vw;
}
.news-img img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-info {
  padding-top: 1vw;
}
.news-info p {
  font-size: min(0.75vw, 16px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0 0 0;
}
.news-info h4 {
  font-size: min(1vw, 20px);
  color: #222;
  margin: 0;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-date {
  display: block;
  margin-top: 0.6vw;
  font-size: min(0.6vw, 12px);
  font-weight: 600;
  text-transform: uppercase;
}
.news-date i {
  color: #f9dd4a;
  margin-right: 0.6vw;
}
.news-box:hover .cover-bg {
  transform: scale(1);
  -webkit-transform: scale(1.1);
}
.news-box:hover .news-info h4 {
  color: #2a2a86;
}
#news-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  min-height: 650px;
  height: auto;
  background-color: #f8f8f8;
}
#news-top .medium-title {
  margin-bottom: 0;
}
#news-top .cover-bg {
  transform: scale(1.1);
  filter: blur(10px);
}
#news-top .container {
  position: relative;
  z-index: 15;
}
#news-top .top-info {
  margin-top: 60px;
}
#news-top .news-date {
  margin: 0 0 15px 0;
}
#article {
  overflow: visible;
}
.article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.article-share {
  width: 45px;
  vertical-align: top;
  position: relative;
  pointer-events: none;
}
.article-share.active {
  pointer-events: visible;
}
.share-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
}
.share-container {
  position: sticky;
  top: 100px;
  padding: 15px;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.share-container h3 {
  display: none;
}
.share-container .line {
  opacity: 0;
  width: 2px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article-share.active .line {
  opacity: 1;
}
.article-share.active .share-inner:hover .share-container {
  background-color: #f8f8f8;
  border: 1px solid #eee;
}
.article-share .btn-social {
  margin: 0 0 5px 0;
  position: relative;
  left: 50px;
  opacity: 0;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.article-share .social-1 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-share .social-2 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.article-share .social-3 {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.article-share.active .btn-social {
  opacity: 1;
  left: 0;
}
.article-main {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
.article-title {
  display: block;
  text-align: center;
}
.article-title h2 {
  font-size: 46px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.article-paragraph {
  display: block;
  width: 100%;
  padding: 0 20px 0 80px;
  margin-left: -45px;
  border: none !important;
}
.article-paragraph img:first-of-type {
  margin-top: 0;
}
.article-paragraph p {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
.article-paragraph h6 {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 30px;
  padding: 15px 30px;
  background-color: #f8f8f8;
}
.article-paragraph ul {
  padding-left: 15px;
  margin-bottom: 30px;
}
.article-paragraph li {
  list-style: circle;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  margin: 0 0 5px 0;
}
.article-paragraph li:last-child {
  margin-bottom: 0;
}
.article-paragraph a {
  font-family: 'GothamBold', sans-serif;
  color: #222;
}
.article-paragraph a:hover {
  color: #2a2a86;
}
.article-paragraph p:last-of-type {
  margin-bottom: 0;
}
.btn-fb {
  background-color: #3b5998;
}
.btn-tw {
  background-color: #1da1f2;
}
.btn-ws {
  background-color: #25d366;
}
.title-share {
  text-align: right;
}
.article-paragraph img {
  margin: 2vw 0;
  display: block;
  width: 100%;
}
.article-date {
  display: block;
  text-align: center;
  margin-top: 1vw;
  color: #2a2a86;
  opacity: 0.75;
}
.article-date i {
  margin-right: 5px;
}
.article-cover {
  display: block;
  margin: auto;
  margin-bottom: 2.5vw;
  width: 100%;
  max-width: 991px;
  position: relative;
  overflow: hidden;
}
.article-cover img {
  display: block;
  width: 100%;
}
.line-container {
  margin-top: 2.5vw;
  padding-top: 2.5vw;
  border-top: 1px solid #e7e7e7;
}
.line-container .title {
  max-width: initial;
}
.line-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw;
}
.line-box {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 1vw;
  align-items: center;
}
.line-img {
  display: flex;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.line-box h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: min(1vw, 20px);
  font-weight: 600;
  color: #222;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.line-box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-box:hover .cover-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.line-box:hover h3 {
  color: #2a2a86;
}
.file-upload-input {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
}
.file-upload-button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.8vw 1.5vw;
  background-color: #fff;
  border-radius: 0.5vw;
  font-size: min(0.75vw, 16px);
  font-weight: 400;
  color: #191b1d;
}
.file-upload-button:hover {
  background-color: #fff;
  color: #666;
  cursor: pointer;
}
.file-upload-button .fa.fa-file-image-o {
  font-family: FontAwesome;
}
.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 35vw;
  max-height: 700px;
  overflow: hidden;
  margin-top: min(3vw, 60px);
}
.video-container:hover .cover-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.video-container .cover-bg {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 15;
  width: 3vw;
  height: 3vw;
  background-color: #f8f8f8;
  color: #000;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-container:hover .video-play {
  background-color: #2a2a86;
  color: #fff;
}
.solution-slider {
  padding: 4vw 0 0 0;
  position: relative;
}
.solution-box {
  display: flex;
  flex-direction: column;
  width: 20vw;
  height: 24vw;
  background-color: #fff;
  margin-right: 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solution-box:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.solution-box:hover .cover-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.solution-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.solution-slider .solution-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.solution-info {
  padding: 2.5vw;
}
.solution-info h3 {
  margin: 0 0 20px 0;
  color: #191b1d;
}
.solution-info p {
  line-height: 1.6;
  margin-bottom: 1.5vw;
}
.solution-bg {
  position: relative;
  overflow: hidden;
  margin-right: -380px;
}
.solution-small .solution-bg {
  margin: 0;
}
.solution-grid {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  top: -150px;
  min-height: 300px;
  margin-bottom: -150px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 1.8vw 4vw -0.7vw rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1.8vw 4vw -0.7vw rgba(0, 0, 0, 0.2);
}
.solution-container {
  display: flex;
  align-items: center;
  padding: 60px;
  background-color: #fff;
}
.solution-title {
  text-align: center;
  padding: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.solution-title h3 {
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.solution-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3vw;
  height: 3vw;
  border-top-right-radius: 15px;
  background-color: #2a2a86;
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  top: 1vw;
  left: 1vw;
}
.btn-timeline {
  cursor: pointer;
  display: block;
  text-align: center;
}
.timeline-hide {
  display: none;
}
.btn-timeline.active .btn-mid span {
  display: none;
}
.btn-timeline.active .timeline-hide {
  display: block !important;
}
#timeline-detail {
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#timeline-detail.active {
  height: auto;
}
#timeline-detail .container {
  padding: 4vw 15px;
}
#timeline-detail .pass-grid {
  padding: 2vw 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
}
.gallery-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  object-fit: contain;
  padding: 1vw;
  background-color: #f8f8f8;
  border-radius: 0.5vw;
}
.gallery-box:hover {
  background-color: #fff;
  opacity: 0.6;
}
.gallery-box img {
  display: block;
  width: 100%;
  height: 100%;
}
footer {
  background-color: #2a2a86;
  padding: 4vw 0;
  position: relative;
  z-index: 50;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, auto) 275px;
  grid-gap: min(4vw, 60px);
}
.footer-logo {
  display: block;
  width: 10vw;
}
.footer-logo img {
  display: block;
  width: 100%;
}
.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-column h3 {
  font-size: min(1vw, 20px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75vw 0;
}
.footer-column a {
  color: #fff;
  font-size: min(0.7vw, 15px);
  margin-bottom: 0.5vw;
  opacity: 1;
}
.footer-column a:hover {
  opacity: 0.7;
}
.footer-column a:last-child {
  margin-bottom: 0;
}
.footer-row {
  display: grid;
  grid-template-columns: 1vw 1fr;
  grid-gap: 0.5vw;
  align-items: center;
  margin-bottom: 0.75vw;
}
.footer-row:last-child {
  margin-bottom: 0;
}
.footer-row i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #2a2a86;
  width: 1vw;
  height: 1vw;
  border-radius: 100%;
  font-size: 0.5vw;
}
.footer-social {
  display: flex;
  grid-gap: 0.5vw;
  margin-top: 1vw;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  color: #2a2a86;
  width: 1.5vw;
  height: 1.5vw;
  font-size: min(0.75vw, 16px);
}
.footer-social img {
  height: 10px;
}
.footer-news {
  padding: 2vw 3vw;
  border-radius: 1vw;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-news h3 {
  font-size: min(1vw, 20px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75vw 0;
}
.footer-blog {
  display: grid;
  grid-template-columns: 2.5vw 1fr;
  grid-gap: 0.75vw;
  align-items: center;
  margin-bottom: 1.5vw;
}
.footer-blog:last-child {
  margin-bottom: 0;
}
.footer-bg {
  display: inline-flex;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 0.5vw;
  overflow: hidden;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
.footer-text p {
  font-size: min(0.6vw, 12px);
  color: #fff;
}
.footer-text span {
  color: #fff;
  font-size: min(0.6vw, 12px);
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.footer-subtitle p {
  color: #fff;
  font-size: min(0.8vw, 18px);
}
.footer-download {
  display: flex;
  grid-gap: 32px;
  margin-top: 20px;
  align-items: center;
}
.footer-stores {
  display: block;
  grid-gap: 8px;
  width: 150px;
}
.footer-stores a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.footer-stores a:last-child {
  margin-bottom: 0;
}
.footer-qr img {
  width: 180px;
}
