.linear-yellow {
  background: linear-gradient(30deg, rgba(80, 205, 211, 1), 1%, rgba(217, 217, 217, 1), 55%, rgba(244, 221, 64, 0.4768));
}

.linear-blue {
  background: linear-gradient(45deg, rgba(80,205,211,1) 0%, rgba(217,217,217,1) 85%, rgba(244,221,64,0.33239233193277307) 100%);
}

.team-cta-tile-color {
  background: linear-gradient(45deg, rgba(172,102,132,1) 0%, rgba(213,98,105,1) 9%, rgba(225,107,65,1) 30%, rgba(235,155,69,1) 56%, rgba(237,166,79,1) 77%, rgba(225,136,128,1) 100%);
}

.alexander-photo {
  background-image: url('/img/team/alexander.jpg');
}

.amil-photo {
  background-image: url('/img/team/amiel_afurong.png');
}

.liubov-photo {
  background-image: url('/img/team/liubov-tykholoz.png');
}

.elmira-photo {
  background-image: url('/img/team/elmira.png');
}

.gordienko-photo {
  background-image: url('/img/team/eugene-gordienko.png');
}

.yaroslava {
  background-image: url('/img/team/Yaroslava 1.png');
}

.pavle {
  background-image: url('/img/team/pavle.png');
}

.felix {
  background-image: url('/img/team/felix.jpg');
}

.vika-oliinyk {
  background-image: url('/img/team/vika-oliinyk.png');
}

.anna-hr {
  background-image: url('/img/team/Anna 2.png');
}

.yadir-amanda {
  background-image: url('/img/team/yadir_amanda.jpg');
}

.hyeyun {
  background-image: url('/img/team/hyeyun.png');
}

.gabi {
  background-image: url('/img/team/gabi.png');
}

.sylvester {
  background-image: url('/img/team/sylvester.png');
}

.roman-bedn {
  background-image: url('/img/team/roman-bednarchyk.png');
}

.anna-cops {
  background-image: url('/img/team/hanna.png');
}

.ricardo {
  background-image: url('/img/team/ricardo.png');
}

.samara {
  background-image: url('/img/team/samara.png');
}

.nick-ryab {
  background-image: url('/img/team/team-nick-ryabchenko.png');
}

@keyframes from-left-to-view {
  0% {
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

#video-2.team-video-tile {
  align-items: stretch;
}

#video-2.team-video-tile .img-wrp {
  background-position: center 0px;
}

.team-video-tile .video-play-button {
	font-size: 15px;
}

.team-video-tile > .img-wrp {
  min-height: 660px!important;
  background-image: url('/img/career/video-preview.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.video-tile-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-info-tile {
  min-height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}

.team-info-tile > h2 {
  font-size: 96px;
  color: #000000;
  font-weight: bold;
}

.team-ceo-awards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 50px 0;
}

.team-ceo-awards > img:nth-of-type(1) {
	width: 164px;
	height: 104px;
}
.team-ceo-awards > img:nth-of-type(2) {
	width: 96px;
	height: 104px;
}
.team-ceo-awards > img:nth-of-type(3) {
	width: 300px;
	height: 104px;
}
.team-ceo-awards > img:nth-of-type(4) {
	width: 110px;
	height: 104px;
}

.team-support-block {
  height: 700px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 18px;
  overflow: hidden;
}

.team-photo-with-names {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}
.team-photo-with-names > span {
  padding: 30px;
  color: #ffffff;
}

.team-info-wrapper {
  gap: 7px;
  flex-shrink: 0;
}

.team-person-photo{
  flex: 1;
  display: flex;
  align-items: flex-end;
  background-color: #A8A8A8;
  overflow: hidden;
}
.team-person-photo > div {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  transform: translateX(-300px);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity .2s ease-in-out;
}

.team-person-photo > div.active-photo {
  transform: translateX(0);
  opacity: 1;
}

.photo-board {
  display: flex;
  align-items: flex-end;
  padding: 30px;
  box-sizing: border-box;
}

.photo-board > span {
  color: #ffffff;
}

.team-person-info {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #EDECED;
  padding: 45px 12px 15px 25px;
  box-sizing: border-box;
  overflow: hidden;
}

.person-info-header {
  position: relative;
  font-size: 40px;
  transform: translateY(100px);
  transition: .3s ease-in;
  opacity: 0;
}


.person-info-header.active-info-header {
  transform: translateY(0px);
  opacity: 1;
}

.person-info-body {
  margin-top: 40px;
  font-size: 24px;
  transition: .3s ease-in;
  opacity: 0;
}

.person-info-body.active-info-body {
  opacity: 1;
}

.team-board {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20%;
  padding-right: 20%;
  box-sizing: border-box;
}

.team-board-button > a {
  padding: 15px 44px 14px 44px;
  text-transform: inherit;
}

.team-board > p {
  font-size: 24px;
}

.super-talents-text-wrapper > h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 70px;
  line-height: 1.1;
}

.super-talents-text-wrapper > h2 > span:first-child {
  font-size: 170px;
  position: relative;
  right: 20px;
}

.big-board-info-block > h3 {
  display: flex;
  align-items: center;
  gap: 9px;
}

.team-big-board-icon {
  width: 90px;
  height: 70px;
  background-image: url('/img/team/mastercard-logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.team-big-board > a {
  padding: 16px 34px 12px 34px;
  box-sizing: border-box;
}

@media screen and (min-width: 2050px) {
  .super-talents-text-wrapper > h2 {
    font-size: 80px;
  }

  .super-talents-text-wrapper > h2 > span:first-child {
    font-size: 200px;
  }

  .team-support-block {
    height: 720px !important;
  }
  .person-info-header {
    font-size: 48px;
  }
  .person-info-body {
    font-size: 30px;
  }
  .team-person-photo > div { 
    background-size: cover;
    background-position: center top;
  }
}


@media screen and (max-width: 1660px) {
  .team-support-block {
    height: 580px;
  }
  .person-info-header {
    font-size: 30px;
  }
  .person-info-body {
    font-size: 20px;
  }
  .team-video-tile > .img-wrp {
    min-height: 610px!important;
  }
  .super-talents-text-wrapper > h2 {
    font-size: 60px;
  }
  .super-talents-text-wrapper > h2 > span:first-child {
    font-size: 150px;
  }
  .team-board > p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .team-support-block {
    height: 560px;
  }

  .team-info-tile > h2 {
    font-size: 80px;
    color: #000000;
    font-weight: bold;
  }

  .person-info-header {
    font-size: 30px;
  }
  
  .person-info-body {
    font-size: 18px;
  }
  .super-talents-text-wrapper > h2 {
    font-size: 50px;
  }
  .super-talents-text-wrapper > h2 > span:first-child {
    font-size: 120px;
  }

  .team-board > p {
    font-size: 18px;
  }

  .team-video-tile > .img-wrp {
    min-height: 480px!important;
  }
}

@media screen and (max-width: 1280px) {
  .team-person-photo > div {
    min-width: 320px;
  }
  .super-talents-text-wrapper > h2 > span:first-child {
    font-size: 120px;
  }
}

@media screen and (max-width: 1180px) {
  .team-support-block {
    height: inherit;
  }
  .team-support-block {
    flex-direction: column;
  }
  .team-person-photo > div { 
    background-position: center -60px;
    background-size: cover;
  }
  .team-board {
    padding: 30px;
  }
  .team-info-wrapper {
    min-height: 620px;
  }
  .person-info-header {
    font-size: 40px;
  }
  .person-info-body {
    font-size: 20px;
  }
  .team-info-tile > h2 {
    font-size: 60px;
  }
  .disable-block {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .team-person-photo > div { 
    background-position: center top;
  }
}

@media screen and (max-width: 870px) {
  .team-photo > .img-wrp {
    background-position: 54% center;
  }
}

@media screen and (max-width: 800px) {
  .team-page {
    flex-direction: column;
  }

  .team-photo > .img-wrp {
    background-position: center center;
  }

  .team-page > .team-photo {
    min-height: 520px;
  }

  .team-page > .team-photo > .img-wrp {
    background-position: center -30px;
  }

  .team-page > .order-1 {
    order: 2;
  }

  .team-page > .order-2 {
    order: 1;
  }

  .team-page .taright {
    text-align: left;
  }

  .team-info-tile > h2 {
    font-size: 40px;
  }
  .big-board-info-block > .f40 {
    font-size: 30px;
  }
  .person-info-header {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  #video-2.team-video-tile .img-wrp {
    background-position: center;
  }
}

@media screen and (max-width: 740px) {
  .team-support-block {
    height: inherit;
  }

  .team-info-wrapper {
    flex-direction: column;
  }

  .team-person-info {
    order: 2;
    min-height: 450px;
  }

  .team-person-photo {
    order: 1;
  }

  .team-person-photo > div {
    min-height: 720px;
  }

  .team-person-photo > div { 
    background-position: center -60px;
  }
}

@media screen and (max-width: 650px) {
  .team-page > .tile {
    min-height: 480px !important;
  }
}

@media screen and (max-width: 620px) {
  .big-board-info-block > h3 {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .team-person-photo > div {
    min-height: 620px;
  }
}

@media screen and (max-width: 540px) {
  .team-board {
    padding: 15px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
  }
  .super-talents-text-wrapper > h2 {
    font-size: 40px;
  }
  .super-talents-text-wrapper > h2 > span:first-child {
    font-size: 100px;
  }
  .team-board > p {
    max-width: inherit;
    padding-left: 0px;
    text-align: center;
  }
  .team-board-button {
    display: flex;
    justify-content: center;
  }
  .team-person-photo > div {
    min-height: 520px;
    background-position: center -40px;
  }
}

@media screen and (max-width: 480px) {
  .team-info-tile > h2 {
    font-size: 30px;
  }
  .team-person-photo > div {
    background-position: center top;
  }
  .team-person-info {
    padding: 15px;
  }

  .team-person-info {
    min-height: 480px;
  }

  .team-person-photo > div {
    min-height: 520px;
  }
}

@media screen and (max-width: 420px) {
  .team-info-tile > h2 {
    font-size: 25px;
  }
  .person-info-body {
    font-size: 18px;
  }
  .team-ceo-awards > img:nth-of-type(1) {
    width: 140px;
    height: 96px;
  }
  .team-ceo-awards > img:nth-of-type(2) {
    width: 96px;
    height: 96px;
  }
  .team-ceo-awards > img:nth-of-type(3) {
    width: 180px;
    height: 96px;
  }
  .team-ceo-awards > img:nth-of-type(4) {
    width: 110px;
    height: 96px;
  }
  .team-person-photo > div {
    min-height: 480px;
  }
}

@media screen and (max-width: 390px) {
  .team-board {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .team-board > p {
    margin-left: 0;
  }

  .super-talents-text-wrapper > h2 {
    font-size: 30px;
  }
  .super-talents-text-wrapper > h2 > span:first-child {
    font-size: 70px;
  }
  .super-talents-text-wrapper > h2 > span:last-child {
    padding-left: 9px;
  }
  .team-board > p {
    font-size: 15px;
  }
  .team-board-button > a {
    padding-top: 7px;
    padding-bottom: 6px;
    margin-left: 0;
  }
}

@media screen and (max-width: 375px) {
  .team-person-photo > div {
    min-height: 400px;
    background-position: center top;
  }
  .person-info-header {
    font-size: 20px;
  }
  .person-info-body {
    margin-top: 20px;
    font-size: 15px;
  }
  .team-description > div > .f40 {
    font-size: 20px !important;
  }
  .team-description > div > .f18 {
    font-size: 15px !important;
  }
  .team-page > .team-photo > .img-wrp {
    background-position: center 0;
  }
  .team-person-info {
    min-height: 400px;
  }
}

@media screen and (max-width: 360px) {
  .team-info-tile > h2 {
    font-size: 20px;
  }
  .team-board > .f20 {
    font-size: 15px !important;
  }
  .team-person-photo > div {
    min-width: 100%;
  }
}


@media screen and (max-width: 325px) {
  .team-page > .tile {
    min-width: 200px !important;
  }

  .big-board-info-block > .f40:not(.no-mobile){
    font-size: 20px!important;
  }
}



