@charset "UTF-8";
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, dl, dt, dd, ol, ul, 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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #222E67;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.wrapper {
  transition: all 0.5s; }

section {
  position: relative;
  padding: 140px 0; }
section.light {
  background-color: #EDEFF3; }

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

p, ul, ol, dl {
  line-height: 1.4; }
p + p, p + ul, p + ol, p + dl, ul + p, ul + ul, ul + ol, ul + dl, ol + p, ol + ul, ol + ol, ol + dl, dl + p, dl + ul, dl + ol, dl + dl {
  margin-top: 20px; }

ul {
  list-style: disc;
  padding-left: 20px; }
ul li::marker {
  color: #1232F5; }
ul.lighted li::marker {
  color: rgba(18, 50, 245, 0.5); }

strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Zalando Sans", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 60px; }
h1.dotted, h2.dotted, h3.dotted, h4.dotted, h5.dotted, h6.dotted {
  position: relative;
  padding-left: 22px; }
h1.dotted:before, h2.dotted:before, h3.dotted:before, h4.dotted:before, h5.dotted:before, h6.dotted:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  display: block;
  background-color: #1232F5; }

h1, .h1 {
  font-size: 52px;
  font-size: 3.25rem; }

h2, .h2 {
  font-size: 42px;
  font-size: 2.625rem; }

h3, .h3 {
  font-size: 32px;
  font-size: 2rem; }

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 18px;
  font-size: 1.125rem; }

.compTitle {
  margin-bottom: 60px; }
.compTitle h1, .compTitle h2, .compTitle h3, .compTitle h4, .compTitle h5, .compTitle h6 {
  margin-bottom: 10px; }
.compTitle p {
  font-size: 18px;
  font-size: 1.125rem; }
.compTitle.center {
  text-align: center; }

a {
  color: inherit;
  text-decoration: none;
  color: #0E2A6D;
  text-decoration: underline;
  cursor: pointer; }
a:hover {
  text-decoration: none; }

.btn {
  box-sizing: border-box;
  transition: all 0.5s;
  color: inherit;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  min-width: 140px;
  padding: 14px 30px;
  background-color: #1232F5;
  border: #1232F5 2px solid;
  cursor: pointer; }
.btn span + i {
  margin-left: 10px; }
.btn:hover {
  color: #0E2A6D;
  border-color: #7AFFFF;
  background-color: #7AFFFF; }
.btn.lighted {
  color: #0E2A6D;
  border-color: #7AFFFF;
  background-color: #7AFFFF; }
.btn.lighted:hover {
  color: #fff;
  border-color: #0E2A6D;
  background-color: #0E2A6D; }
.btn.alter {
  color: #fff;
  border-color: #0E2A6D;
  background-color: #0E2A6D; }
.btn.alter:hover {
  color: #0E2A6D;
  border-color: #0E2A6D;
  background-color: #fff; }
.btn.trans {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6); }
.btn.trans:hover {
  color: #fff;
  border-color: #1232F5;
  background-color: #1232F5; }
.btn.withIcon {
  position: relative;
  padding-right: 60px; }
.btn.withIcon i {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  right: 2px;
  background-color: #fff; }
.btn.withIcon i:before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #1232F5; }
.btn.withIcon:hover i:before {
  color: #0E2A6D; }

sup {
  vertical-align: super;
  font-size: smaller; }
sup.required {
  color: #0E2A6D; }

img {
  display: block; }
img.rounded {
  border-radius: 12px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="date"], textarea, select {
  box-sizing: border-box;
  transition: all 0.5s;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  padding: 15px;
  border: #B0B0B0 1px solid;
  background-color: #F9FBFC; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #1232F5; }

span.error, label.error {
  font-size: 12px;
  font-size: 0.75rem;
  color: red; }

textarea {
  min-height: 150px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

span.select {
  position: relative;
  display: block; }
span.select > select {
  appearance: none;
  border-radius: 6px;
  padding-right: 46px !important; }
span.select:after {
  box-sizing: border-box;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-size: 1.25rem;
  color: #B0B0B0;
  position: absolute;
  right: 0px;
  top: 3px;
  padding: 7px 12px;
  pointer-events: none; }

label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 10px; }

fieldset + .fsTwoCol, fieldset + fieldset {
  margin-top: 20px; }

.fsTwoCol {
  display: flex !important;
  justify-content: space-between; }
.fsTwoCol fieldset {
  width: calc(50% - 10px); }
.fsTwoCol fieldset + fieldset {
  margin-top: 0; }
.fsTwoCol + .fsTwoCol, .fsTwoCol + fieldset {
  margin-top: 20px; }

.modalBox {
  border-radius: 16px;
  width: 640px; }
.modalBox .legalContent p {
  font-size: 14px;
  font-size: 0.875rem; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media only screen and (max-width: 960px) {
  section {
    padding: 100px 0; }

  .spHeader {
    margin-bottom: 30px; }
  .spHeader span {
    display: table;
    margin: 0 auto; }
  .spHeader h1, .spHeader h2, .spHeader h3, .spHeader h4, .spHeader h5, .spHeader h6 {
    text-align: center;
    margin-top: 10px; }
  .spHeader:after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%; } }
@media only screen and (max-width: 760px) {
  p, span, li, dl, td {
    font-size: 16px;
    font-size: 1rem; }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px; }

  h1, .h1 {
    font-size: 32px;
    font-size: 2rem; }

  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem; }

  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem; }

  h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem; }

  h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem; }

  h6, .h6 {
    font-size: 16px;
    font-size: 1rem; }

  .compTitle {
    margin-bottom: 30px; }
  .compTitle p {
    font-size: 16px;
    font-size: 1rem; }

  section {
    padding: 80px 0; }

  .fsTwoCol {
    flex-direction: column; }
  .fsTwoCol fieldset {
    width: 100%; }
  .fsTwoCol fieldset + fieldset {
    margin-top: 20px; } }
header {
  transition: all 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
header > .container {
  position: relative;
  z-index: 1; }
header .headerBox {
  transition: all 0.5s;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 30px 0; }
header .headerBoxLogo {
  transition: all 0.5s;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  display: block;
  width: 100%;
  max-width: 178px;
  height: 30px;
  margin-right: 20px; }
header .headerBoxLogo img {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: contain; }
header .headerBoxLogo img.hblWhite {
  opacity: 1; }
header .headerBoxLogo img.hblColor {
  opacity: 0; }
header .headerNav {
  transition: all 0.5s;
  display: flex !important;
  justify-content: center;
  align-items: center; }
header .headerNavMenu ul {
  display: flex !important;
  align-items: center;
  padding-left: 0;
  list-style: none; }
header .headerNavMenu ul li > a {
  transition: all 0.5s;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  padding: 15px; }
header .headerNavMenu ul li > a.btn {
  min-width: initial;
  padding: 10px 20px; }
header .headerNavMenu ul li:hover > a, header .headerNavMenu ul li.current > a {
  color: #7AFFFF; }
header .headerNavMenu ul li + li {
  margin-left: 5px; }
header .headerMenuMobileBtn {
  display: none; }
header.fixed, header.light {
  background-color: rgba(255, 255, 255, 0.9); }
header.fixed .headerBox, header.light .headerBox {
  padding: 10px 0; }
header.fixed .headerBoxLogo img.hblWhite, header.light .headerBoxLogo img.hblWhite {
  opacity: 0; }
header.fixed .headerBoxLogo img.hblColor, header.light .headerBoxLogo img.hblColor {
  opacity: 1; }
header.fixed .headerNavMenu ul li > a, header.light .headerNavMenu ul li > a {
  color: #0E2A6D; }
header.fixed .headerNavMenu ul li > a:hover, header.light .headerNavMenu ul li > a:hover {
  color: #1232F5; }
header.fixed .headerNavMenu ul li > a.btn:hover, header.light .headerNavMenu ul li > a.btn:hover {
  color: #fff; }
header.fixed .headerNavMenu ul li.active > a, header.fixed .headerNavMenu ul li.current > a, header.light .headerNavMenu ul li.active > a, header.light .headerNavMenu ul li.current > a {
  color: #1232F5; }

@media only screen and (max-width: 1280px) {
  header .headerNavMenu ul li > a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 15px 10px; } }
@media only screen and (max-width: 1102px) {
  header .headerNavMenu ul li > a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 15px 5px; } }
@media only screen and (max-width: 960px) {
  header .headerBox {
    padding: 20px 0; }
  header .headerBoxLogo {
    max-width: 120px;
    height: 20px;
    z-index: 10; }
  header .headerNavMenu {
    box-sizing: border-box;
    transition: all 0.5s;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    background-image: url(../img/bg-menu-mobile.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    z-index: 1; }
  header .headerNavMenu:before {
    transition: all 0.5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    top: 0;
    width: 0;
    height: 3px;
    display: block;
    background-color: #1232F5;
    z-index: 1; }
  header .headerNavMenu img {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0; }
  header .headerNavMenu ul {
    flex-direction: column;
    position: relative;
    padding: 40px 0; }
  header .headerNavMenu ul li > a {
    border-radius: 23px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #0E2A6D;
    padding: 10px 30px;
    background-color: rgba(18, 50, 245, 0);
    opacity: 0; }
  header .headerNavMenu ul li > a:hover {
    color: #1232F5; }
  header .headerNavMenu ul li + li {
    margin-left: 0;
    margin-top: 10px; }
  header .headerNavMenu ul li:last-child {
    margin-top: 20px; }
  header .headerNavMenu ul li.current > a {
    color: #fff;
    background-color: #1232f5; }
  header .headerNavMenu.opened {
    height: 100vh; }
  header .headerNavMenu.opened ul li > a {
    opacity: 1; }
  header .headerMenuMobileBtn {
    box-sizing: border-box;
    border-radius: 6px;
    transition: all 0.5s;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    border: #fff 1px solid;
    cursor: pointer;
    z-index: 10; }
  header .headerMenuMobileBtn span {
    transition: all 0.5s;
    display: block;
    position: absolute;
    left: 8px;
    width: 22px;
    height: 2px;
    background-color: #fff; }
  header .headerMenuMobileBtn span:nth-child(1) {
    top: 11px; }
  header .headerMenuMobileBtn span:nth-child(2) {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  header .headerMenuMobileBtn span:nth-child(3) {
    top: 25px; }
  header .headerMenuMobileBtn:hover {
    border-color: #fff;
    background-color: rgba(11, 19, 44, 0.8); }
  header .headerMenuMobileBtn:hover span {
    background-color: #fff; }
  header .headerMenuMobileBtn.active {
    border-radius: 50%; }
  header .headerMenuMobileBtn.active span:nth-child(1) {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 18px;
    left: 13px;
    width: 12px; }
  header .headerMenuMobileBtn.active span:nth-child(2) {
    width: 0; }
  header .headerMenuMobileBtn.active span:nth-child(3) {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 18px;
    left: 13px;
    width: 12px; }
  header.fixed .headerBox, header.light .headerBox {
    padding: 20px 0; }
  header.fixed .headerMenuMobileBtn, header.light .headerMenuMobileBtn {
    border-color: #0E2A6D;
    background-color: #0E2A6D; }
  header.fixed .headerNavMenu ul li > a, header.light .headerNavMenu ul li > a {
    color: #0E2A6D; }
  header.fixed .headerNavMenu ul li.active > a, header.fixed .headerNavMenu ul li.current > a, header.light .headerNavMenu ul li.active > a, header.light .headerNavMenu ul li.current > a {
    color: #fff; }
  header.withMenuOpened .headerBoxLogo img.hblWhite {
    opacity: 0; }
  header.withMenuOpened .headerBoxLogo img.hblColor {
    opacity: 1; }
  header.withMenuOpened .headerMenuMobileBtn {
    border-color: #0E2A6D;
    background-color: #0E2A6D; } }
footer {
  position: relative;
  padding: 30px 0 50px;
  background-color: #fff; }
footer .footerTop {
  display: flex !important;
  justify-content: space-between;
  align-items: center; }
footer .footerTopGF p, footer .footerTopCBRE p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 5px; }

@media only screen and (max-width: 760px) {
  footer {
    padding: 20px 0; }
  footer .footerTop {
    flex-wrap: wrap; }
  footer .footerTopLogo {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    order: -1; }
  footer .footerTopLogo img {
    margin: 0 auto; } }
.mainDL {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 520px;
  max-height: 880px;
  padding: 0;
  background: url(../img/bg-maindl.webp) no-repeat center center;
  background-size: cover;
  overflow: hidden; }
.mainDL .maindlVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; }
.mainDL .mainDLOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0B132C;
  background: linear-gradient(90deg, rgba(11, 19, 44, 0.8) 0%, rgba(11, 19, 44, 0.5) 100%);
  z-index: 1; }
.mainDL .container {
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  position: relative;
  height: 100%;
  padding-top: 70px;
  z-index: 2; }
.mainDL .mainDLText h1, .mainDL .mainDLText h2 {
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  max-width: 660px; }
.mainDL .mainDLText .mainDLTextBox {
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  width: 100%;
  max-width: 530px;
  padding: 20px;
  padding-left: 30px;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden; }
.mainDL .mainDLText .mainDLTextBox p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff; }
.mainDL .mainDLText .mainDLTextBox:before {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  content: "";
  left: 0;
  width: 10px;
  height: 100%;
  display: block;
  background-color: #7AFFFF; }
.mainDL .mainDLText .mainDLTextBtns {
  display: flex !important;
  margin-top: 40px; }
.mainDL .mainDLText .mainDLTextBtns [class*="btn"] + [class*="btn"] {
  margin-left: 20px; }
.mainDL .scrollAnim {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 40px;
  bottom: 60px;
  z-index: 1; }
.mainDL .scrollAnim i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  position: relative;
  display: block;
  opacity: 0; }
.mainDL .scrollAnim i + i {
  margin-top: -15px; }
.mainDL .scrollAnim i:nth-last-child(1) {
  animation: scrollAnimation 1s 0.3s infinite ease; }
.mainDL .scrollAnim i:nth-last-child(2) {
  animation: scrollAnimation 1s 0.15s infinite ease; }
.mainDL .scrollAnim i:nth-last-child(3) {
  animation: scrollAnimation 1s 0s infinite ease; }

.workProgress {
  padding: 40px 0; }
.workProgress .workProgBox {
  box-sizing: border-box;
  border-radius: 18px;
  display: flex !important;
  flex-wrap: wrap;
  padding: 120px 60px;
  background-color: #EDEFF3;
  overflow: hidden; }
.workProgress .workProgBoxIntro {
  width: 100%;
  margin-bottom: 20px; }
.workProgress .workProgBoxIntro h2 {
  box-sizing: border-box;
  width: 100%;
  max-width: 620px;
  margin-bottom: 20px; }
.workProgress .workProgBoxIntro p {
  box-sizing: border-box;
  width: 100%;
  max-width: 620px; }
.workProgress .workProgBoxText {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 700px);
  padding-right: 80px;
  z-index: 1; }
.workProgress .workProgBoxGrid {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -10px; }
.workProgress .workProgBoxCard {
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
  width: calc(50% - 10px);
  min-height: 220px;
  padding: 20px;
  margin: 10px 0;
  padding-top: 0;
  background-color: #fff; }
.workProgress .workProgBoxCard .title {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 3px 20px;
  background-color: #1232F5;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
.workProgress .workProgBoxCard .title span {
  font-size: 0.8rem;
  display: block; }
.workProgress .workProgBoxCard .title.phase1 {
  background-color: red !important; }
.workProgress .workProgBoxCard .title.phase2 {
  background-color: #0e2a6d !important; }
.workProgress .workProgBoxCard .title.phase3 {
  background-color: #0e6d1b !important; }
.workProgress .workProgBoxCard:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 30px;
  width: 6px;
  height: 110px;
  display: block;
  background-color: #1232F5;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
.workProgress .workProgBoxCard:nth-child(2) .title {
  background-color: #0E2A6D; }
.workProgress .workProgBoxCard:nth-child(2) ul li::marker {
  color: #0E2A6D; }
.workProgress .workProgBoxCard:nth-child(2):before {
  left: initial;
  right: -6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #0E2A6D; }
.workProgress .workProgBoxCard:nth-child(3) .title {
  background-color: #0E2A6D; }
.workProgress .workProgBoxCard:nth-child(3) ul li::marker {
  color: #0E2A6D; }
.workProgress .workProgBoxCard:nth-child(3):before {
  background-color: #0E2A6D; }
.workProgress .workProgBoxCard:nth-child(4):before {
  left: initial;
  right: -6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.workProgress .workProgBoxCardFloat {
  box-sizing: border-box;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  top: -30px;
  left: calc(100% - 25px);
  width: 160px;
  padding: 10px 20px;
  background-color: #0E2A6D;
  pointer-events: none;
  z-index: 1; }
.workProgress .workProgBoxCardFloat .workProgBoxCardFloatIcon {
  border-radius: 4px;
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 40px;
  height: 40px;
  background-color: #0E2A6D; }
.workProgress .workProgBoxCardFloat .workProgBoxCardFloatIcon i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #7AFFFF;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); }
.workProgress .workProgBoxCardFloat span {
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  z-index: 1; }
.workProgress .workProgBoxMap {
  box-sizing: border-box;
  width: 50%;
  min-width: 700px;
  margin-top: 10px; }
.workProgress .workProgBoxMapWrap {
  border-radius: 12px;
  position: relative;
  width: 100%;
  overflow: hidden; }
.workProgress .workProgBoxMapWrap img {
  width: 100%;
  height: auto; }
.workProgress .workProgBoxMapWrap .wpbwOverlay {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(14, 42, 109, 0.5);
  opacity: 0; }
.workProgress .workProgBoxMapWrap .wpbwOverlay.active {
  opacity: 1; }
.workProgress .workProgBoxMapWrap .wpbwPointMask {
  transition: all 0.5s; }
.workProgress .workProgBoxMapWrap .wpbwPointMask:hover {
  mix-blend-mode: color-dodge; }
.workProgress .workProgBoxMapWrap .wpbwPointFase1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(63% 38%, 78% 82%, 54.5% 81%, 54% 77%, 48% 78%, 24% 70%, 30% 47%);
  background-color: rgba(255, 0, 0, 0.35);
  mix-blend-mode: normal;
  cursor: pointer;
  z-index: 2; }
.workProgress .workProgBoxMapWrap .wpbwPointFase2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(48% 25%, 50.3% 41.7%, 29.8% 47.5%, 33% 37%, 32% 25%);
  background-color: rgba(14, 42, 109, 0.35);
  mix-blend-mode: normal;
  cursor: pointer;
  z-index: 2; }
.workProgress .workProgBoxMapWrap .wpbwPointFase3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(63.3% 24.3%, 68.5% 29.5%, 68% 32%, 62.8% 37.8%, 50.5% 41.5%, 48% 25%);
  background-color: rgba(14, 109, 27, 0.35);
  mix-blend-mode: normal;
  cursor: pointer;
  z-index: 2; }
.workProgress .workProgBoxMapWrap .wpbwTooltip {
  box-sizing: border-box;
  transition: all 0.5s;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  width: 180px;
  padding: 15px;
  background-color: #0E2A6D;
  pointer-events: none;
  z-index: 3; }
.workProgress .workProgBoxMapWrap .wpbwTooltip .wpbwTooltipText {
  position: relative;
  z-index: 1; }
.workProgress .workProgBoxMapWrap .wpbwTooltip .wpbwTooltipText p {
  font-weight: 700; }
.workProgress .workProgBoxMapWrap .wpbwTooltip .wpbwTooltipText span {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.1;
  display: block; }
.workProgress .workProgBoxMapWrap .wpbwTooltip .wpbwTooltipIcon {
  border-radius: 4px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 40px;
  height: 40px;
  background-color: #0E2A6D; }
.workProgress .workProgBoxMapWrap .wpbwTooltip .wpbwTooltipIcon i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #7AFFFF;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg); }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase1 {
  top: calc(33% - 10px);
  left: 4%;
  opacity: 0; }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase1.active {
  top: 33%;
  opacity: 1; }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase1[class*="nave"] {
  width: auto;
  padding: 10px; }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase1[class*="nave"] span {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  display: block; }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase1[class*="nave"] span + span {
  margin-top: 5px; }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase1.nave1 {
  top: 46%;
  left: 55%; }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase1.nave2 {
  top: 46%;
  left: 35%; }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase2 {
  top: calc(9% - 10px);
  left: 12%;
  opacity: 0; }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase2.active {
  top: 9%;
  opacity: 1; }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase3 {
  top: calc(28% - 10px);
  left: 58%;
  opacity: 0; }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase3 .wpbwTooltipIcon {
  right: initial;
  bottom: initial;
  top: -20px;
  left: -20px; }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase3 .wpbwTooltipIcon i {
  transform: translate(-50%, -50%) rotate(45deg); }
.workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase3.active {
  top: 28%;
  opacity: 1; }
.workProgress .workProgBoxMapBtn {
  display: flex !important;
  justify-content: center;
  margin-top: 40px; }
.workProgress .workProgBoxBtn {
  display: flex !important;
  justify-content: center;
  width: 100%;
  margin-top: 40px; }
.workProgress .wpbwDesc {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  letf: 0;
  top: 0;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-right-radius: 6px; }

.progressDetails {
  background-color: #EDEFF3; }
.progressDetails .progDetSteps {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto; }
.progressDetails .progDetSteps .progDetStepEle {
  box-sizing: border-box;
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 10px;
  background-color: #fff;
  border-left: #1232F5 8px solid; }
.progressDetails .progDetSteps .progDetStepEle > i {
  border-radius: 50%;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #0E2A6D; }
.progressDetails .progDetSteps .progDetStepEle > i:before {
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff; }
.progressDetails .progDetSteps .progDetStepEle p {
  box-sizing: border-box;
  width: calc(100% - 60px);
  padding-left: 20px;
  padding-right: 60px; }
.progressDetails .progDetSteps .progDetStepEle .pdseCheckd {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px; }
.progressDetails .progDetSteps .progDetStepEle .pdseCheckd > i {
  border-radius: 50%;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #0e6d1b; }
.progressDetails .progDetSteps .progDetStepEle .pdseCheckd > i:before {
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff; }
.progressDetails .progDetSteps .progDetStepEle.checked i {
  background-color: #0e6d1b; }
.progressDetails .progDetSlider {
  margin-top: 40px;
  margin-bottom: 0 !important; }
.progressDetails .progDetSlider a {
  transition: all 0.5s;
  border-radius: 4px;
  display: block;
  padding: 10px;
  cursor: pointer; }
.progressDetails .progDetSlider a img {
  width: 100%;
  height: auto; }
.progressDetails .progDetSlider a.slick-current {
  background-color: #0E2A6D; }
.progressDetails .progDetSlider .slick-prev, .progressDetails .progDetSlider .slick-next {
  transition: all 0.5s;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1; }
.progressDetails .progDetSlider .slick-prev:before, .progressDetails .progDetSlider .slick-next:before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
.progressDetails .progDetSlider .slick-prev:hover, .progressDetails .progDetSlider .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.9); }
.progressDetails .progDetSlider .slick-prev {
  left: 50px !important; }
.progressDetails .progDetSlider .slick-prev:before {
  transition: all 0.5s;
  content: "";
  font-family: "Font Awesome 6 Free";
  color: #222E67; }
.progressDetails .progDetSlider .slick-next {
  right: 50px !important; }
.progressDetails .progDetSlider .slick-next:before {
  transition: all 0.5s;
  content: "";
  font-family: "Font Awesome 6 Free";
  color: #222E67; }
.progressDetails .progDetSlider .slick-dots {
  display: flex !important;
  justify-content: center;
  bottom: -32px; }
.progressDetails .progDetSlider .slick-dots li {
  transition: all 0.5s;
  border-radius: 6px;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #c8cdde; }
.progressDetails .progDetSlider .slick-dots li button {
  transition: all 0.5s;
  border-radius: 6px;
  width: 100%;
  height: 12px;
  padding: 0;
  background: #7e87a9;
  opacity: 0; }
.progressDetails .progDetSlider .slick-dots li button:before {
  display: none; }
.progressDetails .progDetSlider .slick-dots li.slick-active {
  width: 40px; }
.progressDetails .progDetSlider .slick-dots li.slick-active button {
  opacity: 1; }

.strategicLocation .strateLocMap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
.strategicLocation .strateLocMap img {
  border-radius: 12px;
  width: 100%;
  height: auto; }
.strategicLocation .strateLocText {
  text-align: center;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 60px; }

.infraIndustry {
  background: #0E2A6D url(../img/bg-infraestructura.webp) no-repeat center center;
  background-size: cover; }
.infraIndustry .infraIndusTitle {
  color: #fff;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
.infraIndustry .infraIndusBox {
  border-radius: 8px;
  display: flex !important;
  position: relative;
  background-color: #fff;
  overflow: hidden; }
.infraIndustry .infraIndusBoxImg {
  position: relative;
  width: 50%; }
.infraIndustry .infraIndusBoxImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.infraIndustry .infraIndusBoxText {
  box-sizing: border-box;
  width: 50%;
  padding: 40px; }
.infraIndustry .infraIndusBoxTextinner h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px; }
.infraIndustry .infraIndusBoxTextinner + .infraIndusBoxTextinner {
  margin-top: 30px; }

.investment .investmentWrap {
  display: flex !important; }
.investment .investmentText {
  box-sizing: border-box;
  width: 50%;
  padding-right: 80px; }
.investment .investmentTextRow h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px; }
.investment .investmentTextRow p {
  position: relative;
  padding-left: 26px; }
.investment .investmentTextRow p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  display: block;
  background-color: #1232F5;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
.investment .investmentTextRow + .investmentTextRow {
  margin-top: 40px; }
.investment .investmentTextBtn {
  margin-top: 60px; }
.investment .investmentImg {
  width: 50%; }
.investment .investmentImg img {
  border-radius: 12px;
  width: 100%;
  height: auto; }
.investment .videoBlockWrap {
  padding-top: 140px; }
.investment .videoBlockWrap h2 {
  text-align: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto; }
.investment .videoBlock {
  display: flex !important;
  justify-content: center;
  background-color: #fff; }
.investment .videoBlock video {
  border-radius: 12px;
  width: 100%;
  max-width: 960px;
  height: auto;
  background-color: #fff; }

.alliances {
  padding: 0 0 80px; }
.alliances h2 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 40px; }
.alliances .alliancesSubText {
  text-align: center;
  width: 100%;
  max-width: 780px;
  margin: 0 auto; }
.alliances .alliancesSubText h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px; }
.alliances .alliancesCarousel {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 40px; }
.alliances .alliancesCarousel .slick-prev, .alliances .alliancesCarousel .slick-next {
  width: 50px;
  height: 50px; }
.alliances .alliancesCarousel .slick-prev:before, .alliances .alliancesCarousel .slick-next:before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
.alliances .alliancesCarousel .slick-prev {
  left: -50px !important; }
.alliances .alliancesCarousel .slick-prev:before {
  transition: all 0.5s;
  content: "";
  font-family: "Font Awesome 6 Free";
  color: #222E67; }
.alliances .alliancesCarousel .slick-next {
  right: -50px !important; }
.alliances .alliancesCarousel .slick-next:before {
  transition: all 0.5s;
  content: "";
  font-family: "Font Awesome 6 Free";
  color: #222E67; }
.alliances .alliancesCarouselSld {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 0 30px; }
.alliances .alliancesCarouselSld img {
  transition: all 0.5s;
  width: auto;
  max-width: 160px;
  max-height: 90px;
  object-fit: contain;
  filter: grayscale(100%); }
.alliances .alliancesCarouselSld:hover img {
  filter: grayscale(0%); }
.alliances .videoBlockWrap {
  padding-top: 60px; }
.alliances .videoBlockWrap h2 {
  text-align: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto; }
.alliances .videoBlock {
  display: flex !important;
  justify-content: center;
  padding-bottom: 40px;
  background-color: #fff; }
.alliances .videoBlock video {
  border-radius: 12px;
  width: 100%;
  max-width: 960px;
  height: auto;
  background-color: #fff; }

.alliancesOthers {
  padding: 80px 0; }
.alliancesOthers .alliancesOthersSubText {
  text-align: center;
  width: 100%;
  max-width: 540px;
  margin: 0 auto; }
.alliancesOthers .alliancesOthersSubText h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px; }
.alliancesOthers .alliancesOthersGrid {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: -30px; }
.alliancesOthers .alliancesOthersGridEle {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px; }
.alliancesOthers .alliancesOthersGridEle img {
  transition: all 0.5s;
  width: auto;
  max-width: 160px;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%); }
.alliancesOthers .alliancesOthersGridEle p {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Zalando Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  max-width: 140px;
  margin-top: 10px; }
.alliancesOthers .alliancesOthersGridEle:hover img {
  filter: grayscale(0%); }

.contact {
  padding-bottom: 20px; }
.contact .contactBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #0E2A6D url(../img/bg-infraestructura.webp) no-repeat center center;
  background-size: cover; }
.contact .container {
  position: relative; }
.contact .contactBox {
  display: flex !important;
  border-radius: 8px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }
.contact .contactLeft {
  box-sizing: border-box;
  width: 60%;
  padding: 60px 40px; }
.contact .contactLeft h2 {
  margin-bottom: 20px; }
.contact .contactLeft h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px; }
.contact .contactLeft .contactLeftFormScript {
  height: 610px;
  margin-top: 30px; }
.contact .contactLeft form {
  margin-top: 60px; }
.contact .contactLeft .btnCont {
  display: flex !important;
  align-items: center;
  margin-top: 20px; }
.contact .contactLeft .btnCont .form-loader-w {
  display: none;
  margin-right: 10px; }
.contact .contactLeft .btnCont .msj {
  display: none;
  margin-right: 10px; }
.contact .contactRight {
  box-sizing: border-box;
  color: #fff;
  width: 40%;
  padding: 60px 40px;
  background-color: #0E2A6D; }
.contact .contactRight h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px; }
.contact .contactRightCard {
  position: relative;
  padding: 40px 0;
  padding-left: 50px; }
.contact .contactRightCard i {
  position: absolute;
  left: 0;
  top: 40px;
  width: 40px;
  height: 40px; }
.contact .contactRightCard i:before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-size: 2.5rem;
  color: #7AFFFF; }
.contact .contactRightCard h4 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 5px; }
.contact .contactRightCard ul {
  list-style: none;
  padding-left: 0; }
.contact .contactRightCard li, .contact .contactRightCard p {
  color: #fff; }
.contact .contactRightCard li a, .contact .contactRightCard p a {
  color: #fff; }
.contact .contactRightCard + .contactRightCard {
  border-top: #ABC3FF 1px dashed; }

.thankyouPage .thankyouPageWrap {
  text-align: center;
  width: 100%;
  height: calc(100vh - 400px);
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 0; }
.thankyouPage .thankyouPageWrap h1 {
  margin-bottom: 40px; }
.thankyouPage .thankyouPageWrap p {
  font-size: 20px;
  font-size: 1.25rem; }
.thankyouPage .thankyouPageWrap [class*="btn"] {
  display: table;
  margin: 0 auto;
  margin-top: 40px; }

@media only screen and (max-width: 1440px) {
  .workProgress .workProgBoxText {
    width: 50%;
    padding-right: 40px; }
  .workProgress .workProgBoxMap {
    min-width: initial; } }
@media only screen and (max-width: 1280px) {
  .workProgress .workProgBox {
    padding: 80px 40px; }
  .workProgress .workProgBoxText {
    padding-right: 40px; }

  .investment .investmentText {
    padding-right: 40px; }

  .alliances .alliancesCarousel {
    max-width: 960px; } }
@media only screen and (max-width: 1170px) {
  .contact .contactLeft .contactLeftFormScript {
    height: 655px; } }
@media only screen and (max-width: 1102px) {
  .workProgress .workProgBox {
    flex-direction: column; }
  .workProgress .workProgBoxText {
    width: 100%;
    padding-right: 0; }
  .workProgress .workProgBoxGrid {
    margin-top: 40px; }
  .workProgress .workProgBoxCardFloat {
    left: 140px;
    top: -42px; }
  .workProgress .workProgBoxMap {
    width: 100%;
    margin-top: 40px; }

  .investment .investmentWrap {
    flex-direction: column-reverse; }
  .investment .investmentText {
    width: 100%;
    padding-right: 0;
    margin-top: 60px; }
  .investment .investmentImg {
    width: 100%; }
  .investment .investmentImg img {
    height: 520px;
    object-fit: cover; } }
@media only screen and (max-width: 960px) {
  .mainDL .mainDLText {
    text-align: center;
    margin: auto; }
  .mainDL .mainDLText .mainDLTextBox {
    margin-left: auto;
    margin-right: auto; }
  .mainDL .mainDLText .mainDLTextBtns {
    justify-content: center; }
  .mainDL .scrollAnim {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    right: initial;
    bottom: 40px; }

  .workProgress .workProgBox {
    padding: 40px; }

  .investment .videoBlockWrap {
    padding-top: 100px; }

  .alliances .alliancesCarousel {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px; }
  .alliances .alliancesCarousel .slick-prev, .alliances .alliancesCarousel .slick-next {
    display: none !important; }
  .alliances .videoBlockWrap {
    padding-top: 40px; }

  .contact .contactBox {
    flex-direction: column; }
  .contact .contactLeft {
    width: 100%; }
  .contact .contactRight {
    width: 100%; } }
@media only screen and (max-width: 760px) {
  .mainDL {
    max-height: 760px; }
  .mainDL .mainDLText .mainDLTextBtns {
    flex-direction: column;
    align-items: center; }
  .mainDL .mainDLText .mainDLTextBtns [class*="btn"] {
    min-width: 280px;
    max-width: 280px; }
  .mainDL .mainDLText .mainDLTextBtns [class*="btn"] + [class*="btn"] {
    margin-left: 0;
    margin-top: 10px; }

  .workProgress {
    padding-top: 0; }
  .workProgress .workProgBox {
    border-radius: 0px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 80px 20px; }
  .workProgress .workProgBoxGrid {
    margin-top: 20px; }
  .workProgress .workProgBoxCard {
    width: 100%;
    padding-bottom: 40px;
    min-height: initial; }
  .workProgress .workProgBoxCard:before {
    height: 60px; }
  .workProgress .workProgBoxCard:nth-child(2):before {
    left: -6px;
    right: initial;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .workProgress .workProgBoxCard:nth-child(3) .title {
    background-color: #1232F5; }
  .workProgress .workProgBoxCard:nth-child(3) ul li::marker {
    color: #1232F5; }
  .workProgress .workProgBoxCard:nth-child(3):before {
    background-color: #1232F5; }
  .workProgress .workProgBoxCard:nth-child(4) .title {
    background-color: #0E2A6D; }
  .workProgress .workProgBoxCard:nth-child(4) ul li::marker {
    color: #0E2A6D; }
  .workProgress .workProgBoxCard:nth-child(4):before {
    left: -6px;
    right: initial;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #0E2A6D; }
  .workProgress .workProgBoxMap {
    margin-top: 30px; }
  .workProgress .workProgBoxMapWrap {
    border-radius: 8px; }
  .workProgress .workProgBoxMapWrap .wpbwTooltip.wpbwTTFase3 {
    left: 48%; }
  .workProgress .workProgBoxBtn {
    margin-top: 30px; }

  .progressDetails .progDetSteps .progDetStepEle > i {
    width: 40px;
    height: 40px; }
  .progressDetails .progDetSteps .progDetStepEle > i:before {
    font-size: 20px;
    font-size: 1.25rem; }
  .progressDetails .progDetSteps .progDetStepEle p {
    width: calc(100% - 30px);
    padding-right: 50px; }
  .progressDetails .progDetSteps .progDetStepEle .pdseCheckd {
    width: 30px;
    height: 30px; }
  .progressDetails .progDetSteps .progDetStepEle .pdseCheckd > i {
    width: 30px;
    height: 30px; }
  .progressDetails .progDetSteps .progDetStepEle + .progDetStepEle {
    margin-top: 20px; }
  .progressDetails .progDetSlider a {
    padding: 5px; }
  .progressDetails .progDetSlider .slick-prev, .progressDetails .progDetSlider .slick-next {
    display: none !important; }

  .strategicLocation .strateLocMap img {
    border-radius: 8px; }
  .strategicLocation .strateLocText {
    margin-top: 30px; }

  .infraIndustry .infraIndusBox {
    flex-direction: column; }
  .infraIndustry .infraIndusBoxImg {
    width: 100%;
    height: 320px; }
  .infraIndustry .infraIndusBoxText {
    width: 100%;
    padding: 30px 20px; }

  .investment .investmentText {
    margin-top: 30px; }
  .investment .investmentTextRow + .investmentTextRow {
    margin-top: 30px; }
  .investment .investmentTextBtn {
    margin-top: 30px; }
  .investment .investmentImg img {
    border-radius: 8px;
    height: auto; }
  .investment .videoBlockWrap {
    padding-top: 80px; }

  .alliances .videoBlockWrap {
    padding-top: 40px; }

  .alliancesOthers .alliancesOthersGrid {
    margin-bottom: -10px; }
  .alliancesOthers .alliancesOthersGridEle {
    padding: 15px; }

  .contact .contactLeft {
    padding: 40px 20px; }
  .contact .contactLeft h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  .contact .contactLeft form {
    margin-top: 30px; }
  .contact .contactRight {
    padding: 40px 20px;
    padding-bottom: 20px; }
  .contact .contactRight h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  .contact .contactRightCard {
    padding: 20px 0;
    padding-left: 50px; }
  .contact .contactRightCard i {
    top: 20px; }

  .thankyouPage .thankyouPageWrap {
    height: auto; } }
@keyframes scrollAnimation {
  0% {
    opacity: 0;
    top: -5px; }
  50% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: 0;
    top: 5px; } }
@media only screen and (max-width: 520px) {
  .contact .contactLeft .contactLeftFormScript {
    height: 760px; } }
