:root {
  --blue: #012c67;
  --green: #d8e786;
  --grey: #f5f5f2;
  --light-blue: #7675a0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-wrapper {
  background-color: #0c0c0c;
  background-image: url('../images/main.webp');
  background-position: 0 0;
  background-size: cover;
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.block-logo {
  z-index: 4;
  border: 1px #000;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 5% 20px 0%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block {
  width: 120px;
}

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

.image-2 {
  width: 100%;
}

.block-heading {
  background-image: linear-gradient(0deg, #000, #fff0);
  max-width: 100%;
  padding: 8% 5% 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fff;
  max-width: 70%;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 100%;
}

.text-span {
  color: #d8e786;
  font-size: 27px;
  font-weight: 500;
}

.block-1 {
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 500;
}

.container2 {
  max-width: 900px;
}

.container2._32 {
  z-index: 4;
  margin-top: 32px;
  position: relative;
}

.body {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-block {
  color: #012c67;
  border-left: 15px solid #012c67;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.heading-2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 150%;
}

.quote {
  background-color: #f5f5f2;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 44px;
  padding: 40px;
  display: flex;
}

.text-block-2 {
  max-width: 70%;
  color: var(--blue);
  text-align: center;
  margin-bottom: 12px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.text-block-3 {
  color: #7675a0;
}

.text-block-4 {
  color: #012c67;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 150%;
}

.text-block-4._24 {
  margin-bottom: 0;
}

.text-block-5 {
  color: var(--blue);
  font-size: 18px;
  line-height: 150%;
}

.div-block {
  background-color: #012c67;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-block._48 {
  margin-bottom: 48px;
}

.div-block._2 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.quote2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-3 {
  width: 52px;
  margin-bottom: 12px;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-6._24 {
  margin-bottom: 0;
}

.text-block-7 {
  width: 1500px;
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.text-block-8 {
  color: #7675a0;
  letter-spacing: 2px;
  font-weight: 400;
}

.container3 {
  max-width: 1000px;
}

.card-1 {
  background-color: var(--grey);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 20px 60px;
  display: flex;
}

.text-block-9 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.grid {
  margin-bottom: 48px;
}

.grid._48 {
  margin-top: 48px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.text-block-10 {
  color: var(--light-blue);
  text-align: center;
  font-weight: 300;
}

.block-vid {
  background-color: var(--green);
  border-radius: 24px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 60px;
}

.point-1 {
  border-bottom: 1px solid #fff;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.point-1._32 {
  border-bottom-style: none;
  margin-bottom: 0;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
}

.icon-grid {
  width: 24px;
}

.text-block-11 {
  color: #012c67;
  font-size: 18px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  margin-top: 48px;
  margin-bottom: 48px;
}

.block-ph {
  margin-top: 32px;
  margin-bottom: 32px;
}

.block-ph._32 {
  margin-bottom: 0;
}

.image-4 {
  border-radius: 24px;
  width: 100%;
  margin-bottom: 12px;
}

.block-character {
  margin-top: 32px;
  margin-bottom: 64px;
  padding-left: 0;
}

.block-character._2 {
  padding-left: 0;
  padding-right: 0;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
}

.name-char {
  background-color: var(--grey);
  border-radius: 24px 0 0 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.name-char._2 {
  border-radius: 0 24px 24px 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-12 {
  color: #012c67;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-13 {
  font-weight: 400;
}

.image-5 {
  border-radius: 24px;
  width: 100%;
}

.quote-3 {
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.quote-3._64 {
  margin-bottom: 64px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

.quote-grid {
  z-index: 5;
  border-right: 10px solid var(--blue);
  border-left: 10px solid var(--blue);
  padding: 20px;
  position: relative;
}

.container4 {
  max-width: 100%;
  margin-left: auto;
}

.container4._32 {
  margin-top: 32px;
}

.img-quote {
  width: 300px;
  position: absolute;
  inset: auto auto 9% -5%;
}

.img-quote._2 {
  width: 200px;
  inset: auto 0% 4% auto;
  transform: rotate(180deg);
}

.img-quote._3 {
  width: 200px;
  bottom: 0%;
  left: 0%;
}

.text-block-14 {
  margin-bottom: 12px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.card-2 {
  background-color: #ecf1cf;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px 60px;
  display: block;
}

.text-block-15 {
  color: #012c67;
  text-align: left;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.grid-7 {
  grid-template-rows: auto;
}

.logos {
  background-color: var(--grey);
  margin-top: 48px;
  margin-bottom: 64px;
  padding: 40px;
}

.container5 {
  max-width: 1200px;
}

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

.block-line-word {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.line {
  background-color: var(--green);
  width: 100%;
  height: 2px;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 150%;
}

.section-footer {
  background-color: var(--blue);
  color: #094139;
  padding: 64px 0;
}

.text-block-17 {
  color: #fff;
  font-size: 12px;
}

.link-37 {
  color: #fff;
}

.text-block-7-2 {
  width: auto;
  color: var(--green);
  text-transform: uppercase;
  font-weight: 600;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sup-text {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.date-box {
  color: var(--blue);
  text-align: right;
  font-size: 16px;
  line-height: 150%;
}

.image-6, .image-7 {
  border-radius: 24px;
  width: 100%;
  margin-bottom: 8px;
}

.img-quote1 {
  width: 150px;
  margin-bottom: 12px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.image-8 {
  width: 64px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 7fr 1fr;
}

.block-logo1 {
  width: 250px;
  position: absolute;
  inset: auto 5% 10% auto;
}

.link-block-3 {
  width: 250px;
}

.link-block-4 {
  width: 250px;
  display: none;
}

@media screen and (min-width: 1440px) {
  .text-block-7 {
    text-align: center;
  }

  .block-logo1 {
    bottom: 11%;
  }
}

@media screen and (min-width: 1920px) {
  .block-logo1 {
    bottom: 13%;
  }
}

@media screen and (max-width: 991px) {
  .block-logo {
    justify-content: space-between;
    padding-left: 5%;
  }

  .heading {
    font-size: 52px;
  }

  .container2, .container2._32 {
    max-width: 728px;
  }

  .text-block-7 {
    text-align: center;
  }

  .container3 {
    max-width: 728px;
  }

  .card-1 {
    height: auto;
  }

  .grid-2 {
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .block-character {
    padding-left: 0;
  }

  .block-character._2 {
    padding-right: 0;
  }

  .block-logo1 {
    width: 200px;
  }

  .link-block-3 {
    width: 200px;
    display: none;
  }

  .link-block-4 {
    width: 120px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .block-logo {
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
  }

  .link-block-3 {
    display: none;
  }

  .link-block-4 {
    width: 120px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .block-logo {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    padding-right: 0%;
    position: static;
  }

  .block-heading {
    padding-right: 5%;
  }

  .heading {
    max-width: 100%;
    font-size: 36px;
    line-height: 120%;
  }

  .container1, .container2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .container2._32 {
    margin-top: 24px;
    margin-left: 5%;
    margin-right: 5%;
  }

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

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

  .quote {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 20px;
  }

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

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

  .text-block-6 {
    text-align: center;
    font-size: 20px;
  }

  .text-block-7 {
    text-align: center;
    width: auto;
    font-size: 16px;
  }

  .text-block-8 {
    text-align: center;
  }

  .container3 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .grid {
    flex-flow: column;
    margin-bottom: 24px;
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    display: flex;
  }

  .block-vid {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 40px;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .grid-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
  }

  .block-character {
    margin-bottom: 24px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .block-character._2 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .name-char {
    border-radius: 0 0 24px 24px;
  }

  .image-5 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .quote-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .img-quote, .img-quote._3 {
    left: 20%;
  }

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

  .card-2 {
    padding: 20px;
  }

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

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    display: flex;
  }

  .logos {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .grid-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .line {
    width: 120px;
  }

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

  .section-footer {
    padding: 32px 0%;
  }

  .sup-date-box {
    margin-bottom: 24px;
  }

  .italic-text {
    font-size: 20px;
  }

  .grid-9 {
    flex-flow: column;
    display: flex;
  }

  .que-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .block-logo1 {
    position: static;
  }

  .link-block-3 {
    display: none;
  }

  .link-block-4 {
    width: 120px;
    display: block;
  }
}

#w-node-_2c482ce1-a86e-cd4d-e4ac-d84a769ac8f7-78a7fc07, #w-node-fe1f3ea2-abe7-6daf-1a81-0aa515a0bb1b-78a7fc07, #w-node-b6772b4f-74a9-b17e-8eeb-48b2ed319298-78a7fc07, #w-node-_5a77b303-00bc-8095-d31a-803eaa3d32db-78a7fc07, #w-node-e5c1eee4-ae79-d9b4-5408-7d49e7a3b1f2-78a7fc07, #w-node-_327dad4f-b161-7c3e-8b25-6dac99ab1649-78a7fc07, #w-node-_981d2c5c-8864-ad96-bfcb-6e6f07ed542c-78a7fc07, #w-node-_7888216f-6979-0dfb-0696-01f5b9dd371a-78a7fc07 {
  align-self: center;
}

#w-node-_75a3bc63-fae0-091d-1599-3cc5ea58673e-78a7fc07 {
  align-self: auto;
}

#w-node-a486cc09-7a2c-aa3c-a05c-d6103abd1c3d-78a7fc07 {
  align-self: center;
}


