
   body{
    background: white;
    overflow-x: hidden;  
}
#picture-ambassador-strip {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    z-index: 1!important;
    background-color: black;
}
.ambassadors-img-pc{
    display: block;
    width: 100%;
}
.ambassadors-img-mobile{
    display: none;
}
h2.blue.promo-main-title {
  font-weight: bold;
  margin: 3% 0 2% 1%;
}
.biography-container {
  display: flex;
  flex-direction: row;
}
.bigraphy-text {
    background: #f7f7f7;
    width: 48%;
    padding: 20px 0 20px 15px;
    border-radius: 0px 0px 0 30px;
    direction: ltr;
}
.bigraphy-text-align {
    width: 97%;
    height: 318px;
    overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
    text-align: left;
    padding: 5px 10px 5px 15px;
}
.bigraphy-text-align p {
    direction: ltr;
}
.biographyVideo {
  width: 52%;
  background: #007cf7;
  display: flex;
  align-items: center;
}
.biographyVideo-align, #biographyVideo-twitch {
    width: 100%;
    height: 98%;
    padding: 7px;
}
.biographyVideo iframe {
  width: 100%;
  height: 100%;
}
.info-description a {
    text-decoration: none;
}
.ambassador-career {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.ambassador-career-format{
    display: flex;
    flex-direction: row;
    background: #f4f4f4;
}

.ambassador-career {
    -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
      border-radius: 50px;
      border: none;
      width: 100%;
      display: flex;
      flex-direction: column;
      text-align: center;
      background: #f4f4f4;
      padding-bottom: 5px;
}
.ambassador-career-strip {
      padding: 0 1% 2% 1%;
}
.define-head-bgcolor {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 20px 30px 20px;
    color: white;
    background: #007cf7;
    border-radius: 30px 30px 0px 0px;
    margin-bottom: 5px;
    font-weight: bold;
}
.define-head-width1, .define-width1 {
    font-weight: bold;
    width: 18%;
}
.define-head-width2, .define-width2 {
    width: 40%;
}
.define-head-width3, .define-width3 {
    width: 21%;
}
.define-head-width4, .define-width4 {
    width: 21%;
}
.ambassador-career-format {
    display: flex;
    flex-direction: column;
    background: #f4f4f4;
    border-radius: 0px 0px 30px 30px;
}
.define-bgcolor {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 5px 20px 5px 20px;
    padding: 12px 10px;
    background: white;
    border-radius: 30px;
    align-items: center;
}

.ambassador-details {
    width: 65%;
    display: flex;
    justify-content: left;
    flex-direction: row;
    padding: 10px 0 0 10px;
    gap: 10px;
}
.info-items-strip {
    display: flex;
    flex-direction: row;
}
.info-items-strip img.lazyload {
    width: 30px;
}
.info-description {
    padding: 3px 0 0 6px;
}
.ambassador-container {
    width: fit-content;
    max-width: 100%;
    background: #f7f7f7;
}
.ambassador-facts-and-img-strip {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}
.fact-strip {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   margin: 0 0 0 2%;
}
.fact-items {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fact-number {
    width: 6%;
}
.l-ca .fact-number, .l-ro .fact-number, .l-en .fact-number, .l-ru .fact-number {
    width: 8%;
}
.fact-number img.lazyload {
    width: 34px;
}
.fact-description {
    width: 81%;
}
.strip-padding {
    padding: 10px 0 0 0;
}
.ambassador-img {
    width: 26%;
}
.flex-ambassadors-videos iframe {
    width: 100%;
    height: 100%;
}
.more-ambassador-videos {
    text-align: right;
    padding: 1%;
}
.more-ambassador-videos a {
    text-decoration: none;
}
.flex-ambassadors-videos-odd {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
        "video1 video1 video2 video3"
        "video1 video1 video4 video5";
   /* gap: 10px;*/
    width:100%
}
.flex-ambassadors-videos-odd-for3{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 24px;
grid-row-gap: 0px;
padding: 1%;
}
.flex-ambassadors-videos-even-for6{
    display: grid;
    grid-template-areas:
        "video1 video2 video3"
        "video4 video5 video6";
    gap: 10px;
    padding: 0 10px;
}
.flex-ambassadors-videos-even-for4{
   display: grid;
    grid-template-areas:
        "video1 video2"
        "video3 video4";
    gap: 10px;
    padding: 0 10px;
}
.moreAboutAmbassadorVideo1 {
    grid-area: video1;
}
.moreAboutAmbassadorVideo2 {
    grid-area: video2;
}
.moreAboutAmbassadorVideo3 {
    grid-area: video3;
}
.moreAboutAmbassadorVideo4 {
    grid-area: video4;
}
.moreAboutAmbassadorVideo5 {
    grid-area: video5;
}
.moreAboutAmbassadorVideo6 {
    grid-area: video6;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #d6d6d6; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a8a7a7; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d4d4d4; 
}
.see-more-text-for-mobile{
    display: none;
}
.fact-description p.stepsDescription {
    margin: 0;
    line-height: 1.5;
}
.ambassador-facts-container h2.blue.promo-main-title {
    font-weight: 100;
    margin: 1% 0 2% 2%;
}
.related-content-slider {
    padding: 0;
}
.related-content-slider h3 {
    font-weight: bold;
    color: #007cf7;
    font-size: 1.7em;
    padding: 1% 2%;
}
.ambassador-video-strip {
     width: 100%; 
}
@media only screen and (min-width: 600px) and (max-width: 1024px){
.flex-ambassadors-videos div {
    padding: 1%;
}
.flex-ambassadors-videos {
    display: flex;
    flex-direction: row;
    padding: 0% 10%;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.ambassador-career-strip {
    margin: 0 2%;
}
h2.blue.promo-main-title {
    font-weight: bold;
    margin: 3% 0 2% 3%;
}
.ambassador-details{
    width: 97%;
    padding-left: 3%;
}
.ambassador-career {
    padding: 0;
}
.define-bgcolor{
    align-items: center;
} 
.ambassador-img {
    display: none;
}
 .fact-strip {
    justify-content: space-between;
    padding: 1% 3%;
}
.fact-items {
    padding-bottom: 2%;
}
.more-ambassador-videos {
    text-align: center;
}
#main-ambassador-content .promo-main-title {
    margin: 1% 0 2% 5%;
}
.ambassador-facts-and-img-strip {
    width: 100%;
}
.ambassador-facts-and-img-strip .fact-number {
    width: 7%;
}
}
@media only screen and (max-width: 600px) {

.ambassadors-img-pc{
    display: none;
}
.ambassadors-img-mobile{
    display: block;
}
.related-content-slider h3 {
    margin-left: 0;
    text-align: center;
}
  h2.blue.promo-main-title {
    text-align: center;
  }
  .biography-container {
    flex-direction: column;
  }
  .bigraphy-text {
    width: 100%;
  }
  .biographyVideo {
    width: 100%;
    background: 0;
    height: 230px;
  }
  .biographyVideo-align, #biographyVideo-twitch {
    width: 100%;
    height: 100%;
    padding: 7px 20px;
  }
  .bigraphy-text-align {
    height: 148px;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: max-height .5s ease;
    position: relative;
    max-height: 100%;
  }

.bigraphy-text-align.active {
  max-height: 100%;
  height: 100%;
}
.bigraphy-text-align:not(.active)::before, .bigraphy-text-align:not(.active)::after, .bigraphy-text-align:not(.active) .see-more-text-for-mobile {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  text-align: center;
}

.bigraphy-text-align:not(.active)::before {
  height: 20px;
  background-color: #f7f7f7;
}

.bigraphy-text-align:not(.active)::after {
  height: 50px;
  bottom: 20px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7);
}

.bigraphy-text-align .active .see-more-text-for-mobile {
  display: none;
}

.bigraphy-text-align:not(.active) .see-more-text-for-mobile{
  padding: 20px 0px;
  z-index: 1;
}
.see-more-text-for-mobile{
    text-align: center;
    display: block;
}
.ambassador-details {
    width: 100%;
    justify-content: space-between;
    padding: 5px 20px;
    flex-wrap: wrap;
    align-items: center;
    gap:0px;
}
.info-items-strip {
    width: 50%;
    padding: 0 2px 0 0;
}
p.stepsDescription {
    font-size: 80%;
}
.info-pic {
    width: 15%;
}
.info-description {
    width: 75%;
}
.ambassador-career-strip {
    padding: 2%;
}
.define-head-bgcolor {
    padding: 10px 20px 10px 20px;
}
.ambassador-career-format {
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 30px 30px;
}
.define-bgcolor{
    margin: 5px;
    border-radius: 40px;
    align-items: center;
}
.fact-strip {
    justify-content: space-between;
    padding: 1% 8%;
}
.fact-items {
    padding-bottom: 6%;
}
.fact-description {
    width: 89%;
    padding-left: 6%;
}
.fact-number {
    width: 11%;
    align-items: center;
}
.flex-ambassadors-videos {
    grid-template-columns: 0;
    grid-template-rows: 0;
    gap: 0;
    grid-template-areas: 0;
    display: flex;
    flex-direction: column;
    padding: 1% 3%;
    gap: 16px;
}
.moreAboutAmbassadorVideo1, .moreAboutAmbassadorVideo2, .moreAboutAmbassadorVideo3, .moreAboutAmbassadorVideo4, .moreAboutAmbassadorVideo5, .moreAboutAmbassadorVideo6 {
   height: 13rem;
}
.large-12.column.related-content-slider.gray-full-bg {
    text-align: center;
}
.more-ambassador-videos {
    text-align: center;
}
.bigraphy-text {
    border-radius: 0;
}
.ambassador-img {
    display: none;
}
.events .slick-slide {
    width: 100%;
    max-width: 375px;
    margin: 0 16px;
}
.events a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.events .slick-slide span {
    display: block;
    text-decoration: none!important;
    color: #000;
    margin: 0 auto;
}
.events .slick-prev {
    left: 5%;
}
.events .slick-next {
    right: 5%;
}
.events .slick-arrow {
    display: inline-block!important;
}
}