@charset "UTF-8";
@font-face {
  font-family: 'Ebrima';
  src: url("../fonts/ebrima.eot");
  src: local("˘"), url("../fonts/ebrima.woff") format("woff"), url("../fonts/ebrima.ttf") format("truetype"), url("../fonts/ebrima.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ebrimabd';
  src: url("../fonts/ebrima.eot");
  src: local("˘"), url("../fonts/ebrima.woff") format("woff"), url("../fonts/ebrimabd.ttf") format("truetype"), url("../fonts/ebrima.svg") format("svg");
}

.ebrima {
  font-family: 'Ebrima';
}

.ebrimabd {
  font-family: 'Ebrimabd';
}

body {
  margin: 0;
  min-height: 100vh;
  min-width: 320px;
  overflow-x: hidden;
}

body.scroll {
  overflow-y:scroll!important;
}

section {
  background: url("../images/background.jpg") no-repeat;
  background-size: cover;
  background-color: #fff;
  z-index: 0;
}

h1 {
  font-family: 'Ebrimabd';
  font-size: 3.75rem;
  letter-spacing: .125rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: underline;
}

h4 {
  font-size: 1.7rem;
  color: #fff;
  line-height: 1;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.25rem;
  font-weight: 300;
}

h1.primary {
  color: #00263E;
}

h2.primary {
  color: #00263E;
}

h2.secondary {
  color: #fff;
}

h3.primary {
  color: #00263E;
}

h1.secondary,
h3.secondary {
  color: #fff;
}

a h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: underline;
}

a h2 {
  text-decoration: none;
  color: #00263E;
}

a:hover h2 {
  text-decoration: underline;
  color: #00263E;
}

h2:hover {
  text-decoration: none;
}

a.more-article h2 {
  text-decoration: none;
  color: #00263E;
}

a.more-article:hover h2 {
  text-decoration: underline;
  color: #00263E;
}

a:hover h3 {
  text-decoration: none;
}

a.primary h3 {
  color: #00263E;
}

a.primary h2 {
  color: #00263E;
  text-decoration: none;
  font-weight: bold;
}

a.secondary h3 {
  color: #A7A8AA !important;
  text-decoration: none;
}

a.primary:hover h3 {
  color: #00263E;
  text-decoration: underline;
}

a.secondary:hover h3 {
  color: #fff !important;
  text-decoration: underline;
}

a.more {
  color: #00263E;
  text-decoration: underline;
}

a.more:hover {
  text-decoration: none;
}

a span {
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a:hover span {
  opacity: 1;
}

a.secondary:hover h1.secondary {
  color: #0056b3;
  text-decoration: underline;
  -webkit-text-decoration-color: currentcolor !important;
          text-decoration-color: currentcolor !important;
  -webkit-text-decoration-color: #fff !important;
          text-decoration-color: #fff !important;
}

a > p {
  color: #00263E;
}

a:hover > p {
  color: #00263E;
  text-decoration: underline;
}

a.link .investors-text {
  color: #000;
}

a.link:hover span {
  color: #000 !important;
  text-decoration: underline;
}

a.link:hover .investors-text {
  color: #000;
}

button:focus {
  outline: 0 transparent;
}

button.transparent {
  background: #fff;
  border: solid 2px #00263E;
  color: #00263E;
  -webkit-transition: background .5s;
  transition: background .5s;
}

button.transparent #Ellipse_2 {
  stroke: #00263E;
}

button.transparent #Path_82 {
  stroke: #00263E;
}

button.transparent:hover {
  background: #00263E;
  border: solid 2px #00263E;
  color: #fff !important;
}

button.transparent:hover #Ellipse_2 {
  stroke: #fff;
}

button.transparent:hover #Path_82 {
  stroke: #fff;
}

input.transparent {
  background: #fff;
  border: solid 2px #00263E;
  color: #00263E;
  -webkit-transition: background .5s;
  transition: background .5s;
}

input.transparent #Ellipse_2 {
  stroke: #00263E;
}

input.transparent #Path_82 {
  stroke: #00263E;
}

input.transparent:hover {
  background: #00263E;
  border: solid 2px #00263E;
  color: #fff !important;
}

input.transparent:hover #Ellipse_2 {
  stroke: #fff;
}

input.transparent:hover #Path_82 {
  stroke: #fff;
}

a:hover {
  text-decoration: none;
}

a:hover h3, a:hover img {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

p {
  font-size: 1.125rem;
}

p.secondary {
  color: #fff;
}

span.secondary {
  color: #fff;
}

section {
  min-height: 100vh;
}

.img-fluid {
  width: 100%;
  height: 100%;
}

#black {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  background: url("../images/background.jpg") no-repeat;
  background-size: cover;
  z-index: 1;
  margin-top: 0px;
}

#black .filter {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 38, 62, 0.8);
}

#mail {
  width: 2rem;
}

a.copyright {
  color: #A7A8AA;
}

a.copyright:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar-expand-md .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
}

header {
  height: 100%;
  position: relative;
}

.menu-item {
  position: relative;
}

h2 {
  position: relative;
}

a.sub {
  color: #00263E;
}

a.sub:hover {
  color: #00263E;
}

a.sub:after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 0px;
  right: 0;
  background: #00263E;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
  z-index: 5;
}

a.sub:hover:after {
  width: 100%;
  left: 0;
  background: #00263E;
}

a.sub:active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 0px;
  right: 0;
  width: 100%;
  background: #00263E;
  z-index: 10;
}

nav {
  max-width: 10rem;
  width: 100%;
  /*  .nav-item a:hover{
        text-decoration: underline;
    } */
}

nav .nav-item {
  margin-top: 2.5rem;
}

nav a.nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
}

nav a.nav-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 3px;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

nav a.nav-link:hover:after {
  width: 100%;
  left: 0;
  background: #fff;
}

nav a.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 3px;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}

nav a.navbar-brand:focus:after {
  height: 0;
}

nav .icons a:focus:after {
  background: transparent;
}

nav .icons a {
  text-decoration: none;
}

nav .icons a:hover {
  text-decoration: none;
  opacity: .8;
}

nav #logo {
  height: 6rem;
  display: block;
}

nav .navbar-collapse, nav .navbar-brand {
  display: block;
}

nav ul {
  text-align: left;
}

nav .justify-content {
  margin-left: -2.625rem;
}

nav .navbar-toggler-icon {
  position: relative;
  border-radius: 8px;
  width: 40px;
  height: 50px;
  right: 1rem;
  top: 0;
}

nav .navbar-toggler-icon span {
  display: inline-block;
  position: absolute;
  height: 3px;
  width: 35px;
  background-color: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 3px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

nav .navbar-toggler-icon span:nth-child(1) {
  top: 10px;
}

nav .navbar-toggler-icon span:nth-child(2) {
  top: 20px;
}

nav .navbar-toggler-icon span:nth-child(3) {
  top: 20px;
}

nav .navbar-toggler-icon span:nth-child(4) {
  top: 30px;
}

nav .navbar-toggler-icon.show span:nth-child(1) {
  top: 0px;
  left: 0px;
  background-color: transparent;
}

nav .navbar-toggler-icon.show span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav .navbar-toggler-icon.show span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav .navbar-toggler-icon.show span:nth-child(4) {
  left: 0px;
  top: 20px;
  background-color: transparent !important;
}

nav .icons img {
  display: inline-block;
  margin-right: 1.2rem;
}

nav .navbar-brand {
  margin: 0 !important;
  padding: 0 !important;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: left !important;
  -ms-flex-align: left;
  align-items: start !important;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: start;
  padding: 0;
}

.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-default {
  position: fixed;
  /* left: 50%; */
  right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#homepage .left {
  z-index: 100;
  background: rgba(0, 38, 62, 0.8);
  padding-right: 0 !important;
  padding-left: 2rem !important;
}

#homepage .right {
  background: rgba(0, 38, 62, 0.8);
  /* background: transparent;
        .col-12, .col-4, .col-8{
            padding: 0!important;
            margin: 0
        } */
}

#homepage .menu {
  display: none;
}

#homepage .inside {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 5px transparent;
  overflow: hidden;
}

#homepage .inside img {
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
}

#homepage .inside:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#homepage .bg-blue:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#homepage .blue {
  background-color: #00263E;
  width: 100%;
  height: 100%;
  padding-top: 36%;
  min-height: 150px;
}

#homepage .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

#homepage .play-btn h3 {
  color: #A7A8AA;
  text-decoration: none;
}

#homepage .play-btn img {
  height: 8rem;
  opacity: .6;
}

#homepage .play-btn:hover h3 {
  color: #fff;
  text-decoration: underline;
}

#homepage .play-btn:hover img {
  opacity: 1;
}

#homepage h3 {
  margin-top: 2rem;
}

#homepage .label-big {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#homepage .label {
  position: absolute;
  bottom: 0;
  left: 0;
}

#homepage .label span {
  color: #fff;
  font-size: 1.25rem;
}

#homepage .top {
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
}

#homepage div.inside > img:nth-child(1n) {
  display: block;
  opacity: 1;
  cursor: pointer;
}

#homepage div.inside > img:nth-child(2n) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

#homepage div.inside:hover > img:nth-child(1n) {
  opacity: 1;
}

#homepage div.inside:hover > img:nth-child(2n) {
  opacity: 0.9;
}

#homepage .menu {
  display: none;
}

#homepage a span {
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#homepage a path {
  fill: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#homepage a:hover span {
  color: #A7A8AA;
}

#homepage a:hover .path {
  fill: #A7A8AA;
}

#homepage a:hover.white span {
  color: #fff;
}

#about {
  /* all{
        display: none;
    }
    
    .opened{
        display: block;
    } */
  /* a.active h2{
        text-decoration: underline;
    } */
}

#about .left {
  z-index: 100;
}

#about .menu {
  display: none;
}

#about .inside {
  width: 100%;
  max-height: 100%;
  position: relative;
  border: solid 5px transparent;
  overflow: hidden;
}

#about .inside .img {
  width:100%;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
  display:block;
}

#about .inside:hover .img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#about .bg-blue:hover img {

}

#about .blue {
  background-color: #00263E;
  width: 100%;
  height: 100%;
  padding-top: 36%;
}

#about .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

#about .play-btn img {
  height: 8rem;
}

#about h3 {
  margin-top: 2rem;
}

#about .label-big {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#about .label {
  position: absolute;
  bottom: 0;
  left: 0;
}

#about .label span {
  color: #fff;
  font-size: 1.25rem;
}

#about .top {
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
}

#about div.inside > img:nth-child(1n) {
  display: block;
  opacity: 1;
  cursor: pointer;
}

#about div.inside .play-btn {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#about div.inside .label {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#about div.inside:hover .label {
  opacity: 0;
}

#about div.inside:hover .play-btn {
  opacity: 1;
}

#about div.inside > img:nth-child(2n) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}

#about div.inside:hover > img:nth-child(1n) {
  opacity: 1;
}

#about div.inside:hover > img:nth-child(2n) {
  opacity: 0.5;
}

#about .menu {
  display: none;
}

#about .panel-left {
  border: 5px solid;
  border-color: transparent;
}

#about .img-fluid {
  width: 100%;
  height: auto;
}

#about .bg-white {
  width: 100%;
  height: 100%;
}

#about .bg-white > p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#about #team, #about #partners, #about #banks, #about #investors, #about #history {
  border: 5px solid transparent;
}

#about .parent {
  position: absolute;
  top: 0;
  left: 0;
}

#about .inner {
  padding: 0 15px;
}

#about .slick-dotted.slick-slider {
  margin-bottom: 5rem !important;
}

#about .partners-carousel .slick-slide {
  min-height: 500px;
}

#about .banks-carousel .slick-slide {
  min-height: 450px;
}

#about #partners .square, #about #banks .square {
  padding-bottom: 93%;
}

#about #partners img, #about #banks img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#media {
  /*  .all{
        display: none;
    }
    
    .opened{
        display: block;
    } */
}

#media .left {
  z-index: 100;
}

#media .border {
  border: solid 5px #D9D7D5 !important;
}

#media .inside {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 5px transparent;
  overflow: hidden;
}

#media .border-transparent {
  border: solid 5px transparent;
}

#media .inside img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

#media .inside:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#media .bg-blue:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#media .blue {
  background-color: #00263E;
  width: 100%;
  height: 100%;
  padding-top: 36%;
}

#media .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

#media .play-btn img {
  height: 8rem;
}

#media h3 {
  margin-top: 2rem;
}

#media .label-big {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#media .label {
  position: absolute;
  bottom: 0;
  left: 0;
}

#media .label span {
  color: #fff;
  font-size: 1.25rem;
}

#media .top {
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
}

#media div.inside > img:nth-child(1n) {
  display: block;
  opacity: 1;
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  cursor: pointer;
}

#media div.inside > img:nth-child(2n) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

#media div.inside:hover > img:nth-child(1n) {
  opacity: 1;
}

#media div.inside:hover > img:nth-child(2n) {
  opacity: 0;
}

#media .menu {
  display: none;
}

#media .logo-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9.6875rem;
}

#media .panel-left {
  background: #fff;
  border: 5px solid #d9d7d5;
}

#media .img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#media .bg-white {
  width: 100%;
  height: 100%;
}

#media .max-width {
  max-width: 80%;
}

#media .hr {
  border-top: solid 1px #A7A8AA;
}

#media .pos {
  color: #00263E !important;
}

#media a.more-article.square {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#media .p-b-square {
  padding-bottom: 16%;
}

#media .half-header {
  padding-bottom: 33%;
}

#media .img-space {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#references {
  /*  .all{
        display: none;
    }
    
    .opened{
        display: block;
    } */
}

#references .left {
  z-index: 100;
}

#references .right {
  -webkit-transition: all 1s;
  transition: all 1s;
}

#references .border {
  border: solid 5px #D9D7D5 !important;
}

#references .inside {
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 5px transparent;
  overflow: hidden;
}

#references .inside img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

#references .inside:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#references .inside:hover .label {
  display: block;
}

#references .bg-blue:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#references .blue {
  background-color: #00263E;
  width: 100%;
  height: 100%;
  padding-top: 36%;
}

#references .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

#references .play-btn img {
  height: 8rem;
}

#references h3 {
  margin-top: 2rem;
}

#references .label {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

#references .label span {
  color: #fff;
  font-size: 1.25rem;
}

#references .top {
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
}

#references div.inside > img:nth-child(1n) {
  display: block;
  opacity: 1;
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  cursor: pointer;
}

#references div.inside > img:nth-child(2n) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

#references div.inside:hover > img:nth-child(1n) {
  opacity: 1;
}

#references div.inside:hover > img:nth-child(2n) {
  opacity: 1;
}

#references .menu {
  display: none;
}

#references .logo-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9.6875rem;
}

#references .panel-left {
  background: #fff;
  border: 5px solid #d9d7d5;
}

#references .img-fluid {
  width: 100%;
  height: auto;
}

#references .bg-white {
  width: 100%;
  height: 100%;
}

#references a.active h2 {
  text-decoration: underline;
}

#references .max-width {
  max-width: 60%;
}

#references .hr {
  border-top: solid 1px #A7A8AA;
}

#references .pos {
  top: -9rem;
  left: 0;
}

#contacts {
  /* .panel-left, .panel-right{
        background: #fff;
        border: 5px solid #d9d7d5;
    } */
  /* all{
        display: none;
    }
    
    .opened{
        display: block;
    } */
  /* a.active h2{
        text-decoration: underline;
    } */
}

#contacts .left {
  z-index: 100;
}

#contacts .right {
  background: transparent;
}

#contacts .menu {
  display: none;
}

#contacts .inside {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#contacts .border-transparent {
  border: solid 5px transparent;
}

#contacts .zoom img {
  -webkit-transition: -webkit-transform 4s ease-in-out;
  transition: -webkit-transform 4s ease-in-out;
  transition: transform 4s ease-in-out;
  transition: transform 4s ease-in-out, -webkit-transform 4s ease-in-out;
}

#contacts .zoom:hover img {
  -webkit-transform: none;
          transform: none;
}

#contacts .bg-blue:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#contacts .blue {
  background-color: #00263E;
  width: 100%;
  height: 100%;
  padding-top: 36%;
}

#contacts .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

#contacts .play-btn img {
  height: 8rem;
}

#contacts h3 {
  margin-top: 2rem;
}

#contacts .label-big {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#contacts .label {
  position: absolute;
  bottom: 0;
  left: 0;
}

#contacts .label span {
  color: #fff;
  font-size: 1.25rem;
}

#contacts .top {
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
}

#contacts div.inside > img:nth-child(1n) {
  display: block;
  opacity: 1;
  -webkit-transition: transform 4s ease;
  -webkit-transition: -webkit-transform 4s ease;
  transition: -webkit-transform 4s ease;
  transition: transform 4s ease;
  transition: transform 4s ease, -webkit-transform 4s ease;
}

#contacts div.inside > img:nth-child(2n) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

#contacts div.inside:hover > img:nth-child(1n) {
  opacity: 1;
}

#contacts div.inside:hover > img:nth-child(2n) {
  opacity: 0;
}

#contacts .menu {
  display: none;
}

#contacts .img-fluid {
  width: 100%;
  height: auto;
}

#contacts .bg-white {
  width: 100%;
  height: auto;
}

#contacts .bg-white > p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#contacts .border {
  border: solid 5px #d9d7d5 !important;
}

#contacts p {
  line-height: 2;
}

#contacts input[type=text], #contacts textarea {
  width: 100%;
  border: none;
  border-bottom: solid 1px #5D5D5D;
}

#contacts .new input[type="checkbox"] {
  display: none;
}

#contacts .check-box {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #00263E;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

#contacts [type=checkbox]:checked + .check-box:before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.9375rem;
  margin-left: 0.375rem;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#contacts .option a {
  color: #00263E;
  text-decoration: underline;
  font-weight: bold;
}

#contacts .option a:hover {
  color: #00263E;
  text-decoration: none;
}

#contacts table td {
  vertical-align: top;
}

.fancybox-container #contact-form {
  background: red;
}

.fancybox-container input[type="text"], .fancybox-container textarea {
  width: 100%;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: solid 1px #5D5D5D;
}

.fancybox-container .new input[type="checkbox"] {
  display: none;
}

.fancybox-container .check-box {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #00263E;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.fancybox-container [type=checkbox]:checked + .check-box:before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.9375rem;
  margin-left: 0.375rem;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-container .fancybox-content {
  padding: 0;
}

.fancybox-container input:focus::-webkit-input-placeholder {
  color: transparent;
}

.fancybox-container a {
  color: #00263E;
  text-decoration: underline;
  font-weight: bold;
}

.fancybox-container a:hover {
  color: #00263E;
  text-decoration: none;
}

footer {
  position: static;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: transparent;
  color: #A7A8AA;
  font-size: 1rem;
  display: block;
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
}

footer span {
  display: block;
  letter-spacing: .5px;
}

footer .bg-000 {
  background-color: transparent;
}

#top {
  position: static;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: transparent;
  color: #A7A8AA;
  font-size: 1rem;
  display: block;
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
}

#top span {
  display: block;
  letter-spacing: .5px;
}

#top .bg-000 {
  background-color: transparent;
}

#detail-window {
  position:relative;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00263E;
  /* .carousel-control-prev-icon {
        background-image: url("../images/gallery-carousel/arrow-left.svg")!important;
        transition: background .7s;
    }
    .carousel-control-next-icon {
        background-image: url("../images/gallery-carousel/arrow-right.svg")!important;
        transition: background .7s;
    } */
  /* .carousel-control-prev span:hover{
        background-image: url("../images/gallery-carousel/arrow-left-over.svg") !important;
    }
    .carousel-control-next span:hover{
        background-image: url("../images/gallery-carousel/arrow-right-over.svg") !important;
    } */
}

#detail-window #carousel {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 0 !important;
}

#detail-window .carousel-inner {
  width: 100%;
  height: 100vh;
}

#detail-window .carousel-indicators {
  display: none;
}

#detail-window .carousel-item {
  height: 100vh;
}

#detail-window .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}

#detail-window .carousel-control-prev, #detail-window .carousel-control-next {
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
}

#detail-window .escape {
  position: fixed;
  height: 50px;
  width: 10%;
  right: 0;
  left: auto;
  z-index: 100000;
  text-align: right;
}

#detail-window .escape-icon {
  position: relative;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  top: 50px;
}

#detail-window .escape-icon span {
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 3.125rem;
  background-color: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 3px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#detail-window .escape-icon span:nth-child(1) {
  top: 10px;
}

#detail-window .escape-icon span:nth-child(2) {
  top: 20px;
  -webkit-box-shadow: 2px 2px 8px #000;
          box-shadow: 2px 2px 8px #000;
}

#detail-window .escape-icon span:nth-child(3) {
  top: 20px;
  -webkit-box-shadow: 2px 2px 8px #000;
          box-shadow: 2px 2px 8px #000;
}

#detail-window .escape-icon span:nth-child(4) {
  top: 30px;
}

#detail-window #escape:hover span {
  background-color: #00263E;
}

#detail-window #escape:hover span:nth-child(1) {
  background-color: transparent;
}

#detail-window .escape-icon.show span:nth-child(1) {
  top: 0px;
  left: 0px;
  background-color: transparent;
}

#detail-window .escape-icon.show span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#detail-window .escape-icon.show span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#detail-window .escape-icon.show span:nth-child(4) {
  left: 0px;
  top: 20px;
  background-color: transparent !important;
}

#detail-window .carousel-control-prev, #detail-window .carousel-control-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  opacity: 1 !important;
}

#detail-window .carousel-control-prev-icon, #detail-window .carousel-control-next-icon {
  width: 3rem !important;
  height: 3rem !important;
  display: inline-block;
  background: no-repeat 50% / 100% 100%;
  background-image: none;
}

#detail-window .label-big {
  position: fixed;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: rgba(0, 38, 62, 0.72);
  max-width: 2560px;
  padding: 0 15rem;
}

#detail-window .label-big .number {
  font-size: 1.3rem;
}

#detail-window .icon {
  max-height: 3rem;
}

#detail-window p {
  font-size: 1rem;
}

#detail-window a {
  color: #fff;
  text-decoration: none;
}

#detail-window a:hover {
  color: #fff;
  text-decoration: underline;
}

#detail-window .icon-left {
  width: 1.875rem;
  height: 3.125rem;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#detail-window .icon-left span:nth-child(1) {
  width: 2.257rem;
  height: 2px;
  background: #fff;
  -webkit-transform: rotateX(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  display: block;
  -webkit-box-shadow: 2px 2px 8px #000;
  box-shadow: 2px 2px 8px #000;
}

#detail-window .icon-left span:nth-child(2) {
  width: 2.257rem;
  height: 2px;
  background: #fff;
  -webkit-transform: rotateX(45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  transform-origin: left bottom;
  display: block;
  position: relative;
  top: 2.875rem;
  -webkit-box-shadow: 2px 2px 8px #000;
  box-shadow: 2px 2px 8px #000;
}

#detail-window .icon-right {
  width: 1.875rem;
  height: 3.125rem;
  position: relative;
}

#detail-window .icon-right span:nth-child(1) {
  width: 2.257rem;
  height: 2px;
  background: #fff;
  -webkit-transform: rotateX(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  display: block;
  -webkit-box-shadow: -2px -2px 8px #000;
  box-shadow: -2px -2px 8px #000;
}

#detail-window .icon-right span:nth-child(2) {
  width: 2.257rem;
  height: 2px;
  background: #fff;
  -webkit-transform: rotateX(45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  transform-origin: left bottom;
  display: block;
  position: relative;
  top: 2.875rem;
  -webkit-box-shadow: -2px -2px 8px #000;
  box-shadow: -2px -2px 8px #000;
}

#detail-window .icon-right:hover span, #detail-window .icon-left:hover span {
  background-color: #00263E;
}

.mouse-move .escape-icon-window {
  right: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.mouse-move .label-big {
  bottom: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.mouse-move .icon-left {
  margin-left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.mouse-move .icon-right {
  margin-right: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.mouse-stop .escape-icon-window {
  right: -300px !important;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.mouse-stop .label-big {
  bottom: -300px !important;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.mouse-stop .icon-left {
  margin-left: -300px;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.mouse-stop .icon-right {
  margin-right: -300px;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.detail-off #detail-window {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: -500;
}

.detail-off .left {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  left: 0;
}

.detail-off .right {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.detail-on {
  height: 100vh;
  overflow: hidden;
}

.detail-on #detail-window {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 1000;
}

.detail-on .left {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  left: -500px;
}

.detail-on .right {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}

#about a span, #media a span, #references a span, #contacts a span {
  color: #00263E;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#about a svg path, #media a svg path, #references a svg path, #contacts a svg path {
  fill: #00263E;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#about a:hover span, #media a:hover span, #references a:hover span, #contacts a:hover span {
  color: #fff;
}

#about a:hover svg path, #media a:hover svg path, #references a:hover svg path, #contacts a:hover svg path {
  fill: #fff;
}

#about .right, #media .right, #references .right, #contacts .right {
  background: rgba(254, 254, 254, 0.8);
}

#about .left, #media .left, #references .left, #contacts .left {
  background: rgba(0, 38, 62, 0.8);
  padding-right: 0 !important;
  padding-left: 2rem !important;
}

.h-100vh {
  min-height: 100vh;
  height: auto;
}

.bg-000 {
  background-color: #D9D7D5;
}

.slick-dots {
  bottom: -5rem;
}

#tabs {
  overflow: hidden;
}

.doc {
  position: absolute;
  top: 0;
}

.inner {
  padding: 0 15px;
}

.collapsing {
  position: relative;
  height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

a.sub[aria-expanded="true"]:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: #00263E;
  width: 100%;
  height: 3px;
  display: block;
  margin-top: 0px;
  background: #00263E;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
  z-index: 5;
}

.opacity-0 {
  opacity: 0;
}

.p-relative {
  position: relative;
}

input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}

input[type="text"]:-moz-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:-moz-placeholder {
  color: transparent;
}

.page-text {
  margin-bottom: 3rem;
}

.page-text h2 {
  margin-top: 3rem;
  line-height: 1.5;
}

.page-text a {
  color: #00263E;
  text-decoration: underline;
  font-weight: bold;
}

.page-text a:hover {
  color: #00263E;
  text-decoration: none;
  font-weight: bold;
}

.page-text a span {
  color: #00263E;
}

.page-text a:hover span {
  color: #00263E !important;
}

.page-text a:hover span:hover {
  color: #00263E !important;
  text-decoration: none;
}

.project-button{
    display:none!important;
}

.c1{
    min-height:180px;
}

.investors-carousel.slick-slider,
.investors-carousel .slick-list,
.investors-carousel .slick-track {
  text-align: left !important;
}

.investors-carousel .slick-track {
  display: block !important;             /* zruší případný flex */
  justify-content: flex-start !important;
  margin-left: 0 !important;            /* pojistka proti margin:auto */
  margin-right: auto !important;
}

.investors-carousel .slick-slide {
  display: inline-block !important;     /* Slick standard */
  float: none !important;
  margin: 0 !important;
  vertical-align: top;
}

.text-center .investors-carousel.slick-slider,
.text-center .investors-carousel .slick-list,
.text-center .investors-carousel .slick-track {
  text-align: left !important;
}

@media all and (max-width: 2450px) {
  #homepage h1 {
    font-size: 3rem;
  }
}

@media all and (max-width: 2250px) {
  html {
    font-size: 80%;
  }
  #about .partners-carousel .slick-slide {
    min-height: 410px;
  }
  #about .banks-carousel .slick-slide {
    min-height: 400px;
  }
  nav {
    max-width: 10rem;
    width: 100%;
  }
}

@media all and (max-width: 1920px) {
  html {
    font-size: 80%;
  }
  #homepage h1 {
    font-size: 3rem;
  }
  #about .partners-carousel .slick-slide {
    min-height: 440px;
  }
  #about .banks-carousel .slick-slide {
    min-height: 400px;
  }
}

@media all and (max-width: 1660px) {
  html {
    font-size: 70%;
  }
  #homepage h1 {
    font-size: 2rem;
  }
  #about .partners-carousel .slick-slide {
    min-height: 400px;
  }
  #about .banks-carousel .slick-slide {
    min-height: 350px;
  }
  nav {
    max-width: 10.5rem;
    width: 100%;
  }
}

@media all and (max-width: 1600px) {
  html {
    font-size: 70%;
  }
}

@media all and (max-width: 1440px) {
  html {
    font-size: 70%;
  }
  nav .navbar-brand {
    margin-left: -1rem;
  }
  #homepage h1 {
    font-size: 2.5rem;
  }
  #about .label span {
    display: none;
  }
  .c1{
    min-height:auto;
  }
}

@media all and (max-width: 1366px) {
  html {
    font-size: 70%;
  }
  #homepage h1 {
    font-size: 2rem;
  }
  footer {
    font-size: 12px;
  }
  #about .partners-carousel .slick-slide {
    min-height: 440px;
  }
  #about .banks-carousel .slick-slide {
    min-height: 400px;
  }
  #media .p-b-square {
    padding-bottom: 33.3%;
  }
}

@media all and (max-width: 1200px) {
  html {
    font-size: 70%;
  }
  #homepage h1 {
    font-size: 3rem;
  }
  /* .slick-track{
        opacity: 1;
        width: 1896px;
        transform: translate3d(0px, 0px, 0px)!important;
    } */
  #about .label span {
    display: block;
  }
  #about .partners-carousel .slick-slide {
    min-height: 400px;
  }
  nav {
    max-width: 116px;
    width: 100%;
  }
  .fancybox-container .check-box {
    width: 16px;
    height: 16px;
    border: 2px solid #00263E;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    top: 3px;
  }

  .project-button{
    position:absolute;
    max-width:220px;
    bottom:120px;
    left:50%;
    padding:5px 12px 5px 12px;
    font-size:14px;
    border:3px solid #FFFFFF;
    z-index: 100000;
    display:block!important;

    transform:translateX(-50%);
    webkit-transform:translateX(-50%);
  }
}

@media all and (max-width: 991.98px) {
  html {
    font-size: 70%;
  }
  h1 {
    font-size: 2.75rem;
  }
  #detail-window .escape-icon {
    top: 1rem;
  }
  #about .partners-carousel .slick-slide {
    min-height: 440px;
  }
  #about .banks-carousel .slick-slide {
    min-height: 350px;
  }
  .mouse-move .escape-icon-window {
    right: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .mouse-move .label-big {
    bottom: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .mouse-move .icon-left {
    margin-left: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .mouse-move .icon-right {
    margin-right: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .mouse-stop .escape-icon-window {
    right: 0 !important;
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .mouse-stop .escape {
    position: fixed;
    height: 50px;
    width: 10%;
    right: 0;
    left: auto;
    z-index: 100000;
    text-align: right;
  }
  .mouse-stop .label-big {
    bottom: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .mouse-stop .icon-left {
    margin-left: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .mouse-stop .icon-right {
    margin-right: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  #detail-window .icon-right:hover span, #detail-window .icon-left:hover span {
    background-color: #fff;
  }
}

@media all and (max-width: 767.98px) {
  html {
    font-size: 80%;
  }
  .left {
    height: 110px;
    background: #00263E;
    position: fixed;
    top: 0;
    left: 0;
    position: fixed;
  }
  #homepage .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  section {
    width: auto;
    margin: 0 0;
  }
  nav #logo {
    height: 6rem;
    display: block;
    position: absolute;
    left: 1.8rem;
    top: 1.3rem;
  }
  nav .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 0.25rem;
    position: absolute;
    right: 0;
    top: 1rem;
  }
  .navbar-nav {
    position: static;
  }
  nav .nav-item a {
    font-size: 16px;
    letter-spacing: 0.2px;
  }
  #about .email-icon, #media .email-icon, #references .email-icon, #contacts .email-icon {
    top: -26px;
  }
  #about a span, #media a span, #references a span, #contacts a span {
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  #about a svg path, #media a svg path, #references a svg path, #contacts a svg path {
    fill: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  #about a span.black, #media a span.black, #references a span.black, #contacts a span.black {
    color: #00263E;
  }
  #about a:hover span, #media a:hover span, #references a:hover span, #contacts a:hover span {
    color: #A7A8AA;
  }
  #about a:hover svg path, #media a:hover svg path, #references a:hover svg path, #contacts a:hover svg path {
    fill: #A7A8AA;
  }
  #homepage h1 {
    font-size: 2.5rem;
  }
  section {
    min-height: auto;
  }
  .h-100vh {
    min-height: auto;
  }
  .right.h-100vh {
    min-height: 100vh;
  }
  .navbar-default {
    position: fixed;
    left: 0;
    right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: column;
    width: 100%;
    height: 110px;
    background: #00263E;
  }
  nav .nav-item {
    margin-top: 2rem;
  }
  /* .navbar-expand-md {
        position: absolute;
        left: 0;
        right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;    
    } */
  #detail-window .carousel-inner {
    height: auto;
  }
  .navbar-nav {
    padding-left: 23px;
  }
  header {
    z-index: 100;
  }
  #about .partners-carousel .slick-slide {
    min-height: 300px;
  }
  #about .banks-carousel .slick-slide {
    min-height: 400px;
  }
  nav {
    max-width: none;
  }
}

@media all and (max-width: 575.98px) {
  html {
    font-size: 60%;
  }
  #homepage .hide-content {
    display: block;
  }
  #homepage .menu {
    display: block;
    width: 100%;
    color: #fff;
  }
  #homepage .item {
    border: solid 1px #A7A8AA;
    font-size: 12px;
  }
  #homepage .menu img {
    margin-right: 1rem;
  }
  #homepage .menu a:nth-child(2n) div {
    background: #A7A8AA;
  }
  #homepage div:nth-child(2n) svg {
    width: 2rem;
  }
  #homepage .menu div:hover {
    background: #A7A8AA;
  }
  #homepage .menu div:hover #Path_85 {
    stroke: #fff;
  }
  #homepage .menu div:hover .letter {
    fill: #fff;
  }
  #homepage a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  #homepage h1 {
    font-size: 3rem;
  }
  .left {
    height: 65px;
  }
  nav #logo {
    left: 2rem;
    top: 2rem;
    height: 5rem;
  }
  .navbar-default {
    height: 78px;
  }
  #about .investors-text {
    font-size: 2rem;
  }
  .slick-dots {
    bottom: -4rem;
  }
  #media .max-width {
    max-width: 95%;
  }
  #about .banks-carousel .slick-slide {
    min-height: 300px;
  }
  .navbar-nav {
    padding-left: 19px;
  }
}

@media all and (max-width: 450px) {
  #homepage .label-big {
    left: 0.5rem;
  }
  #homepage .play-btn img {
    height: 6rem;
  }
}

@media all and (max-width: 375px) {
  html {
    font-size: 60%;
  }
  section {
    width: auto;
    margin: 0;
  }
  nav #logo {
    left: 2rem;
    top: 1.5rem;
  }
  nav .navbar-toggler-icon {
    right: 1rem;
  }
  #homepage h1 {
    font-size: 2.5rem;
  }
  .navbar-default {
    height: 68px;
  }
}
/*# sourceMappingURL=styles.css.map */