.header {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.body {
  height: 100%;
  background-color: #000;
  direction: rtl;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  line-height: 18px;
  text-align: right;
}

.header-logo {
  width: 80px;
}

.image {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
}

.sponsers {
  margin-right: auto;
}

.slogan {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-heading {
  position: static;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-bottom: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Liquido reguar', sans-serif;
  color: #fff;
  font-size: 20vh;
  line-height: 0.75em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.html-embed {
  display: none;
  width: 0px;
  height: 0px;
}

.main {
  margin-top: 0.5px;
}

.heading {
  display: block;
  overflow: visible;
  padding-top: 0.25em;
  margin-top:0;
  margin-bottom: 0.35em;
  color: #fff;
  font-size: 60px;
  line-height: 1em;
  text-align: center;
}

.persons-grid {
  display: block;
  max-width: none;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
  -ms-grid-rows: minmax(200px, 200px);
  grid-template-rows: minmax(200px, 200px);
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 5px;
  column-gap: 5px;
}

.persons-grid.grid-wrapper {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
  -ms-grid-rows: minmax(200px, 200px);
  grid-template-rows: minmax(200px, 200px);
  -webkit-column-count: 0;
  column-count: 0;
  -webkit-column-gap: 0px;
  column-gap: 0px;
}

.div-block {
  display: block;
  width: auto;
}

.person {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.person.double-h {
  max-width: none;
}

.image-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  max-width: none;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: 100%;
}

.lk {
  overflow: hidden;
}

.person-image {
  position: static;
  z-index: 1;
  display: inline;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position:50% 20%;
  object-position:50% 20%;
}

.person-promo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;

}

.person-content {
  position: absolute;
  right: 0px;
  bottom: 0.75em;
  z-index: 2;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  font-size: 36px;
}

.person-name {
  display: inline-block;
  margin-top: 0em;
  margin-bottom: 0.15em;
  padding: 0.1em 0.5em 0.1em 0.35em;
  background-color: #000;
  color: #fff;
  font-size: 0.85em;
  line-height: 1em;
}

.person-info {
  display: block;
  width: auto;
  max-width: 75%;
  margin-top: 0px;
  margin-bottom: 0em;
  padding: 0.1em 0.65em 0.1em 0.5em;
  background-color: #000;
  color: #fff;
  font-size: 0.65em;
  line-height: 1.25em;
  font-weight: 400;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0rem;
  padding: 0.5rem 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #000;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 12px;
}

.text-block {
  display: block;
  padding-right: 0em;
  padding-bottom: 0em;
  color: #fff;
  line-height: 12px;
  font-weight: 600;
  text-align: right;
}

.link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.text-block-2 {
  display: inline;
}

.link-block {
  display: inline-block;
  width: 40px;
  margin-bottom: 0px;
}

.div-block-2 {
  padding-right: 8px;
}

.text-block-4 {
  padding-right: 0px;
  padding-bottom: 0em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  direction: ltr;
  font-family: 'Liquido reguar', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
  text-align: right;
}

.text-block-4._2022 {
  padding-right: 10px;
}

.text-block-5 {
  font-size: 20px;
}

.text-block-6 {
  padding-right: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0.25em;
  padding-right: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  line-height: 30px;
}
.div-block-3 > div{display:flex;}
.div-block-3{text-decoration:none !important;}
.person-page-content {
  display: block;
  min-height: 100vh;
  background-color: #fff;
}

.person-content-text {
  display: block;
  max-width: 45%;
  padding: 100px 20px 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.person-image-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  height: 100vh;
  max-height: 100vh;
  max-width: 55%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.person-image-bg {
  position: absolute;
  left: auto;
  top: 20px;
  bottom: 0px;
  display: block;
  width: 0%;
  height: 120vh;
  padding-top: 0px;
  padding-right: 150%;
  padding-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 50%;
  background-color: #000;
}

.person-image-bg.squre {
  width: 100%;
  height: 0px;
}

.person-image-bg-text {
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 0px;
  z-index: 2;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  font-family: 'Liquido reguar', sans-serif;
  color: #fff;
  font-size: 300px;
  line-height: 0.75em;
  text-align: center;
}

.person-image-xl {
  position: absolute;
  left: 0%;
  bottom: 0px;
  z-index: 3;
  width: 125%;
  height: auto;
  max-width: none;
  margin-left: 0%;
  padding-right: 0%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: translate(-12.5%, 0px);
  -ms-transform: translate(-12.5%, 0px);
  transform: translate(-12.5%, 0px);
}

.heading-2 {
  font-size: 50px;
}

.person-text-title {
  margin-top: 0px;
  margin-bottom: 0.15em;
  padding-bottom: 0rem;
  color: #000;
  font-size: 60px;
  line-height: 1em;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0rem;
  color: #000;
  font-size: 20px;
  line-height: 1.15em;
  font-weight: 500;
}

.block-quote {
  margin-top: 1em;
  margin-bottom: 2rem;
  padding: 0.5em 0px 0.35em;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  border-left-style: none;
  border-left-width: 0px;
  color: #000;
  font-size: 26px;
  line-height: 1.15em;
  font-weight: 700;
}

.text-block-7 {
  color: #000;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
}

.others {
  position: relative;
  background-color: #000;
}

.heading-4 {
  font-size: 1em;
  line-height: 0.75em;
  font-weight: 400;
}

.sponsered-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-9 {
  margin-left: 0.5em;
  color: #fff;
  font-weight: 500;
}

.link-block-2 {
  width: 100px;
}

@media screen and (min-width: 1280px) {
  .header-logo {
    width: 80px;
  }

  .person-content-text {
    padding-top: 100px;
  }

  .person-text-title {
    font-size: 70px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .block-quote {
    font-size: 36px;
  }

  .text-block-7 {
    font-size: 22px;
  }

  .link-block-2 {
    width: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    position: fixed;
    z-index: 10;
  }

  .header-logo {
    width: 80px;
  }

  .main-heading {
    position: static;
  }

  .person-page-content {
    display: block;
    overflow: hidden;
  }

  .person-content-text {
    position: relative;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 100px;
  }

  .person-image-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 55%;
    height: 100vh;
    max-height: 100vh;
    max-width: none;
    -webkit-box-flex: 55%;
    -webkit-flex: 55%;
    -ms-flex: 55%;
    flex: 55%;
  }

  .person-image-xl {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .person-text-title {
    margin-bottom: 0.75rem;
    color: #000;
    font-size: 70px;
    line-height: 1em;
  }

  .heading-3 {
    margin-top: 0px;
    margin-bottom: 2.5rem;
    color: #000;
    font-size: 30px;
    line-height: 1.15em;
    font-weight: 500;
  }

  .block-quote {
    margin-bottom: 3rem;
    padding: 0.5em 0px;
    border-width: 2px 0px 1px;
    border-top-style: solid;
    border-top-color: #000;
    border-right-style: solid;
    border-right-color: #000;
    border-bottom-style: solid;
    border-bottom-color: #000;
    color: #000;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
  }

  .text-block-7 {
    color: #000;
    font-size: 22px;
    line-height: 1.15em;
    font-weight: 400;
  }

  .link-block-2 {
    width: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .header-logo {
    width: 80px;
  }

  .main-heading {
    position: relative;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
  }

  .heading {
    display: block;
  }

  .person-image-xl {
    top: auto;
    right: 0px;
    width: 100%;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .person-text-title {
    margin-bottom: 1rem;
    padding-top: 20px;
    font-size: 107px;
  }

  .heading-3 {
    font-size: 34px;
  }

  .block-quote {
    padding-top: 0.75em;
    font-size: 42px;
  }

  .text-block-7 {
    font-size: 25px;
    line-height: 1.25em;
  }

  .text-block-8 {
    display: none;
    margin-top: 0px;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-size: 0.25em;
    line-height: 1em;
    font-weight: 500;
  }

  .link-block-2 {
    width: 100px;
  }
}

@media screen and (max-width: 991px) {
  .main-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0em;
  }

  .person-image {
    font-size: 14px;
  }

  .person-content {
    font-size: 40px;
  }

  .person-image-bg {
    width: 115%;
    padding-bottom: 130%;
  }

  .person-image-bg-text {
    bottom: 0%;
  }

  .person-image-xl {
    max-width: 150%;
    -webkit-transform: translate(-12.5%, 0px);
    -ms-transform: translate(-12.5%, 0px);
    transform: translate(-12.5%, 0px);
  }

  .person-text-title {
    font-size: 50px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .block-quote {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: static;
  }

  .header-logo {
    width: 60px;
  }

  .header-wrapper {
    height: 100%;
  }

  .main-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-text {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading {
    font-size: 50px;
  }

  .person-content {
    font-size: 36px;
  }

  .person-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .person-content-text {
    width: 100%;
    max-width: none;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .person-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .person-image-bg {
    top: 20px;
    right: 50%;
    display: block;
    overflow: visible;
    width: 150%;
    height: 0vh;
    padding-right: 0%;
    padding-bottom: 150%;
    -webkit-transform: translate(50%, 0px);
    -ms-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
  }

  .person-image-bg-text {
    position: relative;
    top: 0px;
    right: 0%;
    bottom: auto;
    padding-top: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 300px;
  }

  .person-image-xl {
    bottom: 0px;
    width: 100%;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .person-text-title {
    font-size: 60px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .block-quote {
    font-size: 32px;
  }

  .text-block-7 {
    font-size: 22px;
  }

  .link-block-2 {
    width: 80px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-logo {
    width: 60px;
  }

  .header-wrapper {
    height: 100vh;
  }

  .main-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 100px;
    white-space: break-spaces;
  }

  .heading-text {
    margin-top: 0px;
  }

  .heading {
    font-size: 40px;
  }

  .persons-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .person-content {
    font-size: 34px;
  }

  .footer {
    padding-right: 7px;
    padding-left: 7px;
  }

  .text-block {
    font-size: 10px;
  }

  .link {
    font-size: 10px;
  }

  .link-block {
    width: 40px;
  }

  .div-block-2 {
    padding-right: 3px;
    line-height: 12px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .text-block-4._2022 {
    padding-right: 5px;
    font-size: 20px;
  }

  .div-block-3 {
    padding-right: 5px;
    font-size: 20px;
  }

  .person-content-text {
    padding-top: 40px;
  }

  .person-image-bg {
    width: 200%;
    padding-bottom: 200%;
  }

  .person-image-bg-text {
    display: block;
  }

  .person-image-xl {
    width: 120%;
    max-width: none;
    -webkit-transform: translate(-10%, 0px);
    -ms-transform: translate(-10%, 0px);
    transform: translate(-10%, 0px);
  }

  .person-text-title {
    font-size: 50px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .block-quote {
    font-size: 24px;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .text-block-9 {
    margin-left: 0.25em;
    font-size: 14px;
  }

  .link-block-2 {
    width: 75px;
    font-size: 15px;
  }
}

#w-node-_31fad3cb-3b92-6deb-72a0-7741422c2941-10cf29ab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_31fad3cb-3b92-6deb-72a0-7741422c2941-08961c2c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_31fad3cb-3b92-6deb-72a0-7741422c2941-dee19705 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@font-face {
  font-family: 'Liquido reguar';
  src: url('/40under40/2022/fonts/LIQUIDO-Reguar.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Liquido fluid';
  src: url('/40under40/2022/fonts/LIQUIDO-Fluid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.header{background:#000;}

.sponsered-promo{
	background: rgb(13,35,118);
background: -moz-linear-gradient(180deg, rgba(13,35,118,1) 0%, rgba(10,14,39,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(13,35,118,1) 0%, rgba(10,14,39,1) 100%);
background: linear-gradient(180deg, rgba(13,35,118,1) 0%, rgba(10,14,39,1) 100%);

}
.sponsered-promo img{
	  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position:50%;
  object-position:50%;
}
.sponsered-promo .sponsered-promo-desktop{display:none;}
@media screen and (min-width: 479px) {
.sponsered-promo .sponsered-promo-desktop{display:block;}
.sponsered-promo .sponsered-promo-mobile{display:none;}	
}
.person-image-bg-left{display:none;}
@media screen and (min-aspect-ratio: 8 / 5) {
	.person-image-bg-left{
		display:block;
		width:50%;
		height:100%;
		background:#000;
		position:absolute;
		left:0;
		top:0;
	}
	.person-image-bg {
position: absolute;
    left: auto;
    top: 20px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    padding-right: 0;
    padding-bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 50%;
    background-color: #000;
	}
}

.sponser-article{    font-size: 22px;
    background: #000;
    padding: 0.5em;
    position: relative;
    margin-top: 2em;
    z-index: 8;}
.sponser-article a{display:flex;justify-content:flex-start;align-items:flex-start;}
.sponser-article a{color:#fff;text-decoration:none;}
.sponser-article .sponser-article-content{    margin-right: 0.5em;
    max-width: 600px;}
.sponser-article .sponser-article-content h3{margin:0 0 0.5em 0;line-height:1;font-size:1.2em;}
.sponser-article img{    width: 40%;
    max-width: 300px;}
.sponser-article p{
	font-size: 0.85em;
    line-height: 1.15;	
}

@media screen and (max-width: 1280px) {
	.sponser-article .sponser-article-content h3{font-size:1em;}
}
@media screen and (max-width: 991px) {
	.sponser-article .sponser-article-content h3{font-size:0.75em;}
}
@media screen and (max-width: 767px) {
	.sponser-article .sponser-article-content h3{font-size:1em;}
}
@media screen and (max-width: 480px) {
	.sponser-article .sponser-article-content h3{font-size:0.75em;}
}
@media screen and (max-width: 360px) {
	.sponser-article .sponser-article-content h3{font-size:0.7em;}
}

.person-promo{
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
}
@media screen and (max-width: 480px) {
	.person-promo{
			background-position: center top;
	}
	
	.person-promo.tall{
		background-position: center 15%;
	}
	
}
.grid-wrapper {
  display: grid !important;
  grid-gap: 7px;
  grid-column-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  grid-auto-rows: 400px !important;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 1;
}
.grid-wrapper .tall {
	grid-row: span 1;
}

@media screen and (min-width: 480px) {
  .grid-wrapper {
	grid-gap: 7px;
	grid-template-columns: repeat(auto-fit, minmax(calc(50% - 7px), 1fr));
	grid-auto-rows: 300px !important;
  }
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
  .grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
  }
}
@media screen and (min-width: 768px) {
  .grid-wrapper {
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(calc(50% - 10px), 1fr));
	grid-auto-rows: 350px !important;
  }
	.grid-wrapper .wide {
		grid-column: span 2;
	}
	.grid-wrapper .tall {
		grid-row: span 2;
	}
}
@media screen and (min-width: 1024px) {
	.grid-wrapper {
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(calc(25% - 10px), 1fr));
		/*grid-auto-rows: 300px !important;*/
		grid-auto-rows: 400px !important;
	}
	.grid-wrapper .wide {
		grid-column: span 2;
	}
	.grid-wrapper .tall {
		grid-row: span 2;
	}
}
@media screen and (min-width: 1280px) {
	.grid-wrapper {
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(calc(20% - 10px), 1fr));
		grid-auto-rows: 400px !important;
		/*grid-auto-rows: 300px !important;*/
	}
	.grid-wrapper .wide {
		grid-column: span 2;
	}
	.grid-wrapper .tall {
		grid-row: span 2;
	}
}

@media screen and (max-width: 360px) {
  .person-promo .person-content {
	font-size: 32px;
  }
}

.sponsered-promo .desktop{display:none;}
@media screen and (min-width: 480px) {
.sponsered-promo .desktop{display:block;}	
.sponsered-promo .mobile{display:none;}	
}

.main-heading {
  font-size: 140px !important;
}
.main-heading {
  font-size: calc(140px + (280 - 140) * ((100vw - 320px) / (1400 - 320))) !important;
}

@media screen and (min-width:991px) {
.main-heading {
	padding-top:50px;
}
}
@media screen and (min-width:1400px) {
  .main-heading {
	  
	font-size: 280px !important;
  }
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.person-image-bg-text {
  font-size: calc(150px + (200 - 150) * ((100vw - 300px) / (480 - 300))) !important;
}
@media screen and (min-width: 480px) {
  .person-image-bg-text {
	font-size: calc(220px + (260 - 220) * ((100vw - 480px) / (767 - 480))) !important;
  }
}
@media screen and (min-width: 767px) {
  .person-image-bg-text {
	font-size: calc(250px + (300 - 250) * ((100vw - 768px) / (991 - 768))) !important;
  }
}
@media screen and (min-width: 991px) {
  .person-image-bg-text {
	font-size: calc(330px + (360 - 330) * ((100vw - 991px) / (1440 - 991))) !important;
  }
}
@media screen and (min-width: 1280px) {
  .person-image-bg-text {
	font-size: calc(330px + (360 - 330) * ((100vw - 1280px) / (1920 - 1280))) !important;
  }
}

.popup-share-buttons{position:absolute;top:80px;left:10px;z-index:6;text-align:center;}
.project-home .at-style-responsive .at-share-btn, .popup-share-buttons .at-style-responsive .at-share-btn{display:block;margin:0 5px 10px !important;}
.popup-share-buttons w-embed{white-space:normal;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{height:20px !important;width:20px !important;line-height:20px !important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper svg{width:20px !important;height:20px !important;}

.at-icon-wrapper at-share-btn at-svc-email{display:none!important;}

@media screen and (max-width: 350px) {
	.popup-share-buttons:before,
	.popup-share-buttons:after{display:none;}
	.popup-share-buttons{
		bottom:0;
top:auto;		
left:0;
		width:100%;
		text-align:center;
		
	}
	.project-home .at-style-responsive .at-share-btn, .popup-share-buttons .at-style-responsive .at-share-btn{display:inline-block;}	
}


.at-style-responsive .at-share-btn{
  padding: 5px;
  background: none !important;
  margin: 0 10px !important;
  border: 1px solid #1a1b1f !important;
}
.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover{
  background: #1a1b1f !important;
}
.at-resp-share-element .at-share-btn:focus .at-icon, .at-resp-share-element .at-share-btn:hover .at-icon{
  fill: #d6d6d6 !important;
}
.project-home .at-style-responsive .at-share-btn,
.popup-share-buttons .at-style-responsive .at-share-btn{
  border: 1px solid #fff !important;
}
.popup-share-buttons .at-resp-share-element .at-share-btn .at-icon, .project-home .at-resp-share-element .at-share-btn .at-icon{
  fill: #fff !important;
}
.popup-share-buttons .at-resp-share-element .at-share-btn:focus, .project-home .at-resp-share-element .at-share-btn:hover{
  background: #fff !important;
}
.popup-share-buttons .at-resp-share-element .at-share-btn:focus .at-icon,.project-home .at-resp-share-element .at-share-btn:hover .at-icon{
  fill: #000 !important;
}
.arrow-down svg, .arrow-down image{
  fill:#fff;
}

.person-page .popup-share-buttons{position:static;text-align: left;
    margin-top: 2rem;}


.project-home .at-style-responsive .at-share-btn,
.person-page  .popup-share-buttons .at-style-responsive .at-share-btn{
  border: 1px solid #000 !important;
}
.person-page  .popup-share-buttons .at-resp-share-element .at-share-btn .at-icon, .project-home .at-resp-share-element .at-share-btn .at-icon{
  fill: #000 !important;
}
.person-page  .popup-share-buttons .at-resp-share-element .at-share-btn:focus, .project-home .at-resp-share-element .at-share-btn:hover{
  background: #000 !important;
}
.person-page  .popup-share-buttons .at-resp-share-element .at-share-btn:focus .at-icon,.project-home .at-resp-share-element .at-share-btn:hover .at-icon{
  fill: #fff !important;
}
.person-page .arrow-down svg, .person-page .arrow-down image{
  fill:#000;
}


.person-page  .project-home .at-style-responsive .at-share-btn, .person-page  .popup-share-buttons .at-style-responsive .at-share-btn{display:inline-block;margin:0 5px 10px !important;}


.header{background:#000;z-index:55;}

.person-promo a{display:block;width:100%;height:100%;cursor:pointer;}