/* LESS INITIALS
----------------------------------*/
/* imports */
@import "swiper.min.css";
@import "jssocials.css";
@import "fontello.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
/* MIXINS
----------------------------------*/
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  float: none;
}
/* FONTS
----------------------------------*/
@font-face {
  font-family: 'muller';
  src: url('fonts/muller-light-webfont.woff2') format('woff2'), url('fonts/muller-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'muller';
  src: url('fonts/muller-regular-webfont.woff2') format('woff2'), url('fonts/muller-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'muller';
  src: url('fonts/muller-medium-webfont.woff2') format('woff2'), url('fonts/muller-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'muller';
  src: url('fonts/muller-bold-webfont.woff2') format('woff2'), url('fonts/muller-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'muller';
  src: url('fonts/muller-extrabold-webfont.woff2') format('woff2'), url('fonts/muller-extrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* BASE
----------------------------------*/
a,
input {
  text-decoration: none;
  color: #000000;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
::-webkit-selection {
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #5d839e;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
:-moz-placeholder {
  color: #5d839e;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
::-moz-placeholder {
  color: #5d839e;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
:focus::-webkit-input-placeholder {
  color: #ffffff;
}
:focus:-moz-placeholder {
  color: #ffffff;
}
:focus::-moz-placeholder {
  color: #ffffff;
}
body {
  font-family: muller, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #5d839e;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: opacity 0.6s ease !important;
}
@media screen and (max-width: 1220px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
body.NoScroll {
  height: 100%;
  overflow: hidden;
  padding-right: 15px;
}
body.NoScroll > header {
  padding-right: 15px;
}
main {
  padding-top: 78px;
  min-height: calc(100vh - 167px);
}
main > section {
  position: relative;
  width: 100%;
}
button {
  border-radius: 0;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
  color: #1f325c;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 1220px) {
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span {
    font-size: 13px;
  }
}
h2 {
  font-size: 26px;
}
@media screen and (max-width: 1220px) {
  h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 16px;
  }
}
b,
strong {
  font-weight: 900;
}
article {
  line-height: 130%;
}
article h1,
article h2,
article h3,
article > p {
  margin-bottom: 20px;
}
hr.BottomLine {
  border: 0;
  padding: 2px 0 0 0;
  margin: 20px 0;
}
hr.BottomLine:after {
  background: #5d839e;
  background: -webkit-linear-gradient(90deg, #5d839e, #9dd4e1);
  background: -o-linear-gradient(90deg, #5d839e, #9dd4e1);
  background: -moz-linear-gradient(90deg, #5d839e, #9dd4e1);
  background: linear-gradient(90deg, #5d839e, #9dd4e1);
  opacity: 0.8;
  left: 0;
  margin-left: 0;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
@media screen and (max-width: 1220px) {
  body.NoScroll {
    padding-right: 0;
  }
  body.NoScroll > header {
    padding-right: 0;
  }
  main {
    min-height: calc(100vh - 129px);
  }
}
@media screen and (max-width: 1000px) {
  main {
    min-height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
    min-height: calc(100vh - 98px);
  }
}
.AnimList li,
.AnimList > div,
.AnimList > a {
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.AnimList li:nth-child(1),
.AnimList > div:nth-child(1),
.AnimList > a:nth-child(1) {
  transition-delay: 0.05s !important;
}
.AnimList li:nth-child(2),
.AnimList > div:nth-child(2),
.AnimList > a:nth-child(2) {
  transition-delay: 0.1s !important;
}
.AnimList li:nth-child(3),
.AnimList > div:nth-child(3),
.AnimList > a:nth-child(3) {
  transition-delay: 0.15s !important;
}
.AnimList li:nth-child(4),
.AnimList > div:nth-child(4),
.AnimList > a:nth-child(4) {
  transition-delay: 0.2s !important;
}
.AnimList li:nth-child(5),
.AnimList > div:nth-child(5),
.AnimList > a:nth-child(5) {
  transition-delay: 0.25s !important;
}
.AnimList li:nth-child(6),
.AnimList > div:nth-child(6),
.AnimList > a:nth-child(6) {
  transition-delay: 0.3s !important;
}
.AnimList li:nth-child(7),
.AnimList > div:nth-child(7),
.AnimList > a:nth-child(7) {
  transition-delay: 0.35s !important;
}
.AnimList li:nth-child(8),
.AnimList > div:nth-child(8),
.AnimList > a:nth-child(8) {
  transition-delay: 0.4s !important;
}
.AnimList li:nth-child(9),
.AnimList > div:nth-child(9),
.AnimList > a:nth-child(9) {
  transition-delay: 0.45s !important;
}
.AnimList li:nth-child(10),
.AnimList > div:nth-child(10),
.AnimList > a:nth-child(10) {
  transition-delay: 0.5s !important;
}
.AnimList.AnimIn li,
.AnimList.AnimIn > div,
.AnimList.AnimIn > a {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.AnimFigure {
  overflow: hidden;
}
.AnimFigure img {
  position: relative;
  height: 110% !important;
  margin-top: -2%;
}
.AnimOpacity {
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 1;
}
.AnimOpacity.AnimIn {
  opacity: 0;
}
.AnimMove {
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.AnimMove.AnimIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.ArrowBtn {
  display: inline-block;
  position: relative;
  color: #5d839e;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 16px;
  padding: 0 44px 0 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1220px) {
  .ArrowBtn {
    font-size: 11px;
  }
}
.ArrowBtn:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0px;
  width: 36px;
  height: 1px;
  background: #5d839e;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ArrowBtn:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #5d839e;
  border-left: 1px solid #5d839e;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ArrowBtn.Down,
.ArrowBtn.Left {
  padding-left: 44px;
  padding-right: 0;
}
.ArrowBtn.Down:before,
.ArrowBtn.Left:before {
  left: 0;
  right: 0;
}
.ArrowBtn.Down:after,
.ArrowBtn.Left:after {
  left: 1px;
  right: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ArrowBtn.Down,
.ArrowBtn.Up {
  font-weight: 700;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.ArrowBtn.Down {
  -webkit-transform: rotate(-90deg) translateY(50%);
  -moz-transform: rotate(-90deg) translateY(50%);
  -o-transform: rotate(-90deg) translateY(50%);
  -ms-transform: rotate(-90deg) translateY(50%);
  transform: rotate(-90deg) translateY(50%);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.ArrowBtn.Up {
  -webkit-transform: rotate(-90deg) translateY(50%);
  -moz-transform: rotate(-90deg) translateY(50%);
  -o-transform: rotate(-90deg) translateY(50%);
  -ms-transform: rotate(-90deg) translateY(50%);
  transform: rotate(-90deg) translateY(50%);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.ArrowBtn.White {
  color: #ffffff;
}
.ArrowBtn.White:before {
  background: #ffffff;
}
.ArrowBtn.White:after {
  border-color: #ffffff;
}
.ArrowBtn.White:hover {
  color: #ffffff;
}
.ArrowBtn:hover {
  color: #1f325c;
}
.ArrowBtn:hover:before,
.ArrowBtn:hover:after {
  margin-right: -5px;
}
.ArrowBtn:hover.Down:before,
.ArrowBtn:hover.Left:before,
.ArrowBtn:hover.Down:after,
.ArrowBtn:hover.Left:after {
  margin-right: auto;
  margin-left: -5px;
}
.Art article {
  width: 50%;
  padding: 55px 0 90px;
}
.Art article h3 {
  font-size: 26px;
}
@media screen and (max-width: 1220px) {
  .Art article h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .Art article h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Art article h3 {
    font-size: 16px;
  }
}
.Art article h3:after {
  left: 0;
  margin-left: 0;
}
.Art article figure {
  position: absolute;
  top: 0;
  right: -70px;
  width: 50%;
}
.Art article figure img {
  width: 100%;
  height: auto;
  display: block;
}
.Art article ul {
  font-weight: 700;
}
.Art article ul li {
  margin-bottom: 3px;
}
.Art article ul li:before {
  content: '-';
  margin-right: 10px;
}
.BottomLine {
  position: relative;
  padding-bottom: 20px;
}
.BottomLine:after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background: #026782;
  background: -webkit-linear-gradient(90deg, #026782, #60c1d2);
  background: -o-linear-gradient(90deg, #026782, #60c1d2);
  background: -moz-linear-gradient(90deg, #026782, #60c1d2);
  background: linear-gradient(90deg, #026782, #60c1d2);
}
.Btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  border-radius: 10px;
  border: 0;
  padding: 0;
}
.Btn span {
  display: block;
  position: relative;
  height: 34px;
  line-height: 30px;
  margin: 0px 10px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  min-width: 120px;
  text-align: center;
  background: transparent;
  cursor: pointer;
  border-style: solid;
  border-width: 2px 0 2px 0;
  border-image: linear-gradient(90deg, #498792 0%, #7bbfde 100%);
  border-image-slice: 1;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  .Btn span {
    font-size: 13px;
  }
}
.Btn span:before,
.Btn span:after {
  content: '';
  position: absolute;
  width: 14px;
  height: calc(100% + 4px);
  top: -2px;
  border-style: solid;
}
.Btn span:before {
  left: -10px;
  border-width: 2px;
  border-radius: 10px 0 0 10px;
  border-color: #498792;
  border-right-color: transparent;
}
.Btn span:after {
  right: -10px;
  border-width: 2px;
  border-radius: 0 10px 10px 0;
  border-color: #7bbfde;
  border-left-color: transparent;
}
.Btn:after {
  content: '';
  position: absolute;
  display: block;
  width: 300%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: linear-gradient(90deg, #498792 0%, #7bbfde 33.3%, rgba(123, 191, 222, 0) 66.6%, rgba(123, 191, 222, 0) 100%);
  z-index: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Btn:hover:after,
.Btn.Active:after {
  right: -200%;
}
.Btn.Dark span {
  color: #1f325c;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Btn.Dark:hover span {
  color: #ffffff;
}
.Btn.Light {
  opacity: 0.8;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Btn.Light:after {
  display: none;
}
.Btn.Light span {
  border: 2px solid #ffffff;
  border-width: 2px 0 2px 0;
}
.Btn.Light span:before {
  border-color: #ffffff;
  border-right-color: transparent;
}
.Btn.Light span:after {
  border-color: #ffffff;
  border-left-color: transparent;
}
.Btn.Light:hover {
  opacity: 1;
}
canvas {
  width: 100% !important;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: -50px;
  left: 0;
}
.ContactForm input,
.ContactForm textarea {
  font-size: 16px;
  font-family: muller, sans-serif;
  width: 100%;
  background: #f4f7f9;
  border-radius: 10px;
  height: 50px;
  border: 2px solid rgba(93, 131, 158, 0.2);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  padding: 0 15px;
  color: #5d839e;
}
@media screen and (max-width: 1220px) {
  .ContactForm input,
  .ContactForm textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ContactForm input,
  .ContactForm textarea {
    font-size: 13px;
  }
}
.ContactForm input:hover,
.ContactForm textarea:hover,
.ContactForm input:focus,
.ContactForm textarea:focus {
  border-color: #b1c8d9;
}
.ContactForm textarea {
  height: 170px;
  resize: none;
  padding: 15px;
  color: rgba(93, 131, 158, 0.8);
  margin-bottom: 20px;
}
.ContactForm textarea:hover,
.ContactForm textarea:focus {
  color: #5d839e;
}
.ContactForm .text-muted.small {
  display: none;
}
.ContactForm input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
}
.ContactForm input[type=checkbox] + label {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-size: 8px;
  cursor: pointer;
  margin-bottom: 5px;
}
.ContactForm input[type=checkbox] + label:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(93, 131, 158, 0.3);
  border-radius: 2px;
  position: absolute;
  left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: opacity;
}
.ContactForm input[type=checkbox] + label:after {
  animation-name: uncheckAnim;
  animation-duration: 0.4s;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 2px solid #5d839e;
  border-right: 2px solid #5d839e;
  position: absolute;
  bottom: 100%;
  margin-bottom: -4px;
  left: 1px;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  will-change: opacity;
}
.ContactForm input[type=checkbox] + label:hover:before {
  background: #b1c8d9;
}
.ContactForm input[type=checkbox]:checked + label {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ContactForm input[type=checkbox]:checked + label:after {
  animation-name: checkAnim;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.ContactForm .Btn {
  font-family: muller, sans-serif;
}
.Container {
  display: block;
  width: 1240px;
  margin: 0 auto;
  position: relative;
}
.Container.Narrow {
  width: 720px;
}
.Cross {
  will-change: transform;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 5px;
  z-index: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Cross:before,
.Cross:after {
  content: '';
  width: 30px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -2px;
  background-color: #ffffff;
}
.Cross:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Cross:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Cross:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Cross.Dark:before,
.Cross.Dark:after {
  background-color: #000000;
}
.Intro {
  position: relative;
  background-color: #f4f7f9;
  text-align: center;
}
.Intro .Container {
  padding: 55px 0;
}
.Intro figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.Intro figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -5px;
}
.Intro h1,
.Intro h2 {
  font-size: 26px;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1220px) {
  .Intro h1,
  .Intro h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .Intro h1,
  .Intro h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Intro h1,
  .Intro h2 {
    font-size: 16px;
  }
}
.Intro p {
  color: #1f325c;
  line-height: 130%;
}
.Intro h1 ~ p {
  font-size: 18px;
}
@media screen and (max-width: 1220px) {
  .Intro h1 ~ p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .Intro h1 ~ p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Intro h1 ~ p {
    font-size: 13px;
  }
}
.Lines:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 1600px;
  left: 50%;
  bottom: -120px;
  background: #f4f7f9;
  z-index: -1;
  pointer-events: none;
}
.Lines:after {
  content: '';
  display: block;
  position: absolute;
  width: 840px;
  height: 1600px;
  left: 50%;
  margin-left: -420px;
  bottom: -120px;
  border-right: 1px solid #f4f7f9;
  border-left: 1px solid #f4f7f9;
  z-index: -1;
  pointer-events: none;
}
.Modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 20;
}
.Modal .Overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(31, 50, 92, 0.7);
}
.Modal .Container {
  position: relative;
  top: calc(50vh - 360px);
  -webkit-transform: translateY(calc(-100% - 100px));
  -moz-transform: translateY(calc(-100% - 100px));
  -o-transform: translateY(calc(-100% - 100px));
  -ms-transform: translateY(calc(-100% - 100px));
  transform: translateY(calc(-100% - 100px));
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.Modal .Container .Close {
  display: block;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: -45px;
}
.Modal .Container video {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.Modal .Container form {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  float: none;
  padding: 50px;
}
.Modal .Container form h2 {
  margin-bottom: 30px;
}
.Modal.Show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.Modal.Show .Container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.Modal#ContactModal .Container {
  top: 80px;
}
.Modal#ContactModal .Container .FormWrapper {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.Modal .alert.alert-danger {
  line-height: 130%;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #d90f0f !important;
}

.Modal .alert.alert-danger2 {

  color: #d90f0f !important;
}

.News {
  padding: 130px 0 220px;
  text-align: center;
}
.News:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 100%;
  left: 0;
  background: url('/nautikka/images/waves.png');
  background-position: center -1075px;
}
.News .BgWave {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 420px;
  left: 0;
  background-color: #bee2eb;
}
.News .BgWave:before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url('/nautikka/images/waves.png');
  background-position: center -100px;
}
.News h2 {
  margin-bottom: 70px;
}
.News .swiper-container {
  overflow: visible;
}
.News .swiper-slide {
  width: calc(25% - 30px);
  text-align: left;
  margin: 0 15px;
  height: 340px;
  border-radius: 10px;
  background: #ffffff;
  color: #1f325c;
  overflow: hidden;
}
.News .swiper-slide i {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.15);
  font-weight: 800;
}
@media screen and (max-width: 1220px) {
  .News .swiper-slide i {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .News .swiper-slide i {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .News .swiper-slide i {
    font-size: 13px;
  }
}
.News .swiper-slide figure {
  width: 100%;
  height: 61%;
  background: #000000;
  overflow: hidden;
}
.News .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.9;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.News .swiper-slide div {
  padding: 5px 20px;
  position: relative;
}
.News .swiper-slide div:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 98%;
  left: 0;
  width: 100%;
  height: 19px;
  background: url('/nautikka/images/wave.png');
  background-size: 200% auto;
  background-position: 10% bottom;
  background-repeat: no-repeat;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.News .swiper-slide div span {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 1220px) {
  .News .swiper-slide div span {
    font-size: 11px;
  }
}
.News .swiper-slide div h3 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  color: #1f325c;
  height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1220px) {
  .News .swiper-slide div h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .News .swiper-slide div h3 {
    font-size: 13px;
  }
}
.News .swiper-slide div button {
  position: absolute;
  left: 20px;
  top: 100%;
  font-size: 10px;
  color: #1f325c;
}
.News .swiper-slide div button:before {
  background: #1f325c;
}
.News .swiper-slide div button:after {
  border-color: #1f325c;
}
.News .swiper-slide:hover img {
  opacity: 1;
}
.News .swiper-slide:hover div:before {
  background-position-x: 50%;
}
.Pagination {
  margin: 25px 0;
}
.Pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #b1c8d9;
  margin: 0 5px;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Pagination .swiper-pagination-bullet-active {
  background: #006480;
  box-shadow: 0 0 0 1px #006480;
}
.Pagination .swiper-pagination-bullet-hover {
  box-shadow: 0 0 0 1px #b1c8d9;
}
.PaginationLines {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.PaginationLines .swiper-pagination-bullet {
  position: relative;
  color: #ffffff;
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  margin: 7px 0;
  border-radius: 0;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.PaginationLines .swiper-pagination-bullet i {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 10px;
  font-weight: 800;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.PaginationLines .swiper-pagination-bullet-active {
  width: 40px;
  height: 5px;
}
.PaginationLines .swiper-pagination-bullet-active i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.Prev,
.Next {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  line-height: 16px;
  min-height: 16px;
  min-width: 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 7px;
  text-transform: uppercase;
  z-index: 1;
  cursor: pointer;
}
.Prev:after,
.Next:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin: -7px 0 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Prev {
  left: 20px;
}
.Prev:after {
  left: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.Prev:hover:after {
  left: -3px;
}
.Next {
  right: 20px;
}
.Next:after {
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Next:hover:after {
  right: -3px;
}
.ScrollTo {
  width: 17px;
  height: 36px;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -8px;
  z-index: 2;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: 0;
  cursor: pointer;
  opacity: 1;
}
.ScrollTo:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 8px;
  top: 0;
  background-color: #5d839e;
}
.ScrollTo:after {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #5d839e;
  border-left: 1px solid #5d839e;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ScrollTo:hover {
  top: -14px;
}
.ScrollTo.Hide {
  opacity: 0;
}
.Water {
  text-align: center;
}
.Water .Waves {
  position: relative;
  text-align: center;
}
.Water .Waves .Wave1 {
  margin-top: 30px;
  z-index: 1;
}
.Water .Waves .Wave1:before {
  background-position-y: -100px;
}
.Water .Waves .Wave2 {
  margin-top: 60px;
  z-index: 2;
}
.Water .Waves .Wave2:before {
  background-position-y: -200px;
}
.Water .Waves .Wave3 {
  margin-top: 90px;
  z-index: 3;
}
.Water .Waves .Wave3:before {
  background-position-y: -300px;
}
.Water .Waves .Wave4 {
  margin-top: 120px;
  z-index: 4;
}
.Water .Waves .Wave4:before {
  background-position-y: -400px;
}
.Water .Waves .Wave5 {
  margin-top: 150px;
  z-index: 5;
}
.Water .Waves .Wave5:before {
  background-position-y: -500px;
}
.Water .Waves .Wave6 {
  margin-top: 180px;
  z-index: 6;
}
.Water .Waves .Wave6:before {
  background-position-y: -600px;
}
.Water .Waves .Wave7 {
  margin-top: 210px;
  z-index: 7;
}
.Water .Waves .Wave7:before {
  background-position-y: -700px;
}
.Water .Waves .Wave {
  display: block;
  position: absolute;
  left: calc(-2000px + 50vw);
  top: 0;
  width: 4000px;
  height: 300px;
}
.Water .Waves .Wave:before {
  content: '';
  width: 100%;
  height: 100px;
  background-image: url('/nautikka/images/waves.png');
  background-repeat: repeat-x;
  background-position-x: center;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.Water .Waves .Wave.RightLeft {
  left: auto;
  right: calc(-2000px + 50vw);
}
.Water .Waves .Wave1 {
  background-color: #bee2eb;
}
.Water .Waves .Wave2 {
  background-color: #9dd4e1;
}
.Water .Waves .Wave3 {
  background-color: #82ccdf;
}
.Water .Waves .Wave4 {
  background-color: #63c2d2;
}
.Water .Waves .Wave5 {
  background-color: #42a1bb;
}
.Water .Waves .Wave6 {
  background-color: #2c859b;
}
.Water .Waves .Wave7 {
  background-color: #006480;
}
.Water article {
  position: relative;
  text-align: left;
  background: #006480;
  color: #ffffff;
  z-index: 7;
  padding: 40px 0 60px;
}
.Water article h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.Water article p {
  margin-bottom: 20px;
  line-height: 130%;
}
.Water article p strong,
.Water article p b {
  font-weight: 700;
}
.Water .Underwater {
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.15;
  pointer-events: none;
  z-index: 8;
}
.Water .Underwater img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
.Water .Underwater img.RightLeft {
  left: auto;
  right: 0;
}
.Water .Underwater img.Bubbles {
  margin-top: 400px;
}
/* RWD 
-------------------------------*/
@media screen and (max-width: 1400px) {
  .Container {
    width: 1180px;
  }
  .Art article figure {
    right: 0;
  }
  .Lines:after {
    width: 790px;
    margin-left: -395px;
  }
  .Modal .Container {
    width: 90%;
    max-width: 720px;
    top: calc(50vh - 200px);
  }
}
@media screen and (max-width: 1220px) {
  .Container {
    width: 960px;
  }
  .Art article {
    padding-bottom: 60px;
  }
  .Lines:after {
    width: 660px;
    margin-left: -330px;
  }
  .News {
    padding: 90px 0 160px;
  }
  .News .swiper-slide {
    width: calc(100% / 3 - 30px);
  }
  .Water .Underwater {
    width: 120%;
    left: -10%;
  }
}
@media screen and (max-width: 1000px) {
  .Container {
    width: 710px;
  }
  .Container.Narrow {
    width: 710px;
  }
  .Intro figure img {
    margin-top: -2%;
  }
  .Lines:after {
    width: 490px;
    margin-left: -245px;
  }
  .News {
    padding-top: 60px;
  }
  .News .swiper-slide {
    width: calc(50% - 30px);
  }
  .Art article figure {
    margin-top: 120px;
  }
  .Water .Underwater {
    width: 140%;
    left: -20%;
  }
}
@media screen and (max-width: 767px) {
  .Container {
    width: calc(100% - 40px);
  }
  .Container.Narrow {
    width: calc(100% - 40px);
  }
  .Art article {
    width: 100%;
    padding: 40px 0;
  }
  .Art article figure {
    width: 100%;
    position: relative;
    top: 0 !important;
    margin-top: 30px;
  }
  .ContactForm textarea {
    height: 150px;
  }
  .Intro .Container {
    padding: 40px 0;
  }
  .Lines:after {
    width: 66%;
    margin-left: 0;
    left: 17%;
  }
  .Modal .Container {
    top: calc(50vh - 120px);
  }
  .Modal .Container form {
    padding: 20px;
  }
  .Modal .Container .alert.alert-danger {
    margin: 20px 20px 0;
  }
  .News {
    padding-top: 30px;
  }
  .News .swiper-slide {
    width: calc(100% - 40px);
    max-width: 300px;
  }
  .Water .Underwater {
    width: 800px;
    left: calc(-400px + 50vw);
  }
  .Water .Waves .Wave1 {
    margin-top: 0;
  }
  .Water .Waves .Wave2 {
    margin-top: 20px;
  }
  .Water .Waves .Wave3 {
    margin-top: 40px;
  }
  .Water .Waves .Wave4 {
    margin-top: 60px;
  }
  .Water .Waves .Wave5 {
    margin-top: 80px;
  }
  .Water .Waves .Wave6 {
    margin-top: 100px;
  }
  .Water .Waves .Wave7 {
    margin-top: 120px;
  }
}
#About {
  overflow: hidden;
}
#About .Intro {
  background: #ffffff;
  /* background-image: url(@birds); */
  background-repeat: no-repeat;
  background-position: center 20px;
}
#About .Intro .Container {
  z-index: 1;
}
#About .Intro canvas {
  height: calc(100% + 120px) !important;
}
#About .Water .Waves {
  top: 80px;
  height: 250px;
}
#About .Water article {
  padding-top: 40px;
  margin-top: 50px;
}
#About .Water .Underwater {
  bottom: 20px;
  overflow: hidden;
}
#About #We {
  padding: 80px 0 150px;
  text-align: center;
}
#About #We:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 100%;
  left: 0;
  background: url('/nautikka/images/waves.png');
  background-position: center -875px;
  z-index: 7;
}
#About #We h2 {
  padding-bottom: 60px;
}
#About #We .Grid {
  display: flex;
  justify-content: center;
}
#About #We .Grid .Item {
  width: 300px;
  margin: 0 20px;
  border: 4px solid #42a1bb;
  border-radius: 10px;
  padding: 45px 20px;
}
#About #We .Grid .Item h2 {
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 23px;
}
#About #We .Grid .Item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1220px) {
  #About #We .Grid .Item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #About #We .Grid .Item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #About #We .Grid .Item p {
    font-size: 13px;
  }
}
#About #We .Grid .Item:first-of-type {
  border-color: #2c859b;
}
#About #We .Grid .Item:last-of-type {
  border-color: #63c2d2;
}
#About #Mission figure {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  z-index: -1;
}
#About #Mission figure img {
  display: block;
  max-width: 100%;
}
#About #Mission .Container {
  padding: 80px 0 60px;
}
#About #Mission .Container article {
  padding: 40px 90px 20px 41%;
}
#About #Mission .Container article h3 {
  margin: 0 0 15px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1220px) {
  #About #Mission .Container article h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #About #Mission .Container article h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #About #Mission .Container article h3 {
    font-size: 16px;
  }
}
#About #Mission .Container article h3:after {
  left: 0;
  margin: 0;
}
#About #Mission .Container article p {
  color: #1f325c;
  font-size: 18px;
  line-height: 130%;
}
@media screen and (max-width: 1220px) {
  #About #Mission .Container article p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #About #Mission .Container article p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #About #Mission .Container article p {
    font-size: 13px;
  }
}
#About #Motto {
  background: #006480;
  background: -webkit-linear-gradient(90deg, #006480, #63c2d2);
  background: -o-linear-gradient(90deg, #006480, #63c2d2);
  background: -moz-linear-gradient(90deg, #006480, #63c2d2);
  background: linear-gradient(90deg, #006480, #63c2d2);
}
#About #Motto figure {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#About #Motto figure img {
  display: block;
  width: 100%;
  height: 120% !important;
  margin-top: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0.1;
}
#About #Motto .Container {
  text-align: center;
  padding: 75px 0 70px;
}
#About #Motto .Container p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 120%;
}
@media screen and (max-width: 1220px) {
  #About #Motto .Container p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #About #Motto .Container p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #About #Motto .Container p {
    font-size: 16px;
  }
}
#About #Keywords {
  background: #f4f7f9;
  padding: 150px 0 180px;
}
#About #Keywords:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 100%;
  left: 0;
  background: url('/nautikka/images/waves.png');
  background-position: center -975px;
}
#About #Keywords .Grid {
  display: flex;
}
#About #Keywords .Grid .Item {
  flex: 1;
  position: relative;
  display: block;
  margin: 0 8px;
  padding: 75px 30px 50px;
  background: #9dd4e1;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
}
#About #Keywords .Grid .Item:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #ffffff;
  border-radius: 10px;
}
#About #Keywords .Grid .Item h2 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1220px) {
  #About #Keywords .Grid .Item h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #About #Keywords .Grid .Item h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #About #Keywords .Grid .Item h2 {
    font-size: 16px;
  }
}
#About #Keywords .Grid .Item h2:after {
  background: #ffffff;
}
#About #Keywords .Grid .Item h3 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1220px) {
  #About #Keywords .Grid .Item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #About #Keywords .Grid .Item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #About #Keywords .Grid .Item h3 {
    font-size: 16px;
  }
}
#About #Keywords .Grid .Item h3:after {
  background: #ffffff;
}
#About #Keywords .Grid .Item p {
  font-size: 18px;
}
@media screen and (max-width: 1220px) {
  #About #Keywords .Grid .Item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #About #Keywords .Grid .Item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #About #Keywords .Grid .Item p {
    font-size: 13px;
  }
}
#About #Keywords .Grid .Item:first-of-type {
  margin-left: 0;
  background: #2c859b;
}
#About #Keywords .Grid .Item:nth-of-type(2) {
  background: #42a1bb;
}
#About #Keywords .Grid .Item:nth-of-type(3) {
  background: #63c2d2;
}
#About #Keywords .Grid .Item:nth-of-type(4) {
  background: #82ccdf;
}
#About #Keywords .Grid .Item:last-of-type {
  margin-right: 0;
}
#About #News .swiper-container {
  margin-top: -40px;
  margin-bottom: 40px;
}
/* RWD 
-------------------------------*/
@media screen and (max-width: 1220px) {
  #About .Intro {
    background-size: 100%;
  }
  #About #We {
    padding-bottom: 40px;
  }
  #About #Keywords {
    padding: 120px 0 150px;
  }
  #About #Keywords .Grid .Item {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 1000px) {
  #About #Mission .Container {
    padding: 50px 0;
  }
  #About #Mission .Container article {
    padding: 20px 0 20px 41%;
  }
  #About #We .Grid .Item {
    padding: 30px 20px;
  }
  #About #Keywords {
    padding: 90px 0 120px;
  }
  #About #Keywords .Grid {
    flex-wrap: wrap;
  }
  #About #Keywords .Grid .Item {
    min-width: calc(50% - 16px);
    margin: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  #About .Water {
    padding-top: 40px;
  }
  #About .Water .Waves {
    height: 200px;
  }
  #About .Water .ScrollTo {
    z-index: 8;
  }
  #About .Water article {
    margin-top: 15px;
    padding-top: 20px;
  }
  #About #We {
    padding: 50px 0 0;
  }
  #About #We h2 {
    padding-bottom: 40px;
  }
  #About #We .Grid {
    display: block;
  }
  #About #We .Grid .Item {
    border-width: 2px;
    margin: 0 0 20px 0;
    width: 100%;
  }
  #About #Mission figure {
    display: none;
  }
  #About #Mission .Container {
    padding: 20px 0;
  }
  #About #Mission .Container article {
    padding-left: 0;
  }
  #About #Motto .Container {
    padding: 50px 0 40px;
  }
  #About #Keywords {
    padding: 30px 0 60px;
  }
  #About #Keywords .Grid {
    display: block;
    top: 0 !important;
  }
  #About #Keywords .Grid .Item {
    width: 100%;
    margin: 20px 0 !important;
    padding: 40px 30px;
  }
  #About #News {
    padding-bottom: 120px;
  }
  #About #News .swiper-container {
    top: 0 !important;
  }
}
#Article article {
  position: relative;
  color: #1f325c;
  padding-bottom: 20px;
}
#Article article figure {
  width: 50%;
  height: auto;
  float: left;
  position: relative;
  margin: 0 70px 20px 0;
}
#Article article figure img {
  display: block;
  width: 100%;
}
#Article article h2 {
  font-size: 16px;
  font-weight: 300;
  padding-top: 70px;
  color: #937c4f;
}
@media screen and (max-width: 1220px) {
  #Article article h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #Article article h2 {
    font-size: 13px;
  }
}
#Article article h1 {
  font-size: 26px;
  margin-top: 20px;
  line-height: 100%;
}
@media screen and (max-width: 1220px) {
  #Article article h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #Article article h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #Article article h1 {
    font-size: 16px;
  }
}
#Article article footer {
  position: absolute;
  bottom: 0;
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 1220px) {
  #Article article footer {
    font-size: 11px;
  }
}
#Article article footer .Share {
  display: inline-block;
  margin-left: 5px;
}
#Article article footer .Share .jssocials-shares {
  margin: 0;
}
#Article article footer .Share .jssocials-share {
  margin: 0 5px 0 0;
}
#Article article footer .Share .jssocials-share-link {
  padding: 0;
  border: 0;
  opacity: 0.3;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#Article article footer .Share .jssocials-share-link:hover {
  opacity: 1;
}
#Article article footer .Share .jssocials-share:nth-of-type(1) .jssocials-share-link {
  color: #2c859b;
}
#Article article footer .Share .jssocials-share:nth-of-type(2) .jssocials-share-link {
  color: #63c2d2;
}
#Article article footer .Share .jssocials-share:nth-of-type(3) .jssocials-share-link {
  color: #42a1bb;
}
#Article article footer .Share .jssocials-share:nth-of-type(4) .jssocials-share-link {
  color: #9dd4e1;
}
#Article article footer .Share .jssocials-share:nth-of-type(5) .jssocials-share-link {
  color: #82ccdf;
}
#Article article:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  float: none;
}
#Article .Gallery {
  margin: 0 -20px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
#Article .Gallery figure {
  width: 33.33333333%;
  padding: 20px;
}
#Article .Gallery figure img {
  display: block;
  width: 100%;
  height: auto;
}
#Article nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
/* RWD 
-------------------------------*/
@media screen and (max-width: 1000px) {
  #Article article {
    padding-top: 40px;
  }
  #Article article figure {
    margin-right: 40px;
    width: 40%;
  }
  #Article article h2 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #Article article {
    padding-top: 30px;
  }
  #Article article figure {
    width: 100%;
    float: none;
    height: 200px;
    overflow: hidden;
    margin-bottom: 0;
  }
  #Article article figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #Article .Gallery {
    margin: 0 -10px;
  }
  #Article .Gallery figure {
    width: 50%;
    padding: 10px;
  }
  #Article nav {
    padding-bottom: 30px;
  }
}
#Benefits #Team .Container {
  padding: 80px 0 50px;
  line-height: 130%;
  background: #ffffff;
}
#Benefits #Team .Container h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 1220px) {
  #Benefits #Team .Container h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #Benefits #Team .Container h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #Benefits #Team .Container h3 {
    font-size: 13px;
  }
}
#Benefits #Team .Container p {
  font-size: 18px;
  font-weight: 400;
  color: #1f325c;
}
@media screen and (max-width: 1220px) {
  #Benefits #Team .Container p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #Benefits #Team .Container p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #Benefits #Team .Container p {
    font-size: 13px;
  }
}
#Benefits .Grid {
  padding: 90px 0 15px;
  display: flex;
  justify-content: space-between;
}
#Benefits .Grid .Item {
  flex: 1;
  position: relative;
  border-radius: 10px;
  background: #2c859b;
  padding: 75px 40px 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  margin: 0 12px;
}
#Benefits .Grid .Item:before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  border-radius: 10px;
  border: 4px solid #ffffff;
}
#Benefits .Grid .Item h3 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1220px) {
  #Benefits .Grid .Item h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  #Benefits .Grid .Item h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #Benefits .Grid .Item h3 {
    font-size: 20px;
  }
}
#Benefits .Grid .Item p {
  line-height: 130%;
}
#Benefits .Grid .Item:first-of-type {
  margin-left: 0;
}
#Benefits .Grid .Item:last-of-type {
  margin-right: 0;
}
#Benefits .Grid .Item:nth-of-type(3n + 2) {
  background: #63c2d2;
}
#Benefits .Grid .Item:nth-of-type(3n + 3) {
  background: #9dd4e1;
}
#Benefits .Grid + span {
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-left: 14px;
}
@media screen and (max-width: 1220px) {
  #Benefits .Grid + span {
    font-size: 11px;
  }
}
#Benefits #Rates {
  background: #f4f7f9;
  padding: 90px 0 180px;
  margin-top: 65px;
}
#Benefits #Rates .Container {
  display: flex;
}
#Benefits #Rates .Container #Diagrams {
  width: 43%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 20px 0 20px;
}
#Benefits #Rates .Container #Diagrams > div {
  flex: 1;
  position: relative;
}
#Benefits #Rates .Container #Diagrams > div h4 {
  position: absolute;
  left: -8px;
  bottom: 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 12px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
@media screen and (max-width: 1220px) {
  #Benefits #Rates .Container #Diagrams > div h4 {
    font-size: 11px;
  }
}
#Benefits #Rates .Container #Diagrams > div span {
  display: block;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#Benefits #Rates .Container #Diagrams > div span strong {
  position: absolute;
  bottom: 100%;
  padding-bottom: 8px;
  margin-bottom: 0;
  color: #1f325c;
  font-size: 18px;
  font-weight: 800;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
@media screen and (max-width: 1220px) {
  #Benefits #Rates .Container #Diagrams > div span strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #Benefits #Rates .Container #Diagrams > div span strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #Benefits #Rates .Container #Diagrams > div span strong {
    font-size: 13px;
  }
}
#Benefits #Rates .Container #Diagrams > div span:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #2c859b;
  background: -webkit-linear-gradient(0deg, #2c859b, #9dd4e1);
  background: -o-linear-gradient(0deg, #2c859b, #9dd4e1);
  background: -moz-linear-gradient(0deg, #2c859b, #9dd4e1);
  background: linear-gradient(0deg, #2c859b, #9dd4e1);
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
#Benefits #Rates .Container #Diagrams > div:nth-of-type(2) span strong {
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
#Benefits #Rates .Container #Diagrams > div:nth-of-type(2) span:after {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#Benefits #Rates .Container #Diagrams > div:nth-of-type(3) span strong {
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#Benefits #Rates .Container #Diagrams > div:nth-of-type(3) span:after {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#Benefits #Rates .Container #Diagrams > div:nth-of-type(4) span strong {
  -moz-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  -ms-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
#Benefits #Rates .Container #Diagrams > div:nth-of-type(4) span:after {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#Benefits #Rates .Container #Diagrams > div:nth-of-type(5) span strong {
  -moz-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -ms-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
#Benefits #Rates .Container #Diagrams > div:nth-of-type(5) span:after {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#Benefits #Rates .Container #Diagrams.AnimIn > div span strong {
  margin-bottom: -10px;
  opacity: 0;
}
#Benefits #Rates .Container #Diagrams.AnimIn > div span:after {
  height: 0;
}
#Benefits #Rates .Container article {
  padding-left: 43%;
}
#Benefits #Rates .Container article h2 {
  margin-bottom: 40px;
}
#Benefits #Rates .Container article > p {
  color: #1f325c;
  mrgin-bottom: 25px;
}
#Benefits #Rates .Container article footer {
  margin-top: 50px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1220px) {
  #Benefits #Rates .Container article footer {
    font-size: 11px;
  }
}
#Benefits #Rates .Container article footer p {
  margin-top: 15px;
  line-height: 100%;
}
#Benefits #Loans {
  background: #bee2eb;
}
#Benefits #Loans article {
  padding: 110px 0 280px;
}
#Benefits #Loans article p {
  font-size: 18px;
  line-height: 130%;
}
@media screen and (max-width: 1220px) {
  #Benefits #Loans article p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #Benefits #Loans article p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #Benefits #Loans article p {
    font-size: 13px;
  }
}
#Benefits #Loans article p b {
  font-weight: 700;
}
/* RWD 
-------------------------------*/
@media screen and (max-width: 1400px) {
  #Benefits #Loans article {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1220px) {
  #Benefits .Grid {
    padding-top: 50px;
  }
  #Benefits .Grid .Item {
    padding: 50px 30px;
  }
  #Benefits #Loans article {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1000px) {
  #Benefits .Grid .Item h3 {
    margin-bottom: 20px;
  }
  #Benefits #Rates {
    padding: 90px 0;
  }
  #Benefits #Loans article {
    padding-bottom: 140px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #Benefits #Team .Container {
    padding: 70px 0 20px;
  }
  #Benefits .Grid {
    display: block;
    padding-bottom: 0;
  }
  #Benefits .Grid .Item {
    width: 100%;
    margin: 0 0 20px;
    padding: 40px 30px;
  }
  #Benefits .Grid .Item h3 {
    margin-bottom: 10px;
  }
  #Benefits .Grid .Item:before {
    border-width: 2px;
  }
  #Benefits #Rates {
    margin-top: 35px;
    padding: 50px 0;
  }
  #Benefits #Rates .Container {
    flex-direction: column;
  }
  #Benefits #Rates .Container article {
    padding-left: 0;
  }
  #Benefits #Rates .Container article h2 {
    margin-bottom: 30px;
  }
  #Benefits #Rates .Container article #Diagrams {
    height: 300px;
    position: relative;
    width: 100%;
    left: 20px;
  }
  #Benefits #Rates .Container article footer {
    margin-top: 40px;
  }
  #Benefits #Loans article {
    padding: 40px 0 140px 0;
  }
}
#Contact .Lines:before {
  bottom: 0;
  top: 55px;
  height: auto;
}
#Contact .Lines:after {
  bottom: 0;
  top: 0;
  height: auto;
  width: 700px;
  margin-left: -350px;
}
#Contact section {
  padding: 150px 0;
}
#Contact section h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1220px) {
  #Contact section h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #Contact section h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #Contact section h2 {
    font-size: 16px;
  }
}
#Contact section article {
  width: 50%;
  float: left;
}
#Contact section article p {
  line-height: 130%;
  margin-bottom: 30px;
  color: #1f325c;
}
#Contact section article hr {
  margin-bottom: 40px;
}
#Contact section article hr:after {
  left: 0;
  margin-left: 0;
}
#Contact section article address {
  line-height: 130%;
}
#Contact section article address a {
  color: #5d839e;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#Contact section article address a:hover {
  color: #1f325c;
}
#Contact section .alert.alert-danger {
  float: right;
 /* width: calc(50% - 70px);*/
  line-height: 130%;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #d90f0f !important;
}

#Contact section .alert.alert-danger2 {

  color: #d90f0f !important;
}

#Contact section form {
  float: right;
  width: 50%;
  padding-left: 70px;
  overflow: hidden;
}
#Contact section .Container:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  float: none;
}
@keyframes checkAnim {
  0% {
    width: 0px;
    height: 0px;
  }
  50% {
    width: 7px;
    height: 2px;
  }
  100% {
    width: 7px;
    height: 12px;
  }
}
@keyframes uncheckAnim {
  0% {
    width: 7px;
    height: 12px;
  }
  50% {
    width: 7px;
    height: 2px;
  }
  100% {
    width: 0px;
    height: 0px;
  }
}
/* RWD 
-------------------------------*/
@media screen and (max-width: 1220px) {
  #Contact section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  #Contact section article {
    padding-right: 20px;
  }
  #Contact section form {
    padding-left: 20px;
  }
  #Contact section .alert.alert-danger {
    float: right;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #Contact .Lines:after {
    width: 66%;
    margin-left: 0;
    left: 17%;
  }
  #Contact section {
    padding: 60px 0;
  }
  #Contact section article {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #Contact section article p {
    margin-bottom: 20px;
  }
  #Contact section form {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  #Contact section .alert.alert-danger {
    float: none;
    width: 100%;
    margin: 20px 0 -20px;
  }
}
body > header {
  position: fixed;
  left: 0;
  padding-top: 60px;
  z-index: 10;
  width: 100%;
  text-align: center;
}
body > header:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f4f7f9;
  border-bottom: 1px solid #b1c8d9;
  opacity: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body > header #Hamburger {
  position: absolute;
  top: 5px;
  left: -3px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -300px;
  padding: 0;
}
body > header #Hamburger span {
  position: absolute;
  display: block;
  width: 40px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body > header #Hamburger span:before,
body > header #Hamburger span:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body > header #Hamburger span:before {
  top: -11px;
}
body > header #Hamburger span:after {
  top: 11px;
}
body > header #Hamburger .White {
  opacity: 1;
  visibility: visible;
}
body > header #Hamburger .White,
body > header #Hamburger .White:before,
body > header #Hamburger .White:after {
  background-image: url('/nautikka/images/sprite.png');
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: -5px -10px;
}
body > header #Hamburger .Dark {
  opacity: 0;
  visibility: hidden;
}
body > header #Hamburger .Dark,
body > header #Hamburger .Dark:before,
body > header #Hamburger .Dark:after {
  background-image: url('/nautikka/images/sprite.png');
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: -55px -10px;
}
body > header #Hamburger:hover span:before {
  margin-left: 4px;
}
body > header #Hamburger:hover span:after {
  margin-left: -4px;
}
body > header #Logo {
  display: block;
  width: 150px;
  height: 64px;
  position: relative;
  margin: 14px auto;
  text-decoration: none;
}
body > header #Logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body > header #Logo img + img {
  opacity: 0;
  visibility: hidden;
}
body > header .Overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(31, 50, 92, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body > header #Menu {
  position: fixed;
  text-align: left;
  top: 0;
  left: 50%;
  margin-left: -100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 7.69230769vh 40px 10.25641026vh 0;
  background: #0075be;
  background: -webkit-linear-gradient(180deg, #0075be, #0061a6);
  background: -o-linear-gradient(180deg, #0075be, #0061a6);
  background: -moz-linear-gradient(180deg, #0075be, #0061a6);
  background: linear-gradient(180deg, #0075be, #0061a6);
  color: #ffffff;
  z-index: 2;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
body > header #Menu:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 95%;
  width: 50vw;
  height: 100%;
  background: inherit;
}
body > header #Menu .Cross {
  margin-left: -8px;
}
body > header #Menu a {
  color: #ffffff !important;
}
body > header #Menu nav > * {
  position: relative;
  opacity: 0;
  left: -20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body > header #Menu nav > *:nth-child(1) {
  transition-delay: 0.25s !important;
}
body > header #Menu nav > *:nth-child(2) {
  transition-delay: 0.3s !important;
}
body > header #Menu nav > *:nth-child(3) {
  transition-delay: 0.35s !important;
}
body > header #Menu nav > *:nth-child(4) {
  transition-delay: 0.4s !important;
}
body > header #Menu nav > *:nth-child(5) {
  transition-delay: 0.45s !important;
}
body > header #Menu nav > *:nth-child(6) {
  transition-delay: 0.5s !important;
}
body > header #Menu nav > *:nth-child(7) {
  transition-delay: 0.55s !important;
}
body > header #Menu nav > *:nth-child(8) {
  transition-delay: 0.6s !important;
}
body > header #Menu nav > *:nth-child(9) {
  transition-delay: 0.65s !important;
}
body > header #Menu nav > *:nth-child(10) {
  transition-delay: 0.7s !important;
}
body > header #Menu nav a {
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.05em;
  position: relative;
}
body > header #Menu nav a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5d839e;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body > header #Menu nav a:hover:after,
body > header #Menu nav a.Active:after {
  width: 100%;
}
body > header #Menu nav > a {
  font-weight: 800;
  line-height: 26px;
}
body > header #Menu nav > a:not(:first-of-type) {
  margin-top: 14px;
}
body > header #Menu nav li a,
body > header #Menu nav .second-menu a {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
body > header #Menu address {
  position: relative;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.04em;
  opacity: 0;
  left: -20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body > header #Menu address p {
  margin-top: 6px;
}
body > header #Menu address strong {
  font-weight: 700;
}
body > header #Menu address .FbIco {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  overflow: hidden;
  text-indent: -300px;
  top: 2px;
  margin-right: 2px;
  background-image: url('/nautikka/images/sprite.png');
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: -100px 0;
}
body > header #Menu.Show {
  margin-left: -620px;
}
body > header #Menu.Show + .Overlay {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  pointer-events: auto;
}
body > header #Menu.Show nav > * {
  left: 0;
  opacity: 1;
}
body > header #Menu.Show address {
  left: 0;
  opacity: 1;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
body > header.Short {
  padding-top: 0 !important;
}
body > header.Short:before {
  height: 101%;
  opacity: 1;
}
body > header.Short #Hamburger .White {
  opacity: 0;
  visibility: hidden;
}
body > header.Short #Hamburger .Dark {
  opacity: 1;
  visibility: visible;
}
body > header.Short #Logo {
  height: 52px !important;
}
body > header.Short #Logo img {
  opacity: 0;
  visibility: hidden;
}
body > header.Short #Logo img + img {
  opacity: 1;
  visibility: visible;
}
/* RWD 
-------------------------------*/
@media screen and (max-width: 1400px) {
  body > header #Menu.Show {
    margin-left: -590px;
  }
}
@media screen and (max-width: 1220px) {
  body > header #Menu.Show {
    margin-left: -480px;
  }
}
@media screen and (max-width: 1000px) {
  body > header #Menu.Show {
    margin-left: -355px;
  }
}
@media screen and (max-width: 767px) {
  body > header {
    padding-top: 0 !important;
  }
  body > header #Logo {
    height: 52px !important;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  body > header #Hamburger {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  body > header.Short #Logo {
    height: 40px !important;
    margin: 10px auto;
  }
  body > header.Short #Hamburger {
    top: 0;
  }
  body > header #Menu {
    left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -200px;
  }
  body > header #Menu.Show {
    margin-left: 0;
  }
  body > header #Menu nav > a {
    line-height: 32px;
  }
  body > header #Menu nav > a:not(:first-of-type) {
    margin-top: 20px;
  }
  body > header #Menu nav li a,
  body > header #Menu nav .second-menu a {
    line-height: 28px;
  }
  body > header #Menu address {
    opacity: 0 !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  body > header #Menu {
    padding-bottom: 20px;
  }
  body > header #Menu nav > a {
    line-height: 24px;
  }
  body > header #Menu nav > a:not(:first-of-type) {
    margin-top: 12px;
  }
  body > header #Menu nav li a,
  body > header #Menu nav .second-menu a {
    line-height: 20px;
  }
  body > header #Menu address {
    display: none;
  }
}
#HomePage {
  padding-top: 0;
}
#HomePage #Banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#HomePage #Banner .swiper-container {
  height: 100%;
}
#HomePage #Banner .swiper-slide {
  background-color: #1f325c;
  height: 100%;
}
#HomePage #Banner .swiper-slide figure {
  height: 100%;
}
#HomePage #Banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  object-fit: cover;
}
#HomePage #Banner .swiper-slide div {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -620px;
  text-align: center;
}
#HomePage #Banner .swiper-slide div h3 {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
}
#HomePage #Banner .swiper-slide div h3 b {
  font-weight: 800;
  font-size: 12px;
}
@media screen and (max-width: 1220px) {
  #HomePage #Banner .swiper-slide div h3 b {
    font-size: 11px;
  }
}
#HomePage #Banner .swiper-slide div h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1220px) {
  #HomePage #Banner .swiper-slide div h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1000px) {
  #HomePage #Banner .swiper-slide div h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  #HomePage #Banner .swiper-slide div h2 {
    font-size: 26px;
  }
}
#HomePage #Banner .Prev,
#HomePage #Banner .Next {
  bottom: 25px;
  top: auto;
  margin-top: 0;
}
#HomePage #Banner .Prev {
  left: 50%;
  padding-left: 15px;
  margin-left: -618px;
}
#HomePage #Banner .Next {
  right: 50%;
  padding-right: 15px;
  margin-right: -618px;
}
#HomePage #Banner #GoDown {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 1;
}
#HomePage #What {
  padding: 100px 0 180px;
  background: #f4f7f9;
}
#HomePage #What .Container figure {
  display: block;
  width: 50%;
  height: 420px;
  position: relative;
  float: left;
}
#HomePage #What .Container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#HomePage #What .Container figure:nth-of-type(even) {
  float: right;
}
#HomePage #What .Container > div {
  width: 50%;
  position: relative;
  padding: 35px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#HomePage #What .Container > div h1,
#HomePage #What .Container > div h2 {
  font-size: 26px;
  font-weight: 800;
  color: #1f325c;
  margin-bottom: 15px;
}
@media screen and (max-width: 1220px) {
  #HomePage #What .Container > div h1,
  #HomePage #What .Container > div h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #HomePage #What .Container > div h1,
  #HomePage #What .Container > div h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #HomePage #What .Container > div h1,
  #HomePage #What .Container > div h2 {
    font-size: 16px;
  }
}
#HomePage #What .Container > div p {
  margin-bottom: 10px;
  line-height: 130%;
}
#HomePage #What .Container > div:nth-of-type(even) {
  float: left;
}
#HomePage #What .Container > div:nth-of-type(1) {
  height: 250px;
  padding-left: 70px;
}
#HomePage #What .Container > div:nth-of-type(2) {
  height: 250px;
}
#HomePage #What .Container > div:nth-of-type(3) {
  height: 410px;
  padding-left: 70px;
}
#HomePage #What .Container:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  float: none;
}
#HomePage #Investments {
  text-align: center;
  background-color: transparent;
}
#HomePage #Investments .Container {
  padding-top: 35px;
  z-index: 1;
}
#HomePage #Investments canvas {
  height: calc(100% + 300px) !important;
}
#HomePage #Investments:before {
  content: '';
  display: block;
  width: 100%;
  height: 65px;
  background-image: url('/nautikka/images/wave.png');
  background-size: auto;
  background-position: center bottom;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#HomePage .Water {
  text-align: center;
}
#HomePage .Water .Waves {
  top: 240px;
}
#HomePage .Water .Grid {
  margin: 40px 0 100px;
  height: 380px;
  text-align: center;
}
#HomePage .Water .Grid .Item {
  position: relative;
  vertical-align: top;
  width: 360px;
  margin: -60px 25px 0;
  height: 360px;
  display: inline-block;
  border: 4px solid #5d839e;
  border-radius: 10px;
  padding: 70px 20px;
  transition: height 0.3s ease, border-color 0.3s ease;
}
#HomePage .Water .Grid .Item span {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 800;
  font-size: 26px;
  color: #f4f7f9;
}
@media screen and (max-width: 1220px) {
  #HomePage .Water .Grid .Item span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #HomePage .Water .Grid .Item span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #HomePage .Water .Grid .Item span {
    font-size: 16px;
  }
}
#HomePage .Water .Grid .Item figure {
  width: 40%;
  height: 130px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 30%;
  margin-top: -65px;
}
#HomePage .Water .Grid .Item figure img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#HomePage .Water .Grid .Item:hover {
  height: 360px;
  border-color: #1f325c;
  z-index: 8 !important;
}
#HomePage .Water .Grid .Item:hover figure {
  width: 50%;
  height: 150px;
  left: 25%;
  margin-top: -80px;
}
#HomePage .Water .Grid .Item:nth-of-type(1) {
  z-index: 4;
}
#HomePage .Water .Grid .Item:nth-of-type(2) {
  z-index: 3;
}
#HomePage .Water .Grid .Item:nth-of-type(3) {
  z-index: 2;
}
#HomePage .Water > .Btn {
  position: relative;
  margin: 5px auto 20px;
  z-index: 8;
}
#HomePage .Water article {
  padding: 110px 0 270px;
}
/* RWD 
-------------------------------*/
@media screen and (max-width: 1400px) {
  #HomePage #Banner .swiper-slide div {
    margin-left: -590px;
  }
  #HomePage #Banner .Prev {
    margin-left: -588px;
  }
  #HomePage #Banner .Next {
    margin-right: -588px;
  }
  #HomePage .Water .Grid .Item {
    width: 340px;
  }
}
@media screen and (max-width: 1220px) {
  #HomePage #Banner .swiper-slide div {
    margin-left: -480px;
  }
  #HomePage #Banner .Prev {
    margin-left: -478px;
  }
  #HomePage #Banner .Next {
    margin-right: -478px;
  }
  #HomePage #What {
    padding-bottom: 120px;
  }
  #HomePage #What .Container figure {
    height: 325px;
  }
  #HomePage .Water .Grid .Item {
    width: 280px;
    height: 260px;
  }
  #HomePage .Water .Grid .Item figure {
    width: 50%;
    left: 25%;
    margin-top: -55px;
  }
  #HomePage .Water .Grid .Item:hover {
    height: 260px;
  }
  #HomePage .Water .Grid .Item:hover figure {
    margin-top: -55px;
  }
  #HomePage .Water article {
    padding: 80px 0 220px;
  }
}
@media screen and (max-width: 1000px) {
  #HomePage #Banner .swiper-slide div {
    margin-left: -355px;
    top: 50%;
  }
  #HomePage #Banner .Prev {
    margin-left: -353px;
  }
  #HomePage #Banner .Next {
    margin-right: -353px;
  }
  #HomePage #What .Container figure {
    height: 260px;
  }
  #HomePage #What .Container > div {
    padding: 20px;
  }
  #HomePage #What .Container > div:nth-of-type(1) {
    padding-left: 40px;
  }
  #HomePage #What .Container > div:nth-of-type(3) {
    padding-left: 40px;
    height: 300px;
  }
  #HomePage .Water .Grid {
    margin-bottom: 80px;
  }
  #HomePage .Water .Grid .Item {
    width: 210px;
    height: 240px;
    margin: -60px 15px 0;
  }
  #HomePage .Water .Grid .Item figure {
    width: 60%;
    left: 20%;
    margin-top: -50px;
  }
  #HomePage .Water .Grid .Item:hover {
    height: 240px;
  }
  #HomePage .Water .Grid .Item:hover figure {
    width: 60%;
    left: 20%;
    margin-top: -55px;
  }
}
@media screen and (max-width: 767px) {
  #HomePage #Banner .swiper-slide img {
    margin-top: -5%;
  }
  #HomePage #Banner .swiper-slide div {
    width: 100%;
    padding: 0 40px;
    left: 0;
    margin-left: 0;
    top: 50%;
  }
  #HomePage #Banner .swiper-slide div h3 {
    margin-bottom: 20px;
  }
  #HomePage #Banner .Prev {
    margin-left: 0;
    left: 18px;
  }
  #HomePage #Banner .Next {
    margin-right: 0;
    right: 18px;
  }
  #HomePage #What {
    padding-top: 40px;
  }
  #HomePage #What .Container {
    display: flex;
    flex-direction: column;
  }
  #HomePage #What .Container figure {
    top: 0 !important;
    height: 200px;
  }
  #HomePage #What .Container div {
    height: auto !important;
    padding: 40px 0 20px !important;
  }
  #HomePage #What .Container figure,
  #HomePage #What .Container div {
    width: 100%;
    float: none;
  }
  #HomePage #What .Container figure:nth-child(1),
  #HomePage #What .Container div:nth-child(1) {
    order: 2;
  }
  #HomePage #What .Container figure:nth-child(2),
  #HomePage #What .Container div:nth-child(2) {
    order: 1;
  }
  #HomePage #What .Container figure:nth-child(3),
  #HomePage #What .Container div:nth-child(3) {
    order: 4;
  }
  #HomePage #What .Container figure:nth-child(4),
  #HomePage #What .Container div:nth-child(4) {
    order: 3;
  }
  #HomePage #What .Container figure:nth-child(5),
  #HomePage #What .Container div:nth-child(5) {
    order: 6;
  }
  #HomePage #What .Container figure:nth-child(6),
  #HomePage #What .Container div:nth-child{    padding-top: 0;
  }
  #HomePage .Water .Grid {
    width: 280px;
    margin: 0 auto 0;
    height: auto;
  }
  #HomePage .Water .Grid .Item {
    width: 100%;
    margin: 0 0px 20px;
    border-width: 2px;
    height: 140px !important;
    z-index: 8 !important;
    background: rgba(255, 255, 255, 0.7);
    top: 0 !important;
  }
  #HomePage .Water .Grid .Item figure {
    height: 100px !important;
    margin-top: -50px !important;
    top: 50%;
  }
  #HomePage .Water article {
    padding: 30px 0 150px;
  }
}
body > footer {
  font-size: 12px;
  background-color: #b1c8d9;
  position: relative;
}
@media screen and (max-width: 1220px) {
  body > footer {
    font-size: 11px;
  }
}
body > footer #GoUp {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 35px;
  z-index: 7;
}
body > footer .Container {
  padding: 40px 0 90px;
  display: flex;
  justify-content: space-between;
}
body > footer .Container .Logo {
  float: left;
  position: relative;
  top: -10px;
  flex: 3;
}
body > footer .Container .Logo img {
  display: block;
  width: 242px;
  height: auto;
}
body > footer .Container p,
body > footer .Container nav a {
  text-transform: uppercase;
  color: #5d839e;
}
body > footer .Container p {
  text-align: center;
  margin: 0 auto;
  display: block;
  flex: 1;
}
body > footer .Container nav {
  flex: 3;
  text-align: right;
}
body > footer .Container nav p {
  display: flex;
  justify-content: space-between;
}
body > footer .Container nav a:not(:first-of-type) {
  margin-left: 25px;
}
body > footer .Container:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  float: none;
  flex: 0;
}
/* RWD 
-------------------------------*/
@media screen and (max-width: 1220px) {
  body > footer .Container {
    padding-bottom: 60px;
  }
  body > footer .Container .Logo img {
    width: 190px;
  }
}
@media screen and (max-width: 1000px) {
  body > footer .Container {
    display: block;
    padding-bottom: 30px;
  }
  body > footer .Container .Logo {
    float: left;
  }
  body > footer .Container p {
    float: right;
  }
  body > footer .Container nav {
    width: 100%;
    clear: both;
  }
  body > footer .Container nav a {
    padding: 5px 0;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  body > footer .Container {
    padding: 30px 0 20px;
  }
  body > footer .Container .Logo {
    display: none;
  }
  body > footer .Container > p {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  body > footer .Container nav {
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  body > footer .Container nav a {
    padding: 8px 0;
    margin: 0 !important;
  }
}
.Investment {
  overflow: hidden;
}
.Investment #Building header {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: right;
  z-index: 1;
  padding-top: 30px;
  pointer-events: none;
  z-index: 3;
}
.Investment #Building header img {
  max-width: 150px;
  max-height: 120px;
}
.Investment #Building footer {
  background: #bee2eb;
  text-align: center;
  padding: 40px 0;
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 1220px) {
  .Investment #Building footer {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .Investment #Building footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Investment #Building footer {
    font-size: 13px;
  }
}
.Investment #Building footer .Btn {
  margin: 0 10px;
  font-size: 18px;
}
@media screen and (max-width: 1220px) {
  .Investment #Building footer .Btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .Investment #Building footer .Btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Investment #Building footer .Btn {
    font-size: 13px;
  }
}
.Investment #Building footer .Btn.Active {
  font-weight: 800;
}
.Investment #Building .Window {
  position: relative;
  min-height: 300px;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.Investment #Building .Window .InvestLogo {
  max-width: 150px;
  max-height: 120px;
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 1;
}
.Investment #Building .MapImage {
  z-index: 2;
  opacity: 1;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.Investment #Building .MapImage figure {
  background: #1f325c;
}
.Investment #Building .MapImage figure:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(244, 247, 249, 0);
  background: -webkit-linear-gradient(0deg, rgba(244, 247, 249, 0), #f4f7f9);
  background: -o-linear-gradient(0deg, rgba(244, 247, 249, 0), #f4f7f9);
  background: -moz-linear-gradient(0deg, rgba(244, 247, 249, 0), #f4f7f9);
  background: linear-gradient(0deg, rgba(244, 247, 249, 0), #f4f7f9);
  z-index: 1;
  pointer-events: none;
}
.Investment #Building .MapImage figure > img {
  opacity: 1;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.Investment #Building .MapImage figure figcaption {
  opacity: 0.8;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.Investment #Building .MapImage figure figcaption .Caption {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  width: 80px;
  height: 5px;
  margin-left: -80px;
}
.Investment #Building .MapImage figure figcaption .Caption:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.Investment #Building .MapImage figure figcaption .Caption span {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  font-weight: 800;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 1220px) {
  .Investment #Building .MapImage figure figcaption .Caption span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .Investment #Building .MapImage figure figcaption .Caption span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Investment #Building .MapImage figure figcaption .Caption span {
    font-size: 13px;
  }
}
.Investment #Building .MapImage figure figcaption .Caption.Active:before,
.Investment #Building .MapImage figure figcaption .Caption.Selected:before {
  width: 100%;
}
.Investment #Building .MapImage figure figcaption .Caption.Active span,
.Investment #Building .MapImage figure figcaption .Caption.Selected span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.Investment #Building .MapImage figure figcaption .Caption.Active + img,
.Investment #Building .MapImage figure figcaption .Caption.Selected + img {
  opacity: 0.5;
  visibility: visible;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.Investment #Building .MapImage figure figcaption .Caption.Selected + img {
  opacity: 0.7;
}
.Investment #Building .MapImage figure figcaption .Caption.Right {
  margin-left: 0;
}
.Investment #Building .MapImage figure figcaption .Caption.Right:before {
  right: auto;
  left: 0;
}
.Investment #Building .MapImage figure figcaption .Caption.Right span {
  left: auto;
  right: 0;
}
.Investment #Building .MapImage figure:hover > img {
  opacity: 0.85;
}
.Investment #Building .MapImage figure:hover figcaption {
  opacity: 1;
}
.Investment #Building .List {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 140px 0 40px;
  opacity: 0;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.Investment #Building .List .Container {
  height: 100%;
}
.Investment #Building .List ::-webkit-scrollbar {
  width: 8px;
}
.Investment #Building .List ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #9dd4e1;
  background: -webkit-linear-gradient(180deg, #9dd4e1, #42a1bb);
  background: -o-linear-gradient(180deg, #9dd4e1, #42a1bb);
  background: -moz-linear-gradient(180deg, #9dd4e1, #42a1bb);
  background: linear-gradient(180deg, #9dd4e1, #42a1bb);
}
.Investment #Building .List .TableWrapper {
  margin: 0 auto;
  max-width: 1120px;
  max-height: 100%;
  background: #f4f7f9;
  border: 2px solid #b1c8d9;
  border-radius: 10px;
  padding: 1px 50px;
  position: relative;
  overflow: auto;
}
.Investment #Building .List .TableWrapper table {
  width: 100%;
  border: 0;
}
.Investment #Building .List .TableWrapper table thead {
  color: #5d839e;
}
.Investment #Building .List .TableWrapper table tbody {
  color: #1f325c;
}
.Investment #Building .List .TableWrapper table tbody tr {
  border-top: 2px solid #b1c8d9;
  position: relative;
  cursor: pointer;
}
.Investment #Building .List .TableWrapper table tbody tr td {
  font-weight: 400;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Investment #Building .List .TableWrapper table tbody tr td:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: rgba(190, 226, 235, 0.4);
  opacity: 0;
  z-index: -1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Investment #Building .List .TableWrapper table tbody tr td:first-of-type:before {
  left: -50px;
}
.Investment #Building .List .TableWrapper table tbody tr td:last-of-type:before {
  right: -50px;
}
.Investment #Building .List .TableWrapper table tbody tr.Active td:before,
.Investment #Building .List .TableWrapper table tbody tr.Selected td:before {
  opacity: 1;
}
.Investment #Building .List .TableWrapper table td,
.Investment #Building .List .TableWrapper table th {
  height: 54px;
  text-align: center;
  padding: 0 5px;
}
.Investment #Building .List .TableWrapper table th {
  padding: 15px 5px;
}
.Investment #Building .List .TableWrapper table td {
  line-height: 44px;
}
.Investment.ListView #Building .Window {
  min-height: 580px;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.Investment.ListView #Building .MapImage {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  pointer-events: none;
}
.Investment.ListView #Building .List {
  opacity: 1;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.Investment.Condensed #Building .Window {
  display: flex;
  min-height: 400px;
}
.Investment.Condensed #Building .Window figure {
  width: 50%;
  flex: 1 1 50%;
  position: relative;
  float: left;
}
.Investment.Condensed #Building .Window figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Investment.Condensed #Building .Window .List {
  position: relative;
  opacity: 1;
  width: 50%;
  flex: 1 1 50%;
  height: auto;
  padding: 50px 5vw;
}
.Investment.Condensed #Building footer {
  text-align: right;
  color: #5d839e;
}
.Investment .MapImage {
  position: relative;
}
.Investment .MapImage figure img {
  display: block;
  width: 100%;
  height: auto;
}
.Investment .MapImage figure figcaption img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.Investment #Floor {
  background: #f4f7f9;
}
.Investment #Floor header {
  text-align: center;
  padding: 30px 0 30px;
}
.Investment #Floor header h3 {
  margin-bottom: 15px;
  color: #2c859b;
  font-size: 18px;
}
@media screen and (max-width: 1220px) {
  .Investment #Floor header h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .Investment #Floor header h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Investment #Floor header h3 {
    font-size: 13px;
  }
}
.Investment #Floor header nav {
  display: inline-block;
  position: relative;
  height: 54px;
  border-style: solid;
  border-width: 2px 0 2px 0;
  border-image: linear-gradient(90deg, #498792 0%, #7bbfde 100%);
  border-image-slice: 1;
}
.Investment #Floor header nav:before,
.Investment #Floor header nav:after {
  content: '';
  position: absolute;
  width: 12px;
  height: calc(100% + 4px);
  top: -2px;
  border-style: solid;
}
.Investment #Floor header nav:before {
  right: 99%;
  border-width: 2px;
  border-radius: 10px 0 0 10px;
  border-color: #498792;
  border-right-color: transparent;
}
.Investment #Floor header nav:after {
  left: 99%;
  border-width: 2px;
  border-radius: 0 10px 10px 0;
  border-color: #7bbfde;
  border-left-color: transparent;
}
.Investment #Floor header nav a {
  display: inline-block;
  width: 60px;
  text-align: center;
  padding: 0 15px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 300;
  color: #2c859b;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1220px) {
  .Investment #Floor header nav a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .Investment #Floor header nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Investment #Floor header nav a {
    font-size: 13px;
  }
}
.Investment #Floor header nav a.Selected {
  font-weight: 800;
}
.Investment #Floor header nav.WithFloors a {
  position: relative;
  line-height: 45px;
  height: 50px;
  width: 90px;
}
.Investment #Floor header nav.WithFloors a span {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 300 !important;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}
.Investment #Floor header.Double {
  display: flex;
  justify-content: center;
}
.Investment #Floor header.Double > div {
  margin: 0 40px;
}
.Investment #Floor #Floors {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.Investment #Floor #Floors #FloorWrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.Investment #Floor #Floors figure {
  padding: 70px 0;
  width: 100%;
  position: relative;
  height: auto;
  opacity: 0.2;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.Investment #Floor #Floors figure img {
  width: 100%;
  height: auto;
}
.Investment #Floor #Floors figure > img {
  position: relative;
  z-index: 1;
}
.Investment #Floor #Floors figure figcaption img {
  top: 70px;
  opacity: 0.4;
  visibility: visible;
  z-index: 1;
}
.Investment #Floor #Floors figure figcaption img.Selected {
  opacity: 0.8;
  visibility: visible;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.Investment #Floor #Floors figure figcaption img.Active {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.Investment #Floor #Floors figure.Selected {
  opacity: 1;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.Investment h2:not(.BottomLine) {
  color: #2c859b;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 1220px) {
  .Investment h2:not(.BottomLine) {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Investment h2:not(.BottomLine) {
    font-size: 13px;
  }
}
.Investment h1 {
  font-size: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1220px) {
  .Investment h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .Investment h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Investment h1 {
    font-size: 16px;
  }
}
.Investment #Flat {
  padding: 90px 0 120px;
}
.Investment #Flat article {
  padding-right: 55%;
  position: relative;
  color: #1f325c;
}
.Investment #Flat article p,
.Investment #Flat article dl,
.Investment #Flat article ul {
  color: #1f325c;
  margin-bottom: 20px;
}
.Investment #Flat article figure {
  position: absolute;
  top: 15px;
  right: -30px;
  width: 45%;
  height: 100%;
  text-align: center;
}
.Investment #Flat article figure img {
  max-width: 100%;
  max-height: 86%;
  height: auto;
  position: relative;
  right: -70px;
}
.Investment #Flat article figure .Btn {
  position: relative;
  margin: 30px auto 0;
}
.Investment #Flat article dl div {
  margin-bottom: 6px;
}
.Investment #Flat article dl dt {
  font-weight: 700;
  min-width: 220px;
  display: inline-block;
}
.Investment #Flat article dl dd {
  font-weight: 500;
  display: inline-block;
}
.Investment #Flat article hr {
  margin: 30px 0;
}
.Investment #Flat article hr:after {
  left: 0;
  margin-left: 0;
}
.Investment #Flat article > .Btn {
  margin-top: 20px;
}
.Investment #Flat article.Binded {
  display: none;
}
.Investment #Flat article.Binded.Selected {
  display: block;
}
.Investment #Flat article.FullImage {
  padding: 0;
}
.Investment #Flat article.FullImage figure {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
}
.Investment .Art article {
  padding-right: 70px;
}
.Investment .Art article figure {
  width: calc(50% + 70px);
}
.Investment .Facilities {
  background: #f4f7f9;
}
.Investment .Facilities article {
  color: #1f325c;
}
.Investment .Facilities article figure {
  top: -50px;
  margin-top: 20px;
}
.Investment .Facilities .swiper-slide footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 70px;
}
.Investment .Facilities .swiper-slide footer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006480;
  background: -webkit-linear-gradient(90deg, #006480, #63c2d2);
  background: -o-linear-gradient(90deg, #006480, #63c2d2);
  background: -moz-linear-gradient(90deg, #006480, #63c2d2);
  background: linear-gradient(90deg, #006480, #63c2d2);
  opacity: 0.8;
}
.Investment .Facilities .swiper-slide footer h4 {
  color: #ffffff;
  font-size: 26px;
  line-height: 34px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 1220px) {
  .Investment .Facilities .swiper-slide footer h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .Investment .Facilities .swiper-slide footer h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Investment .Facilities .swiper-slide footer h4 {
    font-size: 16px;
  }
}
.Investment .Facilities .swiper-slide footer h4 i {
  font-size: 16px;
}
@media screen and (max-width: 1220px) {
  .Investment .Facilities .swiper-slide footer h4 i {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Investment .Facilities .swiper-slide footer h4 i {
    font-size: 13px;
  }
}
.Investment .Facilities .swiper-slide footer .Btn {
  float: right;
  display: inline-block;
}
.Investment .Facilities .Pagination {
  margin-bottom: 70px;
}
.Investment .Facilities.Dark {
  background: #006480;
  background: -webkit-linear-gradient(90deg, #006480, #63c2d2);
  background: -o-linear-gradient(90deg, #006480, #63c2d2);
  background: -moz-linear-gradient(90deg, #006480, #63c2d2);
  background: linear-gradient(90deg, #006480, #63c2d2);
  color: #ffffff;
}
.Investment .Facilities.Dark h3 {
  color: #ffffff;
}
.Investment .Facilities.Dark h3:after {
  background: #ffffff;
}
.Investment .Facilities.Dark article {
  color: #ffffff;
}
.Investment .Facilities + .Facilities article {
  margin-left: 50%;
  padding-right: 0;
  padding-left: 70px;
}
.Investment .Facilities + .Facilities article figure {
  left: -70px;
  right: auto;
  margin-top: -30px;
}
.Investment #More {
  padding: 50px 0;
}
.Investment #More header {
  text-align: center;
  margin-bottom: 80px;
}
.Investment #More header h2 {
  margin-bottom: 20px;
}
.Investment #More header p {
  font-size: 18px;
  color: #1f325c;
  line-height: 130%;
}
@media screen and (max-width: 1220px) {
  .Investment #More header p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .Investment #More header p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Investment #More header p {
    font-size: 13px;
  }
}
.Investment #More .Grid .Item {
  width: 50%;
  height: 15vw;
  float: left;
  position: relative;
}
.Investment #More .Grid .Item figure {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.Investment #More .Grid .Item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Investment #More .Grid .Item figcaption {
  width: 50%;
  height: 100%;
  text-align: center;
  color: #1f325c;
  background: #f4f7f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
}
.Investment #More .Grid .Item figcaption h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1.8vw;
  position: relative;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1220px) {
  .Investment #More .Grid .Item figcaption h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Investment #More .Grid .Item figcaption h3 {
    font-size: 13px;
  }
}
.Investment #More .Grid .Item figcaption p {
  font-size: 14px;
  line-height: 130%;
  position: relative;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1220px) {
  .Investment #More .Grid .Item figcaption p {
    font-size: 13px;
  }
}
.Investment #More .Grid .Item figcaption.AnimIn h3,
.Investment #More .Grid .Item figcaption.AnimIn p {
  top: 20px;
  opacity: 0;
}
.Investment #More .Grid .Item figcaption.AnimShow h3,
.Investment #More .Grid .Item figcaption.AnimShow p {
  top: 0;
  opacity: 1;
}
.Investment #More .Grid .Item.Switch figure {
  float: right;
}
.Investment #More .Grid .Item.Right {
  float: right;
}
.Investment #More .Grid .Item.Big {
  height: 30vw;
}
.Investment #More .Grid .Item.Big figure {
  width: 100%;
}
.Investment #More .Grid .Item.Tripple figure {
  width: 50%;
  height: 50%;
}
.Investment #More .Grid .Item.Tripple figure:nth-of-type(2) {
  float: right;
  height: 100%;
}
.Investment #More .Grid .Item.Color2 figcaption {
  background: #2c859b;
  color: #ffffff;
}
.Investment #More .Grid .Item.Color2 figcaption h3 {
  color: #ffffff;
}
.Investment #More .Grid .Item.Color3 figcaption {
  background: #63c2d2;
  color: #ffffff;
}
.Investment #More .Grid .Item.Color3 figcaption h3 {
  color: #ffffff;
}
.Investment #More .Grid .Item.Color4 figcaption {
  background: #9dd4e1;
  color: #ffffff;
}
.Investment #More .Grid .Item.Color4 figcaption h3 {
  color: #ffffff;
}
.Investment #More .Grid .Item.Color5 figcaption {
  background: #ffffff;
}
.Investment #More .Grid .Item .VideoTrigger {
  cursor: pointer;
}
.Investment #More .Grid .Item .VideoTrigger img {
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Investment #More .Grid .Item .VideoTrigger button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Investment #More .Grid .Item .VideoTrigger button:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-width: 20px 0 20px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Investment #More .Grid .Item .VideoTrigger:hover img {
  opacity: 0.9;
}
.Investment #More .Grid .Item .VideoTrigger:hover button {
  border-color: #9dd4e1;
}
.Investment #More .Grid .Item .VideoTrigger:hover button:after {
  border-left-color: #9dd4e1;
}
.Investment #More .Grid:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  float: none;
}
.Investment #Location {
  padding: 25px 0 0;
}
.Investment #Location article {
  color: #1f325c;
}
.Investment #Location article h2:after {
  left: 0;
  margin-left: 0;
}
.Investment #Location article p {
  font-size: 14px;
}
@media screen and (max-width: 1220px) {
  .Investment #Location article p {
    font-size: 13px;
  }
}
.Investment #Location article b,
.Investment #Location article strong {
  font-weight: 700;
}
.Investment #Location article #Map {
  width: 100%;
  height: 340px;
}
.Investment #Location .Pagination {
  margin: 0;
}
.Investment #Location figure {
  position: absolute;
  top: 0;
  margin-top: 120px;
  right: 0;
  width: 50%;
}
.Investment #Location figure address {
  font-size: 16px;
  font-weight: 700;
  pointer-events: none;
  margin-top: 30px;
}
@media screen and (max-width: 1220px) {
  .Investment #Location figure address {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Investment #Location figure address {
    font-size: 13px;
  }
}
.Investment #Location figure p {
  margin-top: 10px;
}
.Investment .Facilities .Pagination,
.Investment #Location .Pagination {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
}
.Investment .Facilities .Pagination .swiper-pagination-bullet,
.Investment #Location .Pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.Investment #Log {
  overflow: hidden;
  padding-top: 35px;
}
.Investment #Log .BgWave {
  top: 400px;
}
.Investment#Villa ~ footer {
  margin-top: 120px;
}
.Investment#Villa ~ footer #GoUp {
  color: #5d839e;
}
.Investment#Villa ~ footer #GoUp:before {
  background: #5d839e;
}
.Investment#Villa ~ footer #GoUp:after {
  border-color: #5d839e;
}
.Investment#Villa ~ footer #GoUp:hover {
  color: #5d839e;
}
/* RWD 
-------------------------------*/
@media screen and (min-width: 1401px) {
  .Investment .Facilities {
    min-height: 440px;
  }
}
@media screen and (min-width: 768px) {
  #Resort #Building .MapImage figure:before {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .Investment #Flat article figure img {
    right: 0;
  }
  .Investment .Art article figure {
    width: 50%;
  }
  .Investment .Facilities + .Facilities article figure {
    left: 0;
  }
}
@media screen and (max-width: 1220px) {
  .Investment #Building .Window .InvestLogo {
    max-width: 100px;
    max-height: 80px;
    left: 30px;
    top: 20px;
  }
  .Investment #Flat article figure {
    right: 0;
  }
  .Investment .Facilities .swiper-slide footer {
    padding: 20px 30px;
  }
  .Investment #More .Grid .Item figcaption {
    padding: 1vw;
  }
  .Investment #More .Grid .Item figcaption h3 {
    margin-bottom: 1vw;
  }
  .Investment #Location {
    padding-top: 0;
  }
  .Investment #Location article #Map {
    height: 300px;
  }
  .Investment #Location figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .Investment.Condensed #Building .Window figure {
    width: 40%;
    flex: 1 1 40%;
  }
  .Investment.Condensed #Building .Window .List {
    width: 60%;
    flex: 1 1 60%;
  }
}
@media screen and (max-width: 1000px) {
  .Investment #Building .Window {
    min-height: 280px;
  }
  .Investment #Building .Window .InvestLogo {
    top: 40px;
  }
  .Investment #Building footer {
    padding: 20px 0;
  }
  .Investment #Floor header nav {
    height: 44px;
  }
  .Investment #Floor header nav a {
    line-height: 40px;
    width: 50px;
    padding: 0 10px;
  }
  .Investment #Floor header nav.WithFloors a {
    line-height: 35px;
    height: 40px;
    padding: 0 5px;
    width: 80px;
  }
  .Investment #Flat {
    padding-bottom: 60px;
  }
  .Investment #Flat article {
    padding-right: 50%;
  }
  .Investment .Art article {
    padding-right: 20px;
  }
  .Investment .Facilities article {
    padding-bottom: 50px;
  }
  .Investment .Facilities article figure {
    margin-top: 120px;
  }
  .Investment .Facilities .swiper-slide footer {
    padding: 10px 18px;
  }
  .Investment .Facilities .swiper-slide footer h4 {
    font-size: 16px;
  }
  .Investment .Facilities + .Facilities article {
    padding-left: 20px;
  }
  .Investment .Facilities + .Facilities article figure {
    margin-top: 80px;
  }
  .Investment #More {
    padding-bottom: 30px;
  }
  .Investment #More header {
    margin-bottom: 40px;
  }
  .Investment #More .Grid .Item {
    width: 100%;
    height: 30vw;
  }
  .Investment #More .Grid .Item figcaption {
    padding: 5vw;
  }
  .Investment #More .Grid .Item:first-of-type figure,
  .Investment #More .Grid .Item:last-of-type figure {
    float: right;
  }
  .Investment #More .Grid .Item.Big {
    height: 60vw;
  }
  .Investment.Condensed #Building .Window {
    display: block;
  }
  .Investment.Condensed #Building .Window figure {
    width: 100%;
    max-height: 70vh;
    float: none;
    overflow: hidden;
  }
  .Investment.Condensed #Building .Window .List {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .Investment #Building header {
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .Investment #Building header img {
    max-width: 120px;
    max-height: 90px;
  }
  .Investment #Building .Window .InvestLogo {
    top: 20px;
    left: 20px;
  }
  .Investment #Building .MapImage {
    background: #f4f7f9;
    padding-top: 50px;
  }
  .Investment #Building .MapImage figure {
    width: 100%;
    height: 180px;
    position: relative;
    background: #f4f7f9;
  }
  .Investment #Building .MapImage figure:before {
    height: 100px;
  }
  .Investment #Building .MapImage figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .Investment #Building .MapImage figure figcaption,
  .Investment #Building .MapImage figure map {
    display: none;
  }
  .Investment #Building .List {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    padding: 10px 0;
  }
  .Investment #Building .List .TableWrapper {
    padding: 1px 10px;
    margin: 0 -20px;
    border-radius: 0;
    border: 0;
    background: transparent;
    max-height: 50vh;
  }
  .Investment #Building .List .TableWrapper table td {
    min-height: 44px;
    line-height: 100%;
    padding: 15px 3px;
  }
  .Investment #Building .List .TableWrapper table th {
    font-size: 10px;
    padding: 10px 3px;
  }
  .Investment #Building .List .TableWrapper table tbody tr td:first-of-type:before {
    left: -10px;
  }
  .Investment #Building .List .TableWrapper table tbody tr td:last-of-type:before {
    right: -10px;
  }
  .Investment #Building footer {
    display: none;
  }
  .Investment #Floor header {
    padding-bottom: 10px;
  }
  .Investment #Floor header nav a {
    width: 40px;
  }
  .Investment #Floor #Floors figure {
    padding: 30px 0;
  }
  .Investment #Floor #Floors figure figcaption img {
    top: 30px;
  }
  .Investment #Flat {
    padding: 50px 0 30px;
  }
  .Investment #Flat article {
    padding-right: 0;
  }
  .Investment #Flat article figure {
    position: relative;
    width: 80%;
    top: 0;
    left: 0;
    margin: 30px 10%;
  }
  .Investment #Flat article figure img {
    max-height: 360px;
  }
  .Investment #Flat article hr {
    display: none;
  }
  .Investment #Flat article > .Btn {
    margin-top: 0;
  }
  .Investment #Flat article.FullImage figure {
    width: 100%;
    margin: 0;
  }
  .Investment .Art article figure {
    width: 100%;
    top: 0!important;
  }
  .Investment .Facilities article {
    padding: 40px 0 !important;
  }
  .Investment .Facilities article figure {
    margin-top: 30px;
  }
  .Investment .Facilities article hr.BottomLine {
    margin: 15px 0;
  }
  .Investment .Facilities article hr.BottomLine:after {
    display: none;
  }
  .Investment .Facilities .swiper-slide {
    padding-bottom: 80px;
  }
  .Investment .Facilities .swiper-slide footer {
    height: 80px;
    padding: 10px 20px;
    text-align: center;
  }
  .Investment .Facilities .swiper-slide footer h4 {
    width: 100%;
    margin-bottom: 10px;
    line-height: 100%;
  }
  .Investment .Facilities .swiper-slide footer .Btn {
    float: none;
  }
  .Investment .Facilities + .Facilities article {
    margin-left: 0;
  }
  .Investment .Facilities + .Facilities article figure {
    margin-top: 30px;
  }
  .Investment #More {
    padding-top: 40px;
  }
  .Investment #More header {
    margin-bottom: 40px;
  }
  .Investment #More .Grid .Item {
    height: 200px;
  }
  .Investment #Location {
    padding-bottom: 20px;
    z-index: 8;
  }
  .Investment #Location article {
    padding: 20px 0;
  }
  .Investment #Location figure {
    position: relative;
    margin-top: 30px;
    width: 100%;
    top: 0!important;
  }
  .Investment .News h2 {
    margin-bottom: 40px;
  }
  .Investment .News .swiper-container {
    top: 0 !important;
  }
  .Investment.Condensed #Building .Window .List {
    padding: 20px 5vw;
  }
}
@media screen and (max-width: 400px) {
  .Investment #Floor header.Double {
    justify-content: space-around;
  }
  .Investment #Floor header.Double > div {
    margin: 0 10px;
  }
  .Investment #Floor header nav.WithFloors a {
    width: 60px;
  }
  .Investment #Floor header nav.WithFloors a span {
    font-size: 10px;
  }
  .Investment #More .Grid .Item {
    float: none !important;
    height: auto !important;
  }
  .Investment #More .Grid .Item figure {
    float: none;
    width: 100% !important;
    height: 200px !important;
  }
  .Investment #More .Grid .Item figcaption {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 30px 20px;
  }
}
#Investments .Realizations {
  padding: 40px 0;
}
#Investments .Realizations article {
  padding: 80px;
  display: flex;
  align-items: center;
}
#Investments .Realizations article figure {
  width: 29%;
  min-width: 29%;
  position: relative;
}
#Investments .Realizations article figure img {
  max-width: 65%;
  max-height: 180px;
  margin-top: -20px;
  height: auto;
  display: inline-block;
}
#Investments .Realizations article h2 {
  margin-bottom: 20px;
}
#Investments .Realizations article p {
  margin-bottom: 20px;
  line-height: 140%;
  color: #1f325c;
}
#Investments .Realizations article:nth-of-type(even) {
  flex-direction: row-reverse;
}
#Investments .Realizations article:nth-of-type(even) figure {
  text-align: right;
}
/* RWD 
-------------------------------*/
@media screen and (max-width: 1000px) {
  #Investments .Realizations article {
    padding: 30px 0;
  }
  #Investments .Realizations article figure img {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #Investments .Realizations {
    padding-bottom: 20px;
  }
  #Investments .Realizations article {
    display: block;
  }
  #Investments .Realizations article figure {
    width: 100%;
    text-align: center !important;
    margin-bottom: 25px;
  }
  #Investments .Realizations article figure img {
    max-width: 160px;
    max-height: 100px;
    margin: 0;
  }
}
/* colors */
/* fonts */
/* images */
/* transitions */
.fontMicro {
  font-weight: 700;
  font-size: 7px;
  text-transform: uppercase;
}
.font10 {
  font-size: 10px;
}
.font12 {
  font-size: 12px;
}
@media screen and (max-width: 1220px) {
  .font12 {
    font-size: 11px;
  }
}
.font14 {
  font-size: 14px;
}
@media screen and (max-width: 1220px) {
  .font14 {
    font-size: 13px;
  }
}
.font16 {
  font-size: 16px;
}
@media screen and (max-width: 1220px) {
  .font16 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .font16 {
    font-size: 13px;
  }
}
.font18 {
  font-size: 18px;
}
@media screen and (max-width: 1220px) {
  .font18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .font18 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .font18 {
    font-size: 13px;
  }
}
.font26 {
  font-size: 26px;
}
@media screen and (max-width: 1220px) {
  .font26 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .font26 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .font26 {
    font-size: 16px;
  }
}
.font48 {
  font-size: 48px;
}
@media screen and (max-width: 1220px) {
  .font48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .font48 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .font48 {
    font-size: 20px;
  }
}
.font60 {
  font-size: 60px;
}
@media screen and (max-width: 1220px) {
  .font60 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1000px) {
  .font60 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .font60 {
    font-size: 26px;
  }
}

label.control-label{display:none;}
/* LESS
----------------------------------*/
/* RWD 
-------------------------------*/

div.alert-success {
    border: 1px solid #05A000 !important;
    background-color: #B5ECB4 !important;
    padding: 20px;
    margin-bottom: 50px;
    width: 50%;
    float: right;
    color: #1f325c;
}

.list-unstyled{color:red;}
.ContactForm input[type=checkbox] + label {line-height: 9px;}
.btn-send {font-weight: 300;text-transform: uppercase;letter-spacing: 0.2em;margin-bottom: 10px;}
.help-block.with-errors {color: #ff5050;margin-top: 5px;font-size:10px;}
/*.ContactForm div.alert-success {border: 1px solid #05A000 !important;background-color: #B5ECB4 !important;padding: 20px;margin-top: 10px;width: 100%;float: right;color: #1f325c;}*/
