.text-undertitle {
  max-width: 50%;
}

@media screen and (max-width: 1100px) {
  .text-undertitle {
    max-width: 100%;
  }
}

.line-cultura {
  display: flex;
  flex-direction: row;
}

.line-gold {
  margin-top: auto;
  margin-bottom: auto;
  border: 2px solid #974B45;
  background-color: #974B45;
  width: 100%;
  z-index: 1;
}

.text-box {
  font-size: 34px;
  font-family: Monumentextended, sans-serif;
  color: #974B45;
  background-color: none;
  text-align: center;
  padding: 2% 1%;
  z-index: 2;
}

.mobile-index-menu {
  display: none !important;
}

.bullets-point {
  margin-left: 100px;
}

.evolution-line {
  margin-right: 10px;
}

.gray-box a {
  /* text-decoration: none; */
  color: #000;
}

.innerpages-list-wrapper a:hover {
  text-decoration: underline;
}

.styleguide-wrapper {
  margin-top: 100px;
}

.page7-block-6-content-box .paragraph strong {
  color: black !important;
}

.paragraph strong {
  color: white !important;
}

.h1 {
  margin-top: 0px;
  font-family: Monumentextended, sans-serif;
  color: #000;
  font-size: 4em;
  line-height: 1;
  font-weight: 700;
}

.h1.white {
  color: #fff;
}

.h2 {
  margin-top: 0px;
  font-family: Monumentextended, sans-serif;
  color: #000;
  font-size: 49px;
  line-height: 60px;
  font-weight: 400;
}

.h2.white {
  color: #fff;
}

.h3 {
  margin-top: 0px;
  font-family: Monumentextended, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.h4 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.h5 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.h6 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.div-block {
  background-color: #000;
}

.nvabar {
  position: fixed;
  z-index: 9;
  width: 80px;
  height: 100vh;
  border-right: 2px none #000;
  /* background-color: #974B45; */
  background-color: #974B45;
  background-image: url("../images/bg-1.png");
  background-position: 0% 0%;
  background-size: auto;
  
}

.nvabar.bg-red {
  background-color: transparent;
  background-image: url("../images/Rectangle-18.png"),
    -webkit-gradient(linear, left top, left bottom, from(#7e484f), to(#ad6c75));
  background-image: url("../images/Rectangle-18.png"),
    linear-gradient(180deg, #7e484f, #ad6c75);
  background-position: 0% 0%, 0px 0px;
  background-size: auto, auto;
}

.nvabar.bg-blue {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#385465),
    to(#5a8097)
  );
  background-image: linear-gradient(180deg, #385465, #5a8097);
}

.nvabar.bg-panda {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3b3a2f),
    to(#837f5f)
  );
  background-image: linear-gradient(180deg, #3b3a2f, #837f5f);
  background-position: 0px 0px;
  background-size: auto;
}

.nvabar.bg-green {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2c4533),
    to(#496951)
  );
  background-image: linear-gradient(180deg, #2c4533, #496951);
  background-position: 0px 0px;
  background-size: auto;
}

.nvabar.bg-purple {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6d6373),
    to(#3a3743)
  );
  background-image: linear-gradient(180deg, #6d6373, #3a3743);
  background-position: 0px 0px;
  background-size: auto;
}

.nvabar.bg-gold {
  background-color: transparent;
  background-image: url("../images/bg-1.png"),
    -webkit-gradient(linear, left top, left bottom, from(#6d6373), to(#3a3743));
  background-image: url("../images/bg-1.png"),
    linear-gradient(180deg, #6d6373, #3a3743);
  background-size: auto, auto;
}

.nav-menu {
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-left: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #fff;
  background-image: url("../images/bg-1.png");
  background-position: 0% 0%;
  background-size: auto;
}

.nav-menu.bg-red {
  background-image: url("../images/bg-red.png");
  background-position: 0% 0%;
  background-size: contain;
}

.nav-menu.bg-blue {
  background-image: url("../images/bg-blue.png");
  background-position: 0% 0%;
  background-size: contain;
}

.nav-menu.bg-panda {
  background-image: url("../images/bg-panda.png");
  background-position: 0% 0%;
  background-size: contain;
}

.nav-menu.bg-green {
  background-image: url("../images/bg-green.png");
  background-position: 0% 0%;
  background-size: contain;
}

.nav-menu.bg-purple {
  background-image: url("../images/bg-purple.png");
  background-position: 0% 0%;
  background-size: contain;
}

.nav-menu.bg-gold {
  background-image: url("../images/bg-gold.png");
  background-position: 0% 0%;
  background-size: contain;
}

.logo-ahe {
  position: absolute;
  left: 6px;
  bottom: 13px;
  display: block;
  max-width: 80%;
  float: none;
  clear: none;
  font-size: 45px;
}

.menu-button {
  z-index: 999;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../images/menu-open.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.brand-logo {
  display: none;
  width: 80px;
  height: 80px;
  background-image: url("../images/logo-white.svg");
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.menu-icon {
  opacity: 0;
}

.menu-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  width: 80px;
  height: 100%;
  border-right: 2px none #000;
  background-image: url("../images/bg-1.png");
  background-position: 0% 0%;
  background-size: auto;
}

.menu-inner.bg-red {
  background-image: url("../images/menu-bg-red.png");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-inner.bg-blue {
  background-image: url("../images/menu-bg-blue.png");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-inner.bg-panda {
  background-image: url("../images/menu-bg-panda.png");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-inner.bg-green {
  background-image: url("../images/menu-bg-green.png");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-inner.bg-purple {
  background-image: url("../images/menu-bg-purple.png");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-inner.bg-gold {
  background-image: url("../images/menu-bg-gold.png");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-text {
  width: 60vw;
  height: 40px;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  line-height: 30px;
}

.nav-menu-inner {
  height: 100%;
  padding: 3% 10%;
  border-left: 2px solid #fff;
}

.nav-link {
  display: block;
  max-width: 100%;
  margin-bottom: 1%;
  padding: 10px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.3;
  cursor: pointer;
}

.nav-link:hover {
  cursor: pointer;
}

.nav-link:not(.active):hover {
  opacity: 0.7;
}

.nav-link.active::before,
.nav-link.w--current::before {
  font-family: Lato, sans-serif;
  font-weight: bold;
  position: absolute;
  margin-left: -5em;
  font-size: 0.5em;
  margin-top: 0.6em;
}

.nav-link:nth-child(2).active::before,
.nav-link:nth-child(2).w--current::before {
  content: "01";
}

.nav-link:nth-child(3).active::before,
.nav-link:nth-child(3).w--current::before {
  content: "02";
}

.nav-link:nth-child(4).active::before,
.nav-link:nth-child(4).w--current::before {
  content: "03";
}

.nav-link:nth-child(5).active::before,
.nav-link:nth-child(5).w--current::before {
  content: "04";
}

.nav-link:nth-child(6).active::before,
.nav-link:nth-child(6).w--current::before {
  content: "05";
}

.nav-link:nth-child(7).active::before,
.nav-link:nth-child(7).w--current::before {
  content: "06";
}

.nav-link:not(.nav-link:nth-child(1)).active::after,
.nav-link:not(.nav-link:nth-child(1)).w--current::after {
  content: "";
  position: absolute;
  left: -0.7em;
  top: 0;
  margin-top: 0.9em;
  width: 1em;
  border-bottom: solid 1px #fff;
}

.nav-link .panel {
  transition: all 0.3s ease-in-out;
  padding: 0;
  padding-top: 1em;
  display: none;
  overflow: hidden;
  font-size: 0.7em;
  text-align: left;
}

.nav-link.active .panel {
  display: block;
}

.nav-link .panel ul {
  list-style: none;
  padding: 0px;
}

.nav-link .panel ul li {
  margin-bottom: 1em;
}

.nav-link .panel ul li a,
.nav-link .panel ul li p {
  color: #fff;
  text-decoration: none;
  list-style-type: none;
  font-family: Monumentextended, sans-serif !important;
}

.nav-link .panel ul li a:hover,
.nav-link .panel ul li p:hover {
  cursor: pointer;
  opacity: 0.8;
}

.nav-link.w--current,
.nav-link.active {
  padding-left: 30px;
  color: #fff;
}

a[href]::before,
a[href]::after:not(.home-link-blocks) {
  display: none !important;
}

.nav-link.small {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 1.5em;
  line-height: 1.2;
}

.nav-menu-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}

@media screen and (min-width: 1025px) {
  .nav-menu-bottom-left {
    width: 50%;
  }
}

.underline-argor {
  text-decoration: underline !important;
}

.hide {
  display: none;
}

.horizontal-scroll-section-1 {
  position: relative;
  z-index: 2;
  display: block;
  height: 3000vh;
}

.horizontal-scroll-wrapper-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 100vw;
}

.horizontal-scroll-content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2068vw;
}

.home-block-1 {
  display: block;
  width: 90vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858585;
  background-image: url("../images/AHE-00-00.jpg");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-block-1 .index-page-anchor {
  color: #fff;
  background-color: #BC6F6C;
  max-width: 70vw;
  width: 394px;
  padding: 15px 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  margin-top: 40px;
}

.home-block-1 .index-page-anchor:hover {
  text-decoration: underline;
}

.home-block-1 .index-page-anchor p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.home-block-1 .index-page-anchor p img {
  max-height: 18px;
  margin-left: 10px;
  margin-top: -3px;
}

.home-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.home-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.home-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.home-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url("../images/11.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.home-block-7 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.home-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.home-block-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858585;
}

.home-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.home-block-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.home-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url("../images/Rectangle-18-copy.png");
  background-position: 0% 0%;
  background-size: auto;
}

.home-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858585;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 100px;
  line-height: 1;
}

.home-block-1-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 120px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.home-block-1-inner .h1 {
  font-size: 7em;
}

.horizontal-scroll-section-test {
  position: relative;
  height: 3000vh;
}

.horizontal-scroll-wrapper-test {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.horizontal-scroll-content-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2434vw;
}

.nav-right-border {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  width: 2px;
  height: 100%;
  background-color: #000;
}

.home-block-1-logo-box {
  margin-bottom: 7%;
}

.hero-subtext {
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.hero-subtext.width {
  width: 58%;
  margin-top: 7%;
  margin-bottom: 0px;
}

.home-block-2-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-block-2-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 101%;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.home-link-blocks {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20vh;
  padding: 30px 8%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #585858;
  text-decoration: none;
}

.home-link-blocks:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: inherit !important;
}

.home-link-blocks-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-link-block-inner-left {
  padding-right: 30px;
}

.home-link-block-inner-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.links-number {
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  text-decoration: none;
}

.home-links-title {
  margin-bottom: 10px;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
}

.home-links-subtext {
  opacity: 0;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}

.home-link-blocks:hover::after {
  opacity: 0.2;
}

.home-link-blocks:hover .home-links-subtext {
  opacity: 1;
}

.gradient-1 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7e484f),
    to(#ad6c75)
  );
  background-image: linear-gradient(90deg, #7e484f, #ad6c75);
}

.gradient-2 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#385465),
    to(#5a8097)
  );
  background-image: linear-gradient(90deg, #385465, #5a8097);
}

.gradient-3 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3b3a2f),
    to(#837f5f)
  );
  background-image: linear-gradient(90deg, #3b3a2f, #837f5f);
}

.gradient-4 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2c4533),
    to(#496951)
  );
  background-image: linear-gradient(90deg, #2c4533, #496951);
}

.gradient-5 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3a3743),
    to(#6d6373)
  );
  background-image: linear-gradient(90deg, #3a3743, #6d6373);
}

.min-height {
  min-height: 100px;
}

.all-content-box {
  height: 100%;
  padding-top: 80px;
  padding-right: 120px;
  padding-left: 120px;
}

.all-content-box.top-padding {
  padding-top: 80px;
  padding-left: 120px;
}

.home-block-4-inner {
  width: 49%;
  height: 100%;
}

.title-box {
  margin-bottom: 50px;
}

.title-box.sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 40%;
}

.title-box.margin-bottom {
  margin-bottom: 40px;
}

.title-box.width-1 {
  width: 60vw;
}

.title-box.width-2 {
  width: 60vw;
}

.title-box.width-2 {
  width: 70vw;
}

.title-box.width-3 {
  width: 80vw;
}

.title-box.width-3 {
  width: 50vw;
}

.title-box.width-4 {
  width: 100vw;
}

.title-box.width-3 {
  width: 60vw;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col {
  width: 47%;
}

.col-4 {
  width: 33.33%;
}
.col-3 {
  width: 20%;
}
.paragraph {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.paragraph.white {
  color: #fff;
}

.paragraph.small {
  font-size: 12px;
}

.paragraph.inline {
  display: inline-block;
}

.name-wrapper {
  margin-top: 40px;
}

.name-text {
  font-family: Monumentextended, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.designation-text {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
}

.home-block-4-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.anchor-link-orange {
  color: #974B45;
  font-weight: 700;
}

.anchor-link-orange:hover {
  text-decoration: none;
}

.home-block-5-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  height: 84%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Rectangle-18_1.png");
  background-position: 0% 0%;
  background-size: auto;
}

.home-block-5-title {
  font-family: Monumentextended, sans-serif;
  color: #974B45;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

.home-block-5-subtext {
  font-family: Monumentextended, sans-serif;
  color: #974B45;
  font-size: 36px;
  line-height: 1;
}

.home-block-5-point-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-block-5-points-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-5-points-icon-box {
  width: 60px;
  height: 60px;
}

.block-5-points-content-box {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-5-points-title {
  margin-bottom: 10px;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.home-block-5-black-inner {
  width: 90%;
}

.arrow-text {
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url("../images/white→.svg");
  background-position: 0% 5px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.arrow-text.white {
  color: #fff;
}

.home-block-6-inner {
  width: 49%;
  height: 100%;
}

.home-block-6-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.whw-wrapper {
  position: relative;
  height: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.whw-box {
  position: static;
}

.whw-box.what {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  cursor: pointer;
}

.whw-box.how {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  padding-left: 70px;
  cursor: pointer;
}

.whw-box.why {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  padding-left: 130px;
  cursor: pointer;
}

.whw-why-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 1px solid #000;
  border-radius: 100px;
  cursor: pointer;
}

.whw-box-title {
  font-family: Monumentextended, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}

.whw-plus-img {
  display: block;
  width: 100%;
  height: 24px;
  margin-top: 10px;
}

.whw-what-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 380px;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 1px solid #000;
  border-radius: 250px;
  cursor: pointer;
}

.whw-how-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 1px solid #000;
  border-radius: 250px;
  cursor: pointer;
}

.whw-why-content {
  position: absolute;
  left: 130px;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 70px;
  background-color: #974B45;
}

.whw-hover-title-box.what {
  width: 20%;
  text-align: center;
}

.whw-hover-content-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.whw-hover-divider {
  width: 1px;
  height: 80%;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}

.whw-hover-title {
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.whw-how-content {
  position: absolute;
  left: 70px;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #974B45;
}

.whw-what-content {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #974B45;
}

.table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table-col {
  width: 50%;
}

.table-col.full {
  width: 100%;
}

.table-header {
  padding: 15px 10%;
  background-color: #974B45;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.table-header-blue {
  padding: 15px 10%;
  background-color: #5A8097;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1260px ) {
  .table-header-blue {
    font-size: 13px;
  }
}

@media screen and (max-width: 1120px ) {
  .table-header-blue {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
  }
}

.table-header-granata {
  padding: 15px 10%;
  background-color: #7E484F;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.table-content {
  padding: 20px 10%;
}

.arrow-text-dark {
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url("../images/→.svg");
  background-position: 0% 5px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.arrow-text-dark.white {
  color: #fff;
}

.arrow-text-dark.margin-bottom {
  margin-bottom: 15px;
}

.home-block-7-img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.home-block-7-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.home-block-8-inner {
  width: 38%;
  height: 100%;
}

.home-block-8-5points-wrapper {
  width: 70%;
  padding-right: 120px;
  background-color: transparent;
}

.links-external {
  margin-top: 30px;
  padding-left: 30px;
  background-image: url("../images/open-new.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.links-external.white {
  color: #fff;
}

.links-external.small {
  font-size: 12px;
}

.anchor-link-black {
  color: #000;
  font-weight: 700;
}

.home-block-9-img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.home-block-9-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.home-block-11-img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.home-block-11-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.home-5points-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-5points-header-text {
  font-family: Monumentextended, sans-serif;
  color: #974B45;
  font-size: 20px;
  line-height: 1.2;
}

._5points-header-arrow {
  margin-right: 40px;
  margin-left: 40px;
}

.home-5points-box {
  margin-top: 30px;
}

.home-point-1 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}

.home-point-1.gradient-1 {
  position: relative;
}

.home-point-1-title-box {
  position: static;
  padding-left: 30vw;
}

.home-point-2-title-box {
  position: static;
  padding-left: 15vw;
}

.home-points-title {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

._5points-plus-icon {
  margin-left: 20px;
}

.home-point-2 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}

.home-point-2.gradient-2 {
  display: block;
}

.home-point-3 {
  overflow: hidden;
  width: 80%;
  margin-bottom: 15px;
  cursor: pointer;
}

.home-point-3.gradient-3 {
  display: block;
}

.home-point-4 {
  overflow: hidden;
  width: 80%;
  margin-bottom: 15px;
  cursor: pointer;
}

.home-point-4.gradient-4 {
  display: block;
}

.home-point-5 {
  overflow: hidden;
  width: 60%;
  margin-left: 20%;
  cursor: pointer;
}

.home-point-5.gradient-5 {
  display: block;
}

.home-point-1-content-box {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.points-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: 20px;
  margin-left: 20px;
}

.points-item-number {
  width: 30px;
  text-align: center;
}

.points-item-icons {
  width: 50px;
  text-align: center;
}

.points-item-icons-10 {
  width: 50px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.points-item-textbox {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.points-item-number-text {
  display: inline-block;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.points-item-text {
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 16px;
}

.pointes-item-divider {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-point-2-content-box {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.home-point-3-content-box {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-point-4-content-box {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-point-5-content-box {
  /* padding-left: 1%;
  padding-right: 1%; */
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-block-10-inner {
  width: 100%;
  height: 100%;
}

.home-block-10-graph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -3vh;
}

.home-block-10-graph-box {
  width: 18%;
  height: 30vh;
  /*margin-bottom: 20px;*/
  margin-bottom: 0.6624vh;
  background-color: transparent;
}

.home-block-10-graph-box a {
  margin-left: 48px;
}

.home-block-10-graph-box h4 {
  margin-bottom: 0.6624vh;
}

.block-10-hss {
  position: relative;
  display: block;
  height: 700vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.block-1-hs-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.block-1-hsc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250vw;
}

.block-10-inner-box {
  width: 400px;
  height: 400px;
  margin-right: 20px;
  background-color: #777;
}

.home-block-12-inner {
  width: 70%;
}

.home-block-12-arrow-text {
  margin-bottom: 50px;
  padding-left: 70px;
  background-image: url("../images/big-white-arrow.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
}

.next-page-anchor-link-1 {
  display: block;
  padding: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Monumentextended, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  text-decoration: none;
}

.next-page-anchor-link-1:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#974B45),
    to(#abb5b8)
  );
  background-image: linear-gradient(90deg, #974B45, #abb5b8);
}

/* .next-page-anchor-link-1:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7e484f),
    to(#ad6c75)
  );
  background-image: linear-gradient(90deg, #7e484f, #ad6c75);
} */

.next-page-anchor-link-text {
  max-width: 79%;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  font-family: Monumentextended, sans-serif;
}

.next-page-anchor-link-text.margin-right {
  margin-right: 40px;
}

.home-block-10-graph-box-chart {
  width: 18%;
  height: 30vh;
  margin-bottom: 30px;
  background-color: transparent;
}

.heading-h2 {
  font-family: Monumentextended, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.home-points-content-box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  /* padding-right: 20%; */
  padding-left: 10%;
  /* -webkit-box-pack: center; */
  /* -webkit-justify-content: center; */
  /* -ms-flex-pack: center;
  justify-content: center; */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; */
}

.horizontal-scroll-section-2 {
  position: relative;
  z-index: 2;
  display: block;
  height: 1500vh;
}

.horizontal-scroll-wrapper-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.horizontal-scroll-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 575vw;
}

.page2-block-1 {
  display: block;
  width: 215vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858585;
}

.page2-block-1-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 60px;
  padding-right: 6%;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page2-block-1-content-box.width-1 {
  width: 75vw;
}

.space {
  display: block;
}

.page2-block-1-content-row-1 {
  position: static;
  margin-top: 30px;
}

.page2-block-1-content-row-2 {
  margin-top: 20px;
  padding-left: 50%;
}

.page2-block-1-text {
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.page2-block-1-text.width-1 {
  overflow: visible;
  width: 43%;
}

.page2-block-1-divider {
  position: static;
  width: 2px;
  height: 88vh;
  margin-top: 6vh;
  margin-right: 120px;
  margin-bottom: 6vh;
  background-color: #fff;
}

.page2-block-1-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page2-block-1-content-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.innerpages-list-wrapper {
  width: 100%;
  float: right;
}

.innerpages-list-item {
  display: block;
  padding-left: 25px;
  background-image: url("../images/inner-pages-arrow-icon.svg");
  background-position: 0% 7px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.page2-block-1-box1 {
  /* width: 46%; */
}

.page2-block-1-box1.padding-top {
  padding-top: 12%;
}

.page2-block-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page2-block-2-img {
  width: 100%;
  height: 100vh;
}

.page2-block-2-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page2-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page2-block-3-inner {
  width: 49%;
  height: 100%;
}

.page2-block-3-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.popup-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-link-box.flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-link-box.flex.width {
  width: 100%;
}

.popup-link-box.flex.width-2 {
  width: 90%;
}
.popup-link-button {
  text-decoration: none;
}
.popup-link-button {
  /*width: 20px;*/
  /*height: 20px;*/
  display: flex;
  margin-left: 10px;
}
.popup-button {
  height: 20px;
  margin-left: 10px;
  width: 20px;
  min-width: 20px;
}

.bubble-char-box {
  min-height: 350px;
  background-color: transparent;
}

.popup-overlay-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.popup-wrapper {
  position: relative;
  max-width: 800px;
  min-width: 700px;
  padding: 50px;
  background-color: #fff;
}

.popup-list-wrapper {
  margin-top: 30px;
}

.popup-list-wrapper.margin-top {
  margin-top: 0px;
}

.popup-list-item {
  margin-bottom: 2px;
  padding-left: 25px;
  background-image: url("../images/→.svg");
  background-position: 0% 6px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.popup-list-item.white {
  color: #fff;
}

.popup-list-item.small {
  font-size: 12px;
}

.popup-list-item.margin-bottom {
  margin-bottom: 10px;
}

.popup-close-btn {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 22px;
  height: 22px;
  background-color: transparent;
  background-image: url("../images/close.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.page2-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858585;
}

.page2-block-4-img {
  width: 100%;
  height: 100vh;
}

.page2-block-4-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 101%;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page2-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url("../images/Rectangle-18-copy.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page2-block-5-inner {
  width: 70%;
}

.page2-block-5-arrow-text {
  max-width: 90%;
  margin-bottom: 50px;
  padding-left: 70px;
  background-image: url("../images/big-white-arrow.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}

.next-page-anchor-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Monumentextended, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  text-decoration: none;
}

.next-page-anchor-link-2:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7e484f),
    to(#ad6c75)
  );
  background-image: linear-gradient(90deg, #7e484f, #ad6c75);
}

/* .next-page-anchor-link-2:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#385465),
    to(#5a8097)
  );
  background-image: linear-gradient(90deg, #385465, #5a8097);
} */

.horizontal-scroll-section-3 {
  position: relative;
  z-index: 2;
  display: block;
  height: 3000vh;
}

.horizontal-scroll-wrapper-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.page3-block-1 {
  display: block;
  width: 215vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858585;
}

.page3-block-1-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 60px;
  padding-right: 6%;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page3-block-1-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page3-block-1-content-box.width-1 {
  width: 75vw;
}

.page3-block-1-divider {
  position: static;
  width: 2px;
  height: 88vh;
  margin-top: 6vh;
  margin-right: 120px;
  margin-bottom: 6vh;
  background-color: #fff;
}

.page3-block-1-content-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  /* padding-top: 10vh; */
}

.page3-block-1-content-row {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page3-block-1-content-box-left {
  width: 40%;
}

.page3-block-1-content-box-lright {
  width: 55%;
}

.page3-block-1-box1 {
  /* width: 46%; */
  padding: 3em;

}

.page3-block-1-box1.padding-top {
  padding-top: 8%;
}

.page3-block-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page3-block-2-img {
  width: 100%;
  height: 100vh;
}

.page3-block-2-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page3-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page3-block-3-inner {
  width: 60%;
  height: 100%;
}

.page3-block-3-inner.width {
  width: 40%;
}

.page3-block-3-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.extranal-links {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  padding-left: 30px;
  background-image: url("../images/open-new.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.extranal-links.white {
  color: #fff;
}

.extranal-links.small {
  font-size: 12px;
}

.bold-text {
  color: #000;
  font-weight: 700;
}

.popup-list-item-2 {
  margin-bottom: 15px;
  padding-left: 50px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.popup-list-item-2.white {
  color: #fff;
}

.popup-list-item-2.small {
  font-size: 12px;
}

.yellow-heading-blue {
  margin-top: 0px;
  font-family: Monumentextended, sans-serif;
  color: #5A8097;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

.yellow-heading {
  margin-top: 0px;
  font-family: Monumentextended, sans-serif;
  color: #974B45;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

.page3-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page3-block-4-inner {
  width: 100%;
  height: 100%;
}

.page3-block-4-inner.width {
  width: 40%;
}

.page3-block-4-img-bottom {
  margin-top: 20px;
}

.img-text {
  display: inline-block;
  margin-right: 30px;
  padding-left: 50px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 2.5;
  font-weight: 400;
}

.img-text.white {
  color: #fff;
}

.img-text.small {
  font-size: 12px;
}

.img-text.icon-1 {
  background-image: url("../images/icon-1.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.img-text.icon-2 {
  background-image: url("../images/icon-2.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.img-text.icon-3 {
  padding-left: 30px;
  background-image: url("../images/icon-3.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.img-text.icon-4 {
  padding-left: 30px;
  background-image: url("../images/black-block.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.img-text.icon-5 {
  padding-left: 30px;
  background-image: url("../images/gold-block.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.page2-block-3-divider-copy {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page3-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page3-block-5-inner {
  width: 100%;
  height: 100%;
}

.page3-block-5-inner.width {
  width: 40%;
}

.page3-block-5-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page3-block-4-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page3-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 318vw; */
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page3-block-6-inner {
  width: 100%;
  height: 100%;
}

.page3-block-6-wrapper {
  display: block;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page3-block-6-wrapper-item {
  width: 18%;
  margin-right: 80px;
  padding: 50px;
  float: left;
  background-color: #949494;
}

.page3-block-6-wrapper-item.gradient-2 {
  width: auto;
}

.page3-block-6-wrapper-item.last {
  margin-right: 0px;
}

.page3-block-6-wrapper-item-text {
  margin-top: 0px;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.page3-block-7 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page3-block-7-img {
  width: 100%;
  height: 100vh;
}

.page3-block-7-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page3-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page3-block-8-inner {
  width: 100%;
  height: 100%;
}

.page3-block-8-inner.width {
  width: 40%;
}

.page3-block-8-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.popup-overlay-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.page3-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page3-block-9-inner {
  width: 60%;
  height: 100%;
}

.page3-block-9-inner.width {
  width: 40%;
}

.page3-block-9-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.popup-overlay-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.flow-chart {
  width: 100%;
}

.page3-block-10-inner {
  width: 100%;
  height: 100%;
}

.page3-block-10-wrapper {
  display: block;
  margin-top: 60px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page3-block-10-wrapper-item {
  width: auto;
  height: 30vh;
  margin-right: 60px;
  padding-right: 60px;
  float: left;
  border-right: 1px solid #000;
  background-color: transparent;
}

.page3-block-10-wrapper-item.gradient-2 {
  width: auto;
}

.page3-block-10-wrapper-item.last {
  margin-right: 0px;
  padding-right: 0px;
  border-right-style: none;
}

.popup-overlay-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.page3-block-10-year {
  margin-bottom: 20px;
  font-family: Monumentextended, sans-serif;
  color: #5A8097;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

.page3-block-10-wrapper-item-text {
  margin-top: 0px;
  font-family: Monumentextended, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.page3-block-11 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page3-block-11-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page3-block-11-img {
  width: 100%;
  height: 100vh;
}

.page3-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url("../images/Rectangle-18-copy.png");
  background-position: 0% 0%;
  background-size: auto;
}

.next-page-anchor-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Monumentextended, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  text-decoration: none;
}

.next-page-anchor-link-3:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#385465),
    to(#5a8097)
  );
  background-image: linear-gradient(90deg, #385465, #5a8097);
}

/* .next-page-anchor-link-3:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3b3a2f),
    to(#837f5f)
  );
  background-image: linear-gradient(90deg, #3b3a2f, #837f5f);
} */

.horizontal-scroll-section-4 {
  position: relative;
  z-index: 2;
  display: block;
  height: 1500vh;
}

.horizontal-scroll-wrapper-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.horizontal-scroll-content-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 713vw;
}

.page4-block-1 {
  display: block;
  width: 215vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858585;
}

.page5-block-1 {
  display: block;
  width: 215vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858585;
}

.page6-block-1 {
  display: block;
  width: 215vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858585;
}

.page7-block-1 {
  display: block;
  width: 98vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858585;
  background-image: url("../images/bg-1.png");
  background-position: 0px 0px;
  background-size: auto;
}

.page8-block-1 {
  display: block;
  width: 98vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858585;
  background-image: url("../images/bg-1.png");
  background-position: 0px 0px;
  background-size: auto;
}

.page4-block-1-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 60px;
  padding-right: 6%;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page4-block-1-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page4-block-1-content-box.width-1 {
  width: 75vw;
}

.page4-block-1-divider {
  position: static;
  width: 2px;
  height: 88vh;
  margin-top: 6vh;
  margin-right: 120px;
  margin-bottom: 6vh;
  background-color: #fff;
}

.page4-block-1-content-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.page4-block-1-box1 {
  /* width: 46%; */
  margin: 3em;
}

.page4-block-1-box1.padding-top {
  padding-top: 10%;
}

.page4-block-1-content-row-1 {
  position: static;
  margin-top: 30px;
}

.page4-block-1-content-row-2 {
  margin-top: 20px;
  padding-left: 50%;
}

.page4-block-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page4-block-2-img {
  width: 100%;
  height: 100vh;
}

.page4-block-2-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page4-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page4-block-4-inner {
  width: 100%;
  height: 100%;
}

.page-list-item {
  margin-bottom: 10px;
  padding-left: 25px;
  background-image: url("../images/→.svg");
  background-position: 0% 6px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.page-list-item.white {
  color: #fff;
}

.page-list-item.small {
  font-size: 12px;
}

.page-list-item.margin-bottom {
  margin-bottom: 10px;
}

.page-list-item.margin-bottom-2 {
  margin-bottom: 5px;
}

.page4-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page4-block-4-inner-2 {
  width: 100%;
  height: 100%;
}

.page4-block-4-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.pie-char-box {
  margin-top: -50px;
  min-height: 350px;
  background-color: transparent;
}

.page4-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page4-block-5-inner {
  width: 100%;
  height: 100%;
}

.page4-block-5-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page4-popup-overlay-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.page4-popup-overlay-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.page5-popup-overlay-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.page5-popup-overlay-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.page5-popup-overlay-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.page5-popup-overlay-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.page5-popup-overlay-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.page5-popup-overlay-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.page5-popup-overlay-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.page5-popup-overlay-8 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.page5-popup-overlay-9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.page5-popup-overlay-10 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.page6-popup-overlay-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.page6-popup-overlay-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.page6-popup-overlay-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.page6-popup-overlay-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.page6-popup-overlay-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

.page4-block-6 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page4-block-6-img {
  width: 100%;
  height: 100vh;
}

.page4-block-6-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page4-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url("../images/Rectangle-18-copy.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page4-block-7-inner {
  width: 70%;
}

.page4-block-7-arrow-text {
  margin-bottom: 50px;
  padding-left: 70px;
  background-image: url("../images/big-white-arrow.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
}

.next-page-anchor-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Monumentextended, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  text-decoration: none;
}

/* .next-page-anchor-link-4:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2c4533),
    to(#496951)
  );
  background-image: linear-gradient(90deg, #2c4533, #496951);
} */

.next-page-anchor-link-4:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3b3a2f),
    to(#837f5f)
  );
  background-image: linear-gradient(90deg, #3b3a2f, #837f5f);
}

.page5-block-1-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 60px;
  padding-right: 6%;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page5-block-1-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page5-block-1-content-box.width-1 {
  width: 75vw;
}

.page5-block-1-content-box.width-2 {
  width: 75vw;
}

.page5-block-1-divider {
  position: static;
  width: 2px;
  height: 88vh;
  margin-top: 6vh;
  margin-right: 120px;
  margin-bottom: 6vh;
  background-color: #fff;
}

.page5-block-1-content-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.page5-block-1-content-row-1 {
  position: static;
  margin-top: 30px;
}

.page5-block-1-content-row-2 {
  margin-top: 20px;
  padding-left: 50%;
}

.page5-block-1-box1 {
  width: 46%;
  margin: 2em;
}

.page5-block-1-box1.padding-top {
  padding-top: 8%;
}

.page5-block-1-text {
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.page5-block-1-text.width-1 {
  overflow: visible;
  width: 43%;
}

.page5-block-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page5-block-2-img {
  width: 100%;
  height: 100vh;
}

.page5-block-2-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 101%;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page5-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page5-block-3-inner {
  width: 100%;
  height: 100%;
}

.page5-block-3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.page5-block-3-wrapper.margin-top-1 {
  margin-top: 80px;
}

.page5-block-3-wrapper.margin-top-2 {
  margin-top: 110px;
}

.popup-link-button-right {
  margin-left: 30px;
}

.page5-block-3-graph-1 {
  width: 47%;
  /*height: 40vh;*/
}

.page5-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page5-block-4-inner {
  width: 100%;
  height: 100%;
}

.page5-block-4-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page5-block-3-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page5-block-4-graph-1 {
  width: 45%;
  /*height: 40vh;*/
  /*background-color: #c4c4c4;*/
}

.page5-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page5-block-5-inner {
  width: 100%;
  height: 100%;
}

.page5-block-5-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page5-block-5-graph-1 {
  width: 40%;
  /*height: 40vh;*/
}

.page5-block-5-graph-2 {
  width: 55%;
  /*height: 40vh;*/
}

.page5-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page5-block-6-inner {
  width: 100%;
  height: 100%;
}

.page5-block-6-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page5-block-6-graph-1 {
  width: 45%;
  /*height: 40vh;*/
}

.page5-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page5-block-7-inner {
  width: 100%;
  height: 100%;
}

.page5-block-7-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page5-block-7-graph-1 {
  width: 45%;
  /*height: 40vh;*/
}

.page5-block-8 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page5-block-8-img {
  width: 100%;
  height: 100vh;
}

.page5-block-8-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page5-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url("../images/Rectangle-18-copy.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page6-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url("../images/Rectangle-18-copy.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page5-block-9-inner {
  width: 70%;
}

.page5-block-9-arrow-text {
  margin-bottom: 50px;
  padding-left: 70px;
  background-image: url("../images/big-white-arrow.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
}

.page6-block-9-inner {
  width: 70%;
}

.page6-block-9-arrow-text {
  margin-bottom: 50px;
  padding-left: 70px;
  background-image: url("../images/big-white-arrow.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
}

.next-page-anchor-link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Monumentextended, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  text-decoration: none;
}

.next-page-anchor-link-5:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2c4533),
    to(#496951)
  );
  background-image: linear-gradient(90deg, #2c4533, #496951);
}

/* .next-page-anchor-link-5:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3a3743),
    to(#6d6373)
  );
  background-image: linear-gradient(90deg, #3a3743, #6d6373);
} */

.next-page-anchor-link-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Monumentextended, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  text-decoration: none;
}

.next-page-anchor-link-6:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3a3743),
    to(#6d6373)
  );
  background-image: linear-gradient(90deg, #3a3743, #6d6373);
}

/* .next-page-anchor-link-6:hover {
border-top-width: 1px;
border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5d3f0673),
    to(#815500)
  );
  background-image: linear-gradient(90deg, #5d3f0673, #815500);
} */

.next-page-anchor-link-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Monumentextended, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  text-decoration: none;
}

.next-page-anchor-link-7:hover {
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#974B45),
    to(#abb5b8)
  );
  background-image: linear-gradient(90deg, #974B45, #abb5b8);
}

.page6-block-1-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 60px;
  padding-right: 6%;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page6-block-1-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page6-block-1-content-box.width-1 {
  width: 75vw;
}

.page6-block-1-content-box.width-2 {
  width: 75vw;
}

.page6-block-1-divider {
  position: static;
  width: 2px;
  height: 88vh;
  margin-top: 6vh;
  margin-right: 120px;
  margin-bottom: 6vh;
  background-color: #fff;
}

.page6-block-1-content-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.page6-block-1-content-row-1 {
  position: static;
  margin-top: 30px;
}

.page6-block-1-content-row-2 {
  margin-top: 20px;
  padding-left: 50%;
}

.page6-block-1-box1 {
  width: 46%;
}

.page6-block-1-box1.padding-top {
  padding-top: 20%;
}

.page6-block-1-box1.padding-top-2 {
  padding-top: 8%;
}

.page6-block-1-text {
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.page6-block-1-text.width-1 {
  overflow: visible;
  width: 70%;
}

.page6-block-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page6-block-2-img {
  width: 100%;
  height: 100vh;
}

.page6-block-2-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page6-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page6-block-3-inner {
  width: 100%;
  height: 100%;
}

.page6-block-3-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page6-block-3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page6-block-3-graph-1 {
  width: 28%;
  /*height: 40vh;*/
  /*border: 1px solid #000;*/
}

.page6-block-3-graph-2 {
  width: 25%;
  /*height: 40vh;*/
  /*border: 1px solid #000;*/
}

.page6-block-3-graph-3 {
  width: 15%;
  /*height: 40vh;*/
  /*border: 1px solid #000;*/
}

.page6-block-3-graph-4 {
  width: 25%;
  /*height: 40vh;*/
  /*border: 1px solid #000;*/
}

.page6-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page6-block-4-inner-2 {
  width: 100%;
  height: 100%;
}

.page6-block-4-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page6-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page6-block-5-inner-2 {
  width: 100%;
  height: 100%;
}

.page6-block-5-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page6-bloxk-5-graph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.page6-block-4-graph-wrapper {
  /*height: 40vh;*/
  margin-top: 70px;
}

.page6-block-5-graph-left {
  width: 46%;
  /*height: 40vh;*/
  /*background-color: #b3b3b3;*/
}

.page6-block-5-graph-right {
  width: 46%;
  /*height: 40vh;*/
  /*background-color: #b3b3b3;*/
}

.page6-block-6 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page6-block-6-img {
  width: 100%;
  height: 100vh;
}

.page6-block-6-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.horizontal-scroll-section-5 {
  position: relative;
  z-index: 2;
  display: block;
  height: 2000vh;
}

.horizontal-scroll-wrapper-5 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.horizontal-scroll-content-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1274vw;
}

.horizontal-scroll-section-6 {
  position: relative;
  z-index: 2;
  display: block;
  height: 1500vh;
}

.horizontal-scroll-wrapper-6 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.horizontal-scroll-content-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 957vw;
}

.horizontal-scroll-section-7 {
  position: relative;
  z-index: 2;
  display: block;
  height: 1500vh;
}

.horizontal-scroll-wrapper-7 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.horizontal-scroll-content-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1034vw;
}

.horizontal-scroll-section-8 {
  position: relative;
  z-index: 2;
  display: block;
  height: 1500vh;
}

.horizontal-scroll-wrapper-8 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
}

.horizontal-scroll-content-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 578vw;
}

.page7-block-1-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 60px;
  padding-right: 6%;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.page7-block-1-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page7-block-1-content-box.width-1 {
  width: 75vw;
}

.page7-block-1-content-box.width-2 {
  width: 75vw;
}

.page7-block-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page7-block-2-img {
  width: 100%;
  height: 100vh;
}

.page7-block-2-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page7-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page7-block-3-inner {
  width: 100%;
  height: 100%;
}

.page7-block-3-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.list-wrapper {
  margin-bottom: 30px;
}

.list-wrapper.margin-top {
  margin-top: 0px;
}

.yellow-heading-small {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #974B45;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.page7-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 390vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page7-block-4-inner {
  width: 100%;
  height: 100%;
}

.page7-block-4-wrapper {
  display: block;
  margin-top: 60px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page7-block-4-wrapper-item {
  width: auto;
  height: 56vh;
  margin-right: 3.5714vw;
  padding-right: 3.5714vw;
  float: left;
  border-right: 1px solid #000;
  background-color: transparent;
}

.page7-block-4-wrapper-item.gradient-2 {
  width: auto;
}

.page7-block-4-wrapper-item.last {
  margin-right: 0px;
  padding-right: 0px;
  border-right-style: none;
}

.page7-block-4-year {
  margin-bottom: 20px;
  font-family: Monumentextended, sans-serif;
  color: #974B45;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

.page7-block-4-wrapper-item-text {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

.page7-block-4-yellow-heading-small {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #974B45;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.page7-block-4-wrapper-divider {
  width: 100px;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: #000;
}

.page7-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page7-block-5-inner-2 {
  width: 100%;
  height: 100%;
}

.page7-block-5-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page7-bloxk-5-graph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.page7-block-5-graph-left {
  width: 46%;
  background-color: transparent;
}

.page7-block-5-graph-right {
  width: 46%;
  height: 40vh;
  margin-top: -100px;
  background-color: transparent;
}

.infographic {
  width: 100%;
}

.page7-block-4-divider {
  width: 1px;
  height: 80%;
  margin-top: 0%;
  background-color: #000;
}

.page7-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page7-block-6-inner {
  width: 100%;
  height: 100%;
}

.page7-block-7 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page7-block-7-img {
  width: 100%;
  height: 100vh;
}

.page7-block-7-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page8-block-1-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 60px;
  padding-right: 6%;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page8-block-1-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page8-block-1-content-box.width-1 {
  width: 75vw;
}

.page8-block-1-content-box.width-2 {
  width: 75vw;
}

.page8-block-1-content-row-1 {
  position: static;
  min-height: 40vh;
}

.page8-block-1-content-row-2 {
  margin-top: 20px;
  padding-left: 50%;
}

.page8-block-1-text {
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.page8-block-1-text.width-1 {
  overflow: visible;
  width: 43%;
}

.page8-block-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page8-block-2-img {
  width: 100%;
  height: 100vh;
}

.page8-block-2-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.page8-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page8-block-3-inner {
  width: 100%;
  height: 100%;
}

.h2-yellow {
  margin-top: 0px;
  font-family: Monumentextended, sans-serif;
  color: #974B45;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
}

.h2-yellow.white {
  color: #fff;
}

.page8-block-3-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page8-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page8-block-4-inner {
  width: 100%;
  height: 100%;
}

.page8-block-4-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page8-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page8-block-5-inner {
  width: 100%;
  height: 100%;
}

.page8-block-5-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page8-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

.page8-block-6-inner {
  width: 100%;
  height: 100%;
}

.page8-block-6-divider {
  width: 1px;
  height: 80%;
  margin-top: 4%;
  background-color: #000;
}

.page8-block-7 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.page8-block-7-img {
  width: 100%;
  height: 100vh;
}

.page8-block-7-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  /* background-image: url("../images/bg-1.png"); */
  background-position: 0% 0%;
  background-size: auto;
}

.table-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table-col-2 {
  width: 100%;
}

.table-col-2.full {
  width: 100%;
}

.table-col-2.col-1 {
  width: 10%;
}

.table-col-2.col-2 {
  width: 52%;
}

.table-col-2.col-3 {
  width: 14%;
}

.table-col-2.col-4 {
  width: 24%;
}

.table-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #974B45;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.table-text {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.table-text.white {
  color: #fff;
}

.table-text.small {
  font-size: 12px;
}

.table-text.inline {
  display: inline-block;
}

.table-content-2-inner {
  padding: 5px 10px;
  border-bottom: 1px none #974B45;
}

.table-content-2-inner.col-1 {
  width: 25%;
}

.table-content-2-inner.col-2 {
  width: 52%;
}

.table-content-2-inner.col-3 {
  width: 100%;
}

.table-content-2-inner.col-4 {
  width: 24%;
}

.gray-box {
  width: 80%;
  height: 100%;
  /* background-color: #ebebeb; */
}

.table-header-inner {
  padding: 15px 10px;
}

.table-header-inner.col-1 {
  width: 10%;
}

.table-header-inner.col-2 {
  width: 52%;
}

.table-header-inner.col-3 {
  width: 14%;
}

.table-header-inner.col-4 {
  width: 24%;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #974B45;
}

.table-row-text {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.table-row-text.white {
  color: #fff;
}

.table-row-text.small {
  font-size: 12px;
}

.table-row-text.inline {
  display: inline-block;
}

.nav-menu-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-rotet-text-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  overflow: hidden;
  height: 85%;
}

.nav-rotate-text {
  position: absolute;
  left: -250px;
  top: auto;
  right: 0%;
  bottom: 375px;
  display: block;
  width: 580px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Monumentextended, sans-serif;
  color: #fff;
  font-size: 14px;
}

.nav-rotate-text.white {
  color: #fff;
}

.div-block-2 {
  width: 50px;
  height: 50px;
  background-image: url("../images/arrowprevious.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-2-copys {
  width: 50px;
  height: 50px;
  background-image: url("../images/arrownext.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slider-title-row {
  overflow: hidden;
  width: 100%;
}

.slider-title-row-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-title-row-inner.left-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.slider-title-row-inner.left-2 {
  margin-left: -55%;
}

.slider-title-row-inner.left-3 {
  margin-left: -90%;
}

.slider-title {
  margin-top: 0px;
  margin-right: 50px;
  padding-left: 50px;
  font-family: Monumentextended, sans-serif;
  color: #974B45;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
}

.slider-title.white {
  color: #fff;
}

.anchor-link-black-arrow {
  padding-right: 25px;
  background-image: url("../images/→.svg");
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 700;
}

.heading-h4 {
  margin-top: 0px;
  font-family: Monumentextended, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.chart-box {
  height: 22vh;
}
.chart-box div {
  height: 22vh;
  display: block;
  overflow: hidden;
}

.filter-item-gr {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.filter-item-gr li {
  color: #aaaaaa;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  font-family: "Lato", sans-serif;
}

ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

ul li label {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 8px 25px 25px 60px;
  font-weight: normal;
  color: #000000;
  height: 16px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.filter-item-gr li .check {
  display: block;
  position: absolute;
  border: 1px solid #496951;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 10px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 12px;
  top: 1px;
  left: 1px;
  width: 12px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.filter-item-gr li input[type="radio"]:checked ~ .check {
  border: 1px solid #496951;
}
.filter-item-gr li input[type="radio"]:checked ~ .check::before {
  background: #496951;
}

.filter-item-gr li input[type="radio"]:checked ~ label {
  color: #000;
}

.filter-item-gr li {
  margin-right: 20px;
}

.filter-item {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.filter-item li {
  color: #aaaaaa;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  font-weight: normal;
  font-family: "Lato", sans-serif;
}

.filter-item li .check {
  display: block;
  position: absolute;
  border: 1px solid #BC6F6C;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 8px;
  left: 22px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.filter-item li input[type="radio"]:checked ~ .check {
  border: 1px solid #974B45;
}

.filter-item li input[type="radio"]:checked ~ .check::before {
  background: #974B45;
}

.filter-item li input[type="radio"]:checked ~ label {
  color: #000;
}

.filter-item li {
  margin-right: 20px;
}

.filter-item-blck {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.filter-item-blck li {
  color: #aaaaaa;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  font-family: "Lato", sans-serif;
}

.filter-item-blck li .check {
  display: block;
  position: absolute;
  border: 1px solid #3b3844;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 10px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.filter-item-blck li input[type="radio"]:checked ~ .check {
  border: 1px solid #3c3945;
}

.filter-item-blck li input[type="radio"]:checked ~ .check::before {
  background: #3c3945;
}

.filter-item-blck li input[type="radio"]:checked ~ label {
  color: #000;
}

.filter-item-blck li {
  margin-right: 20px;
}

.subscript {
  font-size: 10px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.slider-left-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  background-image: url("../images/arrowprevious.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slider-right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  background-image: url("../images/arrownext.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide-nav {
  position: static;
  bottom: -30px;
}

.slider-arrow-icon {
  display: none;
}

.slider-title-box {
  margin-bottom: 20px;
  text-align: center;
}

.slider-title-text-granata {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Monumentextended, sans-serif;
  color: #7E484F;
  font-size: 34px;
  line-height: 1.2;
}

.slider-title-text-blue {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Monumentextended, sans-serif;
  color: #5A8097;
  font-size: 34px;
  line-height: 1.2;
}

.slider-title-text {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Monumentextended, sans-serif;
  color: #974B45;
  font-size: 34px;
  line-height: 1.2;
}

.slider-title-text.dark {
  color: #000;
}

/* DEFAULT VALUE */

.horizontal-scroll-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1814vw;
}

.page3-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 334vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/Rectangle-18.png");
  background-position: 0% 0%;
  background-size: auto;
}

#sticky-title {
  /* transition: all 0.2s; */
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0, 0, 0.18, 1.13);
  transition-delay: 0s;
  width: 1250px;
}

#sticky-title2 {
  /* transition: all 0.2s; */
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0, 0, 0.18, 1.13);
  transition-delay: 0s;
  width: 1250px;
}

#sticky-smooth {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

/* LAYOUT FIXING DIFFERENT DESKTOP SCREEN */

/* START LAYOUT DEKSTOP FIXING */

@media (min-width: 2920px) and (max-width: 3020px) {
  .horizontal-scroll-content-7 {
    /*width: 796vw;*/
  }

  .horizontal-scroll-content-7.english {
    /*width: 811vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 1711vw;
  }

  .page3-block-10 {
    width: 275vw;
  }
}

.width-35 {
  width: 35vw;
}
.width-20 {
  width: 20vw;
}
.width-18 {
  width: 18vw;
}

@media (min-width: 2820px) and (max-width: 2920px) {
  .horizontal-scroll-content-7 {
    /*width: 796vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 819vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 1735vw;
  }

  .page3-block-10 {
    width: 289vw;
  }
}

@media (min-width: 2720px) and (max-width: 2820px) {
  .horizontal-scroll-content-7 {
    /*width: 812vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 828vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 1742vw;
  }

  .page3-block-10 {
    width: 289vw;
  }
}

@media (min-width: 2620px) and (max-width: 2720px) {
  .horizontal-scroll-content-7 {
    /*width: 821vw;*/
  }

  .horizontal-scroll-content-7.english {
    /*width: 838vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 1776vw;
  }

  .page3-block-10 {
    width: 311vw;
  }
}

@media (min-width: 2520px) and (max-width: 2620px) {
  .horizontal-scroll-content-7 {
    /*width: 831vw;*/
  }

  .horizontal-scroll-content-7.english {
    /*width: 848vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 1777vw;
  }

  .page3-block-10 {
    width: 308vw;
  }
}

@media (min-width: 2420px) and (max-width: 2520px) {
  .horizontal-scroll-content-7 {
    /*width: 841vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 859vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 1806vw;
  }

  .page3-block-10 {
    width: 340vw;
  }
}

@media (min-width: 2320px) and (max-width: 2420px) {
  .horizontal-scroll-content-7 {
    /*width: 852vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 871vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 1831vw;
  }

  .page3-block-10 {
    width: 338vw;
  }
}

@media (min-width: 2220px) and (max-width: 2320px) {
  .horizontal-scroll-content-7 {
    /*width: 864vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 884vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 1860vw;
  }

  .page3-block-10 {
    width: 354vw;
  }
}

@media (min-width: 2120px) and (max-width: 2220px) {
  .horizontal-scroll-content-7 {
    /*width: 877vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 898vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 1890vw;
  }

  .page3-block-10 {
    width: 370vw;
  }
}

@media (min-width: 2020px) and (max-width: 2120px) {
  .horizontal-scroll-content-7 {
    /*width: 892vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 913vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 1926vw;
  }

  .page3-block-10 {
    width: 389vw;
  }
}

@media (min-width: 1920px) and (max-width: 2020px) {
  .horizontal-scroll-content-7 {
    /*width: 908vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 930vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 1963vw;
  }

  .page3-block-10 {
    width: 409vw;
  }
}

@media (min-width: 1820px) and (max-width: 1920px) {
  .horizontal-scroll-content-7 {
    /*width: 925vw;*/
  }
  .horizontal-scroll-content-7 {
    /*width: 949vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 2005vw;
  }

  .page3-block-10 {
    width: 432vw;
  }
}

@media (min-width: 1720px) and (max-width: 1820px) {
  .horizontal-scroll-content-7 {
    /*width: 945vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 970vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 2046vw;
  }

  .page3-block-10 {
    width: 456vw;
  }
}

@media (min-width: 1620px) and (max-width: 1720px) {
  .horizontal-scroll-content-7 {
    /*width: 967vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 992vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 2102vw;
  }

  .page3-block-10 {
    width: 484vw;
  }
}

@media (min-width: 1520px) and (max-width: 1620px) {
  .horizontal-scroll-content-7 {
    /*width: 991vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 1040vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 2236vw;
  }

  .page3-block-10 {
    width: 570vw;
  }
}

@media (min-width: 1420px) and (max-width: 1520px) {
  .horizontal-scroll-content-7 {
    /*width: 1019vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 1048vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 2286vw;
  }

  .page3-block-10 {
    width: 590vw;
  }
}

.table-content-slider-long {
  height: 22vw;
  overflow-y: scroll;
}
@media (min-width: 1320px) and (max-width: 1420px) {
  .horizontal-scroll-content-7 {
    /*width: 1051vw;*/
  }
  .horizontal-scroll-content-7 {
    /*width: 1082vw;*/
  }

  .page2-block-5-arrow-text {
    max-width: 72%;
  }

  .horizontal-scroll-content-3 {
    width: 2340vw;
  }

  .page3-block-10 {
    width: 635vw;
  }
}

@media (min-width: 1220px) and (max-width: 1320px) {
  .horizontal-scroll-content-7 {
    /*width: 1087vw;*/
  }

  .horizontal-scroll-content-7.english {
    /*width: 1121vw;*/
  }

  .page2-block-5-arrow-text {
    max-width: 72%;
  }

  .horizontal-scroll-content-3 {
    width: 2419vw;
  }

  .page3-block-10 {
    width: 644vw;
  }
}

@media (min-width: 1120px) and (max-width: 1220px) {
  .horizontal-scroll-content-7 {
    /*width: 1129vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 1166vw;*/
  }

  .next-page-anchor-link-text {
    max-width: 40%;
  }

  .page2-block-5-arrow-text {
    max-width: 72%;
  }

  .horizontal-scroll-content-3 {
    width: 2567vw;
  }

  .page3-block-10 {
    width: 750vw;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .horizontal-scroll-content-7 {
    /*width: 1179vw;*/
  }
  .horizontal-scroll-content-7.english {
    /*width: 1218vw*/
  }

  .next-page-anchor-link-text {
    max-width: 40%;
  }

  .page2-block-5-arrow-text {
    max-width: 72%;
  }

  

  .page3-block-10 {
    width: 800vw;
  }
}

@media screen and ( min-width:991px ) {
  .page2-block-1-box1.padding-top {
    padding-left: 20px;
  }
}

@media (min-width: 991px) and (max-width: 1120px) {
  .horizontal-scroll-content-3 {
    width: 2680vw;
  }
}

@media screen and (max-width: 991px) {
  .home-block-1 .index-page-anchor p {
    font-size: 12px;
  }

  .home-block-1 .index-page-anchor p img {
    max-height: 11px;
  }
}

@media (min-width: 991px) and (max-width: 1020px) {
  .horizontal-scroll-content-7 {
    /*width: 1239vw;*/
  }
  .horizontal-scroll-content-7 {
    /*width: 1288vw;*/
  }

  .horizontal-scroll-content-3 {
    width: 2699vw;
  }

  .page3-block-10 {
    width: 791vw;
  }
}

.points-chart {
  width: 40%;
}
.bullets-point {
  width: 40%;
}

/* END LAYOUT DEKSTOP FIXING */

@media screen and (max-width: 1800px) {
  .nav-link {
    font-size: 2em;
  }

  .nav-menu-bottom-left {
    width: 70%;
  }

  .nav-menu-bottom {
    margin-top: 10%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-bottom-left {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }

  .mobile-fix-title-sticky {
    padding-left: 20px;
    padding-right: 20px;
  }
  .desktop-index-menu {
    display: none !important;
  }

  .mobile-index-menu {
    display: block !important;
  }

  #sticky-title {
    width: 100%;
  }

  #sticky-title2 {
    width: 100%;
  }

  .home-block-10-graph-box {
    width: 18%;
    height: 35vh;
    margin-bottom: 0.6624vh;
    background-color: transparent;
  }

  .home-point-3 {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
  }

  .home-point-4 {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
  }

  .home-point-5 {
    overflow: hidden;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 15px;
    cursor: pointer;
  }

  .chart-box {
    height: 25vh;
    /*margin-bottom: 10px;*/
  }
  .page6-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url("../images/Rectangle-18-copy.png");
    background-position: 0% 0%;
    background-size: auto;
  }
  .popup-wrapper {
    margin-top: 159px;
    position: relative;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 50px;
    background-color: #fff;
    overflow: scroll;
  }

  .bullets-point {
  }

  .h1.white {
    font-size: 4.8em;
  }
  .h2.white {
    font-size: 40px;
  }
  .nvabar {
    width: 100vw;
    height: 80px;
  }
  .nvabar.bg-red {
    background-image: linear-gradient(56deg, #7e484f, #ad6c75);
  }
  .nvabar.bg-blue {
    background-image: linear-gradient(56deg, #385465, #5a8097);
  }
  .nvabar.bg-panda {
    background-image: linear-gradient(56deg, #3b3a2f, #837f5f);
  }
  .nvabar.bg-green {
    background-image: linear-gradient(56deg, #2c4533, #496951);
  }
  .nvabar.bg-purple {
    background-image: linear-gradient(56deg, #3a3743, #6d6373);
  }
  .nvabar.bg-gold {
    background-image: url("../images/bg-1.png");
  }
  .nav-menu {
    margin-top: 80px;
    margin-left: 0px;
    padding-left: 0px;
    border-top: 0px none #fff;
    border-left-style: none;
    border-left-width: 0px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
    background-image: url("../images/menu-close.svg");
  }
  .brand-logo {
    display: block;
    background-image: url("../images/logo-white.svg");
  }
  .menu-inner {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .menu-inner.bg-red {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .menu-inner.bg-blue {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .menu-inner.bg-panda {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .menu-inner.bg-green {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .menu-inner.bg-purple {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .menu-inner.bg-gold {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .nav-menu-inner {
    padding-top: 5%;
    border-top: 2px solid #fff;
    border-left-style: none;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4em;
    line-height: 1.2;
  }

  .nav-link.active::before,
  .nav-link.w--current::before {
    margin-left: -5em;
    font-size: 0.5em;
    margin-top: 0.5em;
  }

  .nav-link.active::after,
  .nav-link.w--current::after {
    margin-left: 0.7em;
    margin-top: 1em;
    width: 0.7em;
  }

  .nav-link.small {
    font-size: 1.4em;
    line-height: 1;
  }
  .nav-menu-bottom {
    padding-top: 10px;
    border-top: 1px solid #fff;
  }

  .hide {
    display: none;
  }
  .horizontal-scroll-section-1 {
    height: auto;
    padding-top: 80px;
  }
  .horizontal-scroll-content-1 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-block-1 {
    width: 100%;
    height: auto;
  }
  .home-block-2 {
    width: 100%;
    height: 80vh;
  }
  .home-block-3 {
    width: 100%;
    height: auto;
  }
  .home-block-4 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-block-5 {
    width: 100%;
    height: 100vh;
  }
  .home-block-6 {
    width: 100%;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .home-block-7 {
    width: 100%;
    height: auto;
  }
  .home-block-8 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .home-block-9 {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .home-block-10 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .home-block-11 {
    width: 100%;
    height: auto;
  }
  .home-block-12 {
    width: 100%;
    height: 80vh;
  }
  .home-block-13 {
    width: 100%;
    height: auto;
  }
  .text-block {
    height: auto;
  }
  .home-block-1-inner {
    margin-left: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .horizontal-scroll-section-test {
    height: auto;
    padding-top: 80px;
  }
  .horizontal-scroll-content-test {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-right-border {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 2%;
  }
  .home-block-1-logo-box {
    display: block;
  }
  .hero-subtext.width {
    width: 100%;
  }
  .home-link-blocks {
    height: 30vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .all-content-box {
    height: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .all-content-box.top-padding {
    padding-left: 70px;
  }
  .all-content-box.la {
    padding-right: 0px;
    padding-left: 0px;
  }
  .all-content-box.page3-block6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .all-content-box.page1-slider-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-block-4-inner {
    width: 100%;
    height: auto;
  }
  .title-box.sticky {
    width: 100%;
  }
  .title-box.la {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .title-box.width-1 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .title-box.width-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .title-box.width-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .title-box.width-3 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .title-box.width-3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .title-box.width-4 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .title-box.width-3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .title-box.page1-slider1-title {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .paragraph.inline {
    display: inline;
  }
  .home-block-4-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .home-block-5-black {
    width: 90%;
    height: 90%;
  }
  .home-block-5-title {
    font-size: 60px;
  }
  .home-block-6-inner {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
  }
  .home-block-6-divider {
    width: 80%;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
  }
  /* .whw-wrapper {
    position: static;
    width: 100%;
    height: auto;
  } */
  .whw-box.what {
    position: static;
    margin-bottom: 20px;
  }
  .whw-box.how {
    position: static;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .whw-box.why {
    position: static;
    padding-left: 0px;
  }
  .whw-why-box {
    display: none;
  }
  .whw-what-box {
    display: none;
  }
  .whw-how-box {
    display: none;
  }
  .whw-why-content {
    position: static;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-radius: 0px;
  }
  .whw-hover-title-box {
    width: 100%;
  }
  .whw-hover-title-box.what {
    width: 100%;
    text-align: left;
  }
  .whw-hover-content-box {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .whw-hover-divider {
    width: 100px;
    height: 1px;
    margin: 10px 0px;
  }
  .whw-how-content {
    position: static;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-radius: 0px;
  }
  .whw-what-content {
    position: static;
    width: 100%;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-radius: 0px;
  }
  .slider-wrapper {
    width: 100%;
  }
  .table-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-col {
    width: 100%;
  }
  .home-block-8-inner {
    width: 100%;
    height: auto;
  }
  .home-block-8-5points-wrapper {
    width: 100%;
    padding-right: 0px;
  }
  .home-5points-header {
    display: none;
  }
  .home-block-10-graph-wrapper {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .home-block-10-graph-box {
    width: 100%;
  }
  .block-10-hss {
    width: 100%;
    height: auto;
  }
  .next-page-anchor-link-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .next-page-anchor-link-text {
    display: inline-block;
    font-size: 22px;
  }
  .next-page-anchor-link-text.margin-right {
    margin-right: 20px;
  }
  .home-block-10-graph-box-chart {
    width: 100%;
  }
  .horizontal-scroll-section-2 {
    height: auto;
    padding-top: 80px;
  }
  .horizontal-scroll-content-2 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page2-block-1 {
    width: 100%;
    height: auto;
  }
  .page2-block-1-inner {
    margin-left: 0px;
    padding: 60px 50px;
  }
  .page2-block-1-content-box.width-1 {
    width: 90%;
  }
  .space {
    display: inline-block;
  }
  .page2-block-1-content-row-2 {
    padding-left: 0%;
  }
  .page2-block-1-text.width-1 {
    width: 100%;
  }
  .page2-block-1-divider {
    width: 100%;
    height: 2px;
    margin-right: 0px;
  }
  .page2-block-1-flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page2-block-1-content-box-2 {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page2-block-1-box1 {
    width: 100%;
  }
  .page2-block-1-box1.padding-top {
    padding-top: 60px;
  }
  .page2-block-2 {
    width: 100%;
    height: auto;
  }
  .page2-block-3 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page2-block-3-inner {
    width: 100%;
    height: auto;
  }
  .page2-block-3-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .popup-link-box.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page2-block-4 {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .page2-block-5 {
    width: 100%;
    height: 80vh;
  }
  .next-page-anchor-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .horizontal-scroll-section-3 {
    height: auto;
    padding-top: 80px;
  }
  .horizontal-scroll-content-3 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page3-block-1 {
    width: 100%;
    height: auto;
  }
  .page3-block-1-inner {
    margin-left: 0px;
    padding: 60px 50px;
  }
  .page3-block-1-flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page3-block-1-content-box.width-1 {
    width: 100%;
  }
  .page3-block-1-divider {
    width: 100%;
    height: 2px;
    margin-right: 0px;
  }
  .page3-block-1-content-box-2 {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page3-block-1-content-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page3-block-1-content-box-left {
    width: 100%;
  }
  .page3-block-1-content-box-lright {
    width: 100%;
    margin-top: 50px;
  }
  .page3-block-1-box1 {
    width: 100%;
  }
  .page3-block-1-box1.padding-top {
    padding-top: 60px;
  }
  .page3-block-2 {
    width: 100%;
    height: auto;
  }
  .page3-block-3 {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page3-block-3-inner {
    width: 100%;
    height: auto;
  }
  .page3-block-3-inner.width {
    width: 100%;
  }
  .page3-block-3-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page3-block-4 {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page3-block-4-inner {
    width: 100%;
    height: auto;
  }
  .page3-block-4-img-box {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 65vh;
  }
  .page2-block-3-divider-copy {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page3-block-5 {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page3-block-5-inner {
    width: 100%;
    height: auto;
  }
  .page3-block-5-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page3-block-4-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page3-block-6 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page3-block-6-wrapper {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page3-block-6-wrapper-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page3-block-6-wrapper-item.gradient-2 {
    width: 100%;
  }
  .page3-block-7 {
    width: 100%;
    height: auto;
  }
  .page3-block-8 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page3-block-8-inner {
    width: 100%;
    height: auto;
  }
  .page3-block-8-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page3-block-9 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page3-block-9-inner {
    width: 100%;
    height: auto;
  }
  .page3-block-9-inner.width {
    width: 100%;
  }
  .page3-block-9-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .flow-chart {
    width: 1250px;
    max-width: none;
  }
  .page3-block-10 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page3-block-10-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 50vh;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page3-block-10-wrapper-item {
    width: 300px;
    height: 350px;
  }
  .page3-block-11 {
    width: 100%;
    height: auto;
  }
  .page3-block-12 {
    width: 100%;
    height: 80vh;
  }
  .next-page-anchor-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .image {
    display: block;
    width: 1600px;
    max-width: none;
  }

  .flow-chart-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    min-height: 90vh;
    padding-bottom: 10vh;
  }

  /* always show scrollbars */

  ::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: #F5ECE6;
    height: 4px;
    width: 20px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #974B45;
    /* box-shadow: 0 0 1px #F5ECE6; */
  }

  .page3-block-10-wrapper-inner {
    width: 7100px;
  }
  .horizontal-scroll-section-4 {
    height: auto;
    padding-top: 80px;
  }
  .horizontal-scroll-content-4 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page4-block-1 {
    width: 100%;
    height: auto;
  }
  .page5-block-1 {
    width: 100%;
    height: auto;
  }
  .page6-block-1 {
    width: 100%;
    height: auto;
  }
  .page7-block-1 {
    width: 100%;
    height: auto;
  }
  .page8-block-1 {
    width: 100%;
    height: auto;
  }
  .page4-block-1-inner {
    margin-left: 0px;
    padding: 60px 50px;
  }
  .page4-block-1-flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page4-block-1-content-box.width-1 {
    width: 90%;
  }
  .page4-block-1-divider {
    width: 100%;
    height: 2px;
    margin-right: 0px;
  }
  .page4-block-1-content-box-2 {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page4-block-1-box1 {
    width: 100%;
  }
  .page4-block-1-box1.padding-top {
    padding-top: 60px;
  }
  .page4-block-1-content-row-2 {
    padding-left: 0%;
  }
  .page4-block-2 {
    width: 100%;
    height: auto;
  }
  .page4-block-3 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page4-block-4-inner {
    width: 100%;
    height: auto;
  }
  .page4-block-4 {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page4-block-4-inner-2 {
    width: 100%;
    height: auto;
  }
  .page4-block-4-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page4-block-5 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page4-block-5-inner {
    width: 100%;
    height: auto;
  }
  .page4-block-5-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page4-block-6 {
    width: 100%;
    height: auto;
  }
  .page4-block-7 {
    width: 100%;
    height: 80vh;
  }
  .next-page-anchor-link-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page5-block-1-inner {
    margin-left: 0px;
    padding: 60px 50px;
  }
  .page5-block-1-flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page5-block-1-content-box.width-1 {
    width: 90%;
  }
  .page5-block-1-content-box.width-2 {
    width: 100%;
  }
  .page5-block-1-divider {
    width: 100%;
    height: 2px;
    margin-right: 0px;
  }
  .page5-block-1-content-box-2 {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page5-block-1-content-row-2 {
    padding-left: 0%;
  }
  .page5-block-1-box1 {
    width: 100%;
  }
  .page5-block-1-box1.padding-top {
    padding-top: 60px;
  }
  .page5-block-1-text.width-1 {
    width: 100%;
  }
  .page5-block-2 {
    width: 100%;
    height: auto;
  }
  .page5-block-3 {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page5-block-3-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .popup-link-button-left {
    width: 100%;
  }
  .popup-link-button-right {
    margin-top: 10px;
    margin-left: 0px;
  }
  .page5-block-3-graph-1 {
    width: 100%;
    margin-bottom: 50px;
  }
  .page5-block-4 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page5-block-4-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page5-block-3-divider {
    width: 80%;
    height: 1px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .page5-block-4-graph-1 {
    width: 100%;
    margin-bottom: 50px;
  }
  .page5-block-5 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page5-block-5-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page5-block-5-graph-1 {
    width: 100%;
    margin-bottom: 50px;
  }
  .page5-block-5-graph-2 {
    width: 100%;
  }
  .page5-block-6 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page5-block-6-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page5-block-6-graph-1 {
    width: 100%;
    margin-bottom: 50px;
  }
  .page5-block-7 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page5-block-7-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page5-block-7-graph-1 {
    width: 100%;
    margin-bottom: 50px;
  }
  .page5-block-8 {
    width: 100%;
    height: auto;
  }
  .page5-block-9 {
    width: 100%;
    height: 80vh;
  }
  .next-page-anchor-link-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page6-block-1-inner {
    margin-left: 0px;
    padding: 60px 50px;
  }
  .page6-block-1-flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page6-block-1-content-box.width-1 {
    width: 90%;
  }
  .page6-block-1-content-box.width-2 {
    width: 100%;
  }
  .page6-block-1-divider {
    width: 100%;
    height: 2px;
    margin-right: 0px;
  }
  .page6-block-1-content-box-2 {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page6-block-1-content-row-2 {
    padding-left: 0%;
  }
  .page6-block-1-box1 {
    width: 100%;
  }
  .page6-block-1-box1.padding-top {
    padding-top: 60px;
  }
  .page6-block-1-box1.padding-top-2 {
    padding-top: 60px;
  }
  .page6-block-1-text.width-1 {
    width: 100%;
  }
  .page6-block-2 {
    width: 100%;
    height: auto;
  }
  .page6-block-3 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page6-block-3-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page6-block-3-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page6-block-3-graph-1 {
    width: 100%;
    margin-bottom: 50px;
  }
  .page6-block-3-graph-2 {
    width: 100%;
    margin-bottom: 50px;
  }
  .page6-block-3-graph-3 {
    width: 100%;
    margin-bottom: 50px;
  }
  .page6-block-3-graph-4 {
    width: 100%;
  }
  .page6-block-4 {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page6-block-4-inner-2 {
    width: 100%;
    height: auto;
  }
  .page6-block-4-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page6-block-5 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page6-block-5-inner-2 {
    width: 100%;
    height: auto;
  }
  .page6-block-5-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page6-bloxk-5-graph-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page6-block-5-graph-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .page6-block-5-graph-right {
    width: 100%;
  }
  .page6-block-6 {
    width: 100%;
    height: auto;
  }
  .horizontal-scroll-section-5 {
    height: auto;
    padding-top: 80px;
  }
  .horizontal-scroll-content-5 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .horizontal-scroll-section-6 {
    height: auto;
    padding-top: 80px;
  }
  .horizontal-scroll-content-6 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .horizontal-scroll-section-7 {
    height: auto;
    padding-top: 80px;
  }
  .horizontal-scroll-content-7 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .horizontal-scroll-section-8 {
    height: auto;
    padding-top: 80px;
  }
  .horizontal-scroll-content-8 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page7-block-1-inner {
    margin-left: 0px;
    padding: 60px 50px 150px;
  }
  .page7-block-1-flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page7-block-1-content-box.width-1 {
    width: 90%;
  }
  .page7-block-1-content-box.width-2 {
    width: 100%;
  }
  .page7-block-2 {
    width: 100%;
    height: auto;
  }
  .page7-block-3 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page7-block-3-inner {
    width: 100%;
    height: auto;
  }
  .page7-block-3-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page7-block-4 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page7-block-4-wrapper {
    overflow: scroll;
    width: 95%;
    height: 70vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page7-block-4-wrapper-inner {
    width: 6420px;
  }
  .page7-block-4-wrapper-item {
    width: 300px;
    height: 50vh;
  }
  .page7-block-5 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page7-block-5-inner-2 {
    width: 100%;
    height: auto;
  }
  .page7-block-5-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page7-bloxk-5-graph-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page7-block-5-graph-left {
    width: 100%;
  }
  .page7-block-5-graph-right {
    width: 100%;
    height: 60vh;
    margin-top: 50px;
  }
  .page7-block-4-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page7-block-6 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page7-block-6-inner {
    width: 100%;
    height: auto;
  }
  .page7-block-7 {
    width: 100%;
    height: auto;
  }
  .page8-block-1-inner {
    margin-left: 0px;
    padding: 100px 50px;
  }
  .page8-block-1-flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page8-block-1-content-box.width-1 {
    width: 90%;
  }
  .page8-block-1-content-box.width-2 {
    width: 100%;
  }
  .page8-block-1-content-row-1 {
    display: none;
  }
  .page8-block-1-content-row-2 {
    padding-left: 0%;
  }
  .page8-block-1-text.width-1 {
    width: 100%;
  }
  .page8-block-2 {
    width: 100%;
    height: auto;
  }
  .page8-block-3 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page8-block-3-inner {
    width: 100%;
    height: auto;
  }
  .h2-yellow.white {
    font-size: 40px;
  }
  .page8-block-3-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page8-block-4 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page8-block-4-inner {
    width: 100%;
    height: auto;
  }
  .page8-block-4-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page8-block-5 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page8-block-5-inner {
    width: 100%;
    height: auto;
  }
  .page8-block-5-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page8-block-6 {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page8-block-6-inner {
    width: 100%;
    height: auto;
  }
  .page8-block-6-divider {
    width: 80%;
    height: 1px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .page8-block-7 {
    width: 100%;
    height: auto;
  }
  .table-wrapper-2 {
    overflow: scroll;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-col-2 {
    width: 100%;
    min-width: 960px;
  }
  .nav-menu-bottom-right {
    width: 20%;
  }
  .nav-rotet-text-box {
    display: none;
  }
  .slider-title.white {
    font-size: 40px;
  }
  .slider-title-text {
    font-size: 30px;
  }
  .slider-textbox {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 901px) {
  .home-block-5 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-block-5-black {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-block-5-title {
    font-size: 50px;
  }
  .home-block-5-subtext {
    font-size: 30px;
  }
  .home-block-5-point-box {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .home-block-5-points-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-block-5-points-item.margin-top {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .table-content-slider-long {
    height: auto;
    overflow-y: auto;
  }

  .home-point-3 {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
  }

  .points-chart {
    width: 100%;
  }
  .bullets-point {
    width: 80%;
  }

  .home-point-4 {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
  }

  .home-point-5 {
    overflow: hidden;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 15px;
    cursor: pointer;
  }

  .chart-box {
    height: 25vh;
    /*margin-bottom: 10px;*/
  }

  .page6-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url("../images/Rectangle-18-copy.png");
    background-position: 0% 0%;
    background-size: auto;
  }
  .popup-wrapper {
    margin-top: 159px;
    position: relative;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 50px;
    background-color: #fff;
    overflow: scroll;
  }
  .bullets-point {
    margin-top: 50px;
    margin-left: 0px;
  }

  .h1.white {
    font-size: 3.6em;
  }
  .h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .nav-menu-inner {
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav-link {
    font-size: 1.5em;
  }

  .home-block-5 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-link-blocks {
    height: auto;
  }
  .all-content-box {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .title-box.la {
    width: 90%;
  }
  .title-box.width-1 {
    width: 80%;
  }
  .title-box.width-2 {
    width: 100%;
  }
  .title-box.width-2 {
    width: 80%;
  }
  .title-box.width-3 {
    width: 80%;
  }
  .title-box.width-3 {
    width: 100%;
  }
  .title-box.width-4 {
    width: 80%;
  }
  .title-box.width-3 {
    width: 100%;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-block-5-black {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-block-5-title {
    font-size: 50px;
  }
  .home-block-5-subtext {
    font-size: 30px;
  }
  .home-block-5-point-box {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .home-block-5-points-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-block-5-points-item.margin-top {
    margin-top: 0px;
  }
  .block-5-points-title {
    font-size: 20px;
  }
  .page2-block-1-content-box.width-1 {
    width: 100%;
  }
  .page2-block-5-inner {
    width: 80%;
  }
  .page2-block-5-arrow-text {
    font-size: 48px;
  }
  .page3-block-1-content-box.width-1 {
    width: 100%;
  }
  .page3-block-1-content-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page3-block-1-content-box-left {
    width: 100%;
  }
  .page3-block-1-content-box-lright {
    width: 100%;
    margin-top: 50px;
  }
  .page3-block-2 {
    overflow: hidden;
    height: 80vh;
  }
  .page3-block-2-img {
    height: 80vh;
  }
  .page3-block-7 {
    height: 80vh;
  }
  .page3-block-7-img {
    height: 80vh;
  }
  .page3-block-11 {
    height: 80vh;
  }
  .page3-block-11-img {
    height: 80vh;
  }
  .page4-block-1-content-box.width-1 {
    width: 100%;
  }
  .page4-block-2 {
    overflow: hidden;
    height: 80vh;
  }
  .page4-block-2-img {
    height: 80vh;
  }
  .page4-block-6 {
    overflow: hidden;
    height: 80vh;
  }
  .page4-block-6-img {
    height: 80vh;
  }
  .page4-block-7-inner {
    width: 80%;
  }
  .page4-block-7-arrow-text {
    font-size: 48px;
  }
  .page5-block-1-content-box.width-1 {
    width: 100%;
  }
  .page5-block-1-content-box.width-2 {
    width: 100%;
  }
  .page5-block-2 {
    overflow: hidden;
    height: 80vh;
  }
  .page5-block-2-img {
    height: 80vh;
  }
  .page5-block-8 {
    overflow: hidden;
    height: 80vh;
  }
  .page5-block-8-img {
    height: 80vh;
  }
  .page5-block-9-inner {
    width: 80%;
  }

  .page6-block-9-inner {
    width: 80%;
  }

  .page5-block-9-arrow-text {
    font-size: 48px;
  }
  .page6-block-1-content-box.width-1 {
    width: 100%;
  }
  .page6-block-1-content-box.width-2 {
    width: 100%;
  }
  .page6-block-2 {
    overflow: hidden;
    height: 80vh;
  }
  .page6-block-2-img {
    height: 80vh;
  }
  .page6-block-6 {
    overflow: hidden;
    height: 80vh;
  }
  .page6-block-6-img {
    height: 80vh;
  }
  .page7-block-1-content-box.width-1 {
    width: 100%;
  }
  .page7-block-1-content-box.width-2 {
    width: 100%;
  }
  .page7-block-2 {
    overflow: hidden;
    height: 80vh;
  }
  .page7-block-2-img {
    height: 80vh;
  }
  .page7-block-5-graph-right {
    height: auto;
  }
  .page7-block-7 {
    overflow: hidden;
    height: 80vh;
  }
  .page7-block-7-img {
    height: 80vh;
  }
  .page8-block-1-content-box.width-1 {
    width: 100%;
  }
  .page8-block-1-content-box.width-2 {
    width: 100%;
  }
  .page8-block-2 {
    overflow: hidden;
    height: 80vh;
  }
  .page8-block-2-img {
    height: 80vh;
  }
  .h2-yellow {
    font-size: 34px;
    line-height: 40px;
  }
  .page8-block-7 {
    overflow: hidden;
    height: 80vh;
  }
  .page8-block-7-img {
    height: 80vh;
  }
  .slider-title {
    font-size: 34px;
    line-height: 40px;
  }
  .slider-title-text {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  .table-content-slider-long {
    height: auto;
    overflow-y: scroll;
  }

  .all-content-box {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .points-chart {
    width: 100%;
  }
  .bullets-point {
    width: 100%;
  }
  .title-box.page1-slider1-title {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
  }
  .home-point-3 {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
  }

  .home-point-4 {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
  }

  .home-point-5 {
    overflow: hidden;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 15px;
    cursor: pointer;
  }

  .chart-box {
    height: 25vh;
    margin-bottom: 10px;
  }
  .page6-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url("../images/Rectangle-18-copy.png");
    background-position: 0% 0%;
    background-size: auto;
  }
  .popup-wrapper {
    margin-top: 159px;
    position: relative;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 50px;
    background-color: #fff;
    overflow: scroll;
  }

  .bullets-point {
    margin-left: 0px;
    margin-top: 50px;
  }

  .h1.white {
    font-size: 2.4em;
  }
  .h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .h2.white {
    font-size: 32px;
  }
  .h3 {
    font-size: 18px;
  }
  .nav-link {
    font-size: 2.615vh;
  }
  .nav-link.small {
    font-size: 2.215vh;
  }
  .nav-menu-bottom {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .nav-menu-bottom-left {
    width: 55%;
  }

  .nav-menu-bottom-left > .nav-link {
    font-size: 0.8em;
  }

  .home-block-2 {
    height: 50vh;
  }
  .home-block-7 {
    overflow: hidden;
    height: 43vh;
  }
  .home-block-9 {
    height: 40vh;
  }
  .home-block-11 {
    overflow: hidden;
    height: 40vh;
  }
  .home-block-12 {
    height: 60vh;
  }
  .home-block-1-inner {
    height: auto;
  }
  .hero-subtext.width {
    font-size: 14px;
  }
  .home-link-blocks-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .home-link-block-inner-left {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .home-link-block-inner-right {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .links-number {
    font-size: 50px;
  }
  .all-content-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .all-content-box.top-padding {
    padding-left: 20px;
  }
  .home-block-4-divider {
    width: 90%;
  }
  .home-block-5-title {
    font-size: 40px;
  }
  .home-block-5-subtext {
    font-size: 20px;
  }
  .home-block-5-points-item {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .block-5-points-icon-box {
    width: 100%;
    margin-bottom: 0px;
  }
  .block-5-points-content-box {
    width: 100%;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .home-block-6-divider {
    width: 90%;
  }
  .whw-what-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .table-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .table-col {
    width: 100%;
  }
  .table-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-block-7-img {
    height: auto;
  }
  .home-block-9-img {
    height: auto;
  }
  .home-block-11-img {
    height: auto;
  }
  .home-point-1-title-box {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-point-2-title-box {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-points-title {
    display: block;
  }
  ._5points-plus-icon {
    position: absolute;
    left: auto;
    top: 50%;
    right: 10px;
    bottom: auto;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .points-item {
    width: 90%;
    margin-bottom: 20px;
  }
  .home-block-12-inner {
    width: 90%;
  }
  .home-block-12-arrow-text {
    font-size: 30px;
  }
  .next-page-anchor-link-text {
    font-size: 18px;
  }
  .home-points-content-box-inner {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .page2-block-1-inner {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .innerpages-list-item {
    font-size: 15px;
    line-height: 24px;
  }
  .page2-block-2 {
    overflow: hidden;
    height: 43vh;
  }
  .page2-block-2-img {
    height: auto;
  }
  .page2-block-3-divider {
    width: 90%;
  }
  .popup-link-button {
    /*height: 20px;*/
  }
  .page2-block-4 {
    height: 40vh;
  }
  .page2-block-4-img {
    height: auto;
  }
  .page2-block-5 {
    height: 60vh;
  }
  .page2-block-5-inner {
    width: 90%;
  }
  .page2-block-5-arrow-text {
    font-size: 30px;
  }
  .page3-block-1-inner {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page3-block-2 {
    overflow: hidden;
    height: 43vh;
  }
  .page3-block-2-img {
    height: auto;
  }
  .page3-block-3-divider {
    width: 90%;
  }
  .yellow-heading {
    font-size: 18px;
  }
  .page2-block-3-divider-copy {
    width: 90%;
  }
  .page3-block-5-divider {
    width: 90%;
  }
  .page3-block-4-divider {
    width: 90%;
  }
  .page3-block-6-wrapper-item {
    margin-right: 0px;
    padding: 20px;
  }
  .page3-block-6-wrapper-item-text {
    font-size: 18px;
  }
  .page3-block-7 {
    overflow: hidden;
    height: 43vh;
  }
  .page3-block-7-img {
    height: auto;
  }
  .page3-block-8-divider {
    width: 90%;
  }
  .page3-block-9-divider {
    width: 90%;
  }
  .page3-block-10-wrapper-item {
    width: 240px;
    margin-right: 30px;
    padding-right: 30px;
  }
  .page3-block-10-year {
    font-size: 18px;
  }
  .page3-block-10-wrapper-item-text {
    font-size: 18px;
  }
  .page3-block-11 {
    overflow: hidden;
    height: 43vh;
  }
  .page3-block-11-img {
    height: auto;
  }
  .page3-block-12 {
    height: 60vh;
  }

  .title-box.width-2 {
    width: auto;
    margin: 0px 16px;
  }
  .page5-block-3-wrapper {
    width: auto;
  }

  .page5-block-3-wrapper {
    width: auto;
    margin: 0px 16px;
  }
  .mobile-fix-title-sticky {
    padding: 0px;
  }
  .title-box.width-1 {
    width: auto;
    margin: 0px 16px;
  }
  .title-box.width-4 {
    width: auto;
    margin: 0px 16px;
  }
  #sticky-title {
    width: inherit;
  }
  .page4-block-1-inner {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page4-block-2 {
    overflow: hidden;
    height: 43vh;
  }
  .page4-block-2-img {
    height: auto;
  }
  .page4-block-4-divider {
    width: 90%;
  }
  .page4-block-5-divider {
    width: 90%;
  }
  .page4-block-6 {
    overflow: hidden;
    height: 43vh;
  }
  .page4-block-6-img {
    height: auto;
  }
  .page4-block-7 {
    height: 60vh;
  }
  .page4-block-7-inner {
    width: 90%;
  }
  .page4-block-7-arrow-text {
    font-size: 30px;
  }
  .page5-block-1-inner {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page5-block-2 {
    overflow: hidden;
    height: 43vh;
  }
  .page5-block-2-img {
    height: auto;
  }
  .page5-block-4-divider {
    width: 90%;
  }
  .page5-block-3-divider {
    width: 90%;
  }
  .page5-block-5-divider {
    width: 90%;
  }
  .page5-block-6-divider {
    width: 90%;
  }
  .page5-block-7-divider {
    width: 90%;
  }
  .page5-block-8 {
    overflow: hidden;
    height: 43vh;
  }
  .page5-block-8-img {
    height: auto;
  }
  .page5-block-9 {
    height: 60vh;
  }
  .page5-block-9-inner {
    width: 90%;
  }
  .page5-block-9-arrow-text {
    font-size: 30px;
  }
  .page6-block-1-inner {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page6-block-2 {
    overflow: hidden;
    height: 43vh;
  }
  .page6-block-2-img {
    height: auto;
  }
  .page6-block-3-divider {
    width: 90%;
  }
  .page6-block-4-divider {
    width: 90%;
  }
  .page6-block-5-divider {
    width: 90%;
  }
  .page6-block-6 {
    overflow: hidden;
    height: 43vh;
  }
  .page6-block-6-img {
    height: auto;
  }
  .page7-block-1-inner {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page7-block-2 {
    overflow: hidden;
    height: 43vh;
  }
  .page7-block-2-img {
    height: auto;
  }
  .page7-block-3-divider {
    width: 90%;
  }
  .yellow-heading-small {
    font-size: 18px;
  }
  .page7-block-4-wrapper-item {
    width: 240px;
    margin-right: 30px;
    padding-right: 30px;
  }
  .page7-block-4-year {
    font-size: 18px;
  }
  .page7-block-4-wrapper-item-text {
    font-size: 18px;
  }
  .page7-block-4-yellow-heading-small {
    font-size: 18px;
  }
  .page7-block-5-divider {
    width: 90%;
  }
  .page7-block-4-divider {
    width: 90%;
  }
  .page7-block-7 {
    overflow: hidden;
    height: 43vh;
  }
  .page7-block-7-img {
    height: auto;
  }
  .page8-block-1-inner {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page8-block-2 {
    overflow: hidden;
    height: 43vh;
  }
  .page8-block-2-img {
    height: auto;
  }
  .h2-yellow {
    font-size: 26px;
  }
  .h2-yellow.white {
    font-size: 32px;
  }
  .page8-block-3-divider {
    width: 90%;
  }
  .page8-block-4-divider {
    width: 90%;
  }
  .page8-block-5-divider {
    width: 90%;
  }
  .page8-block-6-divider {
    width: 90%;
  }
  .page8-block-7 {
    overflow: hidden;
    height: 43vh;
  }
  .page8-block-7-img {
    height: auto;
  }
  .table-wrapper-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .table-col-2 {
    width: 100%;
  }
  .table-content-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-menu-bottom-right {
    width: 20%;
    margin-right: 5%;
  }

  .nav-menu-bottom-right > .nav-link {
    font-size: 0.8em;
  }

  .slider-title {
    font-size: 26px;
  }
  .slider-title.white {
    font-size: 32px;
  }
  .slider-title-text {
    font-size: 18px;
  }

  .nav-link.active::after,
  .nav-link.w--current::after {
    left: -0.85em;
  }
}

.legend-small {
  font-family: Lato, sans-serif;
  margin-left: 22px;
}
.legend-small .legend-row-line {
  display: flex;
  flex-direction: row;
}
.legend-small .legend-row {
  display: flex;
  margin-right: 20px;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
}
.legend-small .legend-row .legend-color {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.legend-small .legend-row .legend-text {
  height: 22px;
}

.legend {
  margin-left: 45px;
  font-family: Lato, sans-serif;
}
.legend .legend-row {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
}
.legend .legend-row .legend-color {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.legend .legend-row .legend-text {
  margin-right: 10px;
  margin-top: 2px;
  height: 22px;
}

.chart-image img {
  height: 12vh;
  width: 12vw;
  left: 3vw;
  top: 3vh;
  transform: rotate(15deg);
  position: absolute;
}

.chart-image {
}

@media screen and (min-width: 900px) {
  .canvas-label {
    margin-right: 150px;
    margin-top: 50px;
    height: 70px;
    width: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 901px) {
  .canvas-label {
    margin-top: 10vh;
  }

  .canvas-wrapper {
    margin-top: 7vh;
  }
}

@media screen and (max-height: 800px) and (min-width: 901px) {
  .page5-block-3-wrapper .stricted {
    max-width: 35%;
  }
}

@media screen and (max-height: 800px) and (min-width: 901px) {
  .title-box.la {
    margin-bottom: 150px;
  }
}

/* Exact aspect ratio, put it at the bottom to avoid override*/
@media (aspect-ratio: 4/3) and (max-height: 770px) and (min-width: 901px) {
  .h1 {
    font-size: 4em;
  }
  .h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .h3 {
    font-size: 18px;
  }
  .home-links-title {
    font-size: 18px;
  }
  .paragraph {
    font-size: 12px;
    line-height: 1.1;
  }
  .home-block-5-title {
    font-size: 50px;
  }
  .home-block-5-subtext {
    font-size: 30px;
  }
  .title-box.page1-slider1-title {
    margin-bottom: 0px;
  }
  .slider-wrapper {
    margin-top: 20px;
  }
  .slider-title-text {
    font-size: 30px;
  }
  .table-header,
  .table-header-2 {
    font-size: 12px;
  }
  .horizontal-scroll-content-3 {
    width: 2682vw;
  }
  .page-list-item {
    font-size: 12px;
  }
  .table-content-2 {
    overflow-y: scroll;
    max-height: 400px;
  }
}

@media screen and (max-width: 400px) {
  .h1 {
    font-size: 1.8em !important;
  }
  .h2 {
    font-size: 26px !important;
    line-height: 28px;
  }
  .h3 {
    font-size: 18px !important;
  }
  .home-links-title {
    font-size: 18px !important;
  }
  .paragraph {
    font-size: 12px !important;
    line-height: 1.1;
  }
  .table-header,
  .table-header-2 {
    font-size: 12px !important;
  }
  .page-list-item {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 500px) {
  .h1 {
    font-size: 3em;
  }
  .home-block-10-graph-box {
    margin-top: 25px;
  }

  .nav-link {
    font-size: 1em;
  }

  .nav-link.w--current,
  .nav-link.active {
    padding-left: 5%;
  }

  .nav-link.active::before,
  .nav-link.w--current::before {
    margin-left: -3.5em;
    font-size: 0.5em;
    margin-top: 0.4em;
  }

  .nav-link.active::after,
  .nav-link.w--current::after {
    margin-left: 1em;
    margin-top: 1.2em;
    width: 0.7em;
  }
}

@media screen and (min-width: 1260px) {
  .rows__override div[class^="home-point-"] {
    padding-left: 5vw !important;
  }

  .rows__override div[class^="home-point-"] .home-points-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .w-25 {
    width: 25% !important;
  }
  .w-50 {
    width: 50% !important;
  }
  .w-75 {
    width: 75% !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .m-25 {
    margin-left: 25% !important;
  }
  .m-50 {
    margin-left: 50% !important;
  }

  .rows__override {
    text-align: left !important;
  }

  .rows__override .home-5points-header-text {
    text-align: center;
  }

  .rows__override div[class^="home-point-"] {
    padding-left: 2vw !important;
    width: 100% !important;
  }

  .rows__override div[class^="home-point-"] .home-points-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 1600px) and (max-height: 910px) and (min-width: 901px) {
  .table-col,
  .table-col-2 {
    overflow-x: hidden;
  }

  .table-content,
  .table-content-2 {
    margin-right: -15px;
    padding-right: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 250px;
    padding-bottom: 50px;
  }

  .slider.w-slider {
    height: 430px;
  }

  .h2,
  .h3 {
    line-height: initial;
  }

  .h2 {
    font-size: 24px !important;
  }

  .h3 {
    font-size: 16px !important;
  }

  .paragraph, .arrow-text-dark, .arrow-text {
    font-size: 13px;
  }

  .home-block-5-title {
    font-size: 50px;
  }

  .title-box.la {
    margin-bottom: 100px;
  }

  .all-content-box {
    padding-top: 40px;
  }
}

.page__title {
  font-family: Monumentextended, sans-serif;
  color: #000;
  font-weight: 500;
  position: fixed;
  right: 2vw;
  top: 2vh;
  z-index: 2000;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.page__title.active {
  opacity: 1;
}

@media screen and (max-width: 901px) {
  .page__title {
    display: none;
  }
}

@font-face {
  font-family: "Monumentextended";
  src: url("../fonts/MonumentExtended-Regular.woff2") format("woff2"),
    url("../fonts/MonumentExtended-Regular.eot") format("embedded-opentype"),
    url("../fonts/MonumentExtended-Regular.woff") format("woff"),
    url("../fonts/MonumentExtended-Regular.ttf") format("truetype"),
    url("../fonts/MonumentExtended-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Monumentextended";
  src: url("../fonts/MonumentExtended-Ultrabold.woff2") format("woff2"),
    url("../fonts/MonumentExtended-Ultrabold.eot") format("embedded-opentype"),
    url("../fonts/MonumentExtended-Ultrabold.woff") format("woff"),
    url("../fonts/MonumentExtended-Ultrabold.ttf") format("truetype"),
    url("../fonts/MonumentExtended-Ultrabold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

.icons__row {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.icons__row .points-item {
  margin-left: 0px;
  margin-right: 30px;
  width: auto;
  margin-bottom: 20px;
}

.icons__row .points-item .points-item-textbox {
  padding-left: 0px;
}

.icons__row .points-item .points-item-icons {
  max-width: none;
  width: 50px;
  padding: 0px 10px;
}

.icons__row .points-item .points-item-icons img {
  max-width: none;
  width: 30px;
}
