.header {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 20px;
  -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: #fff;
  box-shadow: 0 -2px 5px 2px rgba(0, 0, 0, 0.6);
}

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

.header-logo {
  width: 60px;
}

.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: 0%;
  -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: 70px;
  margin-bottom: 0em;
  padding-bottom: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #67a3da;
  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: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.heading {
  display: block;
  overflow: visible;
  margin-top: 0.25em;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d2376), to(#fff));
  background-image: linear-gradient(180deg, #0d2376, #fff);
  -o-object-fit: cover;
  object-fit: cover;
}

.person-promo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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: 30px;
}

.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: #67a3da;
  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;
  width: 205px;
  height: auto;
  margin-right: 20px;
  padding-top: 0em;
  padding-right: 0px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-size: 30px;
  line-height: 30px;
}

.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: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

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

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-size: 20px;
  line-height: 20px;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph {
  font-size: 20px;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 1em;
}

.paragraph-3 {
  max-width: 600px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: right;
}

.image-5 {
  width: auto;
  margin-bottom: 50px;
}

.heading-6 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-right: 10px none #f6acc5;
  border-bottom: 10px none #f6acc5;
  color: #67a3da;
  line-height: 38px;
}

.text-span {
  color: #f6acc5;
  font-size: 60px;
  line-height: 0.5em;
}

.section-group {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px none #e2e2e2;
}

.section-group.first-child {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-top-style: none;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item {
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  color: #0570b7;
  font-size: 22px;
  line-height: 1em;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f6acc5;
  font-weight: 500;
  text-align: right;
}

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

  .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: 65px;
  }
}

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

  .header-logo {
    width: 60px;
  }

  .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: 65px;
  }

  .left {
    padding-right: 60px;
    padding-left: 60px;
  }
}

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

  .main-heading {
    position: relative;
    z-index: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
  }

  .main {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }

  .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: 65px;
  }

  .paragraph-3 {
    max-width: 800px;
    font-size: 26px;
  }

  .image-5 {
    width: 600px;
    max-width: 120%;
  }

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

@media screen and (max-width: 991px) {
  .body {
    background-color: #fff;
  }

  .header-logo {
    width: 55px;
  }

  .main-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 62px;
    padding-bottom: 0em;
  }

  .main {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .footer {
    background-color: #67a3da;
  }

  .div-block-3 {
    width: 185px;
    margin-right: 15px;
  }

  .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;
  }

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

  .right {
    padding-right: 20px;
    padding-left: 20px;
  }

  .left {
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

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

  .image-5 {
    margin-bottom: 40px;
  }

  .nav-menu {
    display: none;
  }

  .navbar {
    background-color: #0570b7;
  }

  .icon {
    color: #fff;
  }

  .heading-5 {
    padding-right: 20px;
  }

  .heading-6 {
    color: #67a3da;
    font-size: 34px;
  }

  .grid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .item {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }

  .heading-7 {
    padding-bottom: 0.35em;
    font-size: 20px;
    text-align: right;
  }

  .heading-8 {
    font-family: 'Open Sans', sans-serif;
    color: #f6acc5;
    font-size: 17px;
    line-height: 1.1em;
    font-weight: 600;
    text-align: right;
  }
}

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

  .header-logo {
    width: 55px;
  }

  .header-wrapper {
    height: auto;
  }

  .main-heading {
    display: block;
    margin-top: 58px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .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: 22px;
  }

  .div-block-3 {
    width: 160px;
    margin-right: 15px;
  }

  .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: 50px;
  }

  .right {
    width: auto;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .left {
    width: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .paragraph-3 {
    font-size: 18px;
    text-align: center;
  }

  .image-5 {
    width: 80%;
    max-width: none;
  }

  .image-6 {
    max-width: 200px;
  }

  .image-7 {
    padding-top: 5px;
  }

  .item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

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

  .header-logo {
    width: 45px;
  }

  .header-wrapper {
    height: auto;
  }

  .main-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    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;
  }

  .main {
    padding-right: 10px;
    padding-left: 10px;
  }

  .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: 20px;
  }

  .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 {
    width: 120px;
    margin-right: 8px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    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: 150%;
    max-width: none;
    -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: 24px;
  }

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

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

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

  .right {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .left {
    width: 100%;
  }

  .image-5 {
    margin-bottom: 30px;
  }

  .image-7 {
    padding-top: 5px;
  }

  .heading-6 {
    font-size: 32px;
  }

  .section-group.first-child {
    margin-bottom: 0px;
    background-color: #fff;
    color: #d3d3d3;
  }

  .item {
    margin-bottom: 30px;
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .heading-8 {
    font-size: 16px;
  }
}

#w-node-_31fad3cb-3b92-6deb-72a0-7741422c2941-17dd25c6 {
  -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-02dd25c7 {
  -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('../fonts/LIQUIDO-Reguar.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Liquido fluid';
  src: url('../fonts/LIQUIDO-Fluid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}