@-webkit-keyframes scroll {
  0% {
    left: -8px;
  }
  33% {
    left: 0px;
  }
  66% {
    left: 0px;
  }
  100% {
    left: -8px;
  }
}
@keyframes scroll {
  0% {
    left: -8px;
  }
  33% {
    left: 0px;
  }
  66% {
    left: 0px;
  }
  100% {
    left: -8px;
  }
}
@-webkit-keyframes fadeInUpTabs {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpTabs {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInSpan {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    visibility: none;
    display: none;
  }
  100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    visibility: visible;
    display: inline-block;
    opacity: 0.17;
  }
}
@keyframes fadeInSpan {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    visibility: none;
    display: none;
  }
  100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    visibility: visible;
    display: inline-block;
    opacity: 0.17;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: none;
    display: none;
    opacity: 0;
  }
  100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    display: inline-block;
    opacity: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: none;
    display: none;
    opacity: 0;
  }
  100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    display: inline-block;
    opacity: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
body {
  font-family: avenir-next-lt-pro, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Optional, but often used together for better legibility */
  text-rendering: optimizeLegibility; 
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body *::-moz-selection {
  background: #152555;
  color: #fff;
}
body *::selection {
  background: #152555;
  color: #fff;
}
#width-check {
  z-index: 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #width-check {
    z-index: 1;
  }
}
input, textarea, select, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus, textarea:focus, select:focus, button:focus {
  outline: 0;
  -webkit-appearance: none;
}
select {
  border: solid 1px #c8c8c8;
  background-color: transparent;
  padding: 0 20px;
  color: #000;
}
select option {
  color: #000;
}
select:focus {
  color: #000;
}
select::-ms-expand {
  display: none;
}
input {
  background-color: transparent;
  border: none;
  padding: 7px 5px;
  border-bottom: solid 1px rgba(37, 57, 101, 0.5);
  font-size: 16px;
  color: #152555;
  font-weight: 300;
  letter-spacing: 0.3px;
  position: relative;
}
@media screen and (max-width:1200px) {
  input {
    font-size: 14px;
    padding: 5px 10px;
  }
}
input:focus {
  border-bottom: solid 1px #be9d67;
}
input::-webkit-input-placeholder {
  font-size: 16px;
  color: #152555;
  font-weight: 300;
  letter-spacing: 0.3px;
}
input:-ms-input-placeholder {
  font-size: 16px;
  color: #152555;
  font-weight: 300;
  letter-spacing: 0.3px;
}
input::-ms-input-placeholder {
  font-size: 16px;
  color: #152555;
  font-weight: 300;
  letter-spacing: 0.3px;
}
input::placeholder {
  font-size: 16px;
  color: #152555;
  font-weight: 300;
  letter-spacing: 0.3px;
}
@media screen and (max-width:1200px) {
  input::-webkit-input-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder {
    font-size: 14px;
  }
  input::-ms-input-placeholder {
    font-size: 14px;
  }
  input::placeholder {
    font-size: 14px;
  }
}
b, strong {
  font-weight: 700;
}
ul {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
h2, h3, h4, h5, h6, li, p, a, input, textarea, select, button { font-family: avenir-next-lt-pro, sans-serif; }

h1, h2, h3, h4, h5 {
  margin: 0;
}
h1 {
  font-family: castoro, sans-serif;
  font-size: 70px;
  font-weight: normal;
  line-height: 0.67;
  letter-spacing: normal;
  color: #152555;
}
@media screen and (max-width:1200px) {
  h1 {
    font-family: castoro, sans-serif;
    font-size: 40px;
    line-height: 1.125;
  }
}
h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.16px;
  color: #152555;
}
@media screen and (max-width:1200px) {
  h2 {
    font-size: 26px;
    line-height: 1.3;
  }
}
h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: normal;
  color: #152555;
}
@media screen and (max-width:1200px) {
  h3 {
    font-size: 22px;
    line-height: 1.64;
    letter-spacing: 0.49px;
  }
}
h4, h4 a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: normal;
  color: #152555;
}
@media screen and (max-width:1200px) {
  h4, h4 a {
    font-size: 20px;
    line-height: 1.27;
  }
}
h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: normal;
}
@media screen and (max-width:1200px) {
  h5 {
    font-size: 16px;
    line-height: 1.375;
  }
}
h6 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #253965;
}
@media screen and (max-width:1200px) {
  h6 {
    font-size: 12px;
    line-height: 1.375;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #152555;
  font-weight: 500;
}
body, p, li, a {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.3px;
}
@media screen and (max-width:1200px) {
  body, p, li, a {
    font-size: 14px;
    line-height: 22px;
  }
}
p.caption {
  line-height: 18px;
  letter-spacing: 0.3px;
  font-size: 14px;
}
body, p {
  color: #505050;
}
blockquote {
  background-color: #f2f2f2;
  width: 100%;
  margin: 0 0 45px 0;
  padding: 50px 75px 35px 75px;
}
@media screen and (max-width:1200px) {
  blockquote {
    padding: 25px 35px 15px 35px;
  }
}
blockquote p {
  color: #152555;
}
blockquote p strong {
  font-size: 14px;
}
button.btn, .btn {
  height: 54px;
  padding: 16px 24px;
  background-color: #be9d67; 
  display: inline-flex;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.24px;
  line-height: 1.57;
  text-align: center;
  text-transform: uppercase;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button.btn:hover, .btn:hover {background-color: #152555; color: #fff;}
button.btn i, .btn i {
  font-size: 18px;
  padding-left: 5px;
  display: inline-block;
  color: #be9d67;
  margin-right: 5px;
  display: none;
}
button.btn.inverse, .btn.inverse {
  color: #152555;
  border-color: #c8c8c8;
}
button.btn.solid-h:hover, .btn.solid-h:hover {
  background-color: #fff;
  border-color: #fff !important;
  color: #152555;
}
@media screen and (max-width:1200px) {
  button.btn, .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 14px;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1325px;
}
@media screen and (max-width:1450px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width:1200px) {
  .container {
    padding: 0 30px;
  }
}
.container_i {
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width:1450px) {
  .container_i {
    padding: 0 40px;
  }
}
@media screen and (max-width:1200px) {
  .container_i {
    padding: 0 30px;
  }
}
.container_f {
  margin: 0 40px;
}
#Recaptcha1, #Recaptcha3 {
  margin: 0;
  opacity: 0;
  height: 0;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  pointer-events: none;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
@media screen and (max-width:450px) {
  #Recaptcha1, #Recaptcha3 {
    -webkit-transform: scale(0.77) !important;
    -ms-transform: scale(0.77) !important;
    transform: scale(0.77) !important;
    -webkit-transform-origin: bottom left !important;
    -ms-transform-origin: bottom left !important;
    transform-origin: bottom left !important;
  }
}
#Recaptcha1.show, #Recaptcha3.show {
  opacity: 1;
  height: 1px;
  width: auto;
  pointer-events: all;
  margin: 20px 0;
  display: none;
}
@media screen and (max-width:450px) {
  #Recaptcha2 {
    -webkit-transform: scale(0.73) !important;
    -ms-transform: scale(0.73) !important;
    transform: scale(0.73) !important;
    -webkit-transform-origin: bottom left !important;
    -ms-transform-origin: bottom left !important;
    transform-origin: bottom left !important;
  }
}
.tabs .wrapper .hold {
  display: none;
}
.tabs .wrapper .hold.active {
  display: block;
  -webkit-animation-name: fadeInUpTabs;
  animation-name: fadeInUpTabs;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
.expand {
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.24px;
  color: #152555;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 30px;
  display: block;
}
.expand:hover {
  color: #be9d67;
}

.col-full {
  width: 100%;
  flex-basis: 100%;
}

.col6 {
  width: 49.4339622642%;
  -ms-flex-preferred-size: 49.4339622642%;
  flex-basis: 49.4339622642%;
  max-width: 655px;
}
@media screen and (max-width:1200px) {
  .col6 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.col6-f {
  width: 51.6981132075%;
  -ms-flex-preferred-size: 51.6981132075%;
  flex-basis: 51.6981132075%;
  max-width: 685px;
}
@media screen and (max-width:1450px) {
  .col6-f {
    width: 53.8867924528%;
    -ms-flex-preferred-size: 53.8867924528%;
    flex-basis: 53.8867924528%;
    max-width: 714px;
  }
}
@media screen and (max-width:1200px) {
  .col6-f {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.col7 {
  width: 58.9433962264%;
  -ms-flex-preferred-size: 58.9433962264%;
  flex-basis: 58.9433962264%;
  max-width: 781px;
}
@media screen and (max-width:1200px) {
  .col7 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.col4 {
  width: 32.6037735849%;
  -ms-flex-preferred-size: 32.6037735849%;
  flex-basis: 32.6037735849%;
  max-width: 432px;
}
@media screen and (max-width:1200px) {
  .col4 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.pull1 {
  margin-right: 112px;
}
@media screen and (max-width:1200px) {
  .pull1 {
    margin-right: 0;
  }
}
.push1 {
  margin-left: 72px;
}
@media screen and (max-width:1200px) {
  .push1 {
    margin-left: 0;
  }
}
.flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#stats {
  overflow: hidden;
  border-top: 1px solid #c8c8c8;
}
section#stats .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width:1200px) {
  section#stats .container {
    padding: 0;
  }
}
section#stats .container:before, section#stats .container:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  display: block;
  background-color: #c8c8c8;
  display: none;
}
@media screen and (max-width:1200px) {
  section#stats .container:before, section#stats .container:after {
    display: none;
  }
}
section#stats .container:before {
  left: -100%;
}
@media screen and (max-width:1450px) {
  section#stats .container:before {
    left: calc(-100% + 40px);
  }
}
section#stats .container:after {
  right: -100%;
}
@media screen and (max-width:1450px) {
  section#stats .container:after {
    right: calc(-100% + 40px);
  }
}
section#stats .container>div {
  -ms-flex-preferred-size: calc(100%/3);
  flex-basis: calc(100%/3);
  max-width: calc(100%/3);
  width: calc(100%/3);
  padding: 95px 0 65px 80px;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (min-width: 800px) {
  section#stats .container > div::after{
  content: '';
  width: 33px;
  height: 2px;
  background-color: #be9d67;
  position: absolute;
  top: 58.1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; 
} }
@media screen and (max-width:1200px) {
  section#stats .container>div {
    -ms-flex-preferred-size: calc(100%/2);
    flex-basis: calc(100%/2);
    max-width: calc(100%/2);
    width: calc(100%/2);
    padding: 70px 0 45px 45px;
  }
}
@media screen and (max-width:800px) {
  section#stats .container {
    flex-wrap: wrap;
  }
  section#stats .container>div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 45px 0 35px 30px;
    border-right: 0 !important;
  }
}
section#stats .container>div:nth-of-type(3n) {
  border-right: 0;
}
@media screen and (max-width:1200px) {
  section#stats .container>div:nth-of-type(3n) {
    border-right: 1px solid #c8c8c8;
  }
}
@media screen and (max-width:450px) {
  section#stats .container>div:nth-of-type(3n) {
    border-right: 0;
  }
}
/* @media screen and (max-width:1200px) {
  section#stats .container>div:nth-of-type(2n) {
    border-right: 0 !important;
  }
} */
section#stats .container>div:nth-of-type(4), section#stats .container>div:nth-of-type(5), section#stats .container>div:nth-of-type(6) {
  border-bottom: 0;
}
@media screen and (max-width:1200px) {
  section#stats .container>div:nth-of-type(4), section#stats .container>div:nth-of-type(5), section#stats .container>div:nth-of-type(6) {
    border-bottom: 1px solid #c8c8c8;
  }
}
section#stats .container>div h2 {
  font-weight: 200;
  position: relative;
}
@media screen and (max-width:1200px) {
  section#stats .container>div h2 {
    font-size: 40px;
  }
}
section#stats .container>div h2:before {
  content: '';
  display: none;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: -25px;
  width: 1px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
  height: 2px;
}
@media screen and (max-width:1200px) {
  section#stats .container>div h2:before {
    width: 23px;
    top: -10px;
    height: 1px;
  }
}
section#stats .container>div h2.visible:before {
  width: 37px;
  background-color: #be9d67;
}
section#stats .container>div p {
  margin: 11px 0 0 0;
}
.news-item {
  background-color: #fff;
  border: solid 1px #c8c8c8;
  border-top: 2px solid #be9d67;
  position: relative;
}
@media screen and (max-width:1200px) {
  .news-item {
    width: calc(100% / 3 - 15px);
    -ms-flex-preferred-size: calc(100% / 3 - 15px);
    flex-basis: calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
  }
  .news-item:last-of-type {
    display: none;
  }
}
@media screen and (max-width:800px) {
  .news-item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.news-item .news-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.34px;
  color: #152555;
  display: block;
  padding: 30px 25px;
  min-height: 250px;
}
.news-item .news-date {
  font-size: 13px;
  font-weight: 500;
  color: #152555;
  letter-spacing: 0.58px;
  text-transform: uppercase;
  display: block;
  border-top: 1px solid #c8c8c8;
  padding: 10px 25px;
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
header {
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 50;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #152555;
}
@media screen and (max-width:1200px) {
  header {
    height: 50px !important;
  }
}
header .logo {
  display: flex;
  align-items: center;
  width: calc(100% - 940px);
  max-width: calc(100% - 940px);
  -ms-flex-preferred-size: calc(100% - 940px);
  flex-basis: calc(100% - 940px);
  padding: 17px 0 17px 40px;
  background-color: #fff;
  position: relative;
  z-index: 1111;
}
@media screen and (max-width:1200px) {
  header .logo {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 8.6px 0 7.9px 20px;
    z-index: 100;
  }
  header .logo:after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 50px;
    position: absolute;
    right: -99%;
    top: 0;
  }
}
header .logo img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .logo img:hover {
  opacity: 0.7;
}
header .logo a {
  position: absolute;
  left: 40px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width:1200px) {
  header .logo a {
    left: 20px;
  }
}
header .logo a.regular {
  opacity: 1;
}

header .logo a.regular img {
  width: auto;
  height: 63.5px;
  max-width: none;
  display: block; }
@media screen and (max-width:1200px) {
  header .logo a.regular img {
    height: 33px;
    position: relative;
    z-index: 11;
  }
  header.scrolled .logo a.regular img {
    height: 33px;
  }
}
header .logo a.icon {
  opacity: 0;
  top: 8px;
}
header .logo a.icon img {
  height: 40px;
}
header nav {
  width: 940px;
  max-width: 940px;
  -ms-flex-preferred-size: 940px;
  flex-basis: 940px;
  background-color: #fff;
  padding: 0 50px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 20;
}
@media screen and (max-width:1200px) {
  header nav {
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    position: fixed;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #152555;
    height: 100vh;
    display: block;
    top: 100px;
    overflow-y: hidden;
    display: block;
    width: 100%;
    bottom: -250px;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    opacity: 0;
    padding: 0;
  }
}
header nav>ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width:1200px) {
  header nav>ul {
    display: block;
  }
}
header nav>ul>li {
  position: relative;
}
header nav > ul > li:nth-last-child(2) {
  margin-right: 24px; }
header nav > ul > li.search a {color: #be9d67;}
@media screen and (max-width:1200px) {
  header nav>ul>li {
    display: block;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    margin-left: 0;
    padding: 0;
  }
}
header nav>ul>li>a {
  color: #152555;
  font-size: 16px;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: 0.34px;
  display: block;
  position: relative;
}

@media screen and (max-width:1200px) {
  header nav>ul>li>a {
    color: #fff;
    padding-left: 55px;
    padding: 15px 0 15px 25px;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.26px;
    font-weight: 300;
  }
  header nav>ul>li>a.has-submenu:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f054";
    display: block;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 17px;
    font-size: 13px;
  }
  header nav>ul>li>a.has-submenu.active:before {
    content: '\f068';
    display: block;
    color: #fff;
    position: absolute;
    right: 40px;
  }
  header nav>ul>li.search {display:none}
}
/* header nav>ul>li>a:hover {
  opacity: 0.5;
} */
header nav>ul>li>a:after {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #be9d67;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
@media screen and (max-width:1200px) {
  header nav>ul>li>a:after {
    display: none;
  }
}
header nav>ul>li:hover a:after {
  width: 100%;
}
header nav>ul>li .sub_nav {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 57px;
  left: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 250px;
  z-index: 20;
}
header nav>ul>li:last-of-type .sub_nav {
  left: unset;
  right: -50px;  
}
@media screen and (max-width:1200px) {
  header nav>ul>li .sub_nav {
    padding: 0;
    position: static;
    background-color: #152555;
    height: auto;
    display: none;
    opacity: 1 !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
header nav>ul>li .sub_nav li {
  display: block;
}
@media screen and (max-width:1200px) {
  header nav>ul>li .sub_nav li {
    display: block;
    margin: 0;
    width: auto;
  }
}
header nav>ul>li .sub_nav li a {
  position: relative;
  background-color: #152555;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: 0.3px;
  display: block;
  padding: 13px 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width:1200px) {
  header nav>ul>li .sub_nav li a {
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 25px;
    font-weight: 300;
    background-color: #152555;
  }
}
header nav>ul>li .sub_nav li a:hover {
  /* color: rgba(255,255,255,0.5); */
  background-color: #be9d67;
}
@media screen and (max-width:1200px) {
  header nav>ul>li .sub_nav li:last-of-type {
    border-bottom: 0;
  }
}
header nav>ul>li .sub_nav li:last-of-type a {
  border-bottom: 0;
}
header nav>ul>li .sub_nav li.has-submenu>a:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  content: '\f078';
  position: absolute;
  right: 30px;
  top: 15px;
  width: 12px;
  color: #fff;
  font-size: 14px;
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav>ul>li .sub_nav li.has-submenu:hover>a:after {
  transform: rotate(0deg);
}
header nav>ul>li .sub_nav li.has-submenu:hover .subsub_nav {
  display: block;
}
header nav>ul>li .sub_nav .subsub_nav {
  display: none;
}
header nav>ul>li .sub_nav .subsub_nav li {
  padding: 13px 30px 13px 45px;
  background: #152555;
}
header nav>ul>li .sub_nav .subsub_nav a {
  padding: 0;
  background: transparent;
  border-bottom: #152555 1px solid;
}
header nav>ul>li:hover .sub_nav {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
header .search_form {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}
header .search_form input {
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.58px;
  padding: 0 0 0 10px;
}
header .search_form input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.58px;
  text-transform: uppercase;
}
header .search_form input:-ms-input-placeholder {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.58px;
  text-transform: uppercase;
}
header .search_form input::-ms-input-placeholder {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.58px;
  text-transform: uppercase;
}
header .search_form input::placeholder {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.58px;
  text-transform: uppercase;
}
header .subheader {
  position: absolute;
  bottom: -35px;
  right: 0;
  background-color: #be9d67;
  height: 35px;
  /*width: 380px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #fff;
  padding: 8px 24px;
}
@media screen and (max-width:1200px) {
  header .subheader {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    width: 100%;
    background-color: #152555;
    height: 50px;
    top: 50px;
    bottom: initial;
    color: #fff;
    padding: 18px 25px;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}
header .subheader .ticker { color: #152555; }
header .subheader>div {
  white-space: nowrap;
}
header .subheader .symbol {
  font-weight: 800;
}
header .subheader .ticker {
  background-color: #fff;
  padding: 1px 9px;
  font-weight: 500;
  /*margin-right: 25px;*/
  margin-left: 15px;
  white-space: nowrap;
}
@media screen and (max-width:1200px) {
  header .subheader .ticker {
    background-color: #152555;
    margin-left: 2px;
    font-weight: 400;
  }
}
header .subheader .ticker i {
  font-size: 11px;
  position: relative;
  bottom: 2px;
  left: 1px;
}
header .subheader .search_form {
  width: 300px;
  display: none;
  position: absolute;
  left: 0;
  padding-left: 20px;
  background-color: #c8c8c8;
}
@media screen and (max-width:1200px) {
  header .subheader .search_form {
    display: none;
  }
}
header .subheader .search_form input {
  background-color: transparent;
  color: #152555;
  border-left: 2px solid #152555;
}
header .subheader .search_form input::-webkit-input-placeholder {
  color: #152555;
}
header .subheader .search_form input:-ms-input-placeholder {
  color: #152555;
}
header .subheader .search_form input::-ms-input-placeholder {
  color: #152555;
}
header .subheader .search_form input::placeholder {
  color: #152555;
}
header .subheader .search_form.show {
  display: block;
}
@media screen and (max-width:1200px) {
  header .subheader .search_form.show {
    display: none !important;
  }
}
header .subheader .search {
  cursor: pointer;
  margin-left: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width:1200px) {
  header .subheader .search {
    display: none;
  }
}
header .subheader .search i {
  font-size: 16px;
}
header .subheader .search:hover {
  color: #be9d67;
}
header .social-mob, header .search-mob {
  display: none;
}
@media screen and (max-width:1200px) {
  header .social-mob {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    pointer-events: none;
    width: 100%;
    bottom: 0;
    z-index: 25;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 70px;
    padding-top: 20px;
    position: fixed;
    background-color: #152555;
  }
  header .social-mob li {
    margin-right: 12px;
  }
  header .social-mob li:last-of-type {
    margin-right: 0 !important;
  }
  header .social-mob li a {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
  }
  header .social-mob li a i {
    font-size: 14px;
  }
  header .social-mob li a:hover {
    border-color: #be9d67;
    background-color: #be9d67;
  }
  header .social-mob li a img {
    max-height: 15px;
  }
}
@media screen and (max-width:450px) {
  header .social-mob li {
    margin-right: 5px;
  }
}
@media screen and (max-width:1200px) {
  header .search-mob {
    display: block;
    width: 100%;
    bottom: 0;
    z-index: 25;
    background-color: #152555;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px 25px;
  }
  header .search-mob .search {
    color: #fff;
    position: absolute;
    right: 25px;
    bottom: 13px;
  }
  header .search-mob .search i {
    font-size: 16px;
  }
  header .search-mob .search_form {
    display: block;
  }
  header .search-mob .search_form input {
    background-color: #152555;
    color: #fff;
    border-left: 2px solid #fff;
    width: 100%;
  }
  header .search-mob .search_form input::-webkit-input-placeholder {
    color: #fff;
  }
  header .search-mob .search_form input:-ms-input-placeholder {
    color: #fff;
  }
  header .search-mob .search_form input::-ms-input-placeholder {
    color: #fff;
  }
  header .search-mob .search_form input::placeholder {
    color: #fff;
  }
}
header.scrolled {
  height: 55px;
  -webkit-box-shadow: 0px -3px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 16px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:1200px) {
  header.scrolled {
    height: 50px;
  }
}
header.scrolled .subheader {
  -webkit-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
}
@media screen and (max-width:1200px) {
  header.scrolled .subheader {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
header.scrolled .logo .regular img {
  height: 43.5px;
}
@media screen and (max-width:1200px) {
  header.scrolled .logo .regular {
    opacity: 1;
  }
}
header.scrolled .logo .icon {
  opacity: 1;
}
@media screen and (max-width:1200px) {
  header.scrolled .logo .icon {
    opacity: 0;
  }
}
header.open nav {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  overflow-y: scroll !important;
  padding-bottom: 250px;
}
header.open .subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1;
}
header.open .search-mob {
  position: fixed;
}
header.open .social-mob {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
header.open .search-mob {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.nav-mob {
  display: none;
  width: 54px;
  position: relative;
  top: 0;
  right: 0;
  position: fixed;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  z-index: 1001;
  background-color: #152555;
}
.nav-mob span {
  background-color: #fff;
  display: block;
  width: 24px;
  height: 2px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-mob span:nth-of-type(1) {
  top: 20px;
}
.nav-mob span:nth-of-type(2) {
  top: 30px;
}
.nav-mob.open {
  background-color: #152555;
}
.nav-mob.open span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px;
}
.nav-mob.open span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
}
@media screen and (max-width:1200px) {
  .nav-mob {
    display: block;
  }
  header nav>ul>li .sub_nav .subsub_nav {
    display: block;
  }
  header nav>ul>li .sub_nav li.has-submenu>a {
    border-bottom: none;
  }
  header nav>ul>li .sub_nav li.has-submenu>a:after {
    -webkit-transform: rotate(0deg);
    right: 15px;
  }
  header nav>ul>li .sub_nav .subsub_nav li {
    padding-left: 0px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    margin: 0 0 0 20px;
  }
  header nav>ul>li .sub_nav .subsub_nav {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    margin: 0 25px;
  }
  header nav>ul>li .sub_nav .subsub_nav li a {
    margin-left: 0;
  }
}
.top-sub-nav {
  position: fixed;
  top: 55px;
  background-color: #fff;
  right: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}
@media screen and (max-width:1200px) {
  .top-sub-nav {
    display: none;
  }
}
.top-sub-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.str-rook-1 .top-sub-nav ul {
  justify-content: unset;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
}
.str-rook-1 .top-sub-nav ul li {
  margin-right: 60px;
}
.top-sub-nav ul li a {
  font-weight: 400;
  padding: 12px 0;
  display: block;
  position: relative;
}
.top-sub-nav ul li a:after {
  content: '';
  height: 2px;
  background-color: #be9d67;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-sub-nav ul li a:hover {
  color: #be9d67;
}
.top-sub-nav ul li a.active:after {
  width: 100%;
}
.top-sub-nav.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 19;
  -webkit-box-shadow: 0px -3px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 16px 0px rgba(0, 0, 0, 0.2);
}
body.cat-exploration.str-overview section.hero {
  min-height: 902px;
  background-color: #152555;
  position: relative;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.hero {
    margin-top: 50px;
    min-height: auto;
  }
}
body.cat-exploration.str-overview section.hero .overview {
  position: absolute;
  top: 142px;
  left: 0;
  right: 0;
  overflow: visible;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width:800px) {
  body.cat-exploration.str-overview section.hero .overview {
    position: relative;
    top: initial;
    margin-top: 190px;
    background-color: #fff;
  }
  body.cat-exploration.str-overview section.hero .overview:before {
    content: '';
    background-image: url(../img/projects/hero.jpg);
    background-size: cover;
    position: absolute;
    display: block;
    top: -140px;
    left: 0;
    right: 0;
    width: 100%;
    height: 140px;
  }
}
body.cat-exploration.str-overview section.hero .overview .inner {
  width: 497px;
  height: 527px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 65px 70px 70px 60px;
  position: relative;
  pointer-events: all;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.hero .overview .inner {
    padding-left: 40px;
    height: auto;
  }
}
@media screen and (max-width:800px) {
  body.cat-exploration.str-overview section.hero .overview .inner {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    background-color: transparent;
    position: relative;
    top: -155px;
    padding: 70px 20px 40px 20px;
    margin-bottom: -155px;
  }
}
body.cat-exploration.str-overview section.hero .overview .inner:before {
  height: 100%;
  content: '';
  background-color: #fff;
  left: -200%;
  display: block;
  width: 200%;
  top: 0;
  position: absolute;
}
@media screen and (max-width:800px) {
  body.cat-exploration.str-overview section.hero .overview .inner:before {
    display: none;
  }
}
body.cat-exploration.str-overview section.hero .overview .collapse {
  width: 34px;
  height: 34px;
  border: solid 1px #c8c8c8;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
}
body.cat-exploration.str-overview section.hero .overview .collapse:after {
  content: ' ';
  width: 11px;
  height: 1px;
  display: block;
  background-color: #152555;
}
body.cat-exploration.str-overview section.hero .overview .collapse:hover {
  border-color: #be9d67;
}
@media screen and (max-width:800px) {
  body.cat-exploration.str-overview section.hero .overview .collapse {
    display: none;
  }
}
body.cat-exploration.str-overview section.hero .overview h6 {
  margin: 0 0 25px 0;
}
@media screen and (max-width:800px) {
  body.cat-exploration.str-overview section.hero .overview h6 {
    color: #fff;
    opacity: 1;
    margin: 0 0 5px 0;
  }
}
body.cat-exploration.str-overview section.hero .overview h1 {
  margin-bottom: 80px;
  position: relative;
  left: -5px;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.hero .overview h1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:800px) {
  body.cat-exploration.str-overview section.hero .overview h1 {
    color: #fff;
    font-size: 28px;
    left: -2px;
    margin-bottom: 75px;
  }
}
body.cat-exploration.str-overview section.hero .overview h1:after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  bottom: -40px;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background-color: #be9d67;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.hero .overview h1:after {
    bottom: -20px;
  }
}
@media screen and (max-width:800px) {
  body.cat-exploration.str-overview section.hero .overview h1:after {
    bottom: -15px;
    width: 19px;
    left: 2px;
  }
}
body.cat-exploration.str-overview section.hero .overview h1.visible:after {
  width: 33px;
}
body.cat-exploration.str-overview section.hero .overview p {
  margin: 0;
}
body.cat-exploration.str-overview section.hero .overview.hidden {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}
body.cat-exploration.str-overview section.hero .overviewToggle {
  position: absolute;
  top: 142px;
  left: 0;
  width: 69px;
  height: 244px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 4;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  cursor: pointer;
}
@media screen and (max-width:800px) {
  body.cat-exploration.str-overview section.hero .overviewToggle {
    display: none;
  }
}
body.cat-exploration.str-overview section.hero .overviewToggle.show {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
body.cat-exploration.str-overview section.hero .overviewToggle span.text {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #152555;
  white-space: nowrap;
  display: block;
  font-size: 19px;
  font-weight: 300;
  position: relative;
  bottom: -20px;
}
body.cat-exploration.str-overview section.hero .overviewToggle span.icon {
  width: 34px;
  height: 34px;
  border: solid 1px #c8c8c8;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}
body.cat-exploration.str-overview section.hero .overviewToggle span.icon:after {
  content: ' ';
  width: 11px;
  height: 1px;
  display: block;
  margin: auto;
  background-color: #152555;
}
body.cat-exploration.str-overview section.hero .overviewToggle span.icon:before {
  content: ' ';
  width: 1px;
  height: 11px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  background-color: #152555;
}
body.cat-exploration.str-overview section.hero .overviewToggle:hover span.icon {
  border-color: #be9d67;
}
body.cat-exploration.str-overview section.hero .legend {
  background-color: rgba(8, 26, 63, 0.8);
  height: 60px;
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  padding: 0 60px 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.hero .legend {
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width:800px) {
  body.cat-exploration.str-overview section.hero .legend {
    display: none;
  }
}
body.cat-exploration.str-overview section.hero .legend>div {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.3px;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.hero .legend>div {
    font-size: 14px;
  }
}
body.cat-exploration.str-overview section.hero .legend>div:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 16px;
  width: 12px;
  background-size: auto 16px;
  background-position: center;
  top: 3px;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.hero .legend>div:before {
    top: 1px;
  }
}
body.cat-exploration.str-overview section.hero .legend>div:nth-of-type(1):before {
  background-image: url(../img/map/discovery_marker_active.svg);
}
body.cat-exploration.str-overview section.hero .legend>div:nth-of-type(2):before {
  background-image: url(../img/map/tenure_marker_active.svg);
}
body.cat-exploration.str-overview section.hero .legend>div:nth-of-type(3):before {
  background-image: url(../img/map/mine_marker_active.svg);
}
body.cat-exploration.str-overview section.hero .legend>div:nth-of-type(4):before {
  background-image: url(../img/map/uranium_marker_active.svg);
}
body.cat-exploration.str-overview section.hero .legend>div:nth-of-type(5) {
  padding-left: 25px;
}
body.cat-exploration.str-overview section.hero .legend>div:nth-of-type(5):before {
  width: 13px;
  height: 2px;
  top: 13px;
  background-color: #f2f2f2;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.hero .legend>div:nth-of-type(5):before {
    top: 9px;
  }
}
body.cat-exploration.str-overview section.projects-about {
  background-color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  overflow: hidden;
}
body.cat-exploration.str-overview section.projects-about .container {
  padding-bottom: 140px;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.projects-about .container {
    display: block;
    padding-bottom: 55px;
  }
}
body.cat-exploration.str-overview section.projects-about .container .left {
  border-top: solid 1px #c8c8c8;
  padding: 15px 0 0 0;
  margin-top: 90px;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.projects-about .container .left {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 55px;
  }
}
body.cat-exploration.str-overview section.projects-about .container .left>div {
  height: 320px;
  min-height: 320px;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}
body.cat-exploration.str-overview section.projects-about .container .left>div:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), color-stop(97%, #fff), to(#fff));
  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #fff 97%, #fff 100%);
  background: -o-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #fff 97%, #fff 100%);
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, #fff 97%, #fff 100%);
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.projects-about .container .left>div {
    height: 185px;
    min-height: 185px;
  }
}
@media screen and (max-width:800px) {
  body.cat-exploration.str-overview section.projects-about .container .left>div {
    height: 285px;
    min-height: 285px;
  }
}
@media screen and (max-width:450px) {
  body.cat-exploration.str-overview section.projects-about .container .left>div {
    height: 450px;
    min-height: 450px;
  }
}
body.cat-exploration.str-overview section.projects-about .container .left h3 {
  margin: 0 0 40px 0;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.projects-about .container .left h3 {
    margin-bottom: 5px;
    line-height: 30px;
  }
}
body.cat-exploration.str-overview section.projects-about .container .right {
  border: solid 1px #c8c8c8;
  margin-top: 92px;
  border-top: 2px solid #be9d67;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 60px 60px 55px 40px;
  background-color: #fff;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.projects-about .container .right {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    padding: 40px 20px 30px 20px;
  }
}
body.cat-exploration.str-overview section.projects-about .container .right h4 {
  margin: 0 0 30px 0;
  color: #152555;
}
@media screen and (max-width:1200px) {
  body.cat-exploration.str-overview section.projects-about .container .right h4 {
    margin: 0 0 20px 0;
  }
}
body.cat-exploration.str-overview section.cta {
  background-color: #f2f2f2;
}
body.cat-exploration.str-overview section.cta .container_i {
  padding-bottom: 75px;
  padding-top: 75px;
}
@media screen and (max-width:800px) {
  body.cat-exploration.str-overview section.cta .container_i {
    padding-top: 70px;
  }
}
section.projects-slider {
  background-color: #f2f2f2;
}
@media screen and (max-width:800px) {
  section.projects-slider {
    z-index: 6;
    position: relative;
  }
}
section.projects-slider h3 {
  margin-bottom: 20px;
}
@media screen and (max-width:1200px) {
  section.projects-slider h3 {
    display: none;
  }
}
section.projects-slider .container {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width:1200px) {
  section.projects-slider .container {
    padding-bottom: 0;
  }
}
@media screen and (max-width:800px) {
  section.projects-slider .container {
    padding: 0;
  }
}
@media screen and (max-width:1450px) {
  section.projects-slider .owl-item {
    margin: 0;
  }
}
section.projects-slider .projectsNext {
  position: absolute;
  right: 20px;
  top: 65px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.projects-slider .projectsNext:hover {
  opacity: 0.7;
}
@media screen and (max-width:1450px) {
  section.projects-slider .projectsNext {
    right: 40px;
  }
}
@media screen and (max-width:1200px) {
  section.projects-slider .projectsNext {
    top: 25px;
    right: 30px;
  }
}
section.projects-slider .project {
  width: calc(1325px / 4);
  height: 260px;
  background-color: #152555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background-size: cover;
}
@media screen and (max-width:1450px) {
  section.projects-slider .project {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  section.projects-slider .project {
    height: 210px;
  }
}
@media screen and (max-width:800px) {
  section.projects-slider .project.rook-1 {
    display: none !important;
  }
}
section.projects-slider .project a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
section.projects-slider .project span {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 50px;
  border-radius: 33px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.34px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width:1200px) {
  section.projects-slider .project span {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
section.projects-slider .project:hover a {
  background-color: rgba(0, 0, 0, 0.2);
}
section.projects-slider .project:hover span {
  color: #152555;
  background-color: #fff;
  border: solid 1px white;
}
section.projects-slider.bottom {
  border-top: 2px solid #fff;
}
@media screen and (max-width:1200px) {
  section.projects-slider.bottom {
    border-top: 0;
  }
}
@media screen and (max-width:1200px) {
  section.projects-slider.bottom .container {
    padding: 0;
  }
}
section.projects-slider.bottom h4 {
  color: #152555;
  margin-bottom: 25px;
}
@media screen and (max-width:1200px) {
  section.projects-slider.bottom h4 {
    display: none;
  }
}
body.mobile section.projects-slider .projectsNext {
  display: none;
}
body.mobile .projects-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:1200px) {
  body.mobile .projects-carousel {
    display: block;
  }
}
body.cat-exploration main .left h3:first-of-type {
  margin-top: 5px;
}
body.cat-exploration main .accordion {
  margin-top: 45px;
}
@media screen and (max-width:1200px) {
  body.cat-exploration main .accordion {
    margin-top: 35px;
  }
}
body.cat-exploration main .left, body.cat-featured-project main .left {
  padding-top: 10px;
}
@media screen and (max-width:1200px) {
  body.cat-exploration main .left, body.cat-featured-project main .left {
    padding-top: 0;
  }
}
body.cat-exploration main .left .stat, body.cat-featured-project main .left .stat {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-bottom: 30px;
}
@media screen and (max-width:450px) {
  body.cat-exploration main .left .stat, body.cat-featured-project main .left .stat {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
body.cat-exploration main .left .stat h6, body.cat-featured-project main .left .stat h6 {
  margin: 0 0 2px 0;
}
body.cat-exploration main .left .stat p, body.cat-featured-project main .left .stat p {
  margin: 0;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project section#hero {
    margin-top: 48px;
  }
}
@media screen and (max-width:1200px) {
  body.cat-featured-project section#hero span {
    bottom: -55px;
  }
}
body.cat-featured-project main .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
  padding-top: 0;
}
body.cat-featured-project main .container:last-of-type {
  padding-bottom: 100px;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .container {
    padding: 0;
  }
  body.cat-featured-project main .container:last-of-type {
    padding-bottom: 0;
  }
  body.cat-featured-project main .container .sidenav {
    display: block;
  }
}
body.cat-featured-project main #development {
  margin-top: -190px;
  padding-top: 0;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main #development {
    margin-top: 0;
  }
}
body.cat-featured-project main #image-gallery {
  padding-top: 130px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main #image-gallery {
    padding: 0 30px;
  }
}
@media screen and (max-width:800px) {
  body.cat-featured-project main #image-gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.cat-featured-project main #image-gallery .left {
  width: 55.6981132075%;
  -ms-flex-preferred-size: 55.6981132075%;
  flex-basis: 55.6981132075%;
  max-width: 738px;
}
@media screen and (max-width:1450px) {
  body.cat-featured-project main #image-gallery .left {
    width: 58.8679245283%;
    -ms-flex-preferred-size: 58.8679245283%;
    flex-basis: 58.8679245283%;
    max-width: 780px;
  }
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main #image-gallery .left {
    width: 60%;
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    background-color: transparent;
    padding-top: 0 !important;
  }
}
@media screen and (max-width:800px) {
  body.cat-featured-project main #image-gallery .left {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
body.cat-featured-project main #image-gallery .right {
  width: 35.8490566038%;
  -ms-flex-preferred-size: 35.8490566038%;
  flex-basis: 35.8490566038%;
  max-width: 475px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main #image-gallery .right {
    width: 40%;
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    background-color: transparent;
  }
}
@media screen and (max-width:800px) {
  body.cat-featured-project main #image-gallery .right {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main #image-gallery .right .inner {
    margin-top: 85px;
  }
}
@media screen and (max-width:800px) {
  body.cat-featured-project main #image-gallery .right .inner {
    margin-top: 15px;
  }
}
body.cat-featured-project main .btn {
  margin-bottom: 90px;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .btn {
    margin-top: 5px;
    margin-bottom: 30px;
  }
}
body.cat-featured-project .section-accordion {
  /*margin-bottom: 170px;*/
}
body.cat-featured-project main h3 {
  /*margin-top: 0px;*/
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main h3 {
    margin-top: 0;
    padding: 25px 0;
    color: #152555;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
  }
  body.cat-featured-project main h3:before {
    display: none;
  }
}
@media screen and (max-width:450px) {
  body.cat-featured-project main h3 {
    font-size: 16px;
  }
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .section-accordion {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    height: 80px;
    max-height: 80px;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 0 30px;
    border-bottom: solid 1px #c8c8c8;
  }
  body.cat-featured-project main .section-accordion h3 {
    cursor: pointer;
  }
  body.cat-featured-project main .section-accordion:after {
    display: none;
  }
  body.cat-featured-project main .section-accordion:before {
    content: '+';
    position: absolute;
    top: 30px;
    right: 25px;
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #152555;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body.cat-featured-project main .section-accordion.active {
    max-height: 5000px;
    height: 100%;
    padding-bottom: 30px;
  }
  body.cat-featured-project main .section-accordion.active:before {
    content: '-';
  }
}
@media screen and (max-width:450px) {
  body.cat-featured-project main .section-accordion {
    height: 75px;
    max-height: 75px;
  }
}
body.cat-featured-project main .accordion:first-of-type {
  margin-top: 45px;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .accordion {
    background-color: #fff;
  }
}
body.cat-featured-project main .top:first-of-type {
  padding-top: 100px;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .top:first-of-type {
    padding-top: 45px;
  }
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .top {
    padding: 50px 30px 0 30px;
  }
}
body.cat-featured-project main .tabs>ul {
  background-color: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .tabs>ul {
    display: none;
  }
}
body.cat-featured-project main .tabs>ul>li {
  background-color: #fff;
  color: #152555;
  margin-right: 0;
  padding: 15px 50px;
  border-bottom: 0;
  width: calc(100% / 3);
  text-align: center;
  border-top: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  border-right: solid 1px #c8c8c8;
  white-space: nowrap;
}
body.cat-featured-projectmain .tabs>ul>li.active {
  background-color: #152555;
  color: #fff;
  border-color: #152555;
}
body.cat-featured-project main .tabs>ul>li:first-of-type {
  border-left: solid 1px #c8c8c8;
}
body.cat-featured-project main .tabs>ul>li .sub-tabs {
  right: -1px;
  left: -1px;
  width: calc(100% + 2px);
  border: solid 1px #152555;
  top: 57px;
}
body.cat-featured-project main .tabs>ul>li .sub-tabs li:last-of-type {
  border-bottom: 0;
}
body.cat-featured-project main .tabs select {
  background-color: #fff;
}
body.cat-featured-project main #overview h3 {
  margin-top: 5px !important;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main #overview h3 {
    margin-top: 0 !important;
  }
}
body.cat-featured-project main #overview .accordion {
  margin-bottom: 160px;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main #overview .accordion {
    margin-bottom: 30px;
  }
}
body.cat-featured-project main #overview .accordion.active {
  margin-bottom: 345px;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main #overview .accordion.active {
    margin-bottom: 30px;
  }
}
body.cat-featured-project main .presentation-side {
  margin-top: 90px;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .presentation-side {
    margin-bottom: 60px;
    padding: 0 30px;
    margin-top: 0;
  }
}
body.cat-featured-project main .presentation-side .presentation {
  -webkit-box-shadow: 0px 15px 20px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 20px -6px rgba(0, 0, 0, 0.15);
  width: 275px;
  height: 350px;
  position: relative;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .presentation-side .presentation {
    margin: 15px auto 0 auto;
    height: 290px;
    width: 50%;
  }
}
@media screen and (max-width:800px) {
  body.cat-featured-project main .presentation-side .presentation {
    width: 75%;
  }
}
@media screen and (max-width:450px) {
  body.cat-featured-project main .presentation-side .presentation {
    width: 100%;
  }
}
body.cat-featured-project main .presentation-side .presentation .img {
  height: 250px;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .presentation-side .presentation .img {
    height: 210px;
  }
}
body.cat-featured-project main .presentation-side .presentation .img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body.cat-featured-project main .presentation-side .presentation .bottom {
  background-color: #fff;
  height: 100px;
  padding: 0 0 0 25px;
  border-bottom: 1px solid #be9d67;
  position: relative;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .presentation-side .presentation .bottom {
    height: 80px;
  }
}
body.cat-featured-project main .presentation-side .presentation .bottom p {
  margin: 0;
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.24px;
  color: #152555;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .presentation-side .presentation .bottom p {
    bottom: 20px;
  }
}
body.cat-featured-project main .presentation-side .presentation .bottom:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: '\f1c1';
  font-weight: 400;
  color: #be9d67;
  position: absolute;
  bottom: 20px;
  right: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 25px;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .presentation-side .presentation .bottom:after {
    font-size: 20px;
  }
}
body.cat-featured-project main .presentation-side .presentation a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
body.cat-featured-project main .presentation-side .presentation:hover .img img {
  opacity: 0.7;
}
body.cat-featured-project main .highlights {
  width: 100%;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .highlights {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width:800px) {
  body.cat-featured-project main .highlights {
    width: 75%;
  }
}
@media screen and (max-width:450px) {
  body.cat-featured-project main .highlights {
    width: 100%;
  }
}
body.cat-featured-project main .highlights .img {
  height: 310px;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .highlights .img {
    height: 175px;
  }
}
body.cat-featured-project main .highlights .img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body.cat-featured-project main .highlights .bottom {
  height: auto;
  background-color: #fff;
  padding: 50px 55px 45px 50px;
  border: 1px solid #c8c8c8;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .highlights .bottom {
    padding: 25px 20px 25px 20px;
  }
}
body.cat-featured-project main .highlights .bottom h4 {
  margin: 0 0 40px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.3px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .highlights .bottom h4 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
body.cat-featured-project main .highlights .bottom h6 {
  margin: 25px 0 0 0;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .highlights .bottom h6 {
    margin-top: 10px;
  }
}
body.cat-featured-project main .highlights .bottom p {
  margin: 0;
  color: #152555;
}
body.cat-featured-project main .reports {
  width: 100%;
  height: auto;
  border: solid 1px #c8c8c8;
  border-top: 2px solid #be9d67;
  background-color: #fff;
  padding: 50px 55px 45px 50px;
  margin-top: 265px;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .reports {
    margin-top: -15px;
    width: 100%;
    padding: 25px 20px 25px 20px;
  }
}
body.cat-featured-project main .reports h4 {
  margin: 0 0 40px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.3px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .reports h4 {
    margin: 0 0 25px 0;
  }
}
body.cat-featured-project main .reports ul {
  margin: 0;
}
body.cat-featured-project main .reports ul li {
  padding-left: 25px;
  line-height: 2.1;
  position: relative;
}
body.cat-featured-project main .reports ul li a {
  color: #152555;
  letter-spacing: 0.3px;
  font-weight: 400;
}
body.cat-featured-project main .reports ul li a:hover {
  opacity: 0.5;
}
body.cat-featured-project main .reports ul li:before {
  display: none;
}
body.cat-featured-project main .reports ul li:after {
  content: '\f1c1';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #be9d67;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
}
body.cat-featured-project main .video-side {
  margin-top: 265px;
  border: solid 1px #c8c8c8;
}
@media screen and (max-width:1200px) {
  body.cat-featured-project main .video-side {
    margin-top: 15px;
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width:800px) {
  body.cat-featured-project main .video-side {
    width: 100%;
  }
}
body.cat-featured-project main .video-side a {
  height: 255px;
}
@media screen and (max-width:800px) {
  body.cat-featured-project main .video-side a {
    height: 155px;
  }
}
body.cat-featured-project main .video-side>div {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.26px;
  color: #152555;
  padding: 20px 30px 25px 30px;
}
body.str-rook-1 #harpoon, body.str-rook-1 #southarrow {
  margin-top: 140px;
}
@media screen and (max-width:450px) {
  body.str-rook-1 #harpoon, body.str-rook-1 #southarrow {
    margin-top: 110px;
  }   
}
body.cat-investors.overview .ft-news {
  border-top: 0;
}
body.cat-investors .investor-essentials {
  background-color: #152555;
  padding: 121px 0;
}
@media screen and (max-width:1200px) {
  body.cat-investors .investor-essentials {
    padding: 75px 0 10px 0;
  }
}
body.cat-investors .investor-essentials h2 {
  color: #fff;
  margin-bottom: 42px;
}

body.cat-investors .investor-essentials .financials .docs {
  margin-bottom: 40px;
}

@media screen and (max-width:1200px) {
  body.cat-investors .investor-essentials h2 {
    margin-bottom: 20px;
  }
}
body.cat-investors .investor-essentials .inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.cat-investors .investor-essentials .inner>div {
  max-width: calc(100% / 2 - 7.5px);
  width: calc(100% / 2 - 7.5px);
  -ms-flex-preferred-size: calc(100% / 2 - 7.5px);
  flex-basis: calc(100% / 2 - 7.5px);
  background-color: #fff;
  /* margin-bottom: 15px; */
  padding: 50px 55px 70px 55px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@media screen and (max-width:1200px) {
  body.cat-investors .investor-essentials .inner>div {
    padding: 35px 25px 40px 25px;
  }
}
@media screen and (max-width:800px) {
  body.cat-investors .investor-essentials .inner>div {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  body.cat-investors .investor-essentials .inner>div .docs a {
    border: 0;
    padding: 6px 0 6px 25px;
  }
  body.cat-investors .investor-essentials .inner>div .docs a:before {
    left: 0;
    top: 6px;
  }
  body.cat-investors .investor-essentials .inner>div .docs a:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width:800px) and (max-width:1200px) {
  body.cat-investors .investor-essentials .inner>div .docs a:hover {
    background-color: transparent;
    color: #be9d67 !important;
  }
}
@media screen and (max-width:800px) and (max-width:1200px) {
  body.cat-investors .investor-essentials .inner>div .docs a:hover span {
    color: #be9d67;
  }
}
@media screen and (max-width:800px) and (max-width:1200px) {
  body.cat-investors .investor-essentials .inner>div .docs a:hover:before {
    color: #be9d67;
  }
}
body.cat-investors .investor-essentials .inner>div:nth-of-type(3), body.cat-investors .investor-essentials .inner>div:nth-of-type(4) {
  margin-bottom: 5px;
}
body.cat-investors .investor-essentials .inner>div h4 {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  body.cat-investors .investor-essentials .inner>div h4 {
    margin-bottom: 60px;
  }
}
body.cat-investors .investor-essentials .inner>div h4:after {
  content: '';
  width: 25px;
  height: 2px;
  background-color: #be9d67;
  position: absolute;
  left: 0;
  bottom: -15px;
}
@media screen and (max-width:800px) {
  body.cat-investors .investor-essentials .inner>div h4:after {
    width: 19px;
  }
}
body.cat-investors .investor-essentials .inner>div h4:hover a {
  opacity: 0.7;
}
body.cat-investors .investor-essentials .inner>div h5 {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.26px;
  color: #152555;
  font-weight: 400;
  margin: 0 0 9px 0;
}
@media screen and (max-width:800px) {
  body.cat-investors .investor-essentials .inner>div h5 {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 4px;
    margin-top: 25px;
  }
}
body.cat-investors .investor-essentials .inner>div.stock-info a.btn { margin-top: 45px;}

body.cat-investors .investor-essentials .inner>div.stock-info {
  overflow: hidden;
}
body.cat-investors .investor-essentials .inner>div.stock-info h4 {
  margin-bottom: 52px;
}
body.cat-investors .investor-essentials .inner>div.stock-info .tab_select {
  display: none !important;
}
body.cat-investors .investor-essentials .inner>div.stock-info .tabs ul {
  list-style: none;
}
body.cat-investors .investor-essentials .inner>div.stock-info .tabs ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.26px;
  color: #152555;
  padding: 3px 10px;
  border-bottom: solid 2px transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width:1200px) {
  body.cat-investors .investor-essentials .inner>div.stock-info .tabs ul li {
    padding: 3px 5px;
  }
}
body.cat-investors .investor-essentials .inner>div.stock-info .tabs ul li.active, body.cat-investors .investor-essentials .inner>div.stock-info .tabs ul li:hover {
  border-bottom: solid 2px #152555;
}
body.cat-investors .investor-essentials .inner>div.stock-info .chart {
  overflow: hidden;
  padding: 10px 5px;
}
body.cat-investors .investor-essentials .inner>div.stock-info .chart .highcharts-title {
  display: none;
}
body.cat-investors .investor-essentials .inner>div.stock-info .chart .highStock {
  height: 205px !important;
}
body.cat-investors .investor-essentials .inner>div.stock-info .top {
  border-bottom: solid 1px #c8c8c8;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:800px) {
  body.cat-investors .investor-essentials .inner>div.stock-info .top {
    display: block;
  }
}
body.cat-investors .investor-essentials .inner>div.stock-info .top .last {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -1px;
  color: #152555;
  padding: 25px 20px;
  border-right: solid 1px #c8c8c8;
  width: 270px;
}
@media screen and (max-width:800px) {
  body.cat-investors .investor-essentials .inner>div.stock-info .top .last {
    border-left: solid 1px #c8c8c8;
    border-top: solid 1px #c8c8c8;
    width: 100%;
    border-bottom: solid 1px #c8c8c8;
    padding: 20px 15px;
    font-size: 36px;
  }
}
body.cat-investors .investor-essentials .inner>div.stock-info .top .info {
  padding: 25px 20px;
  color: #152555;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.58px;
  width: 180px;
}
@media screen and (max-width:800px) {
  body.cat-investors .investor-essentials .inner>div.stock-info .top .info {
    border-left: solid 1px #c8c8c8;
    border-right: solid 1px #c8c8c8;
    width: 100%;
    padding: 10px 15px;
  }
  body.cat-investors .investor-essentials .inner>div.stock-info .top .info>div {
    display: inline-block;
    margin-right: 20px;
  }
}
body.cat-investors .investor-essentials .inner>div.stock-info .top .info span {
  font-weight: 500;
  width: 64px;
  display: inline-block;
}
@media screen and (max-width:800px) {
  body.cat-investors .investor-essentials .inner>div.stock-info .top .info span {
    width: auto;
    padding-right: 5px;
  }
}
body.cat-investors .investor-essentials .inner>div.stock-info .hold {
  border: solid 1px #c8c8c8;
  height: 310px;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  body.cat-investors .investor-essentials .inner>div.stock-info .hold {
    border: 0;
    height: auto;
  }
}
body.cat-investors .investor-essentials .inner>div.stock-info .hold:nth-of-type(2) .chart {
  margin-top: -30px;
}
body.cat-investors .investor-essentials .inner>div.events-webcasts h2 {
  display: none;
}
@media screen and (max-width:800px) {
  body.cat-investors .investor-essentials .inner>div.events-webcasts h5:first-of-type {
    margin-bottom: 0;
  }
}
body.cat-investors .investor-essentials .inner>div.events-webcasts .event {
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  body.cat-investors .investor-essentials .inner>div.events-webcasts .event {
    border-top: 0;
  }
}
body.cat-investors .investor-essentials .inner>div.events-webcasts .event .date {
  padding: 35px 0;
  min-width: 175px;
}
@media screen and (max-width:450px) {
  body.cat-investors .investor-essentials .inner>div.events-webcasts .event .date {
    padding: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
body.cat-investors .investor-essentials .inner>div.events-webcasts .event .info {
  padding: 20px;
}
body.cat-investors .investor-essentials .inner>div.events-webcasts .event .info h5 {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 0;
  margin-top: 0;
}
body.cat-investors .investor-essentials .inner>div.events-webcasts .docs.media a span {
  font-size: 16px;
}
@media screen and (max-width:1200px) {
  body.cat-investors .investor-essentials .inner>div.events-webcasts .docs.media a span {
    font-size: 14px;
  }
}
body.cat-investors .investor-essentials .inner>div.events-webcasts .docs.media a:before {
  font-size: 10px;
  top: 15px;
}
body.cat-investors .investor-essentials .inner>div.filings {
  padding-bottom: 30px;
}
body.cat-investors .investor-essentials .inner>div:nth-of-type(2) {
  -webkit-animation-delay: calc(150ms);
  animation-delay: calc(150ms);
  display: flex;
  flex-direction: column;
}
body.cat-investors .investor-essentials .inner>div:nth-of-type(2) a.btn {
  margin-top: auto;
  align-self: flex-start;
  display: inline-block;
}
body.cat-investors .investor-essentials .inner>div:nth-of-type(3) {
  -webkit-animation-delay: calc(150ms * 2);
  animation-delay: calc(150ms * 2);
}
body.cat-investors .investor-essentials .inner>div:nth-of-type(4) {
  -webkit-animation-delay: calc(150ms * 3);
  animation-delay: calc(150ms * 3);
}
body.cat-investors section.cta {
  background-color: #152555;
}
body.cat-investors section.cta .container_i {
  padding-bottom: 170px;
}
@media screen and (max-width:1200px) {
  body.cat-investors section.cta .container_i {
    padding-bottom: 80px;
  }
}
.cat-sustainability.str-overview .ft-news {
  border-top: 0;
}
@media screen and (max-width:1200px) {
  .cat-sustainability.str-overview main .container {
    padding-bottom: 50px;
  }
}
.cat-sustainability.str-overview main .left>div {
  border: 1px solid #c8c8c8;
  width: calc(100% / 2 - 15px);
  display: inline-block;
  vertical-align: top;
  min-height: 230px;
  padding: 30px 35px;
  margin-top: 40px;
}
@media screen and (max-width:1450px) {
  .cat-sustainability.str-overview main .left>div {
    min-height: 265px;
  }
}
@media screen and (max-width:1200px) {
  .cat-sustainability.str-overview main .left>div {
    min-height: 230px;
  }
}
@media screen and (max-width:800px) {
  .cat-sustainability.str-overview main .left>div {
    width: 100%;
    min-height: 0;
    margin-top: 20px;
  }
}
.cat-sustainability.str-overview main .left>div:nth-of-type(1) {
  margin-right: 15px;
}
@media screen and (max-width:800px) {
  .cat-sustainability.str-overview main .left>div:nth-of-type(1) {
    margin-right: 0;
  }
}
.cat-sustainability.str-overview main .left>div:nth-of-type(1) img {
  max-height: 69px;
}
.cat-sustainability.str-overview main .left>div:nth-of-type(2) {
  padding-top: 40px;
}
.cat-sustainability.str-overview main .left>div:nth-of-type(2) img {
  max-height: 54px;
  margin-bottom: 15px;
}
.cat-sustainability.str-overview main .left>div p {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.26px;
  margin: 20px 0 0 0;
}
.cat-sustainability.str-overview section.sustainability-overview {
  background-color: #152555;
  padding: 130px 0 160px 0;
}
@media screen and (max-width:1200px) {
  .cat-sustainability.str-overview section.sustainability-overview {
    padding: 75px 0 10px 0;
  }
}
.cat-sustainability.str-overview section.sustainability-overview h2 {
  color: #fff;
  margin-bottom: 75px;
}
@media screen and (max-width:1200px) {
  .cat-sustainability.str-overview section.sustainability-overview h2 {
    margin-bottom: 20px;
  }
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div {
  width: calc(100% / 2 - 7.5px);
  -ms-flex-preferred-size: calc(100% / 2 - 7.5px);
  flex-basis: calc(100% / 2 - 7.5px);
  max-width: calc(100% / 2 - 7.5px);
  background-color: #fff;
  margin-bottom: 15px;
  padding: 60px 50px;
  position: relative;
  height: 505px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@media screen and (max-width:1200px) {
  .cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div {
    padding: 40px 35px;
  }
}
@media screen and (max-width:800px) {
  .cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 400px;
  }
}
@media screen and (max-width:450px) {
  .cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div {
    height: 490px;
    padding: 35px 25px;
  }
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div:nth-of-type(2) {
  -webkit-animation-delay: calc(150ms);
  animation-delay: calc(150ms);
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div:nth-of-type(3) {
  -webkit-animation-delay: calc(150ms * 2);
  animation-delay: calc(150ms * 2);
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div:nth-of-type(4) {
  -webkit-animation-delay: calc(150ms * 3);
  animation-delay: calc(150ms * 3);
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div h4 {
  position: relative;
  margin-bottom: 35px;
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div h4:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #be9d67;
  bottom: -12px;
  left: 0;
  position: absolute;
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div p {
  margin: 0;
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 190px;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width:800px) {
  .cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div .bottom {
    height: 130px;
  }
}
@media screen and (max-width:450px) {
  .cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div .bottom {
    height: 115px;
  }
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div .bottom a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div .bottom .btn {
  position: absolute;
  left: 50px;
  bottom: 45px;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width:1200px) {
  .cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div .bottom .btn {
    left: 35px;
  }
}
@media screen and (max-width:800px) {
  .cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div .bottom .btn {
    bottom: 30px;
  }
}
@media screen and (max-width:450px) {
  .cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div .bottom .btn {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    max-width: 200px;
    text-align: center;
  }
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div .bottom:hover a {
  background-color: rgba(0, 0, 0, 0.1);
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div .bottom:hover .btn {
  background-color: #fff;
  border-color: #fff !important;
  color: #152555;
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div:nth-of-type(1) .bottom {
  background-image: url(../img/sustainability/environment.jpg);
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div:nth-of-type(2) .bottom {
  background-image: url(../img/sustainability/community.jpg);
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div:nth-of-type(3) .bottom {
  background-image: url(../img/sustainability/people.jpg);
}
.cat-sustainability.str-overview section.sustainability-overview .container_i .inner>div:nth-of-type(4) .bottom {
  background-image: url(../img/sustainability/strategy.jpg);
}
.cat-sustainability.str-overview #video-gallery {
  padding: 90px 0;
}
@media screen and (max-width:1200px) {
  .cat-sustainability.str-overview #video-gallery .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:1200px) {
  .cat-sustainability.str-overview #video-gallery {
    padding: 10px 0;
  }
}
@media screen and (max-width:800px) {
  .cat-sustainability.str-overview #video-gallery {
    padding: 50px 0;
  }
}
.cat-sustainability main .container {
  padding-bottom: 50px;
}
@media screen and (max-width:1200px) {
  .cat-sustainability main .container {
    padding-bottom: 0;
  }
}
.cat-sustainability #image-gallery {
  overflow: hidden;
}
.cat-sustainability #image-gallery .left, .cat-sustainability #image-gallery .right {
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  .cat-sustainability #image-gallery .left, .cat-sustainability #image-gallery .right {
    margin-bottom: 0;
  }
}
.cat-sustainability #image-gallery .left .item {
  width: 700px;
}
section#hero {
  height: 387px;
  margin-top: 70px;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 220px;
  overflow: hidden;
}
section#hero.no-sub {
  padding-top: 250px;
}
@media screen and (max-width:1200px) {
  section#hero.no-sub {
    padding-top: 70px;
  }
}
@media screen and (max-width:1200px) {
  section#hero {
    padding-top: 55px;
    height: 140px;
    margin-top: 48px;
  }
}
/* section#hero:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.4));
} */
section#hero .container_i {
  position: relative;
  z-index: 1;
}
section#hero .container_i>span {
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.78px;
  color: #fff;
  position: absolute;
  bottom: -130px;
  left: -175px;
  z-index: -1;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-animation-name: fadeInSpan;
  animation-name: fadeInSpan;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1450px) {
  section#hero .container_i>span {
    left: -125px;
    font-size: 190px;
  }
}
@media screen and (max-width:1200px) {
  section#hero .container_i>span {
    left: -15px;
    font-size: 80px;
    bottom: -45px;
  }
}
section#hero .container_i>span .char {
  opacity: 0;
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: calc(200ms * var(--char-index));
  animation-delay: calc(200ms * var(--char-index));
}
section#hero h4 {
  margin: 0 0 24px 0;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width:1200px) {
  section#hero h4 {
    margin: 0 0 8px 0;
  }
}
section#hero h1 {
  margin: 0;
  position: relative;
  left: -3px;
  color: #fff;
}
@media screen and (max-width:1200px) {
  section#hero h1 {
    font-size: 28px;
  }
}
section#hero h1 span {
  opacity: 0;
  display: block;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
section#hero h1:after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  bottom: -30px;
  width: 0;
  height: 2px;
  background-color: #be9d67;
  -webkit-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (max-width:1200px) {
  section#hero h1:after {
    bottom: -13px;
    width: 19px;
  }
}
section#hero h1.visible:after {
  width: 33px;
}
/*section a:hover {
  opacity: 0.7;
}*/
main {
  overflow: hidden;
}
main .container {
  padding-top: 93px;
  padding-bottom: 100px;
}
.container .left > h1:first-child,
.container .left > h2:first-child,
.container .left > h3:first-child,
.container .left > h4:first-child,
.container .left > h5:first-child,
.container .left > h6:first-child {
  margin-top: 0;
}
@media screen and (max-width:1200px) {
  main .container {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
main .btn {
  color: #fff;
  border-color: #be9d67;
  margin-top: 35px;
}
main img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main a:hover {
  opacity: 0.7;
}
main a.btn:hover {
  opacity: 1;
}

main h2 {
  margin: 60px 0 56px 0;
}
@media screen and (max-width:1200px) {
  main h2 {
    margin: 40px 0 35px 0;
  }
}
main h2:nth-of-type(1) {
  margin-top: 0;
}
main h3 {
  margin: 48px 0 24px 0;
  position: relative;
}
/* main h3:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  top: -15px;
  left: 0;
} */
main h4 {
  margin-top: 32px;
  margin-bottom: 16px;
}
main h5 {
  color: #152555;
  margin: 50px 0 10px 0;
}
main p {
  margin: 0 0 24px 0;
}
@media screen and (max-width:800px) {
  section.cta .container_i {
    display: block;
  }
}
section.cta .container_i>div {
  -ms-flex-preferred-size: calc(100% / 2 - 7px);
  flex-basis: calc(100% / 2 - 7px);
  max-width: calc(100% / 2 - 7px);
  width: calc(100% / 2 - 7px);
  height: 265px;
  padding: 40px 120px 40px 40px;
  position: relative;
  background-size: cover;
}
@media screen and (max-width:800px) {
  section.cta .container_i>div {
    max-width: 100%;
    width: 100%;
    height: 240px;
    padding: 25px 25px 25px 30px;
  }
}
section.cta .container_i>div:nth-of-type(1) {
  background-image: url(../img/projects/projects_cta1.jpg);
  margin-bottom: 10px;
}
section.cta .container_i>div:nth-of-type(2) {
  background-image: url(../img/projects/projects_cta2.jpg);
}
section.cta .container_i>div h4 {
  line-height: 1.17;
  letter-spacing: 0.45px;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
  z-index: 3;
  pointer-events: none;
  position: relative;
}
section.cta .container_i>div h4:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #be9d67;
  bottom: -20px;
  left: 0;
  position: absolute;
}
section.cta .container_i>div a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
section.cta .container_i>div span {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 50px;
  border-radius: 33px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.34px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 40px;
  pointer-events: none;
  left: 40px;
  z-index: 3;
}
@media screen and (max-width:1200px) {
  section.cta .container_i>div span {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    bottom: 35px;
  }
}
section.cta .container_i>div:hover span {
  color: #152555;
  background-color: #fff;
  border: solid 1px white;
}
.docs .title {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  color: #fff;
  background-color: #152555;
}
.docs>a {
  display: block;
  color: #152555;
  font-weight: 400;
  border: solid 1px #c8c8c8;
  border-bottom: 0;
  padding: 12px 12px 12px 55px;
  position: relative;
}
.docs>a:last-of-type {
  border-bottom: solid 1px #c8c8c8;
}
/*.docs { 
  padding-bottom: 40px; 
}*/
.docs>a:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #be9d67;
  position: absolute;
  left: 25px;
  top: 12px;
  display: block;
  font-size: 18px;
}
.docs>a span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.34px;
  color: #152555;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width:1200px) {
  .docs>a span {
    font-size: 14px;
  }
}
.docs>a:hover {
  background-color: #152555;
  color: #fff !important;
  border-color: #152555;
  opacity: 1;
}
.docs>a:hover span {
  color: #fff;
}
.docs>a:hover:before {
  color: #fff;
}
.docs.pdf a:before {
  content: '\f1c1';
  font-weight: 300;
}
@media screen and (max-width:800px) {
  .docs.pdf a:before {
    font-size: 16px;
  }
}
.docs.media a {
  padding-left: 48px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.26px;
  color: #505050;
}
.docs.media a:before {
  content: '\f04b';
  font-size: 12px;
  top: 18px;
}
@media screen and (max-width:1200px) {
  .docs.media a:before {
    top: 15px;
  }
}
@media screen and (max-width:800px) {
  .docs.media a:before {
    font-size: 11px;
  }
}
.docs.links a {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.26px;
  padding: 20px 20px 20px 55px;
  color: #505050;
}
.docs.links a:before {
  content: '\f35d';
  font-size: 14px;
  top: 24px;
}
@media screen and (max-width:800px) {
  .docs.links a:before {
    font-size: 16px;
  }
}
.financials {
  width: 100%;
}
.financials tr {
  display: block;
  color: #152555;
  font-weight: 400;
  border: solid 1px #c8c8c8;
  border-bottom: 0;
  padding: 0 25px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width:1200px) {
  .financials tr {
    padding: 0 15px;
  }
}
.financials tr:first-of-type {
  border-top: 0;
}
@media screen and (max-width:1200px) {
  .financials tr:first-of-type {
    border-top: solid 1px #c8c8c8;
  }
}
.financials tr:last-of-type {
  border-bottom: solid 1px #c8c8c8;
  margin-bottom: 40px;
}
.financials tr a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.financials tr td {
  padding: 12px 0;
  display: inline-block;
}
.financials tr td.date {
  width: 150px;
}
@media screen and (max-width:1200px) {
  .financials tr td.date {
    width: 100px;
  }
}
@media screen and (max-width:450px) {
  .financials tr td.date {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.financials tr td.title {
  width: calc(100% - 155px);
  padding-right: 30px;
}
@media screen and (max-width:1200px) {
  .financials tr td.title {
    width: calc(100% - 105px);
  }
}
@media screen and (max-width:450px) {
  .financials tr td.title {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-right: 15px;
  }
}
.financials tr td.title:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: '\f1c1';
  font-weight: 300;
  color: #be9d67;
  position: absolute;
  right: 25px;
  top: 12px;
  display: block;
  font-size: 18px;
}
@media screen and (max-width:1200px) {
  .financials tr td.title:before {
    right: 15px;
  }
}
.financials tr:hover {
  background-color: #152555;
  color: #fff;
  border-color: #152555;
}
.financials tr:hover td:before {
  color: #fff;
}
.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-wrapper .news-item {
  width: calc(100% / 2 - 7.5px);
  -ms-flex-preferred-size: calc(100% / 2 - 7.5px);
  flex-basis: calc(100% / 2 - 7.5px);
  max-width: calc(100% / 2 - 7.5px);
  margin-bottom: 15px;
  padding-bottom: 40px;
  display: none;
}
.news-wrapper .news-item.show {
  display: block;
  -webkit-animation-name: fadeInUpTabs;
  animation-name: fadeInUpTabs;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
}
@media screen and (max-width:800px) {
  .news-wrapper .news-item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.news-wrapper .news-item .news-title {
  min-height: 205px;
}
.news-wrapper .news-item:hover .news-title {
  /* opacity: 0.6; */
  opacity: 1;
  color: #be9d67;
}
.personnel {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.personnel .personnel-item {
  max-width: calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  -ms-flex-preferred-size: calc(100% / 3 - 10px);
  flex-basis: calc(100% / 3 - 10px);
  margin: 0 15px 15px 0;
  min-height: 235px;
}
@media screen and (max-width:800px) {
  .personnel .personnel-item {
    min-height: 255px;
  }
}
@media screen and (max-width: 420px) {
  .personnel .personnel-item {
    min-height: 300px;
  }
}
.personnel .personnel-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width:1200px) {
  .personnel .personnel-item {
    max-width: calc(100% / 4 - 12px);
    width: calc(100% / 4 - 12px);
    -ms-flex-preferred-size: calc(100% / 4 - 12px);
    flex-basis: calc(100% / 4 - 12px);
  }
  .personnel .personnel-item:nth-of-type(3n) {
    margin-right: 15px;
  }
  .personnel .personnel-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width:800px) {
  .personnel .personnel-item {
    max-width: calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
    -ms-flex-preferred-size: calc(100% / 3 - 15px);
    flex-basis: calc(100% / 3 - 15px);
  }
  .personnel .personnel-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .personnel .personnel-item:nth-of-type(2n), .personnel .personnel-item:nth-of-type(4n) {
    margin-right: 15px;
  }
}
@media screen and (max-width:550px) {
  .personnel .personnel-item {
    max-width: calc(100% / 2 - 12px);
    width: calc(100% / 2 - 12px);
    -ms-flex-preferred-size: calc(100% / 2 - 12px);
    flex-basis: calc(100% / 2 - 12px);
  }
  .personnel .personnel-item:nth-of-type(2n), .personnel .personnel-item:nth-of-type(4n) {
    margin-right: 0!important;
  }
  .personnel .personnel-item:nth-of-type(3n) {
    margin-right: 15px;
  }
}
@media screen and (max-width:420px) {
  .personnel .personnel-item {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
  
  .personnel .personnel-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .personnel .personnel-item:nth-of-type(2n), .personnel .personnel-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.personnel .personnel-item .img {
  position: relative;
  height: 235px;
  min-height: 235px;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  .personnel .personnel-item .img {
    height: 255px;
    min-height: 255px;
  }
}
@media screen and (max-width:420px) {
  .personnel .personnel-item .img {
    height: 300px;
    min-height: 300px;
  }
}
.personnel .personnel-item .img img {
  width: 100%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.personnel .personnel-item .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(8, 26, 63, 0.8);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 3;
  padding: 20px;
}
.personnel .personnel-item .img .overlay>div {
  position: absolute;
  left: 20px;
  bottom: 40px;
}
.personnel .personnel-item .img .overlay h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 5px 0;
}
@media screen and (max-width:1200px) {
  .personnel .personnel-item .img .overlay h4 {
    font-size: 16px;
  }
}
.personnel .personnel-item .img .overlay h5 {
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: 0.3px;
  color: #fff;
  font-weight: 300;
  position: relative;
  margin: 0;
}
@media screen and (max-width:1200px) {
  .personnel .personnel-item .img .overlay h5 {
    font-size: 14px;
  }
}
.personnel .personnel-item .img .overlay h5:after {
  content: '';
  width: 17px;
  height: 2px;
  background-color: #be9d67;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.personnel .personnel-item .overview {
  cursor: pointer;
  height: 235px;
}
@media screen and (max-width:800px) {
  .personnel .personnel-item .overview {
    height: 255px;
  }
}
@media screen and (max-width: 420px) {
  .personnel .personnel-item .overview {
    height: 300px;
  }
}
.personnel .personnel-item .info {
  border: solid 1px #c8c8c8;
  overflow: hidden;
  z-index: 2;
  min-height: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  margin: 20px 0 0 0;
  padding: 50px 25px 20px 35px;
  pointer-events: none;
}
@media screen and (max-width:1200px) {
  .personnel .personnel-item .info {
    padding: 40px 20px 20px 25px;
  }
}
.personnel .personnel-item .info h4 {
  font-weight: normal;
  margin: 0;
}
.personnel .personnel-item .info h5 {
  font-size: 16px;
  color: #505050;
  line-height: 1.63;
  letter-spacing: 0.3px;
  font-weight: 300;
  position: relative;
  margin: 0 0 60px 0;
}
@media screen and (max-width:1200px) {
  .personnel .personnel-item .info h5 {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.personnel .personnel-item .info h5:after {
  content: '';
  width: 21px;
  height: 2px;
  background-color: #be9d67;
  position: absolute;
  bottom: -11px;
  left: 0;
}
.personnel .personnel-item:hover .img .overlay {
  opacity: 1;
}
.personnel .personnel-item.active .img .overlay {
  opacity: 1;
}
.personnel .personnel-item.active .info {
  min-height: 0;
  height: auto;
  opacity: 1;
  pointer-events: all;
}
.personnel .personnel-item.no-photo .img {
  background-color: #152555;
}
.personnel .personnel-item.no-photo .img .overlay {
  opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.personnel .personnel-item.no-photo:hover .img .overlay {
  background-color: transparent;
}
.personnel .personnel-item.no-photo.active .img .overlay {
  background-color: transparent;
}
.personnel .personnel-item.no-photo:hover .img .overlay h5 {
  color: #FFF;
}
.personnel .personnel-item.no-photo.active .img .overlay h5 {
  color: #FFF;
}
.personnel .personnel-item.no-photo:hover .img .overlay h5:after {
  background-color: #FFF;
}
.personnel .personnel-item.no-photo.active .img .overlay h5:after {
  background-color: #FFF;
}
.personnel .personnel-item.no-photo:hover .img .overlay h4 {
  color: #FFF;
}
.personnel .personnel-item.no-photo.active .img .overlay h4 {
  color: #FFF;
}

main .tabs>ul {
  list-style: none;
  padding: 0 30px;
  margin: 0;
  background-color: #152555;
}
main .tabs>ul>li {
  display: inline-block;
  padding: 20px 0 10px 0;
  color: #fff;
  margin-right: 40px;
  cursor: pointer;
  border-bottom: 2px solid #152555;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main .tabs>ul>li.active, main .tabs>ul>li:hover {
  border-bottom: 2px solid #be9d67;
}
main .tabs>ul>li:before {
  display: none;
}
@media screen and (max-width:1200px) {
  main .tabs>ul {
    display: none;
  }
}
main .tabs>ul .has-sub {
  position: relative;
}
main .tabs>ul .has-sub .sub-tabs {
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 3;
  display: none;
  width: 185px;
  margin: 0;
}
main .tabs>ul .has-sub .sub-tabs li {
  width: 100%;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.3px;
  background-color: #152555;
  color: #fff;
  padding: 5px 0 5px 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
main .tabs>ul .has-sub .sub-tabs li:before {
  display: none;
}
main .tabs>ul .has-sub .sub-tabs li:hover {
  background-color: #152555;
}
main .tabs>ul .has-sub:hover .sub-tabs {
  display: block;
}
main .tabs .tab_select {
  display: none;
}
@media screen and (max-width:1200px) {
  main .tabs .tab_select {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
  }
  main .tabs .tab_select i {
    position: absolute;
    top: 25px;
    right: 25px;
    pointer-events: none;
    color: #152555;
  }
  main .tabs .tab_select select {
    width: 100%;
    padding: 17px 20px;
    border: solid 1px #c8c8c8;
    background-color: transparent;
  }
}
main .tabs .news-wrapper {
  margin-top: 20px;
}
main .tabs.stock-information .tab_select {
  display: none;
}
main .tabs.stock-information ul {
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width:1200px) {
  main .tabs.stock-information ul {
    display: block;
  }
}
main .tabs.stock-information ul li {
  font-size: 14px;
  line-height: 1.29;
  color: #152555;
  padding: 3px 10px;
  border-bottom: solid 2px transparent;
  margin-right: 0;
}
@media screen and (max-width:1200px) {
  main .tabs.stock-information ul li {
    padding: 3px 10px;
    margin-right: 5px;
  }
}
main .tabs.stock-information ul li.active, main .tabs.stock-information ul li:hover {
  border-bottom: solid 2px #be9d67;
}
main .tabs.stock-information .highStock {
  max-width: 100% !important;
}
main .tabs.stock-information .highcharts-title {
  display: none;
}
main .tabs.stock-information .hold {
  border: solid 1px #c8c8c8;
  overflow: hidden;
}
main .tabs.stock-information .top {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main .tabs.stock-information .top>div {
  width: calc(100% / 3);
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  font-size: 24px;
  font-weight: 200;
  line-height: 1.12;
  letter-spacing: -0.16px;
  padding: 25px 20px;
  color: #152555;
  border-bottom: solid 1px #c8c8c8;
  border-right: solid 1px #c8c8c8;
}
@media screen and (max-width:1200px) {
  main .tabs.stock-information .top>div {
    width: calc(100% / 2);
    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
    border-right: 0;
    font-size: 24px;
    padding: 10px 20px;
  }
}
main .tabs.stock-information .top>div:nth-of-type(1), main .tabs.stock-information .top>div:nth-of-type(4), main .tabs.stock-information .top>div:nth-of-type(7) {
  border-right: 0;
}
main .tabs.stock-information .top>div:first-of-type {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.16px;
  color: #152555;
  text-align: center;
}
@media screen and (max-width:1200px) {
  main .tabs.stock-information .top>div:first-of-type {
    font-size: 36px;
    font-weight: 200;
    padding: 20px;
  }
}
@media screen and (max-width:450px) {
  main .tabs.stock-information .top>div:first-of-type {
    font-size: 28px;
  }
  main .tabs.stock-information .top>div {
    font-size: 14px;
  }
}
main .tabs.stock-information .top>div span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.26px;
  display: block;
}
main .tabs.stock-information .chart {
  padding-top: 20px;
}
.loadMore {
  font-weight: 500;
  color: #152555;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-top: 30px;
  display: block;
}
.loadMore:hover {
  color: #be9d67;
}
.accordion {
  text-align: left;
  padding: 0;
  position: relative;
  border: solid 1px #c8c8c8;
  margin: 12px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.accordion:first-of-type {margin-top: 40px;}
.container .left > .accordion:first-child {margin-top: 0;}
.accordion:last-of-type { margin-bottom: 40px;}
.accordion:last-child {margin-bottom: 0;}
.accordion + p,
.accordion + ul {
  margin-top: 40px;
}
p + .accordion,
ul + .accordion {
  margin-top: 40px;
}

.accordion:after {
  content: '+';
  position: absolute;
  top: 20px;
  right: 40px;
  display: block;
  font-weight: 500;
  color: #152555;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: #152555;
  position: static;
  height: auto;
  width: 100%;
  padding: 25px 70px 20px 25px;
  cursor: pointer;
  margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width:1200px) {
  .accordion h5 {
    font-size: 14px;
  }
}
.accordion p { margin: 15px 0; }
/* .accordion + p {margin-top: 24px;} */

.accordion>div {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  -webkit-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
  -webkit-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.accordion:hover::after {
  color: #be9d67;
}
.accordion:hover > h5,
.accordion.active > h5 {
  color: #FFF;
  background-color: #152555;
}
.accordion:hover::after,
.accordion.active::after {
  color: #FFF;
}

.accordion.active {
  padding-bottom: 15px;
  max-height: 5000px;
}
.accordion.active>div {
  max-height: 5000px;
  padding-top: 50px;
  opacity: 1;
  padding: 10px 20px 20px 25px;
  margin-right: 10px;
}
@media screen and (max-width:1200px) {
  .accordion.active>div {
    padding: 10px 20px 20px 20px;
  }
}
.accordion.active:after {
  content: '\2013';
}
main a, .left a {
  word-wrap: break-word;
}
main ul, .left ul {
  list-style: none;
  margin: 20px 0;
}
main ul li, .left ul li {
  padding-left: 35px;
  position: relative;
}
main ul li:before, .left ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 18px;
  height: 1px;
  background-color: #be9d67;
}
.str-news table {
  border-top: solid 1px #c8c8c8 !important;
}
.str-news table, table.styled {
  border: 0;
  margin: 12px 0;
  width: calc(100% - 2px);
}
.str-news table tr, table.styled tr {
  border-right: solid 1px #c8c8c8;
  border-left: solid 1px #c8c8c8;
}
.str-news table tr th, table.styled tr th {
  padding: 10px 12px;
  color: #fff;
  background-color: #152555;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: left;
}
/* @media screen and (max-width:1200px) {
  .str-news table tr th, table.styled tr th {
    padding: 10px 25px;
  }
} */
.str-news table tr td, table.styled tr td {
  color: #253965;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.26px;
  padding: 12px 12px 10px 12px;
  position: relative;
  border-bottom: solid 1px #c8c8c8;
}
/* @media screen and (max-width:1200px) {
  .str-news table tr td, table.styled tr td {
    padding: 8px 15px;
  }
} */
table.expandable tr {
  border-right: 0;
}
@media screen and (max-width:1200px) {
  table.expandable tr {
    border-right: solid 1px #c8c8c8;
  }
}
table.expandable tr td, table.expandable tr th {
  display: none;
}
table.expandable tr td:nth-of-type(1), table.expandable tr td:nth-of-type(2), table.expandable tr td:nth-of-type(3), table.expandable tr td:nth-of-type(4), table.expandable tr th:nth-of-type(1), table.expandable tr th:nth-of-type(2), table.expandable tr th:nth-of-type(3), table.expandable tr th:nth-of-type(4) {
  display: table-cell;
}
@media screen and (max-width:1200px) {
  table.expandable tr td, table.expandable tr th {
    display: table-cell !important;
  }
}
table.expandable tr th:last-of-type {
  display: table-cell;
  width: 36px;
  max-width: 36px;
  padding: 0;
}
@media screen and (max-width:1200px) {
  table.expandable tr th:last-of-type {
    display: none !important;
  }
}
table.expandable .expand-table {
  background-color: #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border: 0 !important;
  padding: 0;
  width: 36px;
  max-width: 36px;
  display: table-cell !important;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width:1200px) {
  table.expandable .expand-table {
    display: none !important;
  }
}
table.expandable .expand-table a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
table.expandable .expand-table a span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  width: 36px;
  max-width: 36px;
}
table.expandable .expand-table:hover a {
  opacity: 1;
}
.featherlight-inner table {
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
}
.featherlight-inner table tr {
  border-left: 0;
}
.featherlight-inner table tr td, .featherlight-inner table tr th {
  display: table-cell !important;
}
.featherlight-inner table tr th:last-of-type {
  display: none !important;
}
.featherlight-inner table .expand-table {
  display: none !important;
}
.featherlight-inner p {
  margin: 10px 25px;
}
.str-news table tr td {
  padding: 5px 20px;
}
div.overflow {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 25px;
}
.instruction {
  display: none;
  font-size: 14px;
}
.instruction.show {
  display: block;
}
.featherlight .featherlight-content {
  padding: 0;
  border-bottom: 0;
}
.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #c8c8c8;
  margin-bottom: 12px;
}
@media screen and (max-width:450px) {
  .event {
    display: block;
  }
}
.event .date {
  width: 205px;
  min-width: 205px;
  max-width: 205px;
  padding: 65px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #c8c8c8;
  font-size: 42px;
  font-weight: 200;
  line-height: 1.12;
  letter-spacing: -0.16px;
  color: #152555;
}
@media screen and (max-width:1200px) {
  .event .date {
    font-size: 36px;
  }
}
@media screen and (max-width:450px) {
  .event .date {
    border-right: 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #c8c8c8;
    padding: 30px 0;
  }
}
.event .info {
  padding: 40px 40px 40px 35px;
}
@media screen and (max-width:450px) {
  .event .info {
    padding: 20px;
  }
}
.event .info h5 {
  margin: 0 0 10px 0;
}
.event .info p {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.26px;
  margin: 0;
}
.event .info p span {
  display: block;
}
.str-contact-details .sidebar {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.str-contact-details .left p {
  color: #152555;
}
.str-contact-details .left>div {
  display: inline-block;
  width: calc(100% / 2 - 20px);
  vertical-align: top;
  border-top: solid 1px #c8c8c8;
  /*margin-top: 10px;*/
}
.str-contact-details .left>div:nth-child(odd) {
  margin-right: 32px;
}
@media screen and (max-width:560px) {
  .str-contact-details .left>div {
    width: 100%;
  }
  .str-contact-details .left>div:nth-child(odd) {
    margin-right: 0;
  }
}
.str-contact-details .left>div.map {
  border-top: 0;
}
.str-contact-details .left>div h5 {
  margin: 10px 0 5px 0;
}
.str-contact-details .sidenav {
  display: block !important;
}
@media screen and (max-width:800px) {
  .str-contact-details .sidenav .sidenav-inner h3 {
    padding: 0 30px 15px 30px;
  }
}
@media screen and (max-width:450px) {
  .str-contact-details .sidenav .sidenav-inner h3 {
    padding: 0 20px 15px 20px;
  }
}
.str-contact-details .sidenav .sidenav-inner p {
  color: #fff;
}
.str-contact-details .sidenav .sidenav-inner .form {
  padding: 0 55px 65px 55px;
}
@media screen and (max-width:800px) {
  .str-contact-details .sidenav .sidenav-inner .form {
    padding: 0 30px 45px 30px;
  }
}
@media screen and (max-width:450px) {
  .str-contact-details .sidenav .sidenav-inner .form {
    padding: 0 20px 45px 20px;
  }
}
.str-contact-details .sidenav .sidenav-inner .form select, 
.str-contact-details .sidenav .sidenav-inner .form input, 
.str-contact-details .sidenav .sidenav-inner .form textarea {
  background-color: transparent;
  border: 0;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.3px;
  color: #152555;
  width: 100%;
}
.str-contact-details .sidenav .sidenav-inner .form .request-info input::placeholder,
.str-contact-details .sidenav .sidenav-inner .form .request-info textarea::placeholder {
  color: #152555;
  opacity: 1;
}
.str-contact-details .sidenav .sidenav-inner .form .request-info input,
.str-contact-details .sidenav .sidenav-inner .form .request-info textarea,
.str-contact-details .sidenav .sidenav-inner .form .request-info select {
  color: #152555;
}
.str-contact-details .sidenav .sidenav-inner .form .request-info input:-ms-input-placeholder,
.str-contact-details .sidenav .sidenav-inner .form .request-info textarea:-ms-input-placeholder {
  color: #152555;
}
.str-contact-details .sidenav .sidenav-inner .form .request-info input::-ms-input-placeholder,
.str-contact-details .sidenav .sidenav-inner .form .request-info textarea::-ms-input-placeholder {
  color: #152555;
}


#error-message-box { display: none; background: #ee4036; color:#FFF; padding: 12px; position: relative; top:0; left:0; width: 100%; margin-bottom: 24px;}
body.ri-error #error-message-box { display: block; }
body.ri-error #error-message-box .fa { font-size: 16px; margin: 0 35px 0 0; float: left; }

.request-info select { 
  background:#ffffff url(../img/selectarrow3.png) no-repeat right center ; 
}
.request-info input[type=checkbox] + label {
  background-size: 20px;
  background-image: url(../img/unchecked1.png);
  padding: 0px 0 5px 35px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.request-info input[type=checkbox] + label::before {
  content: url(../img/checked3.png); /* preload */
  width: 1px; height: 1px; opacity: 0; position: absolute;
}
.request-info input[type=checkbox]:checked + label{ 
  background-image:url(../img/checked3.png); 
}
.request-info input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
}
.cat-contact.str-contact-details .sidenav  .sidenav-inner .form .error input[type="text"] {
  border-color: #ee4036;
}
.str-contact-details .sidenav  .sidenav-inner  .form p {
  color: #152555;
}

.cat-contact.str-contact-details .sidenav .sidenav-inner .form select[type="text"], 
.cat-contact.str-contact-details .sidenav .sidenav-inner .form input[type="text"], 
.cat-contact.str-contact-details .sidenav .sidenav-inner .form textarea[type="text"] {
  border: 1px solid #c8c8c8;
  padding: 5px 10px;
  margin-top: 8px;
}
.cat-contact.str-contact-details .sidenav .sidenav-inner .form select::-webkit-input-placeholder, 
.cat-contact.str-contact-details .sidenav .sidenav-inner .form input::-webkit-input-placeholder, 
.cat-contact.str-contact-details .sidenav .sidenav-inner .form textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.3px;
  color: #152555;
}
.cat-contact.str-contact-details .sidenav .sidenav-inner .form select:-ms-input-placeholder, 
.cat-contact.str-contact-details .sidenav .sidenav-inner .form input:-ms-input-placeholder, 
.cat-contact.str-contact-details .sidenav .sidenav-inner .form textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.3px;
  color: #152555;
}
.cat-contact.str-contact-details .sidenav .sidenav-inner .form select::-ms-input-placeholder, 
.cat-contact.str-contact-details .sidenav .sidenav-inner .form input::-ms-input-placeholder, 
.cat-contact.str-contact-details .sidenav .sidenav-inner .form textarea::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.3px;
  color: #152555;
}
.cat-contact.str-contact-details .sidenav .sidenav-inner .form select::placeholder, 
.cat-contact.str-contact-details .sidenav .sidenav-inner .form input::placeholder, 
.cat-contact.str-contact-details .sidenav .sidenav-inner .form textarea::placeholder {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.3px;
  color: #152555;
}
.cat-contact.str-contact-details .sidenav .sidenav-inner .form select {
  margin-bottom: 20px;
  padding: 10px 9px;
}
.cat-contact.str-contact-details .sidenav .sidenav-inner .form textarea {
  margin-top: 20px;
  padding: 10px 9px;
}
.cat-contact.str-contact-details .sidenav .sidenav-inner .form select, 
.cat-contact.str-contact-details .sidenav .sidenav-inner .form textarea {
  border: 1px solid #c8c8c8;
}
.cat-contact.str-contact-details .sidenav .sidenav-inner .form .btn {border:0;}
.cat-contact.str-contact-details .sidenav .sidenav-inner .form h3 { font-size: 32px; }
.video {
  position: relative;
}
.video a {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.video a img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.video a:after {
  content: '\f04b';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  text-align: center;
  line-height: 67px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 67px;
  height: 67px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  pointer-events: none;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.video a:hover {
  opacity: 1;
}
.video a:hover img {
  opacity: 1;
}
.video a:hover:after {
  border-color: #be9d67;
}
.box {
  display: block;
  border: solid 1px #c8c8c8;
  padding: 65px 10px;
  width: 100%;
  margin: 25px 0 45px 0;
}
.box p {
  font-weight: 500;
  text-align: center;
  color: #152555;
  margin: 0;
}
.str-careers h2 {
  margin-bottom: 15px;
}
.str-careers .form {
  border: solid 1px #c8c8c8;
  padding: 65px 30px;
}
.str-careers .form h4 {
  margin: 0 0 20px 0;
}
.str-careers .form .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width:800px) {
  .str-careers .form .flex {
    display: block;
  }
}
.str-careers .form fieldset {
  border: 0;
  display: inline-block;
  width: 48%;
  padding: 0;
  margin: 10px 0;
}
@media screen and (max-width:800px) {
  .str-careers .form fieldset {
    width: 100%;
    display: block;
  }
}
.str-careers .form fieldset label {
  color: #152555;
  margin-bottom: 8px;
  white-space: nowrap;
}
.str-careers .form fieldset input {
  display: inline-block;
  width: 100%;
  border: solid 1px #c8c8c8;
  height: 43px;
}
.str-careers .form fieldset input[type="file"] {
  padding: 40px 20px;
  height: auto;
  margin-top: 10px;
}
.str-careers .form fieldset .tab_select {
  width: 100%;
  position: relative;
  height: 43px;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  .str-careers .form fieldset .tab_select {
    width: 100%;
  }
}
.str-careers .form fieldset .tab_select i {
  position: absolute;
  right: 15px;
  top: 13px;
}
.str-careers .form fieldset .tab_select select {
  height: 43px;
  width: 100%;
}
@media screen and (max-width:800px) {
  .str-careers .form fieldset .tab_select select {
    width: 100%;
  }
}
.cat-about.str-overview main h3 {
  margin-bottom: 25px;
}
/* .cat-search form {
  margin-bottom: 20px;
} */
.left {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.right {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@media screen and (max-width:1200px) {
  .right, .left {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}
.gallery-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  .gallery-slider {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gallery-slider h3 {
  margin-top: 0 !important;
  margin-bottom: 71px;
}
@media screen and (max-width:1200px) {
  .gallery-slider h3 {
    margin-bottom: 30px;
  }
}
.gallery-slider h3:before {
  display: none;
}
.gallery-slider .left {
  background-color: #fff;
  padding: 44px 40px 45px 45px !important;
  border: solid 1px #c8c8c8;
  width: 100%;
  flex-basis: 100%;
  z-index: 2;
}
@media screen and (max-width:1200px) {
  .gallery-slider .left {
    /* width: 60%;
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%; */
    padding-left: 0 !important;
    border: 0;
  }
}
@media screen and (max-width:800px) {
  .gallery-slider .left {
    /* width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; */
    padding: 0 !important;
  }
}
@media screen and (max-width:800px) {
  .gallery-slider .left .gallery-carousel {
    display: none;
  }
}
.gallery-slider .left .owl-item {
  opacity: 0;
}
.gallery-slider .left .owl-item.active {
  opacity: 1;
}
.gallery-slider .left .item {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width:1200px) {
  .gallery-slider .left .item {
    width: 100% !important;
  }
}
.gallery-slider .left .item span {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.26px;
  color: #152555;
  margin-top: 10px;
  display: block;
}
.gallery-slider .left .item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.gallery-slider .left .item a {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 400px;
}
.gallery-slider .left .item a img {
  -o-object-position: top center;
  object-position: top center;
}
.gallery-slider .left .item a:after {
  line-height: 110px;
  font-size: 25px;
  width: 110px;
  height: 110px;
}
.gallery-slider .right {
  padding-right: 50px;
  border-right: solid 1px #c8c8c8;
  background-color: #fff;
  border-bottom: solid 1px #c8c8c8;
  border-top: solid 1px #c8c8c8;
}
@media screen and (max-width:1200px) {
  .gallery-slider .right {
    width: 40%;
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    border-right: 0;
    padding-right: 0;
    border: 0;
  }
}
@media screen and (max-width:800px) {
  .gallery-slider .right {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.gallery-slider .right .inner {
  margin: 150px 0 90px 0;
  overflow-y: scroll;
  padding-left: 40px;
  direction: rtl;
  height: 400px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media screen and (max-width:1200px) {
  .gallery-slider .right .inner {
    margin-top: 110px;
  }
}
@media screen and (max-width:800px) {
  .gallery-slider .right .inner {
    overflow: visible;
    height: auto;
    margin: 0;
    padding-left: 0;
  }
}
.gallery-slider .right .inner::-webkit-scrollbar {
  width: 3px;
}
.gallery-slider .right .inner::-ms-scrollbar {
  width: 3px;
}
.gallery-slider .right .inner::-webkit-scrollbar-track {
  background: #c8c8c8;
}
.gallery-slider .right .inner::-ms-scrollbar-track {
  background: #c8c8c8;
}
.gallery-slider .right .inner::-webkit-scrollbar-thumb {
  background: #152555;
}
.gallery-slider .right .inner::-ms-scrollbar-thumb {
  background: #152555;
}
.gallery-slider .right .inner::-webkit-scrollbar-thumb:hover {
  background: #152555;
}
.gallery-slider .right .inner::-ms-scrollbar-thumb:hover {
  background: #152555;
}
.gallery-slider .right .inner .item {
  position: relative;
  height: 143px;
  direction: ltr;
  margin-bottom: 10px;
  border: solid 1px #c8c8c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery-slider .right .inner .item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width:1200px) {
  .gallery-slider .right .inner .item {
    height: 120px;
  }
}
@media screen and (max-width:800px) {
  .gallery-slider .right .inner .item {
    height: 240px;
  }
}
@media screen and (max-width:450px) {
  .gallery-slider .right .inner .item {
    border: 0;
    margin-bottom: 20px;
    display: block;
    height: auto;
  }
}
.gallery-slider .right .inner .item p {
  margin: 0 0 0 10px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.26px;
  width: calc(100% - 210px);
  padding-right: 15px;
}
@media screen and (max-width:1450px) {
  .gallery-slider .right .inner .item p {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width:1200px) {
  .gallery-slider .right .inner .item p {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width:800px) {
  .gallery-slider .right .inner .item p {
    width: 35%;
  }
}
@media screen and (max-width:450px) {
  .gallery-slider .right .inner .item p {
    margin: 4px 0 0 0;
    width: 100%;
  }
}
.gallery-slider .right .inner .item p span {
  color: #152555;
  display: block;
  margin: 3px 0;
}
@media screen and (max-width:450px) {
  .gallery-slider .right .inner .item p span {
    margin: 0;
  }
}
.gallery-slider .right .inner .item:hover, .gallery-slider .right .inner .item:focus, .gallery-slider .right .inner .item.active {
  border-color: #152555;
}
.gallery-slider .right .inner .item .item-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.gallery-slider .right .inner .item .item-nav:after {
  display: none !important;
}
@media screen and (max-width:800px) {
  .gallery-slider .right .inner .item .item-nav {
    display: none;
  }
}
.gallery-slider .right .inner .item .m-link {
  pointer-events: none;
  height: 143px;
  display: block;
  width: 210px;
}
@media screen and (max-width:1450px) {
  .gallery-slider .right .inner .item .m-link {
    width: 150px;
  }
}
@media screen and (max-width:1200px) {
  .gallery-slider .right .inner .item .m-link {
    height: 120px;
  }
}
@media screen and (max-width:800px) {
  .gallery-slider .right .inner .item .m-link {
    pointer-events: all;
    width: 65%;
    height: 240px;
  }
}
@media screen and (max-width:450px) {
  .gallery-slider .right .inner .item .m-link {
    width: 100%;
    height: 175px;
  }
}
.gallery-slider .right .inner .item .m-link img {
  -o-object-position: top center;
  object-position: top center;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.gallery-slider .right .inner .item .m-link:after {
  display: none !important;
}
@media screen and (max-width:800px) {
  .gallery-slider .right .inner .item .m-link:after {
    display: block !important;
  }
}
#hero {
  background-image: url(../../../../_resources/banners/header_corporate.jpg);
}
body.cat-corporate #hero {
  background-image: url(../../../../_resources/banners/header_corporate.jpg);
}
body.cat-rosebud-project #hero {
  background-image: url(../../../../_resources/banners/header_project.jpg);
}
body.cat-investors #hero {
  background-image: url(../../../../_resources/banners/header_Investors.jpg);
}
body.cat-sustainability #hero {
  background-image: url(../../../../_resources/banners/header_sustainability.jpg);
}
body.cat-news-media #hero {
  background-image: url(../../../../_resources/banners/header_news.jpg);
}
body.cat-contact #hero {
  background-image: url(../../../../_resources/banners/header_contact.jpg);
}

.sidebar {
  position: relative;
}
.sidebar:after {
  position: absolute;
  content: '';
  background-color: #f2f2f2;
  height: 100%;
  right: calc(-100% + 320px);
  width: 100%;
  top: 0;
}
@media screen and (max-width:1200px) {
  .sidebar:after {
    display: none;
  }
}
.sidebar .col4 {
  position: relative;
  z-index: 3;
}
@media screen and (max-width:1200px) {
  .sidenav {
    display: none;
  }
}
.sidenav .sidenav-inner {
  background-color: #fff;
  border: solid 1px #c8c8c8;
  color: #152555;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 35px 0 20px 0;
}
.sidenav .sidenav-inner h4, .sidenav .sidenav-inner h3 {
  padding: 0 50px 20px 48px;
  border-bottom: solid 1px #c8c8c8;
  color: #152555;
}
.sidenav .sidenav-inner h3 {
  margin-top: 0;
}
.sidenav .sidenav-inner h3:before {
  display: none;
}
.sidenav .sidenav-inner h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.sidenav .sidenav-inner a:hover {
  opacity: 1;
}
.sidenav .sidenav-inner .subnav a {
  color: #152555;
  padding: 10px 48px;
  font-weight: 400;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidenav .sidenav-inner .subnav a.has-submenu {
  position: relative;
  display: block;
}
.sidenav .sidenav-inner .subnav a.has-submenu:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: '\f078';
  position: absolute;
  right: 40px;
  top: 15px;
  display: block;
  color: #fff;
  font-size: 12px;
}
.sidenav .sidenav-inner .subnav:hover a {
  background-color: #be9d67;
  color: #fff;
}
.sidenav .sidenav-inner .subnav.selected a {
  background-color: #152555;
  color: #fff;
}
.sidenav .sidenav-inner .subnav.subsub a {
  padding-left: 65px;
}
.sidenav .sidenav-inner.v2 {
  padding: 60px 55px;
  background-image: url(../img/signupBG.jpg);
  background-size: cover;
  background-position: center;
}
.sidenav .sidenav-inner.v2 h4, 
.sidenav .sidenav-inner.v2 h3 {
  padding: 0;
  border-bottom: 0;
  margin: 0 0 45px 0;
  color: #fff;
}
.sidenav .sidenav-inner.v2 .signup-message {
  margin-top: 16px;
  color: #fff;
}
.sidenav .sidenav-inner.v2 form input {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
}
.sidenav .sidenav-inner.v2 form input::-webkit-input-placeholder {
  color: #fff;
}
.sidenav .sidenav-inner.v2 form input:-ms-input-placeholder {
  color: #fff;
}
.sidenav .sidenav-inner.v2 form input::-ms-input-placeholder {
  color: #fff;
}
.sidenav .sidenav-inner.v2 form input::placeholder {
  color: #fff;
}
.sidenav .sidenav-inner.v2 form .btn {
  color: #fff;
  border:0;
}
.sidenav .downloads {
  background-color: #fff;
  padding: 40px 50px 30px 50px;
  border: solid 1px #c8c8c8;
}
.sidenav .downloads.v2 {
  border-top: 2px solid #be9d67;
  margin-top: 15px;
}
.sidenav .downloads h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: #152555;
  border-bottom: solid 1px #c8c8c8;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
}
.sidenav .downloads a {
  display: block;
  line-height: 1.63;
  letter-spacing: 0.3px;
  font-weight: 400;
  color: #152555;
  margin: 15px 0;
  padding-left: 25px;
  position: relative;
}
.sidenav .downloads a:hover {
  color: #be9d67;
}
.sidenav .downloads a:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: '\f1c1';
  color: #be9d67;
  position: absolute;
  top: 1px;
  left: 0;
  font-weight: 300;
}
.cat-investors.str-overview .sidenav .downloads { display: none; }
.ft-news {
  background-color: #f2f2f2;
  padding: 75px 0 86px 0;
  border-top: 2px solid #fff;
}
.ft-news .flex {
  gap: 25px;
}
@media screen and (max-width:800px) {
  .ft-news {
    padding: 75px 0 70px 0;
  }
}
.ft-news h3 {
  margin-bottom: 41px;
  text-transform: capitalize;
  font-weight: 700;
}
@media screen and (max-width:800px) {
  .ft-news h3 {
    margin-bottom: 15px;
  }
  .ft-news .news-hold {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ft-news .news-hold .news-item {
  width: calc(100% / 4 - 15px);
  -ms-flex-preferred-size: calc(100% / 4 - 15px);
  flex-basis: calc(100% / 4 - 15px);
  max-width: calc(100% / 4 - 15px);
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 0;
  border-top: 2px solid #be9d67;
  -webkit-box-shadow: 0px 28px 35px -18px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 28px 35px -18px rgba(0, 0, 0, 0.3);
  position: relative;
  bottom: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ft-news .news-hold .news-item:hover {
  position: relative;
  bottom: 10px;
  -webkit-box-shadow: 0px 55px 45px -30px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #be9d67;
  box-shadow: 0px 55px 45px -30px rgba(0, 0, 0, 0.18);
}
.ft-news .news-hold .news-item:hover a {
  opacity: 1;
}
.ft-news .news-hold .news-item .news-title {
  padding: 45px 40px;
  min-height: 250px;
}

@media screen and (max-width:1450px) {
  .ft-news .news-hold .news-item {
    padding-bottom: 50px;
  }
}
@media screen and (max-width:1200px) {
  .ft-news .news-hold .news-item {
    width: calc(100% / 3 - 15px);
    -ms-flex-preferred-size: calc(100% / 3 - 15px);
    flex-basis: calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
  }
  .ft-news .news-hold .news-item:last-of-type {
    display: none;
  }
}
@media screen and (max-width:800px) {
  .ft-news .news-hold .news-item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width:450px) {
  .ft-news .news-hold .news-item {
    padding-bottom: 50px;
  }
}

@media screen and (max-width:1200px) {
  .ft-news .news-hold .news-item .news-title {
    padding: 40px 35px;
    min-height: 200px;
  }
}
@media screen and (max-width:800px) {
  .ft-news .news-hold .news-item .news-title {
    padding: 25px 20px;
    font-size: 16px;
  }
}

.ft-news .news-item:hover .news-date {
  background-color: #be9d67;
  color: #fff;
}
.ft-news .news-item:hover .news-pdf a i::before {
  color: #fff;
}

.ft-news .news-hold .news-item .news-date {
  padding: 25px 45px;
  height: 70px;
  transition: all 0.25s ease-in-out;
}
.ft-news .news-hold .news-item .news-pdf {
    padding: 25px 45px;
    height: 70px;
}

@media screen and (max-width:800px) {
  .ft-news .news-hold .news-item .news-date {
    padding: 13px 30px;
    height: 50px;
  }
  .ft-news .news-hold .news-item .news-pdf {
        padding: 15px 30px;
        height: 50px;
  }
} 


.ft-news .news-hold .news-item:nth-of-type(2) {
  -webkit-animation-delay: calc(400ms);
  animation-delay: calc(400ms);
}
.ft-news .news-hold .news-item:nth-of-type(3) {
  -webkit-animation-delay: calc(300ms * 2);
  animation-delay: calc(300ms * 2);
}
.ft-news .news-hold .news-item:nth-of-type(4) {
  -webkit-animation-delay: calc(200ms * 3);
  animation-delay: calc(200ms * 3);
}
@media screen and (max-width:1200px) {
  .ft-news .news-hold .news-item:nth-of-type(2) {
    -webkit-animation-delay: calc(150ms);
    animation-delay: calc(150ms);
  }
  .ft-news .news-hold .news-item:nth-of-type(3) {
    -webkit-animation-delay: calc(150ms * 2);
    animation-delay: calc(150ms * 2);
  }
  .ft-news .news-hold .news-item:nth-of-type(4) {
    -webkit-animation-delay: calc(150ms * 3);
    animation-delay: calc(150ms * 3);
  }
}
.signup-hold {
  background-image: url(../../../../_resources/banners/home-signup.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 65px 0 95px 0;
}
.signup-hold h4 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 55px;
}
@media screen and (max-width:1200px) {
  .signup-hold h4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:800px) {
  .signup-hold h4 {
    text-align: left;
  }
}
.signup-hold .recaptcha>div {
  margin: 0 auto;
}
.signup-hold .input {
  display: inline-block;
  width: 320px;
  position: relative;
}
@media screen and (max-width:800px) {
  .signup-hold .input {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.signup-hold .input:first-of-type {
  margin-right: 10px;
}
.signup-hold .input input {
  padding: 10px 15px;
  margin-bottom: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  width: 100%;
}
.signup-hold .input input::-webkit-input-placeholder {
  color: #fff;
}
.signup-hold .input input:-ms-input-placeholder {
  color: #fff;
}
.signup-hold .input input::-ms-input-placeholder {
  color: #fff;
}
.signup-hold .input input::placeholder {
  color: #fff;
}
.signup-hold .btn {
  display: block;
  min-width: 200px;
  text-transform: uppercase;
  margin: 50px auto 0 auto;
  border: 0;
}
.signup-hold .btn:hover {
  background-color: #fff;
  color: #152555;
}

@media screen and (max-width:800px) {
  .signup-hold .btn {
    margin: 40px 0;
  }
}
.signup-hold .signup-message {
  color: #fff;
}
/* footer {
  background-color: #152555;
  padding: 55px 0;
}
@media screen and (max-width:1200px) {
  footer {
    padding: 45px 0 75px 0;
  }
}
footer .ft-top {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding-bottom: 50px;
}
@media screen and (max-width:1200px) {
  footer .ft-top {
    border-bottom: 0;
  }
}
footer a:hover {
  opacity: 0.6;
}
footer .social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .social li {
  margin-right: 14px;
}
@media screen and (max-width:1200px) {
  footer .social li {
    margin-right: 10px;
  }
}
footer .social li:last-of-type {
  margin-right: 0;
}
footer .social li a {
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width:1200px) {
  footer .social li a {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width:450px) {
  footer .social li a {
    width: 48px;
    height: 48px;
  }
}
footer .social li a i {
  font-size: 14px;
}
footer .social li a:hover {
  border-color: #be9d67;
  background-color: #be9d67;
  opacity: 1;
}
footer .social li a img {
  height: 16px;
  width: auto;
}
footer nav {
  padding-top: 40px;
}
@media screen and (max-width:1200px) {
  footer nav {
    display: none;
  }
}
footer nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer nav ul li {
  width: calc(100% / 7);
  max-width: calc(100% / 7);
  -ms-flex-preferred-size: calc(100% / 7);
  flex-basis: calc(100% / 7);
  min-width: calc(100% / 7);
  white-space: nowrap;
}
footer nav ul li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.31px;
  font-weight: 300;
}
footer nav ul li.top-level>a {
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
footer nav ul li .sub_nav {
  display: block;
}
footer nav ul li .sub_nav li {
  display: block;
}
footer nav ul li .sub_nav li a {
  line-height: 1.71;
}
footer nav ul li .sub_nav .subsub_nav {
  display: none;
}
footer .btm-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.31px;
  color: #fff;
  margin-top: 70px;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  footer { height: unset; }
  footer nav { display: none; }
  footer .ft-top { justify-content: center; }
  footer .social { flex-basis: 0; }
}
@media screen and (max-width: 600px) {
  footer .btm-links { flex-direction: column; align-items: center; }
}
@media screen and (max-width: 400px) {
  footer .btm-links { display: block; text-align:center; }
  footer .social li a { width: 56px; height: 56px; }
}
@media screen and (max-width:1200px) {
  footer .btm-links {
    margin-top: 15px;
  }
}
@media screen and (max-width:800px) {
  footer .btm-links {
    display: block;
    text-align: center;
  }
}
footer .btm-links a {
  color: #fff;
  border-right: 1px solid #fff;
  font-weight: 300;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.31px;
}
@media screen and (max-width:800px) {
  footer .btm-links a {
    padding-right: 5px;
    margin-right: 5px;
  }
}
footer .btm-links .blender a {
  font-weight: 800;
  border-right: 0;
  padding-right: 0;
  margin: 0;
} */
body.inner .news {
  border-top: 2px solid #fff;
}

.grecaptcha-badge { display: none !important;}
.grecaptcha-badge.show { display: block !important; visibility: visible !important;}


/* MODAL - GENERAL */
.popup-container { position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.95); width: 100%; height: 100%; z-index: 1000; color: #FFF; display: none; }
.popup-container .content { max-width: 770px; padding: 0px 15px 0px 15px; margin: 300px auto 0px auto; }
.popup-container .close { position: absolute; right: 40px; top: 40px; width: 30px; height: 30px; cursor: pointer; font-size: 30px; line-height: 30px; }
.popup-container form.signup .textbox { float: none !important; width: 100% !important; }
.popup-container form.signup .textbox input { padding: 0px !important; }
.popup-container .error-tooltip { top: -50px !important; }
.popup-container input { width: 100%; }

/* SEARCH MODAL */
#search-popup .searchsubmit { position: absolute; height: 0px; width: 0px; border: none; padding: 0px; visibility: hidden; }
#search-popup .s { background-color: transparent; border: 0px; font-size: 50px; color: #ffffff; }
#search-popup .s:focus { outline: 0; }
#search-popup .s::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }
#search-popup .s:-moz-placeholder { color: rgba(255, 255, 255, 0.5); }
#search-popup .s::-moz-placeholder { color: rgba(255, 255, 255, 0.5); }
#search-popup .s:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); }
#search-popup fieldset { padding: 0px; border: 0px; }


footer { background-color: #152555; padding: 66px 0 29px 0; height: 316px; }
footer .ft-top { /*border-bottom: solid 1px rgba(255, 255, 255, 0.5); padding-bottom: 50px; */display: flex; }
footer a:hover { opacity: 0.6; }
footer .social { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-flex-basis: 50%; flex-basis: 50%; padding: 0; }
footer .social li { margin-right: 14px; }
footer .social li:last-of-type { margin-right: 0; }
footer .social li a { width: 66px; height: 66px; border: 1px solid #be9d67; border-radius: 100%; display: block; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #FFF; }
footer .social li a i { font-size: 14px; }
footer .social li a:hover { background-color: #be9d67; color: #fff; opacity: 1; }
footer .social li a img { height: 16px; width: auto; }
footer nav { -webkit-flex-basis: 50%; flex-basis: 50%; }
footer nav ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
footer nav ul li { white-space: nowrap; -webkit-flex-basis: 50%; flex-basis: 50%; }
footer nav ul li a { color: #FFF; font-size: 14px; letter-spacing: 0.31px; font-weight: 300; }
footer nav ul li a:hover { opacity: 0.5; }
footer nav ul li.top-level>a { font-weight: 500; display: inline-block; margin-bottom: 20px; }
footer nav ul li .sub_nav { display: block; padding: 0; }
footer nav ul li .sub_nav li { display: block; }
footer nav ul li .sub_nav li a { line-height: 1.71; }
footer nav ul li .sub_nav .subsub_nav { display: none; }
@media screen and (max-width: 1200px) {
  footer { height: unset; }
  footer nav { display: none; }
  footer .ft-top { justify-content: center; }
  footer .social { flex-basis: 0; }
}
@media screen and (max-width: 600px) {
  footer .btm-links { flex-direction: column; align-items: center; }
}
@media screen and (max-width: 400px) {
  footer .btm-links { display: block; text-align:center; }
  footer .social li a { width: 56px; height: 56px; }
}
footer .btm-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 14px; line-height: 1.71; letter-spacing: 0.31px; color: #FFF; margin-top: 70px; font-weight: 300; }
footer .btm-links .copyright a { color: #FFF; border-left: 1px solid #fff; font-weight: 300; padding-left: 15px; margin-left: 15px; font-size: 14px; line-height: 1.71; letter-spacing: 0.31px; }
footer .btm-links .blender a { color: #FFF; font-weight: 800; border-right: 0; padding-right: 0; margin: 0; }
footer .btm-links .blender a:hover, footer .btm-links .copyright a:hover { opacity: 0.5; }

path.highcharts-graph { stroke: #be9d67; }
.highcharts-navigator-mask-inside { fill: #be9d67; }

.grecaptcha-badge { display: none !important;}
.grecaptcha-badge.show { display: block !important; visibility: visible !important;}


/* Consent Popup */
#consent-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}

#consent-modal.show {
  opacity: 1;
  pointer-events: all;
  overflow-y: hidden;
}

#consent-modal::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  background-color: #000000;
  opacity: 0.5;
}

#consent-modal > div {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #011e36;
  box-sizing: border-box;
  position: relative;
  z-index: 100001;
  width: 100%;
  max-width: 700px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 80px 40px 30px;
}

#consent-modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  display: block;
}

#consent-modal .close span {
  text-decoration: underline;
}

#consent-modal .close::after {
  content: "\f00d";
  margin-left: 6px;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
}

#consent-modal .content {
  display: flex;
  align-items: flex-start;
}

#consent-modal .content > div *:first-child {
  margin-top: 0px;
}

#consent-modal input[type=checkbox] {
  -webkit-appearance: checkbox;
  margin: 10px 20px 0px 0px;
  min-width: 20px;
}

@media screen and (max-width: 767px) {
  #consent-modal > div {
    padding: 40px 40px 40px 20px;
  }
}

/*BIOS no Photos*/
.personnel .personnel-item.no-photo {
  min-height: 90px; /* original is 235px */
}

.personnel .personnel-item.no-photo .overview,
.personnel .personnel-item.no-photo .img {
  height: 90px;      /* original is 235px */
  min-height: 90px;  /* original is 235px */
}

/* Optional: tighten overlay spacing a bit for the smaller card */
.personnel .personnel-item.no-photo .img .overlay {
  padding: 16px; /* original is 20px */
  background-color: #fff;
  border: solid 1px #c8c8c8;
}

.personnel .personnel-item.no-photo .img .overlay > div {
  left: 16px;    /* original is 20px */
  bottom: 26px;  /* original is 40px */
}

/* Optional: slightly smaller name/title */
.personnel .personnel-item.no-photo .img .overlay h4 {
  font-size: 18px; /* original is 16px */
  color: #152555;
  font-weight: 700;
}
.personnel .personnel-item.no-photo .img .overlay h5 {
  font-size: 12px; /* original is 16px */
  color: #152555;
}


body.str-financial-reports .container .left .tabs>ul { 
  margin: 0;
}


.grecaptcha-badge {
  display: none !important;
}

.grecaptcha-badge.show {
  display: block !important;
  visibility: visible !important;
}

/* Consent Popup */
#consent-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}

#consent-modal.show {
  opacity: 1;
  pointer-events: all;
  overflow-y: hidden;
}

#consent-modal::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  background-color: #000000;
  opacity: 0.5;
}

#consent-modal>div {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #011e36;
  box-sizing: border-box;
  position: relative;
  z-index: 100001;
  width: 100%;
  max-width: 700px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 80px 40px 30px;
}

#consent-modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  display: block;
}

#consent-modal .btn {
  border: none;
}

#consent-modal .close span {
  text-decoration: underline;
}

#consent-modal .close::after {
  content: "\f00d";
  margin-left: 6px;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
}

#consent-modal .content {
  display: flex;
  align-items: flex-start;
}

#consent-modal .content>div *:first-child {
  margin-top: 0px;
}

#consent-modal input[type=checkbox] {
  -webkit-appearance: checkbox;
  margin: 10px 20px 0px 0px;
  min-width: 20px;
}

@media screen and (max-width: 767px) {
  #consent-modal>div {
    padding: 40px 40px 40px 20px;
  }
}


.sidebar .left {position: relative; z-index: 3; max-width: 100%; }
.sidebar .background {background-color: #fff;}
.sidebar .left table.styled {margin: 0;}

.news-item .news-pdf { font-weight: 700;  display: block;  padding: 10px 25px; position: absolute; right:0; bottom:0; height: 40px;}
.news-item .news-pdf a i::before {font-size: 20px; color:#be9d67; opacity: 1;}

header.scrolled.no-shadow { box-shadow: none; }

.str-rosebud-project main p:last-child {margin-bottom: 0;}
.str-rosebud-project main .sidebar {flex-wrap: wrap;}
.str-rosebud-project main .sidenav {display: block;}
.str-rosebud-project main .sidenav .reports {margin-top: 24px; margin-bottom: -200px;}
.str-rosebud-project main .container {padding-top: 0; padding-bottom: 48px;}
.str-rosebud-project main .container:first-of-type {padding-top: 96px;}
.str-rosebud-project main .container:last-of-type {padding-bottom: 100px;}

#subsubnav-position{min-height:48px;}
#subsubnav-position #scroll-subsubnav{background-color:#f2f2f2;width:100%;}
#subsubnav-position #scroll-subsubnav .container_i{display:flex;justify-content:flex-start;align-items:center;min-height:48px;}
#subsubnav-position #scroll-subsubnav .subsubnav a{color:#253965;opacity:1;transition:all 0.25s ease-in-out;padding:16px 0px;position:relative;}
#subsubnav-position #scroll-subsubnav .subsubnav:not(:last-of-type){margin-right: 32px;}
#subsubnav-position #scroll-subsubnav.sticky{position:fixed;left:0px;z-index:4;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;z-index:19;}
#subsubnav-position #scroll-subsubnav .subsubnav a::after {
    content: '';
    height: 3px;
    background-color: #be9d67;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.25s ease-in-out;
}
#subsubnav-position #scroll-subsubnav .subsubnav a.active::after,
#subsubnav-position #scroll-subsubnav .subsubnav a:hover::after {
  width: 100%;
}

.str-rosebud-project main .sidenav .highlights img {display: block;}
.str-rosebud-project main .col-full {margin-top: 24px;}
.str-rosebud-project main div.overflow {margin-bottom: 0;}

@media screen and (max-width:1200px){
  #subsubnav-position{display:none;}
  .str-rosebud-project main .sidenav .highlights {margin-top: 24px; max-width: 540px;}
  .str-rosebud-project main .sidenav .reports {margin-bottom: 0;}
  .str-rosebud-project main .container:first-of-type {padding-top: 48px;}
  .str-rosebud-project main .container:last-of-type {padding-bottom: 48px;}
}

body main .mt-0 {margin-top: 0;}
main ul.grid { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; }
main ul.grid li::before {content: none;}
main ul.grid li {padding: 0; margin-bottom: 40px;}
main ul.grid li h6 {margin: 0 0 10px;}
main ul.grid li p:first-child {margin-top: 0; }
main ul.grid li p:last-child {margin-bottom: 0; }
@media screen and (max-width: 540px){
  main ul.grid {grid-template-columns: 1fr;}
}



