@charset "UTF-8";

@import 'normalize.css';

* {
  box-sizing: border-box;
}
html {
  padding-top: 100px;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.66;
  color: #0e0f10;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

h1,
.h1 {
  margin: 0 0 25px;
  font-size: 90px;
  line-height: 102px;
  letter-spacing: -1.8px;
}

h2,
.h2 {
  margin: 0 0 25px;
  font-size: 44px;
  line-height: 1.18;
}

h3,
.h3 {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.18;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.18;
}

p {
  margin: 0 0 20px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
}

a:hover {
  text-decoration: underline;
}

.container {
  min-height: 100vh;
  overflow: hidden;
}

.wrap {
  max-width: 1440px;
  padding: 0 25px;
  margin: 0 auto;
}

header {
  padding: 20px 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
}

header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 212px;
  margin-left: 25px;
}

.logo a {
  display: inline-block;
}

.logo img {
  display: block;
  max-width: 100%;
}

header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header ul li {
  display: inline-block;
}

header ul li + li {
  margin-left: 36px;
}

header ul li a {
  display: block;
  padding: 5px 0;
  line-height: 1;
  border: 1px solid transparent;
}

header ul li a:hover {
  text-decoration: none;
  color: #016ddb;
}

.toggle-nav {
  display: none;
}

.home-wrap {
  min-height: 100px;
  background: #f4f6f7;
  border-radius: 16px;
}

.home-hero {
  min-height: 787px;
  padding: 100px 50px;
  margin-bottom: 132px;
  position: relative;
  border-radius: 16px 16px 0 0;
}

.hero-text {
  width: 64%;
  max-width: 775px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1100px) {
  .hero-text {
    max-width: 500px;
  }
}

@media (max-width: 901px) {
  .hero-text {
    max-width: 100%;
  }
}

.hero-text h1 {
  letter-spacing: -2px;
}

.hero-text p {
  max-width: 471px;
  padding-right: 30px;
  margin: 0 0 40px;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}

.hero-img {
  width: 64%;
  max-width: 860px;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-img img {
  display: block;
  max-width: 100%;
}

.home-hero-el {
  position: absolute;
  z-index: 1;
}

.home-hero-el1 {
  width: 8.5vw;
  height: 8.5vw;
  max-width: 124px;
  max-height: 124px;
  left: -0.5%;
  bottom: -0.5%;
  background: #96fbfe;
  border-radius: 7%;
}

.home-hero-el2 {
  width: 14.4vw;
  max-width: 209px;
  top: 72.5%;
  right: 31.5%;
}

.home-hero-el2 img {
  display: block;
  width: 100%;
}

.home-hero-el3 {
  width: 3.45vw;
  height: 3.45vw;
  max-width: 50px;
  max-height: 50px;
  top: 62%;
  right: 23%;
  background: #96fbfe;
  border-radius: 50%;
}

.hero-mask {
  position: relative;
  overflow: hidden;
  border-radius: 0 16px 0 0;
}

.hero-mask img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  will-change: transform;
}

.hero-mask .mask {
  position: relative;
  z-index: 1;
  transform: scale(1.01);
}

.home-bottom-wrap {
  padding: 0 63px 1px 50px;
}

.ai-tools {
  display: flex;
  padding: 80px 20px 70px;
  align-items: center;
  background: #ffcc01;
  border-radius: 20px;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.16);
}

.ai-tools-img {
  width: 60%;
  padding: 0 72px 0 15px;
}

.ai-tools-img img {
  display: block;
  max-width: 100%;
}

.ai-tools-text {
  width: 40%;
  padding-right: 35px;
}

.ai-tools-text h2 {
  padding-right: 10px;
  margin: 0 0 18px;
}

.ai-tools-text p:last-child {
  margin: 0;
}

.wow .ai-tools-img img {
  opacity: 0;
  transform: translateY(50%);
  transition: all 1s ease;
}

.wow.animate .ai-tools-img img {
  opacity: 1;
  transform: translateY(0);
}

.features {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  min-height: 355px;
  margin: 30px -15px -115px;
}

.feature-col {
  width: 25%;
  padding: 0 15px;
}

.feature-box {
  min-height: 355px;
  padding: 31px 28px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.16);
}

.feature-box h4 {
  margin-bottom: 8px;
}

.feature-box p {
  font-size: 16px;
  line-height: 1.62;
  color: #67686d;
}

.anim-ico {
  width: 80px;
  height: 70px;
  margin-bottom: 30px;
  position: relative;
}

.ico-el {
  position: absolute;
  transition: transform 0.35s ease;
}

/* ico 1 */
.anim-ico1 .ico-el1 {
  width: 58px;
  height: 58px;
  top: 4px;
  left: 14px;
  background: #f9dedd;
  border-radius: 50%;
}

.anim-ico1 .ico-el2 {
  width: 30px;
  height: 30px;
  top: 26px;
  left: 0;
  background: #ff5450;
  border-radius: 50%;
}

.anim-ico1 .ico-el3 {
  width: 30px;
  height: 30px;
  top: 0;
  left: 51px;
  border: 1px solid #000;
  border-radius: 50%;
}

.feature-box:hover .anim-ico1 .ico-el2 {
  transform: translate(51px, -26px);
}

.feature-box:hover .anim-ico1 .ico-el3 {
  transform: translate(-51px, 26px);
}

/* ico 2 */
.anim-ico2 .ico-el1 {
  width: 48px;
  height: 48px;
  top: 7px;
  left: 8px;
  background: #d0e1f6;
}

.anim-ico2 .ico-el2 {
  width: 40px;
  height: 40px;
  bottom: 0;
  left: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.anim-ico2 .ico-el3 {
  width: 24px;
  height: 24px;
  top: 37px;
  left: 0;
  background: #016ddb;
}

.feature-box:hover .anim-ico2 .ico-el1 {
  transform: translate(-7px, 7px);
}

.feature-box:hover .anim-ico2 .ico-el3 {
  transform: translate(32px, -32px);
}

/* ico 3 */
.anim-ico3 .ico-el1,
.anim-ico3 .ico-el2,
.anim-ico3 .ico-el3 {
  width: 26px;
  height: 26px;
  top: 21px;
  left: 0;
  background: #ff5450;
  border-radius: 50%;
}

.anim-ico3 .ico-el2 {
  top: 0;
  left: 39px;
  background: #ffa09e;
}

.anim-ico3 .ico-el3 {
  top: 43px;
  left: 39px;
  background: #ffa09e;
}

.anim-ico3::before,
.anim-ico3::after {
  display: block;
  content: '';
  height: 1px;
  width: 46px;
  position: absolute;
  left: 13px;
  top: 34px;
  background: #000;
  transform-origin: 0 0;
  transform: rotate(-30deg);
}

.anim-ico3::after {
  transform: rotate(30deg);
}

.feature-box:hover .anim-ico3 .ico-el2 {
  transform: translate(0, 43px);
}

.feature-box:hover .anim-ico3 .ico-el3 {
  transform: translate(0, -43px);
}

/* ico 4  */
.anim-ico4 .ico-el1 {
  width: 56px;
  height: 42px;
  top: 19px;
  left: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 42px solid #fdf2d9;
}

.anim-ico4 .ico-el2 {
  width: 34px;
  height: 25px;
  top: 6px;
  left: 11px;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 25px solid #ffcc00;
}

.anim-ico4 .ico-el3 {
  width: 56px;
  height: 1.25px;
  top: 18px;
  left: 0;
  background: #000;
}

.feature-box:hover .anim-ico4 .ico-el1,
.feature-box:hover .anim-ico4 .ico-el3 {
  transform: translate(0, -13px);
}

.feature-box:hover .anim-ico4 .ico-el2 {
  transform: translate(0, 30px);
}

.home-spacer {
  height: 210px;
}

.inner-wrap {
  padding: 0 50px;
}

.subscribe {
  color: #fff;
  background: #ff5450;
  border-radius: 40px;
}

.subscribe .inner-wrap {
  display: flex;
  align-items: flex-start;
}

.subscribe-img {
  width: 60%;
  padding-top: 1;
  position: relative;
}

.subscribe-main-img {
  width: 32vw;
  height: 32vw;
  max-width: 456px;
  max-height: 456px;
  margin-top: -46px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}

.subscribe-main-img img {
  display: block;
  width: 100%;
}

.subscribe-el2 {
  width: 6vw;
  height: 6vw;
  max-width: 87px;
  max-height: 87px;
  position: absolute;
  top: 14.5%;
  left: 57.4%;
  z-index: 1;
  background: #fff;
  border-radius: 6px;
}

.subscribe-el3 {
  width: 16vw;
  max-width: 232px;
  position: absolute;
  top: 60%;
  left: 54.7%;
}

.subscribe-el3 img {
  display: block;
  max-width: 100%;
}

.wow .subscribe-main-img {
  opacity: 0;
  transform: translateY(35%);
  transition: all 1s ease;
}

.wow.animate .subscribe-main-img {
  opacity: 1;
  transform: translateY(0);
}

.subscribe-text {
  width: 40%;
  padding: 80px 50px 72px 0;
}

.subscribe-text h2 {
  padding-right: 10px;
  margin: 0 0 16px;
}

.subscribe-text p {
  margin: 0 0 25px;
}

form {
  margin: 0;
}

::-ms-input-placeholder {
  color: #67686d;
}

::placeholder {
  color: #67686d;
}

.form-field-cb input[type='checkbox'] + span {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}

.form-field-cb input[type='checkbox'] + span::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #e1e1e1;
}

.form-field-cb input[type='checkbox'] {
  position: absolute;
  left: -100vw;
}

.form-field-cb input[type='checkbox']:checked + span::before {
  background: #000;
  box-shadow: inset 0 0 0 5px #fff;
  border: 1px solid #e1e1e1;
}

.fieldset-btn {
  margin: 17px 0 0;
}

.form-field-cb .wpcf7-list-item {
  margin: 0;
}

.subscribe .wpcf7-not-valid-tip {
  padding-top: 3px !important;
  font-size: 13px !important;
  opacity: 0.8 !important;
  color: #fff !important;
}

.wpcf7-not-valid-tip {
  padding-top: 3px !important;
  font-size: 13px !important;
  opacity: 0.8 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.subscribe .wpcf7 form .wpcf7-response-output {
  padding: 10px 20px;
  margin: 30px 0 0;
  font-size: 14px;
  border-radius: 6px;
}

.wpcf7-response-output {
  border: none !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
  padding-left: 0 !important;
  font-weight: 700 !important;
}
.subscribe .wpcf7 form.invalid .wpcf7-response-output {
  color: #000;
  background: #ffcb00;
}

.home-leaders {
  margin-top: 105px;
}

.intro-text {
  max-width: 760px;
  margin-bottom: 80px;
}

.intro-text p {
  color: #67686d;
}

.leaders-grid .grid {
  display: flex;
  margin: 0 -9px;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: top;
}

.leaders-grid .grid-cell {
  width: 33.33%;
  padding: 0 9px;
  margin-bottom: 10px;
}

.leader-box {
  cursor: pointer;
}

.leader-photo {
  overflow: hidden;
  border-radius: 16px;
}

.leader-photo img {
  display: block;
  max-width: 100%;
  transition: transform 0.25s ease;
  transform-origin: 50% 10%;
  will-change: transform;
}

.leader-box:hover .leader-photo img {
  transform: scale(1.1);
}

.investors {
  margin-top: 75px;
  padding-bottom: 80px;
}

.investors .intro-text {
  margin-bottom: 30px;
}

.investors-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.investors-list div {
  padding: 0 50px;
  margin-bottom: 20px;
}

.investors img {
  display: block;
}

.careers {
  margin-top: 145px;
  margin-bottom: 58px;
  background: #ffcc01;
  border-radius: 40px;
}

.careers .inner-wrap {
  display: flex;
  flex-flow: row;
}

.careers-img {
  width: 58%;
  position: relative;
}

.careers-main-img {
  width: 83.5%;
  max-width: 617px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.careers-main-img img {
  display: block;
  max-width: 100%;
}

.careers-el2 {
  width: 2vw;
  height: 2vw;
  max-width: 28px;
  max-height: 28px;
  position: absolute;
  top: 44%;
  left: 93%;
  z-index: 1;
  background: #ff5450;
  border-radius: 50%;
}

.careers-el3 {
  width: 9.65vw;
  max-width: 139px;
  position: absolute;
  top: 19%;
  left: 63%;
}

.careers-el3 img {
  display: block;
  max-width: 100%;
}

.wow .careers-main-img > img {
  opacity: 0;
  transform: translateY(20%);
  transition: all 1s ease;
}

.wow.animate .careers-main-img > img {
  opacity: 1;
  transform: translateY(0);
}

.careers-text {
  width: 42%;
  padding: 140px 50px 130px 0;
}

.careers-text h2 {
  margin: 0 0 16px;
}

.careers-text p {
  max-width: 420px;
  margin: 0 0 25px;
}

.careers-text .btn {
  margin-top: 5px;
}

.insights-home {
}

.insights-home h2 {
  padding-left: 75px;
  margin-bottom: 25px;
}

.insights-grid {
  display: flex;
  margin: 0 -15px;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: top;
}

.insights-grid .grid-cell {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.insights-photo {
  overflow: hidden;
  border-radius: 10px;
}

.insights-photo img {
  display: block;
  max-width: 100%;
  transition: transform 0.5s ease;
  will-change: transform;
}

.insights-photo:hover img {
  transform: scale(1.1);
}

.insights-info {
  min-height: 230px;
  padding: 20px 10px 0;
}

.insights-info h3 {
  margin-bottom: 20px;
  line-height: 1.2;
}

.insights-info p {
  max-width: 350px;
}

.insights-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.insights-list li {
  display: block;
  padding: 0;
  margin: 0;
  border-top: 1px solid #000;
}

.insights-list li a {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  padding: 9px 0 7px;
  font-size: 28px;
  line-height: 1.28;
  letter-spacing: -1px;
  text-decoration: none;
}

.insights-list li a:hover {
  color: #016ddb;
}

.insights-list .date {
  width: 35%;
}

.insights-list .title {
  width: 65%;
  padding-right: 60px;
  position: relative;
}

.insights-list .title::after {
  display: block;
  content: '';
  width: 16px;
  height: 20px;
  position: absolute;
  top: 7px;
  right: 5px;
  background: url(../images/arr-right.svg) center no-repeat;
  background-size: contain;
}

/* INNER PAGES */

.page-intro {
  padding: 95px 0;
}

.page-name {
  margin-bottom: 25px;
}

.page-intro h1 {
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}

.page-intro p {
  max-width: 870px;
  margin: 0;
  font-size: 28px;
  line-height: 1.42;
  letter-spacing: -0.25px;
}

.ethos {
  margin-top: 45px;
  position: relative;
  background: #ebebeb;
  border-radius: 40px;
}

.ethos-text {
  max-width: 540px;
  padding: 435px 0 185px;
}

.ethos-text h2 {
  margin-bottom: 55px;
}

.ethos-text p {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
}

.ethos-img {
  width: 1030px;
  max-width: 75%;
  position: absolute;
  top: -44px;
  right: -80px;
}

.ethos-img img {
  display: block;
  max-width: 100%;
}

.ethos-el-2 {
  width: 11vw;
  max-width: 173px;
  position: absolute;
  top: 54%;
  left: 29.25%;
  mix-blend-mode: multiply;
}

.ethos-el-3 {
  width: 6vw;
  height: 6vw;
  max-width: 95px;
  max-height: 95px;
  position: absolute;
  top: 23%;
  left: 77.2%;
  background: #ff5450;
  mix-blend-mode: multiply;
}

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

.vacancies-box {
  max-width: 618px;
  padding: 60px 40px;
  margin-top: -190px;
  margin-left: auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.vacancies-box p {
  max-width: 490px;
  margin-bottom: 60px;
  color: #67686d;
}

.positions {
  margin-top: 95px;
}

.positions h2 {
  margin-bottom: 40px;
}

.positions-grid {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 -18px;
}

.positions-grid .grid-cell {
  width: 50%;
  padding: 0 18px;
  position: relative;
}

.positions-grid .grid-cell::after {
  display: block;
  content: '';
  height: 1px;
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  background: #707070;
}

.position-box {
  padding: 35px 0 40px;
}

.position-box h3 {
  margin-bottom: 20px;
}

.position-box p {
  max-width: 580px;
  margin-bottom: 20px;
}

.position-box .btn {
  margin-top: 15px;
}

.careers-contact {
  margin-top: 95px;
  margin-bottom: 15px;
  background: url(../images/careers-contact-cta.jpg) center no-repeat;
  background-size: cover;
  border-radius: 40px;
}

.careers-contact-text {
  width: 40%;
  padding: 93px 0 88px;
  margin-left: auto;
}

.careers-contact-text p {
  max-width: 480px;
  margin-bottom: 30px;
}

.page-template-page-insights .page-intro h1 {
  margin-bottom: 95px;
}

.page-template-page-insights .page-intro {
  position: relative;
}

.page-intro-img {
  position: absolute;
  top: 50px;
  right: -50px;
}

.page-intro-img img {
  display: block;
  max-width: 100%;
}

.insights {
  padding-bottom: 60px;
}

.insights .insights-grid .grid-cell {
  margin-bottom: 50px;
}

.more-insights {
  padding: 65px 0 100px;
  margin-top: 75px;
  background: #e1e1e1;
  border-radius: 40px;
}

.more-insights h2 {
  margin-bottom: 78px;
}

.more-insights .insights-list li a {
  padding: 16px 0;
}

.single-post .page-intro .post-date {
  margin-bottom: 45px;
}

.single-post .page-intro h2 {
  margin: 0;
}

.post-wrap {
  max-width: 1000px;
}

.post-image {
  margin-bottom: 100px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 30px;
  margin-bottom: 18px;
  color: #000;
}

.post-content h1 {
  font-size: 44px;
  line-height: 1.42;
}

.post-content h2 {
  font-size: 28px;
  line-height: 1.42;
}

.post-content p,
.post-content ul,
.post-content ol {
  margin-bottom: 20px;
}

.post-content p.large {
  margin: 35px 0;
  font-size: 24px;
  line-height: 1.25;
  color: #016ddb;
}

.post-wrap p {
  max-width: unset;
}

.post-content ul li {
  padding-left: 5px;
}

.post-content img {
  max-width: 100%;
}

.post-content a {
  color: #000;
  text-decoration: underline;
}

.post-content a:hover {
  text-decoration: none;
}

.post-content strong,
.post-content b {
  font-weight: 700;
}

.post-content .table-wrap {
  margin: 40px 0;
  overflow: auto;
}

.post-content table {
  width: 100%;
  min-width: 700px;
  padding: 0;
  margin: 0;
}

.post-content table td {
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.62;
  color: #67686d;
  border: 1px solid #707070;
}

.post-content table thead td {
  font-size: 20px;
  line-height: 1.5;
  color: #016ddb;
}

blockquote {
  padding-left: 80px;
  margin: 35px 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  color: #016ddb;
}

blockquote p:last-child {
  margin-top: 30px;
}

.page-template-default .page-intro {
  margin-top: 50px;
}

.footer-top {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

.footer-logo a {
  display: block;
  max-width: 218px;
}

.footer-logo img {
  display: block;
  max-width: 100%;
}

.footer-middle {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin-top: 55px;
  margin-right: -50px;
}

.footer-middle > div {
  flex: 1;
  padding-right: 50px;
}

.footer-middle p:last-child {
  margin-bottom: 0;
}

.footer-middle ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-bottom {
  margin-top: 75px;
}

/* leader popup */

.leader-popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  align-items: center;
  background: rgba(225, 225, 225, 0.8);
}

@media (max-width: 600px) {
  .leader-popup {
    top: 90px;
    bottom: auto;
  }
  .popup-box {
    padding: 80px 25px 40px 25px !important;
  }
}

.leader-popup .wrap {
  width: 100%;
  max-width: 1350px;
}

.popup-box {
  position: relative;
  background: #fff;
  border-radius: 16px;
}

.popup-content {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}

.popup-photo {
  width: 50%;
  padding-right: 35px;
  position: relative;
}

.popup-photo-frame {
  display: inline-block;
  position: relative;
}

.popup-photo-frame > img {
  display: block;
  width: 100%;
  max-width: 427px;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}

.popup-figure {
  position: absolute;
  top: 28%;
  left: 75%;
}

.popup-figure img {
  transform: scaleX(-1);
}

.popup-text {
  width: 50%;
  position: relative;
  z-index: 1;
}

.popup-text .leader-bio {
  display: block !important;
}

.popup-text p {
  max-width: 500px;
}

.popup-close {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 29px;
  right: 29px;
  z-index: 3;
  border: solid 1px #0e0f10;
}

.popup-close::before,
.popup-close::after {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  border-radius: 2px;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.25s ease;
}

.popup-close::after {
  transform: translate(-50%) rotate(-45deg);
}

.popup-close:hover {
  opacity: 0.85;
}

.popup-close:hover::before {
  transform: translate(-50%) rotate(135deg);
}
.popup-close:hover::after {
  transform: translate(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .popup-content {
    display: block;
  }

  .popup-photo {
    width: 100%;
    padding: 0;
  }

  .popup-photo-frame > img {
    width: 100%;
  }

  .popup-figure {
    top: 50%;
    left: 62%;
  }

  .popup-text {
    width: 100%;
  }
}
/* end leader popup */

@media screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }

  h1,
  .h1 {
    font-size: 72px;
    line-height: 86px;
    letter-spacing: -1.44px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3 {
    font-size: 20px;
    line-height: 1.18;
  }

  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 16px;
    line-height: 1.18;
  }

  .home-hero {
    min-height: 53vw;
    margin-bottom: 85px;
  }

  .hero-text h1 {
    letter-spacing: -1px;
  }

  .hero-text p {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 28px;
  }

  .subscribe-text {
    padding-right: 0;
  }

  .careers-text {
    padding: 120px 50px 110px 0;
  }

  .ethos-text {
    padding-bottom: 240px;
  }
}

@media screen and (max-width: 1023px) {
  .wrap {
    padding: 0 25px;
  }

  .inner-wrap {
    padding: 0 35px;
  }

  header ul li + li {
    margin-left: 25px;
  }

  .home-hero {
    padding-left: 35px;
    padding-right: 35px;
  }

  .home-bottom-wrap {
    padding: 0 35px 1;
  }

  .feature-col {
    width: 50%;
    padding-bottom: 30px;
  }

  .investors-list div {
    padding: 0 35px;
  }

  .insights-list li a {
    font-size: 24px;
  }
}

@media screen and (max-width: 1290px) {
  .hero-img {
    max-width: 400px;
  }
}

@media screen and (max-width: 901px) {
  h2,
  .h2 {
    font-size: 32px;
  }

  .wrap {
    padding: 0 20px;
  }

  .inner-wrap {
    padding: 0 30px;
  }

  .logo {
    max-width: 50%;
    max-width: 160px;
    position: relative;
    z-index: 5;
  }

  header nav {
    display: block;
    padding: 90px 45px 55px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transform: translateY(-110%);
    transition: transform 0.5s ease;
  }

  .opened-nav header nav {
    transform: translateY(0);
  }

  header ul {
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .opened-nav header ul {
    opacity: 1;
    transition: opacity 0.5s ease 0.2s;
  }

  header ul li,
  header ul li + li {
    display: block;
    margin: 0 0 5px;
  }

  header ul li a {
    padding: 10px 0;
  }

  // header ul li:last-child {
  //   margin-top: 40px;
  // }

  header ul li:last-child a {
    display: inline-block;
  }

  .toggle-nav {
    display: block;
    width: 105px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
  }

  .toggle-nav::before,
  .toggle-nav::after {
    display: block;
    content: '';
    width: 40px;
    height: 1px;
    margin-left: -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    transition: all 0.2s ease;
  }

  .toggle-nav::before {
    transform: translate(0, -4px);
  }

  .toggle-nav::after {
    transform: translate(-4px, 4px) scaleX(0.8);
  }

  .opened-nav .toggle-nav::before {
    transform: translate(0, 0) rotate(45deg);
  }

  .opened-nav .toggle-nav::after {
    transform: translate(0, 0) scaleX(1) rotate(-45deg);
  }

  .home-wrap {
    background: none;
  }

  .home-hero {
    padding: 85px 26px 90px;
    margin-bottom: 85px;
    background: #f4f6f7;
    border-radius: 16px;
  }

  .hero-mask {
    border-radius: 0 16px 0 0;
  }

  .hero-text {
    width: 100%;
    padding-bottom: 30px;
  }

  .hero-img {
    width: 100%;
    width: calc(100% + 15px);
    max-width: 72%;
    margin-left: auto;
    margin-right: -26px;
    position: relative;
  }

  .home-hero-el1 {
    width: 15vw;
    height: 15vw;
    max-width: unset;
    max-height: unset;
  }

  .home-hero-el2 {
    width: 26vw;
    max-width: unset;
    top: 74%;
    right: 36%;
  }

  .home-hero-el3 {
    width: 6vw;
    height: 6vw;
    top: 64%;
    right: 28%;
  }

  .home-bottom-wrap {
    padding: 0;
  }

  .ai-tools {
    display: block;
    padding: 40px 0;
    border-radius: 16px;
    box-shadow: none;
  }

  .ai-tools-img {
    width: 100%;
    padding: 0 20px;
  }

  .ai-tools-text {
    width: 100%;
    padding: 50px 26px 45px;
  }

  .ai-tools-text h2 {
    font-size: 38px;
  }

  .features {
    /*		padding: 0 26px;*/
    margin: 25px 0 1px;
  }

  .feature-col {
    width: 100%;
    padding: 0 0 25px;
  }

  .feature-col:last-child {
    padding: 0;
  }

  .feature-box {
    min-height: unset;
    padding: 40px 26px 50px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  }

  .home-spacer {
    display: none;
  }

  .subscribe {
    margin-top: 85px;
    border-radius: 20px;
  }

  .subscribe .inner-wrap {
    display: block;
  }

  .subscribe-img {
    width: 100%;
  }

  .subscribe-main-img {
    width: 58vw;
    height: 58vw;
    max-width: 400px;
    max-height: 400px;
    margin-top: -8%;
  }

  .subscribe-el2 {
    width: 12vw;
    height: 12vw;
    left: 67%;
  }

  .subscribe-el3 {
    width: 28vw;
    left: 65%;
  }

  .subscribe-text {
    width: 100%;
    padding-bottom: 50px;
  }

  .home-leaders {
    margin-top: 20px;
  }

  .home-leaders .intro-text {
    margin-bottom: 50px;
  }

  .leaders-grid .grid {
    display: block;
    margin: 0;
  }

  .leaders-grid .grid-cell {
    width: 100%;
    padding: 0;
  }

  .investors .intro-text {
    margin-bottom: 20px;
  }

  .investors-list {
    display: block;
  }

  .investors-list div {
    padding: 0;
    margin-bottom: 40px;
  }

  .careers {
    margin: 0 0 25px;
    border-radius: 20px;
  }

  .careers .inner-wrap {
    display: block;
  }

  .careers-img {
    width: 100%;
    padding-top: 1;
  }

  .careers-main-img {
    width: 100%;
    margin-top: -85px;
    position: relative;
  }

  .careers-el2 {
    width: 5vw;
    height: 5vw;
  }

  .careers-el3 {
    width: 19vw;
    top: 22%;
  }

  .careers-text {
    width: 100%;
    padding: 50px 0;
  }

  .insights-home {
    padding: 50px 0;
    border-radius: 20px;
  }

  .insights-grid {
    display: block;
    margin: 0;
  }

  .insights-grid .grid-cell {
    width: 100%;
    padding: 0;
    margin-bottom: 75px;
  }

  .insights-info {
    min-height: unset;
    padding: 20px 0 0;
  }

  .insights-list {
    padding-top: 30px;
  }

  .insights-list li a {
    font-size: 20px;
  }

  .insights-list .date {
    width: 20%;
  }

  .insights-list .title {
    width: 80%;
  }

  .insights-list .title::after {
    width: 15px;
  }

  .footer-logo {
    max-width: 55%;
  }

  .footer-middle {
    display: block;
    margin: 35px 0 0;
  }

  .footer-middle > div {
    padding-right: 10%;
  }

  .footer-col + .footer-col {
    margin-top: 35px;
  }

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

  .page-intro {
    padding: 56px 0;
  }

  .page-intro p {
    font-size: 20px;
  }

  .ethos {
    margin-top: 0;
    border-radius: 12px;
  }

  .ethos-img {
    width: 100%;
    width: calc(100% + 1vw);
    max-width: unset;
    top: -5vw;
    right: -6vw;
  }

  .ethos-el-2 {
    width: 16vw;
  }

  .ethos-el-3 {
    width: 9vw;
    height: 9vw;
    left: 77%;
  }

  .ethos-text {
    padding-bottom: 65px;
  }

  .ethos-text p {
    font-size: 16px;
    line-height: 1.62;
  }

  .vacancies {
    margin-top: 25px;
  }

  .vacancies .inner-wrap {
    padding: 0;
  }

  .vacancies-box {
    padding: 40px 26px;
    margin: 0;
    border: 1px solid #e1e1e1;
  }

  .vacancies-box h3 {
    font-size: 24px;
  }

  .vacancies-box p {
    margin-bottom: 30px;
  }

  .positions-grid {
    display: block;
    margin: 0;
  }

  .positions-grid .grid-cell {
    width: 100%;
    padding: 0;
  }

  .positions-grid .grid-cell::after {
    left: 0;
    right: 0;
  }

  .positions-grid .grid-cell:first-child .position-box {
    padding-top: 0;
  }

  .position-box h3 {
    font-size: 24px;
  }

  .careers-contact {
    margin-top: 30px;
    background-position: 100% center;
    background-size: auto 130%;
  }

  .careers-contact-text {
    width: 100%;
    max-width: 460px;
    padding: 50px 0 55px;
  }

  .page-insights .page-intro {
    padding: 90px 0 60px;
  }

  .page-insights .page-intro h1 {
    margin-bottom: 35px;
  }

  .page-insights .page-intro h2 {
    margin: 0;
  }

  .page-insights .page-intro h1,
  .page-insights .page-intro h2 {
    position: relative;
    z-index: 1;
  }

  .page-intro-img {
    width: 76%;
    max-width: 500px;
  }

  .page-intro-img img {
    width: 100%;
  }

  .insights {
    padding-bottom: 1;
  }

  .insights .insights-grid .grid-cell {
    margin-bottom: 80px;
  }

  .insights + .subscribe {
    margin-top: 50px;
  }

  .more-insights {
    padding: 60px 0 65px;
    margin-top: 25px;
    border-radius: 20px;
  }

  .more-insights .insights-list {
    padding: 0;
  }

  .single-post .page-intro .post-date {
    margin-bottom: 15px;
  }

  .single-post .page-intro h2 {
    font-size: 38px;
    line-height: 1.26;
  }

  .post-image {
    margin-bottom: 70px;
  }

  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-top: 25px;
  }

  .post-content h1 {
    font-size: 38px;
  }

  .post-content h2 {
    font-size: 24px;
  }

  .post-content h3 {
    font-size: 20px;
    line-height: 1.5;
  }

  blockquote {
    padding-left: 0;
    margin: 70px 0 60px;
    font-size: 24px;
    line-height: 1.4;
  }

  blockquote p:last-child {
    margin-top: 60px;
  }

  .post-content ul,
  .post-content ol {
    padding-left: 30px;
    margin: 40px 0;
  }

  .post-content ul li + li,
  .post-content ol li + li {
    margin-top: 5px;
  }

  .more-insights h2 {
    margin-bottom: 70px;
  }

  .page-template-default .page-intro {
    padding-bottom: 70px;
  }

  .page-template-default .post-content h3 {
    margin-top: 60px;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.12px;
  }
  header nav {
    padding: 90px 36px 55px;
  }

  .wrap {
    padding: 0 10px;
  }

  .inner-wrap {
    padding: 0 26px;
  }

  .form-field-cb span {
    padding-right: 0;
  }

  .ethos-text {
    padding-top: 70vw;
  }

  .hero-text p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 500px) {
  .cookies .wrap {
    padding: 0;
  }

  .cookies .msg-box {
    max-width: 100%;
    padding: 20px 36px 22px;
    left: 0;
    border-radius: 0;
  }

  .cookies p {
    font-size: 14px;
  }
}

/* Greg */
.tu-secondary-heading {
  font-size: 56px;
  line-height: 68px;
  font-weight: 300;
}

@media (max-width: 1100px) {
  .tu-secondary-heading {
    font-size: 44px;
    line-height: 54px;
  }
}

@media (max-width: 700px) {
  .tu-secondary-heading {
    font-size: 30px;
    line-height: 36px;
  }
}

/* Home Intro */
.home-intro {
  padding-bottom: 100px;
}

@media (max-width: 700px) {
  .home-intro {
    padding-bottom: 50px;
  }
}
.home-intro h2 {
  max-width: 883px;
  text-align: center;
}

/* Home Toolkit */
.home-toolkit {
  border-radius: var(--Shape-radius, 16px);
  padding: 100px 50px 0px 75px;
  background: var(--neutral-light-50, #f4f6f7);
}
.home-toolkit h3 {
  color: var(--neutral-dark-950, #0e0f10);
  font-family: var(--font-family-title, Inter);
  font-size: 44px;
  font-style: normal;
  font-weight: var(--font-weight-light, 300);
  line-height: 54px; /* 122.727% */
}
@media (max-width: 1000px) {
  .home-toolkit h3 {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (max-width: 700px) {
  .home-toolkit h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

.home-toolkit-carousel__slide {
  display: flex;
  gap: 50px;
}

.home-toolkit-carousel__slide__content {
  flex: 0 0 34%;
}

@media (max-width: 700px) {
  .insights-home {
    padding: 0 0;
  }
  .insights-home h2 {
    padding-left: 0;
    text-align: center;
  }
}
