@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/Nunito Sans/NunitoSans-V.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Martel";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Martel/martel-regular-webfont.woff2") format("woff2"),
    url("../fonts/Martel/martel-regular-webfont.woff") format("woff");
}
html {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Martel", Georgia, serif;
  height: auto;
  background-color: #e8ece9;
  position: relative;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.dark {
  background-color: #98ac9e;
}
body {
  font-family: "Martel", Georgia, serif;
  width: 100%;
  background-color: transparent;
  position: relative;
  color: #575757;
  margin: 0;
}
#main {
  position: relative;
  width: 100%;
  height: auto;
}
.page {
  padding-top: 100px;
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 5px 10px 20px #c6c9d1;
  box-shadow: 5px 10px 20px #c6c9d1;
  min-height: 100vh;
}
.dark .page {
  background: #152945;
  -webkit-box-shadow: 5px 10px 20px #848e9a;
  box-shadow: 5px 10px 20px #848e9a;
}
footer {
  position: relative;
  width: 100%;
  float: left;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header {
  position: relative;
  float: left;
}
.content {
  position: relative;
  float: left;
}
::-moz-selection {
  background: #eff1f1;
  color: #575757;
}
::selection {
  background: #eff1f1;
  color: #575757;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff /* firefox 19+ */;
}
:-ms-input-placeholder {
  color: #fff /* ie */;
}
input:-moz-placeholder {
  color: #fff;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  -webkit-text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  display: block;
}
a:hover,
a:active {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #152945;
  font-weight: 300;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0;
  }
  h1 b,
  h2 b,
  h3 b,
  h4 b,
  h5 b,
  h6 b {
    letter-spacing: 0;
  }
}
h1 {
  font-size: 6em;
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 768px) and (max-width: 425px) {
  h1 {
    font-size: 3em;
  }
}
h2 {
  font-size: 3.5em;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 425px) {
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 2.5em;
  margin: 1em 0;
  margin-top: 0;
}
@media screen and (max-width: 425px) {
  h3 {
    font-size: 2em;
  }
}
h4 {
  font-size: 2em;
  margin: 1.33em 0;
  margin-top: 0;
}
@media screen and (max-width: 425px) {
  h4 {
    font-size: 1.5em;
  }
}
h5 {
  font-size: 1.5em;
  margin: 1.67em 0;
  margin-top: 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
  margin-top: 0;
}
span {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  color: #bcbec0;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}
p {
  font-family: "Martel", Georgia, serif;
  font-size: 18px;
  margin-top: 0;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #152945;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 13px;
  }
}
p b {
  font-weight: 600;
  letter-spacing: 0;
  color: brand-blue;
}
p a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
p a:hover {
  color: #fff;
}
.btn {
  position: relative;
  float: left;
  padding: 5px 0;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 12px;
  color: #152945;
}
.btn:before {
  color: #152945;
  letter-spacing: 1px;
  font-size: 12px;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #152945;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn.view-more:before {
  content: "view more";
  font-weight: bold;
}
.btn:hover:after {
  width: 0;
}
input {
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid #bcbec0;
  font-size: 14px;
  font-family: "Martel", Georgia, serif;
  background: transparent;
  color: #bcbec0;
  margin: 0;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0;
  width: 100%;
  z-index: 2;
}
input:focus {
  border-bottom: 1px solid brand-red;
  color: brand-red;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 9;
}
input[type="email"] {
  width: 48%;
  margin-right: 4%;
  float: left;
}
input[type="tel"] {
  width: 48%;
  float: left;
}
textarea {
  padding: 30px 0;
  width: 100%;
  min-height: 150px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #bcbec0;
  font-family: "Martel", Georgia, serif;
  background: transparent;
  color: #bcbec0;
  resize: none;
  border-radius: 0;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
textarea:focus {
  border-bottom: 1px solid brand-red;
  color: brand-red;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  textarea {
    height: 200px;
  }
}
input[type="submit"] {
  width: auto;
  background: brand-red url("../img/ui/icon-mail.svg") no-repeat
    calc(100% - 30px) 17px;
  background-size: 20px;
  height: 50px;
  width: 50%;
  text-align: left;
  padding: 17px 60px 17px 30px;
  border: none;
  margin-top: 20px;
  color: #fff;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: uppercase;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="submit"]:hover {
  background-color: #eff1f1;
  background-image: url("../img/ui/icon-mail-red.svg");
  color: brand-red;
}
::-webkit-input-placeholder {
  color: #cbcbcb;
}
::-moz-placeholder {
  color: #cbcbcb;
}
:-ms-input-placeholder {
  color: #cbcbcb;
}
:-moz-placeholder {
  color: #cbcbcb;
}
button:focus {
  outline: none;
}
.grand-wrapper {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .grand-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 425px) {
  .grand-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 320px) {
  .grand-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.grand-wrapper .center-wrapper {
  width: 100%;
  max-width: 1400px;
  position: relative;
  display: inline-block;
  float: left;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.grand-wrapper .center-wrapper div,
.grand-wrapper .center-wrapper span,
.grand-wrapper .center-wrapper h3 {
  text-align: left;
}
.m-scene .scene_element {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
}
.m-scene .scene_element--fadeindown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.m-scene .scene_element--fadeinleft {
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.m-scene.is-exiting .scene_element--fadeinleft {
  -webkit-animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.m-scene .scene_element--fadeinup {
  -webkit-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}
.nicescroll-cursors {
  background-color: brand-red !important;
  border: none !important;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  background: #98ac9e;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
.pace .pace-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 8;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pace.pace-active .pace-progress {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.pace.pace-inactive {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
nav {
  width: 100%;
  height: 87px;
  position: fixed !important;
  padding: 30px 0;
  z-index: 999;
  top: 0;
  left: 0;
  z-index: 95;
  background: #f0f0f0;
  background: -webkit-linear-gradient(
    270deg,
    #f0f0f0 50%,
    rgba(240, 240, 240, 0) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    #f0f0f0 50%,
    rgba(240, 240, 240, 0) 100%
  );
  background: -o-linear-gradient(
    270deg,
    #f0f0f0 50%,
    rgba(240, 240, 240, 0) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    #f0f0f0 50%,
    rgba(240, 240, 240, 0) 100%
  );
  background: linear-gradient(180deg, #f0f0f0 50%, rgba(240, 240, 240, 0) 100%);
}
nav #logo {
  display: block;
  float: left;
  position: relative;
  z-index: 30;
  overflow: hidden;
}
nav #logo a {
  display: block;
  position: relative;
  width: 233px;
}
@media screen and (max-width: 1024px) {
  nav #logo a {
    width: 190px;
  }
}
nav #logo a svg {
  width: 100%;
  fill: #152945;
}
nav #menu {
  display: inline-block;
  float: right;
  height: 100%;
  padding-right: 15px;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
nav #menu li,
nav #menu .btn {
  height: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  margin: 20px 30px;
}
@media screen and (max-width: 1024px) {
  nav #menu li,
  nav #menu .btn {
    margin: 20px 20px;
  }
}
nav #menu li a,
nav #menu .btn a {
  text-align: center;
  display: block;
  padding: 5px 0;
  font-size: 12px;
  color: #152945;
  letter-spacing: 1px;
  z-index: 99;
}
nav #menu .btn {
  margin-right: 0;
}
nav #menu .btn.active a {
  color: #98ac9e;
}
nav #menuTrigger {
  display: none;
  width: 20px;
  height: 20px;
  margin: 20px 0;
  position: relative;
  z-index: 30;
  right: 0;
  float: right;
}
nav #menuTrigger .first-line,
nav #menuTrigger .second-line {
  display: block;
  background: #152945;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
nav #menuTrigger .first-line {
  width: 100%;
  height: 1px;
  z-index: 1;
}
nav #menuTrigger .second-line {
  width: 1px;
  height: 100%;
  outline: 2px solid #eff1f1;
  left: 1px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  nav {
    height: 80px;
    padding: 10px;
  }
  nav #logo a {
    width: 60px;
  }
  nav #logo a svg {
    width: 260%;
  }
  nav #menu {
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
      270deg,
      #f0f0f0 50%,
      rgba(240, 240, 240, 0) 100%
    );
    background: -moz-linear-gradient(
      270deg,
      #f0f0f0 50%,
      rgba(240, 240, 240, 0) 100%
    );
    background: -o-linear-gradient(
      270deg,
      #f0f0f0 50%,
      rgba(240, 240, 240, 0) 100%
    );
    background: -ms-linear-gradient(
      270deg,
      #f0f0f0 50%,
      rgba(240, 240, 240, 0) 100%
    );
    background: linear-gradient(
      180deg,
      #f0f0f0 50%,
      rgba(240, 240, 240, 0) 100%
    );
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 2;
    padding: 120px 20px 0 20px;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  nav #menu.active {
    pointer-events: auto;
  }
  nav #menu li {
    width: 100%;
    height: auto;
    padding: 0;
    border-bottom: 1px solid #d0d6d0;
    padding: 20px 0;
    margin: 0;
  }
  nav #menu li:last-child {
    border-bottom: none;
  }
  nav #menu li a {
    font-size: 16px;
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;
    color: #152945;
    text-align: left;
    padding: 4px 0;
  }
  nav #menu .btn {
    height: auto;
    margin-left: 0;
  }
  nav #menuTrigger {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  nav {
    padding: 10px 0;
    background: -webkit-linear-gradient(
      270deg,
      #f0f0f0 55%,
      rgba(240, 240, 240, 0) 100%
    );
    background: -moz-linear-gradient(
      270deg,
      #f0f0f0 55%,
      rgba(240, 240, 240, 0) 100%
    );
    background: -o-linear-gradient(
      270deg,
      #f0f0f0 55%,
      rgba(240, 240, 240, 0) 100%
    );
    background: -ms-linear-gradient(
      270deg,
      #f0f0f0 55%,
      rgba(240, 240, 240, 0) 100%
    );
    background: linear-gradient(
      180deg,
      #f0f0f0 55%,
      rgba(240, 240, 240, 0) 100%
    );
  }
  nav #logo a {
    width: 50px;
  }
  nav #menu {
    padding: 80px 20px 0 20px;
  }
}
@media screen and (max-width: 320px) {
  nav {
    padding: 0;
  }
  nav #menu {
    padding: 60px 10px 0 10px;
  }
}
.dark nav {
  background: -webkit-linear-gradient(
    270deg,
    #152945 0%,
    rgba(21, 41, 69, 0) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    #152945 0%,
    rgba(21, 41, 69, 0) 100%
  );
  background: -o-linear-gradient(270deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  background: -ms-linear-gradient(270deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  background: linear-gradient(180deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
}
.dark nav #logo a svg {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .dark #menu {
    background: -webkit-linear-gradient(
      270deg,
      #152945 50%,
      rgba(21, 41, 69, 0) 100%
    );
    background: -moz-linear-gradient(
      270deg,
      #152945 50%,
      rgba(21, 41, 69, 0) 100%
    );
    background: -o-linear-gradient(
      270deg,
      #152945 50%,
      rgba(21, 41, 69, 0) 100%
    );
    background: -ms-linear-gradient(
      270deg,
      #152945 50%,
      rgba(21, 41, 69, 0) 100%
    );
    background: linear-gradient(180deg, #152945 50%, rgba(21, 41, 69, 0) 100%);
  }
}
@media screen and (max-width: 768px) {
  .dark #menu li {
    border-bottom: 1px solid #848e9a;
  }
}
.dark #menu li a {
  color: #fff;
}
.dark #menu .btn {
  color: #fff;
}
.dark #menu .btn:after {
  background: #98ac9e;
}
.dark #menuTrigger {
  z-index: 9;
}
.dark #menuTrigger .first-line,
.dark #menuTrigger .second-line {
  background: #e8ece9;
}
.dark #menuTrigger .first-line {
  width: 100%;
  height: 1px;
  z-index: 1;
}
.dark #menuTrigger .second-line {
  width: 1px;
  height: 100%;
  outline: 2px solid #152945;
}
#scrollTop {
  text-align: right;
  margin-bottom: 80px;
}
#scrollTop:after {
  content: "BACK TO TOP";
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  position: relative;
  float: right;
}
#scrollTop:before {
  content: "";
  width: 19px;
  height: 15px;
  margin-left: 10px;
  background: url("../img/ui/arrow.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  float: right;
}
@media screen and (max-width: 1920px) {
  #scrollTop {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 1024px) {
  #scrollTop {
    margin-bottom: 86px;
  }
}
footer {
  position: fixed !important;
  bottom: 0;
  background: #e8ece9;
  overflow: hidden;
  z-index: -2;
}
footer a {
  color: #98ac9e;
}
footer .wrapper-1,
footer .wrapper-2,
footer .sub-wrapper-1,
footer .sub-wrapper-2 {
  width: 50%;
  position: relative;
  float: left;
  color: #98ac9e;
}
footer .wrapper-1,
footer .wrapper-2 {
  padding: 30px 0;
  font-size: 12px;
}
footer .wrapper-1 {
  padding-right: 50px;
}
footer .wrapper-1 .logo {
  width: 50px;
  margin-bottom: 40px;
}
footer .wrapper-1 .logo svg {
  fill: #98ac9e;
}
footer .wrapper-1 .copy-right {
  font-size: 12px;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
}
footer .wrapper-1 .copy-right:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #d0d6d0;
}
footer .wrapper-1 .copy-right .year {
  display: inline;
}
footer .sub-wrapper-1 {
  width: 50%;
}
footer .sub-wrapper-1 .address,
footer .sub-wrapper-1 .social,
footer .sub-wrapper-1 .email,
footer .sub-wrapper-1 .tel {
  width: 100%;
  position: relative;
  float: left;
}
footer .sub-wrapper-1 .social {
  margin-top: 50px;
  width: 100%;
  float: left;
  font-size: 12px;
  text-transform: none;
}
footer .sub-wrapper-1 .social a {
  display: inline;
  float: left;
  margin-right: 10px;
}
footer .sub-wrapper-1 .email {
  margin-bottom: 2px;
  margin-top: 5px;
}
footer .sub-wrapper-1 .email a {
  text-transform: none;
}
footer .sub-wrapper-2 {
  width: 50%;
  height: 100%;
}
footer .sub-wrapper-2 .btn {
  position: relative;
  right: 0;
  bottom: 0;
  color: #98ac9e;
  float: right;
}
footer .sub-wrapper-2 .btn:after {
  background: #98ac9e;
}
@media screen and (max-width: 768px) {
  footer .wrapper-1 {
    width: 50%;
  }
  footer .wrapper-1 .logo {
    margin-bottom: 20px;
  }
  footer .wrapper-1 .copy-right {
    font-size: 10px;
  }
  footer .wrapper-2 {
    width: 50%;
  }
  footer .sub-wrapper-1,
  footer .sub-wrapper-2 {
    width: 100%;
  }
  footer .sub-wrapper-1 .social {
    margin-top: 0;
  }
  footer .sub-wrapper-2 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d0d6d0;
  }
  footer .sub-wrapper-2 #scrollTop,
  footer .sub-wrapper-2 .btn {
    float: left;
  }
  footer .sub-wrapper-2 #scrollTop {
    margin-bottom: 20px;
    width: 100%;
  }
  footer .sub-wrapper-2 #scrollTop:before,
  footer .sub-wrapper-2 #scrollTop:after {
    float: left;
  }
  footer .sub-wrapper-2 #scrollTop:before {
    margin-right: 5px;
    margin-left: -7px;
  }
}
@media screen and (max-width: 425px) {
  footer .wrapper-1,
  footer .wrapper-2 {
    width: 100%;
  }
  footer .wrapper-1 {
    border-right: none;
    border-bottom: 1px solid #bcbec0;
    padding-bottom: 30px;
    padding-right: 0;
  }
  footer .wrapper-1 .logo {
    width: 40px;
  }
  footer .wrapper-2 {
    border-right: none;
    border: none;
    padding: 15px 0;
  }
  footer .sub-wrapper-1 {
    padding-left: 0;
  }
}
.dark footer {
  background: #98ac9e;
}
.dark footer div {
  color: #e8ece9;
}
.dark footer .email a,
.dark footer .tel a {
  color: #e8ece9;
}
.dark footer .btn {
  color: #e8ece9;
}
.dark footer .btn:after {
  background: #e8ece9;
}
.dark footer .logo svg {
  fill: #e8ece9;
}
.dark footer .copy-right {
  color: #e8ece9;
}
#scrollHelper {
  position: relative;
  width: 20px;
  height: 200px;
  left: 0;
  cursor: pointer;
  z-index: 2;
  pointer-events: auto;
  overflow: hidden;
}
#scrollHelper span {
  background: #98ac9e;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
#home {
  width: 100%;
  position: relative;
  padding-top: 0;
  overflow: hidden;
}
#home #intro {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
}
@media screen and (max-width: 425px) {
  #home #intro {
    height: 100vh;
  }
}
#home #intro .text {
  width: 40%;
  padding-top: 25vw;
}
@media screen and (max-width: 425px) {
  #home #intro .text {
    padding-top: 20vw;
    width: 80%;
  }
  #home #intro .text h2 {
    background: -webkit-linear-gradient(
      270deg,
      #fff 80%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
      270deg,
      #fff 80%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
      270deg,
      #fff 80%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
      270deg,
      #fff 80%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(180deg, #fff 80%, rgba(255, 255, 255, 0) 100%);
  }
}
#home #intro .text #scrollHelper {
  position: relative;
  margin-top: 10vh;
  left: 0;
}
#home #intro #paraGraphic {
  position: absolute;
  width: 50vw;
  max-width: 800px;
  height: 100vh;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#home #intro #paraGraphic .layers {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #home #intro #paraGraphic {
    width: 70vw;
  }
}
@media screen and (max-width: 425px) {
  #home #intro #paraGraphic {
    top: -100px;
    width: 90vw;
  }
}
#home .mission {
  position: relative;
  display: block;
}
#home .mission .text {
  position: relative;
  margin: 40px 0;
  width: 40%;
  float: left;
  display: block;
}
#home .mission .text a {
  margin: 10px 0;
}
@media screen and (max-width: 425px) {
  #home .mission {
    margin-top: -100px;
    background: #eff1f1;
  }
  #home .mission .text {
    padding: 0 20px;
    width: 100%;
    margin: 20px 0;
  }
}
section {
  width: 100%;
  position: relative;
  float: left;
}
#how {
  padding-top: 0;
}
#how .header {
  padding-top: 15vw;
  width: 100%;
  background: #eff1f1;
}
#how .header .flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#how .header .flex-wrapper .text,
#how .header .flex-wrapper .wrapper {
  width: 50%;
}
#how .header .flex-wrapper .wrapper {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 40px 0;
}
#how .header .flex-wrapper .wrapper img {
  width: 100%;
  max-width: 500px;
  float: right;
}
#how .header .flex-wrapper .text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 40px;
}
#how .header .flex-wrapper .text .sub-line {
  color: #98ac9e;
  font-size: 18px;
  position: relative;
}
#how .header .flex-wrapper .text h3 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #how .header .flex-wrapper .text {
    padding-bottom: 30px;
  }
  #how .header .flex-wrapper .text h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  #how .header .flex-wrapper {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #how .header .flex-wrapper .text,
  #how .header .flex-wrapper .wrapper {
    width: 100%;
  }
  #how .header .flex-wrapper .wrapper {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
  }
  #how .header .flex-wrapper .wrapper img {
    width: 50%;
    float: left;
  }
  #how .header .flex-wrapper .text {
    padding-bottom: 10px;
  }
  #how .header .flex-wrapper .text h3 {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    float: left;
  }
  #how .header .flex-wrapper .text .sub-line {
    position: relative;
    display: block;
    float: left;
    bottom: 0;
    margin-bottom: 20px;
  }
}
#how .key-points {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c6c9d1;
}
@media screen and (max-width: 1024px) {
  #how .key-points {
    border-bottom: 0;
  }
}
#how .key-points li {
  width: 16.66666%;
  padding: 30px 0;
  padding-right: 3vw;
  color: #848e9a;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #how .key-points li {
    width: 33.33333%;
    padding: 20px 0;
    padding-right: 30px;
    border-bottom: 1px solid #c6c9d1;
  }
}
@media screen and (max-width: 425px) {
  #how .key-points li {
    width: 50%;
    padding: 15px 0;
    padding-right: 15px;
  }
}
#how .key-points li:before {
  content: attr(order);
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #c6c9d1;
  font-size: 18px;
}
#how .content {
  width: 100%;
}
#how .content .heading {
  max-width: 800px;
  width: 100%;
  display: inline-block;
  margin: 80px 0;
}
@media screen and (max-width: 425px) {
  #how .content .heading {
    margin: 60px 0;
  }
}
#how .content .table {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#how .content .table .col {
  width: 25%;
  padding-right: 30px;
}
#how .content .table .col .cell,
#how .content .table .col .title {
  width: 100%;
}
#how .content .table .col .title {
  margin: 0;
  border-bottom: 2px solid #152945;
  padding-bottom: 15px;
}
#how .content .table .col .cell {
  padding: 20px;
  padding-left: 0;
  height: 100px;
  border-bottom: 1px solid #d0d6d0;
  color: #98ac9e;
}
@media screen and (max-width: 1024px) {
  #how .content .table .col .cell {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  #how .content .table .col .cell {
    padding: 15px 0;
  }
}
@media screen and (max-width: 425px) {
  #how .content .table .col {
    width: 100%;
    padding-right: 0;
  }
  #how .content .table .col .cell,
  #how .content .table .col .title {
    height: auto;
    padding: 20px 0;
  }
}
#what {
  width: 100%;
}
#what .header {
  width: 100%;
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c6c9d1;
}
@media screen and (max-width: 768px) {
  #what .header {
    padding-top: 0;
  }
}
#what .header a {
  text-transform: none;
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#what .header a h3 {
  color: #c6c9d1;
}
#what .header a.active {
  border-bottom: 3px solid #152945;
}
#what .header a.active h3 {
  color: #152945;
}
#what .header a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e8ece9;
  display: inline-block;
  position: relative;
  top: 0;
  left: -30px;
  float: left;
}
#what .header a:first-child {
  padding-left: 0;
}
#what .header a:first-child:before {
  display: none;
}
@media screen and (max-width: 425px) {
  #what .header a {
    padding: 20px;
  }
  #what .header a h3 {
    font-size: 24px;
  }
  #what .header a:before {
    left: -20px;
  }
}
#what .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#what .wrapper .sidebar {
  width: 40%;
  padding-right: 60px;
  position: relative;
}
#what .wrapper .sidebar li {
  padding: 40px;
  padding-left: 0;
  border-bottom: 1px solid #d0d6d0;
  position: relative;
  z-index: 4;
}
#what .wrapper .sidebar li a {
  font-size: 24px;
  text-transform: none;
  color: #98ac9e;
}
#what .wrapper .sidebar li.active {
  border-bottom: 3px solid #848e9a;
}
#what .wrapper .sidebar li.active a {
  color: #152945;
}
#what .wrapper .sidebar:after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #eff1f1;
  z-index: 2;
}
@media screen and (max-width: 425px) {
  #what .wrapper .sidebar:after {
    width: 100vw;
    right: -20px;
  }
}
#what .wrapper .content {
  width: 60%;
  padding: 40px 0 100px 100px;
}
#what .wrapper .content img,
#what .wrapper .content .video-wrapper {
  width: 100%;
  margin-bottom: 40px;
}
#what .wrapper .content ul li {
  font-size: 18px;
  margin-bottom: 20px;
  list-style-type: disc;
  line-height: 1.6;
  color: #98ac9e;
}
#what .wrapper .content ol {
  padding: 0;
}
#what .wrapper .content ol li {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #98ac9e;
}
@media screen and (max-width: 1024px) {
  #what .wrapper .sidebar {
    width: 35%;
    padding-right: 40px;
  }
  #what .wrapper .sidebar li {
    padding: 20px;
    padding-left: 0;
  }
  #what .wrapper .sidebar li a {
    font-size: 20px;
  }
  #what .wrapper .content {
    width: 65%;
    padding: 60px;
    padding-top: 40px;
    padding: 40px 0 60px 60px;
  }
  #what .wrapper .content ul li {
    font-size: 13px;
  }
  #what .wrapper .content ol li {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #what .wrapper .sidebar {
    padding-right: 20px;
  }
}
@media screen and (max-width: 425px) {
  #what .wrapper .sidebar,
  #what .wrapper .content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
#who .page-title {
  color: #fff;
  width: 20%;
  position: relative;
  float: left;
  display: block;
  margin-top: 20vw;
}
#who #team {
  width: 80%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#who #team .member {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  padding-right: 60px;
}
#who #team .member:nth-child(odd) {
  padding-bottom: 10vw;
}
#who #team .member:nth-child(even) {
  padding-top: 10vw;
}
#who #team .member .wrapper {
  position: relative;
  display: block;
  width: 20vw;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#who #team .member .wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(
    90deg,
    #152945 0%,
    rgba(21, 41, 69, 0) 100%
  );
  background: -moz-linear-gradient(90deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  background: -o-linear-gradient(90deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  background: -ms-linear-gradient(90deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  background: linear-gradient(0deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  z-index: 9;
}
#who #team .member .wrapper img {
  width: 170%;
  position: relative;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}
#who #team .member .info {
  padding-left: 20%;
}
#who #team .member .info .name {
  color: #fff;
  margin-bottom: 15px;
}
#who #team .member .info .title {
  color: #98ac9e;
}
#who #team .member .info .bio {
  padding-top: 40px;
}
#who #team .member .info .bio p {
  color: #848e9a;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #who #team .member {
    width: 100%;
  }
  #who #team .member:nth-child(even),
  #who #team .member:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 100px;
  }
  #who #team .member .wrapper {
    width: 100%;
  }
  #who #team .member .wrapper img {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  #who .page-title {
    width: 100%;
    margin-top: 5vw;
  }
  #who #team {
    width: 100%;
    margin-bottom: 0;
  }
  #who #team .member {
    padding-right: 0;
  }
  #who #team .member .info {
    padding: 0;
  }
}
#disclaimer {
  width: 100%;
  background: #e8ece9;
  display: block;
  position: relative;
  z-index: 9;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  height: 0;
}
#disclaimer .title {
  position: relative;
  float: left;
  display: block;
  width: 20%;
}
#disclaimer .title h4 {
  color: #98ac9e;
}
#disclaimer .text {
  position: relative;
  float: left;
  display: block;
  width: 80%;
}
#disclaimer .text p {
  font-size: 12px;
  color: #98ac9e;
}
#disclaimer .title,
#disclaimer .text {
  margin: 40px 0;
}
@media screen and (max-width: 425px) {
  #disclaimer .title,
  #disclaimer .text {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  #disclaimer .title {
    margin: 20px 0;
  }
}
#why {
  padding-top: 0;
}
#why .small-text {
  max-width: 700px;
}
#why #cover {
  width: 100%;
  position: relative;
}
#why #cover .wrapper {
  width: 90vw;
  margin-left: 10vw;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  #why #cover .wrapper {
    margin-left: 0;
    width: 100vw;
  }
}
#why #cover .wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(
    90deg,
    #152945 0%,
    rgba(21, 41, 69, 0) 100%
  );
  background: -moz-linear-gradient(90deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  background: -o-linear-gradient(90deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  background: -ms-linear-gradient(90deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  background: linear-gradient(0deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  z-index: 9;
}
#why #cover .wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: -webkit-linear-gradient(
    270deg,
    #152945 0%,
    rgba(21, 41, 69, 0) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    #152945 0%,
    rgba(21, 41, 69, 0) 100%
  );
  background: -o-linear-gradient(270deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  background: -ms-linear-gradient(270deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  background: linear-gradient(180deg, #152945 0%, rgba(21, 41, 69, 0) 100%);
  z-index: 9;
}
#why #cover .wrapper img {
  width: 100%;
}
#why #cover #scrollHelper {
  position: absolute;
  left: 5vw;
  height: 10vw;
  bottom: 0;
  top: 40%;
  margin: auto;
  z-index: 9;
}
@media screen and (max-width: 425px) {
  #why #cover #scrollHelper {
    display: none;
  }
}
#why .content {
  margin-top: -60px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 425px) {
  #why .content {
    margin-top: 0;
  }
}
#why .content h3 {
  color: #98ac9e;
  margin-bottom: 60px;
  display: block;
}
@media screen and (max-width: 768px) {
  #why .content h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 425px) {
  #why .content h3 {
    margin-bottom: 20px;
  }
}
#why .content .text {
  padding-bottom: 100px;
}
#why .content .text p {
  color: #848e9a;
}
