.grid {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0px;
}

.role-card {
  background-color: #464646;
  box-shadow: 1px 1px 3px 0 #000;
}

.container {
  height: 50vh;
  background-color: #fff;
}

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

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

.role-heading {
  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;
  color: #fcfcfc;
  font-size: 30px;
}

.slide {
  text-align: center;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  -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;
}

.mask {
  width: 100%;
}

.section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  min-height: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-3 {
  display: block;
  max-height: 100%;
  max-width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar {
  margin-bottom: 60px;
}

.nav-menu {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block {
  display: block;
  width: 25%;
  height: 100%;
  padding-top: 1%;
  padding-left: 2%;
}

.navholdler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbardiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 0px;
}

.nav-line {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  border: 3px solid #000;
}

.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  max-height: 40%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns {
  width: 100%;
  height: 100%;
}

.button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 50%;
  -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;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #b8b8b8;
}

.text-block {
  color: #fff;
  text-decoration: none;
}

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

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
}

.divspacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.nav-link-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 8%;
  border: 1px solid #000;
  border-radius: 20px;
  font-family: Bitter, serif;
  font-size: 25px;
}

.navbar-2 {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.divspacer2 {
  padding-right: 0px;
  padding-left: 5%;
}

.nav-link-3 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10% 40% 10px;
  border: 1px solid #000;
  border-radius: 20px;
  font-family: Bitter, serif;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.background-video {
  border: 1px solid #000;
  border-radius: 20px;
}

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

.paragraph {
  font-family: 'Droid Sans', sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.heading {
  margin-top: 10px;
  font-family: Bitter, serif;
  text-decoration: underline;
}

.text-block-2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 18px;
  line-height: 25px;
}

.column-2 {
  padding-right: 40px;
}

.heading-2 {
  font-family: Bitter, serif;
}

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

.heading-3 {
  margin-bottom: 0px;
  font-family: Bitter, serif;
  font-size: 50px;
  line-height: 20px;
  text-decoration: none;
}

.text-block-3 {
  font-size: 50px;
  line-height: 0px;
}

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

.button {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: transparent;
  font-family: Bitter, serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.heading-4 {
  font-family: Bitter, serif;
}

.section-2 {
  margin-top: 40px;
}

.section-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  background-color: #000;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  padding: 10px;
  -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;
  border-radius: 11px;
  background-color: #fff;
}

.paragraph-2 {
  padding-right: 140px;
  padding-left: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.container-7 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 40px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.column-5 {
  height: 100%;
  max-height: 50%;
  padding-left: 10px;
}

.heading-6 {
  margin-left: 20px;
}

.paragraph-5 {
  width: 50%;
  margin-right: 40px;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.slider-2 {
  width: 100%;
}

.div-block-5 {
  max-height: 10%;
  max-width: 20%;
  margin-left: 20px;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 8px;
  font-size: 28px;
}

.paragraph-6 {
  width: 30%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
}

.heading-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
}

.video {
  margin-left: 20px;
}

.video-2 {
  display: block;
  width: 100.000017%;
  max-height: 70%;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .section-heading {
    height: 20vh;
  }

  .div-block {
    width: 25%;
  }

  .text-block {
    font-family: 'Droid Serif', serif;
    text-align: center;
  }

  .container-4 {
    margin-right: 100px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link-2 {
    padding-right: 8%;
    font-size: 18px;
  }

  .navbar-2 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .divspacer2 {
    padding-left: 0%;
  }

  .nav-link-3 {
    margin-left: 10px;
    padding: 5% 25% 2px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 11px;
    line-height: 20px;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 20px;
  }

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

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

  .paragraph-2 {
    margin-top: 10px;
    padding-right: 100px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .container-7 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .column-3 {
    display: block;
    -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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .div-block-3 {
    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;
  }

  .columns-2 {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

@media screen and (max-width: 767px) {
  .navholdler {
    padding-left: 10px;
  }

  .divspacer {
    padding-right: 4%;
    padding-left: 2%;
  }

  .container-4 {
    padding-left: 10px;
  }

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

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

  .column {
    margin-top: 40px;
  }

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

  .column-2 {
    margin-bottom: 0px;
    padding-bottom: 100px;
    padding-left: 10px;
  }

  .heading-2 {
    padding-left: 20px;
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section-heading {
    height: 22vh;
    margin-bottom: 100px;
  }

  .div-block {
    width: 25%;
    padding-top: 3%;
    padding-left: 5%;
    color: #0e0e0e;
  }

  .navholdler {
    width: 75%;
    padding-right: 10px;
    padding-left: 40px;
  }

  .navbardiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-line {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .main-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .link-block {
    width: 100%;
    height: 60%;
    font-size: 8px;
  }

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

  .nav-menu-2 {
    left: 0%;
    top: 58%;
    right: auto;
    bottom: auto;
    width: 80px;
    height: 400px;
    margin-top: 60px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.38);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .divspacer {
    padding-right: 0%;
    padding-left: 0%;
  }

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

  .nav-link-2 {
    border-color: #000;
    color: #000;
    font-size: 10px;
    line-height: 15px;
  }

  .navbar-2 {
    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;
    color: transparent;
  }

  .nav-link-3 {
    margin: 0px 40px 10px;
    padding: 0% 0% 0px;
    color: #000;
  }

  .background-video {
    margin-top: 20px;
  }

  .column {
    margin-top: 200px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 25px;
  }

  .heading {
    line-height: 30px;
    text-align: center;
  }

  .text-block-2 {
    width: 90px;
    font-size: 16px;
    line-height: 25px;
  }

  .column-2 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .heading-2 {
    margin-top: 20px;
    padding-left: 111px;
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .icon {
    color: #000;
  }

  .heading-3 {
    padding-bottom: 10px;
    font-size: 40px;
  }

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

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

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

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

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

  .section-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .paragraph-3 {
    font-size: 14px;
    line-height: 25px;
  }

  .column-4 {
    display: block;
    -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;
  }

  .paragraph-4 {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .column-5 {
    display: block;
    max-height: 100%;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .paragraph-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 10px;
    margin-right: 0px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 25px;
  }

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

  .div-block-4 {
    width: 100%;
  }

  .heading-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
}