#financial-services .hero {
  position: relative;
}
#financial-services .hero .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 250px;
  margin-bottom: 120px;
  max-width: 1230px;
  align-items: flex-end;
}
#financial-services .hero h1 {
  color: #1E2859;
  font-family: "kepler-std-display";
  font-weight: 300;
  font-size: 160px;
  line-height: 140px;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 0.75s linear;
}
#financial-services .hero h2 {
  transition: all 0.5s ease 0.75s;
  opacity: 0;
  transform: translate(0, 50px);
  padding-left: 30px;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.33px;
  color: #2E3F57;
  position: relative;
  margin-bottom: 20px;
}
#financial-services .hero h2::before {
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  background: #4A8CCC;
}
#financial-services .hero.in-view h1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#financial-services .hero.in-view h2 {
  opacity: 1;
  transform: translate(0, 0);
}
#financial-services .s1 {
  aspect-ratio: 1920/667;
  min-height: 250px;
  background: url(/i/financial-services-hero.jpg) no-repeat center top/cover;
  width: 100%;
}
#financial-services .s2 {
  padding: 150px 0;
  background: #ECEFF9;
}
#financial-services .s2 .content {
  position: relative;
  padding: 50px 100px;
  transition: padding 0.5s ease;
}
#financial-services .s2 .content::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 5px solid #4D8CCA;
  border-top: 5px solid #4D8CCA;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
}
#financial-services .s2 .content::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 5px solid #4D8CCA;
  border-bottom: 5px solid #4D8CCA;
  width: 80px;
  height: 80px;
  right: 0;
  bottom: 0;
}
#financial-services .s2 .content > div {
  opacity: 0;
}
#financial-services .s2 h3 {
  font-size: 39px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.17px;
  color: #2E3F57;
}
#financial-services .s2 h3 strong {
  font-weight: 500;
  color: #4D8CCA;
}
#financial-services .s2 .cols {
  display: flex;
  flex-direction: row;
  margin-top: 75px;
}
#financial-services .s2 .cols > div {
  width: 40%;
}
#financial-services .s2 .cols > p {
  width: 60%;
  max-width: 520px;
}
#financial-services .s2 p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #2E3F57;
}
#financial-services .s2 p strong {
  font-weight: 600;
}
#financial-services .s2 .btn {
  margin-top: 8px;
}
#financial-services .s2 .btn::after, #financial-services .s2 .btn::before {
  z-index: initial;
}
#financial-services .s2.in-view .content {
  padding: 150px 100px;
}
#financial-services .s2.in-view .content > div {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}
#financial-services .s3 {
  position: relative;
  padding: 150px 0;
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  justify-content: flex-end;
  height: 660px;
  max-height: calc(100vh - 160px);
  min-height: fit-content;
}
#financial-services .s3 .content {
  max-width: 1220px;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s ease;
}
#financial-services .s3 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/i/financial-services-img.jpg) no-repeat center/cover;
}
#financial-services .s3 p {
  font-size: 25px;
  font-weight: 400px;
  color: #2E3F57;
  line-height: 1.5;
  letter-spacing: 0.75px;
  margin-left: calc(50% + 105px);
  max-width: 473px;
}
#financial-services .s3 p strong {
  color: #4D8CCA;
  font-weight: 500;
}
#financial-services .s3.in-view .content {
  opacity: 1;
  transform: translate(0, 0);
}
#financial-services .s4 {
  padding: 150px 0;
  background: #1E2859;
  color: #fff;
}
#financial-services .s4 .content {
  max-width: 1220px;
}
#financial-services .s4 h2 {
  font-family: "kepler-std-display";
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
}
#financial-services .s4 p {
  color: #fff;
  font-size: 25px;
  font-weight: 400px;
  line-height: 1.5;
  letter-spacing: 0.75px;
}
#financial-services .s4 p strong {
  color: #85AADA;
  font-weight: 500;
}
#financial-services .s4 .cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
  align-items: flex-end;
  margin-bottom: 150px;
}
#financial-services .s4 .cols > div {
  width: calc(50% - 40px);
}
#financial-services .s4 ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
#financial-services .s4 li {
  opacity: 0;
  transition: opacity 0.5s ease;
  width: calc(33.33% - 33.33px);
  border-top: 1px solid #A0B8D3;
  padding-top: 25px;
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 0.33px;
  line-height: 1.3;
}
#financial-services .s4 li:nth-child(1) {
  background: url(/i/icon-wealth-management.svg) no-repeat right 30px/auto;
  transition-delay: 0.1s;
}
#financial-services .s4 li:nth-child(2) {
  background: url(/i/icon-insurance-services.svg) no-repeat right 30px/auto;
  transition-delay: 0.2s;
}
#financial-services .s4 li:nth-child(3) {
  background: url(/i/icon-professional-services.svg) no-repeat right 30px/auto;
  transition-delay: 0.3s;
}
#financial-services .s4 li:nth-child(4) {
  background: url(/i/icon-employee-benefits.svg) no-repeat right 30px/auto;
  transition-delay: 0.4s;
}
#financial-services .s4 li:nth-child(5) {
  background: url(/i/icon-real-estate-services.svg) no-repeat right 30px/auto;
  transition-delay: 0.5s;
}
#financial-services .s4 li:nth-child(6) {
  background: url(/i/icon-tech-enabled-services.svg) no-repeat right 30px/auto;
  transition-delay: 0.6s;
}
#financial-services .s4.in-view li {
  opacity: 1;
}
#financial-services .s5 {
  padding: 150px 0;
}
#financial-services .s5 h2 {
  font-family: "kepler-std-display";
  font-size: 120px;
  font-weight: 200;
  line-height: 1;
  color: #1E2859;
}
#financial-services .s5 .content {
  max-width: 1220px;
}
#financial-services .s5 .cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
#financial-services .s5 p {
  font-size: 25px;
  letter-spacing: 0.75px;
  font-weight: 400;
  color: #2E3F57;
}
#financial-services .s5 .scrollText {
  /* width:calc(100vw - (50vw - 610px));overflow:hidden; */
  overflow: hidden;
  width: 100%;
}
#financial-services .s5 .scrollText .tickercontainer {
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 3px 0;
  overflow: hidden;
  text-align: center;
}
#financial-services .s5 .scrollText button {
  position: relative;
  background: none;
  height: 200px;
  width: 200px;
  border: none;
  cursor: pointer;
}
#financial-services .s5 .scrollText button div {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
#financial-services .s5 .scrollText button:hover::before {
  content: "";
  display: block;
  position: absolute;
  border-right: 4px solid #4D8CCA;
  border-top: 4px solid #4D8CCA;
  width: 30px;
  height: 30px;
  right: 4px;
  top: 4px;
}
#financial-services .s5 .scrollText button:hover::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 4px solid #4D8CCA;
  border-bottom: 4px solid #4D8CCA;
  width: 30px;
  height: 30px;
  left: 4px;
  bottom: 4px;
}
#financial-services .s5 .scrollText .tickercontainer .mask {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#financial-services .s5 .scrollText ul.newsticker {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#financial-services .s5 .scrollText ul.newsticker li {
  float: left;
  padding: 0;
}

#shade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  z-index: 101;
}

.popup {
  z-index: 102;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 80vh;
  width: 900px;
  border-radius: 15px;
  overflow: hidden;
}
.popup .cols {
  flex-direction: row;
  display: flex;
}
.popup .cols > div:nth-child(1) {
  width: 53%;
  background: #fff;
  padding: 50px;
}
.popup .cols > div:nth-child(2) {
  width: 47%;
  background: #E9EEF8;
  padding: 0 50px 50px 50px;
}
.popup img {
  width: 100%;
  margin: 0 0%;
}
.popup h3 {
  font-family: "kepler-std-display";
  font-size: 60px;
  font-weight: 300;
  line-height: 1.1;
  color: #2E3F57;
}
.popup h4 {
  font-size: 25px;
  font-weight: 500;
  color: #4D8CCA;
  margin-bottom: 1.5em;
}
.popup p {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.63px;
  line-height: 1.5;
  color: #2E3F57;
}
.popup .cols > div:nth-child(2) p {
  margin-bottom: 1em;
}
.popup p span, .popup p a {
  color: #4D8CCA;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .popup p {
    font-size: 19px;
  }
}
@media screen and (max-width: 979px) {
  .popup {
    max-width: 100%;
    max-height: 94vh;
  }
  .popup .cols {
    flex-direction: column;
  }
  .popup .cols > div {
    width: 100% !important;
    padding: 25px !important;
  }
  .popup .cols > div:nth-child(2) {
    padding-top: 0 !important;
  }
  .popup img {
    margin: 0 auto;
    max-width: 200px !important;
    display: block;
  }
  .popup p {
    font-size: 18px;
  }
  .popup p.status {
    margin-bottom: 0 !important;
  }
  .popup h3 {
    font-size: 40px;
  }
  .popup h4 {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 979px) {
  #financial-services .s2 .cols {
    flex-direction: column;
    gap: 50px;
  }
  #financial-services .s2 .cols > * {
    width: 100% !important;
  }
  #financial-services .s3 {
    padding-top: 0;
    height: auto;
    gap: 50px;
    max-height: auto;
  }
  #financial-services .s3 .img {
    position: relative;
    width: 100%;
    height: 400px;
  }
  #financial-services .s3 p {
    margin-left: 0;
    max-width: 100%;
  }
  #financial-services .s4 li {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  #financial-services .s2 {
    padding: 100px 0;
  }
  #financial-services .s2 h3 {
    font-size: 25px;
  }
  #financial-services .s2 .content::before {
    width: 40px;
    height: 40px;
  }
  #financial-services .s2 .content::after {
    width: 40px;
    height: 40px;
  }
  #financial-services .s2 .cols {
    margin-top: 42px;
  }
  #financial-services .s2 p {
    font-size: 18px;
  }
  #financial-services .s2.in-view .content {
    padding: 50px 30px;
  }
  #financial-services .s3 {
    padding-bottom: 100px;
  }
  #financial-services .s3 p {
    font-size: 20px;
  }
  #financial-services .s4 {
    padding: 100px 0;
  }
  #financial-services .s4 .cols {
    flex-direction: column;
    margin-bottom: 75px;
  }
  #financial-services .s4 .cols > * {
    width: 100% !important;
  }
  #financial-services .s4 h2 {
    font-size: 50px;
  }
  #financial-services .s4 p {
    font-size: 20px;
  }
  #financial-services .s4 ul {
    flex-direction: column;
  }
  #financial-services .s4 li {
    width: 100%;
    font-size: 25px;
  }
  #financial-services .s5 {
    padding: 100px 0 75px 0;
  }
  #financial-services .s5 h2 {
    font-size: 50px;
  }
  #financial-services .s5 p {
    font-size: 20px;
    margin-top: 1em;
  }
  #financial-services .s5 .cols {
    flex-direction: column;
    gap: 50px;
  }
  #financial-services .s5 .cols > * {
    width: 100% !important;
  }
}

/*# sourceMappingURL=financial-services.css.map */
