/**************************
@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;
  }
}
#join-our-team #join-our-team-container {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 4rem 0;
  gap: 3rem;
}
@media screen and (min-width: 1440px) {
  #join-our-team #join-our-team-container {
    flex-direction: row;
    align-items: flex-start;
    padding: 6rem 6rem 6rem 0px;
    gap: 4rem;
  }
}
#join-our-team #join-our-team-container .join-img {
  position: relative;
  align-self: stretch;
  flex: 1 0 0;
}
#join-our-team #join-our-team-container .join-img picture img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1920px) {
  #join-our-team #join-our-team-container .join-img picture img {
    max-height: 410px;
  }
}
#join-our-team #join-our-team-container .join-img::after {
  display: none;
}
@media screen and (min-width: 1440px) {
  #join-our-team #join-our-team-container .join-img::after {
    content: url(../../../../../../../../content/dam/atvi/Raven/raven-2025/home/job_svgs/join-img-decor.svg);
    display: inline;
    width: 100px;
    /* Adjust the width as needed */
    height: 100px;
    /* Adjust the height as needed */
    position: absolute;
  }
}
#join-our-team #join-our-team-container #join-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  flex: 1 0 0;
  padding: 0px 4rem;
}
@media screen and (max-width: 1024px) {
  #join-our-team #join-our-team-container #join-content {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1920px) {
  #join-our-team #join-our-team-container #join-content {
    padding: 0 4rem;
  }
}
#join-our-team #join-our-team-container #join-content #text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-family: Arial;
}
#join-our-team #join-our-team-container #join-content #text-content h2 {
  font-family: 'Agency FB';
  font-weight: 700;
  font-size: 5rem;
  font-style: normal;
  line-height: 80px;
  /* 100% */
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #join-our-team #join-our-team-container #join-content #text-content h2 {
    font-size: 3rem;
    line-height: 90%;
  }
}
#join-our-team #join-our-team-container #join-content #text-content p {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}
#join-our-team #join-our-team-container #join-content #join-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 1rem;
  font-family: Arial;
}
#join-our-team #join-our-team-container #join-content #join-btns .btns-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  #join-our-team #join-our-team-container #join-content #join-btns .btns-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#join-our-team #join-our-team-container #join-content #join-btns .join-row1 {
  padding-left: 1rem;
}
@media screen and (max-width: 1024px) {
  #join-our-team #join-our-team-container #join-content #join-btns .join-row1 {
    padding-left: 0;
  }
}
#join-our-team #join-our-team-container #join-content #join-btns .join-row2 {
  padding-right: 1rem;
}
@media screen and (max-width: 1024px) {
  #join-our-team #join-our-team-container #join-content #join-btns .join-row2 {
    padding-right: 0;
  }
}
#join-our-team #join-our-team-container #join-content #join-btns .join-row2 a:last-child {
  color: #141817;
  background-color: #f1b946;
}
#join-our-team #join-our-team-container #join-content #join-btns .join-row2 a:last-child:hover {
  background-color: #c99a3a;
}
#join-our-team #join-our-team-container #join-content #join-btns .join-row2 a:last-child:active {
  background-color: #f1b946;
}
#join-our-team #join-our-team-container #join-content #join-btns .join-btn {
  background-color: #1d1d1d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 100px;
  width: calc(45%);
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-family: 'Roboto';
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  max-width: 177px;
  min-width: 100px;
  flex: 0 1 auto;
}
#join-our-team #join-our-team-container #join-content #join-btns .join-btn:hover {
  background-color: #252525;
}
#join-our-team #join-our-team-container #join-content #join-btns .join-btn:active {
  background-color: #1d1d1d;
}
#join-our-team #join-our-team-container #join-content #join-btns .join-btn img {
  flex-shrink: 0;
}
@media screen and (min-width: 595px) {
  #join-our-team #join-our-team-container #join-content #join-btns .join-btn {
    width: calc(20%);
  }
}
@media screen and (min-width: 1024px) {
  #join-our-team #join-our-team-container #join-content #join-btns .join-btn {
    flex: 1 0 0;
    max-width: 236px;
  }
}
@media screen and (min-width: 1440px) {
  #join-our-team #join-our-team-container #join-content #join-btns .join-btn {
    width: 100px;
  }
}
@media screen and (min-width: 1920px) {
  #join-our-team #join-our-team-container #join-content #join-btns .join-btn {
    width: 100%;
    max-width: 172px;
  }
}
