/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000; 

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file 
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
@keyframes popIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes popOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes progressRing {
  from {
    stroke-dashoffset: 339;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cycle1 {
  0% {
    top: 0px;
  }
  15% {
    top: 0px;
  }
  20% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  32% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
  43% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
  74% {
    top: -38.4px;
    opacity: 0;
    z-index: 0;
  }
  88% {
    top: -38.4px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes cycle2 {
  0% {
    top: -38.4px;
    opacity: 0;
  }
  15% {
    top: -38.4px;
    opacity: 0;
  }
  20% {
    top: -38.4px;
    opacity: 0;
  }
  32% {
    top: 0px;
    opacity: 1;
  }
  43% {
    top: 0px;
    opacity: 1;
  }
  51% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  66% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cycle3 {
  0% {
    top: -38.4px;
    opacity: 0;
  }
  43% {
    top: -38.4px;
    opacity: 0;
  }
  51% {
    top: -38.4px;
    opacity: 0;
  }
  61% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
  }
  88% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes radar {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
html.aem-AuthorLayer-Preview #about,
html.aem-AuthorLayer-Edit #about {
  height: 3000px;
}
@media screen and (min-width: 600px) {
  html.aem-AuthorLayer-Preview #about,
  html.aem-AuthorLayer-Edit #about {
    height: 1850px;
  }
}
html.aem-AuthorLayer-Preview #about .why-raven-section-content-mobile .tab-container,
html.aem-AuthorLayer-Edit #about .why-raven-section-content-mobile .tab-container {
  height: 354px;
}
html.aem-AuthorLayer-Preview #about .why-raven-section-content-mobile .tab-container .tab-background,
html.aem-AuthorLayer-Edit #about .why-raven-section-content-mobile .tab-container .tab-background {
  height: 354px;
}
html.aem-AuthorLayer-Preview #about .why-raven-section-content-desktop .section-container,
html.aem-AuthorLayer-Edit #about .why-raven-section-content-desktop .section-container {
  height: 860px;
}
html.aem-AuthorLayer-Preview #about .why-raven-section-content-desktop__tab li,
html.aem-AuthorLayer-Edit #about .why-raven-section-content-desktop__tab li {
  height: 860px;
}
html.aem-AuthorLayer-Preview #about .why-raven-section-content-desktop__tab li .tab-background img,
html.aem-AuthorLayer-Edit #about .why-raven-section-content-desktop__tab li .tab-background img,
html.aem-AuthorLayer-Preview #about .why-raven-section-content-desktop__tab li .tab-background video,
html.aem-AuthorLayer-Edit #about .why-raven-section-content-desktop__tab li .tab-background video {
  height: 860px;
}
html.aem-AuthorLayer-Preview #about .why-raven-section-content-desktop__tab li .tab-container,
html.aem-AuthorLayer-Edit #about .why-raven-section-content-desktop__tab li .tab-container {
  height: 860px;
}
#about .container {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
#about .background {
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1440px) {
  #about .background {
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#about .background img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1440px) {
  #about .background img {
    width: unset;
    height: unset;
    position: sticky;
    padding-bottom: 41vh;
    top: 0;
  }
}
#about .why-raven-section-content-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 64px;
}
@media screen and (min-width: 1440px) {
  #about .why-raven-section-content-mobile {
    display: none;
  }
}
#about .why-raven-section-content-mobile__title h2 {
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 90%;
  letter-spacing: 0;
  padding-top: 64px;
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  #about .why-raven-section-content-mobile__title h2 {
    font-size: 5rem;
    line-height: 80px;
  }
}
#about .why-raven-section-content-mobile__list .tab-info {
  padding: 32px 16px;
}
#about .why-raven-section-content-mobile__list .tab-info__name {
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 12px;
}
#about .why-raven-section-content-mobile__list .tab-info__description {
  font-family: 'Roboto', Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: .32px;
  text-transform: uppercase;
}
#about .why-raven-section-content-mobile__list .tab-container {
  height: 45vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 354px;
}
@media screen and (min-width: 420px) {
  #about .why-raven-section-content-mobile__list .tab-container {
    height: 40vh;
  }
}
#about .why-raven-section-content-mobile__list .tab-container .tab-background {
  position: absolute;
  height: 45vh;
  width: 100%;
  min-height: 354px;
}
@media screen and (min-width: 420px) {
  #about .why-raven-section-content-mobile__list .tab-container .tab-background {
    height: 40vh;
  }
}
#about .why-raven-section-content-mobile__list .tab-container .tab-background img,
#about .why-raven-section-content-mobile__list .tab-container .tab-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .why-raven-section-content-mobile__list .tab-container .profile {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  gap: 18px;
  background-color: #ffffff;
  color: #000000;
  z-index: 0;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease,
                        visibility 0s linear 0.2s;
  animation: popIn 0.2s ease-out forwards;
}
#about .why-raven-section-content-mobile__list .tab-container .profile.active {
  animation: popOut 0.2s ease-out forwards;
}
#about .why-raven-section-content-mobile__list .tab-container .profile__details .name {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 6px;
}
#about .why-raven-section-content-mobile__list .tab-container .profile__details .title {
  font-family: 'Roboto';
  font-size: 0.88rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
#about .why-raven-section-content-mobile__list .tab-container .profile__yoe {
  display: flex;
  align-items: center;
  position: absolute;
  top: 8%;
  right: 0;
  padding: 5px 20px;
  padding-right: 5px;
  width: 134px;
  justify-content: center;
}
#about .why-raven-section-content-mobile__list .tab-container .profile__yoe::before {
  content: "";
  position: absolute;
  top: -9%;
  right: 17.5%;
  width: 100%;
  height: 57px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2257%22%20viewBox%3D%220%200%2091%2057%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_530_6018)%22%3E%3Cpath%20d%3D%22M24%200.213867L0.5%2056.2139H44.7849L65.0552%2025.4906L53.0991%2025.8846L69.1205%200.213867H24Z%22%20fill%3D%22%23141817%22%2F%3E%3Cpath%20d%3D%22M84.5222%200.213867L49.6562%2056.2139H57.1517L91.0014%200.213867H84.5222Z%22%20fill%3D%22%23141817%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_530_6018%22%3E%3Crect%20width%3D%2291%22%20height%3D%2256%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.213867)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
#about .why-raven-section-content-mobile__list .tab-container .profile__yoe::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 134px;
  height: 48px;
  background-color: #f1b946;
  z-index: -1;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
#about .why-raven-section-content-mobile__list .tab-container .profile__yoe .yoe-number {
  display: flex;
  margin-right: 3px;
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0;
}
#about .why-raven-section-content-mobile__list .tab-container .profile__yoe .yoe-number::after {
  content: "";
  display: block;
  position: relative;
  width: 12px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2217%22%20viewBox%3D%220%200%2012%2017%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.6445%209.77734H7.07031V13.2812H4.57422V9.77734H1V7.50391H4.57422V4H7.07031V7.50391H10.6445V9.77734Z%22%20fill%3D%22%23141817%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#about .why-raven-section-content-mobile__list .tab-container .profile__yoe .yoe-number p {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
#about .why-raven-section-content-mobile__list .tab-container .profile__yoe .yoe-text {
  font-family: 'Roboto';
  font-size: 0.81rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
#about .why-raven-section-content-mobile__list .tab-container .profile__quote {
  font-family: 'Roboto', Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  font-size: 0.88rem;
}
#about .why-raven-section-content-mobile__list .tab-container .profile-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 16px;
}
#about .why-raven-section-content-mobile__list .tab-container .profile-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 46px;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z" fill="white"/><path d="M11.0158 8V13.3098C10.7747 15.7763 8.43249 17.4894 6 17.4727V15.7304C6.07668 15.6698 6.20716 15.7078 6.30671 15.6986C7.68309 15.5766 9.23104 14.5228 9.23993 13.0382C9.23993 13.0002 9.24078 12.9672 9.20646 12.9447H6V8H11.0158Z" fill="%23141817"/><path d="M18.0002 8V13.164C17.8489 15.6902 15.4609 17.489 12.9844 17.4731V15.7308C13.0547 15.6706 13.1767 15.7078 13.2699 15.699C14.7602 15.5616 16.1896 14.5195 16.2014 12.9451H12.9848V8H18.0006H18.0002Z" fill="%23141817"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}
#about .why-raven-section-content-mobile__list .tab-container .profile-bottom .close-btn {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M5.5 5.5L26.5 26.5" stroke="%23F1B946" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/><path d="M5.5 26.5L26.5 5.5" stroke="%23F1B946" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  animation: popIn 0.2s ease-out forwards;
}
#about .why-raven-section-content-mobile__list .tab-container .profile-bottom.active .close-btn {
  animation: popOut 0.2s ease-out forwards;
}
#about .why-raven-section-content-mobile__list .tab-container .profile-bottom__image {
  background-color: #f1b946;
  border-radius: 1000px;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
#about .why-raven-section-content-mobile__list .tab-container .profile-bottom__image::before,
#about .why-raven-section-content-mobile__list .tab-container .profile-bottom__image::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #f1b946;
}
#about .why-raven-section-content-mobile__list .tab-container .profile-bottom__image::before {
  width: 66px;
  height: 66px;
  top: -5px;
  left: -6px;
  opacity: 45%;
}
#about .why-raven-section-content-mobile__list .tab-container .profile-bottom__image::after {
  width: 76px;
  height: 76px;
  top: -10px;
  left: -11px;
  opacity: 15%;
}
#about .why-raven-section-content-mobile__list .tab-container .profile-bottom__image img {
  width: 56px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='65' viewBox='0 0 56 65' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56 0H0V37V38H0.0175247C0.544089 53.0008 12.8708 65 28 65C43.1292 65 55.4559 53.0008 55.9825 38H56V37V0Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  top: -9px;
  position: relative;
}
#about .why-raven-section-content-desktop {
  display: none;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  #about .why-raven-section-content-desktop {
    display: flex;
  }
}
#about .why-raven-section-content-desktop .section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  height: calc(100vh - 96px);
  position: sticky;
  margin-right: 24px;
  padding-top: 96px;
  width: 30%;
}
#about .why-raven-section-content-desktop .section-container .why-raven-section-content-desktop__title {
  padding-left: 64px;
}
#about .why-raven-section-content-desktop .section-container .why-raven-section-content-desktop__title h2 {
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 90%;
  letter-spacing: 0;
  margin-bottom: 96px;
  width: 50%;
}
@media (min-width: 1440px) {
  #about .why-raven-section-content-desktop .section-container .why-raven-section-content-desktop__title h2 {
    font-size: 5rem;
    line-height: 80px;
  }
}
#about .why-raven-section-content-desktop .section-container .why-raven-section-content-desktop__nav {
  padding-left: 64px;
}
#about .why-raven-section-content-desktop .section-container .why-raven-section-content-desktop__nav ul li {
  display: flex;
  margin-bottom: 24px;
}
#about .why-raven-section-content-desktop .section-container .why-raven-section-content-desktop__nav ul li::before {
  content: "";
  display: block;
  transform: translateY(20%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
#about .why-raven-section-content-desktop .section-container .why-raven-section-content-desktop__nav ul li.active::before {
  background: #f1b946 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"><path d="M9 12l2 2 4-4"/></svg>') no-repeat center / contain;
  border-color: #f1b946;
  background-size: 175%;
}
#about .why-raven-section-content-desktop .section-container .why-raven-section-content-desktop__nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 48px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2221%22%20viewBox%3D%220%200%2048%2021%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M30.6379%2014.8791L19.747%202.71387H0V6.54867H16.9405L27.8314%2018.7139H48V14.8791H30.6379Z%22%20fill%3D%22%23F1B946%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#about .why-raven-section-content-desktop .section-container .why-raven-section-content-desktop__nav ul li.current::after {
  opacity: 1;
}
#about .why-raven-section-content-desktop .section-container .why-raven-section-content-desktop__nav ul li a {
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0;
  text-decoration: none;
  color: #ffffff;
  width: 80%;
  margin-left: 24px;
}
#about .why-raven-section-content-desktop__tab {
  width: 100%;
}
#about .why-raven-section-content-desktop__tab li {
  height: calc(100vh - 96px);
  margin-top: 96px;
}
#about .why-raven-section-content-desktop__tab li .tab-background {
  position: absolute;
}
#about .why-raven-section-content-desktop__tab li .tab-background::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 40%);
}
#about .why-raven-section-content-desktop__tab li .tab-background img,
#about .why-raven-section-content-desktop__tab li .tab-background video {
  width: 100%;
  height: calc(100vh - 96px);
  object-fit: cover;
  max-width: 1470px;
}
@media screen and (min-width: 1920px) {
  #about .why-raven-section-content-desktop__tab li .tab-background img,
  #about .why-raven-section-content-desktop__tab li .tab-background video {
    min-width: 1470px;
  }
}
#about .why-raven-section-content-desktop__tab li .tab-container {
  display: flex;
  height: calc(100vh - 96px);
  padding-top: 64px;
  padding-inline: 64px;
  justify-content: space-between;
  flex-direction: column;
}
#about .why-raven-section-content-desktop__tab li .tab-container .tab-description,
#about .why-raven-section-content-desktop__tab li .tab-container .profile {
  position: relative;
  z-index: 1;
}
#about .why-raven-section-content-desktop__tab li .tab-container .tab-description {
  font-family: 'Roboto', Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: .32px;
  text-transform: uppercase;
  width: 360px;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 48px;
  background-color: #ffffff;
  color: #000000;
  gap: 16px;
  align-items: center;
  width: 447px;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2%;
  width: 9px;
  height: 184px;
  background: url("../../../../../../../../content/dam/atvi/Raven/raven-2025/home/job_svgs/join-img-decor.svg") no-repeat top / contain;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__image {
  background-color: #f1b946;
  border-radius: 1000px;
  width: 56px;
  height: 56px;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__image img {
  width: 56px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='65' viewBox='0 0 56 65' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M56 0H0V37V38H0.0175247C0.544089 53.0008 12.8708 65 28 65C43.1292 65 55.4559 53.0008 55.9825 38H56V37V0Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  top: -9px;
  position: relative;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__details .name {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 6px;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__details .title {
  font-family: 'Roboto';
  font-size: 0.88rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__yoe:nth-child(1),
#about .why-raven-section-content-desktop__tab li .tab-container .profile__yoe:nth-child(2) {
  padding-right: 12px;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__yoe {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16%;
  right: 0;
  padding: 5px 20px;
  padding-right: 7px;
  width: 40%;
  justify-content: flex-end;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__yoe::before {
  content: "";
  position: absolute;
  top: -8%;
  right: 25.3%;
  width: 91px;
  height: 57px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2291%22%20height%3D%2257%22%20viewBox%3D%220%200%2091%2057%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_530_6018)%22%3E%3Cpath%20d%3D%22M24%200.213867L0.5%2056.2139H44.7849L65.0552%2025.4906L53.0991%2025.8846L69.1205%200.213867H24Z%22%20fill%3D%22%23141817%22%2F%3E%3Cpath%20d%3D%22M84.5222%200.213867L49.6562%2056.2139H57.1517L91.0014%200.213867H84.5222Z%22%20fill%3D%22%23141817%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_530_6018%22%3E%3Crect%20width%3D%2291%22%20height%3D%2256%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.213867)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__yoe::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 134px;
  height: 48px;
  background-color: #f1b946;
  z-index: -1;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__yoe .yoe-number {
  display: flex;
  margin-right: 3px;
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__yoe .yoe-number::after {
  content: "";
  display: block;
  position: relative;
  width: 12px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2217%22%20viewBox%3D%220%200%2012%2017%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.6445%209.77734H7.07031V13.2812H4.57422V9.77734H1V7.50391H4.57422V4H7.07031V7.50391H10.6445V9.77734Z%22%20fill%3D%22%23141817%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__yoe .yoe-number p {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__yoe .yoe-text {
  font-family: 'Roboto';
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
#about .why-raven-section-content-desktop__tab li .tab-container .profile__quote {
  font-family: 'Roboto', Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}
