/*! project-name v0.0.1 | (c) 2020 YOUR NAME | MIT License | http://link-to-your-git-repo.com */
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap");
.bgBlack {
  background: #000000;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
[data-split-text] {
  opacity: 0;
}
[data-scroll-bgcolor] {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0061d6;
  opacity: 0;
  will-change: opacity;
}
[data-scroll-bgcolor] + .container {
  position: relative;
  z-index: 1;
}
header {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  will-change: opacity, transform;
}
header.animate__fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.banner__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__images .banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-edit {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 80px;
}
.footer-edit.-pb{
padding-bottom: 0;
}
.footer-registerNo > div{
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 24px;
}
.footer-registerNo.-contact>div{
  padding-top: 56px;
  padding-bottom: 0;
}
.footer-registerNoDesc{
  font-size: 11px !important;
  line-height: 13px !important;
  color: #000000;
  text-transform: uppercase;
  opacity: 1 !important;
  font-family: "Baskerville-Regular";
}


@media only screen and (max-width: 767px) {
  .banner__images .banner__image:nth-child(2) {
    background-size: contain;
    background-position: center bottom;
  }
  .footer-registerNoDesc{
    font-size: 13px !important;
  }
  .footer-registerNo.-contact>div{
    padding-top: 48px;
  }
}
html[data-banner="break-the-glass-ceiling"] .banner__image[data-image="do-less-be-more"] {
  display: none;
}
html[data-banner="do-less-be-more"] .banner__image[data-image="break-the-glass-ceiling"] {
  display: none;
}
section.news-wrap .container .inner-wrap .block .col .box {
  position: relative;
  transition: none;
}
section.news-wrap .container .inner-wrap .block .col .box:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.2);
  transform: scale(0);
  transform-origin: left center;
  will-change: transform;
  transition: transform 1.5s ease-out;
}
section.news-wrap[data-is-animated] .container .inner-wrap .block .col .box:after {
  transform: scale(1);
}
[data-bullet-points] [data-bullet-point] {
  position: relative;
  transition: none;
}
[data-bullet-points] [data-bullet-point]:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(0);
  transform-origin: left center;
  will-change: transform;
  transition: transform 1.5s ease-out;
}
[data-state="about"] [data-bullet-points] [data-bullet-point]:after,
[data-state="services"] [data-bullet-points] [data-bullet-point]:after {
  background-color: rgba(112, 112, 112, 0.2);
}
[data-is-animated] [data-bullet-points] [data-bullet-point]:after {
  transform: scale(1);
}
.animate__scroll-down {
  will-change: transform;
  animation-name: scrollDown;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@keyframes scrollDown {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
[data-stagger-wrapper],
[data-stagger] {
  display: block;
}
[data-stagger-wrapper] {
  overflow-y: hidden;
}
[data-stagger] {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: none;
  will-change: opacity, transform;
}
.link__arrow {
  position: relative;
  bottom: 2px;
  width: 22px;
  height: 10px;
  margin-left: 16px;
  display: inline-block;
  cursor: pointer;
}
.link__arrow:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 7px;
  height: 10px;
  background-image: url("../images/icons/smallarrow_white.svg");
  background-size: auto 10px;
  background-repeat: no-repeat;
}
.link__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 100%;
  height: 2px;
  background-color: white;
  transform: scaleY(0.75);
}
.link__big-arrow {
  display: none;
}
@media only screen and (min-width: 1199px) and (min-device-width: 1199px) {
  .link__big-arrow {
    position: relative;
    left: 4px;
    bottom: 20px;
    width: 64px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
  }
  .link__big-arrow:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 21px;
    height: 30px;
    background-image: url("../images/icons/smallarrow_white.svg");
    background-size: auto 30px;
    background-repeat: no-repeat;
  }
  .link__big-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 100%;
    height: 6px;
    background-color: white;
    transform: scaleY(0.75);
  }
  .link__big-arrow + img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .link-wrap {
    cursor: pointer;
    display: inline-block;
  }
  .link-wrap.mouseover .link__arrow:before {
    animation-name: arrowAnimation;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  .link-wrap.mouseover .link__arrow:after {
    animation-name: lineAnimation;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  .link-wrap.mouseover .link__big-arrow:before {
    animation-name: bigArrowAnimation;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  .link-wrap.mouseover .link__big-arrow.link__big-arrow:before {
    animation-name: bigArrowAnimation;
  }
  .link-wrap.mouseover .link__big-arrow:after {
    animation-name: lineAnimation;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
}
@keyframes arrowAnimation {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  15% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  41% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bigArrowAnimation {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  15% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
  }
  41% {
    opacity: 0;
    transform: translate3d(-25px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lineAnimation {
  0% {
    transform: translate3d(0, 0, 0) scaleX(1) scaleY(0.75);
  }
  50% {
    transform-origin: right;
    transform: translate3d(8px, 0, 0) scaleX(0) scaleY(0.75);
  }
  51% {
    transform-origin: left;
    transform: translate3d(-8px, 0, 0) scaleX(0) scaleY(0.75);
  }
  to {
    transform-origin: left;
    transform: translate3d(0, 0, 0) scaleX(1) scaleY(0.75);
  }
}
.link-wrap.ta-c {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .link-wrap.ta-c {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.link-wrap.ta-l {
  padding-right: 50px;
}
.swiggly,
.swiggly * {
  transition: none;
}
[data-is-animated="true"] .swiggly svg {
  animation: dash 3s linear;
  animation-fill-mode: forwards;
}
#swiggly-1 svg {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
}
#swiggly-2 svg {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@media only screen and (max-width: 768px) {
  .swiggly {
    display: none;
  }
}
.dur__100 {
  animation-duration: 100ms;
}
.dur__200 {
  animation-duration: 200ms;
}
.dur__300 {
  animation-duration: 300ms;
}
.dur__400 {
  animation-duration: 400ms;
}
.dur__500 {
  animation-duration: 500ms;
}
.dur__600 {
  animation-duration: 600ms;
}
.dur__700 {
  animation-duration: 700ms;
}
.dur__800 {
  animation-duration: 800ms;
}
.dur__900 {
  animation-duration: 900ms;
}
.dur__1000 {
  animation-duration: 1000ms;
}
.dur__1100 {
  animation-duration: 1100ms;
}
.dur__1200 {
  animation-duration: 1200ms;
}
.dur__1300 {
  animation-duration: 1300ms;
}
.del__100 {
  animation-delay: 100ms;
}
.del__200 {
  animation-delay: 200ms;
}
.del__300 {
  animation-delay: 300ms;
}
.del__400 {
  animation-delay: 400ms;
}
.del__500 {
  animation-delay: 500ms;
}
.del__600 {
  animation-delay: 600ms;
}
.del__700 {
  animation-delay: 700ms;
}
.del__800 {
  animation-delay: 800ms;
}
.del__900 {
  animation-delay: 900ms;
}
.del__1000 {
  animation-delay: 1000ms;
}
.del__1100 {
  animation-delay: 1100ms;
}
.del__1200 {
  animation-delay: 1200ms;
}
.del__1300 {
  animation-delay: 1300ms;
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
body,
html {
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
abbr,
acronym {
  border: 0;
}
.clear_0 {
  clear: both;
  font-size: 0;
  line-height: 0;
  display: block;
}
.last {
  margin: 0 !important;
}
.pad_last {
  padding: 0 !important;
}
.no_bg {
  background: none !important;
}
img {
  width: auto;
  height: auto;
}
a {
  color: #000000;
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  position: relative;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  text-rendering: optimizeLegibility;
}
.bodyActive {
  display: block;
}
html {
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
@font-face {
  font-family: "Baskerville-Regular";
  src: url("../fonts/Baskerville-Regular/Baskerville-Regular.eot");
  src:
    url("../fonts/Baskerville-Regular/Baskerville-Regular.woff2") format("woff2"),
    url("../fonts/Baskerville-Regular/Baskerville-Regular.woff") format("woff"),
    url("../fonts/Baskerville-Regular/Baskerville-Regular.ttf") format("truetype"),
    url("../fonts/Baskerville-Regular/Baskerville-Regular.svg#Baskerville-Regular") format("svg"),
    url("../fonts/Baskerville-Regular/Baskerville-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  list-style: none;
  text-decoration: none;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
}
a,
button,
h1,
h2,
h3,
h4,
h5,
input,
p,
span {
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.flex {
  display: flex;
}
.flex-wrap,
footer .container .inner-wrap .footer-wrap .col .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-wrap-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-col-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.container {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.inner-wrap {
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
  height: 100%;
}
.bodyOverflowHidden {
  overflow: hidden;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.overlay-body {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition-property: all;
  transition-duration: 1s;
  z-index: -1;
}
.overlay-body.active {
  display: block;
  background: rgba(0, 0, 0, 0.85) !important;
  z-index: 9;
  transition-property: all;
  transition-duration: 0.1s;
}
.overlay-body-hs {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  transition-property: all;
  transition-duration: 1s;
}
.overlay-body-hs.active {
  background: rgba(0, 0, 0, 0.85) !important;
  z-index: 9;
  transition-property: all;
  transition-duration: 1s;
}
main {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
section#section0 {
  background-color: #000000;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
section#section0 .comp .inner-wrap {
  flex-direction: column;
}
section#section0 .comp .inner-wrap .banner__text {
  font-size: 0;
  text-align: center;
  width: 100%;
}
section#section0 .comp .inner-wrap h1 {
  position: relative;
  transition: none;
  font-size: 0;
}
section#section0 .comp .inner-wrap h1 span {
  font-family: "Baskerville-Regular";
  font-size: 100px;
  color: #ffffff;
  line-height: 105px;
  text-align: center;
  transition: none;
}
section#section0 .comp .inner-wrap .banner__text[data-banner-text="break-the-glass-ceiling"] h1[data-word] {
  display: inline-block;
  position: relative;
}
section#section0 .comp .inner-wrap .banner__text[data-banner-text="break-the-glass-ceiling"] span[data-partial] {
  position: relative;
  display: inline-block;
  opacity: 1;
  will-change: opacity, transform;
}
section#section0 .comp .inner-wrap .banner__text[data-banner-text="break-the-glass-ceiling"] span[data-placeholder] {
  opacity: 0;
  will-change: opacity, transform;
}
section#section0 .comp .inner-wrap .banner__text[data-banner-text="do-less-be-more"] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#section0 .comp .inner-wrap .banner__text[data-banner-text="do-less-be-more"] h1 {
  display: block;
}
section#section0 .comp .inner-wrap .banner__text[data-banner-text="do-less-be-more"] h1.no-caret:after {
  opacity: 0;
}
section#section0 .comp .inner-wrap .banner__text[data-banner-text="do-less-be-more"] h1.blinking-caret:after {
  animation-name: fadeInOut;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
section#section0 .comp .inner-wrap .banner__text[data-banner-text="do-less-be-more"] h1:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
section#section0 .comp .inner-wrap .banner__text[data-banner-text="do-less-be-more"] h1 span {
  display: none;
}
section#section0 .login-link {
  position: absolute;
  bottom: 40px;
  right: 60px;
  text-decoration: none;
  letter-spacing: 0.14px;
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
  .section#section0 .login-link:hover{
    opacity: 1;
  
}
section#section0 .line {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 1px;
  height: 40px;
  overflow: hidden;
}
section#section0 .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0061d6;
  will-change: transform;
  animation-name: scrollDown;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 990px) {
  section#section0 .comp .inner-wrap .banner__text {
    padding-top: 100px;
  }
  section#section0 .comp .inner-wrap h1 span {
    font-size: 100px;
    line-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  section#section0 .comp .inner-wrap {
    justify-content: flex-start;
  }
  section#section0 .comp .inner-wrap .banner__text {
    padding-top: 70px;
  }
  section#section0 .comp .inner-wrap h1 span {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .footer-edit br {
    display: none;
  }
  section#section0 .line {
    bottom: 70px;
  }
  section#section0 .comp .inner-wrap {
    align-items: flex-start;
    padding-top: 140px;
  }
  section#section0 .comp .inner-wrap .banner__text {
    padding-top: 0;
  }
  section#section0 .comp .inner-wrap h1 span {
    font-size: 50px;
    line-height: 60px;
  }
  section#section0 .login-link {
    display: none;
  }
}
@media screen and (max-width: 330px) {
  section#section0 .comp .inner-wrap h1 span {
    font-size: 40px;
    line-height: 50px;
  }
}
section#section1 {
  background-color: #0f0f0f;
}
section#section1 .container {
  padding: 200px 0;
}
section#section1 .container .inner-wrap .block {
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  flex-direction: column;
}
section#section1 .container .inner-wrap .block h2 {
  text-align: center;
  font-weight: 100;
  letter-spacing: 0.7px;
  color: #ffffff;
  opacity: 1;
  font-size: 35px;
  line-height: 54px;
  padding-bottom: 56px;
}
section#section1 .container .inner-wrap .block .link-wrap a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  color: #ffffff;
  opacity: 1;
}
section#section1 .container .inner-wrap .block .link-wrap img {
  color: #ffffff;
  line-height: 16px;
  font-size: 14px;
  padding-left: 16px;
}
section#section2 {
  background-color: #000000;
  height: 700px;
  position: relative;
}
section#section2 #swiggly-1 {
  position: absolute;
  bottom: 112px;
  left: 60px;
}
section#section2 .comp {
  background: url("../images/home/products-bg.jpg") no-repeat top;
  background-size: contain;
  background-color: #000000;
}
section#section2 .comp .block {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  height: 100%;
  text-align: left;
}
section#section2 .comp .block .inner-block {
  max-width: 400px;
  width: 100%;
}
section#section2 .comp .block .inner-block h2 {
  font-family: "Baskerville-Regular";
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
}
section#section2 .comp .block .inner-block ul {
  margin-top: 24px;
  padding-bottom: 56px;
}
section#section2 .comp .block .inner-block ul li {
  padding: 24px 0;
}
section#section2 .comp .block .inner-block ul li .num {
  display: flex;
}
section#section2 .comp .block .inner-block ul li .num p {
  opacity: 0.7;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.4px;
}
section#section2 .comp .block .inner-block ul li .num span {
  padding-right: 40px;
  font-family: "Baskerville-Regular";
  color: #ffffff;
  opacity: 1;
  font-size: 20px;
  line-height: 29px;
}
section#section2 .comp .block .inner-block .link-wrap a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.32px;
  color: #ffffff;
  opacity: 1;
}
section#section2 .comp .block .inner-block .link-wrap img {
  color: #ffffff;
  line-height: 16px;
  font-size: 14px;
  padding-left: 16px;
}
section#section3 {
  background-color: #000000;
  height: 700px;
  position: relative;
}
section#section3 #swiggly-2 {
  position: absolute;
  bottom: 30px;
  right: 108px;
}
section#section3 .comp {
  background-image: url("../images/home/services-bg.jpg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  background-color: #000000;
}
section#section3 .comp .block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  text-align: left;
}
section#section3 .comp .block .inner-block {
  max-width: 402px;
  width: 100%;
}
section#section3 .comp .block .inner-block h2 {
  font-family: "Baskerville-Regular";
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
}
section#section3 .comp .block .inner-block ul {
  margin-top: 24px;
  padding-bottom: 56px;
}
section#section3 .comp .block .inner-block ul li {
  padding: 24px 0;
}
section#section3 .comp .block .inner-block ul li .num {
  display: flex;
}
section#section3 .comp .block .inner-block ul li .num p {
  opacity: 0.7;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.4px;
}
section#section3 .comp .block .inner-block ul li .num span {
  padding-right: 40px;
  font-family: "Baskerville-Regular";
  color: #ffffff;
  opacity: 1;
  font-size: 20px;
  line-height: 29px;
}
section#section3 .comp .block .inner-block .link-wrap a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.32px;
  color: #ffffff;
  opacity: 1;
}
section#section3 .comp .block .inner-block .link-wrap img {
  color: #ffffff;
  line-height: 16px;
  font-size: 14px;
  padding-left: 16px;
}
section#section4 {
  position: relative;
  transition: none;
}
section#section4 .container {
  padding: 200px 0;
}
section#section4 .container .inner-wrap .block {
  height: 100%;
  max-width: 810px;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
section#section4 .container .inner-wrap .block .date {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
section#section4 .container .inner-wrap .block .date span {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.32px;
  color: #ffffff;
  opacity: 0.6;
  padding-right: 7px;
}
section#section4 .container .inner-wrap .block .date span:last-child {
  padding-right: 0;
}
section#section4 .container .inner-wrap .block a.news-link {
  font-family: "Baskerville-Regular";
  font-size: 40px;
  color: #ffffff;
  line-height: 50px;
  cursor: pointer;
}
.hs-comp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
section.home-screen {
  background-color: #000000;
  position: relative;
  height: 100vh;
}
section.home-screen .comp {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000000;
  height: 100%;
}
section.home-screen .comp .overlay-bg {
  background-color: rgba(0, 0, 0, 0.8);
}
section.home-screen .comp .inner-wrap .col {
  max-width: 380px;
  width: 100%;
  position: relative;
}
section.home-screen .comp .inner-wrap .col.middle {
  padding: 0;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.home-screen .comp .inner-wrap .col.middle span {
  height: 43px;
  position: relative;
  margin: 0;
  border: 0.5px solid #ffffff;
  opacity: 0.2;
}
section.home-screen .comp .inner-wrap .col.middle p {
  padding: 13px 0;
}
section.home-screen .comp .inner-wrap .col.lhs .block,
section.home-screen .comp .inner-wrap .col.rhs .block {
  transition: 0.3s ease-in-out;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -91px;
}
section.home-screen .comp .inner-wrap .col.lhs:hover .block,
section.home-screen .comp .inner-wrap .col.rhs:hover .block {
  top: -30px;
  transition: 0.3s ease-in-out;
}
section.home-screen .comp .inner-wrap .col.lhs:hover .block .link-wrap,
section.home-screen .comp .inner-wrap .col.rhs:hover .block .link-wrap {
  visibility: visible;
}
section.home-screen .comp .inner-wrap .col h2 {
  font-family: "Baskerville-Regular";
  font-size: 30px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  padding-bottom: 16px;
}
section.home-screen .comp .inner-wrap .col p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.5;
}
section.home-screen .comp .inner-wrap .col .link-wrap {
  transition: 0.1s ease-in-out;
  visibility: hidden;
  text-align: center;
  z-index: 9;
  margin-top: 40px;
}
section.home-screen .comp .inner-wrap .col .link-wrap .btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.32px;
  color: #ffffff;
  opacity: 1;
}
section.home-screen .comp .inner-wrap .col .link-wrap img {
  color: #ffffff;
  line-height: 16px;
  font-size: 14px;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
  .inner-wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 990px) {
  section.home-screen .comp .inner-wrap .col.lhs:hover .block,
  section.home-screen .comp .inner-wrap .col.rhs:hover .block {
    top: 0;
    padding: 0;
  }
  section.home-screen .comp .inner-wrap .col.lhs .block,
  section.home-screen .comp .inner-wrap .col.rhs .block {
    padding: 30px 11px;
  }
  section#section1 .container .inner-wrap .block h2 {
    font-size: 30px;
    line-height: 44px;
  }
  section#section1 .container .inner-wrap .block .link-wrap a {
    font-weight: 500;
  }
  section#section2 .comp .block .inner-block {
    max-width: 280px;
  }
  section#section2 .comp .block .inner-block h2 {
    font-size: 60px;
    line-height: 60px;
  }
  section#section2 .comp .block .inner-block ul li .num span {
    font-size: 18px;
    line-height: 22px;
    padding-right: 24px;
  }
  section#section2 .comp .block .inner-block ul li .num p {
    font-size: 18px;
    line-height: 26px;
  }
  section#section2 .comp .block .inner-block .link-wrap a {
    font-weight: 500;
  }
  section#section3 .comp .block .inner-block {
    max-width: 320px;
  }
  section#section3 .comp .block .inner-block h2 {
    font-size: 60px;
    line-height: 60px;
  }
  section#section3 .comp .block .inner-block ul li .num span {
    font-size: 18px;
    line-height: 22px;
    padding-right: 24px;
  }
  section#section3 .comp .block .inner-block ul li .num p {
    font-size: 18px;
    line-height: 26px;
  }
  section#section3 .comp .block .inner-block .link-wrap a {
    font-weight: 500;
  }
  section#section4 .container {
    padding: 120px 0;
  }
  section#section4 .container .inner-wrap .block a.news-link {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  section#section1 .container {
    padding: 96px 0;
  }
  section#section1 .container .inner-wrap .block h2 {
    font-size: 26px;
    line-height: 40px;
  }
  section#section1 .container .inner-wrap .block h2 br {
    display: none;
  }
  section#section2 .comp {
    background: url("../images/home/products-mob-bg.jpg") no-repeat top;
    background-size: contain;
    height: 750px;
  }
  section#section2 .comp .block {
    justify-content: flex-end;
    align-items: flex-start;
  }
  section#section2 .comp .block .inner-block {
    max-width: 100%;
    margin-bottom: 56px;
  }
  section#section2 .comp .block .inner-block h2 {
    font-size: 45px;
    line-height: 50px;
  }
  section#section2 .comp .block .inner-block ul {
    margin-top: 12px;
    padding-bottom: 32px;
  }
  section#section2 .comp .block .inner-block ul li {
    padding: 16px 0;
  }
  section#section2 .comp .block .inner-block ul li .num span {
    font-size: 16px;
    line-height: 26px;
    padding-right: 24px;
  }
  section#section2 .comp .block .inner-block ul li .num p {
    font-size: 15px;
    line-height: 26px;
  }
  section#section2 .comp .block .inner-block .link-wrap a {
    font-size: 14px;
  }
  section#section3 {
    height: 750px;
  }
  section#section3 .comp {
    background: url("../images/home/services-mob-bg.jpg") no-repeat top;
    background-size: contain;
  }
  section#section3 .comp .block {
    justify-content: flex-end;
    align-items: flex-start;
  }
  section#section3 .comp .block .inner-block {
    max-width: 100%;
    margin-bottom: 56px;
  }
  section#section3 .comp .block .inner-block h2 {
    font-size: 45px;
    line-height: 50px;
  }
  section#section3 .comp .block .inner-block ul {
    margin-top: 12px;
    padding-bottom: 32px;
  }
  section#section3 .comp .block .inner-block ul li {
    padding: 16px 0;
  }
  section#section3 .comp .block .inner-block ul li .num span {
    font-size: 16px;
    line-height: 22px;
    padding-right: 24px;
  }
  section#section3 .comp .block .inner-block ul li .num p {
    font-size: 15px;
    line-height: 26px;
  }
  section#section3 .comp .block .inner-block .link-wrap a {
    font-size: 14px;
  }
  section#section4 .container {
    padding: 80px 0;
  }
  section#section4 .container .inner-wrap .block a.news-link {
    font-size: 25px;
    line-height: 35px;
  }
  section#section4 .container .inner-wrap .block .date span {
    font-size: 16px;
    line-height: 16px;
  }
  section.home-screen .comp .inner-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.home-screen .comp .inner-wrap .col {
    max-width: 300px;
  }
  section.home-screen .comp .inner-wrap .col.lhs .block {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
  }
  section.home-screen .comp .inner-wrap .col.rhs .block {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  section.home-screen .comp .inner-wrap .col h2 {
    font-size: 25px;
    line-height: 28px;
  }
  section.home-screen .comp .inner-wrap .col p {
    font-size: 15px;
    line-height: 22px;
  }
  section.home-screen .comp .inner-wrap .col .link-wrap {
    visibility: visible;
  }
  section.home-screen .comp .inner-wrap .col .link-wrap span {
    text-transform: uppercase;
    background: #0061d6;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.28px;
    padding: 12px 28px;
    opacity: 1;
  }
  section.home-screen .comp .inner-wrap .col .link-wrap img {
    display: none;
  }
  section.home-screen .comp .inner-wrap .col.middle {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin: 40px 0;
  }
  section.home-screen .comp .inner-wrap .col.middle span {
    height: 1px;
    width: 100%;
  }
  section.home-screen .comp .inner-wrap .col.middle p {
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  html {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .inner-wrap {
    padding: 0 30px;
  }
  section#section1 .container .inner-wrap .block h2 {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.44px;
  }
  section#section1 .container .inner-wrap .block .link-wrap img {
    padding-left: 12px;
  }
  section#section2 {
    height: 603px;
  }
  section#section2 .comp {
    height: 603px;
  }
  section#section3 {
    height: 690px;
  }
  section#section3 .comp .block .inner-block {
    margin-bottom: 64px;
  }
  section#section3 .comp .block .inner-block .link-wrap img {
    padding-left: 12px;
  }
  section#section4 .container .inner-wrap .block .date {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 360px) {
  section#section3 {
    height: 646px;
  }
}
html[data-banner="break-the-glass-ceiling"] .banner__text[data-banner-text="do-less-be-more"] {
  display: none !important;
}
html[data-banner="do-less-be-more"] .banner__text[data-banner-text="break-the-glass-ceiling"] {
  display: none !important;
}
header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition:
    transform 0.6s ease,
    padding 0.6s ease;
}
header.nav-down {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
header.nav-up {
  transform: translate3d(0, -137px, 0);
}
header .header-wrap {
  padding: 0 60px;
}
header .header-wrap .logo {
  display: block;
  line-height: 0;
}
header .header-wrap .logo a {
  display: block;
}
header .header-wrap .logo a img {
  width: 170px;
  height: 35px;
}
header .header-wrap .menu-wrap ul {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  header .header-wrap .menu-wrap ul {
    gap: 40px;
  }
}
header .header-wrap .menu-wrap ul li {
  /* padding-right: 40px; */
}
header .header-wrap .menu-wrap ul li:last-child {
  padding-right: 0;
}
header .header-wrap .menu-wrap ul li.login-link-li,
header .header-wrap .menu-wrap ul li.login-mob-li {
  display: none;
}
header .header-wrap .menu-wrap ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.5;
}
header .header-wrap .menu-wrap ul li a:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
header .header-wrap .menu-wrap ul li a.active {
  opacity: 1;
  font-weight: 600;
}
header .header-wrap .menu-wrap ul li a.h-home,
header .header-wrap .menu-wrap ul li a.login-link {
  display: none;
}
header .header-wrap .burger-menu {
  display: none;
  cursor: pointer;
}
header .header-wrap .burger-menu .menu-tag {
  display: inline-block;
  padding: 5px 0 15px;
  line-height: 0;
  cursor: pointer;
}
header .header-wrap .burger-menu .menu-tag span {
  position: relative;
  width: 25px;
  height: 2px;
  background: #ffffff;
  transition: 0.25s;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}
header .header-wrap .burger-menu .menu-tag span:after,
header .header-wrap .burger-menu .menu-tag span:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  background: #ffffff;
  z-index: -1;
  transition: 0.3s;
  transform: rotate(0);
  border-radius: 4px;
}
header .header-wrap .burger-menu .menu-tag span:before {
  top: 7px;
}
header .header-wrap .burger-menu .menu-tag span:after {
  bottom: 7px;
}
header .header-wrap .burger-menu .menu-tag span.open {
  background-color: transparent;
}
header .header-wrap .burger-menu .menu-tag span.open:before {
  transform: rotate(40deg);
  top: 0;
}
header .header-wrap .burger-menu .menu-tag span.open:after {
  transform: rotate(-40deg);
  top: 0;
}
header .header-wrap .login {
  text-transform: uppercase;
  background: #0061d6;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
  padding: 12px 28px;
  opacity: 1;
}
header .header-wrap .login-mob {
  display: none;
  text-align: center;
  text-transform: uppercase;
  background: #0061d6;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
  padding: 12px 28px;
  opacity: 1;
}
.pd48 {
  padding: 48px 0;
  transition-property: all;
  transition-duration: 0.5s;
}
.bigHeader {
  padding: 48px 0;
  transition-property: all;
  transition-duration: 0.5s;
}
.darkBlackBG {
  background: black;
  transition-property: all;
  transition-duration: 0.3s;
}
.whiteBlackBG {
  background: white;
  transition-property: all;
  transition-duration: 0.5s;
}
.transparent {
  background: transparent !important;
  transition-property: all;
  transition-duration: 0.5s;
}
.header-white {
  background: #ffffff;
}
.header-white.pd48 {
  background: transparent;
}
.header-white .header-wrap .menu-wrap ul li a {
  color: #000000;
  opacity: 0.5;
  font-weight: 500;
}
.header-white .header-wrap .menu-wrap ul li a:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
.header-white .header-wrap .menu-wrap ul li a.active {
  opacity: 1;
  font-weight: 600;
}
.team-inner-pg header {
  background: #ffffff;
}
.team-pg .header-wrap .logo-team-pg-mob,
.team-pg .header-wrap .team-back-mob {
  display: none;
}
.team-pg header .back {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #ffffff;
}
.team-pg header .back span {
  padding-right: 16px;
}
.team-pg header .back span img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.team-pg.team-inner-pg header.header-white .back {
  color: #000000;
}
.team-pg.team-inner-pg header.header-white .logo {
  display: none;
}
@media screen and (max-width: 1199px) {
  header .header-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 24px 0;
  }
  header .header-wrap {
    padding: 0 60px;
  }
  .pd48 {
    padding: 24px 0;
  }
}
@media screen and (max-width: 1024px) {
  header .header-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 990px) {
  .team-pg.bodyOverflowHidden header {
    background: transparent;
  }
  .team-pg.bodyOverflowHidden header .header-wrap .burger-menu .menu-tag span:after,
  .team-pg.bodyOverflowHidden header .header-wrap .burger-menu .menu-tag span:before {
    background: #ffffff;
  }
  .team-pg header {
    background: #ffffff;
  }
  .team-pg header .header-wrap .logo-team-pg-mob {
    display: block;
  }
  .team-pg header .header-wrap .logo-team-pg-desk,
  .team-pg header .header-wrap .team-back-desk {
    display: none;
  }
  .team-pg header .header-wrap .team-back-mob {
    font-size: 16px;
    display: block;
    color: #000000;
  }
  .team-pg header .header-wrap .burger-menu {
    display: block;
  }
  .team-pg header .header-wrap .burger-menu .menu-tag {
    display: inline-block;
    padding: 10px;
    line-height: 0;
  }
  .team-pg header .header-wrap .burger-menu .menu-tag span {
    background: #000000;
  }
  .team-pg header .header-wrap .burger-menu .menu-tag span:after,
  .team-pg header .header-wrap .burger-menu .menu-tag span:before {
    background: #000000;
  }
  .team-pg header .header-wrap .burger-menu .menu-tag span.open {
    background-color: transparent;
  }
  .team-pg header .header-wrap .burger-menu .menu-tag span.open:before {
    transform: rotate(40deg);
    top: 0;
  }
  .team-pg header .header-wrap .burger-menu .menu-tag span.open:after {
    transform: rotate(-40deg);
    top: 0;
  }
  header .header-wrap .logo a img {
    width: 120px;
    height: 24px;
  }
  header .header-wrap .login {
    display: none;
  }
  header .header-wrap .burger-menu,
  header .header-wrap .login-mob {
    display: block;
  }
  header .header-wrap .menu-wrap nav ul {
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 280px;
    width: 100%;
    height: 100vh;
    transform: translate(-280px);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    padding: 0 40px;
    overflow: hidden;
  }
  header .header-wrap .menu-wrap nav ul.active {
    transform: translate(0px);
  }
  header .header-wrap .menu-wrap nav ul li {
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #000000;
  }
  header .header-wrap .menu-wrap nav ul li.login-link-li,
  header .header-wrap .menu-wrap nav ul li.login-mob-li {
    display: block;
  }
  header .header-wrap .menu-wrap nav ul li a {
    font-family: "Baskerville-Regular";
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: normal;
  }
  header .header-wrap .menu-wrap nav ul li a.active {
    font-weight: normal !important;
  }
  header .header-wrap .menu-wrap nav ul li a.h-home,
  header .header-wrap .menu-wrap nav ul li a.login-link {
    display: block;
    font-weight: normal;
  }
  header .header-wrap .menu-wrap nav ul li a.login-mob {
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 14px;
    opacity: 1;
    width: 120px;
    padding: 5px;
    margin-top: 48px;
  }
  header .header-wrap .menu-wrap nav ul li a.login-link {
    font-family: "Raleway", sans-serif;
    text-transform: inherit;
    text-decoration: underline;
    letter-spacing: 0.14px;
    font-size: 14px;
    opacity: 0.6;
  }
  header .header-wrap .menu-wrap nav .burger-menu .menu-tag {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-white.pd48 {
    background: #ffffff;
  }
  .header-white.transparent .header-wrap .burger-menu .menu-tag span:after,
  .header-white.transparent .header-wrap .burger-menu .menu-tag span:before {
    background: #ffffff !important;
  }
  .header-white .header-wrap .menu-wrap .burger-menu {
    display: block;
  }
  .header-white .header-wrap .menu-wrap .burger-menu .menu-tag {
    display: inline-block;
    padding: 10px;
    line-height: 0;
  }
  .header-white .header-wrap .menu-wrap .burger-menu .menu-tag span {
    background: #000000;
  }
  .header-white .header-wrap .menu-wrap .burger-menu .menu-tag span:after,
  .header-white .header-wrap .menu-wrap .burger-menu .menu-tag span:before {
    background: #000000;
  }
  .header-white .header-wrap .menu-wrap .burger-menu .menu-tag span.open {
    background-color: transparent;
  }
  .header-white .header-wrap .menu-wrap .burger-menu .menu-tag span.open:before {
    transform: rotate(40deg);
    top: 0;
  }
  .header-white .header-wrap .menu-wrap .burger-menu .menu-tag span.open:after {
    transform: rotate(-40deg);
    top: 0;
  }
}
/* @media screen and (max-width: 330px) {
  header .header-wrap .menu-wrap nav ul {
    max-width: 220px;
    transform: translate(-220px);
  }
} */
@media screen and (max-width: 359px) {
  /* line 572, src/sass/layout/_header.scss */
  header .header-wrap .menu-wrap nav ul {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 240px;
    -webkit-transform: translate(-240px);
    transform: translate(-240px);
  }
}
.sidebar-wrap {
  position: fixed;
  top: 50%;
  right: 60px;
  margin-top: -128px;
  z-index: 9;
  border-right: 1px solid rgba(128, 128, 128, 0.5);
}
.sidebar-wrap .sidebar__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 64px;
  text-align: right;
  color: #808080;
  font-size: 12px;
  line-height: 16px;
  padding: 24px;
  letter-spacing: 0.48px;
  transition: transform 0.8s ease;
}
.sidebar-wrap .sidebar__label:before {
  content: "Story";
}
.sidebar-wrap:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 32px;
  height: 64px;
  border-right: 1px solid gray;
  opacity: 1;
  transition: transform 0.8s ease;
}
.sidebar-wrap.trf-ty-0 .sidebar__label:before {
  content: "Story";
}
.sidebar-wrap.trf-ty-0 .sidebar__label,
.sidebar-wrap.trf-ty-0:after {
  transform: translate3d(0, 0, 0);
}
.sidebar-wrap.trf-ty-0__mouseover .sidebar__label:before {
  content: "Story" !important;
}
.sidebar-wrap.trf-ty-0__mouseover .sidebar__label,
.sidebar-wrap.trf-ty-0__mouseover:after {
  transform: translate3d(0, 0, 0) !important;
}
.sidebar-wrap.trf-ty-1 .sidebar__label:before {
  content: "Philosophy";
}
.sidebar-wrap.trf-ty-1 .sidebar__label,
.sidebar-wrap.trf-ty-1:after {
  transform: translate3d(0, 100%, 0);
}
.sidebar-wrap.trf-ty-1__mouseover .sidebar__label:before {
  content: "Philosophy" !important;
}
.sidebar-wrap.trf-ty-1__mouseover .sidebar__label,
.sidebar-wrap.trf-ty-1__mouseover:after {
  transform: translate3d(0, 100%, 0) !important;
}
.sidebar-wrap.trf-ty-2 .sidebar__label:before {
  content: "Leadership";
}
.sidebar-wrap.trf-ty-2 .sidebar__label,
.sidebar-wrap.trf-ty-2:after {
  transform: translate3d(0, 200%, 0);
}
.sidebar-wrap.trf-ty-2__mouseover .sidebar__label:before {
  content: "Leadership" !important;
}
.sidebar-wrap.trf-ty-2__mouseover .sidebar__label,
.sidebar-wrap.trf-ty-2__mouseover:after {
  transform: translate3d(0, 200%, 0) !important;
}
.sidebar-wrap.trf-ty-3 .sidebar__label:before {
  content: "Benefits";
}
.sidebar-wrap.trf-ty-3 .sidebar__label,
.sidebar-wrap.trf-ty-3:after {
  transform: translate3d(0, 300%, 0);
}
.sidebar-wrap.trf-ty-3__mouseover .sidebar__label:before {
  content: "Benefits" !important;
}
.sidebar-wrap.trf-ty-3__mouseover .sidebar__label,
.sidebar-wrap.trf-ty-3__mouseover:after {
  transform: translate3d(0, 300%, 0) !important;
}
.sidebar-wrap .block a {
  z-index: 9;
  text-align: right;
  position: relative;
  color: #808080;
  font-size: 12px;
  line-height: 16px;
  padding: 24px;
  letter-spacing: 0.48px;
  display: block;
}
.sidebar-wrap .block a span {
  visibility: hidden;
  transition: 0s;
}
footer {
  background: #f4f4f4;
  opacity: 1;
}
footer .container .inner-wrap {
  padding: 40px 0;
}
footer .container .inner-wrap h2 {
  font-family: "Baskerville-Regular";
  color: #000000;
  font-size: 50px;
  line-height: 58px;
  margin-bottom: 30px;
  margin-top: 80px;
}
footer .container .inner-wrap h2 [data-stagger-wrapper],
footer .container .inner-wrap h2 [data-stagger] {
  display: block;
}
footer .container .inner-wrap .footer-wrap {
  margin-bottom: 145px;
  align-items: flex-start;
}
footer .container .inner-wrap .footer-wrap .col {
  width: 50%;
}
footer .container .inner-wrap .footer-wrap .col .block {
  margin-top: 1px;
}
footer .container .inner-wrap .footer-wrap .col .block .col {
  width: auto;
}
footer .container .inner-wrap .footer-wrap .col p.address {
  font-family: "Baskerville-Regular";
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  opacity: 1;
}
footer .container .inner-wrap .footer-wrap .col p {
  opacity: 0.6;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 12px;
}
footer .container .inner-wrap .footer-wrap .col a {
  font-family: "Baskerville-Regular";
  letter-spacing: 0.28px;
  font-size: 18px;
  line-height: 18px;
  color: #0061d6;
}
footer .container .inner-wrap .footer-wrap .col a.email {
  text-decoration: underline;
}
footer .container .inner-wrap .footer-wrap .col a.phone {
  color: #000000;
}
footer .container .inner-wrap .footer-wrap .col a.map {
  display: none;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.28px;
  font-size: 14px;
  line-height: 16px;
  color: #0061d6;
  text-transform: uppercase;
  font-weight: 600;
}
footer .container .inner-wrap .footer-wrap .col img {
  display: none;
  color: #0061d6;
  padding-left: 16px;
}
footer .container .inner-wrap .line {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 12px 0;
}
footer .container .inner-wrap .footer-bt {
  margin: 12px 0 0;
}
footer .container .inner-wrap .footer-bt .col ul li {
  padding-right: 20px;
  line-height: 13px;
}
footer .container .inner-wrap .footer-bt .col ul li:last-child {
  padding-right: 0;
}
footer .container .inner-wrap .footer-bt .col ul li a {
  font-size: 11px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
footer .container .inner-wrap .footer-bt .col ul li a:hover {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
footer .container .inner-wrap .footer-bt .col ul li span.copy {
  font-size: 11px;
  line-height: 13px;
  color: #000000;
}
footer .container .inner-wrap .footer-bt .col.rhs ul li a {
  text-transform: unset;
}
@media screen and (max-width: 1199px) {
  footer .container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 990px) {
  footer .container .inner-wrap .footer-bt {
    flex-direction: column;
  }
  footer .container .inner-wrap .footer-bt .lhs {
    margin-bottom: 12px;
  }
  footer .container .footer-wrap .col:first-child {
    width: 40%;
  }
  footer .container .footer-wrap .col:last-child {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  footer .container .inner-wrap .line {
    display: none;
  }
  footer .container .inner-wrap h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  footer .container .inner-wrap .footer-wrap {
    margin-bottom: 64px;
  }
  footer .container .inner-wrap .footer-wrap .col {
    width: 100%;
  }
  footer .container .inner-wrap .footer-wrap .col:first-child {
    display: none;
  }
  footer .container .inner-wrap .footer-wrap .col .block .col:first-child {
    display: block;
    width: 60%;
  }
  footer .container .inner-wrap .footer-wrap .col .block .col:last-child {
    width: 40%;
  }
  footer .container .inner-wrap .footer-wrap .col a.phone {
    color: #0061d6;
  }
  footer .container .inner-wrap .footer-bt {
    margin: 0;
  }
  footer .container .inner-wrap .footer-bt .lhs {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 24px;
  }
  footer .container .inner-wrap .footer-bt .lhs ul {
    flex-wrap: wrap;
  }
  footer .container .inner-wrap .footer-bt .lhs ul li {
    padding-right: 0;
    width: 25%;
    margin-bottom: 24px;
  }
  footer .container .inner-wrap .footer-bt .lhs ul li a {
    font-size: 13px;
    font-weight: 500;
  }
  footer .container .inner-wrap .footer-bt .rhs {
    width: 100%;
  }
  footer .container .inner-wrap .footer-bt .rhs ul {
    flex-wrap: wrap;
  }
  footer .container .inner-wrap .footer-bt .rhs ul li {
    padding-right: 0;
    width: 25%;
    margin-bottom: 24px;
  }
  footer .container .inner-wrap .footer-bt .rhs ul li:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding-top: 20px;
    margin-bottom: 0;
  }
  footer .container .inner-wrap .footer-bt .rhs ul li a,
  footer .container .inner-wrap .footer-bt .rhs ul li span.copy {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.5;
  }
}
@media screen and (max-width: 480px) {
  footer .container {
    padding: 0 30px;
  }
  footer .container .inner-wrap h2 {
    font-size: 30px;
    line-height: 38px;
  }
  footer .container .inner-wrap .footer-wrap .col .block {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  footer .container .inner-wrap .footer-wrap .col .block .col {
    width: 100% !important;
  }
  footer .container .inner-wrap .footer-wrap .col .block .col:first-child {
    padding-bottom: 42px;
  }
  footer .container .inner-wrap .footer-wrap .col p {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    margin-bottom: 8px;
  }
  footer .container .inner-wrap .footer-bt .lhs ul li {
    width: 33%;
  }
  footer .container .inner-wrap .footer-bt .rhs ul li {
    width: 33%;
  }
  footer .container .inner-wrap .footer-bt .rhs ul li:nth-child(2) {
    width: 67%;
  }
}
@media screen and (max-width: 330px) {
  footer .container .inner-wrap .footer-bt .rhs ul li {
    width: 50%;
  }
  footer .container .inner-wrap .footer-bt .rhs ul li:nth-child(2) {
    width: 50%;
  }
}
#section1 h2 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  #section1 h2 span {
    display: inline-block;
  }
}
html[data-state="home"] #section5 {
  height: 700px;
  background-image: url("../images/home/us-stock-market/desktop/bg.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-color: black;
}
@media only screen and (max-width: 768px) {
  html[data-state="home"] #section5 {
    height: 750px;
    background-image: url("../images/home/us-stock-market/mobile/bg.jpg");
    background-size: 100% auto;
    background-position: top;
  }
}
@media only screen and (max-width: 480px) {
  html[data-state="home"] #section5 {
    height: 570px;
  }
}
html[data-state="home"] #section5 .block {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  height: 100%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  html[data-state="home"] #section5 .block {
    padding-bottom: 64px;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 45px;
    line-height: 50px;
  }
}
html[data-state="home"] #section5 .block h2 {
  font-family: "Baskerville-Regular";
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
}
@media only screen and (max-width: 768px) {
  html[data-state="home"] #section5 .block h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
html[data-state="home"] #section5 .block .link__learn-more {
  margin-top: 56px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  html[data-state="home"] #section5 .block .link__learn-more {
    margin-top: 32px;
  }
}
html[data-state="home"] #section5 .block .link__learn-more p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 1px;
  letter-spacing: 0.02em;
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  html[data-state="home"] #section5 .block .link__learn-more p {
    font-size: 14px;
  }
}
html[data-state="home"] #section5 .block .link__learn-more img {
  margin-left: 14px;
}
section#about1 {
  background-color: #000000;
  height: 100vh;
  position: relative;
}
section#about1 .comp {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 100%;
}
section#about1 .comp .overlay-bg {
  background-color: rgba(0, 0, 0, 0.8);
}
section#about1 .comp .inner-wrap {
  position: relative;
}
section#about1 .comp .inner-wrap h1 {
  max-width: 762px;
  margin: 0 auto;
  font-family: "Baskerville-Regular";
  font-size: 50px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}
section#about1 .comp .inner-wrap .popup-wrap {
  z-index: 9;
  display: none;
  position: absolute;
  bottom: 96px;
  left: 30px;
}
section#about1 .comp .inner-wrap .popup-wrap .popup-link {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.28px;
  color: #ffffff;
  opacity: 1;
}
section#about1 .comp .inner-wrap .popup-wrap img {
  color: #ffffff;
  line-height: 16px;
  font-size: 14px;
  padding-left: 16px;
}
section#about1 .line {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 1px;
  height: 40px;
  overflow: hidden;
}
section#about1 .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0061d6;
  will-change: transform;
  animation-name: scrollDown;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
section#about2 {
  padding: 72px 0;
}
section#about2 .mob-bg {
  display: none;
}
section#about2 .back-wrap {
  display: none;
  z-index: 9;
  padding-left: 30px;
  opacity: 0.5;
}
section#about2 .back-wrap .back {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #ffffff;
}
section#about2 .back-wrap .back span {
  padding-right: 16px;
}
section#about2 .back-wrap .back span img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
section#about2 .container .inner-wrap .row {
  padding: 75px 0;
}
section#about2 .container .inner-wrap .row .col {
  width: 450px;
}
section#about2 .container .inner-wrap .row .col h2 {
  font-family: "Baskerville-Regular";
  font-size: 50px;
  line-height: 55px;
  color: #000000;
  padding-bottom: 56px;
}
section#about2 .container .inner-wrap .row .col p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.36px;
  color: #000000;
  opacity: 0.9;
  padding-bottom: 48px;
}
section#about2 .container .inner-wrap .row .col p:last-child {
  padding-bottom: 0;
}
section#about3 {
  padding: 72px 0;
}
section#about3 .container .inner-wrap {
  padding-bottom: 125px;
}
section#about3 .container .inner-wrap h2 {
  font-family: "Baskerville-Regular";
  font-size: 80px;
  line-height: 1.2;
  color: #000000;
  padding-bottom: 96px;
}
section#about3 .container .inner-wrap .row .col {
  width: 448px;
}
section#about3 .container .inner-wrap .row .col ul {
  padding-bottom: 56px;
}
section#about3 .container .inner-wrap .row .col ul li {
  padding-bottom: 32px;
}
section#about3 .container .inner-wrap .row .col ul li .num {
  display: flex;
}
section#about3 .container .inner-wrap .row .col ul li .num p {
  font-family: "Baskerville-Regular";
  color: #000000;
  font-size: 35px;
  line-height: 45px;
}
section#about3 .container .inner-wrap .row .col ul li .num span {
  padding-right: 20px;
  color: #000000;
  opacity: 1;
  font-size: 20px;
  line-height: 29px;
  opacity: 0.4;
}
section#about3 .container .inner-wrap .row .col p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.36px;
  color: #000000;
  opacity: 0.9;
  padding-bottom: 48px;
}
section#about3 .container .inner-wrap .row .col p:last-child {
  padding-bottom: 0;
}
section#about4 {
  background-color: #000000;
}
section#about4 .comp {
  background: url("../images/about/team-bg.jpg") no-repeat center;
  background-size: contain;
  height: 600px;
}
section#about4 .comp .overlay-bg {
  background-color: rgba(0, 0, 0, 0.2);
}
section#about4 .comp .inner-wrap .block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: left;
  max-width: 727px;
  margin: 0 auto;
}
section#about4 .comp .inner-wrap .block h2 {
  text-align: center;
  font-family: "Baskerville-Regular";
  color: #ffffff;
  opacity: 1;
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 56px;
}
section#about4 .comp .inner-wrap .block .link-wrap {
  z-index: 1;
}
section#about4 .comp .inner-wrap .block .link-wrap a {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.32px;
  color: #ffffff;
  opacity: 1;
}
section#about4 .comp .inner-wrap .block .link-wrap img {
  color: #ffffff;
  line-height: 16px;
  font-size: 14px;
  padding-left: 16px;
}
section#about5 {
  padding: 200px 0;
}
section#about5 .container .inner-wrap h2 {
  font-family: "Baskerville-Regular";
  font-size: 80px;
  line-height: 1;
  color: #000000;
  padding-bottom: 96px;
}
section#about5 .container .inner-wrap .row {
  overflow: auto;
}
section#about5 .container .inner-wrap .row .col:first-child {
  width: 394px;
}
section#about5 .container .inner-wrap .row .col:last-child {
  width: 450px;
}
section#about5 .container .inner-wrap .row .col ul li {
  padding: 32px 0;
}
section#about5 .container .inner-wrap .row .col ul li:first-child {
  padding-top: 0;
}
section#about5 .container .inner-wrap .row .col ul li .num {
  display: flex;
}
section#about5 .container .inner-wrap .row .col ul li .num p {
  font-family: "Raleway", sans-serif;
  opacity: 0.9;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.36px;
}
section#about5 .container .inner-wrap .row .col ul li .num span {
  padding-right: 46px;
  font-family: "Baskerville-Regular";
  color: #000000;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
}
section#about5 .container .inner-wrap .row .col p {
  font-family: "Baskerville-Regular";
  font-size: 35px;
  line-height: 45px;
  color: #000000;
}
section#about6 {
  position: relative;
}
section#about6 .container .inner-wrap {
  padding: 150px 0;
}
section#about6 .container .inner-wrap .col .box {
  transition: 0.3s ease-in-out;
  opacity: 0.4;
}
section#about6 .container .inner-wrap .col .box:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
section#about6 .container .inner-wrap .col .box span {
  font-family: "Baskerville-Regular";
  color: #ffffff;
  opacity: 1;
  font-size: 24px;
  line-height: 34px;
  padding-right: 24px;
  padding-top: 5px;
}
section#about6 .container .inner-wrap .col .box p {
  font-family: "Baskerville-Regular";
  color: #ffffff;
  font-size: 80px;
  line-height: 85px;
  padding-right: 32px;
}
section#about6 .container .inner-wrap .col .box .link__big-arrow {
  align-self: flex-end;
}
section#about6 .container .inner-wrap .col .box img {
  align-self: flex-end;
  padding-bottom: 20px;
  width: 67px;
}
@media screen and (max-width: 1199px) {
  .sidebar-wrap {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  section#about1 .comp .inner-wrap h1 {
    max-width: 800px;
    font-size: 40px;
    line-height: 50px;
  }
  section#about2 .container .inner-wrap h2,
  section#about3 .container .inner-wrap h2,
  section#about5 .container .inner-wrap h2 {
    font-size: 70px;
    padding-bottom: 70px;
  }
  section#about2 .container .inner-wrap .row .col:first-child,
  section#about2 .container .inner-wrap .row .col:last-child,
  section#about3 .container .inner-wrap .row .col:first-child,
  section#about3 .container .inner-wrap .row .col:last-child,
  section#about5 .container .inner-wrap .row .col:first-child,
  section#about5 .container .inner-wrap .row .col:last-child {
    width: 46%;
  }
  section#about2 .container .inner-wrap .row .col img,
  section#about3 .container .inner-wrap .row .col img,
  section#about5 .container .inner-wrap .row .col img {
    width: 100%;
  }
  section#about6 .container .inner-wrap {
    padding: 120px 60px;
  }
  section#about6 .container .inner-wrap .col .box span {
    padding-right: 16px;
    padding-top: 8px;
    opacity: 0.5;
  }
  section#about6 .container .inner-wrap .col .box p {
    font-size: 70px;
    line-height: 75px;
    padding-right: 24px;
  }
  section#about6 .container .inner-wrap .col .box img {
    width: 55px;
  }
}
@media screen and (max-width: 990px) {
  section#about2 .container .inner-wrap .row {
    padding: 150px 0 50px;
  }
  section#about3 .container .inner-wrap {
    padding-bottom: 0;
  }
  section#about3 .container .inner-wrap h2 {
    font-size: 60px;
    padding-bottom: 60px;
  }
  section#about3 .container .inner-wrap .row {
    flex-direction: column;
  }
  section#about3 .container .inner-wrap .row .col:first-child,
  section#about3 .container .inner-wrap .row .col:last-child {
    width: 100%;
  }
  section#about3 .container .inner-wrap .row .col ul li:last-child {
    padding-bottom: 0;
  }
  section#about3 .container .inner-wrap .row .col ul li .num span {
    font-size: 18px;
    padding-right: 24px;
  }
  section#about3 .container .inner-wrap .row .col ul li .num p {
    font-size: 30px;
    line-height: 40px;
  }
  section#about4 .comp {
    background: url("../images/about/team-bg.jpg") no-repeat top;
    background-size: contain;
    height: 500px;
  }
  section#about4 .comp .inner-wrap .block {
    justify-content: flex-end;
    padding-bottom: 70px;
  }
  section#about4 .comp .inner-wrap .block h2 {
    font-size: 34px;
    line-height: 40px;
  }
  section#about5 {
    padding: 72px 0;
  }
  section#about5 .container .inner-wrap h2 {
    font-size: 60px;
    padding-bottom: 24px;
  }
  section#about5 .container .inner-wrap .row {
    flex-direction: column;
  }
  section#about5 .container .inner-wrap .row .col:first-child,
  section#about5 .container .inner-wrap .row .col:last-child {
    width: 100%;
  }
  section#about5 .container .inner-wrap .row .col p {
    font-size: 30px;
    line-height: 40px;
  }
  section#about5 .container .inner-wrap .row .col ul {
    padding-top: 56px;
  }
  section#about5 .container .inner-wrap .row .col ul li {
    padding: 24px 0;
  }
  section#about5 .container .inner-wrap .row .col ul li .num span {
    font-size: 18px;
    padding-right: 24px;
  }
  section#about6 .container .inner-wrap .col .box {
    opacity: 1;
  }
  section#about6 .container .inner-wrap .col .box p {
    font-size: 60px;
    line-height: 65px;
    padding-right: 24px;
  }
  section#about6 .container .inner-wrap .col .box img {
    width: 45px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  section#about1 {
    height: 872px;
  }
  section#about1 .comp {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
  }
  section#about1 .comp .overlay-bg {
    display: none;
  }
  section#about1 .comp .inner-wrap {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 180px;
  }
  section#about1 .comp .inner-wrap h1 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.15px;
    margin: 0;
  }
  section#about1 .comp .inner-wrap .popup-wrap {
    display: block;
  }
  section#about1 .line {
    display: none;
  }
  section#about2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    z-index: 9999999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  section#about2.open {
    display: block;
  }
  section#about2 .back-wrap {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
  }
  section#about2 .mob-bg {
    display: block;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  section#about2 .container {
    margin-top: -300px;
  }
  section#about2 .container .inner-wrap .row:last-child {
    padding-top: 46px;
    padding-bottom: 56px;
  }
  section#about2 .container .inner-wrap .row .col.img {
    display: none;
  }
  section#about2 .container .inner-wrap .row .col:first-child,
  section#about2 .container .inner-wrap .row .col:last-child {
    width: 100%;
  }
  section#about2 .container .inner-wrap .row .col h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 40px;
  }
  section#about2 .container .inner-wrap .row .col h2 br:last-child {
    display: none;
  }
  section#about2 .container .inner-wrap .row .col p {
    color: #ffffff;
    opacity: 1;
    padding-bottom: 40px;
  }
  section#about3 .container .inner-wrap h2 {
    font-size: 45px;
    padding-bottom: 44px;
  }
  section#about3 .container .inner-wrap .row .col ul li {
    padding-bottom: 16px;
  }
  section#about3 .container .inner-wrap .row .col ul li .num span {
    font-size: 16px;
  }
  section#about3 .container .inner-wrap .row .col ul li .num p {
    font-size: 25px;
    line-height: 38px;
  }
  section#about3 .container .inner-wrap .row .col p {
    font-size: 16px;
    line-height: 28px;
    opacity: 1;
  }
  section#about4 .comp {
    background: url("../images/about/team-mob-bg.jpg") no-repeat top;
    background-size: contain;
    height: 540px;
  }
  section#about4 .comp .overlay-bg {
    display: none;
  }
  section#about4 .comp .inner-wrap .block {
    padding-bottom: 90px;
  }
  section#about4 .comp .inner-wrap .block h2 {
    font-size: 30px;
    line-height: 40px;
  }
  section#about5 .container .inner-wrap h2 {
    font-size: 45px;
    padding-bottom: 24px;
  }
  section#about5 .container .inner-wrap .row .col p {
    font-size: 25px;
    line-height: 35px;
  }
  section#about5 .container .inner-wrap .row .col ul li .num p {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.9;
  }
  section#about6 .container .inner-wrap {
    padding: 80px 60px;
    flex-direction: column;
  }
  section#about6 .container .inner-wrap .col:first-child {
    margin-bottom: 56px;
  }
  section#about6 .container .inner-wrap .col .box span {
    font-size: 20px;
    line-height: 28px;
    padding-top: 4px;
    padding-right: 12px;
  }
  section#about6 .container .inner-wrap .col .box p {
    font-size: 50px;
    line-height: 55px;
    padding-right: 20px;
  }
  section#about6 .container .inner-wrap .col .box img {
    width: 32px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  section#about2 .container {
    margin-top: -200px;
  }
  section#about2 .container .inner-wrap .row:last-child {
    margin-bottom: 40px;
  }
  section#about2 .container .inner-wrap .row .col h2 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 32px;
  }
  section#about2 .container .inner-wrap .row .col p {
    font-size: 16px;
    line-height: 28px;
  }
  section#about6 .container .inner-wrap {
    padding: 80px 30px;
  }
}
.product-wrap section#block1 {
  background-color: #000000;
  position: relative;
}
.product-wrap section#block1 .comp {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 600px;
}
.product-wrap section#block1 .comp .inner-wrap h1 {
  font-family: "Baskerville-Regular";
  font-size: 100px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  padding-top: 50px;
}
.product-wrap section.prod-wrap {
  padding: 75px 0;
}
.product-wrap section.prod-wrap .container .inner-wrap .row {
  overflow: auto;
  padding: 75px 0;
}
.product-wrap section.prod-wrap .container .inner-wrap .row .col:first-child {
  width: 305px;
}
.product-wrap section.prod-wrap .container .inner-wrap .row .col:last-child {
  width: 450px;
}
.product-wrap section.prod-wrap .container .inner-wrap .row .col h3 {
  font-family: "Baskerville-Regular";
  font-size: 50px;
  line-height: 60px;
  color: #000000;
}
.product-wrap section.prod-wrap .container .inner-wrap .row .col ul {
  padding-bottom: 32px;
}
.product-wrap section.prod-wrap .container .inner-wrap .row .col ul li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 32px 0;
}
.product-wrap section.prod-wrap .container .inner-wrap .row .col ul li:first-child {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.product-wrap section.prod-wrap .container .inner-wrap .row .col ul li .num {
  display: flex;
}
.product-wrap section.prod-wrap .container .inner-wrap .row .col ul li .num:hover {
  transition: 0.3s ease-in-out;
}
.product-wrap section.prod-wrap .container .inner-wrap .row .col ul li .num p {
  opacity: 0.9;
  color: #0061d6;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.36px;
  padding: 0;
}
.product-wrap section.prod-wrap .container .inner-wrap .row .col ul li .num span {
  padding-right: 20px;
}
.product-wrap section.prod-wrap .container .inner-wrap .row .col p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.36px;
  color: #000000;
}
@media screen and (max-width: 990px) {
  .product-wrap section#block1 .comp {
    background-size: contain;
    height: 440px;
  }
  .product-wrap section#block1 .comp .inner-wrap h1 {
    font-size: 80px;
  }
  .product-wrap section.prod-wrap {
    padding: 50px 0;
  }
  .product-wrap section.prod-wrap .container .inner-wrap .row {
    padding: 50px 0;
    flex-direction: column;
  }
  .product-wrap section.prod-wrap .container .inner-wrap .row:first-child .col h3 br {
    display: none;
  }
  .product-wrap section.prod-wrap .container .inner-wrap .row .col {
    width: 100%;
  }
  .product-wrap section.prod-wrap .container .inner-wrap .row .col:first-child,
  .product-wrap section.prod-wrap .container .inner-wrap .row .col:last-child {
    width: 100%;
  }
  .product-wrap section.prod-wrap .container .inner-wrap .row .col h3 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .product-wrap section#block1 .comp {
    background-size: contain;
    height: 360px;
  }
  .product-wrap section.prod-wrap {
    padding: 32px 0;
  }
  .product-wrap section.prod-wrap .container .inner-wrap .row {
    padding: 32px 0;
    flex-direction: column;
  }
  .product-wrap section.prod-wrap .container .inner-wrap .row .col ul li {
    padding: 24px 0;
  }
}
@media screen and (max-width: 650px) {
  .product-wrap section#block1 .comp {
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 360px;
  }
  .product-wrap section#block1 .comp .inner-wrap {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .product-wrap section#block1 .comp .inner-wrap h1 {
    padding-bottom: 64px;
    padding-top: 0;
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .product-wrap section.prod-wrap {
    padding: 32px 0;
  }
  .product-wrap section.prod-wrap .container .inner-wrap .row .col h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .product-wrap section.prod-wrap .container .inner-wrap .row .col p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.28px;
  }
  .product-wrap section.prod-wrap .container .inner-wrap .row .col ul li {
    padding: 24px 0;
  }
  .product-wrap section.prod-wrap .container .inner-wrap .row .col ul li .num p {
    opacity: 1;
    color: #0061d6;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.36px;
  }
}
.service-wrap section#block1 {
  background-color: #000000;
  position: relative;
}
.service-wrap section#block1 .comp {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 600px;
}
.service-wrap section#block1 .comp .overlay-bg {
  background-color: rgba(0, 0, 0, 0.3);
}
.service-wrap section#block1 .comp .inner-wrap h1 {
  font-family: "Baskerville-Regular";
  font-size: 100px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  padding-top: 50px;
}
.service-wrap section.serv-wrap {
  padding: 75px 0;
}
.service-wrap section.serv-wrap .container .inner-wrap .row {
  overflow: auto;
  padding: 75px 0;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col:first-child {
  width: 400px;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col:last-child {
  width: 450px;
  position: sticky;
  top: 0;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col h3 {
  font-family: "Baskerville-Regular";
  font-size: 50px;
  line-height: 60px;
  color: #000000;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col h4 {
  padding-top: 20px;
  font-family: "Baskerville-Regular";
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.56px;
  color: #000000;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.36px;
  color: #000000;
  padding-bottom: 40px;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col ul {
  padding-bottom: 32px;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col ul li {
  padding: 32px 0;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col ul li:first-child {
  padding-top: 0;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col ul li .num {
  display: flex;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col ul li .num:hover {
  transition: 0.3s ease-in-out;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col ul li .num p {
  opacity: 0.9;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.36px;
  padding: 0;
}
.service-wrap section.serv-wrap .container .inner-wrap .row .col ul li .num span {
  padding-right: 48px;
  font-family: "Baskerville-Regular";
  color: #000000;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
}
@media screen and (max-width: 990px) {
  .service-wrap section#block1 .comp {
    background-size: contain;
    height: 440px;
  }
  .service-wrap section#block1 .comp .inner-wrap h1 {
    font-size: 80px;
  }
  .service-wrap section.serv-wrap {
    padding: 50px 0;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row {
    padding: 50px 0;
    flex-direction: column;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row .col {
    width: 100%;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row .col:first-child,
  .service-wrap section.serv-wrap .container .inner-wrap .row .col:last-child {
    width: 100%;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row .col:first-child {
    padding-bottom: 64px;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row .col h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row .col h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.44px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 650px) {
  .service-wrap section#block1 .comp {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 360px;
  }
  .service-wrap section#block1 .comp .overlay-bg {
    display: none;
  }
  .service-wrap section#block1 .comp .inner-wrap {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .service-wrap section#block1 .comp .inner-wrap h1 {
    padding-bottom: 64px;
    padding-top: 0;
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .service-wrap section.serv-wrap {
    padding: 32px 0;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row {
    padding: 32px 0;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row .col h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row .col h4 {
    font-size: 22px;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row .col ul li {
    padding: 24px 0;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row .col ul li .num span {
    padding-right: 24px;
    font-size: 18px;
    line-height: 24px;
  }
  .service-wrap section.serv-wrap .container .inner-wrap .row .col ul li .num p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.34px;
    opacity: 0.9;
  }
}
.team-wrap section.bn-wrap {
  background-color: #000000;
  position: relative;
}
.team-wrap section.bn-wrap .comp {
  background: url("../images/about/team-bg.jpg") no-repeat center;
  background-size: cover;
  background-color: #000000;
  height: 600px;
}
.team-wrap section.bn-wrap .comp .inner-wrap h1 {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  font-family: "Baskerville-Regular";
  font-size: 50px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  padding-top: 50px;
}
.team-wrap .leadership-wrap {
  padding: 180px 0;
}
.team-wrap .leadership-wrap .container .inner-wrap h2 {
  font-family: "Baskerville-Regular";
  font-size: 80px;
  color: #000000;
  margin-bottom: 90px;
}
.team-wrap .leadership-wrap .container .inner-wrap .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.team-wrap .leadership-wrap .container .inner-wrap .mt-70 {
  margin-top: 70px;
}
.team-wrap .leadership-wrap .container .inner-wrap .row .col {
  width: 300px;
  margin-right: 35px;
}
.team-wrap .leadership-wrap .container .inner-wrap .row .col:last-child {
  margin-right: 0;
}
.team-wrap .leadership-wrap .container .inner-wrap .row .col .content {
  margin-top: 20px;
}
.team-wrap .leadership-wrap .container .inner-wrap .row .col .content h4 {
  font-family: "Baskerville-Regular";
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 8px;
}
.team-wrap .leadership-wrap .container .inner-wrap .row .col .content p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.team-wrap .member-wrap {
  padding: 180px 0;
}
.team-wrap .member-wrap .container .inner-wrap .row .col:first-child {
  width: 370px;
}
.team-wrap .member-wrap .container .inner-wrap .row .col:last-child {
  width: 450px;
}
.team-wrap .member-wrap .container .inner-wrap .row .col h2 {
  font-family: "Baskerville-Regular";
  font-size: 45px;
  line-height: 50px;
  color: #000000;
  padding-bottom: 8px;
}
.team-wrap .member-wrap .container .inner-wrap .row .col p {
  font-size: 18px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.46px;
}
.team-wrap .member-wrap .container .inner-wrap .row .col .content {
  margin-top: 40px;
}
.team-wrap .member-wrap .container .inner-wrap .row .col .content p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0.46px;
  padding-bottom: 40px;
}
.team-wrap .member-wrap .container .inner-wrap .row .col .content p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 990px) {
  .team-wrap {
    margin-top: 74px;
  }
  .team-wrap section.bn-wrap {
    background-color: transparent;
  }
  .team-wrap section.bn-wrap .comp {
    background: unset;
    background-color: transparent;
    height: auto;
  }
  .team-wrap section.bn-wrap .comp .container {
    padding: 15px 0 0;
  }
  .team-wrap section.bn-wrap .comp .container .inner-wrap h1 {
    max-width: 100%;
    width: 100%;
    font-size: 40px;
    color: #000000;
    line-height: 50px;
    text-align: left;
    padding: 0;
  }
  .team-wrap section.leadership-wrap {
    padding: 96px 0;
  }
  .team-wrap section.leadership-wrap .container .inner-wrap h2 {
    font-size: 70px;
    margin-bottom: 70px;
  }
  .team-wrap .member-wrap {
    padding: 0 0 96px;
  }
  .team-wrap .member-wrap .container .inner-wrap .row {
    flex-direction: column;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col:first-child {
    width: 100%;
    margin-bottom: 32px;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col:last-child {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .team-wrap section.bn-wrap .comp .container .inner-wrap h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .team-wrap section.leadership-wrap .container .inner-wrap h2 {
    font-size: 60px;
    margin-bottom: 56px;
  }
  .team-wrap section.leadership-wrap .container .inner-wrap .row .col {
    width: 45%;
  }
  .team-wrap section.leadership-wrap .container .inner-wrap .row .col .img-box img {
    width: 100%;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col img {
    width: 100%;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col:last-child {
    width: 100%;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col h2 {
    font-size: 37px;
    line-height: 42px;
  }
}
@media screen and (max-width: 480px) {
  .team-wrap section.bn-wrap .comp .container .inner-wrap h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .team-wrap section.leadership-wrap .container .inner-wrap h2 {
    font-size: 45px;
  }
  .team-wrap section.leadership-wrap .container .inner-wrap .row .col {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }
  .team-wrap section.leadership-wrap .container .inner-wrap .row .col:last-child {
    margin-bottom: 0;
  }
  .team-wrap .member-wrap .container {
    position: relative;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col:first-child {
    position: absolute;
    top: 0;
    left: 0;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col:first-child .img-box img {
    width: 100%;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col:last-child {
    margin-top: 123%;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col p {
    font-size: 16px;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col .content {
    margin-top: 40px;
  }
  .team-wrap .member-wrap .container .inner-wrap .row .col .content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .team-wrap .member-wrap .container .inner-wrap .row .col:last-child {
    margin-top: 126%;
  }
}
section.news-wrap {
  padding: 190px 0 337px;
}
section.news-wrap .container .inner-wrap .block {
  height: 100%;
}
section.news-wrap .container .inner-wrap .block .col:first-child {
  width: 300px;
}
section.news-wrap .container .inner-wrap .block .col:last-child {
  width: 450px;
}
section.news-wrap .container .inner-wrap .block .col h2 {
  font-family: "Baskerville-Regular";
  font-size: 80px;
  line-height: 70px;
  color: #000000;
  padding-bottom: 16px;
}
section.news-wrap .container .inner-wrap .block .col p {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  opacity: 0.8;
}
section.news-wrap .container .inner-wrap .block .col .box {
  padding-bottom: 32px;
}
section.news-wrap .container .inner-wrap .block .col .box .date span {
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.28px;
  color: #000000;
  opacity: 0.5;
  padding-right: 7px;
  padding-bottom: 16px;
}
section.news-wrap .container .inner-wrap .block .col .box .date span:nth-child(2) {
  opacity: 1;
}
section.news-wrap .container .inner-wrap .block .col .box .date span:last-child {
  padding-right: 0;
}
section.news-wrap .container .inner-wrap .block .col .box a.news-link {
  font-family: "Baskerville-Regular";
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  section.news-wrap {
    padding: 89px 0 240px;
  }
  section.news-wrap .container .inner-wrap .block {
    flex-direction: column;
    align-items: flex-start;
  }
  section.news-wrap .container .inner-wrap .block .col:first-child {
    width: 100%;
    padding-bottom: 44px;
  }
  section.news-wrap .container .inner-wrap .block .col:last-child {
    width: 100%;
  }
  section.news-wrap .container .inner-wrap .block h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 480px) {
  section.news-wrap .container .inner-wrap .block .col h2 {
    font-size: 50px;
    line-height: 50px;
  }
  section.news-wrap .container .inner-wrap .block .col p {
    font-size: 15px;
    line-height: 24px;
    opacity: 0.6;
    letter-spacing: 0.3px;
  }
  section.news-wrap .container .inner-wrap .block .col .box {
    padding-bottom: 24px;
  }
  section.news-wrap .container .inner-wrap .block .col .box a.news-link {
    font-size: 20px;
    line-height: 30px;
  }
}
section.download-wrap {
  padding: 190px 0 337px;
}
section.download-wrap .container .inner-wrap .block {
  height: 100%;
}
section.download-wrap .container .inner-wrap .block .col:first-child {
  width: 345px;
}
section.download-wrap .container .inner-wrap .block .col:last-child {
  width: 450px;
}
section.download-wrap .container .inner-wrap .block .col h2 {
  font-family: "Baskerville-Regular";
  font-size: 80px;
  line-height: 70px;
  color: #000000;
  padding-bottom: 16px;
}
section.download-wrap .container .inner-wrap .block .col p {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  opacity: 0.8;
}
section.download-wrap .container .inner-wrap .block .col .accordion {
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
  margin-bottom: 40px;
}
section.download-wrap .container .inner-wrap .block .col .accordion:last-child {
  margin-bottom: 0;
}
section.download-wrap .container .inner-wrap .block .col .title {
  position: relative;
  cursor: pointer;
  padding: 40px 0;
  padding-right: 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
}
section.download-wrap .container .inner-wrap .block .col .title:first-child {
  padding-top: 0;
}
section.download-wrap .container .inner-wrap .block .col .title p {
  font-family: "Baskerville-Regular";
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
section.download-wrap .container .inner-wrap .block .col .title:after {
  content: "\002B";
  color: #0061d6;
  font-weight: 200;
  font-size: 50px;
  line-height: 25px;
  position: absolute;
  right: 0;
}
section.download-wrap .container .inner-wrap .block .col .title.active {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
section.download-wrap .container .inner-wrap .block .col .title.active:after {
  content: "\2212";
}
section.download-wrap .container .inner-wrap .block .col .content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
section.download-wrap .container .inner-wrap .block .col .content li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 32px 0;
}
section.download-wrap .container .inner-wrap .block .col .content li:last-child {
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
}
section.download-wrap .container .inner-wrap .block .col .content li a.num {
  display: flex;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
section.download-wrap .container .inner-wrap .block .col .content li a.num:hover p {
  color: #0a4e9f;
  transition: 0.3s ease-in-out;
}
section.download-wrap .container .inner-wrap .block .col .content li a.num span {
  padding-right: 24px;
}
section.download-wrap .container .inner-wrap .block .col .content li a.num p {
  opacity: 1;
  color: #0061d6;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.36px;
  padding: 0;
}
@media screen and (max-width: 990px) {
  section.download-wrap {
    padding: 96px 0 337px;
  }
  section.download-wrap .container .inner-wrap .block {
    flex-direction: column;
  }
  section.download-wrap .container .inner-wrap .block .col:first-child {
    width: 100%;
    padding-bottom: 48px;
  }
  section.download-wrap .container .inner-wrap .block .col:last-child {
    width: 100%;
  }
  section.download-wrap .container .inner-wrap .block .col h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 480px) {
  section.download-wrap {
    padding: 96px 0px;
  }
  section.download-wrap .container .inner-wrap .block .col h2 {
    font-size: 50px;
    line-height: 50px;
  }
  section.download-wrap .container .inner-wrap .block .col p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
    opacity: 0.5;
  }
  section.download-wrap .container .inner-wrap .block .col .title {
    padding: 24px 0;
  }
  section.download-wrap .container .inner-wrap .block .col .title p {
    opacity: 1;
    font-size: 22px;
    line-height: 30px;
  }
  section.download-wrap .container .inner-wrap .block .col .content li {
    padding: 24px 0;
  }
  section.download-wrap .container .inner-wrap .block .col .content li a.num span {
    padding-right: 20px;
  }
  section.download-wrap .container .inner-wrap .block .col .content li a.num p {
    font-size: 16px;
    line-height: 32px;
  }
}
.contact-pg footer {
  background: #ffffff;
}
.contact-pg footer .inner-wrap {
  padding-top: 0;
}
section.contact-wrap {
  padding: 190px 0 0;
  height: 100vh;
}
section.contact-wrap .container .inner-wrap .block .col:first-child {
  width: 300px;
}
section.contact-wrap .container .inner-wrap .block .col:last-child {
  width: 450px;
}
section.contact-wrap .container .inner-wrap .block .col h2 {
  font-family: "Baskerville-Regular";
  font-size: 80px;
  line-height: 70px;
  color: #000000;
  padding-bottom: 16px;
  margin-left: -4px;
}
section.contact-wrap .container .inner-wrap .block .col p {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  opacity: 0.8;
}
section.contact-wrap .container .inner-wrap .block .col .box {
  padding-bottom: 56px;
}
section.contact-wrap .container .inner-wrap .block .col .box:last-child {
  padding-bottom: 0;
}
section.contact-wrap .container .inner-wrap .block .col .box p.address {
  font-family: "Baskerville-Regular";
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 24px;
  opacity: 1;
}
section.contact-wrap .container .inner-wrap .block .col .box a.map {
  display: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #0061d6;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
section.contact-wrap .container .inner-wrap .block .col .box img {
  display: none;
  color: #0061d6;
  padding-left: 16px;
}
section.contact-wrap .container .inner-wrap .block .col .box p {
  opacity: 0.7;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 8px;
}
section.contact-wrap .container .inner-wrap .block .col .box a.email {
  font-family: "Baskerville-Regular";
  font-size: 24px;
  line-height: 30px;
  color: #0061d6;
  text-decoration: underline;
}
section.contact-wrap .container .inner-wrap .block .col .box a.phone {
  font-family: "Baskerville-Regular";
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  section.contact-wrap .container .inner-wrap .block .col:first-child {
    width: 270px;
  }
  section.contact-wrap .container .inner-wrap .block .col:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 990px) {
  section.contact-wrap {
    padding: 96px 0;
    height: 100vh;
  }
  section.contact-wrap .container .inner-wrap .block {
    flex-direction: column;
  }
  section.contact-wrap .container .inner-wrap .block .col:first-child {
    width: 100%;
    margin-bottom: 48px;
  }
  section.contact-wrap .container .inner-wrap .block .col:last-child {
    width: 100%;
  }
  section.contact-wrap .container .inner-wrap .block .col h2 {
    font-size: 70px;
    line-height: 70px;
  }
  section.contact-wrap .container .inner-wrap .block .col .box a.phone {
    color: #0061d6;
  }
}
@media screen and (max-width: 768px) {
  .contact-pg footer {
    background: #f4f4f4;
  }
  .contact-pg footer .inner-wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  section.contact-wrap .container .inner-wrap .block .col h2 {
    font-size: 50px;
    line-height: 50px;
  }
  section.contact-wrap .container .inner-wrap .block .col p {
    font-size: 15px;
    line-height: 24px;
    opacity: 0.5;
    letter-spacing: 0.3px;
  }
  section.contact-wrap .container .inner-wrap .block .col .box {
    padding-bottom: 48px;
  }
  section.contact-wrap .container .inner-wrap .block .col .box p {
    font-size: 14px;
    line-height: 16px;
  }
  section.contact-wrap .container .inner-wrap .block .col .box p.address {
    font-size: 20px;
    line-height: 30px;
  }
  section.contact-wrap .container .inner-wrap .block .col .box a.phone {
    color: #0061d6;
  }
  section.contact-wrap .container .inner-wrap .block .col .box a.email,
  section.contact-wrap .container .inner-wrap .block .col .box a.phone {
    font-size: 18px;
    line-height: 30px;
  }
}
.menu_rhs {
  display: flex;
  align-items: center;
  gap: 32px;
}
.portfolio-optimiser {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.5;
}
.portfolio-optimiser:hover {
  color: #fff;
  opacity: 1;
}
.header-white .portfolio-optimiser {
  color: #000;
}
.footer-edit .link__learn-more {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  header .header-wrap .menu-wrap nav ul li a.portfolio-optimiser {
    font-family: Raleway, sans-serif;
    text-transform: inherit;
    text-decoration: underline;
    letter-spacing: 0.14px;
    font-size: 14px;
    opacity: 0.6;
  }
  .is-desktop {
    display: none;
  }
}
.d-none {
  display: none;
}
@media only screen and (min-width: 769px) {
  .is-mobile {
    display: none;
  }
}

/* Header menu desktop dropdown :start */
.-dblock{
  display: block;
}
.dropdownWrap{
  position: relative;  
  display: inline-block;
}
.dropdownWrapBtn{
  height: 35px;
  width: 35px;
  border-radius: 100px;
  display: grid;
  place-items: center;  
  cursor: pointer;
}
.dropdownWrapBtn .dropdownWrapBtnIcon{
  position: relative;
  right: 1px;
}
.dropdownIcon{
  align-self: flex-start;
}

.dropdownListItem{
  border-bottom: 1px solid #ececec;
  /* opacity: 15%; */
  padding-bottom: 12px;
  padding-top: 12px;
}
.dropdownListItem:first-child{
  padding-top: 0;
}
.dropdownListItem:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.dropdownListAnchor{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.dropdownListAnchor:hover{
  opacity: 0.7;
}
.dropdownList{
  width: 240px;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 6px;
  position: absolute;
  right: -14px;
  /* top: 16px; */
  margin-top: 16px;
  transform: translateY(4px);
  opacity: 0;
  visibility: hidden;
  transition: 0.40s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.dropdownWrap:hover .dropdownList{
  transform: translateY(0px);
  opacity: 1;
  visibility:visible;
}
.dropdownText{
  max-width: 140px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
/* [data-state='news']{

} */


/* disclosure page */
[data-state="Disclosure"] section.contact-wrap .container .inner-wrap .block .col:last-child {
    width: unset;
}
[data-state="Disclosure"] section.contact-wrap{
  height: auto;
  padding-bottom: 150px;
  }
  [data-state="Disclosure"] .disclosure-wrap .inner-wrap{
   /* max-width: 100%; */
  }
  [data-state="Disclosure"] section.contact-wrap .container .inner-wrap .block .col h2{
    padding-bottom: 0;
    line-height: 103.44px;
    font-weight: 400;
  }
  [data-state="Disclosure"] section.contact-wrap .container .inner-wrap .block .col p{
   font-size: 18px;
   font-weight: 400;
  }
  [data-state="Disclosure"] .disclsure-bottom{
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 32px;
  }
[data-state="Disclosure"] .table_headLeft{
/* background-color: #00BCD4; */
background-color: #285FCF;
color: white;
font-size: 20px;
line-height: 23.48px;
letter-spacing: 0.02em;
font-family: "Raleway", sans-serif;
padding: 24px;
font-weight: 600;
}
[data-state="Disclosure"] .table_headRight{
  /* background-color: #46485C; */
  background-color: #000000;
  color: white;
  font-size: 20px;
  line-height: 23.48px;
  letter-spacing: 0.02em;
  font-family: "Raleway", sans-serif;
  padding: 24px;
  font-weight: 600;
}

[data-state="Disclosure"] .table_leftColumn, 
[data-state="Disclosure"] .table_rightColumn{
padding: 16px 24px;
font-size: 16px;
line-height: 18.78px;
color: #000;
font-weight: 400;
/* letter-spacing: 2%; */
letter-spacing: 0.02em;
} 

[data-state="Disclosure"] .table_body tr:nth-child(2n){
  /* background-color: #EBF0EF; */
  background-color: #EFEFEF;
}
[data-state="Disclosure"] .disclosure-table{
  padding-top: 32px;
}
[data-state="Disclosure"] .table_headRight.-border{
  border-right: 1px solid #f1f1f12e;
 }

 [data-state="Disclosure"] .table_rightColumn.-border:not(.-gray){
   border-left: 1px solid #EFEFEF;
   border-right: 1px solid #EFEFEF;
   }
   [data-state="Disclosure"] .table_rightColumn.-border.-gray{
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
 }


@media (max-width:1024px) {
  [data-state="Disclosure"] section.contact-wrap .container .inner-wrap .block .col:last-child{
    /* text-align: center; */
  }
  [data-state="Disclosure"] .table_headLeft,
  [data-state="Disclosure"] .table_headRight{
    font-size: 14px;
line-height: 16.73px;
padding: 14px;
  }
 
  [data-state="Disclosure"] .table_leftColumn,
  [data-state="Disclosure"] .table_rightColumn{
    font-size: 12px;
    line-height: 14px; 
    padding: 12px 14px;
  }
  [data-state="Disclosure"] .disclosure-table{
    padding-top: 0;
  }
  [data-state="Disclosure"] section.contact-wrap{
    padding-bottom: 96px;
  }
  [data-state="Disclosure"] section.contact-wrap .container .inner-wrap .block .col h2{
    /* line-height: 50px; */
    font-size: 36px;
    line-height: 36px;
  }
  [data-state="Disclosure"] section.contact-wrap .container .inner-wrap .block .col p{
    margin-top: 12px;
  }
  [data-state="Disclosure"] .disclsure-bottom{
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width:767px){
  [data-state="Disclosure"] table{
    width: 500px !important;
  }
}

/* ++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++ footer dropdown ++++++++++++++++++ */
footer .block-verticle {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer .overflow-visible {
  overflow: visible !important;
}
footer .dropdown-top-wrapper {
  align-self: flex-start;
}
footer .dropdown-top-wrapper .dropdownWrap.-footer .dropdownWrapBtn {
  background-color: none;
  opacity: 0.6;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 12px;
  height: auto;
  width: auto;
  font-family: "Raleway", sans-serif;
}
footer .dropdown-top-wrapper .dropdownWrap.-footer:hover .dropdownWrapBtn {
  opacity: 1;
}

@media screen and (min-width: 481px) {
  footer .dropdown-top-wrapper-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .dropdown-top-wrapper {
    display: none !important;
  }

  .dropdown-top-wrapper-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .download-links-mb {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .download-links-mb .dropdownText {
    background-color: none;
    opacity: 0.8;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-family: "Raleway", sans-serif;
  }
}

/* ++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++ */