/* Base
======================================================================================================================= */
a, a:active, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

body {
  height: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: initial;
}

body.modal-visible {
  position: relative;
  overflow: hidden;
}

/* Titles
======================================================================================================================= */
.title-primary {
  font-family: "Chronicle Semibold";
  font-size: 94px;
  position: relative;
  z-index: 2;
  color: #162532;
}

.title-shadow {
  position: absolute;
  top: -3rem;
  left: -1.8rem;
  font-size: 158px;
  width: 100%;
  height: 100%;
  color: rgba(22, 37, 50, 0.1);
  z-index: 0;
  font-family: "Geometria Bold";
  white-space: nowrap;
}

@media screen and (max-width: 1199.98px) {
  .title-primary {
    font-size: 84px;
  }
  .title-shadow {
    top: -1.4rem;
    left: -1.4rem;
    font-size: 128px;
  }
}

@media screen and (max-width: 991.98px) {
  .title-primary {
    font-size: 76px;
  }
  .title-shadow {
    top: -1rem;
    left: -1rem;
    font-size: 108px;
  }
}

@media screen and (max-width: 575.98px) {
  .title-primary {
    font-size: 40px;
  }
  .title-shadow {
    top: -.2rem;
    left: -.8rem;
    font-size: 62px;
  }
}

/* Sweet alert
======================================================================================================================= */
.swal2-styled.swal2-confirm {
  background: #4A4F54 !important;
  border-radius: 0 !important;
}

.swal2-styled:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal2-popup {
  border-radius: 0 !important;
}

/* Animations
======================================================================================================================= */
@-webkit-keyframes loading {
  0% {
    right: 100%;
  }
  75%, 100% {
    right: 0;
  }
}
@keyframes loading {
  0% {
    right: 100%;
  }
  75%, 100% {
    right: 0;
  }
}

@-webkit-keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: 200px;
  }
}

@keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: 200px;
  }
}

@-webkit-keyframes moveDown {
  from {
    top: 5%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes moveDown {
  from {
    top: 5%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@-webkit-keyframes moveDownBackward {
  from {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 5%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveDownBackward {
  from {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 5%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveUp {
  from {
    top: 95%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes moveUp {
  from {
    top: 95%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@-webkit-keyframes moveUpBackward {
  from {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 95%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveUpBackward {
  from {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 95%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes makeCross1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}

@keyframes makeCross1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}

@-webkit-keyframes makeCross1Backward {
  from {
    top: 50%;
    -webkit-transform: rotate(40deg) translateY(-50%);
            transform: rotate(40deg) translateY(-50%);
  }
  to {
    top: 50%;
    -webkit-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
  }
}

@keyframes makeCross1Backward {
  from {
    top: 50%;
    -webkit-transform: rotate(40deg) translateY(-50%);
            transform: rotate(40deg) translateY(-50%);
  }
  to {
    top: 50%;
    -webkit-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
  }
}

@-webkit-keyframes makeCross2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}

@keyframes makeCross2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}

@-webkit-keyframes makeCross2Backward {
  from {
    top: 50%;
    -webkit-transform: rotate(-40deg) translateY(-50%);
            transform: rotate(-40deg) translateY(-50%);
  }
  to {
    top: 50%;
    -webkit-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
  }
}

@keyframes makeCross2Backward {
  from {
    top: 50%;
    -webkit-transform: rotate(-40deg) translateY(-50%);
            transform: rotate(-40deg) translateY(-50%);
  }
  to {
    top: 50%;
    -webkit-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
  }
}

/* Fonts
======================================================================================================================= */
@font-face {
  font-family: 'Geometria Thin';
  src: local("Geometria Thin"), url("../fonts/Geometria-Thin.otf");
}

@font-face {
  font-family: 'Geometria Bold';
  src: local("Geometria Bold"), url("../fonts/Geometria-Bold.otf");
}

@font-face {
  font-family: 'Chronicle Bold';
  src: local("Chronicle Bold"), url("../fonts/Chronicle-Bold.otf");
}

@font-face {
  font-family: 'Chronicle Semibold';
  src: local("Chronicle Semibold"), url("../fonts/Chronicle-Semibold.otf");
}

@font-face {
  font-family: 'Chronicle Roman';
  src: local("Chronicle Roman"), url("../fonts/Chronicle-Roman.otf");
}

@font-face {
  font-family: 'Neue Regular';
  src: local("Neue Regular"), url("../fonts/Neue-Regular.ttf");
}

@font-face {
  font-family: 'Neue Semibold';
  src: local("Neue Semibold"), url("../fonts/Neue-Semibold.ttf");
}

@font-face {
  font-family: 'Neue Bold';
  src: local("Neue Bold"), url("../fonts/Neue-Bold.ttf");
}

/* Header
======================================================================================================================= */
.header {
  background-color: #162532;
  color: #F1F1F2;
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10rem;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0;
}

.header.active {
  height: 80px;
  background-color: rgba(74, 79, 84, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.header.active .header-logo {
  width: 206px;
}

.header .header-logo {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 246px;
}

.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-menu, .header .header-socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu-item {
  text-transform: uppercase;
  margin: 0 0 0 2rem;
  font-family: "Geometria Thin";
  font-size: 14px;
  line-height: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.header .menu-item:hover {
  font-family: "Geometria Bold";
}

.header .header-socialmedia {
  margin: 0 0 .2rem .6rem;
}

.header .socialmedia-item {
  line-height: 1;
  margin: 0 0 0 1.4rem;
}

.header .socialmedia-icon {
  height: 16px;
}

.header .toggle, .header label {
  display: none;
}

@media screen and (max-width: 1199.98px) {
  .header {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 991.98px) {
  .header label {
    cursor: pointer;
    display: block;
    height: 12px;
    margin: 0;
    position: relative;
    z-index: 20;
  }
  .header .line {
    background-color: #F1F1F2;
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    width: 20px;
  }
  .header .line:first-child {
    -webkit-animation: makeCross1Backward .3s ease 0s 1 forwards, moveDownBackward .3s ease .3s 1 forwards;
            animation: makeCross1Backward .3s ease 0s 1 forwards, moveDownBackward .3s ease .3s 1 forwards;
    top: 5%;
  }
  .header .line:nth-child(2) {
    top: 50%;
  }
  .header .line:last-child {
    -webkit-animation: makeCross2Backward .3s ease 0s 1 forwards, moveUpBackward .3s ease .3s 1 forwards;
            animation: makeCross2Backward .3s ease 0s 1 forwards, moveUpBackward .3s ease .3s 1 forwards;
    top: 95%;
  }
  .header .toggle:checked ~ label > span:first-child {
    -webkit-animation: moveDown .3s ease 0s 1 forwards, makeCross1 .3s ease .3s 1 forwards;
            animation: moveDown .3s ease 0s 1 forwards, makeCross1 .3s ease .3s 1 forwards;
  }
  .header .toggle:checked ~ label > span:nth-child(2) {
    opacity: 0;
  }
  .header .toggle:checked ~ label > span:last-child {
    -webkit-animation: moveUp .3s ease 0s 1 forwards, makeCross2 .3s ease .3s 1 forwards;
            animation: moveUp .3s ease 0s 1 forwards, makeCross2 .3s ease .3s 1 forwards;
  }
  .header .toggle:checked ~ ul {
    height: 100vh;
  }
  .header .header-menu {
    background-color: #162532;
    color: #F1F1F2;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 0;
    left: 0;
    top: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition: height .8s ease-out;
    transition: height .8s ease-out;
    width: 100%;
    z-index: 10;
  }
  .header .menu-item {
    margin: 15px 20px;
    text-align: center;
  }
  .header .header-socialmedia {
    margin: 2rem 0 0 0;
  }
  .header .socialmedia-item {
    margin: 0 1rem;
  }
}

@media screen and (max-width: 767.98px) {
  .header.active .header-logo {
    width: 176px;
  }
  .header .header-logo {
    width: 216px;
  }
}

@media screen and (max-width: 575.98px) {
  .header {
    height: 80px;
    padding: 0 1.5rem;
  }
  .header.active .header-logo {
    width: 126px;
  }
  .header .header-logo {
    width: 156px;
  }
}

/* Footer
======================================================================================================================= */
.footer {
  background-color: #4A4F54;
  padding: 4rem 4rem 8rem 4rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 20% 30% 20%;
      grid-template-columns: 30% 20% 30% 20%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer::after {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background-color: #FFFFFF;
  content: "";
}

.footer .footer-figure {
  position: relative;
}

.footer .footer-logo {
  width: 300px;
}

.footer .footer-layer {
  position: absolute;
  top: 25px;
  left: 270px;
  width: 80px;
  opacity: .4;
}

.footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footer-menu__item, .footer .footer-text {
  color: #F1F1F2;
  font-family: "Geometria Thin";
  font-weight: bold;
  font-size: 20px;
}

.footer .footer-text {
  margin: 0;
}

.footer .newsletter-form {
  margin: 5px 0 0 0;
}

.footer .input-control {
  width: 70%;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #FFFFFF;
  height: 46px;
  padding: 10px;
  margin: 0 0 1rem 0;
  font-family: "Chronicle Roman";
  font-weight: 300;
  font-size: 24px;
  color: #FFFFFF;
}

.footer .input-control:focus {
  outline: 0;
}

.footer .input-control::-webkit-input-placeholder {
  color: rgba(241, 241, 242, 0.9);
  opacity: 1;
}

.footer .input-control:-ms-input-placeholder {
  color: rgba(241, 241, 242, 0.9);
  opacity: 1;
}

.footer .input-control::-ms-input-placeholder {
  color: rgba(241, 241, 242, 0.9);
  opacity: 1;
}

.footer .input-control::placeholder {
  color: rgba(241, 241, 242, 0.9);
  opacity: 1;
}

.footer .input-submit {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.footer .input-submit img {
  width: 14px;
}

.footer .footer-social {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.footer .social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.footer .social-menu__item img {
  height: 30px;
}

@media screen and (max-width: 1199.98px) {
  .footer {
    padding: 4rem 2rem 8rem 2rem;
    -ms-grid-columns: 30% 20% 40% 10%;
        grid-template-columns: 30% 20% 40% 10%;
  }
  .footer .footer-logo {
    width: 240px;
  }
  .footer .footer-layer {
    display: none;
  }
  .footer .social-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .social-menu__item img {
    display: block;
    margin: 1rem auto;
  }
}

@media screen and (max-width: 991.98px) {
  .footer {
    -ms-grid-columns: 30% 20% 40% 10%;
        grid-template-columns: 30% 20% 40% 10%;
  }
  .footer .footer-logo {
    width: 190px;
  }
  .footer .footer-menu__item, .footer .footer-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.98px) {
  .footer {
    display: block;
    text-align: center;
  }
  .footer .footer-logo {
    width: 240px;
  }
  .footer .footer-menu, .footer .footer-newsletter, .footer .social-menu {
    margin: 2rem 0 0 0;
  }
  .footer .footer-newsletter {
    text-align: left;
  }
  .footer .footer-text {
    text-align: center;
  }
  .footer .input-control {
    margin: 0 0 0 4rem;
  }
  .footer .social-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .social-menu__item img {
    display: block;
    margin: 0 1rem;
  }
}

@media screen and (max-width: 575.98px) {
  .footer {
    padding: 4rem 2rem 7rem 2rem;
  }
  .footer .footer-menu__item, .footer .footer-text {
    font-size: 16px;
  }
  .footer .input-control {
    width: 84%;
    font-size: 14px;
    margin: 0;
  }
  .footer .social-menu__item img {
    height: 24px;
  }
}

/* Banner
======================================================================================================================= */
.banner {
  background-image: url("../img/bg/bg-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin: 109px 0 0 0;
  padding: 4rem 0 13rem 0;
  color: #F1F1F2;
  overflow: hidden;
}

.banner .banner-title {
  text-align: center;
  font-family: "Chronicle Roman";
  font-size: 100px;
  text-transform: uppercase;
  text-shadow: 0 0 20px #162532, 0 0 24px #162532;
}

.banner .banner-subtitle {
  width: 420px;
  font-family: "Neue Regular";
  word-spacing: .8rem;
  font-size: 34px;
  margin: 5rem 0 0 13vw;
  text-shadow: 0 0 10px #162532;
}

@media screen and (max-width: 991.98px) {
  .banner {
    padding: 5rem 0 10rem 0;
  }
  .banner .banner-title {
    font-size: 78px;
  }
  .banner .banner-subtitle {
    font-size: 30px;
    margin: 5rem 0 0 10vw;
  }
}

@media screen and (max-width: 575.98px) {
  .banner {
    background-position: 70% 50%;
    margin: 76px 0 0 0;
    padding: 4rem 0 6rem 0;
  }
  .banner .banner-title {
    font-size: 48px;
  }
  .banner .banner-subtitle {
    font-size: 20px;
    width: 90%;
    margin: 3rem auto 0 auto;
    text-align: center;
    word-spacing: 0;
  }
}

/* About Us
======================================================================================================================= */
.aboutus {
  position: relative;
  padding: 5rem 0 0 0;
}

.aboutus .bg {
  width: 100%;
  position: absolute;
  top: 20rem;
  height: 1700px;
}

.aboutus .aboutus-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% auto;
      grid-template-columns: 40% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutus .aboutus-image {
  width: 220px;
  margin: 0 0 0 8rem;
}

.aboutus .aboutus-header__title {
  position: relative;
}

.aboutus .title-primary {
  padding: 3rem 0 0 0;
}

.aboutus .aboutus-content {
  margin: 6rem 0 0 0;
  overflow: hidden;
}

.aboutus .aboutus-item {
  width: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.aboutus .aboutus-item span {
  font-family: "Neue Bold";
}

.aboutus .aboutus-item:nth-child(1) {
  margin: 0 0 2rem 18vw;
  width: 620px;
}

.aboutus .aboutus-item:nth-child(2) {
  margin: 0 0 2rem 24vw;
}

.aboutus .aboutus-item:nth-child(3) {
  margin: 0 0 2rem 30vw;
}

.aboutus .aboutus-item__image {
  width: 4px;
}

.aboutus .aboutus-item__text {
  font-family: "Neue Regular";
  font-size: 24px;
  line-height: 30px;
  text-align: justify;
  color: #323E48;
  margin: 0;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 1199.98px) {
  .aboutus .aboutus-header {
    -ms-grid-columns: 30% auto;
        grid-template-columns: 30% auto;
  }
  .aboutus .aboutus-image {
    width: 160px;
    margin: 0 0 0 4rem;
  }
  .aboutus .aboutus-item {
    width: 680px;
  }
  .aboutus .aboutus-item:nth-child(1) {
    margin: 0 0 2rem 10vw;
  }
  .aboutus .aboutus-item:nth-child(2) {
    margin: 0 0 2rem 18vw;
  }
  .aboutus .aboutus-item:nth-child(3) {
    margin: 0 0 2rem 26vw;
  }
}

@media screen and (max-width: 991.98px) {
  .aboutus .bg {
    top: 26rem;
    height: 1400px;
  }
  .aboutus .aboutus-image {
    width: 120px;
    margin: 0 0 0 2rem;
  }
  .aboutus .aboutus-item {
    width: 520px;
  }
  .aboutus .aboutus-item:nth-child(1) {
    margin: 0 0 2rem 8vw;
    width: 520px;
  }
  .aboutus .aboutus-item:nth-child(2) {
    margin: 0 0 2rem 16vw;
  }
  .aboutus .aboutus-item:nth-child(3) {
    margin: 0 0 2rem 24vw;
  }
  .aboutus .aboutus-item__text {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .aboutus .bg {
    top: 40rem;
    height: 1050px;
  }
  .aboutus .aboutus-header__title {
    margin: 0 0 0 3rem;
  }
  .aboutus .aboutus-header {
    display: block;
  }
  .aboutus .aboutus-image {
    display: none;
  }
  .aboutus .aboutus-content {
    margin: 4rem 0 0 0;
  }
  .aboutus .aboutus-item {
    width: 100%;
  }
  .aboutus .aboutus-item:nth-child(1) {
    width: 100%;
  }
  .aboutus .aboutus-item:nth-child(1), .aboutus .aboutus-item:nth-child(2), .aboutus .aboutus-item:nth-child(3) {
    margin: 0 0 2rem 2rem;
  }
  .aboutus .aboutus-item__text {
    padding: 0 0 0 25px;
    width: 88%;
  }
}

@media screen and (max-width: 575.98px) {
  .aboutus {
    padding: 3rem 0 0 0;
  }
  .aboutus .bg {
    top: 36rem;
    height: 780px;
  }
  .aboutus .aboutus-header__title {
    margin: 0 0 0 1rem;
  }
  .aboutus .title-primary {
    padding: 2rem 0 0 0;
  }
  .aboutus .aboutus-content {
    margin: 2rem 0 0 0;
  }
  .aboutus .aboutus-item {
    width: 90%;
  }
  .aboutus .aboutus-item:nth-child(1), .aboutus .aboutus-item:nth-child(2), .aboutus .aboutus-item:nth-child(3) {
    width: 90%;
    margin: 0 auto 1rem auto;
  }
  .aboutus .aboutus-item__text {
    width: 100%;
    padding: 0 0 0 1rem;
    font-size: 14px;
  }
}

@media screen and (max-width: 342px) {
  .aboutus .bg {
    height: 880px;
  }
}

/* Our Approach
======================================================================================================================= */
.approach {
  position: relative;
  z-index: 2;
  height: 1026px;
  padding: 5rem 0 0 0;
  margin: 7rem 0 0 0;
  overflow: hidden;
}

.approach .approach-header {
  position: relative;
  margin: 0 0 0 5rem;
}

.approach .title-primary {
  padding: 3rem 0 0 0;
}

.approach .aprroach-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0 4rem;
  margin: 6rem 0 0 0;
}

.approach .approach-content__item {
  position: relative;
}

.approach .item-circle {
  width: 200px;
  height: 200px;
  background-color: #162532;
  border-radius: 50%;
  position: relative;
  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;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  z-index: 2;
}

.approach .item-circle:hover {
  background-color: #415364;
}

.approach .item-circle:hover .item-image {
  opacity: 0;
}

.approach .item-circle:hover .item-title {
  opacity: 1;
}

.approach .item-circle:hover + .item-content {
  opacity: 1;
  top: 17rem;
}

.approach .item-image {
  height: 100px;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.approach .item-image.up {
  margin: -10px 0 0 0;
}

.approach .item-title {
  position: absolute;
  color: #F1F1F2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Chronicle Bold";
  font-size: 32px;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.approach .item-content {
  width: 32vw;
  background-color: #415364;
  position: absolute;
  top: 14rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #F1F1F2;
  padding: 2rem;
}

.approach .item-content::before {
  position: absolute;
  width: 4px;
  height: 5rem;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #415364;
  content: "";
}

.approach .item-content__title {
  margin: 0;
  font-family: "Chronicle Semibold";
  font-size: 28px;
  line-height: 30px;
}

.approach .item-content__text {
  margin: 1rem 0 0 0;
  font-size: 22px;
  line-height: 28px;
  font-family: "Neue Regular";
}

@media screen and (max-width: 1199.98px) {
  .approach .item-circle {
    width: 180px;
    height: 180px;
  }
  .approach .item-circle:hover + .item-content {
    top: 15rem;
  }
  .approach .item-image {
    height: 90px;
  }
  .approach .item-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 991.98px) {
  .approach {
    height: 982px;
  }
  .approach .item-circle {
    width: 140px;
    height: 140px;
  }
  .approach .item-circle:hover + .item-content {
    top: 12rem;
  }
  .approach .item-image {
    height: 60px;
  }
  .approach .item-title {
    font-size: 20px;
  }
  .approach .item-content {
    padding: 1.6rem;
  }
  .approach .item-content__title {
    font-size: 26px;
  }
  .approach .item-content__text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .approach {
    margin: 3rem 0 0 0;
  }
  .approach .approach-header {
    margin: 0 0 0 3rem;
  }
  .approach .aprroach-content {
    display: block;
    padding: 0 2rem;
    margin: 4rem 0 0 0;
  }
  .approach .approach-content__item {
    margin: 0 0 2rem 0;
  }
  .approach .item-circle {
    width: 100%;
    height: 90px;
    border-radius: 0;
  }
  .approach .item-circle:hover {
    margin: 0 0 13rem 0;
  }
  .approach .item-circle:hover .item-image {
    opacity: 1;
  }
  .approach .item-circle:hover + .item-content {
    top: 6rem;
  }
  .approach .item-image {
    height: 40px;
  }
  .approach .item-title {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: none;
            transform: none;
    margin: 0 0 0 1rem;
    opacity: 1;
  }
  .approach .item-content {
    width: 100%;
    top: 0rem;
    padding: 1.2rem;
  }
  .approach .item-content::before {
    display: none;
  }
  .approach .item-content__title {
    font-size: 22px;
  }
  .approach .item-content__text {
    font-size: 16px;
    line-height: 22px;
    margin: .6rem 0 0 0;
  }
}

@media screen and (max-width: 575.98px) {
  .approach {
    padding: 3rem 0 0 0;
    margin: 0;
    height: 800px;
  }
  .approach .approach-header {
    margin: 0 0 0 1rem;
  }
  .approach .title-primary {
    padding: 2rem 0 0 0;
  }
  .approach .aprroach-content {
    padding: 0;
    width: 90%;
    margin: 3rem auto 0 auto;
  }
  .approach .approach-content__item {
    margin: 0 0 1rem 0;
  }
  .approach .item-circle {
    height: 80px;
  }
  .approach .item-circle:hover {
    margin: 0 0 14rem 0;
  }
  .approach .item-circle:hover + .item-content {
    top: 5.4rem;
  }
  .approach .item-image {
    height: 30px;
  }
  .approach .item-title {
    font-size: 18px;
  }
  .approach .item-content {
    padding: 1rem;
  }
  .approach .item-content__title {
    font-size: 18px;
    line-height: 24px;
  }
  .approach .item-content__text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 342px) {
  .approach {
    height: 840px;
  }
}

/* Our Investments
======================================================================================================================= */
.investments {
  position: relative;
  padding: 5rem 0 0 0;
  margin: 5rem 0 0 0;
  overflow: hidden;
}

.investments::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  left: 0;
  top: 38rem;
  background-color: #162532;
  z-index: -1;
}

.investments .investments-header {
  position: relative;
  margin: 0 0 0 5rem;
}

.investments .title-primary {
  padding: 3rem 0 0 0;
}

.investments .investments-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem auto 0 auto;
  width: 900px;
  padding: 0;
}

.investments .investments-tabs__item {
  display: inline-block;
  margin: 0 1rem;
  width: 180px;
  height: 36px;
  background-color: rgba(74, 79, 84, 0.3);
  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;
  color: #162532;
  font-family: "Chronicle Semibold";
  font-size: 22px;
  cursor: pointer;
}

.investments .investments-tabs__item:hover, .investments .investments-tabs__item.active {
  background-color: #415364;
  color: #F1F1F2;
}

.investments .investments-content {
  width: 1160px;
  margin: 2rem auto 0 auto;
}

.investments .swiper-container {
  padding: 0;
}

.investments .swiper-button-next, .investments .swiper-button-prev {
  top: 40%;
  z-index: 5;
}

.investments .swiper-button-next::after, .investments .swiper-button-prev::after {
  content: "";
}

.investments .swiper-button-prev {
  left: -2rem;
}

.investments .swiper-button-next {
  right: -2rem;
}

.investments .investments-content__box {
  position: relative;
}

.investments .investments-content__box.active {
  display: block;
}

.investments .investments-content__box.hide {
  display: none;
}

.investments .investments-content__item {
  background-color: #FFFFFF;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
  padding: 1.8rem 1rem;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 1;
  width: 360px;
  margin: 1rem auto;
}

.investments .investments-content__item.hide {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.investments .item-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% auto;
      grid-template-columns: 65% auto;
  gap: 0 1rem;
}

.investments .item-header__title {
  font-family: "Chronicle Semibold";
  font-size: 32px;
  line-height: 32px;
  height: 65px;
  overflow: hidden;
}

.investments .item-press-header__title {
  font-family: "Chronicle Semibold";
  font-size: 2rem;
  line-height: 32px;
  height: 65px;
  overflow: hidden;
}

.investments .item-header__map {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.investments .item-header-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.investments .item-header__marker {
  width: 10px;
  margin: 3px 0 0 0;
}

.investments .item-header__subtitle {
  font-family: "Geometria Thin";
  font-weight: bold;
  color: rgba(50, 62, 72, 0.6);
  font-size: 18px;
  margin: 0 0 0 10px;
}

.investments .item-image {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1rem 0 0 0;
}

.investments .item-image-press {
  width: 100%;
  height: 225px;
  margin: 1rem 0 0 0;
}

.investments .item-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.4rem 0 0 auto;
  font-size: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-family: "Chronicle Semibold";
  color: #323E48;
  background-color: rgba(255, 255, 255, 0);
}

.investments .item-button img {
  width: 12px;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 1199.98px) {
  .investments .investments-content {
    width: 900px;
  }
}

@media screen and (max-width: 991.98px) {
  .investments {
    margin: 2rem 0 0 0;
  }
  .investments .investments-tabs {
    width: 700px;
  }
  .investments .investments-tabs__item {
    margin: 0 .6rem;
    font-size: 20px;
  }
  .investments .investments-content {
    width: 600px;
  }
}

@media screen and (max-width: 767.98px) {
  .investments {
    margin: 0;
  }
  .investments .investments-header {
    margin: 0 0 0 3rem;
  }
  .investments .investments-tabs {
    margin: 2rem auto 0 auto;
    width: 90%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 0 1rem;
  }
  .investments .investments-tabs__item {
    width: 160px;
    margin: 0 auto 1rem auto;
  }
  .investments .investments-content {
    width: 470px;
  }
}

@media screen and (max-width: 575.98px) {
  .investments {
    padding: 3rem 0 0 0;
  }
  .investments::before {
    top: 32rem;
  }
  .investments .investments-header {
    margin: 0 0 0 1rem;
  }
  .investments .title-primary {
    padding: 2rem 0 0 0;
  }
  .investments .investments-tabs__item {
    width: 140px;
    font-size: 16px;
  }
  .investments .investments-content {
    width: 86%;
  }
  .investments .investments-content__item {
    width: 305px;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  }
  .investments .swiper-button-next img, .investments .swiper-button-prev img {
    width: 15px;
  }
  .investments .swiper-button-prev {
    left: -1.4rem;
  }
  .investments .swiper-button-next {
    right: -1.4rem;
  }
  .investments .item-header {
    -ms-grid-columns: 75% auto;
        grid-template-columns: 75% auto;
  }
  .investments .item-header__title {
    font-size: 28px;
  }
  .investments .item-header__map {
    width: 90%;
  }
  .investments .item-header__subtitle {
    font-size: 14px;
  }
  .investments .item-image {
    height: 190px;
  }
  .investments .item-button {
    font-size: 20px;
  }
  .investments .item-button img {
    width: 10px;
  }
}

/* Our Experience
======================================================================================================================= */
.experience {
  padding: 5rem 0 0 0;
  margin: 8rem 0 0 0;
  overflow: hidden;
}

.experience .experience-header {
  position: relative;
  margin: 0 0 0 5rem;
}

.experience .title-primary {
  padding: 3rem 0 0 0;
}

.experience .experience-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 8rem 0 0 0;
}

.experience .experience-item {
  position: relative;
  margin: 0 0 2rem 0;
}

.experience .item-title {
  font-family: "Chronicle Semibold";
  font-size: 32px;
  width: 310px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.experience .item-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  font-family: "Geometria Bold";
  font-size: 180px;
  color: rgba(22, 37, 50, 0.1);
}

@media screen and (max-width: 1199.98px) {
  .experience .item-title {
    font-size: 30px;
    width: 300px;
  }
  .experience .item-number {
    font-size: 160px;
  }
}

@media screen and (max-width: 991.98px) {
  .experience {
    margin: 2rem 0 0 0;
  }
  .experience .item-title {
    font-size: 24px;
    width: 220px;
  }
  .experience .item-number {
    font-size: 120px;
  }
}

@media screen and (max-width: 767.98px) {
  .experience {
    margin: 0;
  }
  .experience .experience-header {
    margin: 0 0 0 3rem;
  }
  .experience .experience-content {
    display: block;
    margin: 4rem 0 0 0;
  }
  .experience .experience-item {
    position: relative;
    margin: 0 0 5rem 0;
    text-align: center;
  }
  .experience .experience-item:last-child {
    margin: 0 0 2rem 0;
  }
  .experience .item-title {
    font-size: 28px;
    width: 260px;
    margin: 0 auto;
  }
  .experience .item-number {
    top: 60%;
    font-size: 140px;
  }
}

@media screen and (max-width: 575.98px) {
  .experience {
    padding: 3rem 0 0 0;
  }
  .experience .experience-header {
    margin: 0 0 0 1rem;
  }
  .experience .title-primary {
    padding: 2rem 0 0 0;
  }
  .experience .experience-item {
    margin: 0 0 4rem 0;
  }
  .experience .item-title {
    font-size: 24px;
    width: 240px;
  }
  .experience .item-number {
    top: 60%;
    font-size: 120px;
  }
}

/* Contact Us
======================================================================================================================= */
.contact {
  background-image: url("../img/bg/bg-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 90% 50%;
  margin: 10rem 0 0 0;
  padding: 5rem 0 8rem 0;
  color: #F1F1F2;
  position: relative;
  overflow: hidden;
}

.contact .contact-header {
  position: relative;
  margin: 0 0 0 22rem;
}

.contact .title-primary {
  padding: 3rem 0 0 0;
  color: #F1F1F2;
}

.contact .title-shadow {
  color: rgba(241, 241, 242, 0.1);
}

.contact .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10rem;
  margin: 3rem 0 0 0;
}

.contact .contact-form {
  width: 630px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.contact .form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 0 2rem;
  margin: 0;
}

.contact .input-control {
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #FFFFFF;
  height: 46px;
  padding: 10px;
  margin: 0 0 1rem 0;
  font-family: "Chronicle Roman";
  font-weight: 300;
  font-size: 24px;
  color: #FFFFFF;
}

.contact .input-control:focus {
  outline: 0;
}

.contact .input-control::-webkit-input-placeholder {
  color: rgba(241, 241, 242, 0.9);
  opacity: 1;
}

.contact .input-control:-ms-input-placeholder {
  color: rgba(241, 241, 242, 0.9);
  opacity: 1;
}

.contact .input-control::-ms-input-placeholder {
  color: rgba(241, 241, 242, 0.9);
  opacity: 1;
}

.contact .input-control::placeholder {
  color: rgba(241, 241, 242, 0.9);
  opacity: 1;
}

.contact .form-textarea {
  position: relative;
}

.contact .textarea-line {
  height: 1px;
  width: 100%;
  background-color: #FFFFFF;
  display: block;
  top: 37%;
  position: absolute;
}

.contact .textarea-line:nth-child(2) {
  top: 68%;
}

.contact textarea.input-control {
  resize: none;
  height: auto;
}

.contact select {
  color: rgba(241, 241, 242, 0.9);
  font-weight: lighter;
}

.contact option {
  color: #000000;
}

.contact input::-webkit-outer-spin-button,
.contact input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact input[type=number] {
  -moz-appearance: textfield;
}

.contact .input-submit {
  border: none;
  width: 100%;
  height: 36px;
  background-color: #4a4f54;
  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;
  color: #F1F1F2;
  font-family: "Chronicle Semibold";
  font-size: 22px;
  cursor: pointer;
  margin: 10px 0 0 0;
}

.contact .input-submit:hover {
  background-color: #415364;
}

.contact .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6rem auto 0 auto;
}

.contact .contact-item__image {
  width: 3px;
}

.contact .contact-item__text {
  font-size: 24px;
  line-height: 30px;
  font-family: "Chronicle Roman";
  margin: 0;
  padding: 0 0 0 1rem;
}

.contact .contact-layer {
  position: absolute;
  right: 2rem;
  bottom: 4rem;
  width: 200px;
}

@media screen and (max-width: 1199.98px) {
  .contact .contact-header {
    margin: 0 0 0 18rem;
  }
  .contact .contact-item {
    margin: 6rem 0 0 0;
  }
}

@media screen and (max-width: 991.98px) {
  .contact .contact-header {
    margin: 0 0 0 8rem;
  }
  .contact .contact-content {
    padding: 0;
    margin: 3rem 0 0 0;
  }
  .contact .contact-form {
    width: 630px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .contact .contact-item {
    margin: 6rem 0 0 2rem;
  }
  .contact .contact-layer {
    width: 140px;
  }
}

@media screen and (max-width: 767.98px) {
  .contact .contact-header {
    margin: 0 0 0 3rem;
  }
  .contact .contact-content {
    margin: 2rem 0 0 0;
  }
  .contact .contact-form {
    width: 90%;
  }
  .contact .contact-item {
    margin: 6rem 0 0 2rem;
  }
  .contact .contact-layer {
    width: 140px;
  }
}

@media screen and (max-width: 575.98px) {
  .contact {
    padding: 3rem 0 0 0;
    margin: 5rem 0 0 0;
  }
  .contact .contact-header {
    margin: 0 0 0 1rem;
  }
  .contact .title-primary {
    padding: 2rem 0 0 0;
  }
  .contact .input-control {
    font-size: 14px;
    padding: 0;
    height: 36px;
  }
  .contact textarea.input-control {
    height: 80px;
    line-height: 1.9;
  }
  .contact .input-submit {
    height: 30px;
    font-size: 20px;
    margin: 8px 0 0 0;
  }
  .contact .input-submit:hover {
    background-color: #415364;
  }
  .contact .contact-item {
    width: 90%;
    margin: 3rem auto 5rem auto;
  }
  .contact .contact-item__text {
    font-size: 16px;
    line-height: 18px;
  }
  .contact .contact-layer {
    display: none;
  }
}

/* Overlay
======================================================================================================================= */
.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -1rem;
  left: 0;
  background-color: rgba(241, 241, 242, 0.4);
  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;
  overflow: hidden;
  z-index: -100;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.overlay.active {
  top: 0;
  opacity: 1;
  z-index: 10000;
  overflow: auto;
}

.overlay .overlay-content {
  width: 1100px;
  min-height: 500px;
  background-color: #F1F1F2;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
  position: relative;
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60%;
      grid-template-columns: auto 60%;
  gap: 0 2rem;
}

.overlay .overlay-content__close {
  font-size: 28px;
  color: #415364;
  font-family: "Neue Semibold";
  border: none;
  position: absolute;
  right: 10px;
  top: -3rem;
  background-color: rgba(241, 241, 242, 0);
}

.overlay .info-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% auto;
      grid-template-columns: 70% auto;
  gap: 0 1rem;
}

.overlay .info-header__title {
  font-family: "Chronicle Semibold";
  font-size: 26px;
}

.overlay .info-header__map {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.overlay .info-header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.overlay .info-header__marker {
  width: 8px;
  margin: 2px 0 0 0;
}

.overlay .info-header__subtitle {
  font-family: "Geometria Thin";
  font-weight: bold;
  color: rgba(50, 62, 72, 0.6);
  font-size: 15px;
  margin: 0 0 0 5px;
}

.overlay .info-description {
  margin: 1rem 0 0 0;
}

.overlay .info-description__title {
  font-family: "Chronicle Semibold";
  font-size: 24px;
}

.overlay .info-description__text {
  font-size: 16px;
  font-family: "Neue Regular";
  line-height: 22px;
  margin: 0;
  height: 103px;
  overflow-y: scroll;
}

.overlay .info-description__text::-webkit-scrollbar {
  width: 10px;
}

.overlay .info-description__text::-webkit-scrollbar-track {
  background: #DDDDDD;
}

.overlay .info-description__text::-webkit-scrollbar-thumb {
  background: #888888;
}

.overlay .info-description__text::-webkit-scrollbar-thumb:hover {
  background: #555555;
}

.overlay .info-data {
  border-top: 1px solid #415364;
  padding: 1rem 0 0 0;
  margin: 1.2rem 0 0 0;
}

.overlay .info-data__title {
  font-family: "Chronicle Semibold";
  font-size: 24px;
}

.overlay .info-data__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
}

.overlay .info-data__item {
  line-height: 1.3;
  font-family: "Geometria Thin";
  font-weight: bold;
  color: rgba(50, 62, 72, 0.6);
  font-size: 15px;
}

.overlay .info-data__item img {
  width: 8px;
  margin: 0 5px 0 0;
}

.overlay .info-icons {
  border-top: 1px solid #415364;
  padding: 1.2rem 0 0 0;
  margin: 1.2rem 0 0 0;
}

.overlay .info-icons__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.overlay .info-icons__image {
  width: 44px;
  display: block;
  margin: 0 auto;
}

.overlay .info-icons__text {
  font-family: "Geometria Thin";
  font-weight: bold;
  color: rgba(50, 62, 72, 0.6);
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  margin: 5px 0 0 0;
}

.overlay .figure-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay .figure-gallery {
  margin: 1rem 0 0 0;
  padding: 0 1.4rem;
  position: relative;
}

.overlay .swiper-image {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.overlay .swiper-button-next, .overlay .swiper-button-prev {
  z-index: 5;
}

.overlay .swiper-button-next::after, .overlay .swiper-button-prev::after {
  content: "";
}

.overlay .swiper-button-next img, .overlay .swiper-button-prev img {
  width: 10px;
}

.overlay .swiper-button-next {
  right: -.4rem;
}

.overlay .swiper-button-prev {
  left: -.4rem;
}

@media screen and (max-width: 1199.98px) {
  .overlay .overlay-content {
    width: 890px;
  }
}

@media screen and (max-width: 991.98px) {
  .overlay {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overlay .overlay-content {
    width: 660px;
    display: block;
    margin: 4rem 0;
  }
  .overlay .info-header {
    -ms-grid-columns: 80% auto;
        grid-template-columns: 80% auto;
  }
  .overlay .overlay-content__figure {
    margin: 2rem 0 0 0;
  }
}

@media screen and (max-width: 767.98px) {
  .overlay .overlay-content {
    width: 470px;
    margin: 3rem 0;
  }
  .overlay .figure-image {
    height: 280px;
  }
  .overlay .swiper-image {
    height: 60px;
  }
}

@media screen and (max-width: 575.98px) {
  .overlay .overlay-content {
    width: 90%;
    padding: 1rem;
    margin: 3rem 0 5rem 0;
  }
  .overlay .overlay-content__close {
    font-size: 22px;
    top: -2.4rem;
  }
  .overlay .info-header {
    -ms-grid-columns: 70% auto;
        grid-template-columns: 70% auto;
  }
  .overlay .figure-image {
    height: 220px;
  }
}

.text-lang.active{
  text-decoration: underline !important;
}

#ourpress .item-header__info{
  min-height: 13em;
    max-height: 13em;
}

.press-quote{
  min-height: 6em;
  max-height: 6em;
}