:root {
    --mainColor: #1d4896;
    --secondColor: #c6d1e5;
}

@charset "UTF-8";
@font-face {
  font-family: "MarkGEO-Regular";
  src: url("../fonts/MarkGEO-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MarkGEO-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MarkGEO-Regular.woff") format("woff"), url("../fonts/MarkGEO-Regular.ttf") format("truetype"), url("../fonts/MarkGEO-Regular.svg") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "MarkGEOCAPS-Medium";
  src: url("../fonts/MarkGEOCAPS-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MarkGEOCAPS-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MarkGEOCAPS-Medium.woff") format("woff"), url("../fonts/MarkGEOCAPS-Medium.ttf") format("truetype"), url("../fonts/MarkGEOCAPS-Medium.svg") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "MarkGEOCAPSLight";
  src: url("../fonts/MarkGEOCAPSLight.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MarkGEOCAPSLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MarkGEOCAPSLight.woff2") format("woff2"), url("../fonts/MarkGEOCAPSLight.woff") format("woff"), url("../fonts/MarkGEOCAPSLight.ttf") format("truetype"), url("../fonts/MarkGEOCAPSLight.svg") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "MarkGEOCAPSBold";
  src: url("../fonts/MarkGEOCAPSBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MarkGEOCAPSBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MarkGEOCAPSBold.woff2") format("woff2"), url("../fonts/MarkGEOCAPSBold.woff") format("woff"), url("../fonts/MarkGEOCAPSBold.ttf") format("truetype"), url("../fonts/MarkGEOCAPSBold.svg") format("svg");
  /* Legacy iOS */
}

.ff-MarkGEOCAPSBold {
  font-family: "MarkGEOCAPSBold";
}

.ff-MarkGEO-Regular {
  font-family: "MarkGEO-Regular";
}

.ff-MarkGEOCAPSLight {
  font-family: "MarkGEOCAPSLight";
}

.ff-MarkGEOCAPS-Medium {
  font-family: "MarkGEOCAPS-Medium";
}

/*------------------------------------*\
  Medias start
\*------------------------------------*/
/*------------------------------------*\
Commons
\*------------------------------------*/
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
   * 1. Add responsiveness.
   * 2. Auto-scale the height. Only needed if `height` attribute is present.
   * 3. Corrects responsive `max-width` behavior if padding and border are used.
   * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
   */
canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img:not([src]) {
  /* 1 */
  min-width: 1px;
  /* 2 */
  visibility: hidden;
}

/*
  * Iframe
  * Remove border in all browsers
  */
iframe {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
select,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  -webkit-appearance: none;
  max-width: 100%;
  width: 100%;
  border: 0 none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  line-height: 1.375;
  font-family: "MarkGEO-Regular";
}

.container {
  margin-left: 7%;
  margin-right: 7%;
}

@media (max-width: 1600px) {
  .container {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
}

@media (max-width: 1200px) {
  .container {
    margin-left: 6%;
    margin-right: 6%;
  }
}

@media (max-width: 960px) {
  .container {
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media (max-width: 480px) {
  .container {
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 1670px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-title {
  font-size: 34px;
  color: #4b4a4a;
  position: relative;
  font-family: "MarkGEOCAPSBold";
}

@media (max-width: 640px) {
  .section-title {
    padding: 0 40px;
  }
}

.section-title::before {
    content: "";
    position: absolute;
    background: var(--secondColor);
    height: 1px;
    width: 79px;
    left: 0px;
    bottom: -25px;
}

@media (max-width: 640px) {
  .section-title::before {
    left: 40px;
  }
}

.section-title::after {
  content: "";
  position: absolute;
  background: var(--mainColor);
  height: 5px;
  width: 41px;
  left: 0px;
  bottom: -24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 640px) {
  .section-title::after {
    left: 40px;
  }
}

.m-b-60 {
  margin-bottom: 60px;
}

.link-tab-list a {
  display: block;
  color: #4b4a4a;
  background-color: #ffffff;
  text-decoration: none;
  padding: 14px 50px 12px;
  border: 1px solid #ebebeb;
}

.link-tab-list .active-tab {
    font-size: 16px;
    color: #fff;
    background-color: var(--mainColor);
    border: 1px solid var(--mainColor);
    cursor: default;
}

.uk-slidenav-box .arrow_link:focus {
  border: 0.5px solid var(--mainColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.uk-slidenav-box .arrow_link:focus svg {
  color: var(--mainColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero figure {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.hero figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 12.72727%;
}

.hero figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#070202cc), to(#07020200));
  background: linear-gradient(0deg, #070202cc 0%, #07020200 100%);
  pointer-events: none;
}

.hero .uk-breadcrumb {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .uk-breadcrumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .uk-breadcrumb a span {
  margin-right: 10px;
  margin-top: -6px;
}

.hero-text {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-text h1 {
  font-size: 40px;
}

@media (max-width: 640px) {
  .hero-text h1 {
    font-size: 22px;
  }
}

.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  content: "○";
}

.hero-section .container {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .hero-section .container {
    margin: 0;
  }
}

.hero-section .land-and-search {
  position: absolute;
  left: -80px;
  width: 80px;
  bottom: 0;
}

.hero-section .land-and-search > a {
  margin-bottom: 60px;
  margin-left: 6px;
}

.hero-section .land-and-search > a:hover svg {
    color: var(--mainColor);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hero-section .land-and-search ul {
  padding-left: 0;
  margin-top: 0;
}

.hero-section .land-and-search ul li:first-child a {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e1e1e1;
}

.hero-section .land-and-search ul a {
  display: inline-block;
  font-size: 14px;
  color: #4b4a4a;
  padding-left: 0;
  padding-right: 6px;
}

.hero-section .land-and-search ul a.active {
    color: var(--mainColor);
    cursor: default;
}

.hero-section .land-and-search ul a:hover {
    text-decoration: none;
    color: var(--mainColor);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.main-footer .uk-icon-button {
  background: rgba(255, 255, 255, 0.8);
  color: #4b4a4a;
}

.main-footer a:hover {
  text-decoration: none;
}

.main-footer .socials {
  margin-top: 50px;
}

.main-footer .top {
  background: #ebebeb;
  padding: 54px 0 44px;
}

.main-footer .bottom {
  background: #363636;
  padding: 24px 0 18px;
}

.main-footer .bottom p,
.main-footer .bottom a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.main-footer .bottom a {
  text-decoration: underline !important;
}

@media (max-width: 960px) {
  .footer-nav li {
    width: 100%;
  }
}

.footer-nav.uk-grid {
  margin-left: -60px;
}

.footer-nav.uk-grid > * {
  padding-left: 60px;
}

.footer-nav > li > a {
  font-size: 14px;
  color: #4b4a4a;
}

.footer-nav > li > a:hover {
    color: var(--mainColor);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.footer-nav > li ul {
  padding-left: 8px;
  margin-left: 8px;
  list-style-type: square;
  margin-top: 14px;
}

.footer-nav > li ul li {
  margin-top: 6px;
}

.footer-nav > li ul a {
  display: inline-block;
  font-size: 12px;
  color: #4b4a4a;
  font-family: "MarkGEO-Regular";
}

.footer-nav > li ul a:hover {
    color: var(--mainColor);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.uk-slidenav-box {
  margin-bottom: 44px;
}

.uk-slidenav-box .arrow_link {
  width: 30px;
  height: 30px;
  border: 0.5px solid #cccccc;
  border-radius: 3px;
}

.uk-slidenav-box .arrow_link:focus {
  outline: none;
}

.uk-slidenav-box .arrow_link svg {
  color: #000;
  margin-top: 2px;
}

.partners-section {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #fff;
}

.partners-section .uk-grid {
  margin-left: -30px;
}

.partners-section .uk-grid > * {
  padding-left: 30px;
}

.partners-section .uk-slider-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.5px solid #cccccc;
  border-radius: 3px;
  padding: 12px 24px;
  min-height: 136px;
}

.partners-section .uk-slider-items a:hover {
    border-color: var(--mainColor);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.partners-section .uk-slider-items a:hover img {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.partners-section .uk-slider-items img {
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.partner {
  max-width: 184px;
  max-height: 110px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.main-header {
  background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

@media (max-width: 640px) {
  .main-header {
    padding-top: 0;
  }
}

@media (max-width: 1200px) {
  .main-header .uk-grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(7% + 400px);
  background: #f7f7f7;
  z-index: 0;
}

@media (max-width: 1600px) {
  .main-header::after {
    left: calc(6.5% + 400px);
  }
}

@media (max-width: 1200px) {
  .main-header::after {
    left: calc(6% + 400px);
  }
}

@media (max-width: 960px) {
  .main-header::after {
    left: calc(4% + 400px);
  }
}

@media (max-width: 480px) {
  .main-header::after {
    left: calc(3% + 400px);
  }
}

@media (max-width: 640px) {
  .main-header::after {
    background: white;
  }
}

@media (min-width: 2000px) {
  .main-header::after {
    display: none;
  }
}

.main-header .uk-button {
  z-index: 9;
  display: none;
  border: none;
  padding-right: 0;
}

@media (max-width: 1200px) {
  .main-header .uk-button {
    display: block;
  }
}

@media (max-width: 640px) {
  .main-header .uk-button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-right: 30px;
  }
}

.main-header .uk-offcanvas-bar {
  background-color: white;
}

.main-header .uk-offcanvas-bar .uk-offcanvas-close {
  color: black;
}

.main-header .uk-offcanvas-bar nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
}

.main-nav-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .main-nav-box {
    display: none;
  }
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav > ul {
  margin-left: -20px;
}

.main-nav > ul > li {
  padding-left: 20px;
}

.main-nav > ul > li > a {
  color: #333333;
  font-size: 13px;
}

.main-nav > ul > li > a:hover {
    text-decoration: none;
    color: var(--mainColor);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.login-btn {
  margin-left: 22px;
  padding-left: 22px;
  border-left: 1px solid #e1e1e1;
  padding-top: 4px;
  padding-bottom: 4px;
}

.login-btn a {
  display: block;
  font-size: 13px;
  color: #ffffff;
  background: var(--mainColor);
  text-align: center;
  padding: 10px 20px 10px 20px;
}

.login-btn a:hover {
  text-decoration: none;
}

.main-logo {
  padding-right: 60px;
}

.uk-navbar-dropdown li {
  margin-bottom: 16px;
}

.uk-navbar-dropdown li:last-child {
  margin-bottom: 0;
}

.uk-navbar-dropdown a {
  color: #333333;
  font-size: 13px;
}

.uk-navbar-dropdown a:hover {
  color: #de0025;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

.uk-navbar-dropdown {
  width: 240px;
}

.LPT-top {
  display: none;
}

@media (max-width: 1200px) {
  .LPT-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.LPT-top .land-and-search {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.LPT-top .land-and-search .uk-icon {
  margin-top: 3px;
}

.LPT-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.LPT-top ul li:first-child a {
  border-right: 1px solid #e1e1e1;
}

.LPT-top ul a {
  display: inline-block;
  font-size: 14px;
  color: #4b4a4a;
  padding: 0 12px;
}

.LPT-top ul a:hover {
    text-decoration: none;
    color: var(--mainColor);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.LPT-top .login-btn {
  border: none;
  padding-top: 0;
  z-index: 33;
}

.events-list h3 {
  font-size: 14px;
  letter-spacing: 0.14px;
  color: #4b4a4a;
  margin-bottom: 14px;
  margin-top: 0;
}

.events-list p {
  font-size: 14px;
  color: #6d6c6c;
  margin-bottom: 24px;
  margin-top: 0;
}

.events-list figure {
  margin-bottom: 13px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.events-list figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 45.97015%;
}

.events-list figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.events-list article a {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 25px 28px;
  display: block;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.events-list article a:hover {
  text-decoration: none;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.events-list article a:hover div {
    color: var(--mainColor);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.events-list article div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 0.12px;
  color: rgba(75, 74, 74, 0.6);
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.events-list article div time {
  margin-left: 4px;
  font-size: 13px;
}

.events-section {
  background: #f5f5f5;
  padding: 52px 0 122px;
}

@media (max-width: 640px) {
  .events-section .container {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .events-section .link-tab-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.events-section .link-tab-list li {
  position: relative;
}

@media (max-width: 640px) {
  .events-section .link-tab-list li a:not(.active-tab) {
    display: none;
  }
}

@media (max-width: 640px) {
  .card-listing-header .right {
    display: none;
  }
}

.card-listing-header .right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-listing-header .right .uk-button {
  background: var(--mainColor);
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  padding: 16px 32px 12px;
  line-height: 18px;
  height: 52px;
}

.card-listing-header .right input {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 14px 18px 9px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: 12px;
  background: transparent;
  height: 52px;
}

.card-listing-header .right input:focus {
  outline: none;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.card-listing-header .right [type="search"] {
  width: 250px;
  height: 52px;
}

.card-listing-header .right .uk-grid-collapse {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding-right: 18px;
}

.card-listing-header .right .uk-grid-collapse p {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  position: relative;
}

.card-listing-header .right .uk-grid-collapse label {
  margin-top: 4px;
  margin-left: 2px;
  cursor: default;
}

.card-listing-header .right .uk-grid-collapse input {
  border: 1px solid transparent;
  padding-right: 0;
  width: 134px;
}

.card-listing-header .right .uk-grid-collapse input:focus {
  background: transparent;
}

.open-button {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.open-button button {
  border: none;
  background: transparent;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

.news-list article a {
  position: relative;
}

.news-list article a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--mainColor);
  width: 100px;
  height: 100px;
  z-index: 0;
  -webkit-transition: left 0.2s, top 0.2s;
  transition: left 0.2s, top 0.2s;
  pointer-events: none;
}

.news-list article a:hover {
  text-decoration: none;
}

.news-list article a:hover::after {
  left: -20px;
  top: -20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-list article a:hover .news-arrow {
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-list h3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  margin-top: 0;
  letter-spacing: 0.14px;
  color: #4b4a4a;
}

.news-list figure {
  position: relative;
  overflow: hidden;
  z-index: 1;
  overflow: visible;
}

.news-list figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.58915%;
}

.news-list figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list figure::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  height: 1px;
  width: 80px;
  background: var(--mainColor);
  z-index: 1;
}

.news-list time {
    font-size: 12px;
    line-height: 18px;
    color: var(--mainColor);
    display: block;
    margin-bottom: 22px;
}

.news-list p {
  font-size: 14px;
  line-height: 18px;
  color: #6d6c6c;
}

.news-list .news-arrow {
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s right, 0.4s bottom;
  transition: 0.4s right, 0.4s bottom;
}

@media (max-width: 640px) {
  .news-data {
    margin-left: 4%;
    margin-right: 4%;
  }
}

.clickable {
  display: none;
}

@media (max-width: 640px) {
  .link-tab-list {
    cursor: pointer;
  }
}

@media (max-width: 640px) {
  .link-tab-list .clickable {
    display: block;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
  }
}

.law-container {
  background: #f5f5f5;
  padding-top: 75px;
  padding-bottom: 120px;
}

.law-list {
  margin-top: 75px;
  margin-bottom: 110px;
}

.law-list a {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  opacity: 1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: "MarkGEOCAPSBold";
  letter-spacing: 0.14px;
  color: #4b4a4a;
  background-image: url("../images/download.png");
  background-position: right 14px center;
  position: relative;
  min-height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.law-list a:hover, .law-list a:focus {
  border: 1px solid var(--mainColor);
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.law-list a img {
  padding: 11px 15px 10px 13px;
  border-right: 1px solid #e1e1e1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.law-list a span {
  padding-left: 94px;
  padding-right: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 8px;
}

.law-list .uk-grid-margin {
  margin-top: 19px;
}

.faq-list {
  margin-top: 75px;
  margin-bottom: 110px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.faq-list li {
  position: relative;
}

.faq-list li::before {
  content: "";
  width: 1px;
  background-color: #e1e1e1;
  position: absolute;
  top: 0;
  right: 72px;
}

.faq-list p {
  font-family: "MarkGEO-Regular";
}

.faq-list a {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  opacity: 1;
  text-decoration: none;
  font-size: 12px;
  font-family: "MarkGEOCAPSBold";
  letter-spacing: 0.14px;
  color: #4b4a4a;
  padding: 15px 15px 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-list a span {
  display: block;
  margin-right: 20px;
}

.faq-list a:focus {
  border: 1px solid var(--mainColor);
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.faq-list .uk-accordion-content {
  font-size: 12px;
  padding: 16px 30px 20px 30px;
  background: white;
  border: 1px solid #e1e1e1;
  border-top: 0;
}

.uk-accordion > :nth-child(n + 2) {
  margin-top: 16px;
}

.uk-accordion-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 68px;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #e1e1e1;
}

.uk-accordion-title::before {
  background-image: url(../images/plus.png);
  margin-right: 10px;
  margin-top: 0;
  margin-left: 29px;
  float: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.uk-open > .uk-accordion-title::before {
  background-image: url(../images/gh-new.png);
  margin-right: 10px;
  margin-top: 0;
  margin-left: 29px;
}

@media only screen and (max-width: 1200px) {
  .right-list {
    margin-top: 15px !important;
  }
  .right-list .faq-list {
    margin-top: 0 !important;
  }
}

.contact-content {
  background-color: white;
  margin-top: 88px;
  border: 1px solid #e1e1e1;
  margin-left: 0;
  padding: 20px 30px 20px 0;
  border-radius: 5px;
  position: relative;
}

.contact-content .left {
  width: 390px;
  padding-left: 30px;
}

@media (max-width: 640px) {
  .contact-content .left {
    margin: auto;
  }
}

.contact-content .right {
  padding-left: 30px;
  width: 400px;
  margin: auto;
}

@media (max-width: 640px) {
  .contact-content .right {
    margin-top: 50px;
  }
}

.contact-content .middle {
  padding-left: 30px;
}

.contact-content::before {
  content: "";
  width: 30px;
  height: 304px;
  position: absolute;
  background-color: #d7d7d7;
  right: -30px;
  bottom: -35px;
}

@media (max-width: 640px) {
  .contact-content::before {
    width: 25px !important;
    right: -25px;
  }
}

.contact-content::after {
  content: "";
  width: 351px;
  height: 35px;
  position: absolute;
  background-color: #d7d7d7;
  right: -30px;
  bottom: -35px;
}

@media (max-width: 640px) {
  .contact-content::after {
    right: 0;
  }
}

.contact-content .contact-form {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 43px 36px 31px;
  background-color: white;
  position: absolute;
  top: -40px;
}

@media (max-width: 640px) {
  .contact-content .contact-form {
    position: initial;
  }
}

.contact-content .contact-form legend {
  color: #4b4a4a;
  font-family: "MarkGEOCAPSBold";
  font-size: 18px;
  padding-bottom: 10px;
}

.contact-content .contact-form input {
  font-size: 12px;
  height: 45px;
  width: 289px;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.contact-content .contact-form button {
  width: 100%;
  background: var(--mainColor);
  color: white;
  font-size: 16px;
  font-family: "MarkGEOCAPSBold";
  height: 45px;
  border-radius: 4px;
  border: none;
  padding-top: 4px;
}

.contact-content .contact-form textarea {
  font-size: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 150px;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.contact-content iframe {
  width: 100%;
}

.contact-content dt {
  font-size: 13px;
  font-family: "MarkGEOCAPSBold";
}

.contact-content dd {
  font-size: 14px;
  font-family: "MarkGEO-Regular";
}

.icon-c {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon-c img {
  padding: 10px;
  background: var(--mainColor);
  color: white;
  border-radius: 4px;
}

.contact-text {
  margin-left: 23px;
  margin-bottom: 50px;
  color: #4b4a4a;
}

.contact-text a {
  color: #4b4a4a;
}

.line {
  position: relative;
}

.line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background: #e1e1e1;
  bottom: 7.5px;
  left: 20px;
}

.contact-content {
  position: relative;
}

.contact-content::before {
  content: "";
  width: 30px;
  height: 304px;
  position: absolute;
  background-color: #d7d7d7;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: var(--mainColor);
}

.uk-description-list > .uk-flex:last-child .contact-text {
  margin-bottom: 0;
}

.main-content {
  background: #f5f5f5;
  padding-top: 75px;
  padding-bottom: 120px;
}

.main-content .team-mb.uk-grid > .uk-grid-margin {
  margin-top: 58px !important;
}

.main-content .team-mb .uk-card {
  padding: 0;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.main-content .team-mb .uk-card h2 {
  font-family: "MarkGEOCAPSBold";
  color: #4b4a4a;
  font-size: 18px;
  margin-bottom: 5px;
}

.main-content .team-mb .uk-card p {
  font-size: 15px;
  font-family: "MarkGEOCAPSLight";
  margin-top: 5px;
}

.main-content .team-mb .uk-card .team-img {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.main-content .team-mb .uk-card .team-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 96.15385%;
}

.main-content .team-mb .uk-card .team-img .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-content .team-mb .uk-card .team-img img {
  will-change: transform;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.main-content .team-mb .uk-card:hover img {
  will-change: transform;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.main-content .team-mb .uk-card:hover h2 {
  color: var(--mainColor);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.uk-modal-body {
  padding: 100px 120px;
  width: auto;
  margin-left: 0;
}

.uk-modal-body .modal-text {
  margin-left: 25px;
  padding-top: 56px;
  width: 100%;
  height: auto;
}

.uk-modal-body .modal-text h2 {
  color: var(--mainColor);
  font-family: "MarkGEOCAPSBold";
  font-size: 18px;
}

.uk-modal-body .modal-text span {
  font-size: 15px;
  font-family: "MarkGEOCAPSLight";
}

.uk-modal-body .modal-text p {
  font-size: 16px;
  font-family: "MarkGEOCAPSLight";
}

.uk-modal-body div {
  padding: 0;
  position: relative;
  margin-top: 0 !important;
}

.uk-modal-body div.team-imgbox::after {
  content: "";
  position: absolute;
  width: 106px;
  height: 106px;
  top: -24px;
  left: -27px;
  border-top: 24px solid var(--mainColor);
  border-left: 27px solid var(--mainColor);
}

.uk-modal-body div .team-img {
  position: relative;
  overflow: hidden;
  min-width: 394px;
  margin: 0;
  padding: 0;
}

.uk-modal-body div .team-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 122.58883%;
}

.uk-modal-body div .team-img .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 960px) {
  .uk-modal-body div .team-img {
    min-width: auto;
    width: 100%;
  }
}

.uk-modal-body div .team-img img {
  width: 100%;
}

#teamModal {
  padding-left: 7%;
  padding-right: 7%;
}

@media (max-width: 1600px) {
  #teamModal {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}

@media (max-width: 1200px) {
  #teamModal {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media (max-width: 960px) {
  #teamModal {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (max-width: 480px) {
  #teamModal {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (min-width: 2000px) {
  #teamModal {
    padding-left: 0;
    padding-right: 0;
  }
  #teamModal .uk-modal-body {
    max-width: 1670px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-video {
  background: #f5f5f5;
  padding-top: 75px;
  padding-bottom: 120px;
}

.video-list li {
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  cursor: pointer;
}

.video-list li .video-button {
  position: absolute;
  z-index: 9;
  right: 16px;
  bottom: 16px;
  pointer-events: none;
}

.video-list li a {
  text-decoration: none;
}

.video-list li a .video-cover {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.video-list li a .video-cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.15385%;
}

.video-list li a .video-cover .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-list li a .video-cover img {
  border-radius: 3px;
}

.video-list li a .video-cover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#0702024d), to(#07020200)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #0702024d 0%, #07020200 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  top: 0;
  left: 0;
}

.video-list li a span {
  font-size: 14px;
  color: #979797;
  font-family: "MarkGEO-Regular";
}

.video-list li a h2 {
  font-family: "MarkGEOCAPSBold";
  font-size: 14px;
  margin-top: 10px;
  color: #4b4a4a;
}

.nsArt {
  padding-top: 20px;
}

@media (max-width: 640px) {
  .newsArticleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 640px) {
  .newsArticleBox .frRow {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .newsArticleBox .frRow a {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .newsArticleBox .scRow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .newsArticleBox .scRow h1 {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .newsArticleBox .thRow {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 640px) {
  .newsArticleBox .foRow {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 640px) {
  .newsArticleBox .fiRow {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 25px;
  }
}

@media (max-width: 640px) {
  .newsArticleBox .fiRow article {
    padding: 0;
  }
}

.newsArticleBox .responsiveShareBox {
  display: none;
}

@media (max-width: 640px) {
  .newsArticleBox .responsiveShareBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}

.newsArticleBox .responsiveShareBox .publishDate {
  font-family: "MarkGEOCAPSBold";
  font-size: 14px;
  background-color: var(--mainColor);
  color: white;
  padding: 11px 23px;
  border-radius: 3px;
}

.leftSideArticle h1 {
  font-size: 36px;
  font-family: "MarkGEOCAPSBold";
}

.leftSideArticle .articleImg {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  margin-bottom: 24px;
}

.leftSideArticle .articleImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 51.57895%;
}

.leftSideArticle .articleImg .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 640px) {
  .leftSideArticle .articleImg {
    display: none;
  }
}

.leftSideArticle .uk-slider-container {
  padding: 32px 26px;
  background: white;
  border: 1px solid #d7d7d7;
}

@media (max-width: 640px) {
  .leftSideArticle .uk-slider-container {
    padding: 0;
    border: none;
  }
}

.leftSideArticle .uk-slider-container .uk-panel {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.leftSideArticle .uk-slider-container .uk-panel:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60.07194%;
}

.leftSideArticle .uk-slider-container .uk-panel .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.leftSideArticle .uk-slider-container .uk-icon {
    width: 52px;
    height: 52px;
    background: var(--mainColor);
}

.leftSideArticle .uk-slider-container .uk-icon svg {
  display: none;
}

.leftSideArticle .uk-slider-container .uk-slidenav-next {
  right: -15px;
  background-image: url(../images/down-chevron.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.leftSideArticle .uk-slider-container .uk-slidenav-previous {
  left: -15px;
  background-image: url(../images/down-chevron2.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.rightSideArticle {
  text-align: right;
}

.rightSideArticle a {
  text-decoration: none;
  color: #4b4a4a;
  font-family: "MarkGEOCAPSBold";
}

.rightSideArticle a img {
  padding-right: 10px;
}

.rightSideArticle .dateAndShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17px;
}

@media (max-width: 640px) {
  .rightSideArticle .dateAndShare {
    display: none;
  }
}

.rightSideArticle .dateAndShare .publishDate {
  font-family: "MarkGEOCAPSBold";
  font-size: 14px;
  background-color: var(--mainColor);
  color: white;
  padding: 11px 23px;
  border-radius: 3px;
}

.rightSideArticle article {
  padding-top: 40px;
  text-align: left;
}

.financial-container {
  background-color: #f5f5f5;
}

.white-container {
  padding: 50px 0;
}

.financial-control {
  margin-top: 46px;
}

.financial-control p {
  padding-top: 45px;
  font-size: 16px;
  font-family: "MarkGEO-Regular";
}

.fc-list ul {
  border: 1px solid #e1e1e1;
  margin-right: 15px;
}

.fc-list ul li {
  font-family: "MarkGEOCAPSBold";
  font-size: 16px;
  text-align: center;
  color: #4b4a4a;
  background-color: white;
}

.fc-list ul li:first-child {
  background-color: #ebebeb;
  padding: 21px 0;
  border-bottom: 1px solid #e1e1e1;
}

.fc-list ul li:last-child {
    background-color: var(--mainColor);
    padding: 2px 0;
}

.fc-list ul li a {
  color: #4b4a4a;
  text-decoration: none;
  padding: 21px 0;
  display: block;
  border-bottom: 1px solid #e1e1e1;
}

.fc-list ul li a:hover {
    background-color: var(--mainColor);
    color: white;
    border-bottom: 1px solid var(--mainColor);
}

.uk-list > * > ul,
.uk-list > :nth-child(n + 2) {
  margin-top: 0;
}

.coso-container p {
  padding-top: 45px;
  font-size: 16px;
  font-family: "MarkGEO-Regular";
}

.coso-container .coso-box {
  margin-top: 40px;
  text-align: center;
}

.defence {
  padding: 50px 0;
}

.defence .erm-box {
  text-align: center;
}

.methodology {
  padding-top: 53px;
  padding-bottom: 40px;
}

.methodology .uk-panel {
  padding: 25px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

.methodology .uk-panel .sliderImg-box {
  position: relative;
  overflow: hidden;
}

.methodology .uk-panel .sliderImg-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 131.41361%;
}

.methodology .uk-panel .sliderImg-box .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.methodology svg {
  display: none;
}

.methodology .uk-slidenav-previous {
  position: absolute;
  top: 0;
  right: 36px;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.methodology .uk-slidenav-next {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.methodology .uk-icon:hover {
  background-color: #f5f5f5;
}

.fmc-container {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.methodologyCharts {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.methodologyCharts .charts {
  border: 1px solid #e1e1e1;
  padding: 0;
}

.methodologyCharts .charts > div > div {
  margin: auto;
}

.legends .chartTitle {
  padding-top: 38px;
}

.legends .chartTitle h2 {
  font-size: 14px;
  font-family: "MarkGEOCAPS-Medium";
}

.legends ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.legends ul :first-child {
  padding-left: 0;
}

.legends ul li {
  padding: 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: "MarkGEO-Regular";
  border-right: 1px solid #cccccc;
}

.legends ul li:last-child {
  border: none;
}

.legends ul li span {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: block;
  margin: 0 12px;
}

.legends ul li span:first-child {
  margin-left: 0;
}

.fmc-champion {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.fmc-champion ul {
  padding-top: 45px;
}

.fmc-champion .uk-panel .uk-card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fmc-champion .uk-panel .uk-card .uk-card-body {
  padding: 20px 16px 36px;
  position: relative;
  margin-top: 55px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

.fmc-champion .uk-panel .uk-card .uk-card-body:hover {
  border: 1px solid var(--mainColor);
}

.fmc-champion .uk-panel .uk-card .uk-card-body::before {
  content: "";
  position: absolute;
  background: #e97286;
  height: 1px;
  width: 79px;
  left: 17;
  bottom: 0px;
}

.fmc-champion .uk-panel .uk-card .uk-card-body::after {
  content: "";
  position: absolute;
  background: var(--mainColor);
  height: 5px;
  width: 41px;
  left: 17;
  bottom: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.fmc-champion .uk-panel .uk-card .uk-card-body .uk-card-media-top {
  position: relative;
  overflow: hidden;
  right: 10px;
  top: -40px;
  width: 76px;
  position: absolute;
}

.fmc-champion .uk-panel .uk-card .uk-card-body .uk-card-media-top:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.fmc-champion .uk-panel .uk-card .uk-card-body .uk-card-media-top .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fmc-champion .uk-panel .uk-card .uk-card-body .uk-card-media-top img {
  border-radius: 50%;
  border: 2px solid white;
}

.fmc-champion .uk-panel .uk-card .uk-card-body h3 {
  font-size: 14px;
  font-family: "MarkGEOCAPSBold";
  margin: 0;
}

.fmc-champion .uk-panel .uk-card .uk-card-body span {
  font-size: 12px;
  font-family: "MarkGEOCAPS-Medium";
}

.fmc-champion .uk-panel .uk-card .uk-card-body p {
  font-size: 14px;
  font-family: "MarkGEO-Regular";
}

.fmc-champion .uk-slidenav-previous {
  position: absolute;
  top: 0px;
  right: 36px;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fmc-champion .uk-slidenav-next {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fmc-champion .uk-icon:hover {
  background-color: #f5f5f5;
}

.fmc-champion svg {
  display: none;
}

.team-container .ourTeam {
  padding-top: 80px;
}

.team-container .ourTeam .ourTeamMember {
  margin-bottom: 84px;
}

.team-container .ourTeam .ourTeamMember .team-imgbox {
  position: relative;
}

.team-container .ourTeam .ourTeamMember .team-imgbox .team-img {
  position: relative;
  overflow: hidden;
}

.team-container .ourTeam .ourTeamMember .team-imgbox .team-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 96.15385%;
}

.team-container .ourTeam .ourTeamMember .team-imgbox .team-img .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-container .ourTeam .ourTeamMember .team-imgbox .team-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.team-container .ourTeam .ourTeamMember .team-imgbox .team-img img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.team-container .ourTeam .ourTeamMember .team-imgbox::after {
  content: "";
  position: absolute;
  width: 106px;
  height: 106px;
  top: -26px;
  left: 13px;
  border-top: 26px solid var(--mainColor);
  border-left: 27px solid var(--mainColor);
}

@media (max-width: 640px) {
  .team-container .ourTeam .ourTeamMember .team-imgbox::after {
    left: 3px;
  }
}

.team-container .ourTeam .ourTeamMember h2 {
  font-size: 18px;
  font-family: "MarkGEOCAPSBold";
  color: var(--mainColor);
  padding-top: 40px;
  margin: 0;
}

.team-container .ourTeam .ourTeamMember span {
  font-family: "MarkGEOCAPSLight";
  font-size: 15px;
}

.team-container .ourTeam .ourTeamMember p {
  font-size: 16px;
  font-family: "MarkGEO-Regular";
  color: #4b4a4a;
}

.team-container .ourTeam .team-member {
  margin-left: -30px;
}

.team-container .ourTeam .team-member li {
  padding-left: 30px;
}

.team-container .ourTeam .team-member li article {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.team-container .ourTeam .team-member li article h2 {
  font-size: 18px;
  font-family: "MarkGEOCAPSBold";
  margin: 0;
}

.team-container .ourTeam .team-member li article p {
  font-size: 15px;
  font-family: "MarkGEOCAPSLight";
  margin-top: 0;
}

.team-container .ourTeam .team-member li article .team-img {
  position: relative;
  overflow: hidden;
}

.team-container .ourTeam .team-member li article .team-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 96.15385%;
}

.team-container .ourTeam .team-member li article .team-img .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-container .ourTeam .team-member li article .team-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.team-container .ourTeam .team-member li article:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.team-container .ourTeam .seeAll {
  text-align: right;
  padding: 40px 0;
  font-family: "MarkGEO-Regular";
  font-size: 14px;
}

.team-container .ourTeam .seeAll a {
  color: #4b4a4a;
  text-decoration: none;
}

.teams-container {
  background-color: #f5f5f5;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .teams-container .container {
    margin: 0;
  }
}

.teams-container .uk-card-default {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.teams-container .left-tab {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media (max-width: 1200px) {
  .teams-container .left-tab {
    padding-bottom: 30px;
  }
}

.teams-container .left-tab .fas-switcher {
  margin-left: 0;
  padding-bottom: 64px;
}

@media (max-width: 640px) {
  .teams-container .left-tab .fas-switcher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}

.teams-container .left-tab .uk-active {
  position: relative;
}

.teams-container .left-tab .uk-active a {
    background-color: var(--mainColor);
    color: white;
}

.teams-container .left-tab li:first-child {
  border-left: 1px solid #e1e1e1;
}

.teams-container .left-tab a {
  display: block;
  padding: 0 40px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background-color: white;
  padding: 12px 40px;
  font-family: "MarkGEOCAPSBold";
  font-size: 15px;
  color: #4b4a4a;
  text-decoration: none;
}

.teams-container p {
  font-size: 16px;
  font-family: "MarkGEO-Regular";
  padding-top: 38px;
}

@media (max-width: 640px) {
  .teams-container p {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.right-tab {
  width: 545px;
  padding: 27px 23px;
  background: white;
  border: 1px solid #e1e1e1;
}

@media (max-width: 1200px) {
  .right-tab {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .right-tab {
    display: none;
  }
}

.right-tab div {
  padding-left: 20px;
}

.right-tab div .doc-cover {
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}

.right-tab div .doc-cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.91304%;
}

.right-tab div .doc-cover .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.right-tab * + .uk-grid-margin,
.right-tab .uk-grid + .uk-grid,
.right-tab .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}

.teamsModal {
  padding-left: 7%;
  padding-right: 7%;
}

.teamsModal .uk-modal-dialog {
  width: auto;
  padding: 33px 12px;
}

.teamsModal .uk-modal-dialog .uk-modal-header {
  border: none;
}

.teamsModal .uk-modal-dialog .uk-modal-body {
  padding: 0;
  padding-top: 20px;
}

.teamsModal .uk-modal-dialog .uk-modal-body div {
  text-align: center;
}

.teamsModal .uk-modal-dialog .uk-modal-footer {
  border: none;
}

.teamsModal .modalActiveButton {
  background-color: var(--mainColor);
  color: white;
  padding: 11px 17px;
  border-radius: 50%;
  border: none;
}

.teamsModal .modalDisabledButton {
  background-color: white;
  color: var(--mainColor);
  padding: 10px 16px;
  border-radius: 50%;
  border: 1px solid var(--mainColor);
  text-decoration: none;
}

.fasSwitcherResponsive {
  background-color: #df2028;
  color: white;
  display: none;
  position: relative;
}

@media (max-width: 640px) {
  .fasSwitcherResponsive {
    display: block;
  }
}

.fasSwitcherResponsive a {
  background-color: #df2028 !important;
  color: white !important;
}

@media (max-width: 640px) {
  .fasSwitcherResponsive a span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
    color: white !important;
  }
}

.grey-container {
  background-color: #f5f5f5;
}

.centralLevel .central-level {
  padding-top: 55px;
}

.centralLevel .central-level .centralLevelGrid {
  padding-top: 30px;
}

.centralLevel .central-level .centralLevelGrid ul {
  margin-left: -30px;
}

.centralLevel .central-level .centralLevelGrid ul li {
  margin-bottom: 22px;
  padding-left: 30px;
}

.centralLevel .central-level .centralLevelGrid ul li a {
  padding: 11px 9px;
}

#matrix {
  padding-top: 55px;
}

#matrix .matrix {
  padding-top: 56px;
}

.audit-champs:hover {
  color: white;
  background-color: var(--mainColor);
}

.main-slider {
  margin-left: 7%;
  z-index: 0;
}

@media (max-width: 640px) {
  .main-slider {
    margin: 0;
  }
}

.main-slider .uk-slideshow {
  position: relative;
}

.main-slider .uk-slideshow .uk-slideshow-nav {
  position: absolute;
  bottom: 44px;
  left: 23px;
}

.main-slider .uk-slideshow .uk-dotnav > .uk-active > * {
  background-color: white;
}

.main-slider .uk-slideshow .uk-dotnav > * > * {
  background: #4d4849;
}

.main-slider .uk-slideshow .uk-position-left {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  max-width: 735px;
  left: 100px;
}

.main-slider .uk-slideshow .uk-position-left h2 {
  font-size: 40px;
  font-family: "MarkGEOCAPSBold";
}

@media (max-width: 640px) {
  .main-slider .uk-slideshow .uk-position-left h2 {
    font-size: 22px;
  }
}

.main-slider .uk-slideshow .uk-position-left p {
  font-size: 16px;
  font-family: "MarkGEO-Regular";
  text-align: left;
}

@media (max-width: 640px) {
  .main-slider .uk-slideshow .uk-position-left p {
    display: none;
  }
}

.main-slider .usefulLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: -100px;
}

@media (max-width: 640px) {
  .main-slider .usefulLinks {
    margin: 0;
  }
}

.main-slider .usefulLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

@media (max-width: 640px) {
  .main-slider .usefulLinks ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

.main-slider .usefulLinks ul li {
  padding: 57px 37px;
  max-width: 351px;
  min-width: 320px;
  min-height: 175px;
  font-size: 14px;
  font-family: "MarkGEOCAPSBold";
  position: relative;
  -webkit-filter: grayscale(0.3);
          filter: grayscale(0.3);
}

@media (max-width: 640px) {
  .main-slider .usefulLinks ul li {
    padding: 17px;
    max-width: 100%;
    min-width: 100%;
    min-height: 91px;
  }
}

.main-slider .usefulLinks ul li .uk-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  color: #a5a5a5;
}

@media (max-width: 640px) {
  .main-slider .usefulLinks ul li .uk-icon {
    bottom: 13px;
  }
}

.main-slider .usefulLinks ul li .uk-icon:hover {
  background-color: var(--mainColor);
  color: white;
  border: 1px solid var(--mainColor);
}

.main-slider .usefulLinks ul li img {
  padding-right: 20px;
}

.main-slider .usefulLinks ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  text-decoration: none;
}

.main-slider .usefulLinks ul li:first-child {
  background-color: #f7f7f7;
}

.main-slider .usefulLinks ul li:nth-child(2) {
  background-color: #ebebeb;
}

.main-slider .usefulLinks ul li:nth-child(3) {
  background-color: #e1e1e1;
}

.main-slider .usefulLinks ul li:nth-child(4) {
  background-color: var(--mainColor);
  background-image: url(../images/layer.png);
  background-repeat: no-repeat;
  background-position: right;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .main-slider .usefulLinks ul li:nth-child(4) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.main-slider .usefulLinks ul li:nth-child(4) a {
  color: white;
}

.count-container {
  background-image: url(../images/architecture-1448221_1920.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.count-container .countbox {
  color: white;
  font-family: "MarkGEOCAPSBold";
  text-align: center;
  border-right: 1px solid #6d6d6d;
  padding: 150px 20px 145px;
}

.count-container .countbox:hover {
  background: rgba(255, 255, 255, 0.1);
}

.count-container .countbox:hover span {
  color: var(--mainColor);
}

.count-container .countbox:last-child {
  border: none;
}

.count-container .countbox span {
  font-size: 48px;
}

.count-container .countbox p {
  font-size: 14px;
}

.allNews {
  padding-bottom: 30px;
  font-size: 14px;
  display: block;
  text-align: right;
  font-family: "MarkGEO-Regular";
  color: #4b4a4a;
}

.allNews:hover {
  color: #4b4a4a;
  text-decoration: none;
}

.calendarEvent {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 27px;
  color: #4b4a4a;
  margin-left: 40px;
}

@media (max-width: 1200px) {
  .calendarEvent {
    margin-bottom: 6px;
  }
}

.calendarEvent::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 17px;
  left: 0;
  top: 0;
  background-color: var(--mainColor);
}

.mainPageContent {
  position: relative;
}

.mainPageContent .scMedia {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainPageContent .scMedia a {
  padding-bottom: 10px;
}

.mainPageContent .land-and-search {
  position: absolute;
  left: 0;
  width: 80px;
  top: 0;
  text-align: center;
  min-height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 640px) {
  .mainPageContent .land-and-search {
    display: none;
  }
}

.mainPageContent .land-and-search > a {
  margin-bottom: 60px;
  margin-left: 6px;
}

.mainPageContent .land-and-search > a:hover svg {
    color: var(--mainColor);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainPageContent .land-and-search ul {
  padding-left: 0;
  margin-top: 0;
}

.mainPageContent .land-and-search ul li:first-child a {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e1e1e1;
}

.mainPageContent .land-and-search ul a {
  display: inline-block;
  font-size: 14px;
  color: #4b4a4a;
  padding-left: 0;
  padding-right: 6px;
}

.mainPageContent .land-and-search ul a.active {
    color: var(--mainColor);
    cursor: default;
}

.mainPageContent .land-and-search ul a:hover {
    text-decoration: none;
    color: var(--mainColor);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 640px) {
  .mainPageNews {
    margin: 20px 0 !important;
  }
}

.mainPageNews .section-title {
  padding: 0 19px;
}

.mainPageNews .uk-width-1-4 {
  display: none;
}
/*# sourceMappingURL=main.css.map */