.maindiv {
  width: 60%;
  
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 100px;
}

.outerdiv {
  display: flex;
  justify-content: center;
  background-color: white;
  

}

.bold-text-heading {
  font-weight: 500;
}

@media screen and (min-width: 432px){
  .question{
    /* height: auto; */
    min-height: 65px;
  }
  }
  @media screen and (max-width: 432px){
    .question{
      /* height: auto; */
      min-height: 82px;
    }
    }
.question{
  overflow: visible;
  width: 100%;
  min-height: 50px;
  margin-top: 0px;
  padding-top: 15px;
  background-color: rgba(235, 233, 241, 0.5);
  cursor: pointer;
  padding-right: 0;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding-left: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;

  display: flex;
  justify-content: space-between;

}
.answer-parent{
  height: 0;
  transition:  0.5s;
  overflow: hidden;
  width: 100%;
}

.answer{
  margin: 20px 0px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  

}
.line{
  height: 1.5px;
  background-color: #ff6d1d;
}

.video-header{
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
}

.video-container-all{
  padding-top: 50px;
}

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

body {
  font-family: Metropolis, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

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

.body {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f5f8ff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
  color: #f5f8ff;
}

.pledgx-logo {
  max-width: 80%;
  margin-top: 5px;
  margin-left: 0px;
}

.nav-link {
  display: inline;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
  color: #435eab;
  font-size: 18px;
  text-decoration: none;
}

.nav-link.w--current {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 10px;
  padding-left: 10px;
  color: #ff6d1d;
}

.nav-link.w--current:hover {
  color: #dce7ff;
}

.nav-link.w--current:active {
  color: #ff6d1d;
}

.nav-link-2 {
  display: inline;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
  color: #435eab;
  font-size: 18px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #dce7ff;
}

.nav-link-2.w--current {
  margin-right: 15px;
  margin-left: 15px;
  color: #ff6d1d;
}

.nav-link-3 {
  display: inline;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
  color: #435eab;
  font-size: 18px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #dce7ff;
}

.nav-link-3.w--current {
  color: #ff6d1d;
}

.nav-menu {
  left: auto;
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  float: right;
}

.sign-in {
  display: inline;
  margin-right: 0px;
  margin-left: 15px;
  padding: 10px 40px;
  border-style: solid;
  border-width: 3px;
  border-color: #ff6d1d;
  border-radius: 6px;
  color: #ff6d1d;
  text-decoration: none;
}

.sign-in:hover {
  background-color: #ff6d1d;
  color: #fff;
}

.container {
  max-width: 100%;
  margin: 0px 70px;
  padding-top: 0px;
  background-color: transparent;
}

.landing-page {
  max-width: 100%;
  margin-top: 40px;
  padding-top: 40px;
}

.grid {
  max-width: 100%;
  grid-template-areas: ". Area";
  -ms-grid-columns: 3fr 0.25fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 3fr 0.25fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-column-grid {
  margin-right: 0px;
  padding-right: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.dashboard-image {
  background-color: transparent;
}

.heading {
  font-size: 36px;
}

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

.landing-text {
  margin-top: 20px;
  color: #333;
  font-size: 35px;
  line-height: 46px;
}

.landing-text-2 {
  color: #ff6d1d;
  font-size: 35px;
  line-height: 40px;
}

.landing-text-3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.pledgx-button {
  position: relative;
  display: inline-block;
  height: auto;
  min-height: 0px;
  margin-top: 20px;
  padding: 10px 70px;
  float: none;
  border: 3px solid #ff6d1d;
  border-radius: 6px;
  background-color: #ff6d1d;
  color: #fff;
  font-size: 18px;
}

.pledgx-button:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #ff6d1d;
  background-color: #fff;
  color: #ff6d1d;
}

.pledgx-button._2 {
  padding-right: 4em;
  padding-left: 4em;
}

.pledgx-button.search-faq:hover {
  border-style: solid solid solid none;
  border-width: 1.5px;
  border-color: #ecebed;
  background-color: #da5b15;
  color: #fff;
}

.pledgx-button.search-faq-1 {
  border-top-color: #ff6d1d;
  border-right-color: #ff6d1d;
  border-bottom-color: #ff6d1d;
}

.pledgx-button.search-faq-1:hover {
  border-style: solid solid solid none;
  border-width: 1.5px;
  border-color: #df5c14 #df5c14 #df5c14 #ecebed;
  background-color: #df5c14;
}

.hero-section {
  margin-right: 70px;
  margin-left: 70px;
  padding-top: 80px;
}

.users-section {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.grid-2 {
  position: absolute;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-right: 140px;
  padding-left: 140px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card1 {
  height: 100%;
  margin-right: 20px;
  padding: 40px 40px 20px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.card2 {
  height: 100%;
  margin-left: 20px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.card-1-heading {
  font-size: 30px;
  line-height: 110%;
  font-weight: 600;
  text-align: center;
}

.card-2-heading {
  font-size: 30px;
  line-height: 110%;
  font-weight: 600;
  text-align: center;
}

.card-text {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.image {
  display: inline-block;
  max-width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  text-align: center;
}

.image-2 {
  max-width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  text-align: center;
}

.cards {
  max-width: 100%;
}

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

.points {
  padding-top: 40px;
  padding-bottom: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.image-3 {
  max-width: 50%;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.image-4 {
  max-width: 50%;
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  max-width: 50%;
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  max-width: 50%;
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  text-align: left;
}

.text-block-2 {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.25;
  text-align: left;
}

.text-block-3 {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
}

.text-block-4 {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.25;
  text-align: left;
}

.text-block-5 {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.25;
  text-align: left;
}

.section-2 {
  padding-top: 75px;
}

.what-we-offer {
  margin-top: 100px;
  margin-right: 70px;
  margin-left: 70px;
  padding-top: 0px;
}

.grid-4 {
  margin-top: 0px;
  padding-top: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.right-grid {
  margin-right: 40px;
  margin-left: 40px;
}

.paragraph {
  font-weight: 500;
}

.features {
  padding-top: 0px;
  padding-bottom: 60px;
}

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

.feature {
  text-align: center;
}

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

.features-heading {
  margin-top: 0px;
  font-size: 36px;
  text-align: center;
}

.features-paragraph {
  padding-top: 20px;
  padding-right: 160px;
  padding-left: 160px;
  font-size: 18px;
  text-align: center;
}

.image-7 {
  position: static;
  display: block;
  max-width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.image-8 {
  position: static;
  display: block;
  max-width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.image-9 {
  position: static;
  display: block;
  max-width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.image-10 {
  position: static;
  display: block;
  max-width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.image-11 {
  position: static;
  display: block;
  max-width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.image-12 {
  position: static;
  display: block;
  max-width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.feature-subhead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -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;
  font-size: 24px;
  text-align: center;
}

.feature-subhead.coming-soon-subhead {
  position: static;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #c4c4c4;
}

.section-3 {
  padding-top: 75px;
}

.feature-description {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.25;
}

.feature-description.coming-soon-description {
  color: #c4c4c4;
}

.features-section {
  margin-top: 200px;
  margin-right: 70px;
  margin-left: 70px;
}

.mission-section {
  margin-top: 140px;
  margin-right: 70px;
  margin-left: 70px;
  padding-top: 0px;
}

.numbers-section {
  margin-top: 140px;
  margin-right: 70px;
  margin-left: 70px;
  padding-top: 0px;
}

.contact-section {
  margin-top: 60px;
}

.mission {
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.grid-6 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left {
  padding-right: 40px;
}

.numbers {
  max-width: 80%;
}

.grid-7 {
  height: auto;
  margin-top: 60px;
  grid-auto-rows: minmax(18vh, 44%);
  grid-row-gap: 0px;
  grid-template-areas: ". number1"
    "with-pledgx Area"
    "Area-2 line"
    "Area-6 Area-3"
    ". ."
    "Area-7 Area-4"
    "Area-8 Area-5";
  -ms-grid-columns: 1fr minmax(200px, 50%);
  grid-template-columns: 1fr minmax(200px, 50%);
  -ms-grid-rows: minmax(1px, 1px) 0px minmax(18vh, 40%) 0px minmax(1px, 1px) 0px minmax(18vh, 40%) 0px minmax(1px, 1px) 0px minmax(18vh, 40%) 0px auto;
  grid-template-rows: minmax(1px, 1px) minmax(18vh, 40%) minmax(1px, 1px) minmax(18vh, 40%) minmax(1px, 1px) minmax(18vh, 40%) auto;
}

.numbers-heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.mission-heading {
  font-size: 36px;
}

.num-box {
  margin-right: 40px;
  margin-left: 40px;
  padding: 10px;
  border-radius: 20px;
  background-image: linear-gradient(126deg, #eaefff, #2652d0);
  mix-blend-mode: normal;
}

.num-box-2 {
  margin-right: 40px;
  margin-left: 40px;
  padding: 10px;
  border-radius: 20px;
  background-image: linear-gradient(126deg, #ffd4bc, #ff6d1d);
}

.num-box-3 {
  margin-right: 40px;
  margin-left: 40px;
  padding: 10px;
  border-radius: 20px;
  background-image: linear-gradient(126deg, #d1ffe0, #3db262);
}

.num-white {
  margin: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.num-white._2 {
  padding-bottom: 40px;
}

.num-head {
  margin-top: 0px;
  font-size: 36px;
  text-align: center;
}

.num-subhead {
  font-size: 18px;
  text-align: center;
}

.num-paragraph {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  text-align: center;
}

.paragraph-2 {
  padding-top: 20px;
  font-size: 18px;
  letter-spacing: 0px;
}

.container-2 {
  max-width: 100%;
}

.image-13 {
  display: block;
  text-align: left;
}

.text-block-6 {
  position: absolute;
}

.div-block {
  position: absolute;
}

.contact {
  position: absolute;
  left: 70px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 4%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact-form {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-8 {
  margin-top: 0px;
  -ms-grid-columns: minmax(50%, 1fr);
  grid-template-columns: minmax(50%, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit-button {
  display: inline-block;
  width: 100%;
  min-height: 48px;
  margin-top: 20px;
  padding: 10px 60px;
  border-style: solid;
  border-width: 3px;
  border-color: transparent;
  border-radius: 6px;
  background-color: #ff6d1d;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.submit-button:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #ff6d1d;
  background-color: #fff;
  color: #ff6d1d;
}

.text-field {
  min-height: 56px;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 6px;
}

.text-field-2 {
  min-height: 56px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 6px;
}

.textarea {
  margin-left: 10px;
  padding-bottom: 122px;
  border-radius: 6px;
}

.contact-text {
  font-weight: 400;
}

.contact-text.extra {
  margin-left: 10px;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.div-block-2 {
  text-align: right;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 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;
}

.back-to-top {
  margin: 0px 70px;
}

.container-3 {
  display: block;
  max-width: none;
}

.text-block-7 {
  margin-bottom: 60px;
  color: #ff6d1d;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.footer {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  display: inline;
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  display: block;
  width: auto;
  height: 80px;
  max-width: 100%;
  margin-left: -15px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.container-4 {
  display: block;
  max-width: 100%;
  padding-right: 70px;
  padding-left: 70px;
}

.div-block-4 {
  padding-right: 140px;
}

.card-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
}

.div-block-5 {
  padding-right: 40px;
  padding-left: 0px;
}

.footer-text {
  position: relative;
  display: inline-block;
  float: none;
  clear: left;
  color: #fff;
  font-size: 24px;
}

.insta {
  padding-right: 0px;
  padding-left: 0px;
}

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

.facebook {
  padding-right: 0px;
  padding-left: 0px;
}

.twitter {
  padding-right: 0px;
  padding-left: 10px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.grid-9 {
  width: 100%;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-14 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-mobile {
  display: none;
}

.mobile-landing {
  display: none;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-11 {
  color: transparent;
}

.div-block-12 {
  color: rgba(51, 51, 51, 0);
}

.text-block-8 {
  color: #868686;
}

.body-2 {
  background-color: #f5f8ff;
  background-image: url('../images/Group-12.png');
  background-position: 100% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-13 {
  padding-right: 220px;
  padding-left: 220px;
  text-align: center;
}

.div-block-14 {
  min-width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.section-4 {
  padding-top: 140px;
}

.meet-pledgx {
  display: block;
  margin: 40px auto 20px;
  float: none;
  font-size: 36px;
  text-align: center;
}

.meet-pledgx.search-page {
  position: relative;
  margin-top: 220px;
  padding-top: 20px;
  font-size: 24px;
  text-align: left;
}

.meet-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-15 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-16 {
  text-align: center;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-5.bottom {
  padding-top: 0px;
  padding-bottom: 80px;
}

.grid-10 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10%;
  padding-left: 10%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-item {
  padding-bottom: 0px;
}

.name {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 21px;
  font-weight: 600;
}

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

.div-block-17 {
  padding-bottom: 0px;
}

.paragraph-5 {
  width: auto;
  min-width: auto;
  margin-bottom: 0px;
  font-size: 18px;
  text-align: left;
}

.blog {
  display: none;
  margin-right: 70px;
  margin-bottom: 100px;
  margin-left: 70px;
  padding-bottom: 0px;
}

.contents {
  display: block;
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 80px;
  text-align: left;
}

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

.blog-item {
  margin: 20px 10px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.blog-image {
  margin-bottom: 20px;
  border-radius: 20px;
  text-align: center;
}

.date {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.25;
}

.blog-description {
  font-size: 14px;
  line-height: 1.25;
}

.blog-title {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.25;
}

.featured-blog-post {
  display: none;
  margin-right: 70px;
  margin-bottom: 60px;
  margin-left: 70px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.grid-12 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.featured-grid {
  margin-right: 40px;
  margin-left: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.featured-blog-image {
  border-radius: 20px;
}

.heading-7 {
  margin-top: 10px;
}

.featured-accent {
  margin-bottom: 10px;
  color: #ff6d1d;
  font-size: 18px;
  font-weight: 700;
}

.featured-date {
  font-size: 18px;
}

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

.text-block-9 {
  margin-bottom: 10px;
}

.featured-blog-creator {
  margin-bottom: 10px;
  font-size: 14px;
}

.blog-creator {
  margin-bottom: 10px;
  font-size: 12px;
}

.section-6 {
  margin-right: 70px;
  margin-left: 70px;
}

.heading-8 {
  line-height: 1.4;
}

.page-title {
  font-size: 60px;
  line-height: 1.4;
}

.page-title {
  font-size: 60px;
  text-align: left;
}

.blog-page-title {
  text-align: center;
}

.title-section {
  margin: 80px 70px 100px;
  padding-top: 40px;
}

.title-section.blog-post {
  margin: 40px 140px 80px;
  padding-top: 0px;
}

.blog-posts {
  display: none;
  margin-right: 70px;
  margin-left: 70px;
}

.blog-posts-inner {
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.image-15 {
  border-radius: 20px;
}

.collection-item {
  padding: 24px;
}

.blog-main {
  margin: 100px 220px;
}

.main-image {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-16 {
  border-radius: 20px;
}

.text-block-10 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
}

.main-date {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
}

.main-title {
  font-size: 36px;
  line-height: 1.4;
}

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

.main-author {
  font-size: 24px;
}

.rich-text-block {
  margin-top: 60px;
}

.button {
  display: inline-block;
  text-align: left;
}

.div-block-18 {
  margin-bottom: 60px;
  text-align: center;
}

.back-to-top {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #ff6d1d;
  font-size: 36px;
  font-weight: 500;
}

.support {
  margin-top: 20px;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-17 {
  position: relative;
  display: block;
  margin-right: 0px;
  float: right;
}

.section-7 {
  margin-right: 70px;
  margin-left: 70px;
}

.heading-9 {
  margin-bottom: 10px;
  text-align: left;
}

.body-text {
  margin: 80px 70px;
  padding-top: 40px;
}

.updated-on {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 500;
}

.blog-post-date {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.blog-post-author {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.blog-post-body {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news {
  margin-right: 70px;
  margin-left: 70px;
}

.heading-10 {
  text-align: center;
}

.div-block-19 {
  display: block;
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.news-heading {
  margin-bottom: 20px;
  font-weight: 600;
}

.image-19 {
  display: inline-block;
  overflow: visible;
  max-width: 60%;
  margin: 40px 0px;
}

.news-paragraph {
  margin-top: 10px;
  margin-right: 100px;
  margin-left: 100px;
  font-size: 18px;
  text-align: left;
}

.mission-section {
  margin: 0px;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #fcfdff;
}

.div-block-20 {
  width: 60%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  text-align: center;
}

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

.grid-13 {
  justify-items: stretch;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-div {
  position: static;
  color: rgba(51, 51, 51, 0);
}

.opposite {
  float: right;
  grid-template-areas: "Area-3 Area-2";
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-20 {
  position: static;
  z-index: auto;
  margin-top: -10px;
}

.image-21 {
  position: absolute;
  z-index: 2;
  padding-top: 180px;
  padding-left: 100px;
}

.div-block-21 {
  position: relative;
  z-index: auto;
}

.div-block-22 {
  position: relative;
  z-index: auto;
  float: left;
}

.div-block-23 {
  position: relative;
}

.image-22 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 140px;
  padding-right: 100px;
}

.image-23 {
  position: absolute;
  padding-top: 120px;
  padding-left: 100px;
}

.div-block-24 {
  position: relative;
}

.div-block-25 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.text-block-12 {
  font-family: Metropolis, sans-serif;
  font-size: 18px;
}

.text-block-13 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-family: Metropolis, sans-serif;
}

.section-8 {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-25 {
  position: relative;
  top: auto;
  right: auto;
  z-index: 100;
  display: inline-block;
  overflow: visible;
  width: 35%;
  max-width: 35%;
  min-width: 12%;
  margin-top: -46%;
  margin-right: auto;
  margin-left: 46%;
  padding-top: 0%;
  float: left;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-25.feature {
  position: relative;
  max-width: 50%;
}

.main-text {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.heading-11 {
  margin-right: 65px;
  text-align: center;
}

.div-block-29 {
  display: block;
  width: 100%;
  height: 1.5px;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: #000;
  font-size: 0px;
}

.image-26 {
  position: relative;
  width: 35%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.div-block-gr4 {
  position: relative;
  width: 50%;
  height: 1.5px;
  margin: 10px 0px 20px auto;
  background-color: #000;
  color: #000;
}

.div-block-gr4.gr2 {
  width: 100%;
}

.text-block-14 {
  position: relative;
  left: 0%;
  display: block;
  width: auto;
  margin-top: 20px;
  margin-right: 40%;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 38px;
  font-weight: 700;
}

.text-block-15 {
  position: relative;
  left: 0%;
  width: auto;
  margin-top: 40px;
  margin-right: 20%;
  margin-left: 0px;
  color: #435eab;
}

.columns-2 {
  position: relative;
  height: 100%;
  margin-top: 0px;
}

.column-3 {
  display: block;
  height: 90%;
  margin-top: 20px;
}

.column-4 {
  height: 90%;
  margin-top: 20px;
}

.text-block-18 {
  font-size: 38px;
  font-weight: 700;
}

.text-block-19 {
  position: relative;
  top: auto;
  display: inline;
  float: left;
  font-size: 38px;
  font-weight: 700;
}

.text-block-20 {
  position: relative;
  left: 10px;
  top: 20px;
  display: inline;
  float: left;
  color: #435eab;
  font-size: 18px;
}

.image-29 {
  width: auto;
  height: 90%;
  max-width: 100%;
}

.text-block-21 {
  display: inline;
  width: 80%;
  margin-top: 10px;
  float: left;
  clear: left;
  font-size: 18px;
}

.column-5 {
  height: 90%;
  margin-top: 20px;
}

.column-6 {
  height: 100%;
  margin-top: 10px;
}

.div-block-31 {
  width: 100%;
  height: 1.5px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #000;
}

.image-30 {
  width: auto;
  height: 90%;
}

.image-31 {
  height: 100%;
}

.text-block-23 {
  position: relative;
  display: inline;
  float: left;
  font-size: 38px;
  font-weight: 700;
}

.columns-3 {
  margin-top: 20px;
}

.text-block-25 {
  position: relative;
  left: 10px;
  top: 20px;
  display: inline;
  margin-top: 0px;
  margin-left: 0px;
  float: left;
  color: #ff6d1d;
  font-size: 18px;
}

.text-block-26 {
  position: relative;
  display: inline;
  margin-top: 10px;
  float: left;
  clear: left;
  font-size: 18px;
}

.column-8 {
  height: 90%;
  margin-top: 10px;
}

.column-9 {
  height: 90%;
  margin-top: 10px;
}

.image-33 {
  height: 90%;
}

.text-block-27 {
  position: relative;
  display: inline;
  float: left;
  font-size: 38px;
  font-weight: 700;
}

.text-block-28 {
  position: relative;
  left: 10px;
  top: 20px;
  display: inline;
  margin-top: 0px;
  margin-left: 0px;
  float: left;
  color: #43b868;
  font-size: 18px;
}

.text-block-29 {
  position: relative;
  display: inline;
  margin-top: 10px;
  float: left;
  clear: left;
  font-size: 18px;
}

.text-block-30 {
  position: relative;
  float: left;
  font-size: 38px;
  font-weight: 700;
}

.columns-5 {
  margin-top: 10px;
}

.column-12 {
  height: 100%;
}

.column-13 {
  height: 100%;
}

.column-14 {
  margin-top: 0px;
}

.column-15 {
  margin-top: 0px;
}

.columns-6 {
  margin-top: 20px;
}

.columns-7 {
  margin-top: 20px;
}

.column-16 {
  height: 100%;
  margin-top: 10px;
}

.column-17 {
  height: 90%;
  margin-top: 20px;
}

.image-35 {
  height: 95%;
}

.text-block-33 {
  position: relative;
  display: inline;
  font-size: 38px;
  font-weight: 700;
}

.grid-14 {
  width: 80%;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-template-areas: ". Area"
    "Area-9 Area-2"
    ". Area-3"
    "Area-8 Area-4"
    ". Area-5"
    "Area-10 Area-6"
    ". Area-7";
  -ms-grid-rows: auto minmax(min-content, max-content) auto minmax(min-content, max-content) auto minmax(min-content, max-content) auto;
  grid-template-rows: auto minmax(-webkit-min-content, -webkit-max-content) auto minmax(-webkit-min-content, -webkit-max-content) auto minmax(-webkit-min-content, -webkit-max-content) auto;
  grid-template-rows: auto minmax(min-content, max-content) auto minmax(min-content, max-content) auto minmax(min-content, max-content) auto;
}

.div-block-32 {
  height: 1.5px;
  background-color: #000;
}

.div-block-33 {
  height: 1.5px;
  background-color: #000;
}

.div-block-34 {
  height: 1.5px;
  background-color: #000;
}

.div-block-35 {
  height: 1.5px;
  background-color: #000;
}

.column-18 {
  height: auto;
}

.image-36 {
  height: auto;
}

.column-19 {
  height: auto;
}

.text-block-34 {
  display: inline;
  font-size: 38px;
  font-weight: 700;
}

.text-block-35 {
  position: relative;
  left: 10px;
  top: 0px;
  display: inline;
  color: #435eab;
  font-size: 18px;
}

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

.text-block-37 {
  position: relative;
  top: 10px;
  display: inline;
  float: left;
  clear: left;
  font-size: 18px;
}

.column-20 {
  height: auto;
}

.column-21 {
  height: auto;
}

.image-37 {
  height: auto;
}

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

.text-block-39 {
  display: inline;
  font-size: 38px;
  font-weight: 700;
}

.text-block-40 {
  position: relative;
  left: 10px;
  display: inline;
  color: #ff6d1d;
  font-size: 18px;
}

.text-block-41 {
  position: relative;
  top: 10px;
  bottom: auto;
  display: inline;
  float: left;
  clear: left;
  font-size: 18px;
}

.column-22 {
  height: auto;
}

.column-23 {
  height: auto;
}

.text-block-42 {
  display: inline;
  font-size: 38px;
  font-weight: 700;
}

.text-block-43 {
  position: relative;
  left: 10px;
  display: inline;
  color: #43b868;
  font-size: 18px;
}

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

.text-block-45 {
  position: relative;
  top: 10px;
  display: inline;
  float: left;
  font-size: 18px;
}

.text-block-46 {
  position: relative;
  font-size: 38px;
  font-weight: 700;
  text-align: left;
}

.div-block-36 {
  height: 1.5px;
  background-color: #000;
}

.columns-8 {
  margin-top: 20px;
}

.text-field-5 {
  min-height: 56px;
  border-radius: 6px;
}

.text-field-6 {
  min-height: 56px;
  border-radius: 6px;
}

.field-label-4 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 400;
}

.field-label-5 {
  margin-top: 15px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}

.field-label-6 {
  margin-top: 20px;
  font-weight: 400;
}

.field-label-7 {
  margin-top: 20px;
  font-weight: 400;
}

.text-field-7 {
  min-height: 56px;
  border-radius: 6px;
}

.text-field-8 {
  min-height: 56px;
  border-radius: 6px;
}

.checkbox-field {
  margin-top: 15px;
  border-radius: 0px;
}

.text-span {
  color: #ff6d1d;
}

.text-span-2 {
  color: #ff6d1d;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  border-color: #ff6d1d;
  border-radius: 15px;
  background-color: #fff;
}

.checkbox.w--redirected-checked {
  border-color: #ff6d1d;
  border-radius: 15px;
  background-color: #ff6d1d;
  background-size: contain;
}

.text-span-3 {
  color: #ff6d1d;
}

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

.image-38 {
  height: 100px;
}

.column-24 {
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  max-height: 75%;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.checkbox-label {
  font-size: 14px;
}

.image-39 {
  position: relative;
  left: 20px;
  bottom: auto;
  display: block;
  max-width: 50%;
  margin-top: 10px;
  float: left;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

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

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

.image-40 {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 10px;
  margin-bottom: auto;
  padding-top: 0px;
  float: right;
  clear: left;
}

.image-41 {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 10px;
  float: right;
  clear: left;
}

.image-42 {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 10px;
  float: right;
}

.image-43 {
  margin-top: 40px;
}

.image-44 {
  margin-top: 40px;
}

.image-45 {
  margin-top: 40px;
}

.image-46 {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  border-radius: 8px;
}

.text-block-52 {
  margin-left: 3%;
  color: #ff6d1d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-53 {
  margin-top: 5px;
  margin-left: 3%;
  font-size: 14px;
}

.heading-blog {
  margin-top: 5px;
  font-size: 38px;
}

.text-block-54 {
  margin-left: 3%;
  font-size: 14px;
  font-weight: 700;
}

.text-block-55 {
  margin-top: 20px;
  font-size: 18px;
}

.column-25 {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 0px;
}

.columns-9 {
  margin: 40px auto 20px;
}

.grid-15 {
  margin-top: 0px;
  margin-bottom: 80px;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-date Area-date2 Area-date3"
    "Area-h Area-h2 Area-h3"
    "Area-text Area-text2 Area-text3";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 0.75fr 5px auto 5px auto 5px auto;
  grid-template-rows: 0.75fr auto auto auto;
}

.text-block-56 {
  padding-top: 30px;
  font-size: 14px;
  text-align: left;
}

.heading-12 {
  margin-top: 5px;
  color: #000;
  text-align: left;
}

.text-block-57 {
  font-size: 14px;
  text-align: left;
}

.div-block-37 {
  margin-top: 0px;
}

.container-6 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 80px;
}

.text-block-58 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ff6d1d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-47 {
  width: 100%;
  height: 50vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.heading-13 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-block-60 {
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: 700;
}

.video {
  width: 95%;
  margin-right: 0px;
  margin-left: 5%;
  padding-left: 0px;
}

.navbar-2 {
  background-color: #fff;
}

.text-block-61 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ff6d1d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-49 {
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.image-49.new-image {
  margin-top: 60px;
}

.text-block-62 {
  margin-top: 40px;
  font-size: 18px;
}

.heading-14 {
  margin-top: 40px;
  margin-bottom: 0px;
}

.text-block-63 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-64 {
  margin-top: 60px;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.link {
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.paragraph-7 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  text-align: center;
}

.paragraph-8 {
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  font-size: 18px;
  text-align: center;
}

.link-block {
  display: block;
  float: right;
}

.link-block-2 {
  display: block;
  float: right;
}

.link-block-3 {
  display: block;
  float: right;
}

.bold-text {
  display: block;
  margin-left: 3%;
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.image-50 {
  border-radius: 6px;
}

.image-51 {
  border-radius: 6px;
}

.image-52 {
  border-radius: 6px;
}

.bold-text-5 {
  display: inline;
  margin-top: 0px;
  margin-left: 0px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.text-span-5 {
  display: inline;
  color: #ff6d1d;
  text-decoration: none;
  text-transform: none;
}

.link-3 {
  color: #ff6d1d;
  text-decoration: none;
}

.text-span-6 {
  color: #ff6d1d;
}

.link-4 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-5 {
  color: #ff6d1d;
  text-decoration: none;
}

.bold-text-6 {
  display: inline-block;
  margin-top: 20px;
}

.bold-text-7 {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}

.bold-text-8 {
  display: block;
  margin-top: 40px;
  margin-bottom: 8px;
  float: none;
  font-size: 18px;
  font-weight: 600;
}

.bold-text-8.bold-text-8-link {
  display: inline;
}

.bold-text-8.other-bold-text {
  margin-bottom: 0px;
}

.bold-text-8.other-bold {
  margin-top: 10px;
}

.bold-text-9 {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
}

.link-6 {
  text-decoration: none;
}

.text-block-65 {
  margin-top: 0px;
  font-size: 18px;
}

.text-block-65.ig {
  margin-top: 60px;
}

.link-7 {
  color: #ff6d1d;
  text-decoration: none;
}

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

.list-2 {
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 40px;
}

.bold-text-10 {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

.text-block-67 {
  font-size: 18px;
  font-weight: 400;
}

.bold-text-11 {
  font-weight: 400;
}

.link-8 {
  display: inline-block;
  float: left;
  color: #ff6d1d;
  text-decoration: none;
}

.link-9 {
  color: #ff6d1d;
  text-decoration: none;
}

.text-block-68 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.text-block-69 {
  margin-top: 20px;
}

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

.paragraph-10 {
  margin-top: 20px;
  color: #333;
  font-size: 18px;
}

.paragraph-10.regular {
  margin-top: 20px;
  text-decoration: none;
}

.paragraph-10.terms-heading {
  margin-top: 40px;
  color: #435eab;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-10.hint {
  margin-top: 0px;
  color: #435eab;
}

.paragraph-10.hint-heading {
  margin-top: 20px;
  color: #435eab;
  font-weight: 600;
}

.paragraph-10.terms-header {
  margin-top: 60px;
  font-size: 28px;
  font-weight: 600;
}

.paragraph-10.first-text {
  margin-top: 10px;
}

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

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

.grid-16 {
  grid-template-areas: "Area Area-2";
}

.link-10 {
  color: #333;
  text-decoration: none;
}

.link-11 {
  color: #333;
  text-decoration: none;
}

.link-12 {
  color: #333;
  text-decoration: none;
}

.link-13 {
  color: #333;
  text-decoration: none;
}

.link-14 {
  color: #333;
  text-decoration: none;
}

.link-15 {
  color: #333;
  text-decoration: none;
}

.link-16 {
  color: #333;
  text-decoration: none;
}

.link-17 {
  color: #333;
  text-decoration: none;
}

.div-block-38 {
  float: none;
  clear: none;
}

.button-2 {
  margin-top: 20px;
  padding: 10px 60px;
}

.button-2.pledgx-button {
  width: 100%;
  text-align: center;
}

.text-span-7 {
  display: block;
  margin-left: 3%;
}

.image-53 {
  position: absolute;
  max-width: 40%;
  margin-left: 20%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-input {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: none;
  min-height: 50px;
  margin-bottom: 0px;
  padding: 5px 15px;
  border: 1.5px solid #ecebed;
  border-radius: 6px;
  color: #b9b9c3;
  font-size: 18px;
}

.search-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40rem;
  margin-top: 140px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.search-input-2 {
  position: relative;
  display: inline-block;
  width: 40rem;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 15px;
  float: none;
  border-style: solid none solid solid;
  border-width: 1.5px;
  border-color: #ecebed;
  border-radius: 6px 0px 0px 6px;
  color: #b9b9c3;
  font-size: 18px;
}

.search-faq {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  z-index: 50;
  display: inline-block;
  width: auto;
  height: 50px;
  margin-top: 0px;
  padding-right: 24px;
  padding-left: 23px;
  float: right;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid solid solid none;
  border-width: 1.5px;
  border-color: #ff6d1d #ff6d1d #ff6d1d #ecebed;
  border-radius: 0px 6px 6px 0px;
  background-color: #ff6d1d;
  background-image: url('../images/search.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 18px;
  -o-object-fit: fill;
  object-fit: fill;
}

.search-faq:hover {
  border-top-color: #df5c14;
  border-right-color: #df5c14;
  border-bottom-color: #df5c14;
  background-color: #df5c14;
}

.field-label-8 {
  display: block;
  width: 40rem;
  margin-bottom: 0px;
}

.search-result-wrapper {
  position: relative;
  margin-top: 20px;
}

.link-18 {
  color: #ff6d1d;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-13 {
  margin-bottom: 30px;
  color: #b9b9c3;
}

.list-3 {
  padding-left: 0px;
  list-style-type: none;
}

.paragraph-14 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.dropdown {
  position: relative;
  display: block;
  overflow: visible;
  height: 50px;
  margin-top: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.dropdown-toggle {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  padding-top: 15px;
  background-color: rgba(235, 233, 241, 0.5);
}

.dropdown-toggle.w--open {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-70 {
  position: static;
  display: inline-block;
  margin: 20px 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.dropdown-list {
  position: relative;
  display: none;
  overflow: auto;
}

.dropdown-list.w--open {
  position: relative;
  z-index: auto;
  display: block;
  overflow: visible;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.bold-text-12 {
  font-weight: 500;
}

.div-block-39 {
  position: relative;
  display: block;
  overflow: visible;
  height: 1.5px;
  background-color: #ff6d1d;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.icon-2 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.dropdown-icon {
  position: absolute;
}

.text-block-71 {
  position: relative;
}

.text-block-72 {
  position: relative;
}

.text-block-73 {
  position: relative;
}

.text-block-74 {
  position: relative;
}

.text-block-75 {
  position: relative;
}

.text-block-76 {
  position: relative;
}

.search-3 {
  position: absolute;
  width: 60%;
  margin-bottom: 0px;
}

.dropdownblock {
  height: 1.5px;
  background-color: #ff6d1d;
}

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

.bold-text-13 {
  display: inline-block;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
}

.bold-text-14 {
  display: block;
  font-weight: 600;
}

.text-block-79 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 18px;
}

.link-19 {
  color: #ff6d1d;
}

.text-block-80 {
  margin-top: 60px;
}

.bold-text-15 {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 18px;
  font-weight: 400;
}

.list-4 {
  display: block;
  padding-left: 40px;
  list-style-type: disc;
}

.link-20 {
  color: #d61e1e;
  text-decoration: none;
}

.bold-text-16 {
  color: #ff6d1d;
  font-size: 18px;
  font-weight: 400;
}

.link-21 {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.link-22 {
  display: inline-block;
  margin-top: 20px;
  color: #ff6d1d;
  text-decoration: none;
}

.bold-text-17 {
  font-size: 18px;
  font-weight: 400;
}

.bold-text-18 {
  font-size: 18px;
  font-weight: 400;
}

.bold-text-19 {
  font-size: 18px;
  font-weight: 400;
}

.bold-text-20 {
  font-size: 18px;
  font-weight: 400;
}

.link-23 {
  color: #ff6d1d;
  text-decoration: none;
}

.list-item {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.list-item-2 {
  margin-top: 10px;
  font-size: 18px;
}

.text-span-8 {
  color: #ff6d1d;
  text-decoration: none;
}

.text-span-9 {
  color: #ff6d1d;
}

.link-24 {
  color: #ff6d1d;
  text-decoration: none;
}

.list-item-3 {
  margin-top: 10px;
  font-size: 18px;
}

.link-25 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-26 {
  color: #ff6d1d;
  text-decoration: none;
}

.hint-list {
  margin-top: 10px;
  color: #435eab;
  font-size: 18px;
}

.link-27 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-28 {
  color: #ff6d1d;
  text-decoration: none;
}

.div-block-41 {
  margin-top: 0px;
  padding: 5px 20px;
  border: 1px solid #333;
  border-radius: 6px;
}

.link-29 {
  color: #ff6d1d;
  text-decoration: none;
}

.text-span-10 {
  font-style: normal;
  font-weight: 600;
}

.text-span-11 {
  font-weight: 600;
}

.text-span-12 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-30 {
  color: #ff6d1d;
  text-decoration: none;
}

.sublist {
  padding-left: 100px;
  list-style-type: disc;
}

.bold-text-21 {
  font-weight: 400;
}

.link-31 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-32 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-33 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-34 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-35 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-36 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-37 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-38 {
  color: #ff6d1d;
  text-decoration: none;
}

.link-39 {
  color: #ff6d1d;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .navbar {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    font-size: 24px;
  }

  .nav-link-2 {
    font-size: 24px;
  }

  .nav-link-3 {
    font-size: 24px;
  }

  .sign-in {
    font-size: 24px;
  }

  .container {
    margin-right: 100px;
    margin-left: 100px;
  }

  .landing-page {
    padding-top: 40px;
  }

  .landing-text {
    font-size: 40px;
    line-height: 50px;
  }

  .landing-text-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .landing-text-3 {
    font-size: 26px;
    line-height: 34px;
  }

  .pledgx-button {
    font-size: 24px;
  }

  .pledgx-button._2 {
    overflow: visible;
    padding-right: 7em;
    padding-left: 7em;
  }

  .hero-section {
    margin-right: 100px;
    margin-left: 100px;
  }

  .card1 {
    height: 100%;
  }

  .card2 {
    height: 100%;
  }

  .what-we-offer {
    margin-right: 100px;
    margin-left: 100px;
  }

  .paragraph {
    font-size: 18px;
  }

  .features-heading {
    font-size: 42px;
    line-height: 46px;
  }

  .features-section {
    margin-right: 100px;
    margin-left: 100px;
  }

  .mission-section {
    margin-right: 100px;
    margin-left: 100px;
  }

  .numbers-section {
    height: 40em;
    margin-right: 100px;
    margin-left: 100px;
  }

  .mission {
    font-size: 42px;
  }

  .left {
    padding-right: 60px;
  }

  .grid-7 {
    display: block;
    grid-auto-rows: minmax(0%, 1fr);
    grid-template-areas: ". number1"
      "with-pledgx Area"
      "Area-2 line"
      "Area-7 Area-3"
      ". Area-6"
      ". Area-4"
      ". Area-5";
    -ms-grid-rows: minmax(1px, 1px) minmax(16vh, 40%) minmax(1px, 1px) minmax(16vh, 40%) minmax(16vh, 40%) minmax(1px, 1px);
    grid-template-rows: minmax(1px, 1px) minmax(16vh, 40%) minmax(1px, 1px) minmax(16vh, 40%) minmax(16vh, 40%) minmax(1px, 1px);
  }

  .numbers-heading {
    font-size: 42px;
    line-height: 46px;
  }

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

  .mission-heading {
    font-size: 42px;
    line-height: 46px;
  }

  .num-head {
    font-size: 42px;
    line-height: 46px;
  }

  .num-paragraph {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 42px;
    line-height: 46px;
  }

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

  .contact {
    margin-left: 5%;
    grid-auto-flow: column;
  }

  .submit-button {
    font-size: 24px;
  }

  .text-field {
    font-size: 18px;
  }

  .text-field-2 {
    font-size: 18px;
  }

  .textarea {
    font-size: 18px;
  }

  .contact-text {
    font-size: 18px;
  }

  .contact-text.extra {
    font-size: 18px;
  }

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

  .back-to-top {
    margin-right: 100px;
    margin-left: 100px;
  }

  .container-4 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .heading-5 {
    font-size: 42px;
    line-height: 46px;
  }

  .meet-pledgx {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .paragraph-5 {
    font-size: 21px;
  }

  .mission-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-24 {
    display: block;
  }

  .image-25 {
    margin-left: 46%;
  }

  .image-26 {
    width: 174px;
  }

  .div-block-gr4 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .text-block-14 {
    width: 60%;
    margin-left: 0px;
  }

  .text-block-15 {
    width: 42%;
    margin-left: 0px;
  }

  .column {
    height: 100%;
  }

  .column-2 {
    display: inline-block;
    height: 100%;
  }

  .image-27 {
    position: relative;
    top: auto;
    bottom: auto;
    display: inline-block;
    width: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    float: none;
    text-align: left;
  }

  .columns {
    height: auto;
  }

  .image-28 {
    position: relative;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .text-block-16 {
    position: relative;
    left: 10px;
    display: inline;
    float: left;
    clear: none;
    font-size: 38px;
    font-weight: 700;
  }

  .text-block-17 {
    position: relative;
    left: 20px;
    top: 20px;
    display: inline;
    color: #435eab;
    font-size: 18px;
  }

  .columns-2 {
    height: 100%;
  }

  .column-3 {
    display: block;
    height: 90%;
    margin-top: 20px;
  }

  .column-4 {
    top: 20px;
    display: block;
    height: 90%;
    text-align: left;
  }

  .text-block-19 {
    top: 5px;
  }

  .image-29 {
    position: relative;
    top: auto;
    display: inline-block;
    width: auto;
    height: 90%;
    margin-top: auto;
    margin-bottom: auto;
    float: left;
  }

  .text-block-21 {
    position: relative;
  }

  .column-5 {
    height: 90%;
    margin-top: 20px;
  }

  .column-6 {
    position: relative;
    top: 20px;
    display: block;
    height: 90%;
    margin-top: 20px;
  }

  .div-block-31 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .image-30 {
    position: relative;
    width: auto;
    height: 90%;
    margin-top: 0px;
  }

  .image-32 {
    height: 90%;
    margin-top: 5%;
  }

  .text-block-22 {
    font-size: 38px;
    font-weight: 700;
  }

  .text-block-23 {
    position: relative;
    display: inline;
    float: left;
    font-size: 38px;
    font-weight: 700;
  }

  .columns-3 {
    margin-top: 0%;
  }

  .text-block-24 {
    position: relative;
    left: 10px;
    top: 20px;
    display: inline;
    float: left;
    color: #ff6d1d;
  }

  .text-block-25 {
    position: relative;
    left: 10px;
    top: 20px;
    display: inline;
    color: #ff6d1d;
    font-size: 18px;
  }

  .text-block-26 {
    position: relative;
    display: inline;
    width: 100%;
    margin-top: 10px;
    float: left;
    clear: left;
    font-size: 18px;
  }

  .column-7 {
    margin-top: 0px;
  }

  .columns-4 {
    margin-top: 40px;
  }

  .column-10 {
    height: 90%;
    margin-top: 20px;
  }

  .image-34 {
    height: 90%;
  }

  .column-11 {
    top: 20px;
    height: 90%;
    margin-top: 20px;
  }

  .text-block-30 {
    position: relative;
    float: left;
    font-size: 38px;
    font-weight: 700;
  }

  .text-block-31 {
    position: relative;
    left: 10px;
    top: 20px;
    float: left;
    color: #43b868;
    font-size: 18px;
  }

  .text-block-32 {
    position: relative;
    margin-top: 10px;
    float: left;
    clear: left;
  }

  .text-block-46 {
    text-align: left;
  }

  .column-24 {
    height: 78%;
    max-height: 75%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-39 {
    height: 100%;
    max-width: 80%;
    margin-left: 10%;
  }

  .image-46 {
    max-width: 100%;
  }

  .column-25 {
    padding-right: 0px;
  }

  .image-49 {
    margin-top: 140px;
  }

  .column-27 {
    padding-left: 0px;
  }

  .image-53 {
    position: absolute;
    max-width: 40%;
    margin-left: 20%;
    padding-right: 0px;
    float: right;
    clear: left;
  }

  .search-input {
    width: 100%;
    border-style: solid;
    border-color: #ecebed;
    border-radius: 6px;
  }

  .bold-text-16 {
    display: inline-block;
  }

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

  .bold-text-18 {
    display: inline-block;
  }

  .bold-text-20 {
    display: inline-block;
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link {
    font-size: 30px;
  }

  .nav-link:hover {
    color: #dce7ff;
  }

  .nav-link-2 {
    font-size: 30px;
  }

  .nav-link-2.w--current {
    color: #ff6d1d;
  }

  .nav-link-3 {
    font-size: 30px;
  }

  .sign-in {
    font-size: 30px;
  }

  .container {
    margin-right: 140px;
    margin-left: 140px;
  }

  .landing-text {
    font-size: 60px;
    line-height: 64px;
  }

  .landing-text-2 {
    font-size: 60px;
    line-height: 64px;
  }

  .landing-text-3 {
    font-size: 46px;
    line-height: 50px;
  }

  .pledgx-button {
    font-size: 30px;
  }

  .pledgx-button._2 {
    font-size: 24px;
  }

  .hero-section {
    margin-top: 40px;
    margin-right: 140px;
    margin-left: 140px;
  }

  .card1 {
    height: 100%;
  }

  .card2 {
    height: 100%;
  }

  .card-1-heading {
    font-size: 50px;
  }

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

  .card-text {
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 24px;
    line-height: 1.4;
  }

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

  .text-block-3 {
    font-size: 24px;
  }

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

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

  .what-we-offer {
    margin-right: 140px;
    margin-left: 140px;
  }

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

  .paragraph {
    font-size: 24px;
  }

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

  .features-heading {
    font-size: 60px;
    line-height: 64px;
  }

  .features-paragraph {
    font-size: 24px;
  }

  .feature-subhead {
    font-size: 36px;
  }

  .feature-description {
    font-size: 21px;
  }

  .features-section {
    margin-right: 140px;
    margin-left: 140px;
  }

  .mission-section {
    margin-top: 220px;
    margin-right: 140px;
    margin-left: 140px;
  }

  .numbers-section {
    margin-top: 220px;
    margin-right: 140px;
    margin-left: 140px;
  }

  .left {
    padding-right: 100px;
  }

  .numbers-heading {
    font-size: 60px;
    line-height: 64px;
  }

  .mission-paragraph {
    font-size: 28px;
  }

  .mission-heading {
    font-size: 60px;
    line-height: 64px;
  }

  .num-white._2 {
    padding-bottom: 60px;
  }

  .num-head {
    font-size: 60px;
    line-height: 64px;
  }

  .num-subhead {
    font-size: 24px;
  }

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

  .heading-4 {
    font-size: 60px;
    line-height: 64px;
  }

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

  .image-13 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact {
    padding-right: 140px;
    padding-left: 140px;
  }

  .submit-button {
    font-size: 24px;
  }

  .text-field {
    font-size: 24px;
  }

  .text-field-2 {
    font-size: 24px;
  }

  .textarea {
    font-size: 24px;
  }

  .contact-text {
    font-size: 21px;
  }

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

  .div-block-3 {
    max-width: 100%;
  }

  .back-to-top {
    margin-right: 140px;
    margin-left: 140px;
  }

  .footer-heading {
    font-size: 30px;
  }

  .footer-link {
    font-size: 21px;
  }

  .container-4 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .div-block-4 {
    padding-right: 220px;
  }

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

  .image-14 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-5 {
    font-size: 60px;
    line-height: 64px;
  }

  .text-block-8 {
    font-size: 24px;
  }

  .meet-pledgx {
    margin-bottom: 60px;
    font-size: 60px;
    line-height: 1.4;
  }

  .team-item {
    padding-bottom: 100px;
  }

  .name {
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 30px;
  }

  .position {
    font-size: 24px;
  }

  .paragraph-5 {
    font-size: 36px;
  }

  .blog-description {
    font-size: 20px;
  }

  .blog-title {
    font-size: 32px;
  }

  .blog-creator {
    font-size: 18px;
  }

  .collection-item {
    margin-bottom: 40px;
  }

  .main-title {
    font-size: 42px;
  }

  .rich-text-block {
    font-size: 21px;
  }

  .mission-section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-25 {
    position: relative;
    max-width: 35%;
    margin-left: 220px;
  }

  .text-block-14 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-15 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-3 {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .column-4 {
    top: auto;
    height: 100%;
  }

  .image-29 {
    position: relative;
    display: block;
    height: 90%;
    margin-top: 5%;
  }

  .columns-8 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .column-24 {
    height: 78%;
    max-height: 78%;
  }

  .image-39 {
    max-width: 75%;
    margin-top: 0px;
  }

  .image-46 {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .read_more {
    text-decoration: none;
    color: #ff6d1d;
  }

  .read_more:after {
    text-decoration: none;
    color: #ff6d1d;
  }

  .column-25 {
    height: 100%;
    padding-right: 0px;
  }

  .search-input {
    width: 100%;
    border-style: solid;
    border-color: #ecebed;
    border-radius: 6px;
  }

  .search-faq {
    width: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: inline-block;
    margin-right: 0px;
    margin-left: 10px;
    text-align: center;
  }

  .nav-link.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-link-2 {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0px;
    text-align: center;
  }

  .nav-link-3 {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0px;
    text-align: center;
  }

  .nav-menu {
    position: absolute;
    right: 0px;
    display: none;
    margin-right: 80px;
    margin-left: auto;
    padding: 20px 10px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
  }

  .sign-in {
    position: static;
    right: 40px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .container {
    margin-right: 80px;
    margin-left: 100px;
  }

  .grid {
    grid-template-areas: ".";
    -ms-grid-columns: 6.5fr;
    grid-template-columns: 6.5fr;
  }

  .left-column-grid {
    text-align: center;
  }

  .landing-text {
    margin-top: 80px;
    font-size: 24px;
    line-height: 28px;
  }

  .landing-text-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .landing-text-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .pledgx-button {
    margin-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 16px;
  }

  .pledgx-button._2 {
    margin-top: 20px;
    font-size: 16px;
  }

  .hero-section {
    display: none;
  }

  .grid-2 {
    position: absolute;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card1 {
    margin-right: 10px;
    padding: 10px;
  }

  .card2 {
    margin-left: 10px;
    padding: 10px;
  }

  .card-1-heading {
    font-size: 21px;
  }

  .card-text {
    font-size: 14px;
  }

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

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

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

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

  .what-we-offer {
    margin-top: 140px;
    margin-right: 35px;
    margin-left: 35px;
  }

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

  .right-grid {
    margin-top: 0px;
    text-align: center;
  }

  .paragraph {
    font-size: 14px;
  }

  .features {
    padding-bottom: 40px;
  }

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

  .features-heading {
    font-size: 24px;
    line-height: 1.4;
  }

  .features-paragraph {
    padding-right: 100px;
    padding-left: 100px;
    font-size: 14px;
  }

  .feature-subhead {
    font-size: 21px;
  }

  .feature-description {
    font-size: 14px;
  }

  .features-section {
    margin-top: 140px;
    margin-right: 35px;
    margin-left: 35px;
  }

  .mission-section {
    margin-top: 140px;
    margin-right: 35px;
    margin-left: 35px;
  }

  .numbers-section {
    margin-top: 100px;
    margin-right: 35px;
    margin-left: 35px;
  }

  .contact-section {
    padding-bottom: 100px;
  }

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

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

  .numbers-heading {
    font-size: 24px;
    line-height: 1.4;
  }

  .mission-paragraph {
    font-size: 14px;
  }

  .mission-heading {
    font-size: 24px;
    line-height: 1.4;
  }

  .num-white._2 {
    padding-bottom: 60px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 1.4px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .contact {
    width: 40%;
    margin-left: 4%;
  }

  .contact-form {
    display: none;
  }

  .text-field {
    font-size: 12px;
  }

  .text-field-2 {
    font-size: 12px;
  }

  .textarea {
    font-size: 12px;
  }

  .contact-text {
    font-size: 12px;
  }

  .contact-text.extra {
    font-size: 12px;
  }

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

  .back-to-top {
    margin-top: 60px;
  }

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

  .div-block-4 {
    padding-right: 60px;
  }

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

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .hero-mobile {
    display: block;
    padding-top: 80px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .mobile-landing {
    display: block;
    padding-top: 60px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .div-block-9 {
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
  }

  .div-block-13 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .div-block-14 {
    min-width: 70%;
  }

  .meet-pledgx {
    margin-bottom: 20px;
  }

  .meet-title {
    padding-bottom: 100px;
  }

  .div-block-15 {
    padding-top: 40px;
  }

  .section-5.bottom {
    padding-top: 40px;
  }

  .name {
    font-size: 18px;
  }

  .position {
    font-size: 14px;
  }

  .blog-description {
    font-size: 14px;
  }

  .blog-title {
    font-size: 18px;
  }

  .page-title {
    font-size: 40px;
  }

  .title-section.blog-post {
    margin-right: 100px;
    margin-left: 100px;
  }

  .collection-item {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .back-to-top {
    margin-top: 100px;
  }

  .menu-button {
    background-color: transparent;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #000;
  }

  .mission-section {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-20 {
    width: 70%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-8 {
    padding-top: 40px;
  }

  .div-block-33 {
    margin-top: 20px;
  }

  .div-block-34 {
    margin-top: 20px;
  }

  .div-block-35 {
    margin-top: 20px;
  }

  .column-19 {
    top: 10px;
    clear: left;
  }

  .text-block-35 {
    left: 0px;
    display: block;
  }

  .column-21 {
    top: 10px;
    clear: left;
  }

  .text-block-40 {
    left: 0px;
    display: block;
    float: none;
    clear: none;
  }

  .column-23 {
    top: 10px;
    clear: left;
  }

  .text-block-43 {
    left: 0px;
    display: block;
    width: auto;
    float: left;
  }

  .text-field-5 {
    min-height: 48px;
  }

  .text-field-6 {
    min-height: 48px;
  }

  .checkbox {
    margin-bottom: 20px;
  }

  .checkbox-label {
    display: inline;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
  }

  .image-39 {
    margin-top: 40px;
  }

  .image-46 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }

  .text-block-55 {
    clear: none;
  }

  .column-25 {
    display: inline-block;
    overflow: visible;
    height: auto;
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns-9 {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    clear: none;
  }

  .video-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-span-4 {
    text-transform: uppercase;
  }

  .image-48 {
    display: none;
  }

  .image-49 {
    margin-top: 100px;
  }

  .bold-text-5 {
    display: inline;
  }

  .column-27 {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    clear: left;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .icon {
    color: #000;
  }

  .image-53 {
    max-width: 40%;
    margin-left: 22%;
  }

  .search-input {
    width: 100%;
    border-style: solid;
    border-color: #ecebed;
    border-radius: 6px;
  }

  .bold-text-12 {
    font-size: 16px;
  }

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

  .search-3 {
    position: absolute;
    width: 70%;
  }

  .icon-3 {
    color: #333;
    font-size: 40px;
  }

  .icon-4 {
    color: #333;
  }

  .icon-5 {
    color: #333;
  }

  .menu-button-3 {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .menu-button-3.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .icon-6 {
    color: #333;
    font-size: 40px;
  }

  .menu-button-4 {
    background-color: #fff;
  }

  .menu-button-4.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .icon-7 {
    color: #333;
    font-size: 40px;
  }

  .menu-button-5 {
    background-color: #fff;
  }

  .menu-button-5.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .menu-button-6 {
    background-color: #fff;
  }

  .menu-button-6.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .icon-8 {
    color: #333;
    font-size: 40px;
  }

  .menu-button-7 {
    background-color: #fff;
  }

  .menu-button-7.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .icon-9 {
    color: #333;
    font-size: 40px;
    white-space: normal;
  }

  .menu-button-8 {
    background-color: #fff;
  }

  .menu-button-8.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .icon-10 {
    color: #333;
    font-size: 40px;
  }

  .menu-button-9 {
    position: relative;
    display: block;
    background-color: #fff;
  }

  .menu-button-9.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .text-block-77 {
    display: none;
  }

  .text-block-81 {
    display: none;
  }

  .bold-text-18 {
    font-size: 18px;
    font-weight: 400;
  }

  .bold-text-19 {
    font-size: 18px;
    font-weight: 400;
  }

  .bold-text-20 {
    font-size: 18px;
    font-weight: 400;
  }

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

  .icon-11 {
    color: #333;
  }

  .menu-button-10 {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .menu-button-10.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link {
    margin-left: 0px;
    float: left;
    clear: left;
  }

  .nav-link.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2 {
    float: left;
    clear: left;
  }

  .nav-link-2.w--current {
    margin-left: 0px;
  }

  .nav-link-3 {
    float: left;
    clear: left;
  }

  .nav-link-3.nav-link-4 {
    float: left;
    clear: left;
  }

  .nav-menu {
    width: 40%;
    margin-right: 60px;
  }

  .sign-in {
    right: auto;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    clear: left;
  }

  .container {
    margin-right: 60px;
    margin-left: 70px;
  }

  .pledgx-button {
    margin-top: 20px;
  }

  .what-we-offer {
    margin-top: 220px;
  }

  .contact-section {
    margin-top: 200px;
  }

  .num-white._2 {
    padding-bottom: 60px;
  }

  .heading-4 {
    line-height: 1.4;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .grid-8 {
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
  }

  .back-to-top {
    margin-top: 60px;
  }

  .text-block-7 {
    margin-top: 60px;
    font-size: 24px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-logo-link {
    min-width: 40px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-link {
    font-size: 14px;
  }

  .container-4 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .div-block-4 {
    padding-right: 0px;
  }

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

  .div-block-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mobile-landing {
    margin-bottom: 0px;
    padding-bottom: 100px;
  }

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

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-right: 35px;
    padding-left: 35px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    overflow: visible;
    min-width: 75%;
  }

  .meet-title {
    overflow: hidden;
  }

  .div-block-15 {
    padding-top: 40px;
  }

  .section-5.bottom {
    padding-top: 40px;
  }

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

  .div-block-17 {
    padding-bottom: 40px;
  }

  .title-section.blog-post {
    margin-top: 100px;
    margin-right: 60px;
    margin-left: 60px;
  }

  .blog-posts {
    margin-right: 35px;
    margin-left: 35px;
  }

  .back-to-top {
    padding-top: 60px;
  }

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

  .logo {
    text-align: center;
  }

  .image-18 {
    max-width: 50%;
    text-align: left;
  }

  .mission-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-20 {
    width: 75%;
  }

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

  .opposite {
    -ms-grid-columns: 3.25fr;
    grid-template-columns: 3.25fr;
  }

  .div-block-26 {
    display: none;
  }

  .div-block-27 {
    display: none;
  }

  .div-block-28 {
    display: none;
  }

  .grid-14 {
    margin-top: 140px;
  }

  .column-18 {
    height: auto;
  }

  .image-36 {
    height: auto;
  }

  .text-block-34 {
    display: block;
  }

  .column-20 {
    height: auto;
  }

  .image-37 {
    height: auto;
  }

  .text-block-39 {
    display: block;
  }

  .text-block-42 {
    display: block;
  }

  .text-block-43 {
    left: auto;
    display: inline;
  }

  .text-span-3 {
    display: inline-block;
    text-decoration: none;
  }

  .text-block-47 {
    text-decoration: none;
  }

  .image-39 {
    display: none;
    overflow: visible;
    opacity: 1;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-blog {
    margin-top: 10px;
  }

  .grid-15 {
    float: none;
    clear: none;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
    grid-auto-columns: minmax(0px, 0px);
    grid-template-areas: "Area Area-2 Area-3"
      "Area-date Area-date2 Area-date3"
      "Area-h Area-h2 Area-h3"
      "Area-text Area-text2 Area-text3"
      "Area-4 . ."
      "Area-5 . ."
      "Area-6 . ."
      "Area-7 . ."
      "Area-8 . ."
      "Area-9 . ."
      "Area-10 . ."
      "Area-11 . .";
    -ms-grid-columns: minmax(100%, 100%);
    grid-template-columns: minmax(100%, 100%);
    -ms-grid-rows: 0.75fr auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: 0.75fr auto auto auto auto auto auto auto auto auto auto auto;
  }

  .div-block-37 {
    margin-top: 140px;
  }

  .column-26 {
    padding-left: 0px;
  }

  .image-49 {
    display: inline-block;
    margin-top: 40px;
  }

  .image-50 {
    display: block;
  }

  .image-51 {
    display: block;
  }

  .image-52 {
    display: block;
  }

  .bold-text-5 {
    display: inline;
  }

  .icon {
    color: #000;
  }

  .image-53 {
    display: none;
  }

  .bold-text-12 {
    width: 0px;
    max-width: 0%;
    margin-right: 0px;
    padding-right: 0px;
    clear: none;
    font-size: 16px;
  }

  .text-block-76 {
    margin-right: 0px;
  }

  .menu-button-2 {
    background-color: #c8c8c8;
  }

  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

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

  .text-block-82 {
    display: none;
  }

  .bold-text-18 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
  }

  .bold-text-19 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
  }

  .bold-text-20 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .pledgx-logo {
    max-width: 100%;
    margin-top: 13px;
  }

  .nav-link {
    left: 0px;
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    clear: left;
    text-align: center;
  }

  .nav-link.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2 {
    position: relative;
    left: 0px;
    display: inline;
    padding-left: 10px;
    float: left;
    clear: left;
    text-align: center;
  }

  .nav-link-2.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-3 {
    left: 0px;
    display: inline;
    float: left;
    clear: left;
    text-align: center;
  }

  .nav-menu {
    margin-right: 40px;
    border-radius: 10px;
  }

  .sign-in {
    right: auto;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    clear: left;
  }

  .container {
    margin-right: 35px;
    margin-left: 50px;
  }

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

  .left-column-grid {
    padding-right: 0px;
    text-align: center;
  }

  .right-column-grid {
    text-align: left;
  }

  .dashboard-image {
    display: inline-block;
    max-width: 50%;
    text-align: center;
  }

  .landing-text {
    margin-top: 60px;
    font-size: 24px;
    line-height: 1.25;
  }

  .landing-text-2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .landing-text-3 {
    font-size: 14px;
    line-height: 1.25;
  }

  .pledgx-button {
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }

  .pledgx-button._2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero-section {
    padding-top: 20px;
  }

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

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

  .card1 {
    margin-right: 0px;
  }

  .card2 {
    margin-left: 0px;
  }

  .card-1-heading {
    font-size: 21px;
  }

  .card-2-heading {
    font-size: 21px;
  }

  .card-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.25;
  }

  .image {
    padding-bottom: 0px;
  }

  .image-2 {
    padding-bottom: 0px;
  }

  .image-3 {
    margin-top: 0px;
  }

  .image-4 {
    margin-top: 0px;
  }

  .text-block-2 {
    padding-bottom: 0px;
    font-size: 14px;
  }

  .text-block-3 {
    padding-bottom: 0px;
    font-size: 14px;
  }

  .text-block-4 {
    padding-bottom: 0px;
    font-size: 14px;
  }

  .text-block-5 {
    padding-bottom: 0px;
    font-size: 14px;
  }

  .what-we-offer {
    margin-top: 100px;
  }

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

  .right-grid {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph {
    font-size: 14px;
  }

  .features {
    padding-bottom: 20px;
  }

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

  .feature {
    padding-bottom: 10px;
  }

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

  .features-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .feature-subhead {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
  }

  .feature-description {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .features-section {
    margin-top: 100px;
  }

  .mission-section {
    margin-top: 100px;
  }

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

  .contact-section {
    display: block;
    margin-top: 100px;
  }

  .mission {
    max-width: 100%;
  }

  .grid-6 {
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
  }

  .left {
    padding-right: 0px;
    text-align: center;
  }

  .numbers {
    max-width: 100%;
  }

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

  .numbers-heading {
    font-size: 24px;
    line-height: 1.25;
  }

  .mission-paragraph {
    font-size: 14px;
    text-align: left;
  }

  .mission-heading {
    font-size: 24px;
    text-align: left;
  }

  .num-box {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .num-box-2 {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .num-box-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .num-white {
    margin: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .num-white._2 {
    padding-bottom: 20px;
  }

  .num-head {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.4px;
  }

  .num-subhead {
    font-size: 16px;
  }

  .num-paragraph {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 1.4;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .brand {
    max-width: 50%;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .image-13 {
    max-width: 200%;
  }

  .contact {
    left: auto;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-form {
    display: block;
    padding-top: 0px;
  }

  .contact-form-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
  }

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

  .back-to-top {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .footer {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 14px;
  }

  .footer-link {
    font-size: 12px;
    text-align: center;
  }

  .div-block-4 {
    padding-right: 0px;
    text-align: center;
  }

  .card-info {
    padding-right: 10px;
  }

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

  .grid-9 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-mobile {
    overflow: hidden;
  }

  .mobile-landing {
    padding: 40px 35px 400px;
  }

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

  .paragraph-4 {
    font-size: 14px;
  }

  .field-label {
    font-weight: 400;
  }

  .field-label-2 {
    font-weight: 400;
  }

  .field-label-3 {
    font-weight: 400;
  }

  .textarea-2 {
    min-height: 260px;
    border-radius: 6px;
  }

  .submit-button-2 {
    padding-right: 60px;
    padding-left: 60px;
    border-radius: 6px;
    background-color: #ff6d1d;
    text-align: left;
  }

  .div-block-10 {
    padding-top: 10px;
    text-align: center;
  }

  .text-field-3 {
    border-radius: 6px;
  }

  .text-field-4 {
    border-radius: 6px;
  }

  .container-5 {
    position: static;
    display: none;
    margin-top: 140px;
  }

  .div-block-11 {
    display: none;
  }

  .div-block-12 {
    display: none;
  }

  .text-block-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
  }

  .div-block-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-14 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .meet-pledgx {
    margin-bottom: 40px;
  }

  .meet-title {
    overflow: hidden;
    padding-top: 40px;
  }

  .div-block-15 {
    display: block;
    overflow: hidden;
    padding-top: 40px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .section-5 {
    padding-top: 40px;
  }

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

  .div-block-17 {
    padding-bottom: 40px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .blog-title {
    font-size: 16px;
  }

  .title-section.blog-post {
    display: inline-block;
    margin-right: 25px;
    margin-left: 25px;
  }

  .back-to-top {
    margin-right: 35px;
    margin-left: 35px;
    font-size: 24px;
  }

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

  .image-18 {
    max-width: 50%;
  }

  .heading-9 {
    font-size: 28px;
  }

  .body-text {
    margin-top: 40px;
    margin-right: 35px;
    margin-left: 35px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mission-section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 320px;
  }

  .div-block-20 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

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

  .grid-14 {
    margin-top: 60px;
    grid-template-areas: "."
      "Area-8"
      "Area-9"
      "Area-2"
      "Area-3"
      "Area-4"
      "Area-7"
      "Area-6"
      "Area-5";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto minmax(min-content, max-content) minmax(min-content, max-content) auto minmax(min-content, max-content) auto minmax(min-content, max-content) auto;
    grid-template-rows: auto minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content) auto minmax(-webkit-min-content, -webkit-max-content) auto minmax(-webkit-min-content, -webkit-max-content) auto;
    grid-template-rows: auto minmax(min-content, max-content) minmax(min-content, max-content) auto minmax(min-content, max-content) auto minmax(min-content, max-content) auto;
  }

  .text-block-46 {
    margin-bottom: 20px;
  }

  .div-block-36 {
    height: 1.5px;
    background-color: rgba(0, 0, 0, 0.94);
  }

  .text-block-57 {
    margin-bottom: 40px;
  }

  .video-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-49 {
    margin-top: 20px;
  }

  .bold-text-5 {
    display: inline;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-15 {
    display: none;
  }

  .search-input {
    width: 80%;
  }

  .paragraph-14 {
    margin-bottom: 40px;
  }

  .dropdown {
    display: block;
    height: 75px;
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .dropdown.dt5 {
    height: 50px;
    margin-bottom: 30px;
  }

  .dropdown-toggle {
    right: auto;
    display: block;
    width: 100%;
    height: 75px;
  }

  .dropdown-toggle.dt2 {
    height: 50px;
  }

  .dropdown-toggle.dt3 {
    margin-top: -25px;
    margin-bottom: 0px;
  }

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

  .dropdown-list {
    top: auto;
  }

  .dropdown-list.w--open {
    top: auto;
    margin-top: 0px;
  }

  .bold-text-12 {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: left;
    clear: none;
    font-size: 15px;
    text-transform: none;
    white-space: pre-wrap;
  }

  .dropdown-icon {
    position: absolute;
  }

  .text-block-71 {
    position: static;
    display: inline-block;
    overflow: visible;
    width: auto;
    max-width: 90%;
    margin-right: 0px;
    padding-right: 0px;
    float: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-72 {
    position: static;
    display: inline-block;
    width: auto;
    max-width: 90%;
  }

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

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

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

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

  .div-block-40 {
    width: 7px;
  }

  .dropdowntext {
    display: inline-block;
  }

  .dropdownblock {
    display: block;
  }

  .bold-text-17 {
    display: inline-block;
  }

  .text-block-81 {
    display: none;
  }

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

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

  .bold-text-18 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
  }

  .bold-text-19 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
  }

  .bold-text-20 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
  }
}

#w-node-_4d320126-f827-e51c-aa7d-a3bc9f96679e-d0fbe96c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ddbd2312-50d6-dadc-8fac-031c85e16034-d0fbe96c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 5;
  grid-column-end: 7;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_6e3602ff-b4d8-4632-bced-c5da556b14ac-d0fbe96c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c671b620-6182-4421-1785-8979d74d5e95-d0fbe96c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9f44256b-fa14-f654-0759-59433689b431-d0fbe96c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_01d7f78a-1218-92d1-6084-016f440ad9ec-d0fbe96c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_52d36f9f-0001-21dd-0910-71ff633f2f29-d0fbe96c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_52d36f9f-0001-21dd-0910-71ff633f2f2a-d0fbe96c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_07bbca13-05f9-c32e-90b1-6f80a4131413-d0fbe96c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6f164ab8-f6f1-d106-d647-6a01c1b537d6-d0fbe96c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e73d4b71-bc4b-652c-0a44-2877b434ae04-d0fbe96c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e1b40b78-2568-7cb0-b87a-e577a9524ff0-d0fbe96c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e05f9c36-14bb-80ef-7fe4-4cd1bdea57af-d0fbe96c {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ff58f39e-4df5-a6df-e908-d1f76fb17388-d0fbe96c {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_9ed30b88-6100-c491-86ec-54b56e51bb91-d0fbe96c {
  -ms-grid-row: 13;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-14>#w-node-_9ed30b88-6100-c491-86ec-54b56e51bb91-d0fbe96c {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

#w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
  grid-area: Area-3;
}

.opposite>#w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-14>#w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.grid-15>#w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#w-node-edf7cf8e-c0b9-5327-b8fe-00ecafb836b9-d0fbe96c {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: Area-7;
}

.grid-14>#w-node-edf7cf8e-c0b9-5327-b8fe-00ecafb836b9-d0fbe96c {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}

#w-node-f25f7415-00d0-6dbd-1dad-a55731c7bcca-d0fbe96c {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.opposite>#w-node-f25f7415-00d0-6dbd-1dad-a55731c7bcca-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-14>#w-node-f25f7415-00d0-6dbd-1dad-a55731c7bcca-d0fbe96c {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-15>#w-node-f25f7415-00d0-6dbd-1dad-a55731c7bcca-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-16>#w-node-f25f7415-00d0-6dbd-1dad-a55731c7bcca-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_46ca8205-9e66-a0ec-8642-16450e666a13-d0fbe96c {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
  grid-area: Area-4;
}

.grid-14>#w-node-_46ca8205-9e66-a0ec-8642-16450e666a13-d0fbe96c {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

#w-node-cc2c1eb9-5a21-399e-dcfa-54ef5f0ecb2d-d0fbe96c {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Area-6;
}

.grid-14>#w-node-cc2c1eb9-5a21-399e-dcfa-54ef5f0ecb2d-d0fbe96c {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

#w-node-f4403d49-6798-82e6-565f-ae5b81a770c5-d0fbe96c {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  grid-area: Area-8;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-14>#w-node-f4403d49-6798-82e6-565f-ae5b81a770c5-d0fbe96c {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

#w-node-d2f92019-0c6c-4287-f006-2cfd4ab9d008-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area;
}

.grid-7>#w-node-d2f92019-0c6c-4287-f006-2cfd4ab9d008-d0fbe96c {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.grid-13>#w-node-d2f92019-0c6c-4287-f006-2cfd4ab9d008-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-14>#w-node-d2f92019-0c6c-4287-f006-2cfd4ab9d008-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-15>#w-node-d2f92019-0c6c-4287-f006-2cfd4ab9d008-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-16>#w-node-d2f92019-0c6c-4287-f006-2cfd4ab9d008-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_7aad40e5-f976-3cc6-7716-1785dcb52aab-d0fbe96c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_65112f27-1248-6c79-bcf2-06a03e32f966-6efbe9a6 {
  -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-column-align: stretch;
  justify-self: stretch;
}

#w-node-_65089ed4-1e5e-a2d1-c668-ea3b0fc46277-6efbe9a6 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  grid-area: Area-2;
}

.opposite>#w-node-_65089ed4-1e5e-a2d1-c668-ea3b0fc46277-6efbe9a6 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-14>#w-node-_65089ed4-1e5e-a2d1-c668-ea3b0fc46277-6efbe9a6 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-15>#w-node-_65089ed4-1e5e-a2d1-c668-ea3b0fc46277-6efbe9a6 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-16>#w-node-_65089ed4-1e5e-a2d1-c668-ea3b0fc46277-6efbe9a6 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_1f96932f-bc73-f09b-996d-96086fcd6789-6efbe9a6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eff45ef6-13d8-3396-2a6a-5f57376c4d2a-55fbea00 {
  -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;
}

#w-node-b615280e-094a-7139-fa50-7c3072a5f68c-55fbea00 {
  -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;
}

#w-node-_77fd1a53-7bce-7e16-5dce-87ea3ca82f4a-fefbea08 {
  -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;
}

#w-node-_9a6de437-bd7b-ca98-5a83-9655ebc6086e-fefbea08 {
  -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;
}

#w-node-f8cb9e89-8894-503d-c6e1-fc90bdecf8e2-d6fbea0b {
  -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;
}

#w-node-_99dbef0c-b42c-9ad7-343f-6775bcd37719-d6fbea0b {
  -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;
}

#w-node-_7e6a1111-cb25-c7c8-e51c-740a6ddd91a5-d6fbea0b {
  -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;
}

#w-node-ec9a664a-b1ff-7f4e-ec65-740d8210ae46-d6fbea0b {
  -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;
}

#w-node-bc2ef41d-0b6a-6a1b-41d8-de2302adb312-d6fbea0b {
  -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;
}

#w-node-_3d79c47a-a6f4-3512-72d5-69ccad95c178-d6fbea0b {
  -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;
}

#w-node-ad8a2385-8f44-4cf8-0da7-54a7925b087b-d6fbea0b {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
  grid-area: Area-text3;
}

#w-node-cc33ee90-d881-06d8-c0a1-8af7b3b8f42c-d6fbea0b {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Area-h;
}

#w-node-e98f4fa2-0b2f-15ec-6bc7-a327f87bb065-d6fbea0b {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-h2;
}

#w-node-_19a44adb-dffe-9f89-8738-22bfdc25d28f-d6fbea0b {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: Area-h3;
}

#w-node-d58976c2-1013-f3ff-3127-fbb3ed5c86e8-d6fbea0b {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Area-text;
}

#w-node-_0fc28293-7af8-ce0f-9892-819ef283ab94-d6fbea0b {
  -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;
}

@media screen and (min-width: 1920px) {
  #w-node-_9f44256b-fa14-f654-0759-59433689b431-d0fbe96c {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ee2f19d9-14ec-b6fa-a61d-483bd67dabaf-d0fbe96c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6f164ab8-f6f1-d106-d647-6a01c1b537d6-d0fbe96c {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-f4403d49-6798-82e6-565f-ae5b81a770c5-d0fbe96c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4d320126-f827-e51c-aa7d-a3bc9f96679e-d0fbe96c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ddbd2312-50d6-dadc-8fac-031c85e16034-d0fbe96c {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6f164ab8-f6f1-d106-d647-6a01c1b537d6-d0fbe96c {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_99dbef0c-b42c-9ad7-343f-6775bcd37719-d6fbea0b {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
    grid-area: Area-4;
  }

  #w-node-_7e6a1111-cb25-c7c8-e51c-740a6ddd91a5-d6fbea0b {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
    grid-area: Area-8;
  }

  #w-node-ec9a664a-b1ff-7f4e-ec65-740d8210ae46-d6fbea0b {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-date;
  }

  #w-node-bc2ef41d-0b6a-6a1b-41d8-de2302adb312-d6fbea0b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: Area-9;
  }

  #w-node-_3d79c47a-a6f4-3512-72d5-69ccad95c178-d6fbea0b {
    -ms-grid-row: 13;
    -ms-grid-column: 2;
    grid-area: Area-5;
  }

  #w-node-ad8a2385-8f44-4cf8-0da7-54a7925b087b-d6fbea0b {
    grid-area: Area-11;
  }

  #w-node-cc33ee90-d881-06d8-c0a1-8af7b3b8f42c-d6fbea0b {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: Area-h;
  }

  #w-node-e98f4fa2-0b2f-15ec-6bc7-a327f87bb065-d6fbea0b {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: Area-6;
  }

  #w-node-_19a44adb-dffe-9f89-8738-22bfdc25d28f-d6fbea0b {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    grid-area: Area-10;
  }

  #w-node-d58976c2-1013-f3ff-3127-fbb3ed5c86e8-d6fbea0b {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: Area-text;
  }

  #w-node-_0fc28293-7af8-ce0f-9892-819ef283ab94-d6fbea0b {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    grid-area: Area-7;
  }
}

.grid-14>#w-node-_0fc28293-7af8-ce0f-9892-819ef283ab94-d6fbea0b {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}

.grid-14>#w-node-e98f4fa2-0b2f-15ec-6bc7-a327f87bb065-d6fbea0b {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

.grid-14>#w-node-_3d79c47a-a6f4-3512-72d5-69ccad95c178-d6fbea0b {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

.grid-14>#w-node-_7e6a1111-cb25-c7c8-e51c-740a6ddd91a5-d6fbea0b {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.grid-14>#w-node-_99dbef0c-b42c-9ad7-343f-6775bcd37719-d6fbea0b {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

@media screen and (max-width: 479px) {
  #w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
    grid-area: Area-3;
  }

  #w-node-d2f92019-0c6c-4287-f006-2cfd4ab9d008-d0fbe96c {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: Area-9;
  }

  #w-node-_7aad40e5-f976-3cc6-7716-1785dcb52a9b-d0fbe96c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7aad40e5-f976-3cc6-7716-1785dcb52a9f-d0fbe96c {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4901ada0-d563-707b-d5d5-d35bf726c3c5-d0fbe96c {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_57ca97df-437f-792d-433e-02bc90bbbd63-d0fbe96c {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_083ab0fc-1c3e-ea7a-146c-8edf2570f984-6efbe9a6 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_083ab0fc-1c3e-ea7a-146c-8edf2570f98d-6efbe9a6 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c01-dffbe9ca {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c0a-dffbe9ca {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c01-e6fbe9fd {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c0a-e6fbe9fd {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c01-0ffbe9ff {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c0a-0ffbe9ff {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-a8ac924c-bb13-8b85-30eb-1817e6879a3b-6afbea01 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8ac924c-bb13-8b85-30eb-1817e6879a44-6afbea01 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_083ab0fc-1c3e-ea7a-146c-8edf2570f984-91fbea02 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_083ab0fc-1c3e-ea7a-146c-8edf2570f98d-91fbea02 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c01-75fbea06 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c0a-75fbea06 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c01-1ffbea0a {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c0a-1ffbea0a {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-cdbfc649-9728-9cd3-59d0-eeb1d434a0ae-d6fbea0b {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-cdbfc649-9728-9cd3-59d0-eeb1d434a0b7-d6fbea0b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c01-36d598c5 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ca6c524e-e424-524f-b69e-0d385e293c0a-36d598c5 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_9ed30b88-6100-c491-86ec-54b56e51bb91-d0fbe96c {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }

  #w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }

  #w-node-edf7cf8e-c0b9-5327-b8fe-00ecafb836b9-d0fbe96c {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  #w-node-f25f7415-00d0-6dbd-1dad-a55731c7bcca-d0fbe96c {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_46ca8205-9e66-a0ec-8642-16450e666a13-d0fbe96c {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }

  #w-node-cc2c1eb9-5a21-399e-dcfa-54ef5f0ecb2d-d0fbe96c {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }

  .grid-7>#w-node-d2f92019-0c6c-4287-f006-2cfd4ab9d008-d0fbe96c {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_65089ed4-1e5e-a2d1-c668-ea3b0fc46277-6efbe9a6 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_99dbef0c-b42c-9ad7-343f-6775bcd37719-d6fbea0b {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }

  #w-node-_3d79c47a-a6f4-3512-72d5-69ccad95c178-d6fbea0b {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }

  #w-node-e98f4fa2-0b2f-15ec-6bc7-a327f87bb065-d6fbea0b {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }

  #w-node-_0fc28293-7af8-ce0f-9892-819ef283ab94-d6fbea0b {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  #w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9ed30b88-6100-c491-86ec-54b56e51bb91-d0fbe96c {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-edf7cf8e-c0b9-5327-b8fe-00ecafb836b9-d0fbe96c {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-f25f7415-00d0-6dbd-1dad-a55731c7bcca-d0fbe96c {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_46ca8205-9e66-a0ec-8642-16450e666a13-d0fbe96c {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-cc2c1eb9-5a21-399e-dcfa-54ef5f0ecb2d-d0fbe96c {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-f4403d49-6798-82e6-565f-ae5b81a770c5-d0fbe96c {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-d2f92019-0c6c-4287-f006-2cfd4ab9d008-d0fbe96c {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_65089ed4-1e5e-a2d1-c668-ea3b0fc46277-6efbe9a6 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-ad8a2385-8f44-4cf8-0da7-54a7925b087b-d6fbea0b {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }

  #w-node-cc33ee90-d881-06d8-c0a1-8af7b3b8f42c-d6fbea0b {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-e98f4fa2-0b2f-15ec-6bc7-a327f87bb065-d6fbea0b {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  #w-node-_19a44adb-dffe-9f89-8738-22bfdc25d28f-d6fbea0b {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  #w-node-d58976c2-1013-f3ff-3127-fbb3ed5c86e8-d6fbea0b {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  #w-node-_99dbef0c-b42c-9ad7-343f-6775bcd37719-d6fbea0b {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_7e6a1111-cb25-c7c8-e51c-740a6ddd91a5-d6fbea0b {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }

  #w-node-ec9a664a-b1ff-7f4e-ec65-740d8210ae46-d6fbea0b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-bc2ef41d-0b6a-6a1b-41d8-de2302adb312-d6fbea0b {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }

  #w-node-_3d79c47a-a6f4-3512-72d5-69ccad95c178-d6fbea0b {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }

  #w-node-ad8a2385-8f44-4cf8-0da7-54a7925b087b-d6fbea0b {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }

  #w-node-cc33ee90-d881-06d8-c0a1-8af7b3b8f42c-d6fbea0b {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-e98f4fa2-0b2f-15ec-6bc7-a327f87bb065-d6fbea0b {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_19a44adb-dffe-9f89-8738-22bfdc25d28f-d6fbea0b {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }

  #w-node-d58976c2-1013-f3ff-3127-fbb3ed5c86e8-d6fbea0b {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  #w-node-_0fc28293-7af8-ce0f-9892-819ef283ab94-d6fbea0b {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }

  .grid-15>#w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  #w-node-d2f92019-0c6c-4287-f006-2cfd4ab9d008-d0fbe96c {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 479px) {
  .grid-14>#w-node-_9ed30b88-6100-c491-86ec-54b56e51bb91-d0fbe96c {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-edf7cf8e-c0b9-5327-b8fe-00ecafb836b9-d0fbe96c {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-f25f7415-00d0-6dbd-1dad-a55731c7bcca-d0fbe96c {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-_46ca8205-9e66-a0ec-8642-16450e666a13-d0fbe96c {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-cc2c1eb9-5a21-399e-dcfa-54ef5f0ecb2d-d0fbe96c {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-f4403d49-6798-82e6-565f-ae5b81a770c5-d0fbe96c {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-_65089ed4-1e5e-a2d1-c668-ea3b0fc46277-6efbe9a6 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-_99dbef0c-b42c-9ad7-343f-6775bcd37719-d6fbea0b {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-_7e6a1111-cb25-c7c8-e51c-740a6ddd91a5-d6fbea0b {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-bc2ef41d-0b6a-6a1b-41d8-de2302adb312-d6fbea0b {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-_3d79c47a-a6f4-3512-72d5-69ccad95c178-d6fbea0b {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-e98f4fa2-0b2f-15ec-6bc7-a327f87bb065-d6fbea0b {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-_0fc28293-7af8-ce0f-9892-819ef283ab94-d6fbea0b {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  .grid-14>#w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-d2f92019-0c6c-4287-f006-2cfd4ab9d008-d0fbe96c {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.opposite>#w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-14>#w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.grid-15>#w-node-_6e755749-d644-1867-deb5-0d67e3eca693-d0fbe96c {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype'), url('../fonts/Metropolis-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Black.otf') format('opentype'), url('../fonts/SF-Pro-Text-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-BlackItalic.otf') format('opentype'), url('../fonts/SF-Pro-Text-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}