body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #04377b;
  font-size: 3.5em;
  line-height: 1.2em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #04377b;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
}

.font {
  display: none;
}

.label {
  font-size: 0.875em;
  line-height: 1.2em;
}

.label.blue {
  color: #04377b;
}

.label.grey {
  margin-top: 3px;
  font-weight: 300;
}

.label.black {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #333;
  font-style: italic;
}

.label.black._2 {
  font-style: normal;
}

.label.lightblue {
  color: #1f6eda;
}

.label-bold {
  font-size: 0.875em;
  line-height: 1.2em;
  font-weight: 700;
}

.label-semi {
  font-size: 0.875em;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: none;
}

.label-semi.blue {
  color: #04377b;
}

.body-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
}

.section {
  padding: 80px 150px;
}

.section.landing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/main-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.ceo {
  overflow: hidden;
  padding-bottom: 0px;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.divider {
  padding-bottom: 30px;
}

.section.map {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9bd8e9), to(#fff));
  background-image: linear-gradient(180deg, #9bd8e9, #fff);
}

.section.highlight {
  padding-bottom: 0px;
}

.section.charts {
  padding-right: 0px;
  padding-bottom: 30px;
}

.section.painting {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/main-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.pageheader {
  padding-top: 100px;
}

.section.pageheader.build2 {
  min-height: 40vw;
  background-image: radial-gradient(circle farthest-corner at 60% 100%, transparent 60%, #fff), url('../images/build1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.pageheader.about2 {
  min-height: 30vw;
  background-image: url('../images/main-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.pageheader.about1 {
  min-height: 40vw;
  background-image: radial-gradient(circle farthest-corner at 60% 100%, transparent 50%, #fff), url('../images/about-bg2.jpg');
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.pageheader.about3 {
  min-height: 40vw;
  background-image: url('../images/about3-bg.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.pageheader.about4 {
  min-height: 40vw;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, transparent 50%, #fff), url('../images/about4-bg.jpg');
  background-position: 0px 0px, 60% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.pageheader.about6 {
  min-height: 40vw;
  background-image: radial-gradient(circle farthest-corner at 60% 100%, transparent 52%, #fff 76%), url('../images/nav.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.pageheader.balance5 {
  min-height: 30vw;
  margin-top: 80px;
  padding-top: 50px;
  background-image: url('../images/bg2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section.pageheader.build1 {
  min-height: 40vw;
  background-image: radial-gradient(circle farthest-corner at 60% 100%, transparent 60%, #fff), url('../images/build2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.pageheader.build3 {
  min-height: 40vw;
  background-image: radial-gradient(circle farthest-corner at 60% 100%, transparent 60%, #fff), url('../images/build3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.pageheader.about5 {
  min-height: 40vw;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, transparent 50%, #fff), url('../images/about5-bg.jpg');
  background-position: 0px 0px, 60% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.pageheader.about4 {
  min-height: 40vw;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, transparent 50%, #fff), url('../images/about6-bg.jpg');
  background-position: 0px 0px, 60% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.pageheader.build4 {
  min-height: 40vw;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, transparent 50%, #fff), url('../images/about6-bg.jpg');
  background-position: 0px 0px, 60% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.pageheader.bg {
  min-height: 30vw;
  background-image: url('../images/main-bg.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.inner {
  padding-top: 35px;
}

.section._2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.container.left-align {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.padding {
  padding: 10px;
}

.container.margin-top._2 {
  -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;
}

.container.map {
  position: absolute;
  padding-right: 35px;
  padding-left: 35px;
}

.one-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.one-half.middle-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.one-half.bottom-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 12px 20px;
  border-radius: 7px;
  background-color: #0d60b5;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn.hide {
  margin-top: 0px;
}

.btn.show {
  display: none;
}

.image-container {
  position: relative;
  right: 1%;
  width: 100%;
  margin-bottom: 25px;
  padding: 0.2em;
  border-radius: 0.3em;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.image {
  width: 100%;
}

.image._2 {
  margin-top: 25px;
}

.image._2.b {
  width: 50%;
}

.image._2.c {
  width: 20%;
}

.image._2.smaller {
  width: 70%;
}

.image._3 {
  margin-top: 25px;
}

.image._4 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.image.small {
  width: 40%;
}

.image.round {
  border-radius: 0.5em;
}

.image._5 {
  width: 60%;
}

.image._5.margin-top {
  width: 30%;
}

.image.icon {
  width: 50%;
}

.image.icon.b {
  width: 35%;
}

.image._6 {
  width: 70%;
}

.image._7 {
  width: 80%;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 100%;
  -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;
}

.right-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.seal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  -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;
}

.search {
  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;
}

.menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.bottom {
  width: 35px;
  height: 3px;
  background-color: #04377b;
}

.top {
  width: 35px;
  height: 3px;
  background-color: #04377b;
}

.middle {
  width: 35px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #04377b;
}

.sticky {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: none;
  width: 100%;
  max-width: 1920px;
  padding: 10px 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.navigation {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 8;
  display: none;
  width: 100%;
  max-width: 1920px;
  padding: 100px 150px 30px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.35);
}

.nav-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #ebebeb;
}

.nav-column.last {
  padding-right: 0%;
  border-right-style: none;
}

.nav-column.last._3 {
  width: 36%;
  margin-right: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.mainlink {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #1b1b1b;
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.mainlink._2 {
  text-transform: none;
  cursor: default;
}

.sublink {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  color: #1f6eda;
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.sublink:hover {
  color: #04377b;
  text-decoration: underline;
}

.sublink.w--current {
  color: #04377b;
  text-decoration: underline;
}

.sublink._2 {
  width: 47%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sublink._2.hide {
  display: flex;
}

.image-9 {
  width: 100%;
}

.floating-btn {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.download {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/download2.svg');
  background-position: 50% 50%;
  background-size: 30%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #04377b;
  font-size: 0.875em;
  line-height: 1.2em;
}

.share {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/share2.svg');
  background-position: 50% 50%;
  background-size: 35%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #04377b;
  font-size: 0.875em;
  line-height: 1.2em;
}

.text-block {
  position: absolute;
  left: 65px;
  display: none;
  white-space: nowrap;
}

.quote {
  margin-bottom: 25px;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
}

.quote.blue {
  color: #04377b;
}

.quote.blue-italic {
  margin-top: 25px;
  color: #04377b;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 400;
}

.quote.blue-italic._2 {
  margin-top: 0px;
}

.quote.mobile {
  display: none;
}

.slider {
  height: auto;
  padding-bottom: 50px;
  background-color: transparent;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  color: #1f6eda;
  font-size: 20px;
}

.left-arrow {
  left: 40%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
  color: #1f6eda;
  font-size: 20px;
}

.list {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
}

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

.list._1 {
  list-style-type: decimal;
}

.list._1.b {
  margin-top: 0px;
}

.list-item {
  margin-bottom: 15px;
  color: #04377b;
}

.list-item._2 {
  margin-bottom: 5px;
  color: #333;
}

.heading {
  line-height: 1.4em;
}

.text-span {
  color: #1f6eda;
}

.heading-3 {
  color: #04377b;
}

.image-7 {
  width: 0.7em;
  margin-left: 7px;
}

.map {
  position: relative;
  width: 100%;
}

.map-icon {
  position: absolute;
  left: 11%;
  top: 13%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  color: #04377b;
  font-size: 0.875em;
}

.map-icon._4 {
  left: 50%;
  top: 28%;
}

.map-icon._3 {
  left: 54%;
  top: 19%;
}

.map-icon._5 {
  left: 80%;
  top: 72%;
}

.map-icon._6 {
  left: 69%;
  top: 40%;
  display: none;
  text-decoration: none;
}

.map-icon._2 {
  left: 14%;
  top: 28%;
}

.text-block-3 {
  margin-left: 10px;
  color: #1f6eda;
}

.heading-5 {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.one-fourth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.one-fourth.middle-align {
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.one-fourth.middle-align._2 {
  width: 15%;
  margin-right: 1%;
  font-size: 0.875em;
  line-height: 1.2em;
}

.image-14 {
  height: 5em;
  margin-bottom: 20px;
}

.slider-2 {
  z-index: 0;
  overflow: hidden;
  height: auto;
  padding-bottom: 60px;
  background-color: transparent;
}

.slider-2.mobile {
  display: none;
}

.mask {
  overflow: visible;
  width: 80%;
}

.highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.chart-title {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #04377b;
}

.footer {
  padding: 80px 150px;
  background-color: #04377b;
  color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 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;
}

.link-block-2 {
  padding-bottom: 10px;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.link-block-3 {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.link-block-3:hover {
  text-decoration: underline;
}

.prev-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  line-height: 1.2em;
}

.prev {
  position: relative;
  z-index: 1;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #0d60b5;
  background-image: url('../images/prev.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.side-title {
  position: relative;
  z-index: 0;
  display: none;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #04377b;
}

.side-title._2 {
  text-align: right;
}

.next-container {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next {
  position: relative;
  z-index: 1;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #0d60b5;
  background-image: url('../images/next.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.next-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  line-height: 1.2em;
}

.download-section {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 6;
  display: none;
  width: 100%;
  max-width: 1920px;
  padding: 50px 150px 35px;
  background-color: #fff;
  box-shadow: -2px -2px 6px 0 rgba(0, 0, 0, 0.2);
}

.image-9-copy {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.heading-6 {
  width: 100%;
}

.text-block-4 {
  margin-top: 25px;
}

.image-15 {
  width: 80%;
}

.breadcrumbs {
  margin-right: 5px;
  font-size: 0.875em;
  line-height: 1.2em;
  text-transform: none;
}

.breadcrumbs.w--current {
  color: #04377b;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-7 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #04377b;
}

.heading-7._2 {
  width: 100%;
  margin-top: 0px;
}

.heading-7._3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.three-fourth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.three-fourth.align-centre {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.three-fourth._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.three-fourth._3 {
  width: 64%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.list-2 {
  margin-top: 25px;
  margin-bottom: 0px;
  padding-left: 20px;
  list-style-type: decimal;
}

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

.heading-9 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #04377b;
}

.heading-9._2 {
  margin-top: 0px;
}

.text-block-5 {
  margin-top: 25px;
}

.text-block-6 {
  margin-bottom: 25px;
}

.sidebar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown {
  z-index: 0;
  width: 100%;
}

.text-block-7 {
  margin-bottom: 25px;
}

.acc-head {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
  font-weight: 700;
  white-space: normal;
}

.acc-body {
  position: relative;
}

.acc-body.w--open {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: transparent;
}

.text-block-8 {
  margin-bottom: 25px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-9 {
  margin-right: 10px;
}

.blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.div-block-4 {
  position: absolute;
  width: 1px;
  height: 100%;
  border-style: dotted;
  border-width: 1px;
  border-color: #1f6eda;
}

.milestone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-milestone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: -15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dot {
  position: absolute;
  width: 1em;
  height: 1em;
  border-style: solid;
  border-width: 0.3em;
  border-color: #009ada;
  border-radius: 100px;
  background-color: #fff;
}

.right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.space {
  width: 50%;
}

.decade {
  margin-bottom: 10px;
  color: #009ada;
}

.decade._2 {
  color: #04377b;
  font-size: 1.875em;
}

.milestone-img {
  width: 100%;
  max-width: 50%;
  margin-bottom: 10px;
}

.milestone-img._2 {
  margin-left: 10px;
}

.milestone-img._2.b {
  width: 31%;
}

.milestone-img._2.c {
  width: 15%;
}

.milestone-img.small {
  width: 25%;
}

.milestone-img.small.b {
  width: 20%;
  margin-top: 10px;
}

.milestone-img.big {
  width: 100%;
  max-width: none;
}

.milestone-img._3 {
  max-width: 40%;
}

.milestone-year {
  color: #009ada;
}

.heading-11 {
  color: #04377b;
}

.left-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-text.first {
  margin-top: 0px;
}

.left-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.left-milestone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: -15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width:100%;
}

.right-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width:80%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-bottom: 15px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
  line-height: 1.2em;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-10 {
  color: #04377b;
  font-size: 2.5em;
  line-height: 1.2em;
}

.text-block-11 {
  color: #04377b;
  font-weight: 500;
}

.div-block-7 {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(51, 51, 51, 0.2);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px;
  -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;
  background-color: #dbf0f9;
}

.div-block-9 {
  width: 100%;
}

.div-block-10 {
  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;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1em;
}

.image-16 {
  width: 10px;
  margin-top: 5px;
  margin-right: 5px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.image-17 {
  height: 4em;
  margin-bottom: 10px;
}

.div-block-8-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px;
  -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;
  background-color: #04377b;
}

.image-16-copy {
  width: 30%;
  margin-top: 5px;
  margin-right: 0.7em;
}

.div-block-11-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1em;
}

.bod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bod-line {
  width: 100%;
  height: 3px;
  margin-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f6eda), to(#009ada));
  background-image: linear-gradient(90deg, #1f6eda, #009ada);
}

.bod-name {
  color: #04377b;
  font-weight: 500;
}

.bod-position {
  color: #009ada;
  font-size: 0.875em;
  line-height: 1.2em;
  font-style: italic;
}

.bod-image {
  width: 80%;
}

.lightbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  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;
  background-color: rgba(0, 0, 0, 0.7);
  color: #333;
  text-align: left;
}

.lightbox.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox._2 {
  display: none;
  font-size: 1em;
}

.lighbox-content {
  overflow: auto;
  width: 100%;
  max-height: 80vh;
  max-width: 760px;
  min-height: 0vh;
  padding: 35px;
  background-color: #fff;
}

.one-third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.one-third._2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.one-third._2.c {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.one-third._3 {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.one-third._4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.one-third._4 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.one-third._5 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.one-third._6 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.one-third._7 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.one-third.b {
  width: 25%;
}

.two-thirds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.two-thirds.full {
  width: 100%;
}

.heading-12 {
  margin-bottom: 0px;
}

.no-scroll {
  overflow: hidden;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-12 {
  margin-right: 35px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-13 {
  margin-top: 15px;
}

.heading-13 {
  color: #fff;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-right: 1%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #04377b;
  line-height: 1.2em;
  text-align: center;
}

.div-block-15._2 {
  width: 19%;
  margin-right: 1%;
}

.div-block-15._3 {
  width: 24%;
  margin-right: 1%;
}

.text-block-14 {
  margin-bottom: 35px;
}

.text-block-15 {
  margin-top: 35px;
}

.blue-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 3px solid #04377b;
  border-bottom: 3px solid #04377b;
}

.blue-container._2 {
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-width: 10px;
  border-bottom-style: none;
  background-color: #ecf4fb;
}

.blue-container._2.b {
  margin-top: 0px;
  margin-bottom: 25px;
}

.blue-container._3 {
  margin-top: 0px;
}

.text-block-16 {
  color: #04377b;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 500;
}

.heading-14 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #04377b;
}

.heading-14._2 {
  margin-top: 25px;
}

.heading-14._3 {
  width: 100%;
  margin-top: 0px;
}

.heading-14._3.margin-top {
  margin-top: 25px;
  margin-bottom: 0px;
}

.margin-top {
  margin-top: 25px;
}

.quote-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-18 {
  margin-bottom: 15px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-17._2 {
  margin-top: 0px;
}

.div-block-17._2.margin-top {
  margin-top: 25px;
}

.text-block-19 {
  margin-top: 25px;
}

.text-block-20 {
  margin-top: 25px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.one-fifth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  margin-right: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-size: 0.875em;
  line-height: 1.2em;
  text-align: center;
}

.image-18 {
  width: 80%;
  margin-bottom: 10px;
}

.div-block-19 {
  width: 100%;
  height: 1px;
  background-color: #333;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  color: #333;
  font-size: 1.1em;
  line-height: 1.2em;
}

.image-19 {
  width: 1em;
  margin-right: 15px;
}

.title-mobile {
  display: none;
}

.title._2 {
  margin-bottom: 0px;
}

.text-block-21.show {
  display: none;
}

.close {
  position: fixed;
  left: auto;
  top: 14px;
  right: 50px;
  bottom: auto;
  z-index: 100;
  display: none;
  width: 3em;
  height: 3em;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 12px 20px;
  border-radius: 0px;
  background-color: #0d60b5;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 30%;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.link-block-5 {
  color: #04377b;
}

.caption {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 0.875em;
  line-height: 1.2em;
}

.caption.blue {
  color: #04377b;
}

.caption.grey {
  margin-top: 3px;
  font-weight: 300;
}

.caption.black {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #333;
  font-style: italic;
}

.caption.lightblue {
  color: #1f6eda;
}

.caption._2 {
  width: 29%;
  margin-left: 10%;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  width: 3em;
  margin-right: 15px;
}

.image-20._2 {
  padding: 5px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-3 {
  padding-left: 20px;
  font-size: 0.875em;
  line-height: 1.2em;
}

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

.table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-container._2 {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 3px solid #000;
}

.table._2 {
  border-bottom-style: none;
  font-size: 0.875em;
}

.table-title {
  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;
  border-bottom: 1px solid #000;
}

.table-title._2 {
  background-color: #04377b;
  color: #fff;
}

.table-title._3 {
  background-color: #04377b;
  color: #fff;
}

.div-block-23 {
  width: 50%;
  padding: 5px;
}

.div-block-23._2 {
  padding-left: 20px;
}

.div-block-23.b {
  font-weight: 500;
}

.div-block-24 {
  width: 10%;
  padding: 5px;
  text-align: right;
}

.div-block-24._2 {
  background-color: rgba(0, 154, 218, 0.15);
}

.div-block-24._2.hover {
  background-color: #0249aa;
}

.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-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.table-row:hover {
  background-color: #04377b;
  color: #fff;
}

.table-row._2 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.table-row._2.b {
  border-top: 1px solid #000;
}

.table-row._3:hover {
  background-color: transparent;
  color: #333;
}

.table-row._4 {
  border-bottom: 1px solid #e7e7e7;
}

.table-row._4:hover {
  background-color: transparent;
  color: #333;
}

.superscript {
  position: relative;
  top: -0.5em;
  font-size: 0.7em;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.875em;
  line-height: 1.3em;
}

.text-block-22 {
  margin-right: 15px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6%;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-27 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #04377b;
  font-size: 1.25em;
  line-height: 1.2em;
}

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

.link-block-7 {
  position: relative;
}

.link {
  color: #04377b;
}

.heading-16 {
  color: #04377b;
}

.heading-16._2 {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  text-align: center;
}

.text-block-23 {
  color: #04377b;
  font-size: 2em;
  line-height: 1.2em;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-29 {
  width: 20%;
  color: #04377b;
  font-weight: 500;
}

.div-block-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.div-block-31.margin-top {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.div-block-31._2 {
  margin-top: 35px;
}

.div-block-31._1 {
  margin-top: 20px;
}

.text-block-24 {
  color: #04377b;
}

.text-block-25 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #1f6eda;
  font-size: 1.5em;
}

.div-block-32 {
  width: 50%;
  padding: 10px;
}

.div-block-32._2 {
  padding-left: 20px;
}

.div-block-33 {
  width: 16.6666%;
  padding: 10px 5px;
  text-align: center;
}

.div-block-33._2 {
  background-color: rgba(0, 154, 218, 0.15);
}

.div-block-33._2.b {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.div-block-33._2.c {
  margin-top: -1px;
  margin-bottom: -1px;
  border-left: 1px solid #000;
}

.div-block-33._2.d {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.div-block-33.a {
  border-bottom: 1px solid #000;
}

.div-block-33.e {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.div-block-33.f {
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #000;
}

.div-block-33.g {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.div-block-33.h {
  border-top: 1px solid #000;
}

.toggle-arrow {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.toggle-arrow.rotate {
  position: absolute;
  display: block;
  background-image: none;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.div-block-34 {
  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;
}

.counter {
  margin-right: 0.2em;
  color: #04377b;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.counters {
  margin-top: 5px;
  margin-right: 0.2em;
  margin-bottom: 5px;
  color: #1f6eda;
  font-size: 1.5em;
}

.nav-img {
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.text-block-26 {
  width: 100%;
}

.intro {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  overflow: hidden;
  -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/main-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-video {
  height: 100%;
}

.html-embed {
  position: absolute;
  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;
  border-style: solid;
  border-width: 0.5em;
  border-color: #fff;
  border-radius: 0.3em;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.image-21 {
  width: 75%;
}

.heading-3-copy {
  margin-top: 0.5em;
  margin-right: 0.2em;
  color: #04377b;
  font-size: 2em;
  line-height: 1em;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 0.875em;
  line-height: 1.2em;
  text-align: center;
}

.image-22 {
  width: 90%;
  margin-bottom: 0.5em;
}

.image-23 {
  width: 50%;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-17 {
  margin-bottom: 0px;
}

.landing-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.landing-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.first-text {
  margin-bottom: 25px;
  color: #04377b;
  font-size: 1.1em;
  line-height: 1.3em;
}

.image-24 {
  width: 80%;
  margin-bottom: 0.5em;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.5em;
}

.div-block-38._2 {
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-39 {
  width: 49%;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-4 {
  padding-left: 20px;
  line-height: 1.5em;
}

.list-item-5 {
  margin-bottom: 1em;
}

.image-25 {
  width: 49%;
  margin-top: 10px;
}

.social {
  position: absolute;
  left: auto;
  top: auto;
  right: -60px;
  bottom: auto;
  z-index: 0;
  display: none;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/fb.svg');
  background-position: 50% 50%;
  background-size: 20%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #04377b;
  font-size: 0.875em;
  line-height: 1.2em;
}

.social._2 {
  right: -115px;
  background-image: url('../images/linkedin.svg');
  background-size: 30%;
}

.social._3 {
  right: -170px;
  background-image: url('../images/whatsapp.svg');
  background-size: 35%;
}

.social._4 {
  right: -225px;
  background-image: url('../images/mail.svg');
  background-size: 35%;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.asia {
  position: absolute;
  left: auto;
  top: 18%;
  right: 7%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  -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-size: 0.8em;
  line-height: 1.5em;
}

.div-block-43 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -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;
}

.text-block-27 {
  width: 100%;
  color: #04377b;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
}

.subscript {
  position: relative;
  bottom: -0.3em;
  font-size: 0.7em;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.div-block-45 {
  position: relative;
  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;
}

.div-block-46 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.text-block-28 {
  color: #fff;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-26 {
  width: 0.7em;
  margin-right: 0.5em;
}

.link-block-8 {
  width: 100%;
}

.link-2 {
  color: #009ada;
}

.rotate {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  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;
  background-image: url('../images/bg2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #fff;
}

.lottie-animation {
  width: 35%;
}

.heading-18 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.counter-copy {
  margin-right: 0.2em;
  color: #04377b;
}

.counters-copy {
  margin-top: 5px;
  margin-right: 0.2em;
  margin-bottom: 5px;
  color: #1f6eda;
  font-size: 1.5em;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  .sublink{
    padding-top:0.6em;
    padding-bottom:0.6em;
  }

  body {
    font-size: 14px;
    line-height: 22px;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.125em;
  }

  h3 {
    font-size: 1.375em;
  }

  h5 {
    font-size: 1.0625em;
  }

  h6 {
    font-size: 0.9375em;
  }

  .label {
    font-size: 0.75em;
  }

  .label-bold {
    font-size: 0.75em;
  }

  .label-semi {
    font-size: 0.75em;
  }

  .section {
    padding-top: 50px;
  }

  .section.painting {
    padding-bottom: 50px;
  }

  .section.pageheader.build2 {
    position: relative;
    background-image: url('../images/build1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section.pageheader.about2 {
    padding-bottom: 50px;
  }

  .section.pageheader.about1 {
    position: relative;
  }

  .section.pageheader.about3 {
    position: relative;
  }

  .section.pageheader.about4 {
    position: relative;
    background-image: url('../images/about4-bg_1.jpg');
    background-position: 60% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section.pageheader.about6 {
    position: relative;
    background-image: url('../images/nav.jpg');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section.pageheader.balance5 {
    position: relative;
    min-height: auto;
  }

  .section.pageheader.build1 {
    position: relative;
  }

  .section.pageheader.build3 {
    position: relative;
    background-image: url('../images/build3.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section.pageheader.about5 {
    position: relative;
    background-image: url('../images/about5-bg.jpg');
    background-position: 60% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section.pageheader.about4 {
    position: relative;
    background-image: url('../images/about6-bg.jpg');
  }

  .section.pageheader.build4 {
    position: relative;
  }

  .section.pageheader.bg {
    position: relative;
  }

  .container {
    position: relative;
    z-index: 1;
  }

  .one-half.mobile {
    width: 49%;
  }

  .one-half.mobile.hide {
    display: none;
  }

  .one-half.mobile._2 {
    margin-top: 0px;
  }

  .one-half.ipad {
    width: 100%;
  }

  .one-half.ipad._2 {
    margin-top: 25px;
  }

  .image._2.b {
    width: 80%;
  }

  .image._2.c {
    width: 40%;
  }

  .image._2.smaller {
    width: 100%;
  }

  .image._5.margin-top {
    width: 40%;
  }

  .image.icon {
    width: 60%;
  }

  .image.icon.b {
    width: 40%;
  }

  .header.below {
    z-index: 1;
  }

  .sticky.below {
    z-index: 1;
  }

  .floating-btn.below {
    z-index: 0;
  }

  .quote.mobile {
    display: block;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .map-icon._6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-2 {
    z-index: 0;
  }

  .highlights {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .breadcrumbs {
    font-size: 0.75em;
  }

  .blur {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: none;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.7)), color-stop(61%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0) 61%);
  }

  .milestone-img {
    width: 45%;
    max-width:none;
  }

  .milestone-img.small.b {
    width: 30%;
  }

  .left-image {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .right-image {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-5 {
    width: 49%;
    margin-left: 1%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
  }

  .div-block-12 {
    width: 49%;
  }

  .div-block-11-copy {
    width: 49%;
  }

  .bod {
    width: 48%;
  }

  .lightbox {
    display: none;
    padding-right: 35px;
    padding-left: 35px;
  }

  .lightbox._2 {
    display: none;
  }

  .one-third._6 {
    width: 100%;
    margin-top: 25px;
  }

  .two-thirds.ipad {
    width: 100%;
  }

  .div-block-15 {
    width: 23%;
    margin-right: 2%;
  }

  .div-block-15._2 {
    width: 23%;
    margin-right: 2%;
  }

  .div-block-15._3 {
    width: 23%;
    margin-right: 2%;
  }

  .div-block-17._2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .title-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .title-mobile._2 {
    margin-bottom: 0px;
  }

  .title {
    display: block;
  }

  .text-block-21.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -25px;
    margin-bottom: 25px;
  }

  .close {
    right: 35px;
  }

  .caption {
    font-size: 0.75em;
  }

  .caption._2 {
    margin-left: 10%;
  }

  .image-20 {
    width: 5em;
  }

  .image-20._2 {
    width: 3.3em;
  }

  .table {
    min-width: 760px;
  }

  .table._2 {
    min-width: 0px;
  }

  .div-block-26 {
    width: 10%;
  }

  .image-21 {
    width: 90%;
  }

  .div-block-36 {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 10px;
  }

  .landing-right {
    padding-left: 0px;
  }

  .asia {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sublink{
    padding-top:0.5em;
    padding-bottom:0.5em;
  }

  .title-mobile {
    display: block;
  }

  .rotate {
    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;
  }

  .div-block-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
  }

  .lottie-animation {
    width: 30%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  h4 {
    font-size: 1em;
  }

  .section.landing {
    height: auto;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section.charts {
    padding-right: 35px;
  }

  .section.painting {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section.pageheader {
    padding-top: 80px;
  }

  .section.pageheader.build2 {
    min-height: 40vh;
    padding-bottom: 20px;
    background-position: 60% 50%;
  }

  .section.pageheader.about2 {
    padding-bottom: 30px;
  }

  .section.pageheader.about1 {
    min-height: 40vh;
    padding-bottom: 20px;
  }

  .section.pageheader.about3 {
    min-height: 40vh;
    padding-bottom: 50px;
  }

  .section.pageheader.about4 {
    min-height: 40vh;
    padding-bottom: 20px;
  }

  .section.pageheader.about6 {
    min-height: 40vh;
    padding-bottom: 20px;
    background-position: 50% 50%;
  }

  .section.pageheader.balance5 {
    min-height: 40vh;
    padding-bottom: 50px;
  }

  .section.pageheader.build1 {
    min-height: 40vh;
    padding-bottom: 20px;
    background-image: url('../images/build2.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section.pageheader.build3 {
    min-height: 40vh;
    padding-bottom: 20px;
  }

  .section.pageheader.about5 {
    min-height: 40vh;
    padding-bottom: 20px;
  }

  .section.pageheader.about4 {
    min-height: 40vh;
    padding-bottom: 20px;
  }

  .section.pageheader.build4 {
    min-height: 40vh;
    padding-bottom: 20px;
  }

  .section.pageheader.bg {
    min-height: 40vh;
    padding-bottom: 20px;
  }

  .section.breadcrumb {
    padding-bottom: 0px;
  }

  .section._2 {
    padding-bottom: 20px;
  }

  .container {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .container.foot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .one-half.middle-align {
    width: 100%;
  }

  .one-half.middle-align.first {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .one-half.mobile {
    width: 100%;
  }

  .one-half.mobile._2 {
    margin-top: 20px;
  }

  .btn.hide {
    display: block;
    margin-top: 30px;
  }

  .btn.show {
    display: block;
  }

  .image-container {
    padding: 5px;
  }

  .image._2.b {
    width: 100%;
  }

  .image._2.c {
    width: 50%;
  }

  .image._3.b {
    margin-top: 0px;
  }

  .image.small {
    width: 100%;
  }

  .image._5.margin-top {
    width: 100%;
  }

  .image.icon {
    width: 100%;
  }

  .image.icon.b {
    width: 100%;
  }

  .image._9 {
    margin-top: 10px;
  }

  .navigation {
    overflow: auto;
    max-height: 100vh;
  }

  .nav-column {
    width: 48%;
  }

  .nav-column.last._2 {
    margin-bottom: 50px;
  }

  .nav-column.last._3 {
    width: 100%;
  }

  .nav-column.last._3.b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    text-align: right;
  }

  .nav-column._2 {
    width: 100%;
    margin-right: 0%;
  }

  .sublink._2 {
    width: 49%;
  }

  .floating-btn {
    bottom: 20px;
    z-index: 7;
    padding-left: 20px;
  }

  .slider {
    z-index: 0;
  }

  .list._2.b {
    margin-bottom: 0px;
  }

  .list._3 {
    margin-bottom: 0px;
  }

  .map-icon {
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 0.7em;
    line-height: 1.7em;
  }

  .map-icon._6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-3 {
    margin-left: 5px;
  }

  .one-fourth {
    width: 100%;
  }

  .one-fourth.middle-align {
    width: 49%;
  }

  .one-fourth.middle-align._2 {
    width: 49%;
  }

  .one-fourth.middle-align._2.b {
    width: 32%;
  }

  .one-fourth._2 {
    margin-bottom: 20px;
  }

  .slider-2 {
    display: none;
  }

  .slider-2.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mask {
    width: 100%;
  }

  .highlights {
    width: 100%;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .prev {
    padding-right: 15px;
    padding-left: 15px;
  }

  .next {
    padding-right: 15px;
    padding-left: 15px;
  }

  .download-section {
    overflow: auto;
    max-height: 100vh;
    padding-top: 35px;
  }

  .image-15 {
    width: 100%;
  }

  .three-fourth {
    width: 100%;
  }

  .three-fourth._3 {
    width: 100%;
  }

  .three-fourth._3.b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .sidebar {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: 30px;
    padding-right: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-right-style: none;
  }

  .sidebar-2 {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: 30px;
    padding-right: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .div-block-4 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

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

  .right-milestone {
    width: 100%;
    margin-left: -5px;
  }

  .space {
    display: none;
  }

  .milestone-img.small.b {
    width: 30%;
  }

  .left-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .left-text.first {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .left-image {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .left-milestone {
    width: 100%;
    margin-right: 0px;
    margin-left: -5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .left-content {
    margin-right: 0px;
    margin-left: 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-5 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .div-block-8 {
    padding: 30px 15px;
  }

  .div-block-11 {
    width: 100%;
  }

  .div-block-8-copy {
    padding: 30px 15px;
  }

  .div-block-11-copy {
    width: 49%;
  }

  .bod {
    width: 100%;
    margin-right: 0%;
  }

  .lighbox-content {
    padding: 20px;
  }

  .one-third {
    width: 100%;
  }

  .one-third._2 {
    width: 32%;
    padding-left: 10px;
  }

  .one-third._2.c {
    padding-right: 10px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .one-third._2.mobile {
    width: 100%;
    padding-left: 0px;
  }

  .one-third._4.b {
    width: 49%;
  }

  .one-third.a {
    margin-top: 10px;
  }

  .one-third.b {
    width: 49%;
  }

  .one-third.mobile {
    margin-top: 25px;
  }

  .two-thirds {
    width: 100%;
    margin-top: 10px;
  }

  .two-thirds.mobile {
    width: 100%;
  }

  .div-block-15 {
    width: 48%;
  }

  .div-block-15._2 {
    width: 48%;
  }

  .div-block-15._3 {
    width: 48%;
  }

  .blue-container._2 {
    padding: 20px;
  }

  .div-block-17 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .one-fifth {
    width: 49%;
    margin-bottom: 15px;
  }

  .link-block-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
  }

  .heading-15 {
    margin-bottom: 30px;
  }

  .image-20 {
    width: 80%;
  }

  .image-20._2 {
    width: 5em;
  }

  .table._2.margin-top {
    min-width: 600px;
  }

  .div-block-26 {
    width: 20%;
  }

  .div-block-31._2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-31._1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-21 {
    width: 100%;
  }

  .div-block-36 {
    width: 32%;
  }

  .landing-left {
    width: 100%;
  }

  .landing-right {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-44 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rotate {
    display: none;
  }
}

