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

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c252d;
  background-image: url('../images/top.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.top_bar {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -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;
  background-color: transparent;
  opacity: 1;
  white-space: normal;
}

.her_txt_wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 0vh;
  padding-top: 0px;
  padding-bottom: 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;
}

.head_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.head_holder.top {
  width: 30%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero_txt_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.txt_head {
  font-family: Lato, sans-serif;
  color: #2c2c2c;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.txt_head.white {
  color: #fff;
}

.txt_head.small {
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.txt_head.small.white {
  font-size: 23px;
  font-weight: 300;
}

.invisibler {
  height: 1px;
}

.txt_top {
  width: 100%;
  font-family: Lato, sans-serif;
  color: #9ab2bd;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.stripie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #11b9ab;
}

.stripie.approach {
  margin-top: 30px;
  background-color: #d1fffb;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 8vh;
  padding-bottom: 8vh;
  -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;
  background-color: #fff;
}

.wrapper.white {
  padding-top: 7vh;
  background-color: #f0f0f0;
}

._1100_holder {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: none;
  min-width: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._1100_holder.stripes {
  height: 100%;
  padding-right: 30px;
  -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;
  line-height: 35px;
}

._1100_holder.services {
  width: 1130px;
}

.txt_subhead {
  margin-top: 7vh;
  margin-bottom: 3.5vh;
  padding: 8px 13px 10px;
  background-color: #33b0a6;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.tiny_txt_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tiny_txt_holder.lighter {
  margin-bottom: 10px;
}

.txt_tiny {
  background-color: hsla(0, 0%, 100%, 0.58);
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
}

.txt_tiny.light {
  margin-left: 0px;
  color: #34454b;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.txt_tiny.ico {
  padding-right: 18px;
  padding-left: 18px;
}

.image {
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
}

.image.absolute {
  position: absolute;
  left: 49%;
  top: auto;
  right: 0%;
  bottom: 29px;
}

.our_approach_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 550px;
  padding-top: 5vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #33b0a6;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  background-color: #131b21;
}

.approach_icons_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 4.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.approach_icons-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.approach_icons-holder.unique {
  padding-top: 0px;
  padding-bottom: 0px;
}

.img_ico_approach {
  padding-top: 0px;
}

.img_ico_approach.unique {
  margin-bottom: 5px;
}

.img_ico_approach.last {
  margin-bottom: 5px;
  padding: 2px;
}

.txt_approach {
  max-width: 230px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #081010;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.txt_approach._2liner {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.txt_approach.plus {
  margin-bottom: 20px;
}

.txt_approach.last {
  margin-bottom: 20px;
}

.stripe_dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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-image: url('../images/stripe01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.txt_stripes {
  max-width: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.txt_stripes.longer {
  max-width: 680px;
  padding-right: 78px;
  font-weight: 700;
}

.txt_sub {
  margin-bottom: 7vh;
  background-color: hsla(0, 0%, 100%, 0.45);
  font-family: Lato, sans-serif;
  color: #424242;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0.45px;
}

.stripe_light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -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-image: url('../images/stripe02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.yt_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 113px;
  height: 73px;
  margin-right: 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;
  background-image: url('../images/yt_blue.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.yt_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 113px;
  height: 73px;
  -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;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.yt_button:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.yt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 45px;
  -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;
}

.txt_watch {
  margin-top: 10px;
  margin-left: 3px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
}

.services_double_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.services_l_r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: auto;
  min-height: 630px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.19);
  border-radius: 10px 10px 7px 7px;
  background-color: #fff;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.06);
}

.ico-cloud {
  width: 65px;
  margin-bottom: 11px;
}

.cloud_txt_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5vh;
  padding-top: 35px;
  padding-left: 10px;
  -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;
  background-color: transparent;
}

.media_double_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.media_l_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media_l_r.middle {
  margin-right: 20px;
  margin-left: 50px;
  padding-right: 0px;
  padding-left: 0px;
}

.img_laptop {
  position: relative;
  z-index: 1;
  width: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img_ipad {
  position: relative;
  z-index: 1;
  width: 450px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}

.laptop_holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: 100%;
}

.ipad_holder {
  position: relative;
  width: 450px;
  margin-top: -13px;
  margin-bottom: 37px;
}

.ipad_holder.mid {
  display: block;
  width: auto;
  margin-top: -5px;
  text-decoration: none;
}

.img_pointer {
  position: absolute;
  left: 46%;
  top: 30%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 80px;
}

.img_yt {
  position: absolute;
  left: 36%;
  top: 33%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100px;
}

.navig_dtp {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.navig_dtp_holder {
  background-color: transparent;
}

.navig_dtp_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navig_dtp_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b222c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.navig_dtp_button:hover {
  background-color: #33b0a6;
}

.navig_dtp_button.w--current {
  color: #fff;
  text-decoration: underline;
}

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

.logo_trigger {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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: #1b222c;
  cursor: pointer;
}

.img_logo_s {
  width: 20px;
  height: 20px;
}

.img_close {
  position: absolute;
  z-index: 3;
  border-radius: 0px;
}

.hamburger {
  display: none;
}

.txt_email {
  margin-top: 45px;
  margin-bottom: 27px;
  border: 1px none #000;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.8px;
  text-decoration: none;
}

.txt_email:hover {
  padding: 3px 14px 4px;
  border-radius: 5px;
  background-color: #0ba093;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.footer_logo_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  margin-top: 36px;
  margin-bottom: 48px;
  -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;
}

.footer_logo_holder.donate {
  display: none;
}

.txt_copyright {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.39);
  font-size: 12px;
  letter-spacing: 1px;
}

.services_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  padding-top: 0px;
  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-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #33b0a6;
}

.separator {
  width: 2%;
}

.overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #1c252d;
  background-image: url('../images/top.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.tiny_txt_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.all_wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  -webkit-filter: none;
  filter: none;
}

.qr_wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -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;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
}

.qr_holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 450px;
  padding-top: 26px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 9px 20px 6px rgba(0, 0, 0, 0.17);
}

.close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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-top-right-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.close:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.img_close_qr {
  position: absolute;
  z-index: 3;
  border-radius: 0px;
}

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

.bottom-dbl_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt_donate {
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 7px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 185, 171, 0.5);
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-decoration: none;
}

.txt_donate:hover {
  padding: 6px 24px 7px;
  border-radius: 7px;
  background-color: #0ba093;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  height: 120%;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  height: 100%;
  opacity: 0.78;
  white-space: normal;
}

.txt_donation {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.txt_donation.normal {
  margin-top: 20px;
  margin-bottom: 24px;
  color: #0da094;
  font-weight: 400;
}

.img_btc {
  width: 30px;
  margin-bottom: 17px;
}

.tiny_txt_ico_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 170px;
  margin-bottom: 8px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tiny_txt_ico_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img_ico_light {
  margin-bottom: 28px;
}

.ico_dbl_holder_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 38px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ico_dbl_holder_5.mid {
  width: 18%;
}

.ico_dbl_holder_5.mid.change_icon {
  background-color: transparent;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 2px;
  -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;
}

.st_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 255px;
  -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;
}

.st_bottom_message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 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;
  -webkit-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  font-family: Lato, sans-serif;
  color: #5e686e;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.9px;
  text-decoration: none;
  cursor: pointer;
}

.st_bottom_message:hover {
  color: #61bead;
  text-decoration: underline;
}

.st_htp_input_field {
  width: 271px;
  height: 33px;
  margin-right: 12px;
  margin-bottom: 0px;
  border: 1px solid #4b5659;
  border-radius: 3px;
  background-color: #4b5659;
  font-family: Lato, sans-serif;
  color: #bad5d6;
  letter-spacing: 0.7px;
}

.st_htp_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-right: 11px;
  padding-left: 11px;
  -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;
}

.st_prompt {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #5e686e;
  font-size: 10px;
  letter-spacing: 11px;
  text-transform: uppercase;
}

.content_holder_special {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body_login {
  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;
  background-color: #1f2325;
}

.submit_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 33px;
  padding: 6px 0px 9px;
  -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 #30514e;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 180ms ease-out;
  transition: all 180ms ease-out;
  font-family: Lato, sans-serif;
  color: #727f87;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit_btn:hover {
  border-color: #25948a;
  background-color: #25948a;
  color: #fff;
}

.text-block {
  text-decoration: none;
}

.img_logo_footer2 {
  width: 70px;
}

.img_logo2 {
  position: relative;
  z-index: 2;
  width: 160px;
  margin-top: 94px;
  padding-bottom: 0px;
}

.nt_logo {
  width: 70px;
}

.pdf_image {
  width: 288px;
  max-width: none;
}

.txt_download {
  margin-top: 20px;
  opacity: 0;
  font-family: Lato, sans-serif;
  color: #141a1e;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.pdf_download_holder {
  position: relative;
}

.pdf_icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

._1100-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-s2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 8vh;
  padding-bottom: 8vh;
  -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;
  background-color: #33b0a6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33b0a6), to(#fff));
  background-image: linear-gradient(180deg, #33b0a6, #fff);
}

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

.txt-s2 {
  font-family: Lato, sans-serif;
}

.txt-title {
  font-family: Lato, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}

.s2-stripie {
  width: 130px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #11b9ab;
}

.s2-box-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #f7fffe;
  border-radius: 10px;
  background-color: #d1fffb;
  box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.09);
}

.s2-box-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #f7fffe;
  border-radius: 10px;
  background-color: #d1fffb;
  box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.09);
}

.s2-box-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #f7fffe;
  border-radius: 10px;
  background-color: #d1fffb;
  box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.09);
}

.txt-approach-title {
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.wrapper-roadmap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 8vh;
  padding-bottom: 8vh;
  -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;
  background-color: #fff;
}

.wrapper-roadmap.white {
  padding-top: 7vh;
  background-color: #f0f0f0;
}

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

.roadmap-1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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-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;
}

.image-8 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

._1100_holder-roadmap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: none;
  min-width: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

._1100_holder-roadmap.stripes {
  height: 100%;
  padding-right: 30px;
  -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;
  line-height: 35px;
}

._1100_holder-roadmap.services {
  width: 1130px;
}

.image-9 {
  margin-top: 10px;
}

.image-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tiny_txt_ico_wrapper-s2 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.key-features_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.key-features_holder.top {
  width: 30%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.key-features-sub {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.about-us-sub {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.grid-2 {
  width: 100%;
  margin-top: 19px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 91px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-holder {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-11 {
  width: 100%;
}

.avatar-img {
  width: 100px;
}

.team-name {
  margin-top: 20px;
  color: #17b8a9;
  font-size: 16px;
  font-weight: 700;
}

.team-description {
  font-size: 12px;
}

.team-title {
  font-weight: 700;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.roadmap_holder.top {
  width: 30%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pdf_image_onepager {
  width: 288px;
  max-width: none;
}

.pdf_icon_onepager {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-filter: hue-rotate(285deg);
  filter: hue-rotate(285deg);
}

.pdf_download_holder_onepager {
  position: relative;
}

.stripie-2 {
  width: 130px;
  height: 5px;
  margin-top: 25px;
  background-color: #11b9ab;
}

.grid-3 {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .hero {
    height: 47vh;
  }

  .st_bottom_message {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    color: #5e6e6d;
  }

  .st_bottom_message:hover {
    color: #61bead;
    text-decoration: underline;
  }

  .st_htp_input_field {
    font-family: Lato, sans-serif;
    color: #bad5d6;
    letter-spacing: 0.7px;
  }

  .submit_btn:hover {
    border-color: #25948a;
    background-color: #25948a;
  }

  .img_logo_footer2 {
    width: 70px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    position: relative;
    height: 500px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: 50% 120%;
  }

  .top_bar {
    z-index: 10;
    height: 50px;
    margin-bottom: 81px;
  }

  .her_txt_wrapper {
    width: auto;
    margin-bottom: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -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;
  }

  .head_holder.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-bottom: 18px;
  }

  .hero_txt_holder {
    width: auto;
  }

  .txt_head {
    font-size: 25px;
    letter-spacing: 0.6px;
  }

  .txt_head.white {
    letter-spacing: 1px;
  }

  .txt_head.small.white {
    font-size: 20px;
  }

  .txt_top {
    margin-top: 32px;
    color: #a9c9d8;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
  }

  .stripie {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .wrapper {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .wrapper.white {
    padding-top: 40px;
  }

  ._1100_holder {
    width: 100%;
    min-width: auto;
    padding-right: 60px;
    padding-left: 60px;
  }

  ._1100_holder.stripes {
    width: 100%;
    padding-right: 48px;
    padding-left: 48px;
    -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;
  }

  ._1100_holder.stripes.light {
    padding-top: 13px;
  }

  ._1100_holder.approach {
    margin-bottom: 20px;
  }

  ._1100_holder.services {
    width: 100%;
  }

  .txt_subhead {
    margin-top: 45px;
    margin-bottom: 30px;
    padding: 6px 10px 9px;
    font-size: 20px;
  }

  .tiny_txt_holder {
    margin-bottom: 14px;
  }

  .txt_tiny {
    background-color: transparent;
    line-height: 19px;
    text-align: left;
  }

  .txt_tiny.ico {
    display: block;
    text-align: center;
  }

  .our_approach_wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    background-color: #131b21;
  }

  .approach_icons_wrapper {
    max-width: none;
    margin-top: 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;
  }

  .approach_icons-holder {
    width: 50%;
    max-width: 250px;
    margin-bottom: 40px;
  }

  .txt_approach {
    max-width: none;
    margin-top: 15px;
  }

  .txt_approach._2liner {
    margin-top: 11px;
    margin-bottom: 19px;
  }

  .txt_approach.plus {
    margin-top: 11px;
  }

  .txt_approach.last {
    margin-top: 7px;
  }

  .txt_stripes {
    max-width: 780px;
    margin-bottom: 60px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.7px;
  }

  .txt_stripes.longer {
    max-width: 500px;
    margin-bottom: 39px;
  }

  .txt_sub {
    margin-bottom: 57px;
    background-color: transparent;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }

  .yt-wrapper {
    height: auto;
    padding-top: 0px;
  }

  .services_double_holder {
    margin-top: 60px;
    padding-right: 32px;
    padding-left: 32px;
    -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;
  }

  .services_l_r {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 10px;
  }

  .ico-cloud {
    margin-bottom: 10px;
  }

  .cloud_txt_holder {
    width: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 7px;
    padding-right: 30px;
    padding-left: 18px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .media_double_holder {
    margin-top: 60px;
    -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;
  }

  .media_l_r {
    width: auto;
    margin-bottom: 56px;
  }

  .media_l_r.middle {
    margin-left: 20px;
  }

  .img_laptop {
    width: auto;
    margin-bottom: 30px;
  }

  .laptop_holder {
    width: 400px;
    margin-bottom: -34px;
  }

  .ipad_holder {
    margin-bottom: -15px;
  }

  .img_yt {
    left: 39%;
  }

  .navig_dtp {
    display: none;
    width: 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;
    background-color: transparent;
  }

  .navig_dtp_holder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -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;
    -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;
    background-color: transparent;
  }

  .navig_dtp_items {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    background-color: #11b9ab;
  }

  .navig_dtp_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 21px;
    margin-bottom: 21px;
    -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: transparent;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .navig_dtp_button.w--current {
    color: hsla(0, 0%, 100%, 0.6);
  }

  .menu-button-2 {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-right: -18px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
  }

  .menu-button-2:hover {
    background-color: #11b9ab;
  }

  .menu-button-2.w--open {
    background-color: #11b9ab;
  }

  .ico_dbl_holder {
    width: 100%;
    margin-top: 20px;
    padding-right: 90px;
    padding-left: 90px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .logo_trigger {
    display: none;
  }

  .hamburger {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .hamburger-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    background-color: transparent;
  }

  .nav-menu-2 {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #151e23;
  }

  .nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .nav-link-2:hover {
    background-color: #11b9ab;
  }

  .nav-link-2.w--current {
    color: hsla(0, 0%, 100%, 0.6);
  }

  .hamburger_button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 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;
    background-color: #11b9ab;
    color: #fff;
  }

  .hamburger_button.w--open {
    width: 50px;
    height: 50px;
    padding-top: 0px;
    padding-left: 0px;
    background-color: #11b9ab;
  }

  .img_hamburger {
    width: 35px;
    height: 35px;
    margin-top: 8px;
    margin-left: 8px;
    padding-top: 0px;
  }

  .footer_logo_holder {
    margin-top: 31px;
  }

  .services_header {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bottom-dbl_holder {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tiny_txt_ico_holder {
    margin-bottom: 14px;
  }

  .tiny_txt_ico_wrapper {
    margin-bottom: 10px;
    -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;
  }

  .ico_dbl_holder_5 {
    width: 100%;
    margin-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .ico_dbl_holder_5.mid {
    width: auto;
  }

  .st_logo {
    width: 255px;
  }

  .img_logo_footer2 {
    width: 70px;
  }

  .img_logo2 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 800px;
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 40px;
  }

  .pdf_image {
    width: 350px;
  }

  ._1100-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrapper-s2 {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .s2-stripie {
    margin-top: 15px;
  }

  .wrapper-roadmap {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .wrapper-roadmap.white {
    padding-top: 40px;
  }

  .roadmap-1-wrapper {
    width: 70%;
  }

  ._1100_holder-roadmap {
    width: 100%;
    min-width: auto;
    padding-right: 60px;
    padding-left: 60px;
  }

  ._1100_holder-roadmap.stripes {
    width: 100%;
    padding-right: 48px;
    padding-left: 48px;
    -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;
  }

  ._1100_holder-roadmap.stripes.light {
    padding-top: 13px;
  }

  ._1100_holder-roadmap.approach {
    margin-bottom: 20px;
  }

  ._1100_holder-roadmap.services {
    width: 100%;
  }

  .tiny_txt_ico_wrapper-s2 {
    margin-bottom: 10px;
    -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;
  }

  .key-features_holder.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-bottom: 18px;
  }

  .roadmap_holder.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-bottom: 18px;
  }

  .pdf_image_onepager {
    width: 350px;
  }

  .stripie-2 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
  }

  .top_bar {
    height: 50px;
    margin-bottom: 0px;
  }

  .her_txt_wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .head_holder.top {
    margin-top: 10px;
  }

  .txt_head {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.3px;
  }

  .txt_head.small {
    font-size: 22px;
  }

  .txt_head.small.white {
    font-size: 18px;
  }

  .txt_top {
    margin-top: 35px;
    margin-bottom: 45px;
    line-height: 20px;
  }

  .stripie.approach {
    margin-top: 15px;
  }

  .wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .wrapper.white {
    padding-bottom: 0px;
  }

  ._1100_holder {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tiny_txt_holder {
    margin-bottom: 12px;
  }

  .approach_icons_wrapper {
    max-width: none;
  }

  .approach_icons-holder {
    padding-right: 10px;
    padding-left: 10px;
  }

  .txt_sub {
    margin-bottom: 45px;
    line-height: 25px;
  }

  .stripe_light {
    margin-bottom: 20px;
  }

  .services_double_holder {
    margin-bottom: 30px;
  }

  .ico-cloud {
    width: 60px;
    margin-bottom: 3px;
  }

  .cloud_txt_holder {
    margin-top: 0px;
  }

  .navig_dtp {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .navig_dtp_holder {
    width: 100%;
    height: auto;
  }

  .menu-button-2 {
    margin-right: -18px;
  }

  .menu-button-2:hover {
    background-color: transparent;
    color: #11b9ab;
  }

  .ico_dbl_holder {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hamburger {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .hamburger-container {
    width: 100%;
    height: 50px;
  }

  .hamburger_button {
    padding-top: 0px;
    padding-left: 0px;
  }

  .services_header {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .qr_wrapper {
    display: none;
  }

  .qr_holder {
    width: auto;
    height: auto;
    padding: 15px 20px 27px;
  }

  .bottom-dbl_holder {
    width: 100%;
  }

  .img_qr {
    width: 220px;
  }

  .txt_donation.normal {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .img_btc {
    margin-bottom: 9px;
  }

  .ico_dbl_holder_5 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .img_logo_footer2 {
    width: 70px;
  }

  .img_logo2 {
    position: static;
    top: 23%;
    right: 6%;
    width: 1500px;
    margin-top: -30px;
    padding-right: 40px;
  }

  ._1100-wrapper {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .wrapper-s2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

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

  .wrapper-roadmap {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .wrapper-roadmap.white {
    padding-bottom: 0px;
  }

  .roadmap-1-wrapper {
    width: 100%;
  }

  ._1100_holder-roadmap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .key-features_holder.top {
    margin-top: 10px;
  }

  .key-features-sub {
    padding-bottom: 20px;
  }

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

  .team-description {
    margin-bottom: 40px;
  }

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

  .roadmap_holder.top {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .her_txt_wrapper {
    margin-top: 10px;
  }

  .hero_txt_holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .txt_head {
    font-size: 21px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0px;
  }

  .txt_head.white {
    position: static;
    font-weight: 300;
    text-align: center;
  }

  .txt_head.small {
    font-size: 20px;
    line-height: 25px;
  }

  .txt_head.small.white {
    font-size: 17px;
    letter-spacing: 0.7px;
  }

  .txt_top {
    font-size: 12px;
    line-height: 20px;
  }

  .stripie {
    width: 100px;
    height: 3px;
    margin-top: 13px;
    text-align: left;
  }

  .wrapper {
    position: relative;
    padding-top: 40px;
  }

  ._1100_holder {
    padding-right: 25px;
    padding-left: 25px;
  }

  ._1100_holder.stripes {
    height: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

  .txt_subhead {
    font-size: 17px;
    line-height: 22px;
  }

  .txt_tiny {
    line-height: 17px;
  }

  .txt_tiny.light {
    line-height: 14px;
  }

  .txt_tiny.ico {
    font-weight: 400;
  }

  .approach_icons_wrapper {
    max-width: none;
  }

  .txt_approach {
    line-height: 20px;
  }

  .stripe_dark {
    background-position: 30% 50%;
  }

  .txt_stripes {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
  }

  .txt_stripes.longer {
    margin-bottom: 29px;
    padding-right: 0px;
    text-align: center;
  }

  .txt_sub {
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
  }

  .stripe_light {
    margin-bottom: 0px;
    background-position: 80% 50%;
  }

  .yt_holder {
    width: 110px;
  }

  .services_double_holder {
    margin-top: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ico-cloud {
    margin-bottom: 10px;
  }

  .cloud_txt_holder {
    width: auto;
  }

  .media_l_r.middle {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .laptop_holder {
    width: 300px;
  }

  .ipad_holder {
    width: 350px;
  }

  .img_pointer {
    display: none;
  }

  .img_yt {
    display: none;
  }

  .navig_dtp_button {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .ico_dbl_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(17, 185, 171, 0.29);
    background-color: transparent;
    color: #acd1ce;
  }

  .hamburger_button {
    margin-right: -1px;
  }

  .hamburger_button.w--open {
    padding-top: 0px;
  }

  .footer_logo_holder {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 35px;
  }

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

  .all_wrapper {
    overflow: visible;
  }

  .qr_wrapper {
    display: none;
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .qr_holder {
    width: auto;
    height: auto;
    padding: 10px 15px 20px;
  }

  .bottom-dbl_holder {
    width: 100%;
  }

  .img_qr {
    width: 200px;
  }

  .txt_donation {
    margin-top: -2px;
    font-size: 13px;
  }

  .txt_donation.normal {
    font-size: 11px;
    letter-spacing: 0px;
  }

  .img_btc {
    width: 25px;
    margin-bottom: 10px;
  }

  .tiny_txt_ico_holder {
    margin-bottom: 50px;
  }

  .img_ico_light {
    margin-bottom: 15px;
  }

  .ico_dbl_holder_5 {
    margin-bottom: 0px;
    -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;
  }

  .ico_dbl_holder_5.mid {
    margin-bottom: 0px;
  }

  .st_htp_input_field {
    width: 180px;
  }

  .st_prompt {
    font-size: 10px;
    letter-spacing: 6px;
  }

  .content_holder_special {
    height: 280px;
  }

  .submit_btn {
    width: 67px;
  }

  .img_logo_footer2 {
    width: 70px;
  }

  .img_logo2 {
    width: 100%;
    margin-top: 18px;
    padding-right: 0px;
  }

  .pdf_image {
    width: 270px;
  }

  ._1100-wrapper {
    width: 100%;
    margin-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-s2 {
    position: relative;
    padding-top: 40px;
  }

  .s2-stripie {
    width: 100px;
    height: 3px;
    margin-top: 13px;
    text-align: left;
  }

  .wrapper-roadmap {
    position: relative;
    padding-top: 40px;
  }

  ._1100_holder-roadmap {
    padding-right: 25px;
    padding-left: 25px;
  }

  ._1100_holder-roadmap.stripes {
    height: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

  .pdf_image_onepager {
    width: 270px;
  }

  .stripie-2 {
    width: 100px;
    height: 3px;
    margin-top: 13px;
  }
}

#w-node-_6ae38594-3fb6-69d0-fc95-61fb6db8f4d8-4d938378 {
  -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-_2da7977f-6649-b3a9-b7f6-8503f82517d7-4d938378 {
  -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-b9be25dd-6f9c-bd39-e8a1-0c9d9ba686fb-4d938378 {
  -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-af0e4e11-455c-2cc8-d478-d8ecc8b2cbb4-4d938378 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-df5d9dc6-0390-5418-e90c-4c1534a3fb21-4d938378 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_374e5094-08e7-3672-7da5-a0e3407cef2b-4d938378 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a12530b6-8709-5675-f9cb-143252980c70-4d938378 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}