@font-face {
  font-family: Optima;
  src: url('../fonts/OPTIMA.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Optima B;
  src: url('../fonts/OPTIMA_B.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Applegaramond;
  src: url('../fonts/AppleGaramond.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  text-transform: uppercase;
  font-family: Optima, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.width-container {
  width: 80%;
  min-height: 96vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.width-container.home {
  flex-flow: column;
  min-height: 95vh;
  display: flex;
}

.navi {
  z-index: 2;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  padding-top: 12px;
  padding-bottom: 0;
  display: grid;
  position: sticky;
  top: 0;
}

.logo {
  text-transform: uppercase;
  margin-bottom: -12px;
  padding-bottom: 0;
  font-size: 46px;
  line-height: 115%;
}

.nav-link {
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.w--current {
  font-family: Optima B, Times New Roman, sans-serif;
  font-weight: 400;
}

.home-img-grid {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.homeimg2 {
  object-fit: cover;
  flex: 0 auto;
}

.homeimg-1 {
  object-fit: cover;
}

.heading {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
}

.block-wrapper {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.info-text {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
}

.height-section {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.height-section.hide {
  display: none;
}

.height-section.space {
  margin-bottom: 20px;
}

.grid-what-we-do {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  object-fit: contain;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.members-grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.committee {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
}

.position-text {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}

.bold-text {
  font-size: 13px;
}

.image-3 {
  width: 80%;
}

.committee-pic {
  width: 100%;
}

.paragraph {
  text-transform: none;
  font-size: 15px;
  line-height: 21px;
}

.big-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 22px;
  line-height: 144%;
}

.text-list-block {
  margin-bottom: 35px;
  font-size: 17px;
}

.text-list-block.small {
  font-size: 17px;
}

.text-list-block.big {
  font-size: 28px;
  line-height: 41px;
}

.text-list-block.hide {
  display: none;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}

.list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.slide-nav {
  display: none;
}

.slide {
  object-fit: contain;
  object-position: 50% 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #fff0;
  width: 80%;
  height: auto;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.slider-img {
  vertical-align: baseline;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.mask {
  height: auto;
}

.icon, .icon-2 {
  color: #000;
  font-size: 22px;
}

.footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
}

.footer-text {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  display: inline-block;
}

.link {
  border-bottom: 1px solid #000;
}

.nav-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 4px;
  display: flex;
}

.home_flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link.w--current {
  font-family: Optima B, Times New Roman, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  text-transform: none;
}

.crop {
  width: 35%;
}

.paralax-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo {
    font-size: 38px;
    line-height: 115%;
  }

  .nav-link {
    flex: 0 auto;
    order: -9999;
    align-self: auto;
    display: block;
  }

  .nav-link.w--current {
    align-self: auto;
  }

  .home-img-grid {
    box-sizing: border-box;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    flex: 0 auto;
    align-self: stretch;
    align-items: stretch;
  }

  .homeimg2 {
    object-fit: cover;
    height: 400px;
    display: block;
    position: static;
    inset: 0%;
  }

  .homeimg-1 {
    width: 100%;
    padding-right: 0;
  }

  .block-wrapper {
    width: 80%;
  }

  .committee {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-list-block {
    font-size: 15px;
  }

  .slider {
    width: 100%;
  }

  .slider-img {
    width: 85%;
  }

  .right-arrow {
    width: 50px;
  }

  .home_flex {
    flex: 0 auto;
    position: relative;
  }

  .crop {
    flex: 1;
    width: auto;
    position: relative;
  }

  .left-arrow {
    width: 50px;
  }

  .paralax-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .width-container {
    width: 90%;
  }

  .navi {
    grid-auto-flow: row;
    padding-bottom: 8px;
  }

  .logo {
    margin-bottom: 0;
    font-size: 28px;
  }

  .logo.w--current {
    display: block;
  }

  .nav-link {
    flex-flow: row;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .nav-link.w--current {
    align-self: flex-start;
  }

  .home-img-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-what-we-do {
    grid-template-columns: 1fr 1fr;
  }

  .committee {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-text-wrapper {
    margin-top: 40px;
  }

  .committee-pic {
    width: 100%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    width: 90%;
  }

  ._3x3img.hide {
    display: none;
  }

  .nav-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 45px;
    padding-bottom: 15px;
    padding-left: 0;
    display: none;
    position: relative;
  }

  .burger {
    flex-flow: column;
    justify-content: space-between;
    width: 55px;
    height: 35px;
    padding: 5px;
    display: flex;
  }

  .lines {
    background-color: #000;
    height: 1px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    z-index: 2;
    font-size: 23px;
    position: relative;
  }

  .nav-link {
    box-sizing: border-box;
    display: block;
  }

  .nav-link.w--current {
    display: block;
  }

  .block-wrapper {
    width: 100%;
  }

  .height-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-what-we-do {
    grid-template-columns: 1fr 1fr;
  }

  .big-text {
    width: 90%;
    font-size: 17px;
  }

  .slider-img {
    width: 100%;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-text {
    font-size: 13px;
  }

  .nav-list {
    z-index: 1;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    padding-top: 45px;
    padding-bottom: 15px;
    padding-left: 0;
    position: relative;
    inset: 0%;
  }

  .burger-wrapper {
    z-index: 2;
    position: relative;
  }

  .paralax-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}

#w-node-_9d488200-9d2f-64d1-37a8-166255609374-ee24bf3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_84a8d837-3ba1-bdd8-2400-131d78da7310-ee24bf3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-b2b1a7b9-3d4e-ff78-e40f-1aa914fcaf60-044e2603 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end stretch;
}

#w-node-_4c6b7261-428b-49bc-2c6b-ad69613a6a51-86e60b27 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3d18124f-b117-fa5e-b053-d9c5b40883b8-86e60b27 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4c6b7261-428b-49bc-2c6b-ad69613a6a50-86e60b27 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-f88e7be1-a577-12a6-d357-1d62d118f0c4-86e60b27 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-a4a81b85-92e6-476e-a087-7f3f63a10616-86e60b27 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-aa8f4ed1-bab9-33bf-219b-1d88e1f7b368-5a69cc39 {
  grid-area: 3 / 3 / 4 / 3;
}

#w-node-bd788246-325c-3e9d-0f88-eac673859056-5a69cc39 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-da0ceddc-69e2-e899-f5ba-cdbf61cdc0df-5a69cc39 {
  grid-area: 1 / 9 / 2 / 12;
  align-self: center;
}

#w-node-cf155423-a5ec-d9c4-ee4c-3505359605b8-5a69cc39 {
  grid-area: 2 / 2 / 3 / 6;
  align-self: center;
}

#w-node-_1d4c0419-c461-068f-10c2-7b2744f5b8f7-5a69cc39 {
  grid-area: 3 / 3 / 4 / 10;
  align-self: center;
}

#w-node-ad0cec27-9278-99d2-ccf9-504ec057f093-5a69cc39 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-fcb452d9-b4eb-b713-8fc9-36309c9853d6-5a69cc39 {
  grid-area: 3 / 10 / 4 / 13;
  align-self: center;
}

#w-node-a2f684bf-2c9d-9102-d5b2-7a4a8adaab21-5a69cc39 {
  grid-area: 4 / 1 / 5 / 5;
  place-self: center;
}

#w-node-_5f0379f4-3c03-ee55-b630-3f22bc74a02e-5a69cc39 {
  grid-area: 4 / 7 / 6 / 13;
  align-self: center;
}

#w-node-_7d82ca46-6ad7-3410-d888-cd6b79cf00dc-5a69cc39 {
  grid-area: 5 / 1 / 6 / 6;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b2b1a7b9-3d4e-ff78-e40f-1aa914fcaf60-044e2603 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-_4c6b7261-428b-49bc-2c6b-ad69613a6a51-86e60b27 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_3d18124f-b117-fa5e-b053-d9c5b40883b8-86e60b27 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4c6b7261-428b-49bc-2c6b-ad69613a6a50-86e60b27 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: end;
  }

  #w-node-f88e7be1-a577-12a6-d357-1d62d118f0c4-86e60b27 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-a4a81b85-92e6-476e-a087-7f3f63a10616-86e60b27 {
    grid-area: 3 / 3 / 4 / 5;
    justify-self: end;
  }

  #w-node-bd788246-325c-3e9d-0f88-eac673859056-5a69cc39 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-da0ceddc-69e2-e899-f5ba-cdbf61cdc0df-5a69cc39 {
    grid-area: 1 / 5 / 2 / 7;
    align-self: center;
  }

  #w-node-cf155423-a5ec-d9c4-ee4c-3505359605b8-5a69cc39 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-_1d4c0419-c461-068f-10c2-7b2744f5b8f7-5a69cc39 {
    grid-area: 3 / 1 / 4 / 5;
    align-self: center;
  }

  #w-node-ad0cec27-9278-99d2-ccf9-504ec057f093-5a69cc39 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fcb452d9-b4eb-b713-8fc9-36309c9853d6-5a69cc39 {
    grid-area: 3 / 5 / 4 / 7;
    align-self: center;
  }

  #w-node-a2f684bf-2c9d-9102-d5b2-7a4a8adaab21-5a69cc39 {
    grid-area: 4 / 1 / 5 / 5;
    place-self: center;
  }

  #w-node-_5f0379f4-3c03-ee55-b630-3f22bc74a02e-5a69cc39 {
    grid-area: 4 / 4 / 6 / 7;
    align-self: center;
  }

  #w-node-_7d82ca46-6ad7-3410-d888-cd6b79cf00dc-5a69cc39 {
    grid-area: 5 / 2 / 6 / 6;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_84a8d837-3ba1-bdd8-2400-131d78da7310-ee24bf3e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-b2b1a7b9-3d4e-ff78-e40f-1aa914fcaf60-044e2603 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: start;
  }

  #w-node-_03e233b8-cf67-4375-2030-75aafb2af82c-044e2603 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center end;
  }

  #w-node-_4c6b7261-428b-49bc-2c6b-ad69613a6a51-86e60b27 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3d18124f-b117-fa5e-b053-d9c5b40883b8-86e60b27 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4c6b7261-428b-49bc-2c6b-ad69613a6a50-86e60b27 {
    grid-area: 3 / 2 / 4 / 4;
    justify-self: end;
  }

  #w-node-f88e7be1-a577-12a6-d357-1d62d118f0c4-86e60b27 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f88e7be1-a577-12a6-d357-1d62d118f0c5-86e60b27 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-a4a81b85-92e6-476e-a087-7f3f63a10616-86e60b27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-aa8f4ed1-bab9-33bf-219b-1d88e1f7b353-5a69cc39 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aa8f4ed1-bab9-33bf-219b-1d88e1f7b359-5a69cc39 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-aa8f4ed1-bab9-33bf-219b-1d88e1f7b368-5a69cc39 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-aa8f4ed1-bab9-33bf-219b-1d88e1f7b36a-5a69cc39 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd788246-325c-3e9d-0f88-eac673859056-5a69cc39 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-da0ceddc-69e2-e899-f5ba-cdbf61cdc0df-5a69cc39 {
    grid-area: 1 / 3 / 3 / 6;
    align-self: center;
  }

  #w-node-cf155423-a5ec-d9c4-ee4c-3505359605b8-5a69cc39 {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_1d4c0419-c461-068f-10c2-7b2744f5b8f7-5a69cc39 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-ad0cec27-9278-99d2-ccf9-504ec057f093-5a69cc39 {
    grid-area: 2 / 1 / 4 / 3;
    align-self: center;
  }

  #w-node-fcb452d9-b4eb-b713-8fc9-36309c9853d6-5a69cc39 {
    grid-area: 3 / 4 / 5 / 6;
    align-self: center;
  }

  #w-node-a2f684bf-2c9d-9102-d5b2-7a4a8adaab21-5a69cc39 {
    grid-area: 4 / 1 / 5 / 4;
    place-self: center;
  }

  #w-node-_5f0379f4-3c03-ee55-b630-3f22bc74a02e-5a69cc39 {
    grid-area: 4 / 3 / 6 / 6;
    align-self: center;
  }

  #w-node-_7d82ca46-6ad7-3410-d888-cd6b79cf00dc-5a69cc39 {
    grid-area: 5 / 1 / 6 / 5;
    align-self: center;
  }
}


@font-face {
  font-family: 'Optima';
  src: url('../fonts/OPTIMA.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima B';
  src: url('../fonts/OPTIMA_B.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Applegaramond';
  src: url('../fonts/AppleGaramond.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}