@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --background-a: black;
  --paragraphs: #616d7e;
  --heading: white;
  --accent-a1: #3183ff;
  --link: #d8dfe9cc;
  --accent-a2: #0751bf;
  --cst-blue: #07224d;
  --dark-slate-blue: #073d83;
  --background-b1: #1d2838;
  --customwhite: #adadad;
  --background-b2: #1d283880;
  --background-b3: #1d283840;
  --border: #182233;
  --customwhite-2: #e8f0fe;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
  --green: #0bac6b;
  --red: #d62828;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--background-a);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Inter;
  font-size: 18px;
  line-height: 180%;
  display: flex;
}

h1 {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 80px;
  font-weight: 500;
  line-height: 106%;
}

h2 {
  color: var(--heading);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 66px;
  font-weight: 500;
  line-height: 106%;
}

h3 {
  color: var(--heading);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 52px;
  font-weight: 500;
  line-height: 110%;
}

h4 {
  color: var(--heading);
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 500;
  line-height: 115%;
  display: block;
}

h5 {
  color: var(--heading);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  color: var(--heading);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 32px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
}

strong {
  color: var(--heading);
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 2px solid var(--accent-a1);
  color: var(--heading);
  margin-bottom: 32px;
  margin-left: 18px;
  padding: 0 24px;
  font-size: 20px;
  font-style: italic;
  line-height: 175%;
}

figure {
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  text-align: center;
  font-size: 16px;
  line-height: 160%;
}

.link-underlined {
  border-bottom: 1px solid var(--link);
  color: var(--link);
  line-height: 150%;
  text-decoration: none;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.link-underlined:hover {
  border-bottom-color: var(--accent-a1);
  color: var(--heading);
}

.navbar {
  z-index: 99;
  border-bottom: 1px none var(--background-a);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar._3 {
  display: none;
}

.grid-navbar {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
}

.nav {
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.nav.right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #006aff;
  border: 0 #000;
  justify-content: flex-end;
}

.logo {
  height: 48px;
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.brand:hover {
  transform: scale(.94);
}

.brand.w--current {
  flex: 0 auto;
  padding-left: 0;
}

.nav-link {
  color: #d8dfe9;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.nav-link:hover {
  color: var(--heading);
}

.nav-link.w--current {
  color: var(--heading);
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 400;
}

.nav-link.w--current:hover {
  color: var(--heading);
}

.nav-link.w--current:visited {
  color: var(--accent-a1);
  font-weight: 500;
}

.nav-link.navmenuhover {
  text-transform: capitalize;
}

.nav-link.navmenuhover.edexa-labs-menu {
  text-transform: none;
}

.nav-link.navmenuhover.d-none {
  display: none;
}

.nav-button {
  background-color: var(--accent-a2);
  color: var(--heading);
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 15px;
  padding: 10px 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.nav-button:hover {
  background-color: #005397;
  transform: scale(.94);
}

.nav-button.btnlayoutnew {
  color: #e8f0fe;
  -webkit-text-fill-color: inherit;
  background-color: #007de4;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 400;
}

.section-hero {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Red-and-Black-Futuristic-Gaming-Channel-YouTube-Intro-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 120px 40px 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.section-hero.rp-120 {
  background-color: #04040a;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.section-hero.rp-120.section-about-page {
  background-image: linear-gradient(#00000080, #00000080), url('../images/squere.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
}

.section-hero.banner-edexa-wormhole {
  padding-top: 0;
}

.section-hero.banner-edexa-wormhole.banner-edexa-wormhole-map {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section-hero.banner-edexa-wormhole.banner-edexa-wormhole-map.banner-edexa-wormhole-map-custom {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/edeXa.network-background-pic-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-hero.section-hero-edexa-labs.section-hero-labs {
  background-image: linear-gradient(#0009, #0009), url('../images/Transactions.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-hero.section-hero-edexa-labs.section-hero-labs.newedexa-labs {
  background-image: linear-gradient(#0009, #0009), url('../images/Master-channel.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  display: none;
  position: relative;
}

.section-hero.section-hero-technology, .section-hero.section-blog {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section-hero.section-contect {
  background-image: linear-gradient(#0000004d, #0000004d);
  background-position: 0 0;
  height: auto;
}

.section-hero.section-news {
  color: var(--paragraphs);
  background-image: linear-gradient(#00000029, #00000029), url('../images/News-Page-edeXa.network-.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-hero.section-mainnet {
  display: flex;
}

.section-hero.section-mainnet.section-hero-mainnet {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  position: relative;
}

.section-hero.section-text {
  background-image: none;
  background-position: 0 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-hero.section-hero-lab-cst {
  background-image: none;
  position: relative;
}

.section-hero.section-hero-press-kit {
  background-image: linear-gradient(45deg, var(--cst-blue), #1d62c5 46%, var(--dark-slate-blue));
  height: 70vh;
}

.section-hero.section-hero-partnership-progam {
  background-image: linear-gradient(45deg, var(--cst-blue), var(--accent-a1) 38%, var(--cst-blue));
  height: 100vh;
}

.section-hero.remobe-bg-image {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section-hero.bounty-program {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.glow-bottom {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Rectangle-141.png');
  background-position: 50% 100%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 570px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 172%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: center;
  display: none;
}

.nav-menu {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.block-hero {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.block-hero.bh-100 {
  width: 100%;
}

.block-hero.block-hero-contact {
  justify-content: center;
  align-items: center;
}

.block-hero.community-banner {
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  height: 100vh;
}

.block-hero.block-hero-text-center {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
}

.heading-hero {
  max-width: 971px;
  margin-bottom: 20px;
  font-size: 170px;
  line-height: 103%;
}

.paragraph-large {
  border-left: 5px solid var(--accent-a1);
  color: #fff;
  text-align: left;
  max-width: 920px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-large.paragraph-large-custom {
  color: var(--customwhite);
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-large.pg-padding {
  padding-bottom: 10px;
}

.button {
  background-color: var(--accent-a1);
  background-image: linear-gradient(150deg, transparent, var(--accent-a2));
  color: var(--heading);
  text-align: center;
  border-radius: 15px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 1.4;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  background-color: var(--accent-a2);
  transform: scale(.94);
}

.button.small {
  border-radius: 12px;
  padding: 10px 26px;
  font-size: 16px;
}

.figure-a-hero {
  perspective: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: 40px;
  display: flex;
}

.figure-a1 {
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  opacity: .5;
  filter: blur(5px);
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate3d(0, 0, 4vh);
}

.figure-a2 {
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  transform-style: preserve-3d;
  width: 90%;
  height: 90%;
  position: absolute;
  transform: translate3d(0, 0, -13vh);
}

.figure-a3 {
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  opacity: .5;
  filter: blur(20px);
  transform-style: preserve-3d;
  width: 60%;
  height: 70%;
  position: absolute;
  transform: translate3d(0, 0, -34vh);
}

.figure-block-a-hero {
  perspective: 1300px;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  transform: rotateX(46deg)rotateY(17deg)rotateZ(-3deg);
}

.shadow-navbar {
  background-image: linear-gradient(to bottom, var(--background-a), transparent);
  opacity: 0;
  object-fit: contain;
  flex: 0 auto;
  height: 160%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.section {
  z-index: 50;
  -webkit-text-fill-color: inherit;
  background-color: #04040a;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.section.footer {
  background-image: none;
  margin-top: auto;
  padding-bottom: 20px;
}

.section.banner {
  padding-bottom: 40px;
}

.section.overflow {
  overflow: visible;
}

.section.imagebgsection {
  background-color: #04040a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.section.homebanner {
  background-color: #04040a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.section-top-mg {
  background-color: #000;
}

.section.sp-30 {
  background-image: linear-gradient(#000c, #000c), url('../images/Community.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 120px;
}

.section.sp-30.section-full {
  height: 100vh;
}

.section.hide-built-by, .section.hide-section {
  display: none;
}

.section.hide-staking, .section.d-none {
  display: none;
  overflow: hidden;
}

.section.slider-section {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  background-size: auto;
  position: static;
}

.section.slider-section.secion-slider-remove-padding {
  padding-top: 0;
}

.section.section-new-bg {
  background-color: #04040a;
  padding-top: 80px;
}

.section.section-first {
  padding-top: 20px;
  display: none;
}

.section.section-relative {
  position: relative;
}

.section.section-welcome-edexa-labs {
  padding-top: 100px;
  display: flex;
  position: relative;
}

.section.section-boder {
  border-top: 1px solid var(--heading);
}

.section.section-top {
  padding-top: 80px;
}

.section.section-remove-top-margin {
  padding-top: 0;
}

.content {
  opacity: 1;
  transform-style: preserve-3d;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.content:hover {
  transform: scale3d(1none, 1none, 1none);
}

.content.hero {
  z-index: 11;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 160px;
  margin-bottom: 140px;
  position: relative;
}

.content.single-page {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 8vh;
  margin-bottom: 40px;
}

.content.single-page.about-banner-bg {
  background-color: #0000;
}

.content.narrow {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 720px;
  display: block;
}

.content.single-page.remove-bg-color {
  background-color: #0000;
}

.content.single-page.single-page-content {
  margin-top: 40px;
}

.content.single-sustainability {
  margin-top: 14vh;
  margin-bottom: 0;
}

.content.bggradient {
  background-image: url('../images/edeXa.network-Sustainability1.png'), linear-gradient(140deg, #1d283880, #1d283840);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 9px;
}

.content.bannercontentleft {
  background-color: #0000;
  align-items: flex-start;
  margin-top: 14vh;
  margin-bottom: 120px;
}

.content.bannercontentleft.bannarcontentdemo {
  z-index: 9999;
  flex: 1;
  align-items: center;
  height: 0;
  margin-top: 8vh;
  margin-bottom: 0;
  position: relative;
}

.content.main-title {
  margin-top: 100px;
  margin-bottom: 0;
}

.content.innercontent {
  background-color: var(--background-a);
  border-radius: 4px;
  align-items: flex-start;
  max-width: 900px;
  padding: 40px;
}

.content.allpostcontent {
  margin-top: 0;
}

.content.bgcontent {
  background-color: #0000;
  background-image: none;
  border-radius: 5px;
}

.content.remove-bg, .content.content-edexa-labes {
  background-color: #0000;
}

.content.content-border {
  border-top: 1px solid var(--customwhite);
}

.heading {
  letter-spacing: -.125px;
  width: auto;
  max-width: 940px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 900;
  line-height: .9;
}

.heading.dev-20 {
  margin-bottom: 20px;
}

.heading.heading-validator {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
}

.heading.sustainability-heading {
  letter-spacing: -.1px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.block-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.block-heading.block-heading-news {
  margin-bottom: 30px;
}

.subtitle {
  clear: left;
  border: 2px solid var(--background-b1);
  color: var(--accent-a1);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
  display: none;
}

.subtitle.subtitlebottom {
  font-size: 11px;
}

.subtitle.d-none {
  border-color: var(--dark-slate-blue);
  display: none;
}

.grid-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
}

.feature {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.icon-feature {
  width: 30px;
  height: 30px;
}

.icon-feature-bg {
  background-image: linear-gradient(140deg, #07224d, var(--background-b2));
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.grid-right {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  width: 100%;
}

.block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.block:hover {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.block.blockboxsustainability-right.fourboxsustainability-blog-sm {
  align-items: flex-start;
}

.grid-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  width: 100%;
}

.grid-left.gridcenter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-stats {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-stats.gridstatsboxsustainability {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.stats {
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 42px 60px;
  display: flex;
}

.stats.lighter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(140deg, var(--background-b1), var(--background-b2));
  text-align: left;
  border-radius: 5px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.stats.lighter.custstartleft {
  background-image: linear-gradient(140deg, var(--background-b1), var(--background-b2));
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.stats.lighter.open-zeppelin {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.stats.boxtstarsustainability, .stats.custstartright {
  border-radius: 5px;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-stats {
  object-fit: fill;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.heading-stats.boxstartheading {
  font-size: 36px;
  font-weight: 900;
}

.text-stats {
  color: var(--customwhite);
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.grid-clients {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-top: 10px;
}

.client {
  cursor: pointer;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.logo-client {
  z-index: 10;
  cursor: pointer;
  width: auto;
  height: auto;
  max-height: none;
  position: relative;
}

.logo-client.ourprojectlogo {
  width: 160px;
  height: 40px;
}

.logo-client.customclientlogo {
  max-height: none;
}

.bg-client {
  background-image: linear-gradient(140deg, var(--background-b1), var(--background-b2));
  box-shadow: 0 0 20px 0 var(--dark-slate-blue);
  opacity: .5;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.block-right {
  flex-direction: column;
  align-items: center;
  padding-left: 0%;
  display: flex;
}

.block-right.bg-position {
  position: absolute;
  inset: auto 0% 25% auto;
}

.collection-list-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 70px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: start stretch;
  display: grid;
}

.collection-list.medium-container {
  grid-column-gap: 25px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-grid;
}

.block-blog {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.date-blog {
  color: var(--heading);
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.4;
}

.date-blog.large {
  color: var(--heading);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
  display: flex;
}

.date-blog.date-blog-custom {
  color: var(--paragraphs);
}

.link-heading-blog {
  flex-direction: column;
  padding-left: 0%;
  padding-right: 0%;
  text-decoration: none;
  display: flex;
}

.heading-blog {
  color: var(--accent-a1);
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.4;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.heading-blog:hover {
  color: var(--accent-a1);
}

.heading-blog.custom-heading-blog {
  margin-bottom: 10px;
  font-size: 16px;
}

.collection-item {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--cst-blue), #1d283880);
  box-shadow: 1px 1px 20px 0 var(--dark-slate-blue);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-image-blog {
  background-color: #0000;
  border-radius: 30px;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-blog {
  z-index: 10;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  transition: transform .5s;
  position: relative;
}

.image-blog:hover {
  transform: scale(1.1);
}

.bg-blog {
  background-image: linear-gradient(140deg, var(--background-b1), var(--background-b2));
  opacity: .5;
  border-radius: 15px;
  position: absolute;
  inset: 0%;
}

.empty-state {
  background-color: #0000;
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  text-align: center;
  border: 1px #000;
  border-radius: 15px;
  padding: 20px 35px;
}

.text-empty {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.grid-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  width: 100%;
}

.grid-footer.gridfooter-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-columns: .5fr 2fr .5fr;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.grid-footer.grid-footer-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: stretch;
  place-items: stretch stretch;
  display: flex;
}

.block-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-footer.blockfootermenu {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.block-footer.blockfootermenu.bf-menu {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
}

.logo-footer {
  height: 40px;
  margin-bottom: 0;
}

.paragraph-footer {
  color: var(--customwhite);
  max-width: 390px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-footer.pfooter {
  text-align: right;
  flex-direction: row;
  width: auto;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  display: block;
}

.heading-footer {
  color: var(--heading);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.link-footer {
  color: var(--heading);
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  color: var(--heading);
}

.link-footer.navmenuhover {
  color: var(--customwhite);
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
}

.link-footer.navmenuhover.d-none {
  display: none;
}

.footer-down {
  width: 100%;
  margin-top: 100px;
}

.link {
  color: var(--heading);
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline;
}

.link:hover {
  border-bottom-color: var(--accent-a1);
  color: var(--heading);
}

.group-banner {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--cst-blue), var(--background-b3));
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.glow-banner {
  z-index: 0;
  background-color: var(--accent-a1);
  opacity: .6;
  filter: blur(65px);
  border-radius: 100%;
  height: 260px;
  position: absolute;
  inset: -230px 10% auto;
}

.block-banner {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.heading-banner {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: .9;
}

.form-block-banner {
  background-image: linear-gradient(#101010, #101010);
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
}

.form-banner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-field {
  border: 1px none var(--border);
  color: var(--heading);
  background-color: #101010;
  border-radius: 15px;
  height: 57px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--accent-a1);
}

.text-field::placeholder {
  color: var(--paragraphs);
}

.text-field.contact-text-field {
  background-color: var(--background-b3);
  font-size: 16px;
}

.success-message {
  background-color: #0000;
  background-image: linear-gradient(140deg, var(--background-b1), transparent);
  border-radius: 15px;
  padding: 20px 30px;
}

.text-success {
  color: var(--heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.error-message {
  background-color: #0000;
  background-image: linear-gradient(140deg, #c7131633, #0000);
  border-radius: 15px;
  margin-top: 15px;
  padding: 20px 30px;
}

.text-error {
  color: #c71316;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.figure-b {
  perspective: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.figure-block-b {
  perspective: 1300px;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  transform: rotateX(-23deg)rotateY(49deg)rotateZ(5deg);
}

.figure-b1 {
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  opacity: .5;
  filter: blur(5px);
  transform-style: preserve-3d;
  width: 80%;
  height: 60%;
  position: absolute;
  transform: translate3d(0, 0, 10vh);
}

.figure-b2 {
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  transform-style: preserve-3d;
  width: 80%;
  height: 65%;
  position: absolute;
  transform: translate3d(0, 0, -3vh);
}

.figure-b3 {
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  opacity: .5;
  filter: blur(20px);
  transform-style: preserve-3d;
  width: 90%;
  height: 65%;
  position: absolute;
  transform: translate3d(0, 0, -21vh);
}

.figure-c {
  z-index: 2147483647;
  perspective: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
}

.figure-block-c {
  perspective: 1300px;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  transform: rotateX(49deg)rotateY(6deg)rotateZ(-34deg);
}

.figure-c1 {
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  opacity: .5;
  filter: blur(5px);
  transform-style: preserve-3d;
  width: 80%;
  height: 60%;
  position: absolute;
  transform: translate3d(0, 0, 10vh);
}

.figure-c2 {
  z-index: auto;
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  transform-style: preserve-3d;
  width: 80%;
  height: 65%;
  position: absolute;
  transform: translate3d(0, 0, -3vh);
}

.figure-c3 {
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  opacity: .5;
  filter: blur(20px);
  transform-style: preserve-3d;
  width: 90%;
  height: 65%;
  position: absolute;
  transform: translate3d(0, 0, -21vh);
}

.figure-d {
  perspective: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.figure-block-d {
  perspective: 1300px;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  transform: rotateX(43deg)rotateY(11deg)rotateZ(-26deg);
}

.figure-d1 {
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  opacity: .5;
  filter: blur(5px);
  transform-style: preserve-3d;
  width: 60%;
  height: 100%;
  position: absolute;
  transform: translate3d(0, 0, 10vh);
}

.figure-d2 {
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  transform-style: preserve-3d;
  width: 60%;
  height: 100%;
  position: absolute;
  transform: translate3d(0, 0, -3vh);
}

.figure-d3 {
  background-image: linear-gradient(220deg, #000c, transparent), linear-gradient(50deg, var(--accent-a1), transparent);
  opacity: .5;
  filter: blur(20px);
  transform-style: preserve-3d;
  width: 60%;
  height: 100%;
  position: absolute;
  transform: translate3d(0, 0, -21vh);
}

.heading-single-page {
  text-align: left;
  letter-spacing: -.1rem;
  text-transform: capitalize;
  max-width: 960px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: .9;
}

.heading-single-page.heading-single-page---h2 {
  color: var(--accent-a1);
  letter-spacing: -.125rem;
  font-size: 3rem;
}

.heading-single-page.community-header {
  text-transform: none;
  margin-bottom: 15px;
  line-height: 1.1;
}

.grid-technology {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.technology {
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 10%;
  display: flex;
}

.icon-technology {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
}

.form-block-contact {
  width: 100%;
  max-width: 650px;
  margin-bottom: 0;
}

.form-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.textarea {
  border: 1px solid var(--border);
  background-color: var(--background-b3);
  color: var(--heading);
  border-radius: 15px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 350px;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: var(--accent-a1);
}

.textarea::placeholder {
  color: var(--paragraphs);
}

.textarea.contact-text-field {
  font-size: 16px;
  line-height: 1.4;
}

.collection-list-wrapper-blog {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-blog {
  grid-column-gap: 30px;
  grid-row-gap: 110px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.collection-item-blog {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-blog-main {
  z-index: 10;
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.rich-text-block {
  color: var(--heading);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  display: flex;
}

.rich-text-block a {
  border-bottom: 1px solid var(--link);
  color: var(--link);
  line-height: 150%;
  text-decoration: none;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.rich-text-block a:hover {
  border-bottom-color: var(--accent-a1);
  color: var(--heading);
}

.rich-text-block.margin {
  margin-top: 0;
}

.grid-page-a {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  margin-bottom: 30px;
}

.grid-page-b {
  grid-column-gap: 27px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr .5fr;
  width: 100%;
  margin-bottom: 0;
}

.tasks {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #07224d, var(--background-b3));
  box-shadow: 0 0 20px 0 var(--accent-a1);
  text-align: left;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  padding: 30px 55px;
  display: flex;
}

.tasks-block {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.icon-tasks {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 16px;
}

.heading-tasks {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
}

.page-content {
  width: 100%;
  max-width: 760px;
  margin-top: 140px;
  margin-bottom: 140px;
  display: none;
}

.grid-team {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.team-member {
  border: 1px solid var(--accent-a1);
  cursor: pointer;
  background-color: #021324;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .8s;
  display: flex;
  position: relative;
}

.team-member:hover {
  transform: scale(1.05);
}

.image-member {
  filter: none;
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 15px;
  width: auto;
  max-width: 100%;
  height: 205px;
  padding-bottom: 0;
  display: inline-block;
  position: static;
  transform: none;
}

.image-member:hover {
  filter: none;
  transform: none;
}

.block-member {
  grid-column-gap: 3px;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.info-member {
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.name-member {
  margin-bottom: 6px;
}

.text-cart {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cart-button {
  color: var(--heading);
  background-color: #0000;
  border-radius: 15px;
  margin-right: 15px;
  padding: 6px 7px 6px 16px;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.cart-button:hover {
  background-color: var(--accent-a1);
  transform: scale(.94);
}

.cart-quantity {
  background-color: #0000;
  background-image: linear-gradient(140deg, var(--background-b1), var(--background-b2));
  color: var(--heading);
  text-align: center;
  border-radius: 20px;
  min-width: 33px;
  height: 33px;
  font-size: 14px;
  font-weight: 500;
  line-height: 230%;
}

.cart-wrapper {
  background-color: #000c;
}

.cart-container {
  background-color: var(--background-a);
  border-radius: 15px;
  box-shadow: 0 20px 340px #3183ff66;
}

.cart-header {
  border-bottom-style: none;
  border-bottom-color: var(--border);
  padding: 28px 34px;
}

.close-button {
  width: auto;
  height: auto;
  padding: 5px;
  line-height: 100%;
}

.icon-close {
  width: 24px;
  height: 24px;
}

.cart-footer {
  border-top-style: none;
  border-top-color: var(--border);
  padding: 24px 34px 34px;
}

.cart-list {
  padding: 18px 34px;
}

.image-cart-item {
  background-color: var(--background-b2);
  object-fit: cover;
  border-radius: 8px;
  height: auto;
}

.cart-item-name {
  color: var(--heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.cart-item-price {
  color: var(--paragraphs);
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-remove {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.remove-button {
  color: var(--accent-a1);
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
}

.remove-button:hover {
  color: var(--heading);
}

.cart-quantity-item {
  border-color: var(--border);
  background-color: var(--background-b3);
  color: var(--heading);
  border-radius: 8px;
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.cart-quantity-item:focus {
  border-color: var(--accent-a1);
}

.text-subtotal {
  color: var(--heading);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.border-ecommerce {
  background-image: linear-gradient(to right, transparent, var(--border) 25%, var(--border) 75%, transparent 104%);
  width: 100%;
  height: 1px;
}

.checkout-button {
  background-color: var(--accent-a1);
  background-image: linear-gradient(150deg, transparent, var(--accent-a2));
  color: var(--heading);
  text-align: center;
  border-radius: 15px;
  padding: 16px 35px;
  font-size: 18px;
  line-height: 140%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}

.checkout-button:hover {
  background-color: var(--accent-a2);
  transform: scale(.94);
}

.pay-with-browser {
  border-radius: 50px;
  height: 45px;
}

.apple-pay {
  height: 45px;
}

.web-payments {
  margin-bottom: 10px;
}

.cart-empty-state {
  text-align: center;
  flex-direction: column;
  padding: 70px 34px 84px;
}

.text-cart-empty {
  margin-bottom: 26px;
  line-height: 140%;
}

.cart-error-state {
  background-color: #0000;
  background-image: linear-gradient(140deg, #c7131633, #0000);
  border-radius: 15px;
  margin-bottom: 34px;
  margin-left: 34px;
  margin-right: 34px;
  padding: 20px 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 50px 20px;
  display: flex;
}

.utility-page-content {
  box-shadow: 0 0 200px -70px var(--accent-a1);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  padding: 50px 40px;
  transition: box-shadow .8s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.utility-page-content:hover {
  box-shadow: 0 0 320px -40px var(--accent-a1);
}

.utility-page-form {
  z-index: 20;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.collection-list-wrapper-categories {
  margin-top: 15px;
}

.collection-list-categories {
  background-image: linear-gradient(140deg, var(--background-b1), var(--background-b2));
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 8px;
}

.collection-item-categories {
  display: inline-block;
}

.button-category {
  color: var(--heading);
  text-align: center;
  background-color: #0000;
  border-radius: 12px;
  padding: 8px 28px;
  font-size: 16px;
  line-height: 140%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}

.button-category:hover {
  background-color: var(--accent-a2);
  transform: scale(.94);
}

.button-category.w--current {
  background-color: var(--accent-a1);
}

.button-category.w--current:hover {
  background-color: var(--accent-a2);
}

.collection-list-wrapper-shop {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-shop {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.collection-item-shop {
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 10px;
  display: flex;
}

.image-shop {
  width: 180px;
}

.heading-shop {
  color: var(--accent-a1);
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.2;
}

.price {
  color: var(--heading);
  letter-spacing: -1px;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.description-shop {
  color: var(--heading);
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
}

.button-outline {
  border: 2px solid var(--accent-a2);
  color: var(--heading);
  text-align: center;
  background-color: #0000;
  border-radius: 15px;
  padding: 14px 33px;
  font-size: 18px;
  line-height: 140%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}

.button-outline:hover {
  background-color: var(--accent-a2);
  transform: scale(.94);
}

.button-outline.small {
  border-radius: 12px;
  padding: 8px 24px;
  font-size: 16px;
}

.product-feature {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.check {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}

.text-product-feature {
  color: var(--heading);
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

.product-features-block {
  margin-bottom: 10px;
}

.grid-product {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 2.4fr 1fr;
  align-items: start;
  width: 100%;
}

.item-product {
  background-image: linear-gradient(140deg, var(--background-b1), var(--background-b2));
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 15px 12% 70px;
  display: flex;
}

.out-of-stock-state {
  border: 1px solid var(--border);
  background-color: #0000;
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  text-align: center;
  border-radius: 15px;
  padding: 20px 35px;
}

.default-state {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  margin-bottom: 0;
  display: grid;
}

.add-to-cart-button {
  background-color: var(--accent-a1);
  background-image: linear-gradient(150deg, transparent, var(--accent-a2));
  color: var(--heading);
  text-align: center;
  border-radius: 15px;
  padding: 16px 35px;
  font-size: 18px;
  line-height: 140%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}

.add-to-cart-button:hover {
  background-color: var(--accent-a2);
  transform: scale(.94);
}

.buy-now-button {
  background-color: var(--accent-a1);
  background-image: linear-gradient(150deg, transparent, var(--accent-a2));
  color: var(--heading);
  text-align: center;
  border-radius: 15px;
  margin-top: 0;
  padding: 16px 35px;
  font-size: 18px;
  line-height: 140%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}

.buy-now-button:hover {
  background-color: var(--accent-a2);
  transform: scale(.94);
}

.quantity {
  background-color: var(--background-b2);
  color: var(--heading);
  border-color: #273753;
  border-radius: 8px;
  width: 70px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.quantity:focus {
  border-color: var(--accent-a1);
}

.item-content {
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 65px 10% 50px;
  display: flex;
}

.ecommerce-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.ecommerce-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: start;
  width: 100%;
}

.ecommerce-contents {
  margin-right: 0;
}

.ecommerce-sidebar {
  top: 110px;
}

.block-header {
  background-color: #0000;
  border-style: none;
  padding-top: 26px;
  padding-left: 34px;
  padding-right: 34px;
}

.block-content {
  background-color: #0000;
  border: 1px #000;
  padding: 34px;
}

.customer-info, .shipping-address {
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  border-radius: 15px;
  margin-bottom: 25px;
}

.ecommerce-text-field {
  border: 1px solid var(--border);
  background-color: var(--background-b2);
  color: var(--heading);
  border-radius: 8px;
  height: 44px;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.ecommerce-text-field:focus, .ecommerce-text-field.-wfp-focus {
  border-color: var(--accent-a1);
}

.ecommerce-text-field::placeholder {
  color: var(--paragraphs);
}

.text-required {
  color: var(--paragraphs);
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

.field-label {
  color: var(--link);
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.checkbox {
  margin-top: 10px;
}

.shipping-method, .payment-info {
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  border-radius: 15px;
  margin-bottom: 25px;
}

.billing-address {
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 25px;
}

.order-items {
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  border-radius: 15px;
  margin-bottom: 20px;
}

.shipping-method-list {
  border: 1px #000;
  margin-top: -10px;
}

.shipping-method-block {
  background-color: #0000;
  background-image: linear-gradient(140deg, var(--background-b1), var(--background-b3));
  border-bottom-style: none;
  border-radius: 8px;
  margin-top: 10px;
  padding: 22px 25px;
}

.shipping-method-text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 140%;
}

.shipping-method-title {
  color: var(--heading);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.order-summary {
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  border-radius: 15px;
  margin-bottom: 25px;
}

.discounts {
  background-color: #0000;
  border-style: none;
  padding: 34px;
}

.apply-button {
  background-color: var(--accent-a1);
  background-image: linear-gradient(150deg, transparent, var(--accent-a2));
  color: var(--heading);
  text-align: center;
  border-radius: 8px;
  height: 44px;
  padding: 16px 35px;
  font-size: 18px;
  line-height: 140%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}

.apply-button:hover {
  background-color: var(--accent-a2);
  transform: scale(.94);
}

.space {
  background-image: linear-gradient(to right, transparent, var(--border) 25%, var(--border) 75%, transparent 104%);
  width: 100%;
  height: 1px;
  margin-top: 74px;
  margin-bottom: 74px;
}

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

.block-color {
  border: 1px solid var(--border);
  background-color: var(--background-a);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  padding: 20px;
  display: flex;
}

.block-color.border {
  background-color: var(--border);
}

.block-color.heading {
  background-color: var(--heading);
}

.block-color.background-b1 {
  background-color: var(--background-b1);
}

.block-color.background-b2 {
  background-color: var(--background-b2);
}

.block-color.background-b3 {
  background-color: var(--background-b3);
}

.block-color.link {
  background-color: var(--link);
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.accent-a1 {
  background-color: var(--accent-a1);
}

.block-color.accent-a2 {
  background-color: var(--accent-a2);
}

.text-color {
  color: var(--heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.text-color.dark {
  color: var(--background-a);
}

.hex-color {
  color: #ffffff80;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.hex-color.dark {
  color: #00000080;
}

.template-info {
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  border-radius: 15px;
  align-items: center;
  margin-bottom: 10px;
  padding: 24px 30px;
  display: flex;
}

.button-dark {
  background-color: var(--background-b1);
  color: var(--heading);
  text-align: center;
  border-radius: 15px;
  padding: 16px 35px;
  font-size: 18px;
  line-height: 140%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}

.button-dark:hover {
  background-color: var(--accent-a2);
  transform: scale(.94);
}

.button-dark.small {
  border-radius: 12px;
  padding: 10px 26px;
  font-size: 16px;
}

.grid-licensing {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
}

.licensing {
  background-image: linear-gradient(140deg, var(--background-b2), var(--background-b3));
  border-radius: 15px;
  width: 100%;
}

.template-font {
  margin-bottom: 0;
  margin-left: 25px;
}

.block-icon-licensing {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.icon-licensing-bg {
  background-image: linear-gradient(140deg, var(--background-b1), var(--background-b2));
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 18px;
  padding: 25px;
  display: inline-block;
}

.icon-licensing {
  width: 30px;
  height: 30px;
  display: block;
}

.grid-button-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template: "Area"
  / auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: flex-end center;
  display: flex;
}

.grid-button-nav:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.container {
  flex: 1;
  width: 100%;
  display: block;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-3 Area-2";
  margin-top: 20px;
}

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

.text-block-2, .text-block-3, .text-block-4 {
  color: #fff;
  font-size: 36px;
}

.image {
  position: static;
}

.image-2 {
  position: relative;
}

.body {
  background-color: #101010;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Lato, sans-serif;
}

.body.scrollvertical {
  background-color: #04040a;
  font-family: Roboto, sans-serif;
}

.image-3 {
  filter: blur(5px);
  transition: opacity .2s;
}

.paragraph {
  color: var(--heading);
}

.miantext-20 {
  color: var(--heading);
  text-align: center;
  flex-flow: row;
  place-content: stretch center;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
  overflow: visible;
}

.backgroundimage {
  z-index: -1;
  width: 100%;
  height: 1004px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
}

.circleline {
  z-index: 0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 1004px;
  position: absolute;
  inset: 0%;
}

.image-4 {
  z-index: 111;
  opacity: .62;
  filter: blur(8px);
  display: none;
  position: absolute;
  inset: 0% auto auto 10%;
  overflow: visible;
}

.image-5 {
  display: none;
  position: absolute;
  inset: auto 5% 67% auto;
}

.image-6 {
  display: none;
  position: absolute;
  inset: 61% auto auto 26%;
}

.image-7 {
  display: none;
  position: absolute;
  inset: auto auto 22% 2%;
}

.image-8 {
  filter: blur(10px);
  position: absolute;
  inset: auto 25% 10% auto;
}

.image-9 {
  display: none;
  position: absolute;
  inset: auto 38% 70% auto;
}

.image-10 {
  filter: blur(3px);
  display: none;
  position: absolute;
  inset: auto 8% 12% auto;
}

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

.btnmain {
  border: 1px solid var(--accent-a1);
  color: #e8f0fe;
  background-color: #0000;
  background-image: none;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: static;
}

.btnmain:hover {
  box-shadow: 0 0 20px 0 var(--accent-a1);
  color: #fff;
  background-color: #0000;
  transform: scale(.98);
}

.btnmain.btnlayoutnew:hover {
  padding: 10px 28px;
}

.btnmain.d-none {
  display: none;
}

.btnmain.btnemail {
  height: auto;
  margin-right: 0;
  font-size: 16px;
  line-height: 1.4;
}

.btnmain.hide-btnmain {
  display: none;
}

.btnmain.btnmain-padd-top {
  margin-top: 20px;
}

.btnmain.btnmain-padd-top.btn-hide {
  transform: translate(-1920px);
}

.btnmain._1.d-none {
  display: none;
}

.btnlayoutnew {
  background-color: #073d83;
  border-radius: 15px;
}

.btnsolution {
  color: #e8f0fe;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 122px;
  padding: 0;
  transition: transform .4s, background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.btnsolution:hover {
  color: #fff;
  background-color: #007de4;
  border-style: none;
  transform: scale(.94);
}

.columns {
  width: 100%;
  display: block;
}

.columns.content {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 155px;
  display: flex;
}

.container-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-3 {
  padding-left: 0;
}

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

.heading-3 {
  font-size: 50px;
  line-height: 85%;
}

.maintext-22 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 156%;
}

.maintext-16 {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 14px;
  font-size: 16px;
  line-height: 142%;
  display: flex;
}

.countnumber {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 60px;
  display: flex;
}

.grid-3 {
  place-items: center;
  font-size: 18px;
}

.columns-2 {
  margin-top: 0;
  padding-top: 10px;
}

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

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 65px;
  display: block;
}

.column-3 {
  padding-right: 0;
}

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

.blogdescription {
  color: #a8aeba;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-4 {
  flex: 0 auto;
  margin-bottom: -6px;
  display: block;
}

.image-11 {
  width: 20%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: block;
}

.gridbtn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-end;
  place-items: center start;
  margin-top: 0;
  display: grid;
}

.titleblockchain {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

.edexacontaint {
  color: var(--customwhite);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

.edexacontaint.edexacontaint-devloper {
  margin-bottom: 15px;
}

.div-block {
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  height: 200px;
  margin-top: auto;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.html-embed {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 101vh;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.grid-6 {
  z-index: 22;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  height: 100px;
  margin-top: 140px;
  padding-left: 0;
  position: sticky;
}

.grid4 {
  grid-column-gap: 70px;
  grid-row-gap: 5px;
  opacity: 1;
  background-color: #0000;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template: ". Area-2 Area"
  / .75fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  margin-top: 151px;
  padding: 30px 0 33px;
  display: grid;
}

.grid4.bannerbottomgrid {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(#0000001a, #0000001a);
  border: 1px #000;
  border-radius: 20px;
  grid-auto-flow: row;
}

.transactionamount {
  width: 198px;
  line-height: 10%;
  display: flex;
}

.totaltransactiontext {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

.totaltransaction {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: center;
  width: 0;
  min-width: 0;
  max-width: 50px;
  font-size: 40px;
  font-weight: 700;
  line-height: 0%;
  display: flex;
  overflow: visible;
}

.costpertransaction {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 0;
  font-size: 40px;
  display: flex;
}

.validatornodes {
  grid-column-gap: 0px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 198px;
  min-width: 64px;
  max-width: 150px;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.terpersecond {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 0;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.div-block-2 {
  width: 98px;
  display: block;
  position: static;
}

.glow-bott {
  z-index: 1;
  background-image: url('../images/Rectangle-154.png');
  background-position: 50% 0;
  background-size: contain;
  width: auto;
  height: 124px;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% -1%;
  overflow: visible;
}

.avgpercost {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  max-width: 0;
  font-size: 42px;
  font-weight: 700;
  display: flex;
}

.avgtransactiontext {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

.validatornode {
  color: #fff;
  align-items: center;
  width: 0;
  max-width: 150px;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.validatortext {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

.transactionsecondtext {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

.edxoffer {
  color: var(--customwhite);
  font-size: 18px;
}

.totaltran {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.totaltranc {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.avgpercos, .vnodes, .trapersec {
  color: #fff;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.div-block-3 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-4 {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 180%;
}

.div-block-4.rightline.d-none {
  display: none;
}

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

.div-block-6 {
  border: 1px #000;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-6.rightline {
  border-style: none;
}

.navcustom {
  background-color: #007de4;
  border-radius: 15px;
  padding: 7px 20px;
  transition: opacity .625s, transform .575s;
}

.navcustom:hover {
  background-color: #073d83;
}

.section-hero-home {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
}

.section-hero-home._2 {
  background-image: url('../images/edeXa.network-background-pic-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.body-2 {
  background-color: #04040a;
  font-family: Roboto, sans-serif;
}

.image-member-shubham {
  border-radius: 15px;
}

.image-member-shubham:hover {
  background-image: none;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-span {
  color: #ce0505;
}

.bold-text {
  color: #005093;
  font-weight: 900;
}

.paragraph-2 {
  color: var(--customwhite);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  display: block;
}

.image-12 {
  width: 35px;
  height: auto;
}

.section-2 {
  z-index: 3;
  position: fixed;
  inset: 0%;
}

.modal-window {
  background-color: #fff;
  width: auto;
  max-width: 1380px;
  margin: auto;
  padding: 16px;
}

.html-embed-2 {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.modal-background {
  z-index: 15;
  width: auto;
  height: auto;
  padding-top: 150px;
  padding-bottom: 81px;
  padding-right: 0;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.close-modal {
  display: block;
}

.modal-wrapper {
  z-index: 999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  transition: all .4s cubic-bezier(.713, .136, .24, .884);
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.sign-up-form {
  z-index: 9999;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(45deg, #007de4d9, #073d83d9);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 1px 1px 50px #010101;
}

.sign-up-button {
  color: var(--heading);
  background-image: url('../images/Untitled-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 73px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.close-popup-modal {
  clear: none;
  cursor: pointer;
  width: 30px;
  padding: 5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.image-13 {
  background-color: #e52e2e;
}

.link-2 {
  background-image: url('../images/Untitled-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
}

.section-3 {
  z-index: 9999;
  background-image: linear-gradient(45deg, #6c348fcc, #dc3180cc);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.youtube {
  width: 59%;
  height: 0%;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.youtube-2 {
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: 50%;
  max-width: 50%;
  height: 25%;
  max-height: 25px;
  display: block;
}

.video {
  flex: none;
  display: block;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.div-block-8.sustainability-video-popup {
  width: 85%;
  height: 85%;
}

.ytbvideo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  width: 34px;
  margin-right: 16px;
}

.section-hero._wf-section {
  background-color: #04040a;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Red-and-Black-Futuristic-Gaming-Channel-YouTube-Intro-1.png');
  background-position: 0 0, 50%;
  justify-content: center;
  height: 100vh;
  min-height: 100px;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section-hero._wf-section.section-hero-validator.section-validator {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-design-14.png'), linear-gradient(#0000004d, #0000004d);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
}

.section-hero._wf-section.section-sustainbility {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/green.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.grid-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  display: grid;
}

.text-block-6 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.edexacontaintgray {
  border-left: 5px solid var(--accent-a1);
  color: var(--heading);
  width: auto;
  padding-left: 8px;
  font-size: 16px;
  line-height: 1.4;
}

.edexacontaintgray.btnbottom-pd {
  display: none;
}

.image-15 {
  width: auto;
  max-width: none;
  height: 400px;
  display: none;
}

.body-3 {
  background-color: #101010;
  font-family: Roboto, sans-serif;
}

.div-block-9 {
  width: auto;
  padding: 100px 111px;
}

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

.heading-4 {
  width: 301px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-11 {
  width: 525px;
  padding: 100px 111px;
}

.greenbgbox {
  width: 304px;
}

.heading-5 {
  width: auto;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: .9;
}

.heading-5.heading-5-custom {
  text-align: center;
}

.div-block-12 {
  border-radius: 0;
  width: 100%;
  padding: 100px 112px;
}

.greeensection-content {
  color: var(--customwhite);
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.grid-8 {
  grid-column-gap: 76px;
  grid-template-rows: auto;
  grid-template-columns: minmax(368px, 5.25fr) minmax(200px, 46.75fr);
}

.footprinttitle {
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 111%;
}

.gridleftbox {
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.blockboxsustainability-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blockboxsustainability-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0%;
  display: flex;
}

.gridstatsboxsustainability {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.paragraphsmall {
  color: var(--customwhite);
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.paragraphsmalltitle {
  margin-bottom: 15px;
  font-size: 24px;
}

.pledges-heading {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 103%;
  display: flex;
}

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

.pledgesgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.pagegridinner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.gridinnerheading {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.gridinnercontent {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-7 {
  flex-flow: column;
  order: 0;
  place-content: space-around center;
  align-self: baseline;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-16 {
  width: 95px;
  margin-top: 20px;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-8 {
  font-size: 40px;
  line-height: 106%;
}

.heading-9 {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: .9;
}

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

.grid-10 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.bannertwobutton {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 15px;
}

.body-4 {
  background-color: #0f151d;
  font-family: Roboto, sans-serif;
}

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

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

.grid-11 {
  grid-template-columns: 1fr;
  display: flex;
}

.bgdivcolorlight {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--background-a));
  box-shadow: 0 0 20px 0 var(--dark-slate-blue);
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: baseline;
  padding: 42px 100px;
  display: block;
}

.columns-3 {
  align-items: center;
  width: 100%;
  display: flex;
}

.bgdivcolordark {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--background-a));
  box-shadow: 0 0 20px 0 var(--dark-slate-blue);
  border-radius: 5px;
  padding: 42px 100px;
}

.heading-10 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.paragraph-3 {
  color: var(--heading);
  font-size: 22px;
  line-height: 1.2;
}

.heading-11 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.paragraph-4 {
  color: var(--heading);
  font-size: 22px;
  line-height: 1.2;
}

.paragraph-5 {
  color: #adadad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.validator-title {
  width: 71px;
}

.div-block-14 {
  width: 100%;
  display: block;
}

.validatortitle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: block;
}

.heading-12 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  display: flex;
}

.validatorboxes {
  flex-direction: column;
  display: block;
}

.grid-12 {
  grid-template-columns: minmax(368px, 5fr) 3.25fr 3fr;
}

.grid-13 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(500px, 5fr)) minmax(500px, 5fr) minmax(500px, 5fr);
  grid-auto-flow: row;
}

.div-block-15, .div-block-16 {
  width: 100%;
}

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

.validator-contents {
  background-image: linear-gradient(140deg, #1d283880, #1d283840);
  border-radius: 10px;
  padding: 40px;
}

.paragraph-6 {
  line-height: 160%;
}

.link-3 {
  color: #007de4;
  font-size: 14px;
  text-decoration: none;
}

.div-block-17 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: static;
  top: 50px;
}

.div-block-17.backgroundgred {
  background-image: linear-gradient(140deg, #1d283880, #1d283840);
  border-radius: 15px;
  height: auto;
  padding-bottom: 0;
  line-height: 175%;
  transition: transform .8s;
}

.div-block-17.backgroundgred:hover {
  background-image: linear-gradient(#1d2838, #1d283880);
  transform: none;
}

.validationtitle {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 900;
}

.faq-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 48.9777%;
  display: block;
}

.accordion-item {
  background-image: linear-gradient(140deg, #000, #1d283880);
  border-radius: 5px;
  width: 100%;
  display: inline-block;
}

.dropdown {
  width: 100%;
}

.accordion-toggle {
  align-items: center;
  height: 80px;
  display: flex;
  position: relative;
}

.dropdown-list {
  background-color: #0000;
  padding: 20px;
  display: block;
  position: static;
}

.dropdown-2 {
  width: 144.625px;
}

.dropdown-3, .dropdown-6 {
  width: 100%;
}

.dropdown-toggle {
  align-items: center;
  height: 80px;
  display: flex;
}

.dropdown-list-2 {
  background-color: #0000;
  display: none;
  position: static;
}

.text-block-8, .icon, .accordion-icon, .text-block-9 {
  color: #fff;
}

.dropdown-list-3 {
  padding: 20px;
  display: block;
}

.accordion-item-2 {
  background-image: none;
  border-radius: 0;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.accordion-item-2.accordian-remove-padd {
  margin-bottom: 0;
}

.accordion-toggle-2 {
  border-left: 6px solid var(--accent-a1);
  align-items: center;
  height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.accordion-toggle-2.acod-remove-line {
  border-left-style: none;
  height: 40px;
}

.accordion-icon-2 {
  color: var(--heading);
}

.text-block-10 {
  color: var(--heading);
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
}

.text-block-10.text-block-lab-text-accordian {
  font-size: 1rem;
}

.dropdown-list-4 {
  color: var(--heading);
  background-color: #0000;
  padding: 0 20px 20px;
  display: none;
  position: static;
}

.paragraph-7 {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-18 {
  width: 75px;
}

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

.validatorfourbox {
  background-image: linear-gradient(140deg, #1d283880, #1d283840);
  border-radius: 5px;
  margin: 0;
  padding: 40px;
}

.validatorforboxtitle {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.link-4 {
  color: #007de4;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.paragraph-8 {
  color: #adadad;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
}

.grid-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-left: 0;
  padding-right: 0;
}

.html-embed-3 {
  color: #007de4;
  font-size: 14px;
  line-height: 1.8;
}

.button-3 {
  background-color: #0000;
  background-image: url('../images/Untitled-2.png');
  background-position: 77%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding-left: 20px;
  padding-right: 57px;
}

.paragraph-large-2 {
  color: var(--customwhite);
  max-width: 620px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.content-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.figure-d2-2 {
  transform-style: preserve-3d;
  background-image: linear-gradient(220deg, #000c, #0000), linear-gradient(50deg, #3183ff, #0000);
  width: 60%;
  height: 100%;
  position: absolute;
  transform: translate3d(0, 0, -3vh);
}

.figure-d1-2 {
  opacity: .5;
  filter: blur(5px);
  transform-style: preserve-3d;
  background-image: linear-gradient(220deg, #000c, #0000), linear-gradient(50deg, #3183ff, #0000);
  width: 60%;
  height: 100%;
  position: absolute;
  transform: translate3d(0, 0, 10vh);
}

.block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.block-2.gridblockcenter2 {
  align-items: center;
  margin-top: -15px;
  margin-bottom: 30px;
}

.block-2.gridblockcenter2.grid-blog-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.block-2.gridblockcenter2.hide-construct-content {
  display: none;
}

.figure-d3-2 {
  opacity: .5;
  filter: blur(20px);
  transform-style: preserve-3d;
  background-image: linear-gradient(220deg, #000c, #0000), linear-gradient(50deg, #3183ff, #0000);
  width: 60%;
  height: 100%;
  position: absolute;
  transform: translate3d(0, 0, -21vh);
}

.heading-13 {
  text-align: center;
  letter-spacing: -.125px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  font-size: 3rem;
  font-weight: 900;
  line-height: .9;
  display: flex;
}

.subtitle-2 {
  color: #3183ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #1d2838;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.subtitle-2.gridblocksubtitle {
  border-radius: 5px;
  font-size: 11px;
  line-height: 1.8;
}

.subtitle-2.gridblocksubtitle.centergridblog {
  border-color: var(--accent-a2);
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.subtitle-2.subtitlebottom {
  border-radius: 5px;
  font-size: 11px;
  line-height: 1.8;
}

.block-left-2 {
  flex-direction: column;
  align-items: center;
  padding-right: 0%;
  display: flex;
}

.block-left-2.gridblockcenter {
  margin-top: 0;
}

.bold-text-2 {
  color: #3183ff;
  font-size: 11px;
}

.div-block-20 {
  position: absolute;
}

.div-block-21 {
  background-image: none;
  width: auto;
  max-width: 100%;
  overflow: visible;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  width: auto;
}

.html-embed-4 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.heading-14 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.heading-14.usecase {
  display: none;
}

.body-5, .body-6, .body-7, .body-8 {
  background-color: #101010;
  font-family: Roboto, sans-serif;
}

.bold-text-3 {
  font-size: 72px;
  font-weight: 900;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.bg-client-2 {
  opacity: .5;
  cursor: pointer;
  background-image: linear-gradient(140deg, #1d2838, #1d283880);
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.grid-clients-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 0;
}

.heading-16 {
  letter-spacing: -.125px;
  max-width: 940px;
  font-size: 3rem;
  font-weight: 900;
  line-height: .9;
}

.block-heading-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.block-heading-2.block-heading-2---dapp---link {
  position: static;
}

.bold-text-4 {
  color: var(--accent-a1);
  font-size: 11px;
  line-height: 1.2;
}

.mp-banji {
  z-index: 999;
  background-image: linear-gradient(#000000d9, #000000d9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-24 {
  cursor: pointer;
  width: 30px;
  padding: 5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-content {
  border: 1px solid var(--heading);
  background-image: linear-gradient(to bottom, var(--background-a), var(--background-a));
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.heading-17 {
  flex-direction: row;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  display: flex;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: minmax(320px, 1fr) 1fr;
  grid-auto-columns: 5fr;
  grid-auto-flow: column;
}

.heading-18 {
  font-size: 72px;
  font-weight: 900;
}

.image-17 {
  width: 150px;
}

.image-18 {
  width: 150px;
  margin-bottom: 30px;
}

.paragraph-9 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.bold-text-5 {
  font-weight: 900;
}

.wrapper-modal-banji {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.closepopupbanji {
  cursor: pointer;
  width: 30px;
  padding: 5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.wrapper-modal-bnft {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.closepopupbnft {
  cursor: pointer;
  width: 30px;
  padding: 5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.wrapper-modal-bmessage {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.closepopupbmessage {
  cursor: pointer;
  width: 30px;
  padding: 5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.wrapper-modal-byou {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.closepopupbyou {
  cursor: pointer;
  width: 30px;
  padding: 5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.wrapper-modal-bstamp {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.closepopupbstamp {
  cursor: pointer;
  width: 30px;
  padding: 5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.wrapper-modal-bvote {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.closepopupbvote {
  cursor: pointer;
  width: 30px;
  padding: 5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.text-span-2 {
  font-size: 54px;
  line-height: 96%;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: auto;
  column-rule: 100px none transparent;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  column-gap: 25px;
  width: auto;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-item-2 {
  column-count: 0;
  background-image: linear-gradient(#1d2838, #1d283880);
  border-radius: 15px;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.collection-list-2 {
  column-count: 0;
  width: auto;
  height: auto;
}

.body-9 {
  background-color: #101010;
  font-family: Roboto, sans-serif;
}

.heading-19 {
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: .9;
}

.list-item {
  color: #fff;
  margin-bottom: 16px;
  font-size: 3px;
  font-weight: 900;
  line-height: 1.2;
}

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

.list {
  color: #fff;
  padding-bottom: 0;
  padding-left: 75px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 1.2;
}

.list-2 {
  list-style-type: decimal;
}

.list-3 {
  list-style-type: lower-roman;
}

.list-item-2 {
  list-style-type: decimal;
}

.videoclass {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), #1d283880);
  box-shadow: 0 0 20px 0 var(--dark-slate-blue);
  border-radius: 30px;
  width: 100%;
  padding: 10px;
}

.grid-17 {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 10.75fr;
  margin-top: 20px;
}

.heading-20 {
  font-size: 24px;
  font-weight: 900;
}

.innertitlenumber {
  color: var(--customwhite);
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.innercontent {
  color: var(--customwhite);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-11 {
  letter-spacing: .5px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.list-item-3, .list-item-4 {
  margin-bottom: 16px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 900;
}

.body-10 {
  background-color: #101010;
  font-family: Roboto, sans-serif;
}

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

.privacyinnertitlecontent {
  width: 100%;
  padding-bottom: 10px;
}

.privercytitle {
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: 900;
}

.privercytitle.hedingmargin {
  margin-bottom: 0;
  line-height: 100%;
}

.paragraph-11 {
  color: var(--customwhite);
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.paragraph-11.pb-li {
  display: block;
}

.list-4 {
  color: var(--customwhite);
  margin-bottom: 15px;
  font-weight: 400;
  list-style-type: disc;
}

.text-span-3 {
  font-size: 20px;
  font-weight: 900;
}

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

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  color: var(--heading);
  font-weight: 900;
}

.bold-text-17 {
  font-weight: 900;
}

.body-11 {
  background-color: #101010;
  font-family: Roboto, sans-serif;
}

.legalinnertitlecontent {
  display: block;
}

.paragraph-12 {
  color: #fff;
}

.paragraph-13 {
  color: var(--heading);
  text-align: center;
  margin-bottom: 80px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
}

.heading-21 {
  color: var(--heading);
  letter-spacing: -.125px;
  flex-direction: column-reverse;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 52.7813px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  display: flex;
}

.heading-22, .heading-23, .heading-24 {
  flex: 0 auto;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30 {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.4;
}

.bold-text-18 {
  font-weight: 900;
}

.bold-text-19 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.bold-text-20, .bold-text-21, .bold-text-22 {
  font-weight: 900;
}

.paragraph-14, .paragraph-15, .paragraph-16 {
  color: #adadad;
}

.paragraph-17 {
  color: var(--customwhite);
}

.paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
  color: var(--heading);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph-24, .paragraph-25 {
  color: var(--customwhite);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph-26 {
  color: var(--customwhite);
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-27, .paragraph-28, .paragraph-29 {
  color: #adadad;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
}

.heading-31 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

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

.grid-18 {
  grid-column-gap: 34px;
  grid-row-gap: 20px;
  grid-template-columns: .25fr .5fr;
  padding-left: 0;
  padding-right: 0;
}

.html-embed-5 {
  text-align: center;
}

.paragraph-30 {
  color: var(--heading);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 179%;
}

.body-12 {
  font-family: Roboto, sans-serif;
}

.grid-19 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  padding-right: 0;
}

.text-block-12 {
  color: var(--heading);
  text-align: right;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
  color: var(--heading);
  text-align: right;
  font-weight: 400;
}

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

.heading-32 {
  font-size: 72px;
  font-weight: 900;
}

.heading-33 {
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 900;
}

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

.div-block-29 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 504.406px;
  display: flex;
}

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

.grid-20 {
  grid-template-rows: auto;
  width: 1200px;
}

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

.heading-34 {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: .9;
}

.link-6 {
  color: #007de4;
  text-align: right;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.grid-22 {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

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

.heading-35 {
  font-weight: 900;
}

.heading-36 {
  color: var(--accent-a1);
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.paragraph-31 {
  color: var(--heading);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.video-2 {
  border-radius: 30px;
}

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

.grid-25 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.heading-37 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
}

.text-block-18 {
  color: var(--customwhite);
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.8;
  display: block;
}

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

.paragraph-32 {
  color: var(--customwhite);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.grid-27 {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-30 {
  align-items: center;
  width: 26px;
  height: 26px;
  padding-bottom: 0;
  display: block;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-19, .image-20 {
  width: auto;
  height: 180px;
}

.container-5 {
  max-width: 100%;
  max-height: 100%;
}

.container-6 {
  max-width: 1200px;
}

.text-colour-white {
  color: #fff;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_date-text.quater {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.overlay-fade-top {
  background-color: #10101042;
  background-image: none;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_text {
  color: var(--customwhite);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

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

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #007de4 0%, #045ab0 100%, #073d83);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.overlay-fade-bottom {
  background-image: none;
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.container-7 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -167;
  background-color: #0a0a0a;
  position: relative;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.page-wrapper {
  z-index: -3;
  position: relative;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.section-footer {
  position: relative;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  font-size: 20px;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/Grain-Background.png'), none;
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  inset: 0%;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

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

.text-underline {
  background-image: url('../images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_progress-bar-2 {
  z-index: -116;
  background-color: #fff;
  background-image: linear-gradient(#073d83, #2c7be0 100%, #007de4);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-nav_button-wrapper {
  display: flex;
}

.section-timeline-2 {
  z-index: -6;
  background-color: #04040a;
  position: relative;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.section-hero-2 {
  position: relative;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.html-embed-6 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.image-21 {
  cursor: pointer;
}

.youtube-popup-video {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-video-popup {
  cursor: pointer;
  width: 30px;
  padding: 5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.body-13 {
  font-family: Lato, sans-serif;
}

.image-22 {
  transition: opacity .425s;
  display: inline-block;
}

.list-item-5, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30 {
  color: var(--customwhite);
}

.columns-5 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.columns-5.d-none {
  display: none;
}

.dropdown-toggle-2 {
  text-transform: capitalize;
  margin-right: 8px;
  padding: 0 30px 0 0;
  font-size: 14px;
  line-height: .9;
}

.text-block-19 {
  color: #d8dfe9;
  text-transform: capitalize;
  padding: 12px 10px 12px 28px;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
}

.icon-2 {
  color: #d8dfe9;
}

.dropdown-list-5 {
  background-color: #0000;
}

.dropdown-list-5.w--open {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000000b5;
  width: 254px;
  margin-left: 10px;
}

.dropdown-link {
  color: #d8dfe9;
  position: sticky;
}

.dropdown-link.navmenuhover {
  font-size: 14px;
  line-height: 1.2;
}

.dropdown-link.navmenuhover.hide-blogs, .dropdown-link.navmenuhover.d-none {
  display: none;
}

.dropdown-link-2 {
  color: #d8dfe9;
}

.dropdown-link-2.navmenuhover {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.4;
}

.dropdown-link-2.navmenuhover.d-none {
  display: none;
}

.dropdown-link-3 {
  color: #d8dfe9;
}

.dropdown-link-3.navmenuhover {
  font-size: 14px;
  line-height: 1.2;
}

.dropdown-link-4 {
  color: #d8dfe9;
}

.dropdown-link-4.navmenuhover {
  font-size: 14px;
  line-height: 1.2;
}

.dropdown-link-4.navmenuhover.edexa-labs-menu {
  opacity: 1;
}

.dropdown-link-4.navmenuhover.d-none {
  display: none;
}

.dropdown-link-5 {
  color: #d8dfe9;
}

.body-14 {
  font-family: Roboto, sans-serif;
}

.btnoutlate {
  border: 1px solid var(--customwhite);
  color: #e8f0fe;
  background-color: #0000;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}

.btnoutlate:hover {
  color: var(--heading);
  background-color: #073d83;
  border-style: solid;
  border-color: #0000;
  transform: scale(.98);
}

.btnmainheader {
  color: #3283ff;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #3283ff;
  border-radius: 30px;
  margin-top: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.btnmainheader:hover {
  color: #3283ff;
  background-color: #0000;
  transform: scale(.98);
}

.btnmainheader.lg-color {
  color: var(--accent-a1);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  font-weight: 900;
  text-decoration: none;
  display: block;
  position: static;
  overflow: hidden;
}

.btnmainheader.lg-color:hover {
  text-transform: uppercase;
  align-self: flex-end;
}

.btnmainheader.lg-color.d-none {
  display: none;
}

.circlerighttop {
  display: none;
  position: absolute;
  inset: 77px 105px auto auto;
}

.circlelefttop {
  z-index: 999;
  display: none;
  position: absolute;
  inset: 30px auto auto 30px;
}

.image-23 {
  width: 250px;
  position: static;
  inset: 30px auto auto 30px;
}

.squerright {
  position: absolute;
}

.image-24 {
  z-index: 0;
  width: 350px;
  position: static;
  inset: auto 46px 113px auto;
}

.squerbannerrightbottom {
  z-index: 999;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  inset: auto 46px 113px auto;
}

.circlebottomleft {
  z-index: 999;
  display: none;
  position: absolute;
  inset: auto auto 121px 121px;
}

.div-block-32 {
  position: absolute;
  inset: auto 0% 0% 0;
}

.columns-6 {
  text-align: center;
  width: 85%;
  height: 100%;
}

.column-4 {
  border-style: none solid none none;
  border-width: 5px 2px 5px 5px;
  border-color: black var(--customwhite-2) black black;
  outline-offset: 0px;
  text-align: center;
  outline: 3px #616d7e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-4.rightline {
  border-right-style: none;
  border-right-color: var(--customwhite-2);
  border-bottom-style: none;
}

.column-5 {
  border-right: 2px none var(--customwhite-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-6 {
  border-right: 2px solid var(--customwhite-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-6.rightline {
  border-right-style: none;
}

.column-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fourcountsection {
  display: flex;
}

.countnumbers {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  border-radius: 20px;
  flex: 1;
  align-self: auto;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 33px;
  display: flex;
}

.countnumbers.countbackgroundfilter {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: none;
  width: 823px;
  height: 150px;
  margin-top: 0;
  padding-top: 30px;
  display: none;
  position: absolute;
  inset: auto 0% -7% 18%;
}

.countnumbers.tablateviewport {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
}

.html-embed-7 {
  z-index: 99999;
  width: auto;
  height: auto;
  position: fixed;
  inset: auto auto 33px 33px;
}

.html-embed-7.sign-up-button {
  background-image: none;
  margin-left: 0;
  padding-right: 0;
  bottom: 20px;
  left: 20px;
}

.navmenuhover {
  display: block;
}

.image-25 {
  width: 150px;
}

.paragraph-35 {
  color: var(--customwhite);
  text-align: justify;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-36 {
  color: var(--customwhite);
  text-align: justify;
  letter-spacing: 0;
  text-indent: 0;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-37 {
  color: var(--customwhite);
  text-align: justify;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-38 {
  color: var(--customwhite);
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
  display: none;
}

.paragraph-38.p-0 {
  margin-bottom: 0;
}

.paragraph-39 {
  color: var(--customwhite);
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
}

.column-8 {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-40 {
  color: var(--customwhite);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  display: flex;
}

.image-26 {
  padding-top: 0;
}

.socialiconsimages {
  grid-column-gap: 7px;
  display: flex;
}

.socialbg {
  background-image: none;
  border-radius: 5px;
  width: 25px;
  height: 20px;
  margin-right: 0;
  padding: 0;
}

.socialbg:hover {
  background-image: linear-gradient(#1d2838, #1d283880);
}

.socialbg.smbg-icon {
  width: 24px;
  height: 24px;
  padding: 0;
}

.socialbg.socialbgmedia {
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.socialbg.twitter {
  filter: brightness(70%);
}

.image-28 {
  width: 150px;
}

.column-12 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.column-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blockchainsupport {
  display: none;
}

.paragraph-41 {
  color: var(--customwhite);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.bold-text-31 {
  font-size: 22px;
}

.bold-text-31.quater {
  text-align: left;
  font-size: 17px;
}

.div-block-34 {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 0%;
  display: block;
}

.heading-38, .heading-39, .heading-40 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-42 {
  color: var(--customwhite);
}

.paragraph-42.sm-boldtext {
  margin-bottom: 15px;
  font-weight: 700;
}

.paragraph-43 {
  color: var(--customwhite);
}

.paragraph-43.sm-boldtext {
  margin-bottom: 15px;
  font-weight: 400;
}

.paragraph-44 {
  color: var(--customwhite);
}

.paragraph-44.sm-boldtext {
  margin-bottom: 15px;
  font-weight: 700;
}

.paragraph-45 {
  color: var(--customwhite);
}

.paragraph-45.sm-boldtext {
  margin-bottom: 15px;
  font-weight: 700;
}

.paragraph-46 {
  color: var(--customwhite);
}

.paragraph-46.sm-boldtext {
  margin-bottom: 15px;
  font-weight: 700;
}

.paragraph-47 {
  color: var(--customwhite);
  margin-bottom: 15px;
}

.paragraph-48 {
  color: var(--customwhite);
}

.paragraph-48.sm-boldtext {
  margin-bottom: 15px;
  font-weight: 700;
}

.paragraph-49 {
  color: var(--customwhite);
}

.paragraph-49.sm-boldtext {
  margin-bottom: 15px;
  font-weight: 700;
}

.paragraph-50 {
  color: var(--customwhite);
}

.paragraph-50.sm-boldtext {
  margin-bottom: 15px;
  font-weight: 700;
}

.paragraph-51 {
  color: var(--customwhite);
  margin-bottom: 15px;
}

.paragraph-52 {
  color: var(--customwhite);
}

.paragraph-52.sm-boldtext {
  margin-bottom: 15px;
  font-weight: 700;
}

.sm-heading {
  color: var(--heading);
}

.paragraph-53, .paragraph-54, .paragraph-55 {
  color: var(--customwhite);
  margin-bottom: 15px;
  font-weight: 300;
}

.paragraph-56 {
  color: var(--customwhite);
  margin-bottom: 15px;
}

.paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63 {
  margin-bottom: 15px;
}

.div-block-36 {
  width: 26px;
}

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

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.image-30 {
  width: 20px;
  height: 20px;
}

.text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31 {
  font-size: 14px;
  line-height: 1.2;
}

.column-14 {
  padding-left: 40px;
  padding-right: 40px;
}

.bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36 {
  font-size: 22px;
}

.tm-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.membername {
  margin-bottom: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 1.2;
}

.tm-designation {
  font-size: 14px;
  line-height: 179%;
}

.memberdesignation {
  color: var(--accent-a1);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
}

.bold-text-37 {
  font-size: 22px;
}

.linkdinimage {
  width: 30px;
}

.grid-page-c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-self: stretch;
}

.heading-41 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 22px;
  display: flex;
}

.text-block-32 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.heading-42 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  display: flex;
}

.text-block-33 {
  font-size: 14px;
  line-height: 1.2;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-form-content {
  width: 100%;
  padding: 30px;
}

.text-success-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-large-4 {
  max-width: 620px;
  margin-bottom: 42px;
  font-size: 20px;
  line-height: 176%;
}

.block-hero-2 {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.content-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.content-3.single-page {
  margin-top: 10vh;
}

.content-3.single-page.contactpopup {
  margin-top: 0;
}

.success-message-2 {
  background-color: #0000;
  background-image: linear-gradient(140deg, #1d2838, #0000);
  border-radius: 15px;
  padding: 20px 30px;
}

.heading-single-page-2 {
  max-width: 960px;
  font-size: 36px;
}

.text-field-2 {
  color: #fff;
  background-color: #1d283840;
  border: 1px solid #182233;
  border-radius: 5px;
  height: 57px;
  margin-bottom: 0;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field-2:focus {
  border-color: #3183ff;
}

.text-field-2::placeholder {
  color: #616d7e;
}

.subtitle-3 {
  color: #3183ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #1d2838;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.textarea-2 {
  color: #fff;
  background-color: #1d283840;
  border: 1px solid #182233;
  border-radius: 5px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 350px;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.textarea-2:focus {
  border-color: #3183ff;
}

.textarea-2::placeholder {
  color: #616d7e;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #3183ff;
  background-image: linear-gradient(150deg, #0000, #0751bf);
  border-radius: 5px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 1.2;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}

.button-4:hover {
  background-color: #0751bf;
  transform: scale(.94);
}

.close-contactform {
  width: auto;
  padding: 5px;
  position: absolute;
  inset: -18px -18px auto auto;
}

.div-block-41 {
  background-color: #1c2634;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.link-block {
  color: var(--customwhite);
  flex-direction: column;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: block;
}

.link-block.social-link-blocks {
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-2 {
  color: var(--customwhite);
  text-decoration: none;
}

.link-block-2.social-link-blocks {
  border-radius: 10px;
}

.link-block-3 {
  color: var(--customwhite);
  text-decoration: none;
}

.link-block-3.social-link-blocks {
  border-radius: 10px;
}

.link-block-4 {
  color: var(--customwhite);
  text-decoration: none;
}

.link-block-4.social-link-blocks {
  border-radius: 10px;
}

.link-block-5 {
  color: var(--customwhite);
  text-decoration: none;
}

.link-block-5.social-link-blocks {
  border-radius: 10px;
}

.link-block-6 {
  color: var(--customwhite);
  text-decoration: none;
}

.link-block-6.social-link-blocks {
  border-radius: 10px;
}

.mapimageback {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  transition: all .6s;
  display: flex;
  position: relative;
}

.mapimageback:hover {
  transform: none;
}

.mapimagetop {
  box-shadow: 0 0 20px 0 var(--accent-a2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  transition: all .6s;
  display: flex;
  position: absolute;
}

.mapimagetop:hover {
  transform: none;
}

.image-32 {
  transform-style: preserve-3d;
  border-radius: 10px;
  width: 1110px;
  height: 400px;
  transition: all .6s;
  display: inline-block;
}

.image-32:hover {
  transform: none;
}

.image-33 {
  width: 250px;
}

.map {
  width: 100%;
  display: none;
}

.image-34 {
  position: relative;
}

.image-35 {
  width: 250%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.network-map-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .6s;
  display: flex;
  position: relative;
}

.network-map-content:hover {
  transform: scale(1.1);
}

.edexa-banner {
  height: 100vh;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.intro-header {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/dApps.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.container-8 {
  color: #ebdfc7;
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 960px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}

.banner-contains {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.bannartitle {
  color: #fff;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.2;
}

.subtitle-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}

.mainbtn {
  letter-spacing: 0;
  background-color: #007de4;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.2;
  transition: background-color .4s, opacity .4s;
  display: block;
}

.mainbtn:hover {
  color: #fff;
  background-color: #073d83;
  border-radius: 5px;
}

.mainbtn.font-16 {
  font-size: 16px;
}

.mainbtn.font-16.rm-mp {
  margin-top: 0;
}

.mainbtn.main-btn-show {
  display: none;
}

.mainbtn.btn-slider {
  border-radius: 30px;
  margin-top: 0;
  display: inline-block;
}

.start-images {
  justify-content: flex-end;
  display: flex;
}

.slider-content-paragraph {
  color: var(--heading);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.tranding-btn {
  color: #0000;
  background-color: #05c46b;
  border-radius: 30px;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.grid-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  justify-content: stretch;
  place-items: center start;
  display: flex;
}

.left-content {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.image-36 {
  margin-right: 5px;
}

.zero {
  color: var(--heading);
  padding-left: 0;
  font-size: 16px;
  line-height: 1.2;
}

.btnoutlate-2 {
  color: #1e2835;
  background-color: #0000;
  border: 1px solid #868686;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.2;
  transition: background-color .4s, opacity .4s;
}

.btnoutlate-2:hover {
  color: #fff;
  background-color: #073d83;
  border-style: solid;
  border-color: #073d83;
}

.text-block-34 {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.trending-apps-sliders {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--background-b1), #1d283880);
  color: var(--heading);
  border-radius: 10px;
  padding: 40px 122px;
  transition: transform 1s, background-color 1s, opacity 1s;
  display: none;
  overflow: visible;
}

.trending-apps-sliders:hover {
  background-image: linear-gradient(140deg, var(--background-b1), var(--background-b2));
  display: flex;
}

.slide-nav, .icon-3 {
  display: none;
}

.slider-content-middle {
  margin-bottom: 20px;
}

.slider-content-bottom {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.main-apps {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.main-apps.section {
  margin-top: 0;
  margin-bottom: 90px;
  display: block;
}

.main-apps.section.section-market {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.slider-image {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 60%;
  height: 275px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.mask {
  color: #ebdfc7;
  background-color: #ebdfc7;
  border-radius: 10px;
  height: auto;
  margin-top: 0;
  padding: 0;
}

.slider-content-top {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

.slider-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center stretch;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  display: flex;
}

.slick-slider-container {
  width: 100%;
}

.or {
  color: var(--heading);
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
}

.total {
  color: var(--heading);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-right: 0;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.slide {
  background-color: #ebdfc7;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 100px 122px;
  overflow: hidden;
}

.counter_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-title-text {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
}

.right-arrow-2 {
  z-index: 99;
  display: none;
  inset: auto 122px 128px auto;
}

.icon-4 {
  width: auto;
  height: auto;
  display: none;
}

.text-block-35 {
  color: #1e2835;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.2;
}

.text-block-35.slider-content-top-install, .text-block-35.slider-content-top-users {
  color: var(--heading);
}

.slider {
  border-radius: 10px;
  height: auto;
  display: block;
}

.slider.single-item {
  max-width: 960px;
  display: block;
}

.back-button {
  opacity: .3;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: background-color .6s, opacity .6s;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.back-button:hover {
  opacity: 1;
  flex: 0 auto;
  display: block;
  overflow: visible;
}

.next-button {
  opacity: .3;
  cursor: pointer;
  transition: background-color .6s, opacity .6s;
  overflow: visible;
}

.next-button:hover {
  opacity: 1;
}

.left-arrow-2 {
  width: auto;
  height: auto;
  display: none;
  inset: auto 214px 128px auto;
}

.slider-image-logo {
  flex: 0 auto;
  align-self: center;
  width: auto;
  height: auto;
  font-size: 50px;
}

.right-content {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.slider-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-left: 40px;
  display: flex;
}

.counter {
  color: var(--heading);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
}

.dapp-subheading-titles {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.text-block-36 {
  color: #1e2835;
  font-size: 13px;
  line-height: 1.2;
}

.text-block-36.total-number-users {
  color: var(--heading);
  font-size: 14px;
  text-decoration: none;
}

.text-block-36.total-number-users-popup {
  color: #fff;
  font-size: 14px;
}

.daaps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.dapp-content-center {
  border: 1px #000;
}

.browse-apps {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: none;
}

.dapp-app-image {
  width: 72px;
  height: 72px;
}

.dapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #dadce0;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  text-decoration: none;
  display: block;
}

.dapp.otherclass {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.text-block-37 {
  color: var(--heading);
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

.dapp-heading-title {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.dapp-start-images {
  display: flex;
}

.dapp-content-top {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.edexa-popular-dapps.section {
  margin-top: 0;
  margin-bottom: 100px;
  display: block;
}

.edexa-popular-dapps.section.section-market {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dapp-image {
  width: 40px;
}

.heading-43 {
  color: #1e2835;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
}

.heading-43.pd-50 {
  margin-bottom: 50px;
}

.heading-43.pd-50.diff-app-title {
  color: var(--heading);
  letter-spacing: 0;
  margin-bottom: 40px;
  padding-bottom: 150px;
  font-size: 3rem;
  line-height: .9;
}

.heading-43.pop-dapps-title {
  color: var(--heading);
  letter-spacing: 0;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: .9;
}

.dapp-content {
  color: #868686;
  border: 0 #000;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.populardapps {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  padding-top: 0;
  display: none;
}

.ecosystem-title {
  color: #1e2835;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
}

.ecosystem {
  background-color: #bebd7a80;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 100px 122px;
  display: flex;
}

.ecosystem-right-content {
  width: auto;
  height: auto;
}

.edexa-ecosystem.section {
  margin-top: 0;
  margin-bottom: 90px;
  display: none;
}

.edexa-ecosystem.section.section-market {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.text-block-38 {
  color: #1e2835;
  margin-top: 20px;
  padding-top: 0;
  font-size: 20px;
  line-height: 1.2;
}

.ecosystem-left-content {
  width: auto;
  height: auto;
}

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

.paragraph-64 {
  color: var(--customwhite);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.heading-44 {
  color: #1e2835;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.heading-44.diff-app-sin-title {
  color: var(--heading);
  letter-spacing: -.125px;
  height: 70px;
  font-size: 1.5rem;
}

.different-business.section {
  margin-top: 0;
  margin-bottom: 100px;
}

.different-business.section.section-market {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.business-content-bottom {
  color: var(--heading);
}

.image-37 {
  box-shadow: none;
  padding: 31px 30px;
}

.business-image-bg {
  box-shadow: 0 0 30px 12px var(--accent-a1);
  color: #e8f0fe;
  background-color: #e8f0fe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.business-content-top {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dapp-subheading-titles-popup {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.dapp-subheading-inner-titles-popup {
  flex: 0 auto;
}

.dapp-content-top-popup {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dapp-content-features-popup {
  margin-top: 30px;
}

.close-image {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(360deg, #52546666, #8f96c780);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 .5px #ffffff4d, 0 -20px 40px #00000026;
}

.dapp-heading-title-popup {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.app-info-close {
  z-index: 2;
  text-align: center;
  position: absolute;
  inset: -18px -18px auto auto;
}

.available-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.dapp-content-popup {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.link-block-7 {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.dapp-start-images-popup {
  flex: 1;
  display: flex;
}

.feature-list {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 14px;
  display: flex;
}

.app-information {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #32374f80;
  border-radius: 15px;
  width: 50%;
  height: auto;
  transition: opacity .2s, all .85s cubic-bezier(0, 0, .83, .311);
  position: relative;
}

.apps-available-on {
  margin-top: 30px;
}

.popup-apps-informations {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  transition: background-color 1s cubic-bezier(.035, .878, .25, 1), opacity 1s cubic-bezier(.029, .989, .25, 1);
  display: none;
  position: fixed;
  inset: 0%;
}

.dapp-heading-popup {
  flex: none;
  width: auto;
  display: block;
}

.heading-45 {
  color: #073d83;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
}

.text-block-39 {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.platform {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  background-color: #e8f0fe;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.platform:hover {
  color: #0000;
}

.app-content {
  padding: 30px;
}

.html-embed-8-w-embed {
  color: #073d83;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1.2;
}

.feature-title {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.html-embed-9-w-embed {
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 1.2;
}

.dapp-stars-popup {
  width: auto;
}

.list-of-platforms {
  grid-column-gap: 10px;
  width: auto;
  display: flex;
}

.dapp-content-center-popup {
  margin-top: 25px;
}

.body-15 {
  background-color: #04040a;
  font-family: Roboto, sans-serif;
}

.link-app-url {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bold-text-38, .bold-text-39 {
  font-size: 22px;
}

.changer-overflow {
  float: right;
  height: 57px;
  display: inline-block;
  overflow: hidden;
}

.changer-move-desktop {
  line-height: 1.2;
  display: inline-block;
}

.changer {
  position: relative;
  top: 0;
}

.text-wrap-large {
  width: 100%;
  display: none;
}

.constant {
  display: inline;
}

.heading-46 {
  height: auto;
  padding-right: 8px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.text-wrap-laptop {
  display: flex;
}

.text-wrap-tablate, .text-wrap-landscape, .text-wrap-mobile {
  display: none;
}

.close-image-2 {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(360deg, #52546666, #8f96c780);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 .5px #ffffff4d, 0 -20px 40px #00000026;
}

.app-info-close-2 {
  z-index: 2;
  text-align: center;
  position: absolute;
  inset: -18px -18px auto auto;
}

.field-label-7 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.field-label-7.timezone {
  margin-bottom: 0;
}

.form-fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #32374f80;
  border-radius: 15px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  margin: 50px 0;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.dapp-popup-application-form {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.form-block-2 {
  width: auto;
}

.dpd {
  position: relative;
}

.text-field-3, .text-field-4, .select-field, .text-field-5, .text-field-6 {
  border-radius: 5px;
}

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

.timezone-note {
  color: var(--heading);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.2;
}

.text-span-4, .bold-text-40 {
  color: var(--accent-a1);
}

.text-span-5 {
  color: var(--accent-a1);
  background-color: #1e3344;
  border-radius: 30px;
  padding: 2px 15px;
  display: inline-block;
}

.text-span-6 {
  color: #fa9a00;
  background-color: #694a37;
  border-radius: 30px;
  padding: 2px 15px;
  display: inline-block;
}

.subtitle-right {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.div-block-42 {
  width: 75px;
}

.view-community {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.2;
  display: flex;
}

.heading-47 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

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

.community-title {
  color: var(--accent-a1);
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.html-embed-10, .view-community-icon {
  color: var(--heading);
}

.footer-menus {
  border-top: 1px #e8f0fe40;
  border-bottom: 1px #e8f0fe40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-bottom-content-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-41 {
  border: 1px solid var(--accent-a1);
  color: var(--accent-a1);
  border-radius: 30px;
  padding: 5px 9px;
  font-size: 16px;
}

.link-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.title-content {
  width: 100%;
  display: block;
}

.mainnet-content-top {
  grid-column-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mainnet-content-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.html-embed-11 {
  color: #007de4;
  width: auto;
  height: auto;
  font-size: 80px;
  line-height: 1.2;
}

.body-16 {
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.bold-text-41 {
  font-size: 80px;
  line-height: 1.2;
}

.heading-48 {
  text-align: left;
  letter-spacing: -.5px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: .9;
  transition: width .175s;
}

.heading-48.ml3 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 3.4rem;
  font-weight: 500;
}

.heading-48.ml3.heading-48-custom {
  text-transform: none;
}

.text-block-42 {
  color: var(--customwhite);
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-49 {
  text-align: left;
  line-height: 1.2;
}

.bold-text-42 {
  padding-left: 48px;
  font-size: 36px;
  font-weight: 900;
}

.image-39, .image-40 {
  width: auto;
}

.our-project-top-content {
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.link-dapps {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-overflow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  overflow: auto;
}

.dapp-left-content-top-popup {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.enjoy-dapp-btn-w-button {
  border: 1px solid var(--accent-a2);
  background-color: #0000;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1.2;
}

.enjoying-edexa-dapps {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.enjoy-edexa-dapp-info {
  background-color: #32374f80;
  border-radius: 15px;
  width: 50%;
  height: auto;
  position: relative;
}

.enjoy-edexa-close {
  position: absolute;
  inset: -18px -18px auto auto;
}

.enjoy-dapp-content {
  padding: 30px;
}

.field-label-8, .field-label-9 {
  color: var(--heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.field-label-9.rating-star-mg {
  margin-bottom: -8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.submit-button {
  margin-top: 20px;
}

.html-embed-12 {
  color: #007de4;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.2;
}

.textarea-3 {
  border-radius: 10px;
  margin-bottom: 0;
}

.select-field-2 {
  border-radius: 10px;
}

.success-message-3 {
  color: var(--heading);
  background-color: #0000;
  border-radius: 10px;
}

.error-message-2 {
  border-radius: 10px;
}

.rating-star-value {
  display: none;
}

.edexa-request-popular-dapps.section.section-market {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.bold-text-43 {
  font-weight: 900;
}

.dapps-req-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dapp-popup-onrequest-form {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.onrequest-dapp-info {
  background-color: #32374f80;
  border-radius: 15px;
  width: 50%;
  padding-right: 0;
  position: relative;
}

.onrequest-edexa-close {
  display: flex;
  position: absolute;
  inset: -18px -18px auto auto;
}

.onrequest-dapp-content {
  padding: 30px;
}

.field-label-10 {
  color: var(--heading);
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
}

.field-label-11 {
  color: var(--heading);
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2;
}

.text-field-7 {
  border-radius: 10px;
  font-size: 14px;
}

.text-field-8 {
  border-radius: 10px;
  font-size: 16px;
}

.heading-50 {
  font-size: 36px;
  font-weight: 900;
}

.heading-51 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.textarea-4 {
  border-radius: 10px;
}

.html-embed-13 {
  margin-bottom: 10px;
  font-size: 14px;
}

.requestdappid {
  display: none;
}

.textarea-5 {
  border-radius: 5px;
}

.success-message-4, .success-message-5 {
  color: var(--heading);
  background-color: #0000;
}

.list-5 {
  color: var(--customwhite-2);
  font-size: 14px;
}

.list-item-6 {
  color: var(--customwhite);
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
}

.list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
  color: var(--customwhite);
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.2;
}

.list-item-12 {
  color: var(--customwhite);
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.8;
}

.bold-text-44 {
  font-weight: 900;
}

.text-span-7 {
  color: var(--accent-a1);
  background-color: #1e3344;
  border-radius: 30px;
  padding: 2px 15px;
  display: inline-block;
}

.text-span-8 {
  color: #fa9a00;
  background-color: #694a37;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 15px;
  display: inline-block;
}

.text-span-9 {
  color: var(--accent-a1);
}

.popup-validator-form {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-validator-form.popup-validator-form-custom-new {
  display: flex;
}

.validator-form-info {
  background-color: #32374f80;
  border-radius: 15px;
  width: auto;
  position: relative;
}

.close-validator-form {
  display: flex;
  position: absolute;
  inset: -18px -18px auto auto;
}

.validator-content-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.field-label-12 {
  color: var(--heading);
  text-align: left;
  padding-top: 10px;
  font-size: 16px;
}

.field-label-13 {
  color: var(--heading);
  font-size: 16px;
}

.heading-53 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.text-field-9, .text-field-10, .text-field-11 {
  border-radius: 5px;
}

.image-41 {
  text-align: right;
}

.div-block-43 {
  text-align: right;
  margin-top: 20px;
}

.image-42 {
  opacity: .08;
  position: absolute;
}

.cookie-example {
  z-index: 99;
  border: 1px solid var(--accent-a1);
  background-color: var(--accent-a1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--heading);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 450px;
  min-height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto 1% 1% auto;
}

.cookie-detail-wrapper {
  align-items: center;
  display: flex;
}

.cookie {
  width: 22px;
  margin-right: 20px;
}

.cookie-button {
  border: 1px solid var(--accent-a1);
  background-color: var(--heading);
  opacity: .7;
  color: var(--heading);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-left: 0;
  padding: 10px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.cookie-button:hover {
  border-color: var(--accent-a1);
  color: var(--accent-a1);
  background-color: #0000;
}

.pointer {
  width: 190px;
  position: absolute;
  inset: auto auto 10% -27%;
}

.text-block-43 {
  color: var(--heading);
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.bold-text-46 {
  font-family: PT Serif, serif;
}

.heading-54 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.image-43 {
  width: 24%;
  margin-top: 30px;
  display: none;
  position: absolute;
  inset: 17% 0% 20% auto;
}

.image-44 {
  text-align: left;
}

.counterhome {
  color: var(--heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.counterhome.validator-node-number {
  display: none;
}

.text-block-44 {
  color: var(--accent-a1);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.text-block-44:hover {
  color: var(--accent-a1);
}

.loder {
  background-color: #04040a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 200px;
  display: none;
  position: absolute;
  inset: 0%;
}

.loder-image {
  width: 80px;
  height: auto;
}

.div-block-45 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-46 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: none;
  position: relative;
}

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

.loder-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.image-45 {
  position: relative;
}

.blog-item {
  background-image: linear-gradient(#1d2838, #1d283880);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.heading-55 {
  color: var(--heading);
  margin-bottom: 10px;
  font-size: 20px;
}

.link-block-10, .link-block-11, .link-block-12 {
  text-decoration: none;
}

.contact-form-info {
  background-color: #32374f80;
  border-radius: 15px;
  width: 50%;
  position: relative;
}

.text-field-12, .text-field-13, .textarea-6 {
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.success-message-7 {
  background-color: #0000;
}

.wrappe-model-bvote-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.field-label-14, .field-label-15, .field-label-16, .field-label-17 {
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.field-label-18 {
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.text-block-45 {
  color: var(--heading);
}

.error-message-4 {
  border-radius: 10px;
}

.heading-56 {
  letter-spacing: -.125px;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 3rem;
  font-weight: 900;
  line-height: .9;
}

.background-video {
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-57 {
  color: #007de4;
}

.heading-58, .heading-59 {
  font-weight: 500;
}

.heading-60, .heading-61 {
  font-weight: 400;
}

.heading-62 {
  font-size: 22px;
}

.heading-63 {
  margin-bottom: 0;
  font-size: 22px;
}

.heading-64, .heading-65, .heading-66 {
  color: var(--accent-a1);
}

.heading-67, .heading-68 {
  color: var(--accent-a2);
}

.heading-69, .heading-70, .heading-71, .heading-72 {
  color: var(--accent-a1);
}

.heading-73 {
  color: var(--link);
}

.heading-74 {
  color: var(--accent-a1);
}

.heading-75, .heading-76, .heading-77 {
  color: #007de4;
}

.heading-78, .heading-79 {
  line-height: 106%;
}

.heading-80 {
  color: var(--accent-a1);
  letter-spacing: -1px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 900;
  line-height: .9;
}

.heading-81 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.heading-82 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.heading-97, .heading-98 {
  font-size: 37px;
}

.heading-99, .heading-100 {
  font-size: 38px;
}

.heading-101, .heading-102 {
  font-size: 39px;
}

.heading-103, .heading-104 {
  font-size: 40px;
}

.heading-105, .heading-106 {
  font-size: 41px;
}

.heading-107, .heading-108 {
  font-size: 38px;
}

.heading-109, .heading-110 {
  font-size: 42px;
}

.heading-111, .heading-112 {
  font-size: 43px;
}

.heading-113, .heading-114 {
  font-size: 44px;
}

.heading-115, .heading-116 {
  font-size: 45px;
}

.heading-117, .heading-118 {
  font-size: 46px;
}

.heading-119, .heading-120 {
  font-size: 47px;
}

.heading-121, .heading-122 {
  font-size: 48px;
}

.heading-123, .heading-124 {
  font-size: 49px;
}

.heading-125, .heading-126 {
  font-size: 50px;
}

.heading-127, .heading-128 {
  font-size: 51px;
}

.heading-129, .heading-130 {
  font-size: 52px;
}

.heading-131, .heading-132 {
  font-size: 53px;
}

.heading-133, .heading-134 {
  font-size: 54px;
}

.heading-135, .heading-136 {
  font-size: 55px;
}

.heading-137, .heading-138 {
  font-size: 56px;
}

.heading-139, .heading-140 {
  font-size: 57px;
}

.heading-141, .heading-142 {
  font-size: 58px;
}

.heading-143, .heading-144 {
  font-size: 59px;
}

.heading-145, .heading-146 {
  font-size: 60px;
}

.heading-147, .heading-148 {
  font-size: 61px;
}

.heading-149, .heading-150 {
  font-size: 62px;
}

.heading-151, .heading-152 {
  font-size: 63px;
}

.heading-153, .heading-154 {
  font-size: 64px;
}

.heading-155, .heading-156 {
  font-size: 65px;
}

.heading-157, .heading-158 {
  font-size: 66px;
}

.heading-159, .heading-160 {
  font-size: 67px;
}

.heading-161, .heading-162 {
  font-size: 68px;
}

.heading-163, .heading-164 {
  font-size: 69px;
}

.heading-165, .heading-166 {
  font-size: 70px;
}

.heading-167, .heading-168 {
  font-size: 71px;
}

.heading-169, .heading-170 {
  font-size: 72px;
}

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

.heading-172 {
  color: var(--heading);
  letter-spacing: -.1rem;
  text-transform: capitalize;
  flex-flow: row;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: .9;
  display: flex;
}

.bold-text-47 {
  color: var(--accent-a1);
  font-weight: 900;
}

.section-4 {
  background-color: #0f151d;
}

.heading-173 {
  line-height: 1.2%;
}

.bold-text-48 {
  font-size: 36px;
  line-height: 1.2;
}

.heading-174 {
  letter-spacing: -.125rem;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: .9;
}

.image-46 {
  background-image: none;
  width: 600px;
}

.grid-31 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  margin-top: 15px;
}

.icon-title {
  box-shadow: 0 8px 20px 20px var(--dark-slate-blue);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  border-radius: 15px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.grid-32 {
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: 150px;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  display: flex;
}

.div-block-49 {
  flex: 1;
}

.grid-page-a-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 30px;
}

.grid-page-b-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
}

.icon-tasks-2 {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 16px;
}

.heading-stats-2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: .9;
}

.grid-team-2 {
  grid-column-gap: 25px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.stats-2 {
  background-image: linear-gradient(140deg, #1d283880, #1d283840);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 42px;
  display: flex;
}

.stats-2.lighter {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--cst-blue), #07224d 6%, #1d283880);
  box-shadow: 0 0 20px 0 var(--accent-a1);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-width: 0;
  max-width: none;
  height: 100%;
  padding-top: 30px;
  padding-left: 55px;
  padding-right: 55px;
}

.text-stats-2 {
  color: var(--customwhite);
  text-align: justify;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.block-member-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.image-member-2 {
  object-fit: cover;
  background-image: linear-gradient(140deg, #1d283880, #1d283840);
  border-radius: 15px;
  width: 100%;
}

.tasks-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--cst-blue), #1d283840);
  box-shadow: 0 0 20px 0 var(--accent-a1);
  text-align: left;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 370px;
  padding: 55px 45px 25px;
  display: flex;
}

.heading-tasks-2 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: .9;
}

.page-content-2 {
  width: 100%;
  max-width: 720px;
  margin-top: 140px;
  margin-bottom: 140px;
}

.info-member-2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

.list-item-13 {
  color: var(--customwhite);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.link-7 {
  color: var(--heading);
  text-align: center;
  align-self: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: none;
}

.bold-text-49 {
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.bold-text-50 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.paragraph-65 {
  color: var(--heading);
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.bold-text-51 {
  font-size: 16px;
  line-height: 1.2;
}

.bold-text-52 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.heading-175 {
  letter-spacing: -.125px;
  padding-top: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: .9;
}

.bold-text-53 {
  font-weight: 900;
}

.heading-176 {
  font-size: 14px;
  line-height: 130%;
}

.heading-177 {
  font-size: 14px;
  line-height: 1.8;
}

.heading-178 {
  font-size: 14px;
  font-weight: 900;
}

.heading-179 {
  font-size: 14px;
}

.heading-180 {
  letter-spacing: -.4px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.bold-text-54 {
  font-weight: 900;
}

.grid-33 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--heading);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  align-self: auto;
  width: 100%;
  margin-bottom: 10px;
}

.text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50, .text-block-51, .text-block-52 {
  display: flex;
}

.text-block-53 {
  text-transform: capitalize;
  display: flex;
}

.footer-bottom-content-left {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-footer {
  align-self: stretch;
  display: flex;
}

.bold-text-55 {
  color: #276ece;
  font-size: 80px;
  font-weight: 900;
}

.bold-text-56 {
  font-size: 54px;
}

.button-5, .button-6, .button-7, .button-8 {
  color: var(--accent-a1);
}

.button-9 {
  color: var(--dark-slate-blue);
}

.button-10 {
  color: var(--accent-a1);
}

.button-11 {
  color: #597fbe;
}

.button-12 {
  color: #296fe6;
}

.button-13, .button-14 {
  color: #005af3;
}

.heading-181 {
  color: var(--accent-a1);
  text-transform: capitalize;
  background-color: #0000;
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: .9;
}

.div-block-50, .html-embed-14 {
  width: 100%;
  display: none;
}

.slider-design {
  background-color: #5452ba00;
  background-image: linear-gradient(#5d5bcf 12%, #fff0 90%);
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  margin: 0;
  padding: 40px;
  display: flex;
  position: static;
}

.slider-2 {
  width: 100%;
  height: 100%;
  display: none;
}

.dapp-slider-decription {
  color: var(--heading);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.slider-boxes {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 0% 10px;
}

.s-box {
  border: 1px solid var(--heading);
  border-radius: 10px;
  align-self: center;
  width: 100px;
  margin-right: 0;
  padding: 3px 0;
  position: static;
  inset: auto 0% 0%;
}

.div-block-51 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  display: block;
  position: relative;
}

.html-embed-15 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.dapp-header-button {
  border: 1px solid var(--accent-a1);
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
}

.dapp-header-button.dapp-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.bold-text-57, .bold-text-58 {
  color: var(--accent-a1);
}

.bold-text-59 {
  color: var(--accent-a1);
  font-family: Roboto, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  position: static;
}

.bold-text-60 {
  color: var(--accent-a1);
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.2;
}

.heading-182 {
  margin-bottom: 15px;
  font-size: 2.5rem;
}

.blogheading {
  z-index: 99;
  background-color: var(--dark-slate-blue);
  text-transform: capitalize;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 5px 9px;
  font-size: 14px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.video-4 {
  border-radius: 30px;
}

.blog-button {
  background-color: var(--accent-a1);
  border-radius: 300px;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.bold-text-61 {
  border-radius: 30px;
}

.div-block-52 {
  color: var(--paragraphs);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-7, .dropdown-toggle-3 {
  color: var(--heading);
}

.div-block-53 {
  flex: 0 auto;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 1.8;
}

.form-select-net {
  color: var(--heading);
  text-align: center;
  text-transform: none;
  background-color: #0000;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.8;
  display: flex;
}

.bold-text-62 {
  color: var(--accent-a1);
  background-color: #0000;
  font-weight: 900;
}

.validator-banner-sub-heading {
  color: var(--heading);
  margin-bottom: 15px;
  font-size: 14px;
}

.validator-banner-sub-sub-heading {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.grid-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: flex;
}

.masternodeimgdiv {
  background-color: #0000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
  position: relative;
  right: -45px;
}

.masternodecondiv {
  background-color: #1b5397;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 40px;
  font-size: 18px;
  display: flex;
}

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

.masternode {
  display: flex;
}

.bold-text-63 {
  font-size: 36px;
}

.heading-183 {
  font-size: 3rem;
  line-height: .9;
}

.bold-text-64 {
  color: var(--accent-a1);
}

.heading-184 {
  margin-bottom: 0;
}

.padding-xhuge {
  padding: 10rem;
}

.padding-xhuge.padding-vertical {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.my-slider-progress {
  background-color: #ececec;
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

.splide__list {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.splide__list.year {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.splide__slide {
  flex: none;
  width: 100%;
}

.splide__slide.slide--year {
  flex: 1;
  width: auto;
  transition: font-size .2s, color .4s;
}

.splide__slide.is--main {
  padding-left: 10px;
  padding-right: 10px;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.splide.steps {
  z-index: 99;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-componnet {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.splide-component {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.my-slider-progress-bar {
  background-color: var(--accent-a1);
  width: 0;
  height: .25rem;
  transition: width .4s;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.splide__track {
  width: 100%;
  overflow: hidden;
}

.splide__track.is--main {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--background-a));
  border-radius: 30px;
  padding: 3rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.clone-me {
  background-color: #0000;
  background-image: none;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  position: relative;
}

.slider-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: .5;
  flex: 1;
  align-items: center;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.slider_img {
  flex: none;
  width: 33%;
}

.slide-content {
  background-color: #0000;
  background-image: none;
  border-radius: 1rem;
  flex: 1;
  padding: 2rem 2rem 3rem;
  box-shadow: 1px 1px 3px #00000030;
}

.step-header {
  color: var(--heading);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.cs-head {
  font-size: 3rem;
}

.step-component {
  text-align: center;
}

.step-nav {
  color: #9e9b9e;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  font-size: .9rem;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.step-name {
  opacity: 0;
  transition: opacity .2s;
}

.text-block-54 {
  color: var(--heading);
  font-size: 16px;
  line-height: 1.4;
}

.masternode-heading-title-div {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-185 {
  font-size: 3rem;
  line-height: .9;
}

.bold-text-65 {
  color: var(--accent-a1);
}

.masternodecontents {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.masternodecontents.masternodewidth {
  width: 100%;
}

.masternodecontent {
  width: 100%;
  margin-bottom: 40px;
}

.heading-186 {
  border-left: 10px solid var(--accent-a1);
  padding-left: 20px;
  font-size: 3rem;
  line-height: 1.2;
}

.bold-text-66 {
  color: var(--accent-a1);
}

.paragraph-67 {
  color: var(--heading);
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.4;
}

.bold-text-67, .bold-text-68, .bold-text-69 {
  color: var(--accent-a1);
}

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

.linkdinimage-div {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.new-icon-dropdown-toggle {
  width: auto;
  font-size: 20px;
  line-height: 1.2;
}

.team-titles {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-icons {
  width: auto;
}

.body-17 {
  background-color: #04040a;
  font-family: Roboto, sans-serif;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 40px 60px;
  display: flex;
}

.content-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.news-banner-div {
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.news-banner-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-news-title {
  color: var(--heading);
  text-align: center;
  letter-spacing: -.5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.news-banner-image {
  width: 50%;
  display: none;
}

.banner-news-images {
  width: auto;
  height: auto;
  transform: rotate(-32deg);
}

.link-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.div-content {
  width: 100%;
}

.heading-7-samll-news {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.2;
}

.div-title {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-title.d-none {
  display: none;
}

.heading-8-samll-news {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 12px;
}

.heading-news-title {
  color: #fff;
  border-bottom: 5px solid #fff;
  margin-bottom: 50px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.news-content-small {
  background-image: linear-gradient(to top, #003c92, #1d283880);
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px;
  display: flex;
}

.news-content-small-image {
  margin-right: 20px;
  padding-right: 0;
  position: relative;
}

.heading-3-news {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.news-content-img {
  border-radius: 20px;
  margin-bottom: 10px;
}

.news-heading-5 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
}

.grid-mix-news {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  display: flex;
}

.news-content, .news-content:hover {
  padding: 0;
}

.news-content-small-img {
  border-radius: 5px;
  width: 400px;
  height: auto;
}

.link-block-14 {
  color: #fff;
  background-image: linear-gradient(0deg, #003c92, #1d283880);
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.grid-small-news {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.latest-news {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.latest-news-list {
  width: 100%;
  margin-top: 50px;
}

.latest-news-item-date-time {
  font-size: 12px;
}

.latest-news-item-title {
  width: 100%;
}

.latest-news-item-image-single {
  border-radius: 20px;
  width: auto;
}

.latest-news-item-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.link-block-15 {
  color: #fff;
  width: 100%;
  line-height: 1.2;
  text-decoration: none;
}

.heading-9-latest-news {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 34px;
}

.latest-news-item-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  width: 53%;
  display: flex;
  position: relative;
}

.latest-news-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(to top, #003c92, #1d283880);
  border-radius: 20px;
  flex-direction: row;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
}

.heading-11latest-news-item {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.heading-10-latest-news-item {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.text-block-55 {
  font-size: 14px;
  line-height: 1.2;
}

.text-block-56, .text-block-57, .text-block-58, .text-block-59 {
  font-size: 14px;
  line-height: 1.8;
}

.form-block-3 {
  align-self: flex-end;
  margin-bottom: 0;
}

.text-field-14 {
  border: 1px solid var(--accent-a1);
  box-shadow: 0 -1px 20px 0 var(--accent-a1);
  border-radius: 30px;
  margin-bottom: 0;
}

.news-search-filters {
  grid-column-gap: 24px;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.heading-187, .heading-188, .heading-189 {
  margin-bottom: 0;
}

.news-search-filters-title {
  border: 2px solid var(--heading);
  border-radius: 30px;
  margin-bottom: 0;
  padding: 5px 30px;
  font-size: 18px;
}

.news-content-image-div {
  position: relative;
}

.news-content-heading-title {
  z-index: 9999;
  border: 2px solid var(--heading);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-190 {
  border: 2px solid var(--heading);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 10px;
  line-height: 1.2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bold-text-71 {
  font-size: 14px;
}

.latest-news-item-image-single-title {
  border: 2px solid var(--heading);
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.body-18 {
  font-family: Roboto, sans-serif;
}

.secure-system-sub-title {
  color: #fff;
}

.fees-text {
  color: #768197;
  font-size: 10px;
  font-weight: 700;
}

.ledger-line {
  border-bottom: 1px solid #383d47;
  width: 100%;
  height: 45px;
}

.ledger-index-link {
  color: var(--heading);
  font-weight: 900;
  line-height: 1.2px;
  text-decoration: none;
}

.banner-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.ledger {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 168px;
  margin-left: 32px;
  display: flex;
}

.number-of-transaction {
  background-color: #0f1;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.txn-count-number {
  color: #768197;
  font-size: 10px;
}

.ledger-hash {
  text-align: center;
  width: 100%;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
}

.hashes {
  align-self: flex-end;
  min-width: 168px;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-6.transaction-banner {
  margin-top: 0;
}

.validation-quebe {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 32px;
  display: grid;
}

.section-transaction {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  display: block;
  overflow: hidden;
}

.ledgers {
  display: block;
}

.close-time-text {
  color: #9ba2b0;
  padding-top: 3px;
  font-size: 10px;
}

.secure-system-image {
  width: 100%;
  margin-top: 40px;
}

.validator-subtitle {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  display: flex;
}

.control {
  text-align: right;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 4px 40px;
  line-height: 14px;
  display: flex;
  overflow: hidden;
}

.html-embed-16 {
  color: #3183ff;
  padding-top: 5px;
}

.ledger-list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: -45px 16px 20px;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.transactions-count-div {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-self: auto;
  align-items: stretch;
  margin-top: 32px;
}

.fees-number {
  color: #768197;
  font-size: 10px;
}

.content-transaction {
  max-width: none;
}

.bar {
  background-color: #1d4559;
  height: 2px;
  margin-top: 0;
  margin-left: -32px;
  margin-right: -32px;
  padding-bottom: 0;
}

.validation-total {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.hash {
  color: #fff;
  background-color: #0000;
  border: 1px solid #383d47;
  border-top-width: 0;
  height: auto;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.txn-count-text {
  color: #768197;
  font-size: 10px;
  font-weight: 700;
}

.wormhole-content {
  width: 100%;
  display: flex;
}

.wormhole-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.txn-count {
  text-transform: uppercase;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.fees {
  text-transform: uppercase;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.secure-system-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.ledger-head {
  background-color: #000;
  border: 1px solid #383d47;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 170px;
  padding: 32px;
  display: flex;
}

.validation-quebe-item {
  color: #ccc;
  background-color: #ccc;
  border-radius: 4px;
  width: auto;
  height: 4px;
  padding-right: 0;
  display: flex;
}

.bold-text-72 {
  font-size: 16px;
  line-height: 1.4;
}

.bold-text-73 {
  line-height: 1.4;
}

.block-heading-2--contents {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.body-19 {
  font-family: Roboto, sans-serif;
}

.fs-3dglobe-container {
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.exploring-the-superiority {
  flex: 0 auto;
  width: 100%;
  height: 100vh;
  position: static;
}

.banner-content-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.secure-system-title-2 {
  color: #fff;
  letter-spacing: -.1rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
}

.secure-system-sub-title-2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.btnmain-2 {
  color: #e8f0fe;
  background-color: #0000;
  background-image: none;
  border: 1px solid #3183ff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-right: 0;
  padding: 15px 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: static;
}

.btnmain-2:hover {
  color: #fff;
  background-color: #0000;
  transform: scale(.98);
  box-shadow: 0 0 20px #3183ff;
}

.text-block-60 {
  color: var(--heading);
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}

.text-block-60.text-block-60-custom {
  text-align: left;
  font-size: 16px;
}

.heading-important {
  letter-spacing: -.8px;
  margin-bottom: 30px;
  font-size: 3em;
  line-height: .9;
}

.heading-important.heading-important-custom {
  font-size: 2.4em;
}

.wormchannel-items {
  white-space: normal;
  font-size: 24px;
  line-height: 1.4;
  list-style-type: none;
}

.list-item-14 {
  color: var(--heading);
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 1.4;
}

.worm-item-bolod {
  color: var(--heading);
  font-size: 2rem;
}

.bold-text-74 {
  font-weight: 700;
}

.heading-191 {
  letter-spacing: -.5px;
  text-transform: capitalize;
  font-size: 5rem;
  font-weight: 500;
  line-height: .9;
}

.bold-text-75 {
  font-size: 5rem;
  line-height: .9;
}

.body-20 {
  font-family: Roboto, sans-serif;
}

.edexa-labs-content {
  width: 100%;
}

.edexa-labs-heading {
  text-align: left;
  letter-spacing: -.5px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 8rem;
  font-weight: 900;
  line-height: .9;
}

.text-block-61 {
  border-left: 5px solid var(--accent-a1);
  color: var(--heading);
  text-align: left;
  margin-bottom: 50px;
  padding-left: 8px;
  font-size: 16px;
  line-height: 1.4;
}

.edexa-labs-content-points {
  width: 100%;
}

.heading-192 {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: .9;
}

.bold-text-77 {
  font-size: 3rem;
  line-height: .9;
}

.edexa-gradient-title {
  color: var(--accent-a1);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.edexa-labs-content-point {
  margin-bottom: 50px;
}

.text-block-62 {
  color: var(--heading);
  font-size: 16px;
  line-height: 1.4;
}

.lab-edx-titles {
  color: var(--heading);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 1.5rem;
  font-weight: 700;
}

.lab-edx-main-titles {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-193, .heading-194 {
  font-size: 3rem;
  line-height: .9;
}

.text-block-63 {
  color: var(--heading);
  font-size: 16px;
  line-height: 1.4;
}

.list-6 {
  color: var(--heading);
  margin-top: 32px;
}

.list-item-15 {
  font-size: 14px;
  line-height: 1.8;
}

.list-item-16, .list-item-17 {
  font-size: 16px;
  line-height: 1.4;
}

.slider-background-image {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/637221f4cba2888073060984_linkedin_1200x628_4-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.dapp-image-title-div {
  grid-column-gap: 53px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.dapp-slider-heading {
  margin-bottom: 0;
  font-size: 5em;
  line-height: 1.2;
}

.dapp-decription-div {
  width: auto;
}

.dapp-button-div {
  flex-direction: row;
  display: flex;
}

.dapp-slider-image {
  width: 141px;
}

.div-block-55 {
  width: auto;
}

.progressbarcontainer {
  grid-column-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  width: auto;
  display: block;
}

.progressbar {
  border: 1px solid var(--heading);
  border-radius: 10px;
  width: 100px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.div-block-56 {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  display: none;
}

.text-block-64 {
  font-size: 14px;
  line-height: 1.2;
}

.div-block-57 {
  opacity: 1;
  text-align: center;
  background-color: #fffc;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0;
  transition: none;
  display: none;
  position: absolute;
  inset: 0%;
  transform: none;
}

.text-block-65 {
  color: var(--background-a);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.news-content-heading-title-2 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #003c92;
  border: 2px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.news-content-small-image-2 {
  width: 324px;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.news-content-small-2 {
  background-image: linear-gradient(0deg, #003c92, #1d283880);
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.news-content-image-div-2 {
  width: 100%;
  position: relative;
}

.div-main-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-8-samll-news-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 12px;
}

.news-heading-5-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
}

.news-content-small-img-2 {
  border-radius: 10px;
  width: auto;
  height: 100%;
}

.text-block-66 {
  color: var(--heading);
  font-size: 16px;
  line-height: 1.4;
}

.heading-7-samll-news-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
}

.text-block-67 {
  font-size: 14px;
  line-height: 1.4;
}

.loder-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.grid-mix-news-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
  display: flex;
}

.link-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 600px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.grid-small-news-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  display: flex;
}

.news-content-small-contents-2 {
  width: 490px;
}

.heading-195 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #003c92;
  border: 2px solid #fff;
  border-radius: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 10px;
  line-height: 1.2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.news-content-img-2 {
  border-radius: 20px;
  width: auto;
  margin-bottom: 10px;
}

.pagination-div {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.latest-news-item-image-single-2 {
  border-radius: 20px;
  width: auto;
}

.latest-news-item-image-single-title-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #003c92;
  border: 2px solid #fff;
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.latest-news-item-image-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  width: 53%;
  display: flex;
  position: relative;
}

.text-field-15 {
  border: 1px solid #3183ff;
  border-radius: 30px;
  margin-bottom: 0;
  box-shadow: 0 -1px 20px #3183ff;
}

.latest-news-item-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(to top, #003c92, #1d283880);
  border-radius: 20px;
  flex-direction: row;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
}

.news-search-filters-title-2 {
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 5px 30px;
  font-size: 18px;
}

.pagination {
  grid-column-gap: 10px;
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  list-style-type: none;
  display: flex;
}

.text-block-68 {
  font-size: 16px;
  line-height: 1.4;
}

.latest-news-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.heading-11latest-news-item-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.page-item {
  box-shadow: none;
  border: 1px solid #3183ff;
  border-radius: 3px;
  padding: 5px 8px;
}

.page-item:hover {
  box-shadow: 0 0 20px 5px #003c92;
}

.page-item.active {
  background-color: var(--accent-a2);
  color: var(--heading);
  border-color: #3183ff;
  padding: 5px 8px;
  font-size: 20px;
  list-style: none;
  display: flex;
  box-shadow: 0 0 20px #003c92;
}

.latest-news-list-pagination {
  position: relative;
}

.heading-10-latest-news-item-3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.wormchannel-list {
  color: var(--accent-a1);
}

.body-21 {
  font-family: Roboto, sans-serif;
}

.heading-6-single-news {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

.share-link {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-right: 0;
  display: flex;
}

.date-time-share-icons {
  justify-content: space-between;
  display: flex;
}

.back-button-2 {
  display: flex;
}

.full-news {
  width: 100%;
  max-width: 800px;
}

.link-block-2-single-news {
  text-decoration: none;
}

.heading-196 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
}

.single-newmain-image {
  width: 100%;
}

.share-icons {
  display: flex;
}

.heading-5-single-news {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.image-2-single-news {
  width: 20px;
  height: 20px;
}

.blog-single-image {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.single-blog-title {
  display: flex;
}

.date-time {
  display: inline-block;
}

.rich-text-block-single-news {
  color: #fff;
  text-align: justify;
  flex-flow: column;
  font-size: 16px;
  line-height: 1.1;
  display: flex;
}

.columns-9 {
  width: 100%;
}

.div-main-right-left {
  grid-column-gap: 25px;
  border: 1px solid var(--heading);
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(135deg, var(--accent-a1), var(--accent-a1) 53%, var(--dark-slate-blue));
  border-radius: 8px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 335.375px;
  margin-bottom: 80px;
  padding: 20px;
  display: flex;
}

.div-left-content, .div-right-content {
  width: 100%;
}

.heading-197 {
  margin-bottom: 10px;
  font-size: 34px;
}

.heading-198, .heading-199 {
  font-size: 20px;
}

.text-block-69 {
  color: var(--customwhite);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.signup-round {
  box-shadow: 0 0 10px -1px var(--accent-a1);
  border-radius: 10px;
}

.blockchain-image-bg {
  box-shadow: 1px 1px 10px 0 var(--accent-a1);
  border-radius: 10px;
}

.image-47 {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
}

.heading-200 {
  text-align: center;
  margin-bottom: 40px;
}

.div-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: stretch;
  display: grid;
}

.image-48 {
  background-image: linear-gradient(#000c, #000c);
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-201 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-202 {
  color: var(--heading);
}

.div-block-61 {
  color: var(--heading);
  width: 100%;
  height: 100%;
}

.div-block-62 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.heading-203 {
  opacity: 1;
  color: var(--heading);
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
  transform: scale(1);
}

.div-block-63 {
  width: 100%;
  height: 100vh;
}

.div-block-64 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.div-block-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-66 {
  background-image: linear-gradient(to bottom, #03274fd9, var(--accent-a1) 56%, var(--dark-slate-blue));
  opacity: 0;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
}

.ball2shadow {
  background-image: radial-gradient(circle at 100% 70%, #056d8f26, #008cbb03 33%);
  position: absolute;
  inset: 0%;
}

.ball-second-color {
  background-image: radial-gradient(circle at 20% 20%, #3183ffbd, #073d83);
  border-radius: 50%;
  display: block;
  position: absolute;
  inset: 0%;
}

.ball2 {
  z-index: 3;
  border-radius: 50%;
  width: 26vh;
  height: 26vh;
  position: absolute;
  inset: 9vh auto auto 1vh;
  overflow: hidden;
  box-shadow: -1px 0 10vh #0000000d;
}

.ball4shadow {
  opacity: .76;
  filter: blur(20px);
  background-color: #024777cc;
  border-radius: 50%;
  width: 50%;
  height: 60%;
  position: absolute;
  inset: -25% 0% auto 60%;
  transform: rotate(-45deg);
}

.div-block-67 {
  background-image: linear-gradient(#0988b133, #ffffff29);
  border-radius: 50%;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: inset -28px -28px 5vh #5bf3faad;
}

.ball7shadow {
  opacity: .42;
  filter: blur(10px);
  background-color: #024777cc;
  border-radius: 50%;
  width: 30%;
  height: 30%;
  position: absolute;
  inset: 39% auto auto 20%;
  transform: rotate(-6deg);
}

.ball6shadow {
  opacity: .5;
  filter: blur(20px);
  background-color: #024777cc;
  border-radius: 50%;
  width: 30%;
  height: 40%;
  position: absolute;
  inset: 15% auto auto 0%;
  transform: rotate(20deg);
}

.ball-shine {
  opacity: .4;
  filter: blur(15px);
  border-top: 15px solid #69eebb;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: 20% auto auto 20%;
  transform: rotate(-85deg);
}

.ball1shadow2 {
  opacity: .83;
  filter: blur(15px);
  background-color: #073d83;
  border-radius: 50%;
  width: 11%;
  height: 27%;
  position: absolute;
  inset: auto 32% 1% auto;
  transform: rotate(58deg);
}

.ball-wrap {
  width: 70vh;
  height: 70vh;
  display: none;
  position: absolute;
  inset: 12vh 19vh auto auto;
}

.ball1 {
  z-index: 2;
  border-radius: 50%;
  width: 35vh;
  height: 35vh;
  position: absolute;
  inset: 14.5vh auto auto 23vh;
  overflow: hidden;
  box-shadow: 1px 1px 10vh #0000000d;
}

.ball4 {
  z-index: 1;
  border-radius: 50%;
  width: 28vh;
  height: 28vh;
  position: absolute;
  inset: 40.5vh auto auto 9.5vh;
  overflow: hidden;
  box-shadow: 1px 1px 10vh #0000000d;
}

.ball7 {
  z-index: 1;
  border-radius: 50%;
  width: 7vh;
  height: 7vh;
  position: absolute;
  inset: 25vh auto auto 58vh;
  overflow: hidden;
  box-shadow: 1px 1px 6vh #0000000d;
}

.ball5 {
  z-index: 3;
  border-radius: 50%;
  width: 17vh;
  height: 17vh;
  position: absolute;
  inset: 42.5vh auto auto 41vh;
  overflow: hidden;
  box-shadow: 1px 1px 10vh #0000000d;
}

.ball-third-color {
  background-image: linear-gradient(#0988b133, #ffffff29);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  box-shadow: inset -1px -9px 8vh #5bf3fa;
}

.ball-third-color.mid {
  background-image: linear-gradient(#073d83, #ffffff29);
  box-shadow: inset -4px -10px 4vh #5bf3fa;
}

.ball-third-color.small {
  box-shadow: inset -1px -26px 5vh -5px var(--accent-a1);
  background-image: linear-gradient(#0988b163, #ffffff29);
}

.ball-third-color.smallest {
  background-image: linear-gradient(to bottom, var(--cst-blue), #ffffff29);
  box-shadow: inset -1px -11px 5vh 0 var(--accent-a1);
}

.ball-third-color.big {
  background-image: linear-gradient(#073d83bd, #ffffff29);
  display: block;
  box-shadow: inset -20px -23px 6vh #3183ff;
}

.ball-third-color.mid {
  box-shadow: inset -4px -10px 4vh 0 var(--accent-a1);
}

.ball-third-color.big {
  background-image: linear-gradient(to bottom, var(--accent-a1), #ffffff29);
  box-shadow: inset -20px -23px 6vh 0 var(--accent-a1);
  display: block;
}

.ball1shadow {
  opacity: .68;
  filter: blur(15px);
  background-color: #073d83;
  border-radius: 50%;
  width: 15%;
  height: 30%;
  position: absolute;
  inset: 20% auto auto 0%;
  transform: rotate(18deg);
}

.ball3shadow {
  opacity: .8;
  filter: blur(20px);
  background-color: #024777cc;
  border-radius: 50%;
  width: 60%;
  height: 50%;
  position: absolute;
  inset: 68% auto 0% -11%;
  transform: rotate(29deg);
}

.ball6 {
  z-index: 1;
  border-radius: 50%;
  width: 14vh;
  height: 14vh;
  position: absolute;
  inset: 33vh auto auto 55vh;
  overflow: hidden;
  box-shadow: 1px 1px 8vh #0000000d;
}

.ball3 {
  z-index: 1;
  border-radius: 50%;
  width: 23vh;
  height: 23vh;
  position: absolute;
  inset: .5vh auto auto 43.5vh;
  overflow: hidden;
  box-shadow: 1px 1px 10vh #0000000d;
}

.ball-first-color {
  background-image: radial-gradient(circle at 43% 45%, #3183ff 4% 41%, #073d83 97%);
  position: absolute;
  inset: 0%;
}

.main {
  background-image: none;
  height: 100vh;
  position: relative;
}

.ball1shadow-2 {
  background-color: var(--cst-blue);
  opacity: .68;
  filter: blur(15px);
  border-radius: 50%;
  width: 15%;
  height: 30%;
  position: absolute;
  inset: 20% auto auto 0%;
  transform: rotate(18deg);
}

.hero-txt {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 10vw;
  display: flex;
}

.logo-wrap {
  align-items: center;
  margin-bottom: 40px;
  padding-left: 5px;
  display: flex;
}

.ball-second-color-2 {
  background-image: radial-gradient(circle farthest-corner at 20% 20%, var(--accent-a1), var(--accent-a1));
  border-radius: 50%;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-204 {
  letter-spacing: -.5px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: .9;
}

.ball-first-color-2 {
  background-image: radial-gradient(circle farthest-corner at 43% 45%, var(--cst-blue) 4%, var(--accent-a1) 41%, var(--dark-slate-blue) 97%);
  position: absolute;
  inset: 0%;
}

.logo-ball {
  background-color: #73f5a9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  box-shadow: 1px 1px 10px #cbf8dd;
}

.logo-ball._3 {
  background-color: var(--accent-a1);
  width: 50px;
  height: 50px;
  margin-left: -6px;
  box-shadow: 1px 1px 15px #cbf8dd;
}

.logo-ball._1 {
  background-color: var(--accent-a1);
  opacity: .6;
  width: 38px;
  height: 38px;
}

.logo-ball._2 {
  background-color: var(--accent-a1);
  opacity: .8;
  width: 45px;
  height: 45px;
}

.paragraph-68 {
  border-left: 5px solid var(--accent-a1);
  padding-left: 10px;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.ball1shadow2-2 {
  background-color: var(--cst-blue);
  opacity: .83;
  filter: blur(15px);
  border-radius: 50%;
  width: 11%;
  height: 27%;
  position: absolute;
  inset: auto 32% 1% auto;
  transform: rotate(58deg);
}

.main-2 {
  background-image: none;
  height: 100vh;
  position: relative;
}

.sticky-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.sticky-text_wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-text_wrapper.steps.first, .sticky-text_wrapper.steps.third, .sticky-text_wrapper.steps.second {
  display: flex;
}

.list-7 {
  color: var(--customwhite);
  margin-top: 32px;
}

.phone-screen {
  width: 100%;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.sticky-wrapper {
  width: 100%;
  height: 400vh;
  position: relative;
}

.paragraph-l {
  font-size: 1.125rem;
}

.paragraph-l.cc-sm-small.mb-0 {
  margin-bottom: 0;
}

.paragraph-l.cc-sm-small.mb-0.text-dark {
  display: block;
}

.lab-edx-titles-2 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 1.5rem;
  font-weight: 700;
}

.sticky-container {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-img_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sticky-img_wrapper.cc-steps {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.phone-screen_img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.phone-screen_img.third, .phone-screen_img.second {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.phone-screen_img.first {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.position-relative {
  position: relative;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.h3 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}

.sticky-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sticky-triggers {
  position: absolute;
  inset: 0%;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-trigger._40 {
  top: 40%;
}

.sticky-trigger._60 {
  top: 60%;
}

.sticky-trigger._20 {
  top: 20%;
}

.sticky-trigger._80 {
  top: 80%;
}

.phone-mock {
  box-shadow: none;
  background-color: #0000;
  border-radius: 2em;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.circle-number {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -16px;
  padding-top: 3px;
  display: flex;
}

.text-block-70 {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  display: block;
}

.phone-mock_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.phone-screen_wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section-7 {
  padding-top: 0%;
  padding-bottom: 0%;
  display: none;
  position: relative;
}

.container-9 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-title {
  color: var(--accent-a1);
  font-weight: 900;
}

.rapid-section-tuesday {
  position: fixed;
}

.rapid-section-tuesday.tuesday {
  z-index: 40;
  justify-content: flex-end;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0%;
  display: block;
  inset: 0;
  transform: scale(.8);
}

.week-scroll-track {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 1400vh;
  display: block;
}

.page-conclusion-section {
  position: fixed;
}

.page-conclusion-section.final-block {
  z-index: 39;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  inset: 0;
}

.day-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
}

.day-title-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-left: 32px;
  display: block;
}

.rapid-section-wednesday {
  position: fixed;
}

.rapid-section-wednesday.wednesday {
  z-index: 30;
  width: 100vw;
  height: 100vh;
  display: block;
  inset: 0;
  transform: scale(.6);
}

.rapid-section-thursday {
  position: fixed;
}

.rapid-section-thursday.thursday {
  z-index: 20;
  justify-content: flex-end;
  width: 100vw;
  height: 100vh;
  padding-right: 10%;
  display: block;
  inset: 0;
  transform: scale(.4);
}

.day-subtitle {
  color: #1522b2;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
}

.week-scroll-wrapper.day-set {
  display: none;
  overflow: hidden;
}

.day-title {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.rapid-section-monday {
  position: fixed;
}

.rapid-section-monday.monday {
  z-index: 50;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0;
}

.day-text-wrapper {
  border-left: 4px solid #1522b2;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.day-title-flex {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.day-image {
  width: 38%;
}

.day-image.day-img {
  border-radius: 15px;
  width: 50%;
}

.day-text {
  margin-top: -9px;
  margin-bottom: -9px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 1.8;
}

.day-text.mon-text {
  font-size: 14px;
  line-height: 1.8;
}

.day-text.wed-text, .day-text.thurs-text {
  line-height: 1.8;
}

.day-number-title {
  opacity: .05;
  color: #363e4c;
  font-size: 454px;
  font-weight: 700;
  line-height: 278px;
  display: none;
  position: absolute;
  inset: auto auto -9% -20%;
}

.bold-text-78 {
  color: var(--customwhite);
  font-weight: 900;
  line-height: 1.8;
}

.bold-color {
  color: var(--accent-a1);
  text-transform: capitalize;
  font-size: 5rem;
  font-weight: 700;
  line-height: .6;
}

.bold-color.text-trans {
  text-transform: none;
  font-size: 5rem;
}

.bold-text-79 {
  font-weight: 900;
}

.bold-text-80, .bold-text-81, .bold-text-82 {
  font-size: 1.8rem;
}

.video-5 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-71 {
  border-left: 5px solid var(--accent-a1);
  color: var(--heading);
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-72 {
  border-left: 5px solid var(--accent-a1);
  color: var(--heading);
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.4;
  display: none;
}

.div-block-68 {
  border-bottom: 1px none var(--heading);
  box-shadow: none;
  background-image: none;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.text-block-73 {
  color: var(--customwhite);
  font-size: 16px;
  line-height: 1.4;
}

.link-block-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.image-51 {
  width: 50px;
}

.text-block-74 {
  color: var(--customwhite);
  line-height: 1.4;
  text-decoration: none;
}

.heading-content-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.heading-content-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-main-content-labs {
  width: 100%;
  height: 100vh;
  margin-top: 200px;
}

.heading-205 {
  font-size: 81px;
}

.heading-206 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 5rem;
  font-weight: 500;
  transition: transform .5s;
  transform: translate(0, -100px);
}

.text-block-75 {
  color: var(--customwhite);
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
  transition: transform .5s;
  transform: translate(0, -100px);
}

.image-52 {
  box-shadow: 0 0 20px 7px var(--accent-a1);
  border-radius: 8px;
  transition: transform .5s;
  transform: translate(0, 500px);
}

.image-53 {
  border-radius: 50px;
  width: 88px;
  position: absolute;
  inset: 10% 9% auto auto;
}

.image-54 {
  border-radius: 50px;
  width: 90px;
  font-size: 80px;
  position: absolute;
  inset: 35% auto auto 20%;
}

.image-55 {
  border-radius: 150px;
  width: 94px;
  position: absolute;
  inset: auto 5% 10% auto;
}

.image-56 {
  border-radius: 30px;
  width: 47px;
  position: absolute;
  inset: auto auto 6% 5%;
}

.image-57 {
  border-radius: 150px;
  width: 84px;
  position: absolute;
  inset: 40% 2% 0% auto;
}

.image-58 {
  border-radius: 150px;
  position: absolute;
  inset: 30% 20% 0% auto;
}

.image-59 {
  border-radius: 150px;
  width: auto;
  position: absolute;
  inset: 15% auto auto 2%;
}

.div-block-69 {
  border: 2px solid var(--accent-a1);
  width: 1px;
  height: auto;
}

.div-block-70 {
  border: 2px solid var(--accent-a1);
  height: 100px;
  position: absolute;
  inset: 0% auto;
}

.div-block-71 {
  width: 8%;
}

.image-60 {
  width: 30%;
  margin-bottom: 40px;
}

.text-block-76 {
  color: var(--heading);
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}

.div-block-72 {
  width: 100%;
  margin-top: 100px;
  display: block;
}

.heading-207 {
  letter-spacing: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.heading-208 {
  text-align: left;
  letter-spacing: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-209 {
  text-align: center;
  font-weight: 900;
}

.div-block-73 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-74 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-75 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-75.build-image-center {
  align-items: center;
  width: 100%;
}

.text-block-77 {
  color: var(--heading);
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-77.text-block-77-custom {
  margin-top: 15px;
}

.image-61 {
  width: 50%;
}

.image-61.cuat-image {
  width: 100%;
}

.image-61.cuat-image.img-left-labs, .image-61.cuat-image.img-full-right-labs {
  border-radius: 10px;
  transition: none;
  transform: none;
}

.image-61.img-right-labs {
  border-radius: 10px;
  width: 100%;
  transition: transform .5s;
  transform: translate(300px);
}

.text-block-78 {
  color: var(--customwhite);
  font-size: 16px;
  line-height: 1.4;
}

.div-block-76 {
  border-top: 1px solid var(--customwhite);
  margin-top: 0;
  padding-top: 100px;
}

.image-62 {
  border-radius: 130px;
  width: 160px;
  position: absolute;
  inset: 45% auto 0% 3%;
}

.image-63 {
  width: 200px;
  position: absolute;
  inset: 20% auto auto 12%;
  transform: none;
}

.text-block-79 {
  font-size: 14px;
  line-height: 179%;
}

.text-block-80 {
  border-left: 5px solid var(--accent-a1);
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.backgroundvideolayer {
  z-index: 9999;
  background-image: linear-gradient(#00000080, #00000080);
  display: none;
  position: absolute;
  inset: 0%;
}

.div-mainnet-content-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-mainnet-content {
  grid-column-gap: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: flex;
}

.div-mainnet-content-left {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-mainnet-content-right {
  width: 100%;
}

.heading-210 {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 2.5rem;
  transition: transform .5s;
  transform: translate(1920px);
}

.text-block-81 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  transition: transform .5s;
  transform: translate(1920px);
}

.text-block-81.content-text-animation-left {
  transition: transform .5s;
  transform: translate(-1920px);
}

.image-64 {
  border-radius: 10px;
  transition: transform .5s;
  transform: translate(-1920px);
}

.image-65 {
  border-radius: 10px;
  transition: transform .5s;
  transform: translate(1920px);
}

.image-66 {
  border-radius: 10px;
  transition: transform .5s;
  transform: translate(-1920px);
}

.heading-text-animation-left {
  font-size: 2.5rem;
  line-height: 1.2;
  transition: transform .5s;
  transform: translate(-1920px);
}

.image-67 {
  transition: transform .5s;
  transform: translate(1920px);
}

.content-text-animation-left {
  color: var(--customwhite);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition: transform .5s;
  transform: translate(-1920px);
}

.image-animation-right {
  border-radius: 10px;
  transition: transform .5s;
  transform: translate(1920px);
}

.image-animation-left {
  border-radius: 10px;
  transition: transform .5s;
  transform: translate(-1920px);
}

.heading-text-animation-right {
  font-size: 2.5rem;
  line-height: 1.2;
  transition: transform .5s;
  transform: translate(1920px);
}

.content-text-animation-right {
  color: var(--customwhite);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition: transform .5s;
  transform: translate(1920px);
}

.div-block-77 {
  z-index: 99999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.image-68 {
  width: 100px;
}

.pa {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.partners-images {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  box-shadow: 0 0 20px 0 var(--accent-a1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: -5px;
  display: flex;
}

.partners-image {
  border-right: 2px none var(--accent-a2);
  width: 100px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.partners-border-line {
  border: 1px solid var(--accent-a1);
  box-shadow: 0 0 20px 3px var(--accent-a1);
  height: 50px;
}

.div-block-79 {
  background-image: linear-gradient(to bottom, var(--accent-a1), transparent 48%, var(--dark-slate-blue));
  background-position: 0 0;
  position: absolute;
  inset: 0%;
}

.div-block-79.card {
  background-image: none;
  background-position: 0 0;
}

.div-block-80 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.body-22 {
  font-family: Roboto, sans-serif;
}

.heading-211 {
  margin-bottom: 15px;
  font-size: 8rem;
  line-height: .9;
}

.text-block-82 {
  color: var(--customwhite-2);
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.div-block-81 {
  display: block;
}

.edexa-logo-box {
  grid-column-gap: 24px;
  align-self: center;
  align-items: center;
  display: flex;
}

.edexa-logo-image {
  background-image: linear-gradient(45deg, var(--cst-blue), var(--dark-slate-blue) 52%, var(--cst-blue));
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 150px;
  display: flex;
}

.edexa-logo-content {
  width: auto;
  font-size: 16px;
  display: block;
}

.text-block-83 {
  color: var(--customwhite-2);
  text-align: justify;
  margin-bottom: 15px;
  line-height: 1.4;
}

.heading-212 {
  margin-bottom: 15px;
}

.link-8 {
  color: var(--customwhite-2);
  text-decoration: none;
}

.section-product {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.product-image {
  background-image: repeating-linear-gradient(to bottom, var(--cst-blue), var(--cst-blue));
  border-radius: 10px;
  padding: 100px;
}

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

.heading-213 {
  margin-bottom: 15px;
}

.text-block-84 {
  color: var(--customwhite-2);
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.link-9 {
  color: var(--customwhite-2);
  text-decoration: none;
}

.body-23 {
  font-family: Roboto, sans-serif;
}

.div-partnership-program-row {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.div-partnership-program-row-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-partnership-program-row-image {
  width: 100%;
}

.heading-214 {
  margin-bottom: 15px;
  font-size: 6rem;
  line-height: .9;
}

.text-block-85 {
  color: var(--customwhite-2);
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.image-70 {
  border-radius: 10px;
}

.partners-section-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-215 {
  margin-bottom: 15px;
  line-height: .9;
}

.grid-36 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #04040a;
  grid-template: ". . . . ."
                 ". . . . Area"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.image-71 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.partners-benefits-section {
  grid-column-gap: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.partners-div {
  border-style: solid;
  border-width: 5px 1px 1px;
  border-color: var(--accent-a1);
  box-shadow: 0 0 20px 2px var(--accent-a1);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.channel-partners-div {
  border-style: solid;
  border-width: 5px 1px 1px;
  border-color: var(--accent-a1);
  box-shadow: 0 0 20px 2px var(--accent-a1);
  border-radius: 10px;
  width: 100%;
  padding: 40px;
}

.parterners-border {
  background-color: var(--accent-a1);
  border-radius: 71px;
  width: 100%;
  height: 3px;
  margin-top: 0;
}

.parterners-content {
  border-top: 5px #000;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.heading-216 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: .9;
}

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

.text-block-87 {
  color: var(--customwhite-2);
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.heading-217 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: .9;
  display: none;
}

.benefits-list-items {
  margin-bottom: 20px;
}

.benefits-list-item {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-88 {
  color: var(--customwhite-2);
  font-size: 16px;
  line-height: 1.4;
}

.heading-218 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: .9;
}

.list-item-19 {
  color: var(--customwhite-2);
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}

.list-8 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: .9;
  list-style: decimal;
}

.list-8.list-8-custom {
  margin-bottom: 0;
  font-weight: 500;
}

.image-72 {
  margin-bottom: 20px;
}

.university-partners-section {
  grid-column-gap: 24px;
  border: 1px solid var(--accent-a1);
  box-shadow: 0 0 20px 2px var(--accent-a1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.university-partners, .university-partners.university-partners-about, .university-partners.university-partners-copyright-notice {
  width: 100%;
}

.university-partners-images {
  width: 30%;
}

.heading-219 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: .9;
}

.text-block-89 {
  color: var(--customwhite-2);
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.benefits-works {
  grid-column-gap: 24px;
  display: flex;
}

.benefits-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.how-it-works {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.how-it-works.how-it-works-custom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
}

.image-73 {
  margin-bottom: 20px;
}

.heading-220 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}

.university-partners-logo-images {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-74 {
  width: 65%;
}

.heading-221 {
  margin-bottom: 15px;
  font-size: 3.5rem;
  line-height: .9;
}

.div-block-82 {
  transform-style: preserve-3d;
  background-image: linear-gradient(#00000024, #00000024), url('../images/Frame-1dfdf3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: none;
}

.press-kit-email {
  color: var(--customwhite-2);
  cursor: pointer;
  text-decoration: none;
}

.location-marp {
  color: var(--accent-a1);
  cursor: pointer;
  text-decoration: none;
}

.link-10 {
  color: var(--accent-a1);
  text-decoration: none;
}

.div-block-83 {
  grid-column-gap: 15px;
  display: flex;
}

.text-block-90 {
  color: var(--customwhite-2);
  font-size: 20px;
  line-height: 1.4;
}

.select-field-3 {
  background-color: var(--background-b3);
  color: var(--paragraphs);
  border: 1px solid #000;
  border-radius: 15px;
  height: 57px;
  margin-bottom: 0;
  font-size: 16px;
}

.select-field-4 {
  border-radius: 10px;
}

.heading-222 {
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.text-block-91 {
  color: var(--customwhite);
  margin-bottom: 15px;
}

.link-11, .link-12 {
  color: var(--accent-a1);
  text-decoration: none;
}

.list-9 {
  list-style-type: none;
}

.list-item-20 {
  width: 100%;
  list-style-type: none;
}

.list-10 {
  width: auto;
  list-style-type: none;
}

.list-11 {
  list-style-type: none;
}

.boldtitleul {
  color: var(--customwhite);
  letter-spacing: -.5px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
}

.list-12 {
  list-style-type: none;
}

.div-block-84 {
  color: var(--customwhite);
}

.list-13 {
  margin-bottom: 0;
}

.body-24 {
  font-family: Roboto, sans-serif;
}

.main-content-div {
  grid-column-gap: 24px;
  flex: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 0 20px;
  display: flex;
}

.content-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 20px 0 0;
  display: block;
}

.content-right.card {
  padding: 10px;
}

.heading-223 {
  margin-bottom: 15px;
  font-size: 3.4rem;
  line-height: 1;
}

.image-75 {
  transform-style: preserve-3d;
  padding: 0;
  transition: none;
  transform: none;
}

.text-block-92 {
  color: var(--heading);
  text-align: justify;
  font-size: 14px;
  line-height: 1.4;
}

.main-content-div-security {
  grid-column-gap: 24px;
  box-shadow: 0 0 20px 2px var(--dark-slate-blue);
  border-radius: 15px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-224 {
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 3.4rem;
}

.link-block-18 {
  z-index: 9;
  position: relative;
}

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

.text-block-94 {
  color: var(--heading);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.question-f66 {
  color: var(--heading);
  border-bottom: 1px solid #dbdbdb;
  justify-content: space-between;
  width: auto;
  height: auto;
  padding: 10px 10px 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.question-f66:hover {
  color: #005296;
  text-decoration: underline;
}

.question-wrapper-f66 {
  color: var(--heading);
  flex-direction: column;
  max-width: none;
  margin: 10px auto;
  text-decoration: none;
  display: flex;
}

.edexa-faq {
  width: auto;
  margin-top: 50px;
}

.text-question-f66, .text-question-f66:hover {
  color: var(--heading);
}

.icon-wrapper-f66 {
  position: relative;
}

.answer-f66 {
  margin-top: 0;
  font-size: 16px;
  overflow: hidden;
}

.answer-text-f66 {
  color: var(--heading);
  width: 95%;
  margin-top: 10px;
  padding-left: 10px;
}

.arrow-blue-f66 {
  z-index: 10;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.arrow-black-f66 {
  width: auto;
  height: 11.75px;
  display: block;
}

.form {
  overflow: visible;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-content-wrap {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 75px;
  display: flex;
  position: relative;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.text-counter {
  color: var(--heading);
  font-size: 14px;
}

.checkbox-image {
  width: 45px;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0;
}

.text-block-95 {
  color: var(--heading);
  -webkit-text-stroke-color: var(--dark-slate-blue);
  font-weight: 500;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.field-input {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #3e34c80a;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.error-message-5 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-section-title {
  color: var(--heading);
  text-align: left;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  right: 35px;
  overflow: visible;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.mobile-nav-bottom {
  display: none;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous:hover {
  opacity: 1;
}

.next-button-2 {
  background-color: var(--dark-slate-blue);
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.submit-button-2 {
  background-color: var(--dark-slate-blue);
  box-shadow: none;
  letter-spacing: 1px;
  border-radius: 5px;
  width: 260px;
  height: auto;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-3 {
  background-color: #0000;
  max-width: 700px;
  height: 100%;
  position: relative;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-69 {
  color: var(--heading);
  text-align: left;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.slide-2 {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkbox-2 {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.success-message-8 {
  letter-spacing: 1px;
  padding: 50px;
}

.form07_legal {
  color: #101c2e8a;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.form-block-4 {
  display: none;
}

.bold-text-83 {
  font-size: 32px;
}

.text-block-96 {
  color: var(--heading);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.list-14 {
  color: var(--heading);
}

.list-item-21, .bold-text-84 {
  font-size: 14px;
}

.notediv {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.notedescription {
  grid-column-gap: 14px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.text-block-97 {
  color: var(--heading);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 22%;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
}

.text-block-99 {
  color: var(--heading);
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
}

.text-block-100 {
  color: var(--heading);
  width: auto;
  font-size: 14px;
  line-height: 1.2;
}

.text-block-101 {
  color: var(--heading);
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.text-block-102 {
  color: var(--heading);
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}

.bold-text-85 {
  color: var(--accent-a1);
}

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

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

.bold-text-86 {
  color: var(--accent-a1);
  font-weight: 900;
}

.text-block-104 {
  color: var(--customwhite-2);
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
}

.div-block-88 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-fetures {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.div-feture {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-87 {
  color: var(--accent-a1);
  font-weight: 700;
}

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

.div-block-90 {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.image-76 {
  width: auto;
  height: 25px;
}

.text-block-105 {
  color: var(--customwhite);
  font-size: 16px;
  line-height: 1.4;
}

.bold-text-88, .bold-text-89 {
  color: var(--accent-a1);
}

.text-block-106 {
  color: var(--customwhite-2);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}

.text-block-107 {
  color: var(--accent-a1);
  text-align: center;
  line-height: 1.4;
}

.bold-text-90 {
  color: var(--accent-a1);
  font-weight: 700;
}

.text-block-108 {
  color: var(--heading);
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-108.text-block-108-custom {
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 1.4;
}

.bold-text-91, .bold-text-92 {
  color: var(--accent-a1);
  font-weight: 700;
}

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

.text-block-110 {
  color: var(--heading);
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

.container-10 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.body-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.section123 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/banner.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
}

.section123._2 {
  background-image: url('../images/edeXa.network-background-pic-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.bold-text-94 {
  font-size: 40px;
  font-weight: 700;
}

.paragraph01 {
  font-size: 14px;
}

.bold-text-102 {
  font-weight: 300;
}

.bold-text-104 {
  font-weight: 700;
}

._105 {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-91 {
  filter: blur(150px);
  background-color: #5995dd59;
  width: 30%;
  height: 30%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.section-9 {
  position: relative;
}

.b-new {
  text-transform: none;
}

.b-new._1 {
  font-size: 5rem;
  line-height: .7;
}

.t1 {
  font-weight: 400;
}

.bold-text-107 {
  color: var(--accent-a1);
}

.popup-item {
  width: 500px;
}

.input-style {
  border-radius: 10px;
}

.inputlabel {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.bug-button {
  display: flex;
}

.modal {
  z-index: 99;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #00000054;
  border: 1px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.modal-item {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  object-fit: scale-down;
  background-color: #0000005c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.form-block-6 {
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  object-fit: fill;
  background-color: #0000007d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: auto;
  padding: 40px;
  display: flex;
  position: absolute;
}

.form-3 {
  width: 100%;
  height: 500px;
}

.image-77 {
  width: 45px;
  height: 35px;
  position: absolute;
}

.close-icon {
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.textarea-7 {
  border-radius: 10px;
  min-width: auto;
  min-height: 100px;
  padding-bottom: 0;
}

.nav-link-copy {
  color: #d8dfe9;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.nav-link-copy:hover {
  color: var(--heading);
}

.nav-link-copy.w--current {
  color: var(--heading);
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 400;
}

.nav-link-copy.w--current:hover {
  color: var(--heading);
}

.nav-link-copy.w--current:visited {
  color: var(--accent-a1);
  font-weight: 500;
}

.nav-link-copy.navmenuhover {
  text-transform: capitalize;
}

.nav-link-copy.navmenuhover.edexa-labs-menu {
  text-transform: none;
}

.navbar-main {
  z-index: 99;
  border-bottom: 1px none var(--background-a);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-main._3 {
  display: none;
}

.navbar-main-copy {
  z-index: 99;
  border-bottom: 1px none var(--background-a);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-main-copy._3 {
  display: none;
}

.paragraph-12y {
  color: var(--customwhite);
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
}

.paragraph-12y.pb-li {
  display: block;
}

.paragraph-12y.mode {
  color: var(--accent-a1);
  font-size: 18px;
  font-weight: 500;
}

.text-block-112 {
  padding: 20px 10px;
}

.table-block {
  outline-offset: 0px;
  border: 1px solid #0d0e11;
  outline: 1px solid #1a1b1d;
  flex-flow: row;
  justify-content: flex-start;
  width: auto;
  min-width: 400px;
  padding: 20px 10px;
  font-size: 14px;
  display: flex;
}

.table-block._2 {
  width: 300px;
}

.flex-block-2 {
  flex-flow: row;
}

.bounty-link {
  color: var(--accent-a1);
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.bounty-table {
  padding-bottom: 20px;
}

.image-78 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.bold-text-108 {
  color: var(--link);
  font-weight: 400;
}

.bold-text-109._1 {
  color: var(--accent-a1);
  font-weight: 700;
}

.submit-button-4 {
  border-radius: 9px;
}

.text-secondary {
  color: var(--heading);
  flex-flow: column;
  padding-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.text-span-10, .text-span-11 {
  color: var(--accent-a1);
  font-weight: 700;
}

.modal2 {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.flex-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text-block-113 {
  color: var(--heading);
  font-weight: 500;
}

.success-message-9 {
  background-color: #ddd0;
}

.error-message-6 {
  border-radius: 8px;
}

.flex-block-7 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.flex-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.text-block-114 {
  color: var(--heading);
  font-size: 1.8rem;
  font-weight: 900;
}

.flex-block-9 {
  -webkit-text-fill-color: inherit;
  background-color: #0a0730;
  background-clip: border-box;
  box-shadow: 0 2px 5px #0003;
}

.grid-page-b-2-copy {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.heading-tasks-2-copy {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: .9;
}

.heading-stats-2-copy {
  text-align: left;
  height: 100%;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
}

.flex-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.flex-block-11 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.projects {
  background-image: linear-gradient(140deg, var(--background-b1), var(--background-b2));
  box-shadow: none;
  opacity: .5;
  cursor: auto;
  border-radius: 5px;
  width: 100%;
  line-height: 100%;
  position: absolute;
  inset: 0%;
}

.projects:hover {
  background-image: linear-gradient(140deg, var(--background-b1), #3c547580);
}

.banji {
  cursor: pointer;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.project-grid {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: .75fr minmax(auto, .75fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-top: 10px;
}

.image-82 {
  width: 160px;
  height: 40px;
}

.block-heading-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.block-heading-copy.block-heading-news {
  margin-bottom: 30px;
}

.image-83, .image-84, .image-85, .image-86, .image-87, .image-88, .image-89, .image-90, .image-91 {
  width: 160px;
  height: 40px;
}

.text-block-115 {
  color: var(--accent-a1);
  text-transform: uppercase;
  border: 2px solid #1d2838;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 11px;
}

.paragraph-70 {
  color: var(--heading);
  text-align: center;
  font-size: 14px;
  line-height: 21px;
}

.paragraph-70-copy {
  color: var(--accent-a1);
  text-align: center;
  height: 76%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
}

.flex-block-12 {
  justify-content: center;
  align-items: center;
}

.button-15 {
  background-color: #3898ec00;
}

.link-block-19 {
  display: flex;
}

.flex-block-13 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flex-block-14 {
  width: 100%;
}

.div-block-96 {
  background-color: #38c77f;
  border-radius: 18px;
}

.most-trending {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #3cca5d;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-116 {
  color: var(--heading);
  font-size: 16px;
}

.flex-block-15 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.text-block-117 {
  color: var(--heading);
  font-size: 14px;
}

.image-92, .image-93 {
  width: 141.6px;
}

.image-94 {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.image-95 {
  border-radius: 10px;
  width: 198px;
  height: auto;
  line-height: 200%;
}

.image-96 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
}

.image-97 {
  border-radius: 10px;
}

.paragraph-71 {
  color: var(--customwhite);
  text-align: justify;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.singleappname {
  text-align: center;
  padding: 20px;
}

.table_row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_header {
  padding: 20px;
}

.table_head {
  border-bottom: 1px solid var(--paragraphs);
  color: var(--heading);
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_component {
  box-shadow: 0 2px 5px 0 var(--accent-a2);
  background-image: linear-gradient(#0f2446, #071730);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.sfdsf {
  display: block;
}

.list-of-platforms-blockchain {
  grid-column-gap: 10px;
  width: auto;
  display: flex;
}

.image-98 {
  box-sizing: border-box;
  background-color: #929292;
}

.section-10 {
  height: 100%;
}

.container-12 {
  width: 80%;
  max-width: 1400px;
  margin-top: 100px;
  margin-right: auto;
  padding-right: 0;
}

.text-block-118 {
  letter-spacing: -1px;
  margin: 60px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 31px;
}

.bold-text-110 {
  letter-spacing: -1px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 160px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 72px;
  display: block;
}

.heading-225 {
  font-size: 68px;
  line-height: 69px;
}

.code, .text-span-12, .text-span-13, .text-span-14 {
  color: #3182fc;
}

.background-video-3 {
  z-index: 999;
  object-fit: contain;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 800px;
  margin: -12px auto 0;
  display: flex;
  position: static;
  inset: 0;
}

.text-span-15, .text-span-16 {
  color: #3182fc;
}

.container-13 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1000px;
  height: 100%;
  display: flex;
}

.div-block-99 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-11 {
  background-color: #020205;
  height: 700px;
}

.bold-text-112 {
  width: 100.022%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.heading-226 {
  color: #fff;
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-227 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-228 {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

.image-99 {
  width: 430px;
}

.button-16 {
  background-color: #3898ec00;
  border: 1px solid #3182fc;
  border-radius: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.div-block-100 {
  justify-content: space-around;
  width: 40%;
  display: flex;
}

.div-block-101 {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.button-17 {
  background-color: #3898ec00;
  border: 1px solid #3182fc;
  border-radius: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.div-block-102 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-block-103 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.heading-229 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.heading-230 {
  color: #fff;
  font-size: 65px;
}

.bold-text-114 {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.bold-text-115, .bold-text-117 {
  font-family: Roboto, sans-serif;
}

.heading-231 {
  font-size: 65px;
}

.heading-232 {
  color: #fff;
  font-size: 65px;
}

.section-12 {
  background-color: #020205;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 101px;
}

.text-block-120 {
  color: #fff;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  line-height: 28px;
}

.container-14 {
  width: 90%;
  max-width: none;
}

.text-block-121 {
  color: #fff;
  font-family: Roboto, sans-serif;
  line-height: 28px;
}

.bold-text-118 {
  font-family: Roboto, sans-serif;
  font-size: 75px;
}

.text-block-122 {
  color: #fff;
  letter-spacing: 0;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  line-height: 28px;
}

.rl-button-secondary-alternate {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--customwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium.is-white {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1.is-white {
  color: var(--accent-a1);
  text-align: center;
  font-family: Roboto, sans-serif;
}

.rl_header5_content {
  color: #fff;
  width: 100%;
  max-width: 35rem;
}

.header5_component {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  margin-right: 220px;
  padding-left: 220px;
  padding-right: 0%;
}

.rl_section_header5 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  position: relative;
}

.bold-text-119 {
  text-align: center;
  font-family: Roboto, sans-serif;
  line-height: .8;
}

.code-13 {
  overflow: visible;
}

.bold-text-120 {
  color: var(--accent-a1);
}

.text-span-17 {
  color: var(--accent-a1);
  font-weight: 500;
}

.text-span-18 {
  font-weight: 500;
}

.text-span-19, .text-span-20 {
  color: var(--accent-a1);
  font-weight: 500;
}

.rl_layout1_image {
  width: 500px;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-section-large {
  min-width: 800px;
  max-width: 1400px;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_section_layout1 {
  background-color: #090a11;
}

.bold-text-121 {
  color: var(--accent-a1);
}

.fn-rich-text {
  color: #939b9b;
  min-width: 1000px;
}

.fn-rich-text h2 {
  color: #ecf0ef;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-rich-text h4 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-rich-text p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-rich-text blockquote {
  border-left-style: none;
  margin-bottom: 24px;
  padding: 0;
  font-size: 24px;
  line-height: 1.6em;
}

.fn-rich-text figure {
  width: 100%;
  min-width: 100%;
  margin-bottom: 56px;
  margin-left: 0;
  margin-right: 0;
}

.fn-rich-text figcaption {
  text-align: right;
  justify-content: flex-end;
  text-decoration: underline;
  display: flex;
}

.fn-rich-text img {
  border-radius: 12px;
}

.fn-rich-text ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.fn-rich-text ol {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 16px;
  list-style-type: disc;
  display: flex;
}

.fn-rich-text h1 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

.fn-rich-text h3 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.2em;
}

.fn-rich-text h5 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3em;
}

.fn-rich-text h6 {
  color: #ecf0ef;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2em;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.fn-section {
  color: #ecf0ef;
  background-color: #090a11;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.background-video-4 {
  height: 100vh;
}

.bold-text-122 {
  font-weight: 700;
}

.text-block-123 {
  color: #fff;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  line-height: 28px;
}

.heading-234 {
  color: #fff;
}

.bold-text-123 {
  font-family: Roboto, sans-serif;
}

.code-9 {
  color: #3182fc;
}

.heading-235 {
  color: #fff;
}

.bold-text-124 {
  font-family: Roboto, sans-serif;
}

.code-14 {
  color: #3182fc;
}

.heading-236 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.heading-237 {
  color: #fff;
}

.bold-text-125 {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.bold-text-126, .bold-text-128 {
  font-family: Roboto, sans-serif;
}

.heading-239 {
  color: #fff;
}

.section-13 {
  background-color: #020205;
  margin-bottom: 0;
  padding-bottom: 101px;
}

.text-block-125 {
  color: #fff;
  font-family: Roboto, sans-serif;
  line-height: 28px;
}

.container-15 {
  width: 90%;
  max-width: none;
}

.text-block-126 {
  color: #fff;
  font-family: Roboto, sans-serif;
  line-height: 28px;
}

.bold-text-129 {
  font-family: Roboto, sans-serif;
}

.text-block-127 {
  color: #fff;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  line-height: 28px;
}

.heading-241 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.code-8, .code-17 {
  color: #3182fc;
}

.heading-242 {
  color: var(--accent-a1);
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
}

.bold-text-130 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 40px;
}

.bold-text-131, .bold-text-133 {
  font-family: Roboto, sans-serif;
  font-size: 40px;
}

.heading-243 {
  color: var(--accent-a1);
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
}

.heading-244 {
  color: var(--accent-a1);
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
}

.section-14 {
  background-color: var(--background-a);
  margin-bottom: 0;
  padding: 220px 220px 100px;
}

.code-10 {
  color: #3182fc;
}

.text-block-129 {
  color: #fff;
  font-family: Roboto, sans-serif;
  line-height: 28px;
}

.container-16 {
  width: 90%;
  min-width: 800px;
  max-width: 1400px;
}

.text-block-130 {
  color: #fff;
  font-family: Roboto, sans-serif;
  line-height: 28px;
}

.bold-text-134 {
  font-family: Roboto, sans-serif;
  font-size: 50px;
}

.text-block-131 {
  color: #fff;
  letter-spacing: 0;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.bold-text-135 {
  color: var(--accent-a1);
  font-size: 40px;
}

.bold-text-136, .bold-text-137 {
  color: var(--accent-a1);
}

.form-4 {
  width: 100%;
}

.bug-button-copy {
  display: flex;
}

.splide__track-copy {
  width: 100%;
  overflow: hidden;
}

.splide__track-copy.is--main, .splide__track-copy.is--main-copy {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--background-a));
  border-radius: 30px;
  padding: 3rem;
}

.textarea-8 {
  border-radius: 5px;
}

.image-100 {
  width: 22px;
}

.image-101, .image-102, .image-103, .image-104, .image-105, .image-106, .image-107 {
  width: 20px;
}

.image-108 {
  padding-bottom: 40px;
}

.section-steps {
  z-index: 50;
  -webkit-text-fill-color: inherit;
  background-color: #04040a;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-steps.footer {
  background-image: none;
  margin-top: auto;
  padding-bottom: 20px;
}

.section-steps.banner {
  padding-bottom: 40px;
}

.section-steps.overflow {
  overflow: visible;
}

.section-steps.imagebgsection {
  background-color: #04040a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.section-steps.homebanner {
  background-color: #04040a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-steps.section-top-mg {
  background-color: #000;
}

.section-steps.sp-30 {
  background-image: linear-gradient(#000c, #000c), url('../images/Community.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 120px;
}

.section-steps.sp-30.section-full {
  height: 100vh;
}

.section-steps.hide-built-by, .section-steps.hide-section {
  display: none;
}

.section-steps.hide-staking, .section-steps.d-none {
  display: none;
  overflow: hidden;
}

.section-steps.slider-section {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  background-size: auto;
  position: static;
}

.section-steps.slider-section.secion-slider-remove-padding {
  padding-top: 0;
}

.section-steps.section-new-bg {
  background-color: #04040a;
  padding-top: 80px;
}

.section-steps.section-first {
  padding-top: 20px;
  display: none;
}

.section-steps.section-relative {
  position: relative;
}

.section-steps.section-welcome-edexa-labs {
  padding-top: 100px;
  display: flex;
  position: relative;
}

.section-steps.section-boder {
  border-top: 1px solid var(--heading);
}

.section-steps.section-top {
  padding-top: 80px;
}

.section-steps.section-remove-top-margin {
  padding-top: 0;
}

.section-steps-copy {
  z-index: 50;
  -webkit-text-fill-color: inherit;
  background-color: #04040a;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-steps-copy.footer {
  background-image: none;
  margin-top: auto;
  padding-bottom: 20px;
}

.section-steps-copy.banner {
  padding-bottom: 40px;
}

.section-steps-copy.overflow {
  overflow: visible;
}

.section-steps-copy.imagebgsection {
  background-color: #04040a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.section-steps-copy.homebanner {
  background-color: #04040a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-steps-copy.section-top-mg {
  background-color: #000;
}

.section-steps-copy.sp-30 {
  background-image: linear-gradient(#000c, #000c), url('../images/Community.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 120px;
}

.section-steps-copy.sp-30.section-full {
  height: 100vh;
}

.section-steps-copy.hide-built-by, .section-steps-copy.hide-section {
  display: none;
}

.section-steps-copy.hide-staking, .section-steps-copy.d-none {
  display: none;
  overflow: hidden;
}

.section-steps-copy.slider-section {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  background-size: auto;
  position: static;
}

.section-steps-copy.slider-section.secion-slider-remove-padding {
  padding-top: 0;
}

.section-steps-copy.section-new-bg {
  background-color: #04040a;
  padding-top: 80px;
}

.section-steps-copy.section-first {
  padding-top: 20px;
  display: none;
}

.section-steps-copy.section-relative {
  position: relative;
}

.section-steps-copy.section-welcome-edexa-labs {
  padding-top: 100px;
  display: flex;
  position: relative;
}

.section-steps-copy.section-boder {
  border-top: 1px solid var(--heading);
}

.section-steps-copy.section-top {
  padding-top: 80px;
}

.section-steps-copy.section-remove-top-margin {
  padding-top: 0;
}

.rl_testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_testimonial15_arrow-icon {
  color: var(--customwhite-2);
  -webkit-text-stroke-color: black;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_testimonial15_arrow-right {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  background-color: #ffffff47;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_testimonial15_arrow-left {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  background-color: #ffffff3b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_testimonial15_logo {
  max-height: 3rem;
}

.rl_testimonial15_divider {
  background-color: var(--relume-library-lite--rl-black);
  align-self: stretch;
  width: 1px;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial15_client-name-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial15_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h5 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.rl_testimonial15_rating-icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl_testimonial15_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial15_content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl_testimonial15_client-image {
  object-fit: cover;
  width: 300px;
}

.rl_testimonial15_client-image-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.rl_testimonial15_content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 40px 20px;
  display: grid;
}

.slide-1 {
  margin-right: 5rem;
  padding-left: 0;
  padding-right: 0;
}

.rl_testimonial15_mask {
  background-image: none;
  border-radius: 20px;
  max-width: 1200px;
}

.slider_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.rl-padding-section-large-2 {
  max-width: 1000px;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_testimonial15 {
  background-color: #1d283800;
}

.text-block-132 {
  color: var(--link);
  font-weight: 500;
}

.rl-heading-style-h5-copy {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.progress {
  background-color: var(--paragraphs);
  width: 100%;
  height: 4px;
  position: relative;
}

.step-1 {
  width: 100%;
}

.flex-block-18 {
  background-color: var(--accent-a1);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bar-1 {
  background-color: var(--accent-a1);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.steps {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 40px;
}

.step-2, .step-3 {
  width: 100%;
}

.bar-2, .bar-3 {
  background-color: var(--accent-a1);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slide2, .slide3 {
  margin-right: 5rem;
  padding-left: 40px;
  padding-right: 40px;
}

.bold-text-138 {
  color: var(--accent-a1);
}

.bold-text-139 {
  color: var(--accent-a1);
  font-weight: 700;
}

.bold-text-140 {
  color: var(--heading);
  font-weight: 500;
}

.bold-text-140-copy {
  color: var(--accent-a1);
  font-weight: 700;
}

.section-5-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  padding: 40px 60px;
  display: flex;
}

.heading-9-latest-news-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}

.div-block-104 {
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.image-109 {
  max-width: none;
}

.flex-block-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.d-app-name, .category-name {
  color: var(--heading);
  font-size: 16px;
  font-weight: 400;
}

.flex-block-20 {
  justify-content: center;
  align-items: center;
}

.svg, .svg-2 {
  color: var(--heading);
  width: 24px;
}

.requst {
  color: var(--heading);
  font-weight: 300;
}

.div-block-105 {
  background-color: #12cf4b;
  border-radius: 50px;
  width: 12px;
  height: 12px;
}

.flex-block-21 {
  justify-content: center;
  align-items: center;
}

.list-15 {
  list-style-type: disc;
  display: flex;
}

.page-number {
  color: var(--heading);
  font-weight: 500;
  text-decoration: none;
}

.page-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.flex-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.page-item-next {
  border: 1px solid #3183ff;
  border-radius: 3px;
  margin-left: auto;
  padding: 5px 8px;
  box-shadow: 0 0 20px #003c92;
}

.page-item-next.active {
  color: var(--heading);
  border-color: #3183ff;
  padding: 5px 8px;
  font-size: 20px;
  box-shadow: 0 0 20px #003c92;
}

.svg-3, .svg-4 {
  color: var(--heading);
  width: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.page-item-previous {
  border: 1px solid #3183ff;
  border-radius: 3px;
  margin-right: auto;
  padding: 5px 8px;
  box-shadow: 0 0 20px #003c92;
}

.page-item-previous.active {
  color: var(--heading);
  border-color: #3183ff;
  padding: 5px 8px;
  font-size: 20px;
  box-shadow: 0 0 20px #003c92;
}

.list-16 {
  list-style-type: none;
}

.activated {
  background-color: var(--green);
  color: var(--green);
  border-radius: 5px;
  width: 10px;
  height: 10px;
  font-size: 24px;
}

.flex-block-23 {
  justify-content: center;
  align-items: center;
}

.table_header-copy {
  width: 250px;
  padding: 20px;
}

.flex-block-24 {
  padding-left: 20px;
}

.slider-background-image-copy {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/637221f4cba2888073060984_linkedin_1200x628_4-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.rl_testimonial15_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_testimonial15_arrow-icon-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_testimonial15_arrow-right-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_testimonial15_arrow-left-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_testimonial15_logo-2 {
  max-height: 3rem;
}

.rl_testimonial15_divider-2 {
  background-color: var(--relume-library-lite--rl-black);
  align-self: stretch;
  width: 1px;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial15_client-name-text-2 {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial15_client-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h5-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_testimonial15_rating-icon-2 {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl_testimonial15_rating-wrapper-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial15_content-right-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl_testimonial15_client-image-2 {
  object-fit: cover;
}

.rl_testimonial15_content-2 {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_testimonial15_slide {
  margin-right: 5rem;
}

.rl_testimonial15_component-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_testimonial15-2 {
  background-color: var(--relume-library-lite--rl-white);
}

.slide-1-copy {
  width: auto;
  margin-right: .5rem;
  padding-left: 0;
  padding-right: 0;
}

.dapp-details {
  flex-direction: row;
  display: flex;
}

.btnmain-copy {
  border: 1px solid var(--accent-a1);
  color: #e8f0fe;
  background-color: #0000;
  background-image: none;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: static;
}

.btnmain-copy:hover {
  box-shadow: 0 0 20px 0 var(--accent-a1);
  color: #fff;
  background-color: #0000;
  transform: scale(.98);
}

.btnmain-copy.btnlayoutnew:hover {
  padding: 10px 28px;
}

.btnmain-copy.btnemail {
  height: auto;
  margin-right: 0;
  font-size: 16px;
  line-height: 1.4;
}

.btnmain-copy.hide-btnmain {
  display: none;
}

.btnmain-copy.btnmain-padd-top {
  margin-top: 20px;
}

.btnmain-copy.btnmain-padd-top.btn-hide {
  transform: translate(-1920px);
}

.image-71-copy {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.image-truffle {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.oeg-dao {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 75%;
  max-width: none;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.fomoin {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: 140px;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.image-71-copy {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.btnmain--partnership {
  border: 1px solid var(--accent-a1);
  color: #e8f0fe;
  background-color: #0000;
  background-image: none;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: static;
}

.btnmain--partnership:hover {
  box-shadow: 0 0 20px 0 var(--accent-a1);
  color: #fff;
  background-color: #0000;
  transform: scale(.98);
}

.btnmain--partnership.btnlayoutnew:hover {
  padding: 10px 28px;
}

.btnmain--partnership.btnemail {
  height: auto;
  margin-right: 0;
  font-size: 16px;
  line-height: 1.4;
}

.btnmain--partnership.hide-btnmain {
  display: none;
}

.btnmain--partnership.btnmain-padd-top {
  margin-top: 20px;
}

.btnmain--partnership.btnmain-padd-top.btn-hide {
  transform: translate(-1920px);
}

.section-become-a-partner-today {
  z-index: 50;
  -webkit-text-fill-color: inherit;
  background-color: #04040a;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-become-a-partner-today.footer {
  background-image: none;
  margin-top: auto;
  padding-bottom: 20px;
}

.section-become-a-partner-today.banner {
  padding-bottom: 40px;
}

.section-become-a-partner-today.overflow {
  overflow: visible;
}

.section-become-a-partner-today.imagebgsection {
  background-color: #04040a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.section-become-a-partner-today.homebanner {
  background-color: #04040a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-become-a-partner-today.section-top-mg {
  background-color: #000;
}

.section-become-a-partner-today.sp-30 {
  background-image: linear-gradient(#000c, #000c), url('../images/Community.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 120px;
}

.section-become-a-partner-today.sp-30.section-full {
  height: 100vh;
}

.section-become-a-partner-today.hide-built-by, .section-become-a-partner-today.hide-section {
  display: none;
}

.section-become-a-partner-today.hide-staking, .section-become-a-partner-today.d-none {
  display: none;
  overflow: hidden;
}

.section-become-a-partner-today.slider-section {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  background-size: auto;
  position: static;
}

.section-become-a-partner-today.slider-section.secion-slider-remove-padding {
  padding-top: 0;
}

.section-become-a-partner-today.section-new-bg {
  background-color: #04040a;
  padding-top: 80px;
}

.section-become-a-partner-today.section-first {
  padding-top: 20px;
  display: none;
}

.section-become-a-partner-today.section-relative {
  position: relative;
}

.section-become-a-partner-today.section-welcome-edexa-labs {
  padding-top: 100px;
  display: flex;
  position: relative;
}

.section-become-a-partner-today.section-boder {
  border-top: 1px solid var(--heading);
}

.section-become-a-partner-today.section-top {
  padding-top: 80px;
}

.section-become-a-partner-today.section-remove-top-margin {
  padding-top: 0;
}

.deactivated {
  background-color: var(--red);
  color: var(--red);
  border-radius: 5px;
  width: 10px;
  height: 10px;
  font-size: 24px;
}

.slider-background-image-copy {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/637221f4cba2888073060984_linkedin_1200x628_4-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.etherium {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  min-width: 180px;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.kommunitas, .bankers-assos {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  min-width: 150px;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  padding: 10px;
}

.firebase {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  min-width: 160px;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.wallet-connect {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.linux-foundation {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  min-width: auto;
  max-width: 140px;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.galaxy-lab {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: 130px;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.listing-help {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  min-width: 150px;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.better-stack {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.ipfs, .wanchain {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  min-width: 140px;
  max-width: 100%;
  max-height: none;
  margin-left: 0;
  padding: 0 10px;
}

.content-copy {
  opacity: 1;
  transform-style: preserve-3d;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.content-copy:hover {
  transform: scale3d(1none, 1none, 1none);
}

.content-copy.hero {
  z-index: 11;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 160px;
  margin-bottom: 140px;
  position: relative;
}

.content-copy.single-page {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 8vh;
  margin-bottom: 40px;
}

.content-copy.single-page.about-banner-bg {
  background-color: #0000;
}

.content-copy.narrow {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 720px;
  display: block;
}

.content-copy.single-page.remove-bg-color {
  background-color: #0000;
}

.content-copy.single-page.single-page-content {
  margin-top: 40px;
}

.content-copy.single-sustainability {
  margin-top: 14vh;
  margin-bottom: 0;
}

.content-copy.bggradient {
  background-image: url('../images/edeXa.network-Sustainability1.png'), linear-gradient(140deg, #1d283880, #1d283840);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 9px;
}

.content-copy.bannercontentleft {
  background-color: #0000;
  align-items: flex-start;
  margin-top: 14vh;
  margin-bottom: 120px;
}

.content-copy.bannercontentleft.bannarcontentdemo {
  z-index: 9999;
  flex: 1;
  align-items: center;
  height: 0;
  margin-top: 8vh;
  margin-bottom: 0;
  position: relative;
}

.content-copy.main-title {
  margin-top: 120px;
  margin-bottom: 0;
}

.content-copy.innercontent {
  background-color: var(--background-a);
  border-radius: 10px;
  align-items: flex-start;
  max-width: 900px;
  padding: 40px;
}

.content-copy.allpostcontent {
  margin-top: 0;
}

.content-copy.bgcontent {
  background-color: #0000;
  background-image: none;
  border-radius: 5px;
}

.content-copy.remove-bg, .content-copy.content-edexa-labes {
  background-color: #0000;
}

.content-copy.content-border {
  border-top: 1px solid var(--customwhite);
}

._104 {
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
}

.full-news-copy {
  width: 100%;
}

.news-heading {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}

.paragraph-72 {
  color: var(--customwhite);
  font-size: 14px;
  font-weight: 400;
}

.list-copy {
  color: #fff;
  padding-bottom: 0;
  padding-left: 75px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

.paragraph-73, .paragraph-74, .paragraph-75, .paragraph-76, .paragraph-77 {
  color: var(--customwhite);
  margin-bottom: 15px;
}

.paragraph-78 {
  color: var(--customwhite);
}

.coin-cap {
  background-image: none;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  margin-right: 0;
  padding: 0;
}

.coin-cap:hover {
  background-image: linear-gradient(#1d2838, #1d283880);
}

.coin-cap.smbg-icon {
  width: 24px;
  height: 24px;
  padding: 0;
}

.coin-cap.socialbgmedia {
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.coin-cap.twitter {
  filter: brightness(70%);
}

.text-block-133 {
  color: var(--customwhite);
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 1280px) {
  .navbar._3 {
    display: flex;
  }

  .logo {
    height: 64px;
  }

  .content.single-page {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .heading {
    font-size: 36px;
    line-height: 1.2;
  }

  .heading.sustainability-heading {
    font-size: 4rem;
  }

  .heading-single-page {
    font-size: 5rem;
    line-height: 1.1;
  }

  .section-hero-home._2 {
    background-repeat: repeat-x;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
  }

  .heading-19 {
    text-transform: none;
    margin-bottom: 40px;
    line-height: .9;
  }

  .dropdown-link-2.navmenuhover {
    text-transform: capitalize;
  }

  .btnmainheader {
    margin-top: 40px;
    padding-top: 10px;
  }

  .paragraph-35, .paragraph-36, .paragraph-37 {
    font-size: 14px;
  }

  .contact-form {
    display: flex;
  }

  .dapp-image {
    width: 40px;
  }

  .heading-43.pd-50.diff-app-title, .heading-43.pop-dapps-title {
    margin-bottom: 30px;
  }

  .heading-46 {
    justify-content: space-between;
    display: flex;
  }

  .heading-48 {
    font-size: 8rem;
  }

  .text-block-42 {
    color: var(--customwhite);
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }

  .popup-validator-form {
    display: none;
  }

  .validator-content-form {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .field-label-12, .field-label-13 {
    color: var(--heading);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
  }

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

  .heading-53 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 900;
  }

  .text-field-9, .text-field-10, .text-field-11 {
    border-radius: 5px;
  }

  .success-message-6 {
    color: var(--heading);
    background-color: #0000;
  }

  .error-message-3 {
    border-radius: 5px;
  }

  .stats-2.lighter {
    width: 100%;
  }

  .stats-2.lighter._1 {
    width: 500px;
  }

  .news-banner-div {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .banner-news-title {
    margin-bottom: 5px;
    font-size: 5rem;
  }

  .heading-191 {
    font-size: 5.5rem;
  }

  .news-search-filters-title-2 {
    display: flex;
  }

  .full-news {
    max-width: 800px;
  }

  .section-7 {
    display: none;
  }

  .bold-color {
    font-size: 5rem;
    line-height: .6;
  }

  .bold-color.text-trans {
    font-size: 5.5rem;
  }

  .div-block-82 {
    background-image: linear-gradient(#0000, #0000), url('../images/Frame-1dfdf3.png');
  }

  .container-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bold-text-93 {
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 65px;
    line-height: 128%;
  }

  .text-block-111 {
    width: 100%;
  }

  .section123 {
    justify-content: center;
    align-items: center;
  }

  .section123._2 {
    background-repeat: repeat-x;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
  }

  .bold-text-94, .bold-text-95, .bold-text-96 {
    font-weight: 900;
  }

  .paragraph01 {
    padding-left: 10px;
  }

  .bold-text-97, .bold-text-98, .bold-text-99, .bold-text-100, .bold-text-101, .bold-text-102, .bold-text-103, .bold-text-104 {
    font-weight: 900;
  }

  ._105 {
    font-weight: 500;
  }

  .div-block-91 {
    filter: blur(200px);
    background-color: #62c5f330;
    width: 35%;
    height: 35%;
    inset: auto auto 0% 0%;
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .b-new {
    font-size: 3.8rem;
    font-weight: 700;
  }

  .b-new._1 {
    font-size: 5rem;
    line-height: .6;
  }

  .bug-button {
    display: flex;
  }

  .modal {
    display: none;
  }

  .paragraph-12y.mode {
    color: var(--accent-a1);
    font-size: 1.25rem;
    font-weight: 500;
  }

  .bold-text-109._1 {
    font-size: 3.8rem;
    font-weight: 700;
  }

  .modal2 {
    display: none;
  }

  .section-10 {
    height: 800px;
  }

  .container-12 {
    width: 80%;
    height: 800px;
    padding-top: 0;
  }

  .text-block-118 {
    font-weight: 700;
  }

  .background-video-3 {
    height: 800px;
    margin-bottom: 150px;
  }

  .container-13 {
    height: 100%;
    margin-top: -130px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-11 {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .heading-226 {
    white-space: normal;
    word-break: normal;
    display: block;
  }

  .heading-228 {
    font-size: 60px;
  }

  .image-99 {
    width: 500px;
    max-width: 100%;
  }

  .button-16, .button-17 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block-102 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    display: flex;
  }

  .div-block-103 {
    margin-bottom: -123px;
  }

  .heading-229 {
    margin-top: 160px;
    padding-top: 0;
    padding-bottom: 47px;
  }

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

  .bold-text-118 {
    font-size: 54px;
  }

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

  .rl-text-style-medium.is-white {
    font-family: Roboto, sans-serif;
  }

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

  .heading-236 {
    margin-top: 160px;
    padding-top: 0;
    padding-bottom: 47px;
  }

  .section-13 {
    padding-bottom: 0;
  }

  .bold-text-129 {
    font-size: 54px;
  }

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

  .heading-241 {
    margin-top: 160px;
    padding-top: 0;
    padding-bottom: 47px;
  }

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

  .bold-text-134 {
    font-size: 54px;
  }

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

  .bug-button-copy {
    display: flex;
  }

  .textarea-8 {
    border-radius: 5px;
  }

  .rl-heading-style-h5-copy {
    line-height: 1;
  }

  .section-5-copy {
    margin-top: 90px;
  }

  .heading-9-latest-news-copy {
    margin-top: 0;
  }

  .flex-block-19 {
    justify-content: flex-start;
    align-items: center;
  }

  .d-app-name, .category-name {
    font-weight: 400;
  }

  .table_header-copy {
    width: 250px;
  }

  .flex-block-24 {
    padding-left: 20px;
  }

  .slide-1-copy {
    width: auto;
  }

  .oeg-dao {
    width: 85%;
  }

  .content-copy.single-page {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  ._104, .bold-text-100-copy {
    font-weight: 900;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: none;
  }

  .nav.right {
    width: auto;
    height: auto;
    display: block;
  }

  .nav-link.navmenuhover {
    font-size: 20px;
    font-weight: 400;
  }

  .nav-link.navmenuhover.w--current {
    font-size: 20px;
    font-weight: 300;
  }

  .nav-link.navmenuhover.edexa-labs-menu {
    font-weight: 400;
  }

  .section-hero {
    background-color: #04040a;
    background-image: linear-gradient(#00000080, #00000080), url('../images/Red-and-Black-Futuristic-Gaming-Channel-YouTube-Intro-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 100vh;
  }

  .section-hero.news-banner {
    flex: 0 auto;
    height: 100vh;
  }

  .section-hero.banner-edexa-wormhole.banner-edexa-wormhole-map.banner-edexa-wormhole-map-custom {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/edeXa.network-background-pic-1.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-hero.section-news {
    background-image: linear-gradient(#00000026, #00000026), url('../images/News-Page-edeXa.network-.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100vh;
  }

  .section-hero.section-hero-press-kit {
    height: 50vh;
  }

  .section-hero.section-hero-partnership-progam {
    height: 70vh;
  }

  .block-hero {
    width: 100%;
  }

  .block-hero.block-hero-contact {
    justify-content: center;
    align-items: center;
  }

  .paragraph-large {
    border-left: 5px solid var(--accent-a1);
    text-align: left;
    padding-left: 8px;
    font-size: 16px;
    line-height: 1.4;
  }

  .paragraph-large.paragraph-large-custom {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
  }

  .shadow-navbar {
    transition: opacity .15s;
  }

  .section {
    background-color: #04040a;
    padding: 75px 60px;
  }

  .section.footer {
    z-index: 99;
    background-color: #04040a;
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .section.banner {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .section.imagebgsection {
    background-color: #04040a;
    padding: 75px 0;
  }

  .section.homebanner {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.sp-30 {
    padding-bottom: 30px;
  }

  .section.hide-section, .section.d-none {
    display: none;
  }

  .section.slider-section.secion-slider-remove-padding {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.section-new-bg {
    background-color: #04040a;
    padding-top: 150px;
  }

  .section.section-first {
    padding-top: 35px;
    display: none;
  }

  .section.section-top {
    padding-top: 150px;
  }

  .content {
    background-color: #0000;
    align-self: auto;
    max-width: 1440px;
  }

  .content.single-page {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 75px;
  }

  .content.single-page.single-page-content {
    margin-top: 35px;
  }

  .content.single-sustainability {
    background-color: #0000;
    margin-top: 14vh;
    margin-bottom: 0;
  }

  .content.bggradient {
    border-radius: 9px;
  }

  .content.bannercontentleft.bannarcontentdemo {
    max-width: 1440px;
    margin-top: 8vh;
    padding-bottom: 60px;
  }

  .content.bgcontent {
    background-color: #0000;
    background-image: linear-gradient(140deg, var(--background-b1), #1d283880);
    border-radius: 30px;
  }

  .content.remove-bg {
    background-color: #0000;
  }

  .content.news-banner-content {
    height: 100vh;
  }

  .content.content-edexa-labes {
    margin-top: 8vh;
    margin-bottom: 8vh;
  }

  .heading {
    max-width: 1440px;
    margin-bottom: 20px;
    font-size: 4rem;
    line-height: .9;
  }

  .heading.dev-20 {
    font-size: 50px;
  }

  .heading.heading-validator {
    font-size: 12vh;
  }

  .heading.sustainability-heading {
    font-size: 5rem;
    line-height: 1;
  }

  .heading.heading-custom {
    font-size: 3.5rem;
  }

  .block-heading {
    flex-direction: column;
    line-height: 0%;
    display: flex;
  }

  .block-heading.block-heading-news {
    flex-direction: row;
    margin-bottom: 50px;
  }

  .subtitle {
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .grid-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
  }

  .feature {
    flex-direction: column;
    padding-top: 26px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon-feature-bg {
    background-image: linear-gradient(140deg, var(--background-b1), var(--background-b2));
  }

  .grid-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .block {
    padding-right: 12px;
  }

  .block.blockboxsustainability-right {
    padding-left: 12px;
    padding-right: 0;
  }

  .block.blockboxsustainability-right.fourboxsustainability-blog-sm {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 12px;
  }

  .grid-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-left.gridcenter {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .grid-stats.gridstatsboxsustainability {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr .25fr 1fr 1fr;
  }

  .stats.lighter {
    text-align: center;
  }

  .stats.lighter.custstartleft {
    color: var(--paragraphs);
    text-align: center;
    align-items: stretch;
    width: 92%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .stats.boxtstarsustainability {
    text-align: center;
  }

  .stats.custstartright {
    text-align: center;
    align-items: stretch;
    width: 92%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-stats {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-stats.boxstartheading {
    font-size: 40px;
  }

  .text-stats {
    text-align: left;
    font-size: 30px;
  }

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

  .block-left.fourboxsustainability-blockleft-sm {
    padding-left: 12px;
  }

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

  .block-right.bg-position {
    position: absolute;
    bottom: 10%;
    right: 0%;
  }

  .collection-list-wrapper {
    margin-top: 0;
  }

  .collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 0;
  }

  .date-blog {
    color: var(--customwhite);
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .date-blog.large {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .date-blog.date-blog-custom {
    line-height: 1.2;
  }

  .heading-blog {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .heading-blog.custom-heading-blog {
    font-size: 30px;
  }

  .collection-item {
    background-image: linear-gradient(#1d2838, #1d283880);
    border-radius: 30px;
  }

  .link-image-blog {
    border-radius: 30px;
    margin-bottom: 0;
  }

  .bg-blog {
    background-image: none;
  }

  .grid-footer.gridfooter-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .block-footer.blockfootermenu.social-tablate.bf-menu, .block-footer.blockfootermenu.bf-menu {
    align-items: flex-start;
  }

  .logo-footer {
    height: 40px;
  }

  .paragraph-footer {
    color: var(--customwhite);
    padding-bottom: 40px;
  }

  .paragraph-footer.pfooter {
    margin-top: 0;
  }

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

  .link-footer {
    color: var(--customwhite);
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link-footer.navmenuhover {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    display: block;
  }

  .group-banner {
    border-radius: 30px;
  }

  .block-banner {
    max-width: none;
  }

  .heading-banner {
    margin-bottom: 30px;
    font-size: 3em;
  }

  .form-block-banner {
    background-image: linear-gradient(#0f151d, #0f151d);
    border: 2px solid #1d2838;
    border-radius: 30px;
    max-width: 700px;
    margin-top: 0;
    padding: 10px;
  }

  .text-field {
    background-color: #0f151d;
    border-style: none;
    font-size: 16px;
    line-height: 1.4;
  }

  .heading-single-page {
    letter-spacing: -.2rem;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 5rem;
    line-height: 1;
  }

  .heading-single-page.community-header {
    margin-bottom: 15px;
    line-height: 1;
  }

  .grid-page-a {
    margin-bottom: 30px;
  }

  .tasks {
    background-image: repeating-radial-gradient(circle farthest-corner at 50% 50%, #07224d, var(--background-b3));
    box-shadow: 0 0 20px 0 var(--accent-a1);
  }

  .heading-tasks {
    font-size: 2rem;
  }

  .team-member {
    transition: transform .8s;
  }

  .team-member:hover {
    transform: scale(1.05);
  }

  .image-member {
    filter: none;
  }

  .block-member {
    grid-column-gap: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .info-member {
    font-size: 16px;
  }

  .button-category {
    line-height: 1.2;
  }

  .heading-shop {
    font-size: 16px;
  }

  .price {
    font-size: 30px;
  }

  .description-shop {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .product-feature {
    margin-bottom: 10px;
  }

  .text-product-feature {
    font-size: 16px;
  }

  .grid-button-nav {
    flex: none;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    width: auto;
    display: flex;
  }

  .grid-button-nav:hover {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    justify-content: end;
    place-items: flex-end end;
    display: grid;
  }

  .body.scrollvertical {
    background-color: #04040a;
  }

  .miantext-20 {
    font-size: 18px;
  }

  .btnmain {
    flex: 0 auto;
    margin-right: 0;
    padding: 15px 40px;
    font-size: 16px;
    display: flex;
  }

  .image-11 {
    width: 20%;
    padding-bottom: 0;
  }

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

  .edexacontaint {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.4;
  }

  .edexacontaint.build-content {
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .totaltransactiontext, .avgtransactiontext, .validatortext, .transactionsecondtext {
    font-size: 16px;
    line-height: 1.2;
  }

  .edxoffer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    line-height: 1.8;
    display: flex;
  }

  .totaltranc, .avgpercos, .vnodes, .trapersec {
    font-size: 36px;
  }

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

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

  .section-2 {
    background-image: url('../images/Computer-network-computer-security.png');
    background-position: 0 0;
    background-size: auto;
  }

  .section-hero._wf-section {
    height: 100vh;
  }

  .section-hero._wf-section.section-hero-validator.section-validator {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-design-14.png'), linear-gradient(#00000080, #00000080), url('../images/accelerator.png');
    background-position: 0 0, 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, cover, auto, 150em;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .edexacontaintgray {
    font-size: 18px;
  }

  .image-15 {
    width: auto;
    height: 500px;
  }

  .heading-5 {
    font-size: 4rem;
  }

  .greeensection-content {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .paragraphsmall {
    font-size: 18px;
  }

  .heading-9 {
    font-size: 4rem;
  }

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

  .bgdivcolorlight, .bgdivcolordark {
    border-radius: 5px;
  }

  .divcontentright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 16px;
  }

  .validator-contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .accordion-toggle-2 {
    padding-bottom: 20px;
  }

  .accordion-toggle-2.acod-remove-line {
    height: 40px;
    padding-left: 20px;
  }

  .paragraph-7 {
    padding-bottom: 15px;
    font-size: 18px;
  }

  .validatorfourbox {
    padding: 40px;
  }

  .validatorforboxtitle {
    font-size: 30px;
  }

  .link-4, .paragraph-8, .html-embed-3 {
    font-size: 16px;
  }

  .paragraph-large-2 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.4;
  }

  .content-2 {
    max-width: 1440px;
  }

  .block-2 {
    padding-left: 12px;
  }

  .block-2.gridblockcenter2 {
    align-items: center;
    margin-top: -40px;
    margin-bottom: 115px;
    padding-top: 0;
    padding-left: 0;
  }

  .heading-13 {
    font-size: 4rem;
    line-height: .9;
  }

  .subtitle-2, .subtitle-2.gridblocksubtitle {
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .block-left-2 {
    padding-right: 12px;
  }

  .block-left-2.gridblockcenter {
    justify-content: center;
    margin-top: 0;
    padding-right: 0;
  }

  .html-embed-4 {
    font-size: 30px;
  }

  .heading-15, .heading-16 {
    font-size: 50px;
  }

  .block-heading-2 {
    position: relative;
  }

  .collection-item-2 {
    background-image: linear-gradient(#1d2838, #1d283880);
  }

  .heading-19 {
    letter-spacing: -.5px;
    text-transform: none;
    margin-bottom: 60px;
    font-size: 12vh;
    line-height: .4;
  }

  .list-item {
    font-size: 3rem;
  }

  .innertitlenumber {
    text-align: right;
    font-size: 16px;
    line-height: 1.8;
  }

  .innercontent {
    color: var(--customwhite);
    font-size: 16px;
  }

  .list-item-3, .list-item-4 {
    font-size: 3rem;
  }

  .privercytitle {
    font-size: 3rem;
    line-height: .9;
  }

  .privercytitle.hedingmargin {
    margin-bottom: 5px;
    line-height: 50%;
  }

  .paragraph-13 {
    margin-bottom: 30px;
    font-size: 50px;
  }

  .heading-21 {
    color: #3283ff;
    font-size: 30px;
  }

  .heading-22, .heading-23, .heading-24 {
    font-size: 30px;
  }

  .heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30 {
    font-size: 2rem;
  }

  .bold-text-19 {
    font-size: 50px;
  }

  .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29 {
    font-size: 16px;
  }

  .heading-31 {
    font-size: 50px;
  }

  .body-12 {
    background-color: #101010;
  }

  .heading-34 {
    font-size: 50px;
  }

  .grid-23 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .text-block-18, .paragraph-32, .timeline_text {
    font-size: 16px;
  }

  .youtube-popup-video {
    display: none;
  }

  .columns-5 {
    width: 100%;
  }

  .text-block-19 {
    font-size: 20px;
    font-weight: 400;
  }

  .dropdown-list-5 {
    margin-left: 10px;
  }

  .dropdown-list-5.w--open {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #101010;
    margin-left: 10px;
    padding-left: 0;
  }

  .dropdown-link.navmenuhover {
    text-transform: none;
    font-size: 14px;
    line-height: 1.8;
  }

  .dropdown-link-2.navmenuhover {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.8;
  }

  .dropdown-link-2.navmenuhover.w--current {
    text-transform: capitalize;
  }

  .dropdown-link-3.navmenuhover, .dropdown-link-4.navmenuhover {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.8;
  }

  .dropdown-link-4.navmenuhover.edexa-labs-menu {
    text-transform: none;
  }

  .dropdown-link-5.navmenuhover {
    font-size: 14px;
    line-height: 1.8;
  }

  .btnoutlate {
    padding: 20px 40px;
  }

  .btnmainheader.lg-color {
    flex-direction: column-reverse;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    display: block;
  }

  .btnmainheader.lg-color:hover {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .countnumbers.countbackgroundfilter {
    width: 907px;
  }

  .countnumbers.tablateviewport {
    width: 64.9208%;
  }

  .html-embed-7.sign-up-button {
    bottom: 30px;
  }

  .paragraph-35, .paragraph-36, .paragraph-37 {
    color: var(--customwhite);
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
  }

  .columns-7 {
    width: 100%;
  }

  .paragraph-38 {
    color: var(--customwhite);
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .paragraph-39 {
    color: var(--customwhite);
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-40 {
    color: var(--customwhite);
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
  }

  .image-26 {
    padding-top: 0;
  }

  .socialiconsimages {
    grid-column-gap: 20px;
  }

  .grid-28 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, .25fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .image-27 {
    width: 30px;
  }

  .socialbg {
    background-image: none;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    margin-right: 0;
    padding: 0;
    transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
  }

  .socialbg:hover {
    background-image: linear-gradient(#1d2838, #1d283880);
  }

  .socialbg.smbg-icon {
    width: 24px;
    height: 24px;
  }

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

  .bold-text-31 {
    font-size: 30px;
  }

  .div-block-34 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-38, .heading-39, .heading-40 {
    font-size: 30px;
  }

  .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31 {
    font-size: 16px;
  }

  .tm-name {
    width: auto;
  }

  .membername, .memberdesignation {
    font-size: 20px;
  }

  .grid-page-c {
    grid-template-rows: auto;
  }

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

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

  .contact-form {
    z-index: 2147483647;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .contact-form-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

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

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

  .close-contactform {
    cursor: pointer;
    width: auto;
    padding: 5px;
    position: absolute;
    inset: -18px -18px auto auto;
  }

  .image-31 {
    width: 30px;
    height: 30px;
  }

  .div-block-41 {
    background-color: #0000;
    background-image: linear-gradient(140deg, #1d2838 100%, #1d283880);
  }

  .mapimagetop {
    box-shadow: none;
  }

  .image-32 {
    box-shadow: 0 0 20px 0 var(--accent-a2);
  }

  .edexa-banner {
    flex: none;
    height: 100%;
    margin-bottom: 0;
  }

  .intro-header {
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-8 {
    max-width: 1440px;
  }

  .bannartitle {
    font-size: 16px;
  }

  .subtitle-4 {
    font-size: 50px;
  }

  .mainbtn {
    font-size: 16px;
  }

  .trending-apps-sliders {
    margin-left: 50px;
    margin-right: 50px;
    display: none;
    position: relative;
  }

  .main-apps.section.section-market {
    margin-top: 30px;
    margin-bottom: 75px;
  }

  .slider-image {
    justify-content: center;
    display: flex;
  }

  .slick-slider-container {
    min-height: 200px;
  }

  .slider.single-item {
    max-width: 1440px;
  }

  .slider-image-logo {
    width: 273px;
    height: 272px;
  }

  .text-block-36.total-number-users-popup {
    font-size: 16px;
  }

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

  .dapp.otherclass {
    display: none;
  }

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

  .edexa-popular-dapps.section.section-market {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .dapp-image {
    width: 40px;
  }

  .heading-43.pd-50.diff-app-title {
    margin-bottom: 40px;
    font-size: 4rem;
  }

  .heading-43.pop-dapps-title {
    font-size: 4rem;
  }

  .populardapps {
    min-height: 200px;
  }

  .edexa-ecosystem.section.section-market {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-64 {
    font-size: 16px;
    line-height: 1.4;
  }

  .heading-44.diff-app-sin-title {
    height: 80px;
    font-size: 2rem;
  }

  .different-business.section.section-market {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .dapp-heading-title-popup {
    font-size: 30px;
  }

  .dapp-content-popup {
    font-size: 16px;
  }

  .popup-apps-informations {
    z-index: 2147483647;
    display: none;
  }

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

  .dapp-app-image-popup {
    width: 72px;
    height: 72px;
  }

  .bold-text-38, .bold-text-39 {
    font-size: 30px;
  }

  .changer-overflow {
    height: 90px;
    font-size: 50px;
    line-height: 1.2;
  }

  .changer-move-desktop {
    font-size: 50px;
  }

  .changer {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 1.2;
  }

  .text-wrap-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    line-height: 1.2;
    display: flex;
  }

  .constant {
    line-height: 1.2;
  }

  .heading-46 {
    padding-right: 10px;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
  }

  .heading-46.changer-laptop {
    height: 90px;
  }

  .text-wrap-laptop, .text-wrap-tablate, .text-wrap-landscape, .text-wrap-mobile {
    display: none;
  }

  .form-fields {
    width: 50%;
  }

  .dapp-popup-application-form {
    display: none;
  }

  .form-block-2 {
    width: 80%;
  }

  .subtitle-right {
    max-width: 1440px;
  }

  .footer-menus {
    padding-bottom: 16px;
  }

  .title-content {
    width: 100%;
  }

  .mainnet-content-top {
    grid-column-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .mainnet-content-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .html-embed-11 {
    order: 0;
    align-self: auto;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .heading-48 {
    text-align: left;
    font-size: 8rem;
  }

  .heading-48.ml3 {
    font-size: 12vh;
    font-weight: 500;
  }

  .heading-48.ml3.heading-48-custom {
    line-height: 1;
  }

  .text-block-42 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1.8;
    display: flex;
  }

  .heading-49 {
    font-size: 50px;
  }

  .bold-text-42 {
    text-align: left;
    justify-content: flex-start;
    padding-left: 94px;
    font-size: 50px;
    display: flex;
  }

  .image-39 {
    width: auto;
    height: auto;
    font-size: 14px;
  }

  .image-40 {
    width: auto;
  }

  .our-project-top-content {
    width: 100%;
  }

  .link-dapps {
    padding-bottom: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .enjoying-edexa-dapps {
    z-index: 2147483647;
    display: none;
  }

  .field-label-8, .field-label-9, .field-label-9.rating-star-mg {
    font-size: 16px;
  }

  .requestdapps {
    min-height: 200px;
  }

  .dapps-req-div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .dapp-popup-onrequest-form {
    display: none;
  }

  .field-label-10, .field-label-11, .text-field-7, .html-embed-13 {
    font-size: 16px;
  }

  .list-5 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-12 {
    font-size: 16px;
  }

  .popup-validator-form, .popup-validator-form.popup-validator-form-custom-new {
    display: none;
  }

  .close-validator-form {
    display: flex;
  }

  .validator-content-form {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-45 {
    font-size: 50px;
  }

  .image-41 {
    text-align: left;
  }

  .div-block-43 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image-42 {
    opacity: .08;
    position: absolute;
  }

  .cookie-example {
    border-color: var(--accent-a1);
    background-color: var(--accent-a1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: var(--heading);
    max-width: 450px;
    padding: 20px;
    bottom: 1%;
    right: 1%;
  }

  .cookie-detail-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .cookie {
    color: var(--accent-a2);
  }

  .cookie-button {
    border-color: var(--accent-a1);
    background-color: var(--heading);
    color: var(--heading);
    width: 150px;
    margin-left: 0;
  }

  .cookie-button:hover {
    border-color: var(--accent-a1);
    color: var(--heading);
    background-color: #0000;
  }

  .text-block-43 {
    color: var(--heading);
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
  }

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

  .image-43 {
    bottom: 30%;
    right: 7%;
  }

  .image-44 {
    text-align: right;
  }

  .counterhome.validator-node-number {
    font-size: 36px;
  }

  .div-block-44 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

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

  .text-block-44:hover {
    color: var(--accent-a1);
  }

  .loder {
    background-color: #04040a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .loder-image {
    width: 100px;
  }

  .loder-2 {
    background-color: #101010;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .blog-content-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    align-self: stretch;
    align-items: stretch;
    display: grid;
  }

  .image-45 {
    width: 100%;
  }

  .heading-55 {
    color: var(--heading);
    font-size: 30px;
  }

  .div-block-48 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-field-12, .text-field-13, .textarea-6 {
    font-size: 16px;
    line-height: 1.2;
  }

  .field-label-14 {
    color: var(--heading);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
  }

  .field-label-15 {
    font-size: 16px;
    line-height: 1.2;
  }

  .field-label-16, .field-label-17, .field-label-18 {
    font-size: 16px;
  }

  .heading-56 {
    margin-bottom: 120px;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
  }

  .background-video {
    background-image: linear-gradient(#10101080, #10101080);
    display: none;
  }

  .heading-80 {
    margin-bottom: 10px;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .heading-82 {
    font-size: 72px;
    font-weight: 500;
    line-height: 1.2;
  }

  .heading-83, .heading-84 {
    font-size: 72px;
  }

  .heading-85, .heading-86 {
    font-size: 71px;
  }

  .heading-87, .heading-88, .heading-89, .heading-90 {
    font-size: 70px;
  }

  .heading-91, .heading-92 {
    font-size: 69px;
  }

  .heading-93, .heading-94 {
    font-size: 68px;
  }

  .heading-95, .heading-96 {
    font-size: 72px;
  }

  .heading-164 {
    letter-spacing: -.2rem;
    text-transform: capitalize;
    margin-bottom: 24px;
    font-size: 13vh;
    font-weight: 500;
    line-height: .9;
  }

  .heading-172 {
    margin-bottom: 10px;
    font-size: 6.8rem;
  }

  .bold-text-47 {
    color: var(--accent-a1);
  }

  .heading-174 {
    font-size: 4rem;
    font-weight: 900;
    line-height: .9;
  }

  .image-46 {
    background-image: linear-gradient(#0000, #0000);
    width: 600px;
    height: auto;
  }

  .grid-32 {
    grid-template-rows: 176px;
  }

  .grid-page-b-2 {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .heading-stats-2 {
    margin-bottom: 30px;
    font-size: 2.5rem;
    line-height: .9;
  }

  .stats-2.lighter {
    width: 100%;
    height: 100%;
  }

  .stats-2.lighter._1 {
    width: 700px;
  }

  .text-stats-2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .tasks-2 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .heading-tasks-2 {
    margin-bottom: 15px;
    font-size: 2.5rem;
    line-height: .9;
  }

  .list-item-13 {
    font-size: 18px;
    font-weight: 400;
  }

  .link-7, .bold-text-49 {
    font-size: 16px;
  }

  .bold-text-50 {
    font-size: 50px;
    line-height: 1.2;
  }

  .paragraph-65 {
    font-size: 16px;
    font-weight: 500;
  }

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

  .bold-text-52 {
    font-size: 50px;
    font-weight: 900;
  }

  .heading-175 {
    font-size: 4rem;
    font-weight: 900;
    line-height: .9;
  }

  .grid-33 {
    width: 100%;
  }

  .heading-181 {
    text-transform: capitalize;
  }

  .slider-design {
    margin-left: 0;
    margin-right: 0;
  }

  .dapp-slider-decription {
    font-size: 16px;
    line-height: 1.4;
  }

  .dapps-banner-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-34 {
    grid-template-columns: .25fr;
    margin-top: 30px;
  }

  .dapp-header-button {
    font-size: 16px;
  }

  .bold-text-59 {
    font-weight: 900;
  }

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

  .heading-182 {
    margin-bottom: 15px;
  }

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

  .heading-183 {
    font-size: 4rem;
  }

  .cs-head {
    color: var(--heading);
    font-size: 3rem;
  }

  .text-block-54 {
    color: var(--customwhite);
  }

  .heading-185 {
    font-size: 4rem;
  }

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

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

  .new-icon-dropdown-toggle {
    font-size: 20px;
  }

  .team-titles {
    grid-column-gap: 3px;
    flex-flow: column;
  }

  .body-17 {
    background-color: #04040a;
  }

  .section-5 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .content-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
  }

  .news-banner-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    width: auto;
    height: 100vh;
    margin-bottom: 50px;
    padding-bottom: 30px;
  }

  .news-banner-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 100%;
    display: flex;
  }

  .banner-news-title {
    letter-spacing: -.5px;
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
    font-size: 5.5rem;
    font-weight: 500;
    line-height: .9;
  }

  .news-banner-image {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    display: none;
  }

  .banner-news-images {
    width: 600px;
    max-width: none;
    display: block;
  }

  .div-content {
    width: auto;
    display: none;
  }

  .heading-7-samll-news {
    font-size: 22px;
  }

  .heading-news-title {
    font-size: 50px;
  }

  .heading-3-news {
    font-size: 26px;
  }

  .grid-mix-news {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .news-content-small-img {
    width: 300px;
  }

  .link-block-14 {
    width: 100%;
  }

  .latest-news {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-9-latest-news {
    font-size: 50px;
    line-height: 1.2;
  }

  .text-block-56, .text-block-57, .text-block-58 {
    font-size: 16px;
  }

  .body-18 {
    font-family: Roboto, sans-serif;
  }

  .secure-system-sub-title {
    font-size: 16px;
  }

  .banner-content {
    align-items: flex-start;
    width: 100%;
  }

  .secure-system-image {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .wormhole-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
  }

  .secure-system-title {
    font-size: 50px;
    line-height: 1.2;
  }

  .body-19 {
    font-family: Roboto, sans-serif;
  }

  .fs-3dglobe-container {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .exploring-the-superiority {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .banner-content-2 {
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .secure-system-title-2 {
    letter-spacing: -.2rem;
    font-size: 12vh;
    font-weight: 500;
    line-height: 1;
  }

  .secure-system-sub-title-2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .btnmain-2 {
    flex: 0 auto;
    margin-right: 0;
    padding: 20px 40px;
    font-size: 16px;
    display: flex;
  }

  .text-block-60 {
    text-align: left;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.4;
    display: block;
  }

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

  .heading-important {
    font-size: 4em;
  }

  .heading-important.heading-important-custom {
    font-size: 3em;
  }

  .worm-item-bolod {
    font-size: 2.5rem;
  }

  .bold-text-74 {
    letter-spacing: -.5px;
    font-size: 8rem;
    line-height: .9;
  }

  .heading-191 {
    font-size: 6.5rem;
    line-height: 1;
  }

  .edexa-labs-content {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    height: 357.156px;
    display: flex;
  }

  .edexa-labs-heading {
    text-align: left;
    font-size: 8rem;
  }

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

  .list-item-15 {
    font-size: 16px;
  }

  .list-item-16, .list-item-17 {
    font-size: 18px;
  }

  .slider-background-image {
    max-width: none;
  }

  .div-block-57 {
    display: none;
  }

  .news-content-heading-title-2 {
    background-color: #003c92;
    border-width: 2px;
  }

  .news-content-small-image-2 {
    width: 250px;
    margin-right: 0;
  }

  .news-content-small-2 {
    grid-column-gap: 20px;
  }

  .news-content-image-div-2 {
    width: 668px;
  }

  .div-main-content {
    width: auto;
  }

  .heading-8-samll-news-3, .news-heading-5-2 {
    font-size: 14px;
  }

  .news-content-small-img-2 {
    width: 250px;
    height: auto;
  }

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

  .heading-7-samll-news-3 {
    font-size: 24px;
  }

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

  .loder-3 {
    display: none;
  }

  .grid-mix-news-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    display: grid;
  }

  .link-block-16 {
    width: auto;
  }

  .grid-small-news-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .news-content-small-contents-2 {
    width: auto;
    min-width: 250px;
    max-width: 250px;
  }

  .heading-195 {
    background-color: #003c92;
  }

  .news-content-img-2, .latest-news-item-image-single-2 {
    width: auto;
    height: auto;
  }

  .latest-news-item-image-single-title-2 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #003c92;
  }

  .latest-news-item-image-3 {
    width: 752.344px;
  }

  .news-search-filters-title-2 {
    display: flex;
  }

  .pagination {
    grid-column-gap: 10px;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

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

  .heading-11latest-news-item-3 {
    font-size: 14px;
  }

  .page-item {
    color: #fff;
  }

  .heading-10-latest-news-item-3 {
    font-size: 28px;
  }

  .heading-5-single-news {
    font-size: 50px;
  }

  .rich-text-block-single-news {
    font-size: 16px;
    line-height: 1.4;
  }

  .div-main-right-left {
    background-image: linear-gradient(to bottom, #0003, #0003), linear-gradient(135deg, var(--accent-a1), var(--accent-a1) 53%, var(--dark-slate-blue));
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 507.547px;
    margin-bottom: 60px;
  }

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

  .div-block-59 {
    display: flex;
  }

  .ball-third-color.big {
    box-shadow: inset -20px -23px 6vh 0 var(--accent-a1);
  }

  .hero-txt {
    width: 50%;
  }

  .heading-204 {
    margin-bottom: 30px;
    font-size: 8rem;
  }

  .logo-ball._3, .logo-ball._1, .logo-ball._2 {
    background-color: var(--accent-a1);
  }

  .paragraph-68 {
    border-style: none none none solid;
    border-width: 5px;
    border-color: var(--accent-a1);
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.4;
  }

  .section-7 {
    display: none;
  }

  .rapid-section-tuesday.tuesday {
    display: flex;
  }

  .page-conclusion-section.final-block, .rapid-section-wednesday.wednesday, .rapid-section-thursday.thursday {
    display: block;
  }

  .week-scroll-wrapper.day-set {
    display: none;
  }

  .day-title {
    font-size: 54px;
  }

  .rapid-section-monday.monday {
    display: block;
  }

  .day-image {
    width: 60%;
    height: 100%;
  }

  .day-text, .day-text.mon-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .day-text.wed-text {
    font-size: 16px;
  }

  .day-text.thurs-text {
    color: var(--customwhite);
    font-size: 16px;
    line-height: 1.8;
  }

  .bold-text-78 {
    color: var(--customwhite);
  }

  .bold-color {
    font-size: 5rem;
    line-height: .7;
  }

  .bold-color.text-trans {
    text-transform: none;
    font-size: 6.5rem;
  }

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

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

  .div-block-68 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

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

  .link-block-17 {
    text-align: center;
    width: auto;
    margin-top: 40px;
  }

  .text-block-74 {
    font-weight: 900;
  }

  .heading-content-top {
    margin-bottom: 60px;
  }

  .heading-content-bottom {
    padding-left: 150px;
    padding-right: 150px;
  }

  .div-main-content-labs {
    height: 70vh;
    margin-top: 0;
  }

  .heading-206 {
    font-size: 12vh;
    line-height: .9;
  }

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

  .image-54 {
    top: 35%;
    left: 23%;
  }

  .image-58 {
    right: 16%;
  }

  .image-60 {
    margin-bottom: 60px;
  }

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

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

  .image-61 {
    width: 50%;
  }

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

  .image-63 {
    left: 9%;
  }

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

  .backgroundvideolayer {
    display: none;
  }

  .div-mainnet-content {
    margin-bottom: 0;
  }

  .content-text-animation-left {
    color: var(--customwhite);
    transform: translate(-1920px);
  }

  .content-text-animation-right {
    color: var(--customwhite);
    line-height: 1.4;
  }

  .partners-images {
    grid-column-gap: 20px;
  }

  .partners-image {
    width: 150px;
    height: auto;
  }

  .heading-214 {
    font-size: 8rem;
  }

  .grid-36 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-71 {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .list-8.list-8-custom {
    font-weight: 500;
  }

  .how-it-works {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .div-block-82 {
    background-image: linear-gradient(#00000014, #00000014), url('../images/Frame-1dfdf3.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: block;
    position: absolute;
    inset: 0%;
    transform: none;
  }

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

  .list-11 {
    margin-bottom: 0;
  }

  .boldtitleul {
    font-size: 16px;
  }

  .list-12 {
    margin-bottom: 0;
  }

  .div-block-85 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .div-block-85.cust-85 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-86 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .cust-87 {
    margin-top: -15px;
  }

  .main-content-div {
    padding: 0;
  }

  .heading-223 {
    margin-bottom: 30px;
    font-size: 6rem;
    line-height: 1;
  }

  .image-75 {
    padding: 100px;
    transition: none;
    transform: none;
  }

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

  .heading-224 {
    margin-bottom: 30px;
  }

  .link-block-18 {
    z-index: 9;
    position: relative;
  }

  .question-wrapper-f66 {
    display: flex;
  }

  .text-question-f66 {
    font-size: 18px;
    font-weight: 500;
  }

  .answer-text-f66 {
    font-size: 18px;
  }

  .form-block-4 {
    display: none;
  }

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

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

  .text-block-97 {
    width: 29%;
    font-size: 18px;
  }

  .text-block-99, .text-block-100 {
    font-size: 18px;
  }

  .text-block-101 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
  }

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

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

  .div-feture {
    opacity: 0;
    transition: transform .2s;
    transform: translate(-120px);
  }

  .div-block-90, .text-block-105 {
    font-size: 18px;
  }

  .bold-text-88, .bold-text-89 {
    color: var(--accent-a1);
  }

  .text-block-106 {
    color: var(--customwhite-2);
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .text-block-107 {
    color: var(--accent-a1);
    text-align: center;
    font-size: 20px;
    font-weight: 900;
  }

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

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

  .container-10 {
    justify-content: flex-start;
    align-items: center;
  }

  .body-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }

  .section123 {
    background-image: url('../images/Computer-network-computer-security.png');
    background-position: 0 0;
    background-size: cover;
    position: relative;
  }

  .section-8 {
    flex-flow: column;
    display: flex;
    position: absolute;
  }

  .div-block-91 {
    background-color: #62c5f340;
    width: 50%;
    height: 50%;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .b-new {
    font-size: 4rem;
    font-weight: 500;
  }

  .b-new._1 {
    text-indent: 0;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 5rem;
    line-height: .7;
    text-decoration: none;
  }

  .pop-up {
    z-index: 99;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #00000078;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .div-block-94 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .popup-item {
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background-color: #0000000d;
    border: 0 solid #00000080;
    border-radius: 18px;
    justify-content: flex-start;
    align-items: center;
    width: 500px;
    padding: 40px;
    display: flex;
  }

  .input-style, .submit-button-3 {
    border-radius: 10px;
  }

  .inputlabel {
    color: var(--link);
    font-size: 16px;
    font-weight: 700;
  }

  .form1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 200%;
    display: flex;
  }

  .nav-link-copy.navmenuhover {
    font-size: 20px;
    font-weight: 400;
  }

  .nav-link-copy.navmenuhover.w--current {
    font-size: 20px;
    font-weight: 300;
  }

  .nav-link-copy.navmenuhover.edexa-labs-menu {
    font-weight: 400;
  }

  .navbar-main, .navbar-main-copy, .navbar-main-copy {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: none;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .modal2 {
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

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

  .div-block-95 {
    margin-top: 40px;
    padding-top: 0;
  }

  .grid-page-b-2-copy {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .heading-tasks-2-copy {
    margin-bottom: 15px;
    font-size: 2.5rem;
    line-height: .9;
  }

  .heading-stats-2-copy {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .block-heading-copy {
    flex-direction: column;
    line-height: 0%;
    display: flex;
  }

  .block-heading-copy.block-heading-news {
    flex-direction: row;
    margin-bottom: 50px;
  }

  .image-95 {
    width: 250px;
  }

  .image-96 {
    border-radius: 10px;
  }

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

  .singleappname {
    cursor: pointer;
    padding: 20px;
  }

  .table_row {
    border-bottom: 0 solid #000;
    border-radius: 1px;
  }

  .table_header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .table_head {
    border-bottom: 1px solid var(--paragraphs);
  }

  .table_component {
    border: 0px solid var(--accent-a1);
    box-shadow: 0 2px 5px 0 var(--dark-slate-blue), -1px 6px 13px -2px var(--accent-a2);
    -webkit-text-stroke-width: 0px;
    background-image: repeating-radial-gradient(circle, #0f2446, #071730ba);
    border-radius: 24px;
    max-width: 1440px;
  }

  .container-12 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    flex: 1;
    max-width: 1048px;
    height: 500px;
    margin-top: 220px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-118 {
    z-index: 99;
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    color: #eaeaea;
    letter-spacing: 0;
    word-break: normal;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    min-width: 48%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    display: block;
    position: static;
    inset: auto;
  }

  .bold-text-110 {
    letter-spacing: 0;
    text-transform: none;
    min-width: 70%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 74px;
    line-height: 80px;
    display: block;
    position: static;
    left: 0;
  }

  .heading-225 {
    direction: ltr;
    letter-spacing: 4px;
    text-indent: 0;
    margin-bottom: 0;
    font-size: 90px;
  }

  .code {
    color: #3182fc;
    font-weight: 500;
  }

  .text-span-12, .text-span-13, .text-span-14 {
    color: #3182fc;
  }

  .background-video-3 {
    justify-content: space-between;
    align-items: flex-start;
    height: 750px;
  }

  .text-span-15 {
    color: #3182fc;
  }

  .div-block-97 {
    height: 100%;
  }

  .text-span-16 {
    color: #3182fc;
  }

  .container-13 {
    max-width: 1200px;
  }

  .heading-226 {
    aspect-ratio: auto;
    font-weight: 400;
  }

  .button-17 {
    font-size: 18px;
  }

  .code-7 {
    color: #3182fc;
  }

  .heading-230 {
    color: #fff;
    font-size: 36px;
  }

  .bold-text-116 {
    color: #fff;
  }

  .heading-231, .heading-232 {
    color: #fff;
    font-size: 36px;
  }

  .text-block-119 {
    color: #fff;
  }

  .text-block-120 {
    color: #fff;
    font-size: 16px;
  }

  .container-14 {
    width: 90%;
    margin-bottom: 139px;
    padding-bottom: 408px;
  }

  .text-block-121 {
    color: #fff;
    font-size: 16px;
  }

  .bold-text-118 {
    font-size: 60px;
  }

  .text-block-122 {
    color: #fff;
    font-size: 16px;
  }

  .rl-text-style-medium {
    color: var(--customwhite);
    font-family: Roboto, sans-serif;
  }

  .rl-text-style-medium.is-white {
    color: var(--heading);
    width: 500px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .rl-heading-style-h1.is-white {
    min-width: 600px;
    font-size: 4.2rem;
  }

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

  .bold-text-119 {
    min-width: auto;
  }

  .bold-text-120 {
    color: var(--accent-a1);
  }

  .text-span-17 {
    color: var(--accent-a1);
    font-weight: 500;
  }

  .text-span-18 {
    color: var(--accent-a1);
  }

  .rl-heading-style-h2 {
    color: var(--heading);
    font-family: Roboto, sans-serif;
  }

  .rl_section_layout1 {
    background-color: #070910;
  }

  .text-block-123 {
    color: #fff;
    font-size: 16px;
  }

  .heading-234 {
    color: #fff;
    font-size: 36px;
  }

  .code-9 {
    color: #3182fc;
  }

  .heading-235 {
    color: #fff;
    font-size: 36px;
  }

  .code-14, .code-15 {
    color: #3182fc;
  }

  .heading-237 {
    color: #fff;
    font-size: 36px;
  }

  .bold-text-127 {
    color: #fff;
  }

  .heading-238, .heading-239 {
    color: #fff;
    font-size: 36px;
  }

  .text-block-124 {
    color: #fff;
  }

  .text-block-125 {
    color: #fff;
    font-size: 16px;
  }

  .container-15 {
    width: 90%;
    margin-bottom: 139px;
    padding-bottom: 408px;
  }

  .text-block-126 {
    color: #fff;
    font-size: 16px;
  }

  .bold-text-129 {
    font-size: 60px;
  }

  .text-block-127 {
    color: #fff;
    font-size: 16px;
  }

  .code-16, .code-8, .code-17 {
    color: #3182fc;
  }

  .heading-242 {
    color: #fff;
    font-size: 36px;
  }

  .bold-text-132 {
    color: #fff;
  }

  .heading-243, .heading-244 {
    color: #fff;
    font-size: 36px;
  }

  .text-block-128 {
    color: #fff;
  }

  .section-14 {
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .code-10 {
    color: #3182fc;
  }

  .text-block-129 {
    color: #fff;
    font-size: 16px;
  }

  .container-16 {
    width: 90%;
    margin-bottom: 139px;
    padding-bottom: 0;
  }

  .text-block-130 {
    color: #fff;
    font-size: 16px;
  }

  .bold-text-134 {
    font-size: 60px;
  }

  .text-block-131 {
    color: #fff;
    font-size: 16px;
  }

  .image-108 {
    padding-bottom: 40px;
  }

  .section-steps {
    background-color: #04040a;
    padding: 75px 60px;
  }

  .section-steps.footer {
    z-index: 99;
    background-color: #04040a;
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .section-steps.banner {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .section-steps.imagebgsection {
    background-color: #04040a;
    padding: 75px 0;
  }

  .section-steps.homebanner {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-steps.sp-30 {
    padding-bottom: 30px;
  }

  .section-steps.hide-section, .section-steps.d-none {
    display: none;
  }

  .section-steps.slider-section.secion-slider-remove-padding {
    padding-top: 0;
  }

  .section-steps.section-new-bg {
    background-color: #04040a;
    padding-top: 150px;
  }

  .section-steps.section-first {
    padding-top: 35px;
    display: none;
  }

  .section-steps.section-top {
    padding-top: 150px;
  }

  .section-steps-copy {
    background-color: #04040a;
    padding: 75px 60px;
  }

  .section-steps-copy.footer {
    z-index: 99;
    background-color: #04040a;
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .section-steps-copy.banner {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .section-steps-copy.imagebgsection {
    background-color: #04040a;
    padding: 75px 0;
  }

  .section-steps-copy.homebanner {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-steps-copy.sp-30 {
    padding-bottom: 30px;
  }

  .section-steps-copy.hide-section, .section-steps-copy.d-none {
    display: none;
  }

  .section-steps-copy.slider-section.secion-slider-remove-padding {
    padding-top: 0;
  }

  .section-steps-copy.section-new-bg {
    background-color: #04040a;
    padding-top: 150px;
  }

  .section-steps-copy.section-first {
    padding-top: 35px;
    display: none;
  }

  .section-steps-copy.section-top {
    padding-top: 150px;
  }

  .rl-heading-style-h5-copy {
    line-height: 1;
  }

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

  .bold-text-140-copy {
    color: var(--accent-a1);
    font-weight: 700;
  }

  .section-5-copy {
    margin-top: 90px;
    padding-left: 220px;
    padding-right: 220px;
  }

  .heading-9-latest-news-copy {
    margin-top: 0;
    font-size: 50px;
    line-height: 1.2;
  }

  .flex-block-19 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
  }

  .d-app-name {
    color: var(--heading);
    font-size: 16px;
    font-weight: 400;
  }

  .d-app-name:hover {
    text-decoration: underline;
  }

  .category-name {
    color: var(--heading);
    font-size: 16px;
    font-weight: 400;
  }

  .flex-block-20 {
    justify-content: center;
    align-items: center;
  }

  .svg, .svg-2 {
    color: var(--heading);
    width: 24px;
  }

  .requst {
    color: var(--heading);
    font-size: 18px;
    font-weight: 500;
  }

  .div-block-105 {
    background-color: var(--green);
    width: 12px;
    height: 12px;
  }

  .flex-block-21 {
    justify-content: center;
    align-items: center;
  }

  .page-number {
    text-decoration: none;
  }

  .page-link {
    padding-left: 0;
    padding-right: 0;
  }

  .page-item-next {
    box-shadow: none;
    color: #fff;
  }

  .page-item-next:hover {
    box-shadow: 0 0 20px #003c92;
  }

  .page-item-previous {
    box-shadow: none;
    color: #fff;
  }

  .page-item-previous:hover {
    box-shadow: 0 0 20px #003c92;
  }

  .activated {
    background-color: var(--green);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
    font-size: 24px;
  }

  .flex-block-23 {
    justify-content: center;
    align-items: center;
  }

  .table_header-copy {
    width: 300px;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
    position: static;
  }

  .flex-block-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btnmain-copy {
    flex: 0 auto;
    margin-right: 0;
    padding: 15px 40px;
    font-size: 16px;
    display: flex;
  }

  .image-71-copy {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-truffle, .oeg-dao, .fomoin, .image-71-copy, .image-71-copy {
    width: 65%;
    padding-left: 0;
    padding-right: 0;
  }

  .btnmain--partnership {
    flex: 0 auto;
    margin-right: 0;
    padding: 15px 40px;
    font-size: 16px;
    display: flex;
  }

  .section-become-a-partner-today {
    background-color: #04040a;
    padding: 75px 60px;
  }

  .section-become-a-partner-today.footer {
    z-index: 99;
    background-color: #04040a;
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .section-become-a-partner-today.banner {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .section-become-a-partner-today.imagebgsection {
    background-color: #04040a;
    padding: 75px 0;
  }

  .section-become-a-partner-today.homebanner {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-become-a-partner-today.sp-30 {
    padding-bottom: 30px;
  }

  .section-become-a-partner-today.hide-section, .section-become-a-partner-today.d-none {
    display: none;
  }

  .section-become-a-partner-today.slider-section.secion-slider-remove-padding {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-become-a-partner-today.section-new-bg {
    background-color: #04040a;
    padding-top: 150px;
  }

  .section-become-a-partner-today.section-first {
    padding-top: 35px;
    display: none;
  }

  .section-become-a-partner-today.section-top {
    padding-top: 150px;
  }

  .deactivated {
    background-color: var(--red);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
    font-size: 24px;
  }

  .slider-background-image-copy {
    max-width: none;
  }

  .etherium {
    width: 65%;
    padding-left: 0;
    padding-right: 0;
  }

  .kommunitas, .bankers-assos, .firebase {
    width: 75%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .wallet-connect {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .linux-foundation, .galaxy-lab {
    width: 65%;
    padding-left: 0;
    padding-right: 0;
  }

  .listing-help, .better-stack {
    width: 75%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .ipfs {
    width: 65%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .wanchain {
    width: 75%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-copy {
    background-color: #0000;
    align-self: auto;
    max-width: 1440px;
  }

  .content-copy.single-page {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 75px;
  }

  .content-copy.single-page.single-page-content {
    margin-top: 35px;
  }

  .content-copy.single-sustainability {
    background-color: #0000;
    margin-top: 14vh;
    margin-bottom: 0;
  }

  .content-copy.bggradient {
    border-radius: 9px;
  }

  .content-copy.bannercontentleft.bannarcontentdemo {
    max-width: 1440px;
    margin-top: 8vh;
    padding-bottom: 60px;
  }

  .content-copy.bgcontent {
    background-color: #0000;
    background-image: linear-gradient(140deg, var(--background-b1), #1d283880);
    border-radius: 30px;
  }

  .content-copy.remove-bg {
    background-color: #0000;
  }

  .content-copy.news-banner-content {
    height: 100vh;
  }

  .content-copy.content-edexa-labes {
    margin-top: 8vh;
    margin-bottom: 8vh;
  }

  ._104 {
    font-weight: 300;
  }

  .news-heading {
    font-size: 50px;
  }

  .coin-cap {
    background-image: none;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    margin-right: 0;
    padding: 0;
    transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
  }

  .coin-cap:hover {
    background-image: linear-gradient(#1d2838, #1d283880);
  }

  .coin-cap.smbg-icon {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 2px;
  }

  .logo {
    height: 60px;
  }

  .nav-link.navmenuhover {
    font-weight: 400;
  }

  .nav-link.navmenuhover.w--current {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .block-hero.block-hero-text-center {
    background-color: #0000;
    border: 0 solid #000;
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
  }

  .shadow-navbar {
    background-image: linear-gradient(180deg, var(--background-a), #0a0404ab 83%, transparent);
  }

  .section {
    text-align: center;
    text-transform: none;
    padding-top: 75px;
  }

  .section.imagebgsection {
    padding: 150px 0 75px;
  }

  .section.section-top-mg {
    background-color: var(--background-a);
  }

  .section.hide-staking, .section.d-none {
    display: none;
  }

  .content.single-page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: center;
  }

  .content.bannercontentleft.bannarcontentdemo {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    padding-bottom: 60px;
  }

  .content.main-title {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .content.innercontent {
    text-align: left;
    max-width: 1000px;
    font-size: 16px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .heading.sustainability-heading {
    font-size: 6.5rem;
  }

  .subtitle {
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .grid-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
  }

  .feature {
    padding: 26px 5% 0;
  }

  .icon-feature-bg {
    margin-bottom: 0;
  }

  .block {
    text-align: left;
  }

  .grid-footer.gridfooter-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: left;
  }

  .logo-footer {
    height: 40px;
  }

  .heading-single-page {
    font-size: 8rem;
  }

  .heading-single-page.heading-single-page---h2 {
    align-items: stretch;
    margin-bottom: 0;
    font-size: 5rem;
    display: flex;
  }

  .image-11 {
    width: 18%;
    padding-bottom: 10px;
  }

  .div-block-7 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .greeensection-content {
    text-align: justify;
  }

  .blockboxsustainability-right {
    text-align: left;
  }

  .content-2 {
    background-image: none;
    background-size: auto;
    padding-top: 10px;
  }

  .heading-13 {
    font-size: 60px;
  }

  .subtitle-2 {
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .heading-19 {
    text-transform: none;
    margin-bottom: 40px;
    line-height: .4;
  }

  .list-item._105 {
    font-size: 18px;
  }

  .list {
    font-family: Roboto, sans-serif;
    font-size: 10px;
  }

  .innertitlenumber {
    font-weight: 700;
  }

  .list-item-3._105, .list-item-4._105 {
    font-size: 18px;
  }

  .privacyinnertitlecontent {
    text-align: left;
  }

  .privercytitle.hedingmargin {
    margin-bottom: 5px;
    line-height: 50%;
  }

  .paragraph-11 {
    letter-spacing: .25px;
    text-transform: none;
    font-size: 15px;
    font-weight: 300;
  }

  .paragraph-11.pb-li {
    letter-spacing: 0;
    text-indent: 0;
  }

  .list-4 {
    font-size: 14px;
    font-weight: 400;
  }

  .paragraph-13 {
    margin-bottom: 80px;
  }

  .heading-21 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .heading-22 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 130%;
  }

  .heading-23, .heading-24 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph-14 {
    line-height: 1.6;
  }

  .paragraph-15 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.6;
  }

  .paragraph-16 {
    margin-bottom: 0;
    line-height: 1.6;
  }

  .paragraph-17 {
    line-height: 1.6;
  }

  .heading-34, .grid-22 {
    text-align: left;
  }

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

  .icon-2.rotateicons:hover {
    color: #d8dfe9;
    transform: rotate(180deg);
  }

  .dropdown-link-2.navmenuhover {
    text-transform: capitalize;
  }

  .btnoutlate:hover {
    background-color: #007de4;
  }

  .btnmainheader {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .btnmainheader.lg-color {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .countnumbers.countbackgroundfilter {
    bottom: 11%;
    left: 26%;
  }

  .paragraph-33 {
    color: var(--customwhite);
    line-height: 1.8;
  }

  .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37 {
    color: var(--customwhite);
    margin-bottom: 0;
    line-height: 1.8;
  }

  .socialbg {
    width: 30px;
    height: 30px;
  }

  .dapp-image {
    width: 40px;
  }

  .popup-apps-informations, .dapp-popup-application-form, .enjoying-edexa-dapps, .dapp-popup-onrequest-form, .popup-validator-form, .popup-validator-form.popup-validator-form-custom-new {
    display: none;
  }

  .background-video {
    overflow: hidden;
  }

  .heading-164 {
    font-size: 13vh;
  }

  .heading-172 {
    text-align: left;
    flex-flow: row;
    font-size: 7.5rem;
  }

  .icon-title {
    box-shadow: 0 8px 20px 20px var(--dark-slate-blue);
    margin-bottom: 30px;
  }

  .heading-stats-2 {
    height: 100%;
    font-size: 2.5rem;
    line-height: 1;
  }

  .stats-2.lighter {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .stats-2.lighter._1 {
    width: 700px;
  }

  .text-stats-2 {
    color: var(--customwhite);
    text-align: justify;
    font-size: 16px;
  }

  .dapp-slider-decription {
    text-align: left;
  }

  .team-titles {
    flex-flow: column;
  }

  .content-4 {
    width: 100%;
  }

  .news-banner-div {
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
  }

  .banner-news-title {
    font-size: 6rem;
    line-height: 1;
  }

  .div-content {
    width: 100%;
  }

  .heading-191 {
    font-size: 6.5rem;
  }

  .dapp-decription-div {
    width: 720px;
  }

  .news-content-image-div-2, .div-main-content {
    width: 100%;
  }

  .grid-mix-news-2 {
    grid-template-columns: 1fr .25fr;
  }

  .link-block-16 {
    width: 100%;
    min-width: 666px;
  }

  .grid-small-news-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
  }

  .news-content-small-contents-2 {
    width: 79.0914%;
    max-width: none;
  }

  .full-news {
    max-width: 900px;
  }

  .single-newmain-image {
    border-radius: 4px;
    width: 100%;
  }

  .section-7 {
    display: none;
  }

  .bold-color {
    direction: ltr;
    letter-spacing: -.2rem;
    white-space: nowrap;
    word-break: break-all;
    font-size: 8rem;
    line-height: 1;
  }

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

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

  .div-block-75.build-image-center {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-77, .edexa-logo-content, .heading-212 {
    text-align: left;
  }

  .image-71 {
    width: 75%;
    max-width: 75%;
  }

  .heading-219 {
    text-align: left;
  }

  .benefits-works {
    flex-flow: column;
  }

  .benefits-div {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-74 {
    filter: none;
    border-radius: 10px;
  }

  .div-block-82 {
    background-image: linear-gradient(#00000014, #00000014), url('../images/Frame-1dfdf3.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    overflow: visible;
  }

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

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

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

  .form {
    width: auto;
    min-width: 100%;
    overflow: hidden;
  }

  .text-block-97 {
    width: auto;
  }

  .container-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bold-text-93 {
    font-weight: 700;
  }

  .section123 {
    background-color: #0009;
    background-image: linear-gradient(#00000026, #060011), url('../images/Computer-network-computer-security.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .bold-text-94 {
    font-size: 45px;
  }

  .bold-text-100 {
    font-size: 22px;
  }

  .bold-text-101 {
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 400;
  }

  .bold-text-102 {
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 300;
  }

  ._105 {
    letter-spacing: .5px;
    font-weight: 500;
  }

  .container-11 {
    filter: blur(200px);
    perspective: none;
    color: var(--accent-a1);
    background-color: #2b83ff8c;
    width: 30%;
    height: 40%;
    position: absolute;
    inset: auto auto 0% 0%;
    transform: none;
  }

  .circle1 {
    width: 50px;
    height: 10px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-91 {
    filter: blur(200px);
    background-color: #4f99ff3b;
    width: 50%;
    height: 50%;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .flex-block {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bold-text-106 {
    text-align: center;
  }

  .b-new {
    color: var(--heading);
    font-size: 4.5rem;
    font-weight: 500;
  }

  .b-new._1 {
    font-size: 6.5rem;
    line-height: 1;
  }

  .bold-text-107 {
    font-size: 24px;
  }

  .div-block-92 {
    transition: opacity .2s, opacity .15s;
  }

  .div-block-93 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .pop-up {
    z-index: 10000;
    overflow: visible;
  }

  .popup-item {
    z-index: 99;
    justify-content: center;
    align-items: center;
    width: 500px;
    display: flex;
    position: fixed;
  }

  .bug-button {
    display: flex;
  }

  .form1 {
    width: auto;
  }

  .popup {
    height: 100px;
    position: fixed;
    inset: 0%;
  }

  .modal-1 {
    z-index: 99;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .modal {
    z-index: 99;
    background-color: #c0353500;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 0;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% 35%;
  }

  .modal-bg {
    z-index: 150;
    background-color: #0e0d0de0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .modal-container {
    z-index: 999;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 0;
    height: 100%;
    display: block;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .form-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 600px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .form-2 {
    position: absolute;
  }

  .modal-item {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #62626236;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    position: fixed;
    inset: 0%;
  }

  .form-block-6 {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-color: #000000f0;
    align-self: center;
    height: auto;
  }

  .form-3 {
    height: auto;
  }

  .nav-link-copy.navmenuhover {
    font-weight: 400;
  }

  .nav-link-copy.navmenuhover.w--current {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .paragraph-12y {
    text-transform: none;
  }

  .paragraph-12y.mode {
    font-size: 16px;
  }

  .table-block {
    font-size: 14px;
  }

  .image-79 {
    width: auto;
  }

  .image-80 {
    position: static;
  }

  .flex-block-3 {
    background-image: url('../images/token_validation-1.png');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 500px;
  }

  .bold-text-109 {
    color: var(--accent-a1);
  }

  .bold-text-109._1 {
    color: var(--accent-a1);
    font-size: 4.5rem;
    font-weight: 700;
  }

  .text-secondary {
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 1.7rem;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .modal2 {
    z-index: 999;
    background-color: #00000087;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .flex-block-5 {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-95 {
    margin-top: 0;
    padding-top: 40px;
  }

  .flex-block-7 {
    display: flex;
  }

  .image-81 {
    width: 30px;
  }

  .flex-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-114 {
    color: var(--heading);
    font-size: 1.8rem;
    font-weight: 900;
  }

  .grid-page-b-2-copy {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .heading-stats-2-copy {
    height: 100%;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: .7;
  }

  .flex-block-11 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .image-95 {
    width: auto;
  }

  .paragraph-71 {
    letter-spacing: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
  }

  .section-10 {
    object-fit: fill;
    width: 100%;
    height: 1000px;
    margin-bottom: 100px;
    padding-bottom: 187px;
    display: block;
  }

  .container-12 {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    max-width: 1500px;
    height: auto;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
    top: -92px;
    overflow: visible;
  }

  .text-block-118 {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 50px;
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 50px;
    line-height: 50px;
    position: static;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .bold-text-110 {
    flex: 0 auto;
    width: auto;
    min-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 118px;
    line-height: 118px;
    position: relative;
    left: auto;
  }

  .heading-225 {
    overflow-wrap: normal;
    height: 100%;
    font-size: 110px;
    line-height: 125px;
    display: flex;
    overflow: visible;
  }

  .code {
    color: #3182fc;
  }

  .background-video-3 {
    justify-content: center;
    align-items: center;
    height: 1000px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-97 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .div-block-98 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-13 {
    max-width: 1400px;
  }

  .bold-text-111, .code-12 {
    color: #3182fc;
  }

  .section-11 {
    width: 100%;
    height: 1000px;
    margin-top: -100px;
    margin-bottom: -3px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .bold-text-112 {
    font-size: 40px;
  }

  .heading-226 {
    width: 100%;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 97px;
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
  }

  .heading-228 {
    margin-top: -78px;
  }

  .bold-text-113 {
    color: #3182fc;
  }

  .image-99 {
    width: 100%;
    position: relative;
    left: 98px;
  }

  .button-16 {
    border-radius: 40px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    height: 60px;
    font-size: 20px;
    display: flex;
  }

  .div-block-100 {
    width: 50%;
    font-size: 100%;
  }

  .button-17 {
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: 190px;
    font-size: 20px;
    display: flex;
  }

  .div-block-102 {
    position: relative;
    left: -62px;
  }

  .code-7 {
    color: #3182fc;
  }

  .heading-229 {
    position: relative;
    top: -69px;
  }

  .heading-230 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: 247px;
  }

  .heading-231 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: 68px;
  }

  .heading-232 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: 154px;
  }

  .text-block-119 {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    position: relative;
    top: -7px;
  }

  .section-12 {
    border-radius: 0;
    margin-bottom: 374px;
    padding-top: 0;
  }

  .text-block-120 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    top: 169px;
  }

  .heading-233 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: -22px;
  }

  .container-14 {
    width: 85%;
    margin-bottom: 139px;
    padding-top: 0;
    padding-bottom: 408px;
    padding-left: 0;
    position: relative;
    top: 138px;
  }

  .text-block-121 {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    position: relative;
    top: 262px;
    bottom: 0;
  }

  .bold-text-118 {
    font-size: 60px;
  }

  .text-block-122 {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    position: relative;
    top: 85px;
  }

  .rl-button-group {
    justify-content: center;
    align-items: center;
  }

  .rl-button-group._1 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .rl-text-style-medium {
    font-size: 16px;
    font-weight: 400;
  }

  .rl-text-style-medium.is-white {
    text-align: center;
    width: 800px;
  }

  .rl-heading-style-h1.is-white {
    text-align: center;
    word-break: normal;
    width: 800px;
    font-size: 5rem;
  }

  .rl_header5_content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .header5_component {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 0;
  }

  .bold-text-119 {
    text-align: center;
    vertical-align: baseline;
    width: 300px;
    font-size: 5.5rem;
    display: inline;
  }

  .rl_layout1_spacing-block-1 {
    display: none;
  }

  .rl_layout1_component {
    place-items: start stretch;
  }

  .rl_section_layout1 {
    justify-content: center;
    align-items: center;
    height: 1000px;
    display: flex;
  }

  .bold-text-121 {
    color: var(--accent-a1);
    font-size: 5.5rem;
    font-weight: 500;
  }

  .fn-rich-text {
    width: 8px;
  }

  .fn-section {
    color: #070910;
    background-color: #070910;
  }

  .background-video-4 {
    height: 100vh;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-123 {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    position: relative;
    top: 85px;
  }

  .heading-234 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: 154px;
  }

  .code-9 {
    color: #3182fc;
  }

  .heading-235 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: 154px;
  }

  .code-14, .code-15 {
    color: #3182fc;
  }

  .heading-236 {
    position: relative;
    top: -69px;
  }

  .heading-237 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: 247px;
  }

  .heading-238 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: 68px;
  }

  .heading-239 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: 154px;
  }

  .text-block-124 {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    position: relative;
    top: -7px;
  }

  .section-13 {
    border-radius: 0;
    margin-bottom: 374px;
    padding-top: 0;
  }

  .text-block-125 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    top: 169px;
  }

  .heading-240 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: -22px;
  }

  .container-15 {
    width: 85%;
    margin-bottom: 139px;
    padding-top: 0;
    padding-bottom: 408px;
    padding-left: 0;
    position: relative;
    top: 138px;
  }

  .text-block-126 {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    position: relative;
    top: 262px;
    bottom: 0;
  }

  .bold-text-129 {
    font-size: 60px;
  }

  .text-block-127 {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    position: relative;
    top: 85px;
  }

  .code-16 {
    color: #3182fc;
  }

  .heading-241 {
    position: relative;
    top: -69px;
  }

  .code-8, .code-17 {
    color: #3182fc;
  }

  .heading-242, .heading-243, .heading-244 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: auto;
  }

  .text-block-128 {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    position: relative;
    top: -7px;
  }

  .section-14 {
    border-radius: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .code-10 {
    color: #3182fc;
  }

  .text-block-129 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    top: 169px;
  }

  .heading-245 {
    color: #fff;
    font-size: 36px;
    position: relative;
    top: -22px;
  }

  .container-16 {
    width: 85%;
    margin-bottom: 139px;
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 0;
    position: relative;
    top: 138px;
  }

  .text-block-130 {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    position: relative;
    top: 262px;
    bottom: 0;
  }

  .bold-text-134 {
    font-size: 60px;
  }

  .text-block-131 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    position: relative;
    top: auto;
  }

  .bold-text-137 {
    color: var(--accent-a1);
  }

  .bug-button-copy {
    display: flex;
  }

  .section-steps {
    text-align: center;
    text-transform: none;
    padding-top: 75px;
  }

  .section-steps.imagebgsection {
    padding: 150px 0 75px;
  }

  .section-steps.section-top-mg {
    background-color: var(--background-a);
  }

  .section-steps.hide-staking, .section-steps.d-none {
    display: none;
  }

  .section-steps-copy {
    text-align: center;
    text-transform: none;
    padding-top: 75px;
  }

  .section-steps-copy.imagebgsection {
    padding: 150px 0 75px;
  }

  .section-steps-copy.section-top-mg {
    background-color: var(--background-a);
  }

  .section-steps-copy.hide-staking, .section-steps-copy.d-none {
    display: none;
  }

  .rl_testimonial15_mask._w-slider-mask.slider.single-item.slick-slider-container {
    width: 100%;
    max-width: 1440px;
  }

  .rl-heading-style-h5-copy {
    line-height: 1;
  }

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

  .bold-text-140-copy {
    font-weight: 700;
  }

  .section-5-copy {
    margin-top: 90px;
    padding-top: 40px;
  }

  .flex-block-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .activated {
    color: var(--green);
  }

  .table_header-copy {
    width: 300px;
    max-width: none;
  }

  .slide-1-copy {
    width: auto;
    margin-right: .5rem;
  }

  .image-71-copy, .image-truffle {
    width: 65%;
  }

  .oeg-dao {
    width: 50%;
  }

  .fomoin {
    width: 65%;
  }

  .section-become-a-partner-today {
    text-align: center;
    text-transform: none;
    padding-top: 75px;
  }

  .section-become-a-partner-today.imagebgsection {
    padding: 150px 0 75px;
  }

  .section-become-a-partner-today.section-top-mg {
    background-color: var(--background-a);
  }

  .section-become-a-partner-today.hide-staking, .section-become-a-partner-today.d-none {
    display: none;
  }

  .deactivated {
    color: #dc1111;
    background-color: #dc1111;
  }

  .kommunitas, .bankers-assos {
    padding-top: 40px;
  }

  .firebase {
    width: 80%;
    padding-top: 40px;
  }

  .linux-foundation {
    width: 65%;
  }

  .listing-help, .better-stack {
    width: 80%;
    padding-top: 40px;
  }

  .ipfs {
    width: 70%;
    padding-top: 40px;
  }

  .wanchain {
    width: 80%;
    padding-top: 40px;
  }

  .content-copy.single-page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: center;
  }

  .content-copy.bannercontentleft.bannarcontentdemo {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    padding-bottom: 60px;
  }

  .content-copy.main-title {
    margin-bottom: 40px;
  }

  .content-copy.innercontent {
    background-color: var(--background-a);
    text-align: left;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    padding: 40px;
  }

  ._104 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-weight: 300;
  }

  .bold-text-100-copy {
    font-size: 22px;
  }

  .full-news-copy {
    max-width: 1000px;
  }

  .news-heading {
    font-size: 40px;
  }

  .paragraph-72 {
    font-size: 16px;
    font-weight: 300;
  }

  .list-copy {
    font-family: Roboto, sans-serif;
    font-size: 10px;
  }

  .paragraph-73, .paragraph-74, .paragraph-75 {
    color: var(--customwhite);
    margin-bottom: 15px;
    font-weight: 400;
  }

  .paragraph-76 {
    color: var(--customwhite);
    margin-bottom: 15px;
  }

  .paragraph-77, .paragraph-78 {
    color: var(--customwhite);
  }

  .coin-cap {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 56px;
  }

  h3 {
    font-size: 44px;
  }

  h4 {
    font-size: 34px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 22px;
  }

  .navbar {
    padding: 10px;
  }

  .section-hero {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-hero.rp-120.section-about-page {
    flex: 1;
  }

  .section-hero.section-hero-partnership-progam {
    height: 80vh;
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .grid-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .menu-button {
    background-color: var(--background-b1);
    color: var(--heading);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-size: 21px;
    line-height: 100%;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
    display: flex;
  }

  .menu-button:hover {
    transform: scale(.94);
  }

  .menu-button.w--open {
    background-color: #151d29bf;
    transform: scale(.94);
  }

  .nav-menu {
    background-color: #0000;
    background-image: linear-gradient(150deg, var(--background-b1) 35%, #151d29bf);
    border-radius: 15px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 15px 5px;
  }

  .block-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .block-hero.bh-100 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-hero {
    font-size: 80px;
  }

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

  .paragraph-large.paragraph-large-custom {
    font-size: 14px;
  }

  .figure-a-hero {
    height: 400px;
  }

  .section {
    padding: 40px 20px;
  }

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

  .section.imagebgsection {
    padding: 60px 20px 30px;
  }

  .section.homebanner {
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.slider-section.secion-slider-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .content.hero {
    margin-bottom: 100px;
  }

  .content.single-page {
    margin-bottom: 40px;
  }

  .content.single-sustainability {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content.bannercontentleft {
    margin-top: 5vh;
  }

  .content.bannercontentleft.bannarcontentdemo {
    margin-top: 14vh;
  }

  .content.bgcontent {
    border-radius: 5px;
  }

  .heading {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 750px;
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1.2;
    display: flex;
  }

  .heading.heading-validator {
    flex-direction: column;
    font-size: 6rem;
    line-height: 1.1;
  }

  .heading.sustainability-heading {
    text-align: left;
    font-size: 4rem;
    line-height: 1.1;
    display: block;
  }

  .subtitle {
    border-radius: 5px;
  }

  .subtitle.subtitlebottom {
    line-height: 1.2;
  }

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

  .feature {
    padding-top: 0;
  }

  .icon-feature-bg {
    margin-bottom: 0;
  }

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

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

  .block:hover {
    align-items: center;
  }

  .block.blockboxsustainability-right.fourboxsustainability-blog-sm {
    width: 100%;
  }

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

  .grid-left.gridcenter {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-left.fourboxsustainability--sm {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .grid-stats.gridstatsboxsustainability {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: center;
    align-self: center;
    place-items: center;
    display: grid;
  }

  .stats.lighter {
    border-radius: 5px;
    align-items: center;
    padding: 30px 10px;
  }

  .stats.lighter.custstartleft {
    border-radius: 5px;
    justify-content: center;
    align-items: stretch;
    padding: 30px 25px;
  }

  .stats.boxtstarsustainability {
    border-radius: 5px;
    align-items: center;
    padding: 30px 25px;
  }

  .stats.custstartright {
    border-radius: 5px;
    align-items: stretch;
    padding: 30px 25px;
  }

  .heading-stats {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
  }

  .heading-stats.boxstartheading {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
  }

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

  .grid-clients {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    order: -1;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 20px;
    display: none;
  }

  .logo-client {
    max-height: none;
  }

  .logo-client.ourprojectlogo {
    width: 140px;
  }

  .block-left {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .block-left.fourboxsustainability-blockleft-sm {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .block-right {
    order: -1;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .block-right.bg-position {
    position: static;
  }

  .collection-list {
    flex: 0 auto;
  }

  .block-blog {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .date-blog {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .date-blog.large {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
  }

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

  .heading-blog.custom-heading-blog {
    font-size: 20px;
  }

  .collection-item {
    border-radius: 5px;
  }

  .link-image-blog {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
  }

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

  .grid-footer.gridfooter-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .block-footer.blockfootermenu {
    display: flex;
  }

  .block-footer.blockfootermenu.social-tablate {
    display: none;
  }

  .block-footer.blockfootermenu.social-tablate.bf-menu {
    flex: none;
    display: block;
  }

  .paragraph-footer {
    font-size: 12px;
    line-height: 1.8;
  }

  .link-footer.navmenuhover {
    font-size: 12px;
    line-height: 1.4;
  }

  .group-banner {
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-banner {
    font-size: 3rem;
    line-height: 1.2;
  }

  .form-block-banner {
    border-radius: 10px;
  }

  .form-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1.7fr .25fr;
  }

  .text-field {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .figure-b, .figure-c, .figure-d {
    width: 80%;
    height: 350px;
  }

  .heading-single-page {
    max-width: 840px;
    margin-bottom: 20px;
    font-size: 5rem;
    line-height: 1.1;
  }

  .heading-single-page.community-header {
    line-height: 1.1;
  }

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

  .technology {
    border-radius: 5px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .textarea.contact-text-field {
    line-height: 1.2;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .image-blog-main {
    margin-top: 40px;
  }

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

  .grid-page-b {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .tasks {
    border-radius: 5px;
    min-height: auto;
  }

  .icon-tasks {
    margin-right: 12px;
  }

  .heading-tasks {
    font-size: 20px;
    line-height: 1.2;
  }

  .page-content {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

  .info-member {
    font-size: 14px;
    line-height: 1.8;
  }

  .cart-button {
    margin-right: 10px;
  }

  .collection-list-wrapper-categories {
    margin-top: 15px;
  }

  .button-category {
    font-size: 14px;
  }

  .collection-list-shop {
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-shop {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-shop {
    font-size: 14px;
    line-height: 1.2;
  }

  .price {
    font-size: 20px;
    line-height: 1.2;
  }

  .description-shop, .text-product-feature {
    font-size: 14px;
    line-height: 1.8;
  }

  .product-features-block {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

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

  .grid-button-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    display: grid;
  }

  .grid-button-nav:hover {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .miantext-20 {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
  }

  .btnmain {
    margin-top: 10px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.8;
  }

  .btnmain.btnemail {
    height: auto;
  }

  .image-11 {
    width: 40%;
    padding-bottom: 0;
  }

  .gridbtn {
    justify-content: center;
    font-size: 14px;
  }

  .edexacontaint {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .edexacontaint.devloper-p {
    margin-bottom: 0;
  }

  .edexacontaint.smart-contract-content.smart-contract-tb {
    margin-bottom: 15px;
  }

  .html-embed {
    height: 100vh;
  }

  .grid4 {
    grid-column-gap: 34px;
    grid-row-gap: 21px;
    flex-direction: row;
    grid-template: ". Area-2"
                   "Area ."
                   / .75fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between flex-start;
    place-items: flex-start stretch;
    margin-top: 120px;
    display: grid;
  }

  .totaltransactiontext {
    width: 100%;
    font-size: 12px;
  }

  .glow-bott {
    inset: auto 0% -1%;
  }

  .avgtransactiontext, .validatortext, .transactionsecondtext {
    font-size: 12px;
    line-height: 1.8;
  }

  .totaltranc {
    width: 100%;
    font-size: 20px;
    line-height: 1.8;
  }

  .avgpercos, .vnodes, .trapersec {
    font-size: 20px;
    line-height: 1.8;
  }

  .div-block-3 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-4 {
    width: auto;
  }

  .div-block-4.rightline {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    width: auto;
  }

  .div-block-5.rightline {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    width: auto;
  }

  .div-block-6.rightline {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-wrapper {
    display: none;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-14 {
    margin-right: 12px;
  }

  .section-hero._wf-section {
    flex: 0 auto;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-direction: column;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .edexacontaintgray {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
  }

  .edexacontaintgray.btnbottom-pd {
    padding-bottom: 15px;
  }

  .image-15 {
    flex: 0 auto;
    width: 50%;
    padding: 0;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .div-block-12 {
    padding: 50px 60px;
  }

  .greeensection-content {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
  }

  .gridleftbox {
    flex-direction: column;
    display: flex;
  }

  .blockboxsustainability-right {
    text-align: center;
    align-items: center;
  }

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

  .paragraphsmall {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
  }

  .heading-9 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .bannertwobutton {
    grid-template-columns: 1fr;
    margin-top: 15px;
  }

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

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

  .bgdivcolorlight {
    border-radius: 5px;
    padding: 20px;
  }

  .bgdivcolordark {
    padding: 20px;
  }

  .heading-10 {
    font-size: 36px;
    line-height: 1.2;
  }

  .paragraph-3 {
    margin-bottom: 0;
    line-height: 120%;
  }

  .heading-11 {
    font-size: 36px;
    line-height: 1.2;
  }

  .paragraph-4 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .paragraph-5 {
    font-size: 12px;
    line-height: 1.8;
  }

  .heading-12 {
    margin-bottom: 20px;
    font-size: 42px;
  }

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

  .validator-contents {
    border-radius: 5px;
    padding: 10px 15px;
  }

  .link-3 {
    font-size: 14px;
    line-height: 1.8;
  }

  .validationtitle {
    font-size: 36px;
    line-height: 1.2;
  }

  .text-block-10 {
    font-size: 2.1rem;
    line-height: 1.8;
  }

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

  .validatorfourbox {
    border-radius: 5px;
    padding: 20px;
  }

  .validatorforboxtitle {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .link-4 {
    font-size: 14px;
    line-height: 1.8;
  }

  .paragraph-8 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .grid-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .html-embed-3 {
    font-size: 14px;
    line-height: 1.8;
  }

  .paragraph-large-2 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .block-2 {
    text-align: center;
    align-items: center;
  }

  .block-2.gridblockcenter2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .heading-13 {
    max-width: 750px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.2;
  }

  .subtitle-2 {
    border-radius: 5px;
  }

  .subtitle-2.gridblocksubtitle {
    border-radius: 5px;
    margin-top: 10px;
  }

  .subtitle-2.subtitlebottom {
    border-radius: 5px;
  }

  .block-left-2 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .block-left-2.gridblockcenter {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed-4 {
    font-size: 13px;
    line-height: 1.8;
  }

  .heading-14, .heading-15 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.2;
  }

  .bg-client-2 {
    border-radius: 5px;
  }

  .grid-clients-2 {
    order: -1;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .grid-clients-2.project-order-second {
    order: 0;
  }

  .heading-16 {
    max-width: 750px;
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1.2;
  }

  .bold-text-4 {
    font-size: 11px;
  }

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

  .text-span-2 {
    font-size: 32px;
  }

  .collection-list-wrapper-2 {
    column-count: auto;
    column-gap: 15px;
  }

  .collection-item-2 {
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .heading-19 {
    margin-bottom: 20px;
    font-size: 6rem;
    line-height: .8;
  }

  .list-item {
    font-size: 20px;
    line-height: 1.2;
  }

  .list {
    padding-left: 50px;
    font-size: 32px;
  }

  .grid-17 {
    font-size: 14px;
  }

  .innertitlenumber, .innercontent {
    font-size: 14px;
    line-height: 1.8;
  }

  .list-item-3, .list-item-4 {
    font-size: 20px;
    line-height: 1.2;
  }

  .privercytitle {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .paragraph-11, .list-4 {
    margin-bottom: 15px;
  }

  .paragraph-13 {
    margin-bottom: 40px;
    font-size: 3rem;
    line-height: .9;
  }

  .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30 {
    font-size: 20px;
    line-height: 1.2;
  }

  .bold-text-18, .bold-text-19 {
    font-size: 36px;
    line-height: 1.2;
  }

  .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
  }

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

  .paragraph-26 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
  }

  .paragraph-27, .paragraph-28 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
  }

  .paragraph-29 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #10101080;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 9px 10px;
    font-size: 21px;
    line-height: 100%;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
    display: flex;
  }

  .menu-button-2:hover {
    transform: scale(.94);
  }

  .menu-button-2.w--open {
    background-color: #151d29bf;
    transform: scale(.94);
  }

  .heading-31 {
    font-size: 36px;
    line-height: 1.2;
  }

  .heading-34 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .link-6 {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
  }

  .grid-23 {
    flex-direction: column;
    display: flex;
  }

  .heading-36 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph-31 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
  }

  .grid-24 {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .grid-25 {
    flex-direction: row;
  }

  .heading-37 {
    font-size: 20px;
    line-height: 1.2;
  }

  .text-block-18 {
    font-size: 14px;
    line-height: 1.8;
  }

  .paragraph-32 {
    font-size: 12px;
    line-height: 1.8;
  }

  .margin-bottom-xlarge {
    margin-bottom: 0;
  }

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

  .timeline_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .timeline_text {
    font-size: 14px;
    line-height: 1.8;
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .columns-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dropdown-list-5.w--open {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    width: auto;
    margin-left: 27px;
  }

  .btnoutlate {
    z-index: 9999;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.8;
    position: static;
  }

  .squerbannerrightbottom {
    z-index: 99;
  }

  .countnumbers {
    flex: 0 auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .countnumbers.countbackgroundfilter {
    width: auto;
    display: none;
    bottom: 1%;
    left: 0%;
  }

  .countnumbers.tablateviewport {
    flex: 1;
    margin-top: 0;
  }

  .paragraph-35, .paragraph-36, .paragraph-37 {
    font-size: 14px;
  }

  .columns-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-38, .paragraph-39 {
    font-size: 14px;
  }

  .paragraph-40 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .image-26 {
    padding-top: 0;
  }

  .socialbg {
    background-image: none;
    width: 28px;
    height: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 5px;
  }

  .socialbg:hover {
    background-image: none;
  }

  .column-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-10, .column-11, .column-12, .column-13 {
    display: none;
  }

  .blockchainsupport {
    text-align: center;
    order: -1;
    width: 100%;
    margin-bottom: 24px;
    display: block;
  }

  .image-29 {
    width: auto;
    padding: 0 20px;
  }

  .paragraph-41 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .bold-text-31 {
    font-size: 20px;
  }

  .div-block-34 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0;
    line-height: 0%;
    display: block;
  }

  .heading-38, .heading-40 {
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph-42.sm-boldtext, .paragraph-43.sm-boldtext, .paragraph-44.sm-boldtext, .paragraph-45.sm-boldtext, .paragraph-46.sm-boldtext, .paragraph-47, .paragraph-48.sm-boldtext, .paragraph-49.sm-boldtext, .paragraph-50.sm-boldtext, .paragraph-51, .paragraph-52.sm-boldtext, .paragraph-53, .paragraph-54, .paragraph-55, .paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63 {
    margin-bottom: 15px;
  }

  .grid-29 {
    width: 50%;
  }

  .div-block-37 {
    grid-template-columns: .25fr .75fr;
  }

  .image-30 {
    width: 18px;
    height: 18px;
  }

  .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31 {
    font-size: 14px;
    line-height: 1.2;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .column-15 {
    display: flex;
  }

  .contact-form {
    display: none;
  }

  .heading-single-page-2 {
    max-width: 840px;
    margin-bottom: 20px;
  }

  .edexa-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header {
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-contains {
    flex-direction: column;
    align-items: flex-start;
  }

  .title {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
  }

  .bannartitle {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .subtitle-4 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .mainbtn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .mainbtn.font-16 {
    font-size: 14px;
  }

  .mainbtn.font-16.rm-mp {
    margin-top: 0;
  }

  .mainbtn.main-btn-tab {
    display: none;
  }

  .mainbtn.main-btn-show {
    display: flex;
  }

  .left-content {
    grid-column-gap: 0px;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }

  .zero {
    font-size: 14px;
  }

  .trending-apps-sliders {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .main-apps.section.section-market {
    margin-bottom: 30px;
  }

  .slider-image {
    width: auto;
    height: auto;
  }

  .slider-content-top {
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .slider-details {
    flex-direction: row;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .or, .total {
    font-size: 14px;
  }

  .slider-title-text {
    font-size: 36px;
  }

  .text-block-35.slider-content-top-install {
    align-self: center;
  }

  .slider-image-logo {
    width: auto;
    height: auto;
  }

  .right-content {
    flex-direction: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .slider-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    padding-left: 20px;
  }

  .counter {
    font-size: 14px;
  }

  .dapp-subheading-titles {
    grid-column-gap: 10px;
  }

  .text-block-36.total-number-users {
    font-size: 14px;
  }

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

  .dapp.otherclass {
    flex-direction: column;
    display: none;
  }

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

  .dapp-heading-title {
    font-size: 20px;
  }

  .edexa-popular-dapps.section.section-market {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-43.pd-50.diff-app-title, .heading-43.pop-dapps-title {
    font-size: 36px;
  }

  .populardapps {
    margin-top: 20px;
  }

  .edexa-ecosystem.section.section-market {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-44.diff-app-sin-title {
    font-size: 20px;
  }

  .different-business.section.section-market {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .dapp-image-popup {
    width: auto;
  }

  .dapp-subheading-titles-popup {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: center stretch;
    width: 100%;
    display: grid;
  }

  .dapp-subheading-inner-titles-popup {
    flex: none;
  }

  .dapp-heading-title-popup {
    width: auto;
    font-size: 36px;
  }

  .dapp-content-popup {
    font-size: 14px;
  }

  .dapp-start-images-popup {
    flex: none;
  }

  .app-information {
    width: 80%;
  }

  .popup-apps-informations {
    display: none;
  }

  .dapp-heading-popup {
    width: auto;
  }

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

  .bold-text-38, .bold-text-39 {
    font-size: 20px;
  }

  .text-wrap-large {
    display: none;
  }

  .field-label-7 {
    font-size: 14px;
    line-height: 1.2;
  }

  .form-fields {
    width: 80%;
  }

  .dapp-popup-application-form {
    display: none;
  }

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

  .heading-48 {
    letter-spacing: 0;
    font-size: 6rem;
    line-height: 1;
  }

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

  .heading-49 {
    text-align: left;
  }

  .bold-text-42 {
    text-align: left;
    padding-left: 0;
  }

  .link-dapps {
    padding-bottom: 0;
    position: static;
  }

  .enjoying-edexa-dapps {
    display: none;
  }

  .enjoy-edexa-dapp-info {
    width: 85%;
  }

  .field-label-8 {
    font-size: 14px;
    line-height: 1.2;
  }

  .field-label-9 {
    font-size: 12px;
    line-height: 1.2;
  }

  .field-label-9.rating-star-mg {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .submit-button.mainbtn {
    font-size: 12px;
  }

  .html-embed-12 {
    font-size: 30px;
  }

  .select-field-2 {
    font-size: 14px;
  }

  .dapps-req-div {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dapp-popup-onrequest-form {
    display: none;
  }

  .onrequest-dapp-info {
    width: 85%;
  }

  .field-label-10, .field-label-11, .text-field-7, .html-embed-13 {
    font-size: 14px;
  }

  .list-5, .list-item-6, .list-item-7 {
    text-align: left;
  }

  .text-span-8 {
    line-height: 1.4;
  }

  .popup-validator-form.popup-validator-form-custom-new {
    margin-left: 0;
    margin-right: 0;
  }

  .validator-form-info {
    margin-left: 20px;
    margin-right: 20px;
  }

  .validator-content-form {
    margin-left: 0;
    margin-right: 0;
  }

  .field-label-12, .text-field-9 {
    font-size: 14px;
  }

  .pointer {
    inset: auto auto 130% 0%;
  }

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

  .image-43 {
    width: 22%;
    margin-top: 0;
    inset: 17% 0% 0% auto;
  }

  .text-block-44 {
    font-size: 14px;
    line-height: 1.8;
  }

  .contact-form-info {
    width: 80%;
  }

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

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

  .tasks-2 {
    min-height: 250px;
  }

  .page-content-2 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .dapp-slider-decription {
    font-size: 14px;
  }

  .heading-182 {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .form-select-net {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .validator-banner-sub-sub-heading {
    font-size: 2rem;
  }

  .masternodecondiv {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .overflow-splide {
    width: 100%;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xhuge.padding-vertical {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .splide__list {
    width: 100%;
  }

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

  .splide {
    width: 100%;
  }

  .home-hero-componnet {
    flex-direction: column;
    width: 100%;
  }

  .splide-component {
    width: 100%;
  }

  .splide__track.is--main {
    padding-left: 0;
    padding-right: 0;
  }

  .main-wrapper, .slider-component {
    width: 100%;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-banner-div {
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
  }

  .banner-news-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 4.5rem;
  }

  .news-banner-image {
    order: 1;
    width: 100%;
  }

  .heading-9-latest-news {
    font-size: 3rem;
    line-height: .9;
  }

  .text-block-56, .text-block-57, .text-block-58 {
    line-height: 1.4;
  }

  .heading-190 {
    font-size: 8px;
  }

  .section-6.transaction-banner {
    padding: 30px 10px;
  }

  .block-heading-2--contents {
    margin-bottom: 20px;
  }

  .fs-3dglobe-container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .secure-system-title-2 {
    font-size: 6rem;
  }

  .secure-system-sub-title-2 {
    font-size: 2rem;
  }

  .btnmain-2 {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.8;
  }

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

  .heading-important {
    line-height: 1.1;
  }

  .list-item-14 {
    font-size: 14px;
  }

  .wormchannel-content {
    width: 100%;
  }

  .heading-191 {
    font-size: 5rem;
  }

  .bold-text-75 {
    font-size: 4rem;
  }

  .edexa-labs-heading {
    font-size: 6rem;
  }

  .text-block-61, .text-block-62, .list-item-15, .list-item-16, .list-item-17, .list-item-18 {
    font-size: 14px;
  }

  .news-content-small-image-2 {
    width: auto;
    margin-right: 0;
    display: flex;
  }

  .news-content-small-2 {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .news-content-image-div-2 {
    width: auto;
    display: flex;
  }

  .div-main-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8-samll-news-3 {
    margin-top: 10px;
  }

  .news-content-small-img-2 {
    width: auto;
  }

  .text-block-67 {
    line-height: 1.4;
  }

  .grid-mix-news-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-direction: column;
    height: 100%;
  }

  .link-block-16 {
    width: auto;
    display: block;
  }

  .grid-small-news-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .heading-195 {
    font-size: 8px;
  }

  .heading-6-single-news {
    margin-bottom: 0;
    font-size: 16px;
  }

  .date-time-share-icons {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .ball-wrap {
    width: 90vw;
    height: 90vw;
    margin-bottom: 130px;
    position: relative;
    top: 0;
    right: 0;
  }

  .main {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 100vh;
    display: flex;
  }

  .hero-txt {
    width: 90vw;
    height: auto;
  }

  .main-2 {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 100vh;
    display: flex;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .phone-mock {
    border-radius: 1.5em;
    width: 90%;
    padding: 8px;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

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

  .phone-screen_wrapper {
    border-radius: 0;
  }

  .rapid-section-tuesday.tuesday {
    justify-content: center;
    padding-right: 0;
    display: block;
  }

  .page-conclusion-section.final-block {
    display: block;
  }

  .day-container {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rapid-section-wednesday.wednesday {
    display: block;
  }

  .rapid-section-thursday.thursday {
    justify-content: center;
    padding-right: 0%;
    display: block;
  }

  .day-title {
    font-size: 34px;
    line-height: 1.4;
  }

  .rapid-section-monday.monday {
    display: block;
  }

  .day-text-wrapper, .day-title-flex {
    width: 100%;
  }

  .day-image {
    width: 250px;
  }

  .day-text.mon-text {
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .bold-color {
    font-size: 5rem;
    line-height: 1.1;
  }

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

  .text-block-72 {
    border-left: 5px solid var(--accent-a1);
    padding-left: 10px;
  }

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

  .heading-206 {
    font-size: 4rem;
  }

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

  .image-54 {
    top: 33%;
    left: 13%;
  }

  .image-58 {
    top: 32%;
    right: 15%;
  }

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

  .image-62 {
    top: 45%;
  }

  .image-63 {
    width: 150px;
    left: 10%;
  }

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

  .div-mainnet-content {
    flex-direction: column;
  }

  .div-mainnet-content-left {
    height: auto;
  }

  .div-mainnet-content-right {
    height: 100%;
  }

  .div-mainnet-content-right.div-mainnet-content-right-mobile-top {
    order: -1;
  }

  .heading-text-animation-left {
    width: 100%;
  }

  .content-text-animation-left {
    width: 100%;
    font-size: 14px;
  }

  .image-animation-right, .image-animation-left, .heading-text-animation-right {
    width: 100%;
    height: 100%;
  }

  .content-text-animation-right {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }

  .html-embed-17 {
    width: 100%;
  }

  .partners-image {
    width: auto;
    height: auto;
  }

  .heading-211 {
    font-size: 6rem;
  }

  .text-block-84, .link-9 {
    font-size: 14px;
  }

  .div-partnership-program-row {
    flex-direction: row;
    order: 0;
  }

  .div-partnership-program-row-image {
    order: 0;
  }

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

  .grid-36 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ".";
  }

  .partners-benefits-section {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .text-block-87, .list-item-19, .text-block-89 {
    font-size: 14px;
  }

  .text-block-90.text-block-90-custom {
    margin-top: 10px;
    font-size: 18px;
  }

  .question-f66 {
    width: auto;
    padding-right: 10px;
  }

  .question-f66:hover {
    text-decoration: none;
  }

  .question-wrapper-f66 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
  }

  .text-question-f66 {
    font-size: 16px;
  }

  .form-wrapper {
    margin-left: 0;
  }

  .submit-button-2 {
    padding-left: 15px;
    font-size: 16px;
  }

  .text-block-101, .text-block-102 {
    font-size: 14px;
  }

  .bold-text-94 {
    font-size: 3.75rem;
    line-height: .5px;
  }

  .b-new._1 {
    font-size: 4rem;
  }

  .navbar-main, .navbar-main-copy, .navbar-main-copy {
    padding: 10px;
  }

  .paragraph-12y {
    margin-bottom: 15px;
  }

  .table-block, .table-block._2 {
    width: 100%;
    min-width: auto;
  }

  .flex-block-2, .bounty-table {
    width: 100%;
  }

  .flex-block-7 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-page-b-2-copy {
    grid-template-columns: 1fr 1fr;
  }

  .flex-block-11 {
    flex-flow: column;
  }

  .project-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    order: -1;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 20px;
    display: none;
  }

  .image-95 {
    width: auto;
  }

  .text-block-118 {
    margin-top: 49px;
    margin-left: 0;
  }

  .bold-text-110 {
    margin-left: 0;
    margin-right: 166px;
    font-size: 52px;
  }

  .heading-225 {
    font-size: 64px;
    line-height: 67px;
  }

  .container-13 {
    max-width: 728px;
  }

  .div-block-99 {
    justify-content: flex-end;
    align-items: center;
  }

  .section-11 {
    margin-top: -12px;
    margin-bottom: 0;
  }

  .heading-226 {
    width: 350px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .button-16 {
    margin-right: 0;
    padding: 10px 15px;
    font-size: 15px;
    position: relative;
    right: -60px;
  }

  .button-17 {
    object-fit: fill;
    flex: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    display: block;
    position: relative;
    left: -60px;
  }

  .div-block-102 {
    clear: none;
    text-align: left;
    word-break: normal;
    object-fit: fill;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-103 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    position: static;
    bottom: auto;
    right: auto;
  }

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

  .container-14 {
    width: 90%;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fn-rich-text h2 {
    font-size: 40px;
  }

  .fn-rich-text h4 {
    font-size: 28px;
  }

  .fn-rich-text h1 {
    font-size: 52px;
  }

  .fn-rich-text h3 {
    font-size: 32px;
  }

  .fn-rich-text h5 {
    font-size: 22px;
  }

  .fn-rich-text h6 {
    font-size: 16px;
  }

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

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .container-15 {
    width: 90%;
  }

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

  .container-16 {
    width: 90%;
  }

  .splide__track-copy.is--main, .splide__track-copy.is--main-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .section-steps {
    padding: 40px 20px;
  }

  .section-steps.footer {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-steps.imagebgsection {
    padding: 60px 20px 30px;
  }

  .section-steps.homebanner {
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-steps-copy {
    padding: 40px 20px;
  }

  .section-steps-copy.footer {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-steps-copy.imagebgsection {
    padding: 60px 20px 30px;
  }

  .section-steps-copy.homebanner {
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-steps-copy.section-top-mg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rl_testimonial15_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_testimonial15_mask {
    max-width: none;
  }

  .rl-padding-section-large-2 {
    width: 100%;
    max-width: none;
    padding: 6rem 40px;
  }

  .rl_section_testimonial15 {
    width: 100%;
  }

  .section-5-copy {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9-latest-news-copy {
    margin-top: 0;
    font-size: 3rem;
    line-height: .9;
  }

  .rl_testimonial15_content-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .slide-1-copy {
    width: auto;
    margin-right: .5rem;
  }

  .btnmain-copy {
    margin-top: 10px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.8;
  }

  .btnmain-copy.btnemail {
    height: auto;
  }

  .btnmain--partnership {
    margin-top: 10px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.8;
  }

  .btnmain--partnership.btnemail {
    height: auto;
  }

  .section-become-a-partner-today {
    padding: 40px 20px;
  }

  .section-become-a-partner-today.footer {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-become-a-partner-today.imagebgsection {
    padding: 60px 20px 30px;
  }

  .section-become-a-partner-today.homebanner {
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-become-a-partner-today.section-top-mg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-become-a-partner-today.slider-section.secion-slider-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .content-copy {
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .content-copy.hero {
    margin-bottom: 100px;
  }

  .content-copy.single-page {
    margin-bottom: 40px;
  }

  .content-copy.single-sustainability {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-copy.bannercontentleft {
    margin-top: 5vh;
  }

  .content-copy.bannercontentleft.bannarcontentdemo {
    margin-top: 14vh;
  }

  .content-copy.bgcontent {
    border-radius: 5px;
  }

  .list-copy {
    padding-left: 50px;
    font-size: 32px;
  }

  .coin-cap {
    background-image: none;
    width: 28px;
    height: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 5px;
  }

  .coin-cap:hover {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .navbar {
    padding: 10px;
  }

  .nav-button {
    font-size: 16px;
  }

  .section-hero {
    height: auto;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-hero.rp-120.section-about-page {
    flex: 1;
  }

  .section-hero.section-mainnet {
    background-position: 50%, 50% 0;
    background-size: cover, auto;
  }

  .section-hero.section-hero-press-kit {
    height: 50vh;
  }

  .block-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .block-hero.bh-100 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .block-hero.community-banner {
    justify-content: center;
    align-items: flex-start;
  }

  .block-hero.block-hero-text-center {
    line-height: 104%;
  }

  .heading-hero {
    font-size: 58px;
  }

  .paragraph-large {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .paragraph-large.paragraph-large-custom {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .button {
    font-size: 12px;
  }

  .section {
    text-align: center;
    padding: 30px 10px;
  }

  .section.footer {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section.banner {
    padding-bottom: 30px;
  }

  .section.imagebgsection {
    margin-top: 0;
    padding: 60px 10px 30px;
  }

  .section.homebanner {
    width: auto;
    height: 100vh;
    min-height: 100vh;
    padding-top: 60px;
    position: relative;
  }

  .content {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
  }

  .content.hero {
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
  }

  .content.single-sustainability {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content.bannercontentleft.bannarcontentdemo {
    width: 100%;
    margin-top: 8vh;
    margin-bottom: 0;
  }

  .content.innercontent {
    text-align: left;
  }

  .content.bgcontent {
    border-radius: 5px;
  }

  .heading {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .heading.heading-validator {
    flex-direction: column;
    font-size: 3rem;
    line-height: 1.2;
  }

  .heading.sustainability-heading {
    font-size: 3.5rem;
    line-height: 1.2;
    display: block;
  }

  .block-heading {
    order: -1;
    justify-content: center;
    margin-bottom: 15px;
  }

  .block-heading.block-heading-news {
    flex-direction: column;
  }

  .subtitle {
    border-radius: 5px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.8;
  }

  .subtitle.subtitlebottom {
    margin-top: 10px;
  }

  .subtitle.subtitletop {
    margin-top: 0;
  }

  .grid-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature {
    padding-top: 0;
  }

  .icon-feature {
    width: 26px;
  }

  .icon-feature-bg {
    border-radius: 15px;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }

  .grid-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .block:hover {
    align-items: center;
  }

  .grid-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-left.fourboxsustainability--sm {
    flex-direction: column;
  }

  .grid-stats {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
  }

  .grid-stats.gridstatsboxsustainability {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-start;
    display: grid;
  }

  .stats {
    align-items: center;
    width: 100%;
  }

  .stats.lighter {
    border-radius: 5px;
    padding: 20px 10px;
  }

  .stats.lighter.custstartleft {
    border-radius: 5px;
    padding: 20px 0;
  }

  .stats.boxtstarsustainability {
    text-align: left;
    border-radius: 5px;
    flex-direction: column;
    flex: auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    display: flex;
  }

  .stats.custstartright {
    border-radius: 5px;
    padding: 20px 0;
  }

  .heading-stats {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-stats.boxstartheading {
    text-align: center;
    flex: 0 auto;
    font-size: 16px;
    line-height: 1.8;
  }

  .text-stats {
    font-size: 16px;
    line-height: 1.2;
  }

  .grid-clients {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    display: none;
  }

  .client {
    width: 100%;
    padding: 20px;
  }

  .logo-client {
    flex: 0 auto;
    align-self: auto;
    width: 45%;
    height: auto;
    display: block;
  }

  .logo-client.ourprojectlogo {
    width: 100px;
    height: 30px;
  }

  .bg-client {
    align-self: stretch;
    width: 100%;
  }

  .block-left {
    align-items: center;
    margin-bottom: 0;
  }

  .block-right {
    order: -1;
    padding-left: 0%;
    padding-right: 0%;
  }

  .block-right.bg-position {
    position: static;
  }

  .collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .block-blog {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .date-blog {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  .date-blog.large {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .link-heading-blog {
    text-align: left;
    align-items: flex-start;
    display: flex;
  }

  .heading-blog {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
  }

  .collection-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 5px;
    margin-bottom: 30px;
  }

  .link-image-blog {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0;
    display: flex;
  }

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-footer:hover {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-footer.gridfooter-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-footer.grid-footer-menu {
    justify-content: space-around;
    margin-bottom: 20px;
  }

  .grid-footer.grid-footer-menu:hover {
    justify-content: space-around;
  }

  .block-footer {
    text-align: center;
    align-items: center;
  }

  .block-footer.blockfootermenu, .block-footer.blockfootermenu.social-tablate.bf-menu, .block-footer.blockfootermenu.bf-menu {
    display: flex;
  }

  .paragraph-footer.pfooter {
    font-size: 12px;
  }

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

  .link-footer.navmenuhover {
    text-align: left;
  }

  .footer-down {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    display: flex;
  }

  .group-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-banner {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .form-block-banner {
    border-radius: 5px;
    padding-left: 10px;
  }

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

  .text-field {
    padding-left: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .text-field.contact-text-field {
    padding-left: 20px;
    font-size: 12px;
  }

  .heading-single-page {
    text-align: left;
    min-width: auto;
    max-width: none;
    margin-bottom: 15px;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .heading-single-page.community-header {
    margin-bottom: 0;
    padding-bottom: 20px;
    line-height: .9;
  }

  .grid-technology {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .technology {
    border-radius: 5px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-technology {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }

  .form-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .collection-list-blog {
    grid-column-gap: 15px;
    grid-row-gap: 90px;
  }

  .grid-page-a {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .grid-page-b {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 15px;
  }

  .tasks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    margin-top: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .icon-tasks {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .heading-tasks {
    font-size: 16px;
    line-height: 1.2;
  }

  .page-content {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .grid-team {
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .info-member {
    font-size: 12px;
    line-height: 1.8;
  }

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

  .collection-list-categories {
    margin-top: 10px;
  }

  .button-category {
    font-size: 12px;
  }

  .collection-list-shop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-shop {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-shop {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .price {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .description-shop {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .text-product-feature {
    font-size: 12px;
  }

  .item-content {
    padding-top: 50px;
    padding-bottom: 35px;
  }

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

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

  .grid-licensing {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-button-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .grid-button-nav:hover {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .miantext-20 {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 1.8;
  }

  .btnmain {
    margin-top: 10px;
    margin-right: 0;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.8;
  }

  .btnmain.btnemail {
    height: auto;
  }

  .image-11 {
    flex: 0 auto;
    width: 234px;
    margin-bottom: 15px;
    padding-bottom: 0;
    display: block;
  }

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

  .titleblockchain {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .edexacontaint {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .html-embed {
    width: auto;
    height: 100vh;
  }

  .grid4 {
    grid-column-gap: 34px;
    grid-row-gap: 21px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around flex-start;
    place-items: flex-start start;
    margin-top: 84px;
    margin-bottom: 0;
    display: grid;
  }

  .totaltransactiontext {
    font-size: 10px;
    line-height: 1.8;
  }

  .glow-bott {
    z-index: 55;
    height: 130px;
    display: block;
    inset: auto 0% -150%;
  }

  .avgtransactiontext, .validatortext, .transactionsecondtext {
    font-size: 10px;
    line-height: 1.8;
  }

  .totaltranc {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.8;
  }

  .avgpercos, .vnodes, .trapersec {
    width: 100%;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.8;
  }

  .section-hero-home {
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .div-block-7 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .paragraph-2 {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .html-embed-2 {
    display: none;
  }

  .modal-wrapper {
    flex-direction: row;
    display: none;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-14 {
    width: 24px;
    margin-right: 10px;
  }

  .section-hero._wf-section {
    flex: 0 auto;
  }

  .grid-7 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .edexacontaintgray {
    font-size: 12px;
    line-height: 1.4;
  }

  .edexacontaintgray.btnbottom-pd {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .image-15 {
    width: 70%;
  }

  .heading-5 {
    letter-spacing: -.5px;
    font-size: 2rem;
  }

  .div-block-12 {
    padding: 40px 10px;
  }

  .greeensection-content {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .gridleftbox {
    flex-direction: column;
    display: flex;
  }

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

  .paragraphsmall {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .heading-9 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .bannertwobutton {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    margin-top: 15px;
  }

  .column-content-boxs-left {
    padding-left: 0;
    padding-right: 0;
  }

  .column-content-right {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .columns-3 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
  }

  .bgdivcolordark {
    border-radius: 5px;
  }

  .heading-10 {
    font-size: 26px;
    line-height: 1.2;
  }

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

  .heading-11 {
    font-size: 26px;
    line-height: 1.2;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 1.2;
  }

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

  .heading-12 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.2;
  }

  .grid-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .validator-contents {
    padding: 10px 5px;
  }

  .link-3 {
    font-size: 12px;
    line-height: 1.8;
  }

  .validationtitle {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2;
  }

  .accordion-item-2 {
    font-size: 3rem;
  }

  .accordion-toggle-2 {
    height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 3rem;
  }

  .accordion-icon-2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .text-block-10 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .paragraph-7 {
    font-size: 12px;
    line-height: 1.8;
  }

  .validatorforboxtitle {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
  }

  .link-4 {
    font-size: 12px;
    line-height: 1.8;
  }

  .paragraph-8 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 1.2;
  }

  .grid-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .html-embed-3, .paragraph-large-2 {
    font-size: 12px;
    line-height: 1.8;
  }

  .block-2.gridblockcenter2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-13 {
    font-size: 26px;
    line-height: 1.2;
  }

  .subtitle-2 {
    border-radius: 5px;
  }

  .subtitle-2.gridblocksubtitle {
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.8;
  }

  .subtitle-2.subtitlebottom {
    border-radius: 5px;
    margin-top: 10px;
  }

  .block-left-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .block-left-2.gridblockcenter {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .html-embed-4 {
    font-size: 16px;
    line-height: 1.8;
  }

  .heading-14, .heading-15 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2;
  }

  .bg-client-2 {
    border-radius: 5px;
  }

  .grid-clients-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .grid-clients-2.project-order-second {
    order: 0;
  }

  .heading-16 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .bold-text-4 {
    font-size: 10px;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 1.8;
  }

  .bold-text-5 {
    font-size: 26px;
    line-height: 1.2;
  }

  .collection-list-wrapper-2 {
    column-gap: 15px;
  }

  .collection-item-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .heading-19 {
    margin-bottom: 15px;
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .list-item {
    font-size: 16px;
  }

  .list {
    font-size: 16px;
    line-height: 1.2;
  }

  .innertitlenumber, .innercontent {
    font-size: 12px;
    line-height: 1.8;
  }

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

  .list-item-3, .list-item-4 {
    font-size: 16px;
  }

  .bold-text-6 {
    font-size: 32px;
  }

  .privacyinnertitlecontent {
    text-align: left;
  }

  .privercytitle {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .paragraph-11 {
    margin-bottom: 15px;
  }

  .paragraph-11.pb-li {
    margin-bottom: 10px;
  }

  .list-4 {
    text-align: left;
    margin-bottom: 10px;
  }

  .paragraph-13 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.1;
  }

  .heading-21 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-22, .heading-23, .heading-24 {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-25, .heading-26, .heading-27, .heading-28, .heading-29 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.8;
  }

  .heading-30 {
    margin-bottom: 12px;
  }

  .bold-text-18, .bold-text-19 {
    font-size: 26px;
    line-height: 1.2;
  }

  .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  .menu-button-2 {
    background-color: #10101080;
    border-radius: 5px;
    padding: 8px;
  }

  .heading-31 {
    font-size: 26px;
    line-height: 1.2;
  }

  .heading-34 {
    text-align: left;
    font-size: 2rem;
    line-height: 1.2;
  }

  .link-6 {
    font-size: 12px;
    line-height: 1.2;
  }

  .grid-23 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-36 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .paragraph-31 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 1.2;
  }

  .grid-24 {
    grid-row-gap: 62px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-37 {
    font-size: 16px;
    line-height: 1.2;
  }

  .text-block-18 {
    font-size: 12px;
    line-height: 1.8;
  }

  .grid-26 {
    text-align: left;
  }

  .paragraph-32 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 12px;
    line-height: 1.2;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .button-inverted {
    padding: 14px 24px;
  }

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

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .bold-text-26 {
    display: block;
  }

  .dropdown-list-5.w--open {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    width: auto;
    margin-left: 27px;
  }

  .btnoutlate {
    padding: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  .circlerighttop {
    inset: 40px 40px auto auto;
  }

  .circlelefttop {
    inset: 30px auto auto 30px;
  }

  .image-23, .image-24 {
    width: 150px;
  }

  .squerbannerrightbottom {
    inset: auto 46px 80px auto;
  }

  .circlebottomleft {
    inset: auto auto 20px 20px;
  }

  .countnumbers.countbackgroundfilter {
    bottom: 0%;
  }

  .countnumbers.tablateviewport {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

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

  .paragraph-36 {
    font-size: 12px;
    line-height: 1.8;
  }

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

  .paragraph-38 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .paragraph-39 {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .image-26 {
    padding-top: 0;
  }

  .socialbg {
    background-image: none;
    width: 35px;
    height: 35px;
    margin-right: 0;
  }

  .socialbg:hover {
    background-image: none;
  }

  .column-10, .column-11, .column-12, .column-13 {
    display: none;
  }

  .blockchainsupport {
    order: -1;
    width: 100%;
  }

  .image-29 {
    width: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-41 {
    font-size: 12px;
    line-height: 1.8;
  }

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

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

  .heading-38, .heading-39, .heading-40 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
  }

  .paragraph-42.sm-boldtext, .paragraph-43.sm-boldtext, .paragraph-44.sm-boldtext, .paragraph-45.sm-boldtext, .paragraph-46.sm-boldtext, .paragraph-47, .paragraph-48.sm-boldtext, .paragraph-49.sm-boldtext, .paragraph-50.sm-boldtext, .paragraph-51, .paragraph-52.sm-boldtext, .paragraph-53, .paragraph-54, .paragraph-55, .paragraph-56, .paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62, .paragraph-63 {
    margin-bottom: 10px;
  }

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

  .div-block-37 {
    grid-template-columns: .5fr .75fr;
    justify-items: start;
  }

  .image-30 {
    width: 120px;
    height: 19px;
  }

  .text-block-20, .text-block-21 {
    font-size: 12px;
  }

  .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31 {
    font-size: 12px;
    line-height: 1.2;
  }

  .membername {
    font-size: 16px;
  }

  .memberdesignation {
    font-size: 12px;
  }

  .grid-page-c {
    flex-direction: column;
    display: flex;
  }

  .contact-form {
    display: none;
  }

  .heading-single-page-2 {
    margin-bottom: 15px;
    font-size: 26px;
  }

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

  .close-contactform {
    width: auto;
  }

  .link-block.social-link-blocks {
    text-align: left;
  }

  .link-block-2.social-link-blocks {
    width: auto;
  }

  .edexa-banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .intro-header {
    flex-direction: column;
    height: 100vh;
  }

  .container-8 {
    text-align: center;
    width: auto;
    display: block;
  }

  .banner-contains {
    flex-direction: column;
  }

  .title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bannartitle {
    font-size: 12px;
  }

  .subtitle-4 {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .mainbtn {
    padding: 10px 20px;
    font-size: 12px;
  }

  .mainbtn.font-16.rm-mp {
    margin-top: 0;
  }

  .slider-content-paragraph {
    text-align: left;
  }

  .trending-apps-sliders {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .slider-content-middle {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .main-apps.section.section-market {
    margin-bottom: 30px;
  }

  .slider-image {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .slider-content-top {
    grid-row-gap: 24px;
  }

  .slider-details {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .slider-image-logo {
    text-align: left;
    width: 150px;
    height: 150px;
  }

  .right-content {
    justify-content: center;
  }

  .slider-content {
    grid-column-gap: 0px;
    padding-left: 0;
  }

  .dapp-subheading-titles {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-36.total-number-users-popup {
    font-size: 12px;
  }

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

  .dapp.otherclass {
    flex-direction: column;
    display: none;
  }

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

  .dapp-heading-title {
    text-align: left;
    font-size: 16px;
  }

  .edexa-popular-dapps.section.section-market {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-43.pd-50.diff-app-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .heading-43.pop-dapps-title {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .populardapps {
    margin-top: 20px;
  }

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

  .heading-44.diff-app-sin-title {
    font-size: 16px;
  }

  .different-business.section.section-market {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .dapp-content-features-popup {
    margin-top: 20px;
  }

  .close-image {
    width: 30px;
    height: 30px;
  }

  .dapp-heading-title-popup {
    font-size: 16px;
  }

  .app-info-close {
    top: -18px;
    right: -9px;
  }

  .dapp-content-popup {
    font-size: 12px;
  }

  .app-information {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
  }

  .apps-available-on {
    margin-top: 20px;
  }

  .popup-apps-informations {
    display: none;
  }

  .heading-45.avail-title {
    font-size: 10px;
  }

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

  .bold-text-38, .bold-text-39 {
    font-size: 16px;
  }

  .changer-overflow {
    display: flex;
  }

  .text-wrap-laptop {
    display: none;
  }

  .text-wrap-landscape {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .changer-move-landscape {
    text-align: left;
  }

  .field-label-7 {
    font-size: 12px;
    line-height: 1.2;
  }

  .dapp-popup-application-form {
    display: none;
  }

  .heading-48 {
    font-size: 4rem;
  }

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

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

  .bold-text-42 {
    font-size: 26px;
  }

  .link-dapps {
    padding-bottom: 0;
    position: static;
  }

  .enjoy-dapp-btn-w-button {
    font-size: 12px;
  }

  .enjoying-edexa-dapps {
    display: none;
  }

  .enjoy-edexa-dapp-info {
    width: 85%;
  }

  .field-label-8, .field-label-9 {
    font-size: 12px;
    line-height: 1.2;
  }

  .field-label-9.rating-star-mg {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .html-embed-12 {
    font-size: 30px;
  }

  .textarea-3, .select-field-2 {
    font-size: 12px;
    line-height: 1.2;
  }

  .dapp-popup-onrequest-form {
    width: auto;
    display: none;
  }

  .onrequest-dapp-info {
    width: 85%;
  }

  .field-label-10, .field-label-11, .text-field-7, .text-field-8 {
    font-size: 12px;
  }

  .heading-51 {
    font-size: 26px;
  }

  .html-embed-13, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12 {
    font-size: 12px;
  }

  .cookie-example {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    left: 1%;
  }

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

  .heading-54 {
    font-size: 16px;
  }

  .image-43 {
    order: -1;
    width: 50%;
    max-width: none;
    height: auto;
    position: static;
  }

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

  .blog-content-div {
    grid-template-columns: 1fr;
  }

  .heading-55 {
    font-size: 16px;
  }

  .contact-form-info {
    width: 80%;
  }

  .heading-56, .heading-80 {
    font-size: 2rem;
  }

  .heading-164 {
    letter-spacing: 0;
    font-size: 4rem;
  }

  .heading-172 {
    text-align: left;
  }

  .icon-title {
    border-radius: 15px;
  }

  .grid-page-a-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }

  .grid-page-b-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 15px;
  }

  .grid-team-2 {
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .stats-2.lighter {
    justify-content: flex-start;
  }

  .page-content-2 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .heading-180 {
    margin-bottom: 0;
  }

  .grid-33 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .dapp-slider-decription {
    text-align: left;
    font-size: 12px;
  }

  .slider-boxes {
    grid-column-gap: 20px;
  }

  .s-box {
    margin-right: 0;
  }

  .dapps-banner-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .grid-34 {
    grid-template-columns: auto auto;
  }

  .heading-182 {
    font-size: 1.5rem;
  }

  .form-select-net {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 16px;
    display: flex;
  }

  .validator-banner-sub-sub-heading {
    font-size: 1rem;
    line-height: .9;
  }

  .masternodeimgdiv {
    right: -45px;
  }

  .masternodecondiv {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
  }

  .heading-184 {
    font-size: 12px;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .splide-component {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider-component {
    flex-direction: column;
  }

  .slider_img {
    width: 50%;
  }

  .step-name {
    display: none;
  }

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

  .news-banner-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .news-banner-title {
    order: 1;
    width: auto;
    margin-top: 50px;
  }

  .banner-news-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 3.5rem;
    line-height: .8;
    display: flex;
  }

  .news-banner-image {
    order: 1;
  }

  .heading-7-samll-news {
    font-size: 20px;
  }

  .heading-8-samll-news {
    margin-top: 10px;
    font-size: 12px;
  }

  .heading-news-title {
    font-size: 26px;
  }

  .news-content-small {
    flex-direction: column;
  }

  .heading-3-news {
    font-size: 20px;
  }

  .news-heading-5 {
    font-size: 12px;
  }

  .grid-mix-news {
    flex-direction: column;
  }

  .news-content-small-img {
    border-radius: 20px;
    width: auto;
  }

  .heading-9-latest-news {
    font-size: 26px;
  }

  .heading-11latest-news-item {
    font-size: 12px;
  }

  .heading-10-latest-news-item {
    font-size: 20px;
  }

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

  .text-block-56, .text-block-57 {
    font-size: 12px;
    line-height: 1.4;
  }

  .text-block-58 {
    font-size: 12px;
    line-height: 1.2;
  }

  .heading-190 {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .secure-system-sub-title {
    font-size: 12px;
  }

  .section-6.transaction-banner {
    padding: 30px 10px;
  }

  .fs-3dglobe-container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .banner-content-2 {
    align-items: center;
  }

  .secure-system-title-2 {
    letter-spacing: 0;
    font-size: 4rem;
    line-height: 1.1;
  }

  .secure-system-sub-title-2 {
    font-size: 1.5rem;
  }

  .btnmain-2 {
    margin-right: 0;
    padding: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

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

  .heading-important {
    letter-spacing: -.5px;
    font-size: 2em;
    line-height: 1.1;
  }

  .worm-item-bolod {
    font-size: 1.8rem;
  }

  .wormchannel-content {
    width: 100%;
  }

  .bold-text-74 {
    font-size: 4rem;
  }

  .heading-191 {
    text-align: left;
    flex-flow: column;
    font-size: 4.5rem;
    line-height: 1;
    display: flex;
  }

  .bold-text-75 {
    font-size: 4rem;
  }

  .edexa-labs-heading {
    font-size: 3rem;
  }

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

  .heading-192 {
    font-size: 2rem;
  }

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

  .heading-193, .heading-194 {
    font-size: 2rem;
  }

  .list-6 {
    text-align: left;
  }

  .list-item-15, .list-item-16, .list-item-17, .list-item-18 {
    font-size: 12px;
  }

  .dapp-image-title-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .news-content-small-image-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    margin-right: 0;
    display: flex;
  }

  .news-content-small-2 {
    flex-direction: column;
  }

  .news-content-image-div-2 {
    width: auto;
  }

  .heading-8-samll-news-3 {
    margin-top: 10px;
    font-size: 12px;
  }

  .news-heading-5-2 {
    font-size: 12px;
  }

  .news-content-small-img-2 {
    border-radius: 20px;
    width: auto;
  }

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

  .heading-7-samll-news-3 {
    font-size: 20px;
  }

  .text-block-67 {
    font-size: 12px;
    line-height: 1.4;
  }

  .grid-mix-news-2 {
    flex-direction: column;
  }

  .news-content-small-contents-2 {
    width: auto;
  }

  .heading-195 {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .news-content-img-2, .latest-news-item-image-single-2, .latest-news-item-image-3 {
    width: auto;
  }

  .latest-news-item-2 {
    flex-direction: column;
  }

  .heading-11latest-news-item-3 {
    font-size: 12px;
  }

  .heading-10-latest-news-item-3 {
    font-size: 20px;
  }

  .rich-text-block-single-news {
    font-size: 12px;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .list-7 {
    text-align: left;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .lab-edx-titles-2 {
    font-size: 1.2rem;
  }

  .sticky-container {
    height: auto;
  }

  .sticky-img_wrapper {
    display: none;
  }

  .sticky-img_wrapper.cc-steps {
    width: 100%;
    display: flex;
  }

  .phone-screen_img.third, .phone-screen_img.second {
    display: flex;
  }

  .h3 {
    font-size: 1.7rem;
  }

  .phone-mock {
    box-shadow: none;
    width: 100%;
  }

  .circle-number.steps3, .circle-number.steps2 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .circle-number.steps1 {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

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

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: 0;
    overflow: hidden;
  }

  .phone-screen_wrapper {
    border-radius: 0;
  }

  .section-7 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container-9 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .rapid-section-tuesday.tuesday {
    height: auto;
    padding-right: 0%;
    position: static;
    transform: none;
  }

  .iso-ui {
    max-width: 99%;
    margin: auto;
    display: block;
    position: absolute;
    inset: 0 0 -24px;
  }

  .block-img {
    width: 100%;
  }

  .block-img.pad-img {
    margin-bottom: 34%;
  }

  .page-conclusion-section.final-block {
    height: auto;
    display: none;
    position: static;
  }

  .day-container {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 130px 32px 40px;
    position: static;
    overflow: hidden;
  }

  .day-title-wrapper {
    text-align: left;
    max-width: 100%;
    margin-left: 0;
  }

  .rapid-section-wednesday.wednesday {
    height: auto;
    position: static;
    transform: none;
  }

  .rapid-section-thursday.thursday {
    height: auto;
    padding-right: 0%;
    position: static;
    transform: none;
  }

  .day-subtitle {
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
  }

  .week-scroll-wrapper.day-set {
    height: 400vh;
    padding-bottom: 40px;
    overflow: visible;
  }

  .monday-mob-img-flex {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 70%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .monday-img-flex-col {
    flex-direction: column;
    justify-content: flex-start;
    width: 25%;
    display: flex;
  }

  .monday-img-flex-col.thin-col {
    max-width: 11%;
    margin-right: -5px;
  }

  .monday-img-flex-col.thin-col.arrow-bg {
    background-image: url('../images/arrows.svg');
    background-position: 0 61%;
    background-repeat: no-repeat;
    margin-right: -5px;
  }

  .rapid-section-monday.monday {
    height: 100vh;
    position: fixed;
  }

  .day-text-wrapper {
    border-left-width: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .day-title-flex {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 24px;
    display: block;
  }

  .day-image {
    float: left;
    max-width: 70px;
    margin-right: 16px;
  }

  .iso-wireframe, .iso-sketch {
    max-width: 99%;
    margin: auto;
    display: block;
    position: absolute;
    inset: 0 0 -24px;
  }

  .fixed-mobile-phone-bg {
    max-height: 50vh;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .day-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .day-number-title {
    font-size: 300px;
    line-height: 250px;
    bottom: -9%;
    left: 0;
    right: auto;
  }

  .bold-color {
    font-size: 3.5rem;
    line-height: 1.2;
    display: flex;
  }

  .bold-color.text-trans {
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

  .heading-content-top {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-206 {
    text-align: left;
    font-size: 3.5rem;
  }

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

  .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59 {
    display: none;
  }

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

  .div-block-73 {
    flex-direction: column;
  }

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

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

  .image-62 {
    display: none;
  }

  .text-block-80 {
    text-align: left;
    border-left-style: none;
    font-size: 12px;
  }

  .div-mainnet-content {
    flex-direction: column;
  }

  .div-mainnet-content-left, .div-mainnet-content-right {
    height: 100%;
  }

  .div-mainnet-content-right.div-mainnet-content-right-mobile-top {
    order: -1;
    height: 100%;
  }

  .heading-text-animation-left {
    width: 100%;
  }

  .content-text-animation-left {
    width: 100%;
    font-size: 12px;
  }

  .image-animation-right {
    width: 100%;
    height: 100%;
  }

  .image-animation-left {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }

  .heading-text-animation-right {
    width: 100%;
    height: 100%;
  }

  .content-text-animation-right {
    width: 100%;
    height: 100%;
    font-size: 12px;
  }

  .partners-images {
    grid-column-gap: 5px;
  }

  .partners-image {
    width: auto;
    height: auto;
  }

  .heading-211 {
    font-size: 3rem;
  }

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

  .edexa-logo-box {
    flex-direction: column;
  }

  .edexa-logo-image {
    margin-bottom: 10px;
    padding: 50px;
  }

  .text-block-83, .link-8, .text-block-84, .link-9 {
    font-size: 14px;
  }

  .div-partnership-program-row, .div-partnership-program-row-content {
    flex-direction: column;
  }

  .div-partnership-program-row-image {
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-214 {
    text-align: left;
    font-size: 3rem;
  }

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

  .image-70 {
    width: 80%;
    margin-bottom: 10px;
  }

  .grid-36 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ".";
  }

  .image-71 {
    padding-left: 0;
    padding-right: 0;
  }

  .partners-benefits-section {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .heading-216 {
    text-align: left;
    font-size: 1.6rem;
  }

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

  .heading-218 {
    text-align: left;
    font-size: 1.6rem;
  }

  .list-item-19, .text-block-89 {
    font-size: 12px;
  }

  .heading-221 {
    font-size: 2rem;
  }

  .text-block-90.text-block-90-custom {
    margin-top: 10px;
    font-size: 18px;
  }

  .select-field-3 {
    font-size: 12px;
  }

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

  .question-f66 {
    line-height: 24px;
  }

  .edexa-faq {
    width: 100%;
  }

  .text-question-f66 {
    padding-right: 10px;
    font-size: 16px;
  }

  .icon-wrapper-f66 {
    flex: none;
    align-items: flex-start;
    padding-top: 5px;
    display: flex;
  }

  .answer-text-f66 {
    width: 90%;
    font-size: 14px;
  }

  .arrow-blue-f66 {
    inset: auto;
  }

  .form-content {
    width: 90%;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .next {
    z-index: 6;
    position: fixed;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #0000;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .previous {
    z-index: 6;
    position: fixed;
    bottom: 11%;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section123 {
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .b-new._1 {
    flex-flow: column;
    font-size: 3.5rem;
    line-height: .7;
    display: flex;
  }

  .navbar-main, .navbar-main-copy, .navbar-main-copy {
    padding: 10px;
  }

  .paragraph-12y {
    margin-bottom: 15px;
  }

  .paragraph-12y.pb-li {
    margin-bottom: 10px;
  }

  .bold-text-108 {
    font-size: 15px;
  }

  .text-secondary {
    text-align: left;
    font-size: 1.25rem;
  }

  .flex-block-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-page-b-2-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 15px;
  }

  .projects {
    align-self: stretch;
    width: 100%;
  }

  .banji {
    width: 100%;
    padding: 20px;
  }

  .project-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    display: none;
  }

  .block-heading-copy {
    order: -1;
    justify-content: center;
    margin-bottom: 15px;
  }

  .block-heading-copy.block-heading-news {
    flex-direction: column;
  }

  .flex-block-13 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-12 {
    margin-left: 20px;
  }

  .text-block-118 {
    margin-top: 67px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
  }

  .bold-text-110 {
    width: 80%;
    font-size: 39px;
    line-height: 50px;
    position: relative;
    right: auto;
  }

  .heading-225 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0;
  }

  .container-13 {
    width: 90%;
  }

  .heading-226 {
    width: 250px;
    font-size: 14px;
  }

  .image-99 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .button-16 {
    flex: 0 auto;
    margin-left: -77px;
    margin-right: -76px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    display: block;
  }

  .button-17 {
    flex: 0 auto;
    width: auto;
    font-size: 14px;
    display: inline-flex;
    left: -50px;
    right: 0;
  }

  .div-block-102 {
    font-size: 13px;
  }

  .div-block-103 {
    margin-left: -65px;
    position: relative;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_layout1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fn-rich-text figure {
    margin-bottom: 36px;
  }

  .fn-rich-text h1 {
    font-size: 48px;
  }

  .fn-rich-text h3 {
    font-size: 32px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .section-steps {
    text-align: center;
    padding: 30px 10px;
  }

  .section-steps.footer {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-steps.banner {
    padding-bottom: 30px;
  }

  .section-steps.imagebgsection {
    margin-top: 0;
    padding: 60px 10px 30px;
  }

  .section-steps.homebanner {
    width: auto;
    height: 100vh;
    min-height: 100vh;
    padding-top: 60px;
    position: relative;
  }

  .section-steps-copy {
    text-align: center;
    padding: 30px 10px;
  }

  .section-steps-copy.footer {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-steps-copy.banner {
    padding-bottom: 30px;
  }

  .section-steps-copy.imagebgsection {
    margin-top: 0;
    padding: 60px 10px 30px;
  }

  .section-steps-copy.homebanner {
    width: auto;
    height: 100vh;
    min-height: 100vh;
    padding-top: 60px;
    position: relative;
  }

  .rl_testimonial15_slide-nav {
    inset: 0% auto auto 0%;
  }

  .rl_testimonial15_arrow-right {
    inset: 0% 0% auto auto;
  }

  .rl_testimonial15_arrow-left {
    inset: 0% 4rem auto auto;
  }

  .rl_testimonial15_client {
    align-items: center;
    width: 100%;
  }

  .rl_testimonial_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_testimonial15_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .slide-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .rl-padding-section-large-2 {
    flex-flow: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .rl-container-large-2 {
    display: block;
  }

  .rl-heading-style-h5-copy {
    font-size: 1.25rem;
  }

  .slide2, .slide3 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-140 {
    height: auto;
    margin-bottom: -48px;
    line-height: 1;
  }

  .bold-text-140-copy {
    height: auto;
    margin-bottom: 0;
    line-height: 1;
  }

  .section-5-copy {
    margin-top: 0;
  }

  .heading-9-latest-news-copy {
    margin-top: 20px;
    font-size: 26px;
  }

  .rl_testimonial15_slide-nav-2 {
    inset: 0% auto auto 0%;
  }

  .rl_testimonial15_arrow-right-2 {
    inset: 0% 0% auto auto;
  }

  .rl_testimonial15_arrow-left-2 {
    inset: 0% 4rem auto auto;
  }

  .rl_testimonial15_client-2 {
    align-items: center;
    width: 100%;
  }

  .rl_testimonial_spacing-block-1-2 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .rl_testimonial15_content-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_testimonial15_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .rl_testimonial15_component-2 {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slide-1-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .btnmain-copy {
    margin-top: 10px;
    margin-right: 0;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.8;
  }

  .btnmain-copy.btnemail {
    height: auto;
  }

  .image-71-copy, .image-truffle, .oeg-dao, .fomoin, .image-71-copy, .image-71-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .btnmain--partnership {
    margin-top: 10px;
    margin-right: 0;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.8;
  }

  .btnmain--partnership.btnemail {
    height: auto;
  }

  .section-become-a-partner-today {
    text-align: center;
    padding: 30px 10px;
  }

  .section-become-a-partner-today.footer {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-become-a-partner-today.banner {
    padding-bottom: 30px;
  }

  .section-become-a-partner-today.imagebgsection {
    margin-top: 0;
    padding: 60px 10px 30px;
  }

  .section-become-a-partner-today.homebanner {
    width: auto;
    height: 100vh;
    min-height: 100vh;
    padding-top: 60px;
    position: relative;
  }

  .etherium, .kommunitas, .bankers-assos, .firebase, .wallet-connect, .linux-foundation, .galaxy-lab, .listing-help, .better-stack, .ipfs, .wanchain {
    padding-left: 0;
    padding-right: 0;
  }

  .content-copy {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
  }

  .content-copy.hero {
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
  }

  .content-copy.single-sustainability {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-copy.bannercontentleft.bannarcontentdemo {
    width: 100%;
    margin-top: 8vh;
    margin-bottom: 0;
  }

  .content-copy.innercontent {
    text-align: left;
  }

  .content-copy.bgcontent {
    border-radius: 5px;
  }

  .list-copy {
    font-size: 16px;
    line-height: 1.2;
  }

  .coin-cap {
    background-image: none;
    width: 35px;
    height: 35px;
    margin-right: 0;
  }

  .coin-cap:hover {
    background-image: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 21px;
  }

  h6 {
    font-size: 18px;
  }

  .navbar {
    padding: 10px;
  }

  .logo {
    height: 30px;
  }

  .nav-button {
    display: none;
  }

  .section-hero {
    justify-content: center;
    height: auto;
    padding: 80px 20px 0;
    position: static;
  }

  .section-hero.rp-120.section-about-page {
    flex: 1;
  }

  .section-hero.section-contect {
    padding-bottom: 40px;
  }

  .section-hero.section-hero-lab-cst {
    justify-content: center;
    align-items: center;
  }

  .section-hero.section-hero-press-kit {
    height: 50vh;
  }

  .section-hero.section-hero-partnership-progam {
    height: 100vh;
    padding-bottom: 100px;
  }

  .grid-button {
    grid-auto-flow: row;
  }

  .nav-menu {
    margin-left: 20px;
    margin-right: 20px;
  }

  .block-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: stretch;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .block-hero.block-hero-text-center {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .heading-hero {
    font-size: 46px;
  }

  .paragraph-large {
    text-align: left;
    font-size: 10px;
    line-height: 1.8;
  }

  .paragraph-large.paragraph-large-custom {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .button {
    font-size: 12px;
  }

  .figure-a-hero {
    height: 300px;
  }

  .section {
    text-align: left;
    margin-top: 0;
    padding: 30px 10px;
  }

  .section.footer {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section.imagebgsection {
    padding: 60px 10px 20px;
    position: static;
  }

  .section.homebanner {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.section-top-mg {
    padding-top: 30px;
  }

  .section.sp-30.section-full {
    flex: 1;
  }

  .content {
    text-align: left;
    order: 0;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
  }

  .content.hero {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 80px;
  }

  .content.single-page {
    margin-top: auto;
    margin-bottom: 0;
  }

  .content.single-page.remove-bg-color.content-viewport {
    height: 100vh;
  }

  .content.single-sustainability {
    flex: 0 auto;
    align-self: stretch;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content.bannercontentleft {
    text-align: center;
    margin-top: 6vh;
    margin-bottom: 120px;
  }

  .content.bannercontentleft.bannarcontentdemo {
    margin-top: 0;
  }

  .content.main-title {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .content.innercontent {
    margin-top: 20px;
    padding: 20px;
  }

  .content.bgcontent {
    border-radius: 5px;
  }

  .heading {
    letter-spacing: 0;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2rem;
    line-height: 1.2;
  }

  .heading.heading-validator {
    flex-direction: column;
    font-size: 3rem;
  }

  .heading.sustainability-heading {
    font-size: 2.5rem;
    line-height: 1;
    display: block;
  }

  .block-heading {
    order: -1;
    margin-bottom: 15px;
  }

  .block-heading.block-heading-news {
    flex-direction: column;
  }

  .subtitle {
    border-radius: 5px;
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.8;
  }

  .subtitle.subtitlebottom {
    margin-top: 20px;
  }

  .subtitle.subtitletop {
    margin-top: 0;
  }

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

  .feature {
    padding: 10px 5%;
  }

  .icon-feature {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .icon-feature-bg {
    background-image: linear-gradient(140deg, #07224d, var(--background-b2));
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .grid-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    order: 1;
  }

  .block:hover {
    align-items: center;
  }

  .block.blockboxsustainability-right {
    flex-direction: column;
  }

  .block.blockboxsustainability-right:hover, .block.blockboxsustainability-right.fourboxsustainability-blog-sm {
    align-items: center;
  }

  .block.blockboxsustainability-right.fourboxsustainability-blog-sm:hover {
    flex-direction: column;
    align-self: auto;
    align-items: center;
  }

  .grid-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .grid-stats.gridstatsboxsustainability {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: stretch;
    place-items: flex-end stretch;
    width: 100%;
    display: grid;
  }

  .stats {
    align-items: center;
    padding: 28px;
  }

  .stats.lighter {
    border-radius: 5px;
    padding: 20px 5px;
  }

  .stats.lighter.custstartleft {
    padding: 20px 0;
  }

  .stats.boxtstarsustainability {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    border-radius: 5px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    display: flex;
  }

  .stats.custstartright {
    border-radius: 5px;
    padding: 20px 0;
  }

  .heading-stats {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .heading-stats.boxstartheading {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
    display: flex;
  }

  .text-stats {
    font-size: 16px;
    line-height: 1.8;
  }

  .grid-clients {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template: "." 1fr
                   "." 1fr
                   "." 1fr
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    align-self: stretch;
    display: none;
  }

  .client {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 10px;
  }

  .logo-client {
    width: 100%;
    min-width: 50px;
    font-size: 18px;
  }

  .logo-client.ourprojectlogo {
    padding: 5px;
  }

  .logo-client.customclientlogo {
    width: 50%;
  }

  .bg-client {
    border-radius: 5px;
    align-self: stretch;
  }

  .block-left {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .block-right {
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .block-right.bg-position {
    order: 1;
    position: static;
  }

  .collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .block-blog {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .date-blog {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .date-blog.large {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .heading-blog {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-blog.custom-heading-blog {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .collection-item {
    border-radius: 5px;
  }

  .link-image-blog {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0;
    display: flex;
  }

  .image-blog {
    font-size: 18px;
    line-height: 180%;
  }

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

  .grid-footer:hover {
    width: auto;
    display: flex;
  }

  .grid-footer.gridfooter-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-footer.grid-footer-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    width: auto;
    display: grid;
  }

  .block-footer {
    display: flex;
  }

  .block-footer.blockfootermenu {
    flex-direction: column;
    display: flex;
  }

  .block-footer.blockfootermenu.bf-menu {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-footer {
    padding-bottom: 20px;
    font-size: 10px;
    line-height: 1.8;
  }

  .paragraph-footer.pfooter {
    margin-top: 0;
    font-size: 12px;
  }

  .heading-footer {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .link-footer.navmenuhover {
    text-align: center;
  }

  .group-banner {
    border-radius: 10px;
    padding: 30px 10px 10px;
  }

  .heading-banner {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .form-block-banner {
    border-radius: 5px;
    padding-left: 10px;
  }

  .text-field {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .figure-b, .figure-c, .figure-d {
    height: 250px;
  }

  .heading-single-page {
    text-align: left;
    letter-spacing: 0;
    word-break: normal;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 3rem;
    line-height: 1;
  }

  .heading-single-page.heading-single-page---h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2rem;
    line-height: 1;
  }

  .heading-single-page.community-header {
    padding-bottom: 20px;
    line-height: 1.1;
  }

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

  .technology {
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon-technology {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }

  .form-contact {
    padding-left: 0;
    padding-right: 0;
  }

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

  .collection-list-blog {
    grid-row-gap: 80px;
  }

  .image-blog-main {
    margin-top: 20px;
  }

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

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

  .tasks {
    border-radius: 5px;
    padding: 30px 10px;
  }

  .icon-tasks {
    width: 24px;
    margin-right: 10px;
  }

  .heading-tasks {
    font-size: 16px;
    line-height: 1.8;
  }

  .page-content {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .grid-team {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .team-member {
    padding-bottom: 0;
  }

  .image-member {
    transform: translate3d(0, -16px, 238px);
  }

  .image-member:hover {
    display: block;
    transform: scale(1)translate3d(0, -16px, 238px);
  }

  .block-member {
    margin-top: 15px;
  }

  .info-member {
    font-size: 12px;
    line-height: 1.8;
  }

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

  .cart-button {
    margin-right: 8px;
    padding-left: 10px;
    padding-right: 3px;
  }

  .utility-page-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-list-categories {
    margin-top: 10px;
  }

  .button-category {
    font-size: 12px;
  }

  .collection-list-shop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .collection-item-shop {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-shop {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .price {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .description-shop {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  .text-product-feature {
    font-size: 12px;
    line-height: 1.8;
  }

  .grid-product {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .block-header, .block-content, .discounts {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .template-info {
    justify-content: center;
  }

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

  .icon-licensing-bg {
    margin-bottom: 2px;
    margin-right: 10px;
  }

  .grid-button-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }

  .grid-button-nav:hover {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .miantext-20 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.8;
  }

  .btnmain {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.8;
    display: flex;
  }

  .btnmain.btnemail {
    font-size: 14px;
  }

  .blogdescription {
    margin-bottom: 10px;
  }

  .image-11 {
    flex: 0 auto;
    align-self: auto;
    width: 150px;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 0;
    display: block;
  }

  .gridbtn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    align-self: flex-start;
    place-items: stretch stretch;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    display: grid;
    overflow: visible;
  }

  .titleblockchain {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 140%;
  }

  .edexacontaint {
    margin-bottom: 0;
    font-size: 12px;
  }

  .edexacontaint.smart-contract-content {
    margin-bottom: 20px;
  }

  .edexacontaint.build-content {
    padding-bottom: 10px;
  }

  .html-embed {
    width: auto;
    height: 100vh;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .grid4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    align-self: center;
    place-items: start center;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    display: grid;
  }

  .totaltransactiontext {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-size: 10px;
    line-height: 1.8;
  }

  .glow-bott {
    z-index: 1;
    background-image: url('../images/Rectangle-154.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 130px;
    display: block;
    inset: auto 0% -17%;
  }

  .avgtransactiontext, .validatortext {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 1.8;
  }

  .transactionsecondtext {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-size: 10px;
    line-height: 1.8;
  }

  .totaltranc, .avgpercos {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.8;
  }

  .vnodes, .trapersec {
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.8;
  }

  .div-block-3 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-4.rightline {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-5.rightline {
    width: auto;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-6.rightline {
    text-align: left;
    width: auto;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navcustom {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .section-hero-home {
    z-index: auto;
    align-items: center;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 98px;
    display: flex;
    position: absolute;
  }

  .div-block-7 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .html-embed-2, .modal-wrapper {
    display: none;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-14 {
    width: 24px;
    margin-right: 10px;
  }

  .section-hero._wf-section {
    flex: 0 auto;
  }

  .grid-7 {
    flex-direction: column;
    order: 0;
    align-self: auto;
    display: flex;
  }

  .edexacontaintgray {
    font-size: 12px;
    line-height: 1.4;
  }

  .edexacontaintgray.btnbottom-pd {
    padding-bottom: 10px;
  }

  .image-15 {
    width: 100%;
    height: auto;
  }

  .heading-5 {
    letter-spacing: -.5px;
    width: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 20px 10px;
    display: block;
  }

  .greeensection-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
    display: flex;
  }

  .gridleftbox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .blockboxsustainability-left {
    width: 100%;
    height: auto;
  }

  .paragraphsmall {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .heading-9 {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .bannertwobutton {
    text-align: center;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .buttontwoblock {
    align-self: auto;
  }

  .column-content-boxs-left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-content-right {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }

  .bgdivcolorlight {
    border-radius: 5px;
  }

  .columns-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .bgdivcolordark {
    border-radius: 5px;
  }

  .heading-10 {
    font-size: 26px;
    line-height: 1.2;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-11 {
    font-size: 26px;
    line-height: 1.2;
  }

  .paragraph-4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .paragraph-5 {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  .heading-12 {
    font-size: 26px;
    line-height: 1.2;
  }

  .grid-14 {
    flex-direction: column;
    display: flex;
  }

  .validator-contents {
    border-radius: 5px;
  }

  .link-3 {
    font-size: 12px;
    line-height: 1.8;
  }

  .div-block-17.backgroundgred {
    width: 94%;
    height: 170px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .validationtitle {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2;
  }

  .accordion-toggle-2 {
    height: 50px;
  }

  .accordion-toggle-2.w--open {
    height: 50px;
    padding-top: 10px;
  }

  .accordion-icon-2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .text-block-10 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .paragraph-7 {
    font-size: 12px;
    line-height: 1.8;
  }

  .validatorfourbox {
    border-radius: 5px;
  }

  .validatorforboxtitle {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
  }

  .link-4 {
    font-size: 12px;
    line-height: 1.4;
  }

  .paragraph-8 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  .paragraph-8.rm-p {
    padding-bottom: 0;
  }

  .grid-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .html-embed-3 {
    font-size: 12px;
    line-height: 1.2;
  }

  .paragraph-large-2 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.8;
  }

  .block-2.gridblockcenter2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-13 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .subtitle-2 {
    font-size: 10px;
  }

  .subtitle-2.gridblocksubtitle {
    font-size: 10px;
    line-height: 1.8;
  }

  .subtitle-2.subtitlebottom {
    margin-top: 20px;
  }

  .block-left-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .block-left-2.gridblockcenter {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-4 {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-14 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2;
  }

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

  .heading-15 {
    font-size: 26px;
    line-height: 1.2;
  }

  .bg-client-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-clients-2 {
    order: -1;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .grid-clients-2.project-order-second {
    order: 0;
  }

  .heading-16 {
    font-size: 26px;
    line-height: 1.2;
  }

  .popup-content {
    width: 90%;
    padding: 20px;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 1.8;
  }

  .bold-text-5 {
    font-size: 26px;
    line-height: 1.2;
  }

  .wrapper-modal-bstamp, .wrapper-modal-bvote {
    display: none;
  }

  .closepopupbvote {
    top: 20px;
  }

  .collection-list-wrapper-2 {
    column-count: auto;
  }

  .collection-item-2 {
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-19 {
    text-align: center;
    width: auto;
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
  }

  .list-item {
    padding-left: 0;
    font-size: 1.5rem;
  }

  .list {
    padding-left: 37px;
    font-size: 16px;
    line-height: 1.2;
  }

  .innertitlenumber {
    font-size: 12px;
    line-height: 1.8;
  }

  .innercontent {
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
  }

  .text-block-11 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .list-item-3, .list-item-4 {
    font-size: 1.5rem;
  }

  .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
    font-size: 24px;
  }

  .privercytitle {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .privercytitle.hedingmargin {
    margin-top: 10px;
  }

  .paragraph-11 {
    margin-bottom: 10px;
    display: block;
  }

  .list-4 {
    margin-bottom: 15px;
  }

  .paragraph-13 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .heading-21, .heading-22, .heading-23, .heading-24 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
  }

  .heading-25, .heading-26 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.8;
  }

  .heading-27, .heading-28, .heading-29, .heading-30 {
    margin-bottom: 12px;
  }

  .bold-text-18 {
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    display: flex;
  }

  .bold-text-19 {
    font-size: 26px;
    line-height: 1.2;
  }

  .bold-text-20, .bold-text-21, .bold-text-22 {
    font-size: 16px;
    line-height: 1.2;
  }

  .paragraph-18, .paragraph-19, .paragraph-20 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .paragraph-21, .paragraph-22, .paragraph-23 {
    font-size: 12px;
    line-height: 1.8;
  }

  .paragraph-24, .paragraph-25 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .paragraph-26 {
    font-size: 12px;
    line-height: 1.8;
  }

  .paragraph-27, .paragraph-28, .paragraph-29 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  .menu-button-2 {
    background-color: #10101080;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 9px;
  }

  .heading-31 {
    font-size: 26px;
    line-height: 1.2;
  }

  .div-block-26 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-30, .text-block-12 {
    font-size: 12px;
  }

  .div-block-27 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-34 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.9rem;
    line-height: 1.2;
    display: flex;
  }

  .link-6 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.8;
    display: flex;
  }

  .grid-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .grid-23 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .heading-36 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .paragraph-31 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 1.8;
  }

  .grid-24 {
    grid-column-gap: 16px;
    grid-row-gap: 57px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-37 {
    font-size: 16px;
    line-height: 1.2;
  }

  .text-block-18 {
    font-size: 12px;
    line-height: 1.8;
    display: block;
  }

  .paragraph-32 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  .video-3 {
    width: 100%;
    height: auto;
  }

  .image-19, .image-20 {
    height: auto;
  }

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

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .timeline_text {
    font-size: 12px;
    line-height: 1.8;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

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

  .button-icon {
    display: none;
  }

  .button-icon-small, .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .youtube-popup-video {
    display: none;
  }

  .dropdown-list-5.w--open {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    width: auto;
    margin-left: 27px;
  }

  .dropdown-link-3.navmenuhover {
    font-weight: 400;
  }

  .btnoutlate {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .btnmainheader {
    font-size: 12px;
    line-height: 1.8;
  }

  .btnmainheader.lg-color:hover {
    display: flex;
  }

  .circlerighttop {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .circlelefttop {
    top: 15px;
    left: 7px;
  }

  .image-23, .image-24 {
    width: 150px;
  }

  .squerbannerrightbottom {
    bottom: 100px;
    right: 30px;
  }

  .circlebottomleft {
    width: 150px;
    bottom: 60px;
    left: 20px;
  }

  .countnumbers {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1.25fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    margin-top: 120px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: grid;
  }

  .countnumbers.t1 {
    width: auto;
  }

  .countnumbers.tablateviewport {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    flex: 1;
    grid-template-rows: 50px auto;
    grid-template-columns: 1.25fr 1.25fr;
    grid-auto-columns: 1fr;
    place-content: end flex-start;
    place-items: flex-start center;
    display: grid;
  }

  .navmenuhover {
    font-weight: 400;
  }

  .image-25 {
    width: 150px;
  }

  .paragraph-35, .paragraph-36, .paragraph-37 {
    font-size: 12px;
  }

  .paragraph-38 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .paragraph-39, .paragraph-40 {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .image-26 {
    margin-bottom: 0;
    padding: 30px 10px 20px;
  }

  .socialiconsimages {
    width: 100%;
  }

  .socialbg {
    background-image: none;
    width: 35px;
    height: 35px;
    margin-right: 0;
    padding: 10px;
    display: block;
  }

  .socialbg:hover {
    background-image: none;
    width: 35px;
    display: block;
  }

  .socialbg.smbg-icon {
    margin-right: 0;
  }

  .socialbg.smbg-icon:hover {
    margin-left: 0;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-10, .column-11 {
    display: none;
    overflow: hidden;
  }

  .column-12, .column-13 {
    display: none;
  }

  .div-block-33 {
    width: 75px;
  }

  .blockchainsupport {
    text-align: center;
    order: -1;
    width: 100%;
  }

  .image-29 {
    width: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-41 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8;
  }

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

  .div-block-34 {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.2;
    display: block;
  }

  .heading-38, .heading-39 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-40 {
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .div-block-35 {
    font-size: 12px;
  }

  .paragraph-42.sm-boldtext, .paragraph-43.sm-boldtext, .paragraph-44.sm-boldtext, .paragraph-45.sm-boldtext, .paragraph-46.sm-boldtext, .paragraph-47, .paragraph-48.sm-boldtext, .paragraph-49.sm-boldtext, .paragraph-50.sm-boldtext, .paragraph-51, .paragraph-52.sm-boldtext, .paragraph-53, .paragraph-54, .paragraph-55, .paragraph-56, .paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62 {
    margin-bottom: 10px;
  }

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

  .div-block-37 {
    grid-template-columns: .25fr 1fr;
    justify-content: start;
    justify-items: start;
  }

  .image-30 {
    width: 120px;
    height: 17px;
  }

  .text-block-20, .text-block-21 {
    font-size: 12px;
  }

  .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
    font-size: 12px;
    line-height: 1.2;
  }

  .text-block-30 {
    font-size: 12px;
    line-height: 1.2%;
  }

  .text-block-31 {
    font-size: 12px;
    line-height: 1.2;
  }

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

  .membername {
    font-size: 16px;
  }

  .memberdesignation {
    font-size: 12px;
  }

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

  .contact-form {
    display: none;
  }

  .contact-form-content {
    padding: 10px;
  }

  .heading-single-page-2 {
    font-size: 26px;
  }

  .close-contactform {
    width: auto;
  }

  .link-block.social-link-blocks {
    display: flex;
  }

  .mapimageback {
    height: 200px;
  }

  .mapimagetop {
    box-shadow: none;
    width: 100%;
    height: 50px;
  }

  .image-32 {
    height: 200px;
  }

  .image-33 {
    height: 50px;
  }

  .intro-header {
    height: 100vh;
  }

  .container-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .banner-contains {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .title {
    align-items: center;
  }

  .bannartitle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .subtitle-4 {
    letter-spacing: .01px;
    margin-bottom: 30px;
    font-size: 26px;
  }

  .mainbtn {
    padding: 10px 20px;
    font-size: 12px;
  }

  .mainbtn.font-16 {
    font-size: 12px;
  }

  .mainbtn.font-16.rm-mp {
    margin-top: 0;
  }

  .slider-content-paragraph {
    font-size: 12px;
  }

  .tranding-btn {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
  }

  .grid-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .left-content {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .image-36 {
    width: 12px;
    height: 12px;
  }

  .zero {
    font-size: 12px;
  }

  .text-block-34 {
    font-size: 10px;
  }

  .trending-apps-sliders {
    padding: 40px 20px;
    display: none;
  }

  .slider-content-bottom {
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .main-apps.section.section-market {
    margin-bottom: 30px;
  }

  .slider-image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 150px;
  }

  .slider-content-top {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .slider-details {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    place-items: center;
    display: flex;
  }

  .total {
    font-size: 12px;
  }

  .slider-title-text {
    padding-bottom: 15px;
    font-size: 26px;
  }

  .slider-image-logo {
    width: 150px;
    height: 150px;
  }

  .right-content {
    grid-column-gap: 10px;
    flex-direction: row;
    justify-content: center;
  }

  .slider-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .counter {
    font-size: 12px;
  }

  .dapp-heading {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-block-36.total-number-users, .text-block-36.total-number-users-popup {
    font-size: 12px;
  }

  .daaps {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dapp.otherclass {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
    display: none;
  }

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

  .dapp-heading-title {
    font-size: 16px;
  }

  .edexa-popular-dapps.section.section-market {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-43.pd-50.diff-app-title {
    margin-bottom: 30px;
    font-size: 2rem;
  }

  .heading-43.pop-dapps-title {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .dapp-content {
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
  }

  .populardapps {
    margin-top: 20px;
  }

  .businesses {
    grid-row-gap: 26px;
    flex-direction: column;
    display: flex;
  }

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

  .heading-44.diff-app-sin-title {
    letter-spacing: .1px;
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 16px;
  }

  .different-business.section.section-market {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .business {
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .dapp-content-features-popup {
    margin-top: 20px;
  }

  .close-image {
    width: 26px;
    height: 26px;
  }

  .dapp-heading-title-popup {
    font-size: 16px;
  }

  .app-info-close {
    top: -10px;
    right: -4px;
  }

  .dapp-content-popup {
    font-size: 12px;
  }

  .app-information {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    position: relative;
  }

  .popup-apps-informations {
    display: none;
  }

  .heading-45.avail-title {
    font-size: 10px;
  }

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

  .platform {
    padding: 5px 8px;
  }

  .html-embed-8-w-embed.avail-icon {
    width: 12px;
  }

  .bold-text-38, .bold-text-39 {
    font-size: 16px;
  }

  .image-38 {
    font-size: 18px;
  }

  .changer-overflow {
    height: 33px;
  }

  .heading-46 {
    margin-bottom: 0;
    font-size: 26px;
  }

  .text-wrap-mobile {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .field-label-7 {
    font-size: 12px;
    line-height: 1.2;
  }

  .form-fields {
    padding: 40px 10px;
  }

  .dapp-popup-application-form {
    display: none;
  }

  .form-block-2 {
    width: 100%;
  }

  .timezone-note {
    font-size: 10px;
  }

  .view-community {
    flex-direction: row;
    justify-content: space-between;
  }

  .community-title {
    flex: 0 auto;
    padding-right: 0;
  }

  .footer-menus {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start start;
    display: block;
  }

  .link-block-9 {
    justify-content: flex-start;
  }

  .title-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .mainnet-content-top {
    margin-top: 50px;
  }

  .heading-48 {
    margin-top: 20px;
    font-size: 3rem;
  }

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

  .heading-49 {
    margin-bottom: 15px;
  }

  .link-dapps {
    padding-bottom: 0;
    position: static;
  }

  .enjoy-dapp-btn-w-button {
    font-size: 12px;
  }

  .enjoying-edexa-dapps {
    display: none;
  }

  .enjoy-edexa-dapp-info {
    width: 85%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .field-label-8, .field-label-9 {
    font-size: 12px;
    line-height: 1.2;
  }

  .field-label-9.rating-star-mg {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .html-embed-12 {
    font-size: 30px;
  }

  .textarea-3, .select-field-2 {
    font-size: 12px;
    line-height: 1.2;
  }

  .dapps-req-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dapp-popup-onrequest-form {
    display: none;
  }

  .onrequest-dapp-info {
    width: 85%;
  }

  .field-label-10, .field-label-11 {
    font-size: 12px;
  }

  .heading-51 {
    font-size: 26px;
  }

  .list-item-6, .list-item-7 {
    font-size: 12px;
  }

  .validator-form-info {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cookie-example {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: none;
  }

  .cookie-detail-wrapper {
    margin-bottom: 0;
  }

  .cookie {
    display: none;
  }

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

  .heading-54 {
    font-size: 16px;
  }

  .image-43 {
    order: -1;
    width: 100%;
    position: static;
  }

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

  .blog-content-div {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-45, .blog-item {
    border-radius: 5px;
  }

  .contact-form-info {
    width: 90%;
  }

  .columns-8 {
    width: 100%;
  }

  .wrappe-model-bvote-info {
    width: 85%;
  }

  .heading-56 {
    margin-bottom: 50px;
    font-size: 2rem;
  }

  .heading-80 {
    font-size: 1rem;
  }

  .heading-164 {
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 1;
  }

  .heading-172 {
    text-align: left;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 3rem;
  }

  .heading-174 {
    text-align: center;
    letter-spacing: 0;
    font-size: 2rem;
    line-height: .9;
  }

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

  .icon-title {
    border-radius: 15px;
    margin-bottom: 0;
  }

  .grid-page-b-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .stats-2 {
    padding: 28px;
  }

  .stats-2.lighter {
    width: 100%;
    height: auto;
  }

  .text-stats-2 {
    font-size: 12px;
    font-weight: 400;
  }

  .block-member-2 {
    margin-top: 15px;
  }

  .tasks-2 {
    padding: 38px 28px 0;
  }

  .page-content-2 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .list-item-13 {
    font-size: 12px;
  }

  .link-7 {
    font-size: 14px;
  }

  .heading-175 {
    text-align: center;
    font-size: 2rem;
  }

  .grid-33 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .text-block-52 {
    line-height: 1.2;
  }

  .heading-181 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.2;
  }

  .slider-design {
    margin-left: 0;
    margin-right: 0;
  }

  .dapp-slider-decription {
    font-size: 12px;
  }

  .slider-boxes {
    grid-column-gap: 20px;
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    inset: auto 0% 0%;
  }

  .s-box {
    margin-right: 0;
  }

  .grid-34 {
    grid-template-columns: auto auto;
  }

  .bold-text-59 {
    font-size: 3rem;
  }

  .heading-182 {
    font-size: 1rem;
    line-height: .9;
  }

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

  .form-select-net {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .validator-banner-sub-sub-heading {
    margin-bottom: 15px;
    font-size: 1rem;
  }

  .grid-35 {
    justify-content: center;
    align-items: center;
  }

  .masternodeimgdiv {
    right: -20px;
  }

  .masternodecondiv {
    margin-left: -20px;
    padding: 10px 40px;
  }

  .masternode {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    width: 104.615%;
  }

  .heading-183.sub-heading-evolution {
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 1;
  }

  .heading-184 {
    font-size: 12px;
    line-height: 1.4;
  }

  .padding-xhuge.padding-vertical {
    padding: 0;
  }

  .splide__slide {
    display: flex;
  }

  .page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-componnet {
    width: 100%;
  }

  .splide-component {
    padding-left: 0;
    padding-right: 0;
  }

  .splide__track.is--main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .clone-me, .main-wrapper {
    width: 100%;
  }

  .slider-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .slide-content {
    padding: 1.2rem;
  }

  .step-header {
    justify-content: center;
    align-items: center;
  }

  .cs-head {
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    display: flex;
  }

  .text-block-54 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    position: static;
  }

  .heading-185 {
    font-size: 2rem;
  }

  .news-banner-div {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .news-banner-title {
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .banner-news-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    letter-spacing: 0;
    white-space: normal;
    word-break: normal;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 97%;
    margin-bottom: 10px;
    font-size: 3rem;
    line-height: .9;
    display: block;
    position: relative;
  }

  .news-banner-image {
    order: 1;
  }

  .banner-news-images {
    width: 200px;
  }

  .div-content {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .heading-7-samll-news {
    font-size: 18px;
  }

  .heading-8-samll-news {
    margin-top: 10px;
    padding-bottom: 2px;
    font-size: 12px;
  }

  .news-content-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-3-news {
    font-size: 18px;
  }

  .news-heading-5 {
    font-size: 12px;
  }

  .grid-mix-news {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .news-content-small-img {
    border-radius: 20px;
    width: auto;
  }

  .news-content-small-contents-description {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .latest-news {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .heading-9-latest-news {
    letter-spacing: -.5px;
    font-size: 2rem;
    line-height: .9;
  }

  .latest-news-item-image {
    width: auto;
  }

  .latest-news-item {
    flex-direction: column;
  }

  .heading-11latest-news-item {
    margin-top: 10px;
    font-size: 12px;
  }

  .heading-10-latest-news-item {
    font-size: 18px;
  }

  .text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59 {
    font-size: 12px;
    line-height: 1.4;
  }

  .form-block-3 {
    width: 100%;
  }

  .news-search-filters {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .news-search-filters-title, .secure-system-sub-title {
    font-size: 12px;
  }

  .section-6.transaction-banner {
    padding: 30px 10px;
  }

  .fs-3dglobe-container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .secure-system-title-2 {
    text-align: center;
    letter-spacing: -.5px;
    font-size: 3rem;
    line-height: 1.2;
    display: block;
  }

  .secure-system-sub-title-2 {
    font-size: 1rem;
  }

  .btnmain-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px;
    font-size: 12px;
    line-height: 1.8;
    display: flex;
  }

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

  .heading-important {
    letter-spacing: -.5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    line-height: 1.1;
    display: flex;
  }

  .list-item-14 {
    font-size: 12px;
  }

  .worm-item-bolod {
    font-size: 1.5rem;
  }

  .wormchannel-content {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bold-text-74 {
    letter-spacing: 0;
    font-size: 3rem;
    line-height: 1.2;
  }

  .heading-191 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 3rem;
  }

  .bold-text-75 {
    font-size: 3rem;
  }

  .bold-text-76 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .edexa-labs-heading {
    font-size: 3rem;
  }

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

  .heading-192 {
    font-size: 2rem;
  }

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

  .lab-edx-main-titles {
    font-size: 1.2rem;
  }

  .heading-193, .heading-194 {
    font-size: 2rem;
  }

  .list-item-15 {
    font-size: 12px;
  }

  .list-item-16 {
    font-size: 12px;
    line-height: 1.2;
  }

  .list-item-17, .list-item-18 {
    font-size: 12px;
    line-height: 1.4;
  }

  .dapp-slider-heading {
    font-size: 4em;
  }

  .news-content-small-image-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0;
    display: flex;
  }

  .news-content-small-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-content-image-div-2 {
    width: auto;
  }

  .heading-8-samll-news-3 {
    margin-top: 10px;
    padding-bottom: 2px;
    font-size: 12px;
  }

  .news-heading-5-2 {
    font-size: 12px;
  }

  .news-content-small-img-2 {
    border-radius: 20px;
    width: auto;
    display: block;
  }

  .text-block-66 {
    font-size: 12px;
    line-height: 1.4;
  }

  .heading-7-samll-news-3 {
    font-size: 18px;
  }

  .text-block-67 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
  }

  .grid-mix-news-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .news-content-small-contents-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .latest-news-item-image-3 {
    width: auto;
  }

  .latest-news-item-2 {
    flex-direction: column;
  }

  .news-search-filters-title-2 {
    font-size: 12px;
  }

  .text-block-68 {
    font-size: 12px;
    line-height: 1.4;
  }

  .heading-11latest-news-item-3 {
    margin-top: 10px;
    font-size: 12px;
  }

  .heading-10-latest-news-item-3 {
    font-size: 18px;
  }

  .rich-text-block-single-news {
    font-size: 12px;
  }

  .ball-wrap {
    z-index: -9;
    position: relative;
  }

  .heading-204 {
    width: 100%;
    font-size: 3rem;
  }

  .paragraph-68 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .lab-edx-titles-2 {
    font-size: 1.2rem;
  }

  .phone-screen_img.third, .phone-screen_img.second {
    display: flex;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .phone-mock {
    border-radius: 0;
    width: 100%;
    padding: 6px 2px;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps1 {
    display: none;
  }

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

  .phone-mock_wrapper {
    right: 0;
  }

  .phone-screen_wrapper {
    border-radius: 0;
  }

  .section-7 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .container-9 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .rapid-section-tuesday.tuesday {
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
    display: block;
    position: static;
  }

  .iso-ui {
    z-index: 5000;
    max-width: 100%;
    inset: auto 0 0;
  }

  .page-conclusion-section.final-block {
    display: block;
  }

  .image-49 {
    max-height: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .day-container {
    max-width: 100vw;
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
  }

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

  .rapid-section-wednesday.wednesday {
    height: auto;
    position: static;
  }

  .rapid-section-thursday.thursday {
    height: auto;
  }

  .day-subtitle {
    z-index: 1;
    position: relative;
  }

  .week-scroll-wrapper.day-set {
    height: auto;
    overflow: hidden;
  }

  .day-title {
    margin-top: 10px;
    font-size: 3rem;
    line-height: .9;
  }

  .iso-phone-images {
    opacity: 0;
    justify-content: center;
    align-items: flex-end;
  }

  .monday-img-flex-col.thin-col.arrow-bg {
    background-size: contain;
  }

  .rapid-section-monday.monday {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
    position: static;
  }

  .image-50 {
    max-width: none;
    max-height: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .day-image {
    float: none;
    max-width: 250px;
  }

  .iso-wireframe {
    z-index: 4000;
    max-width: 100%;
    inset: auto 0 0;
  }

  .iso-sketch {
    z-index: 3000;
    max-width: 100%;
    inset: auto 0 0;
  }

  .fixed-mobile-phone-bg {
    z-index: 1000;
  }

  .day-text {
    margin-bottom: 100vw;
  }

  .day-text.mon-text {
    margin-bottom: 0;
  }

  .day-text.wed-text {
    margin-bottom: 20vw;
  }

  .day-text.thurs-text {
    margin-bottom: 60vw;
  }

  .bold-text-78 {
    color: var(--paragraphs);
  }

  .bold-color {
    font-size: 3rem;
    line-height: 1;
    display: block;
  }

  .bold-color.text-trans {
    font-size: 3rem;
  }

  .text-block-71, .text-block-73 {
    font-size: 12px;
  }

  .div-main-content-labs {
    height: auto;
    margin-top: 100px;
  }

  .heading-206 {
    font-size: 2.5rem;
  }

  .text-block-75 {
    text-align: left;
    font-size: 12px;
  }

  .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59 {
    display: none;
  }

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

  .div-block-73 {
    flex-direction: column;
  }

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

  .image-62, .image-63 {
    display: none;
  }

  .text-block-80 {
    border-left-style: none;
    font-size: 12px;
  }

  .div-mainnet-content {
    flex-direction: column;
  }

  .div-mainnet-content-left, .div-mainnet-content-right {
    height: 100%;
  }

  .div-mainnet-content-right.div-mainnet-content-right-mobile-top {
    order: -1;
  }

  .heading-text-animation-left {
    width: 100%;
  }

  .content-text-animation-left {
    width: 100%;
    font-size: 12px;
  }

  .image-animation-right, .image-animation-left {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }

  .content-text-animation-right {
    font-size: 12px;
  }

  .html-embed-17 {
    width: 100%;
  }

  .partners-images {
    grid-column-gap: 5px;
  }

  .partners-image {
    width: auto;
    height: auto;
  }

  .partners-image-logo {
    width: 100%;
  }

  .partners-border-line {
    height: 30px;
  }

  .heading-211 {
    font-size: 3rem;
  }

  .text-block-82 {
    text-align: center;
    font-size: 12px;
  }

  .edexa-logo-box {
    flex-direction: column;
  }

  .edexa-logo-image, .product-image {
    padding: 50px;
  }

  .image-69 {
    border-radius: 10px;
  }

  .text-block-84, .link-9 {
    font-size: 12px;
  }

  .div-partnership-program-row {
    flex-direction: column;
    order: 0;
  }

  .div-partnership-program-row-content {
    align-items: stretch;
    display: flex;
  }

  .div-partnership-program-row-image {
    order: -1;
    margin-bottom: 10px;
  }

  .heading-214 {
    font-size: 3rem;
  }

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

  .image-70 {
    width: 100%;
  }

  .grid-36 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-71 {
    width: 100px;
    max-width: none;
    height: auto;
  }

  .partners-benefits-section {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .heading-216 {
    font-size: 1.6rem;
  }

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

  .heading-218 {
    font-size: 1.6rem;
  }

  .list-item-19 {
    font-size: 12px;
  }

  .university-partners-section {
    flex-direction: column;
  }

  .university-partners, .university-partners-images {
    width: 100%;
  }

  .heading-219 {
    font-size: 1.6rem;
  }

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

  .benefits-works {
    flex-direction: column;
  }

  .how-it-works {
    margin-bottom: 10px;
  }

  .heading-221 {
    font-size: 1.6rem;
  }

  .text-block-90.text-block-90-custom {
    margin-top: 10px;
    font-size: 18px;
  }

  .select-field-3 {
    font-size: 12px;
  }

  .question-wrapper-f66 {
    display: flex;
  }

  .edexa-faq {
    margin-top: 25px;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .form-content {
    width: 100%;
  }

  .form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .form-section-title.form-section-title-custom {
    font-size: 1.8em;
  }

  .mask-2 {
    height: 100%;
    position: static;
  }

  .previous {
    max-width: 75px;
    display: flex;
    bottom: 8%;
  }

  .submit-button-2 {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slider-3 {
    height: auto;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .section123 {
    z-index: auto;
    align-items: center;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 98px;
    display: flex;
    position: absolute;
  }

  .bold-text-94 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
  }

  ._105 {
    padding-bottom: 5px;
    display: block;
  }

  .b-new._1 {
    font-size: 2.25rem;
    line-height: .9;
  }

  .t1 {
    display: flex;
  }

  .bold-text-107 {
    text-align: left;
    font-size: 14px;
  }

  .navbar-main, .navbar-main-copy, .navbar-main-copy {
    padding: 10px;
  }

  .paragraph-12y {
    margin-bottom: 10px;
    display: block;
  }

  .table-block, .table-block._2 {
    width: 100%;
    min-width: auto;
    height: 86px;
  }

  .flex-block-2, .bounty-table {
    width: 100%;
  }

  .bold-text-108 {
    text-align: center;
    font-size: 12px;
    line-height: 147%;
  }

  .text-secondary {
    text-align: left;
    font-size: .65rem;
  }

  .flex-block-6 {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    aspect-ratio: auto;
    direction: rtl;
    text-align: justify;
    letter-spacing: 3px;
    text-indent: 0;
    text-transform: none;
    word-break: normal;
    object-fit: fill;
    object-position: 50% 50%;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-style: normal;
    line-height: 100%;
    text-decoration: none;
    position: static;
    overflow: visible;
  }

  .flex-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-page-b-2-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-11 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .projects {
    border-radius: 5px;
    align-self: stretch;
  }

  .banji {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 10px;
  }

  .project-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template: "." 1fr
                   "." 1fr
                   "." 1fr
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    align-self: stretch;
    display: none;
  }

  .block-heading-copy {
    order: -1;
    margin-bottom: 15px;
  }

  .block-heading-copy.block-heading-news {
    flex-direction: column;
  }

  .section-10 {
    height: 500px;
  }

  .container-12 {
    min-width: 320px;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-118 {
    width: 260px;
    min-width: auto;
    margin-top: 46px;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .bold-text-110 {
    width: 95%;
    margin-left: 20px;
    padding-left: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .background-video-3 {
    margin-bottom: -11px;
  }

  .heading-226 {
    width: 284px;
  }

  .image-99 {
    width: 400px;
  }

  .button-16 {
    margin-right: -50px;
    font-size: 13px;
  }

  .div-block-100 {
    margin-right: 40px;
  }

  .div-block-101 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 90%;
    margin: 0 0 -220px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto;
  }

  .button-17 {
    margin-right: -20px;
    padding-right: 15px;
    font-size: 13px;
  }

  .div-block-102 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 220px;
  }

  .div-block-103 {
    margin-left: 0;
  }

  .heading-230 {
    font-size: 32px;
  }

  .bold-text-114, .bold-text-115, .heading-231, .heading-232 {
    font-size: 24px;
  }

  .container-14 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bold-text-118 {
    font-size: 32px;
  }

  .rl-padding-global {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .background-video-4 {
    height: 80vh;
  }

  .heading-234, .heading-235 {
    font-size: 24px;
  }

  .heading-237 {
    font-size: 32px;
  }

  .bold-text-125, .bold-text-126, .heading-238, .heading-239 {
    font-size: 24px;
  }

  .container-15 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bold-text-129, .heading-242 {
    font-size: 32px;
  }

  .bold-text-130, .bold-text-131, .bold-text-133, .heading-243 {
    font-size: 24px;
  }

  .heading-244 {
    font-size: 24px;
    font-weight: 500;
  }

  .section-14 {
    padding: 60px 20px;
  }

  .container-16 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bold-text-134 {
    font-size: 32px;
  }

  .bold-text-135 {
    font-size: 24px;
  }

  .splide__track-copy.is--main, .splide__track-copy.is--main-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-steps {
    text-align: left;
    margin-top: 0;
    padding: 30px 10px;
  }

  .section-steps.footer {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-steps.imagebgsection {
    padding: 60px 10px 20px;
    position: static;
  }

  .section-steps.homebanner {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-steps.section-top-mg {
    padding-top: 30px;
  }

  .section-steps.sp-30.section-full {
    flex: 1;
  }

  .section-steps-copy {
    text-align: left;
    margin-top: 0;
    padding: 30px 10px;
  }

  .section-steps-copy.footer {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-steps-copy.imagebgsection {
    padding: 60px 10px 20px;
    position: static;
  }

  .section-steps-copy.homebanner {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-steps-copy.section-top-mg {
    padding-top: 30px;
  }

  .section-steps-copy.sp-30.section-full {
    flex: 1;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .section-5-copy {
    margin-top: 0;
  }

  .form-5 {
    width: 100%;
  }

  .heading-9-latest-news-copy {
    text-align: center;
    letter-spacing: -.5px;
    margin-top: 10px;
    font-size: 2rem;
    line-height: .9;
  }

  .slider-background-image-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .btnmain-copy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.8;
    display: flex;
  }

  .btnmain-copy.btnemail {
    font-size: 14px;
  }

  .image-71-copy, .image-truffle {
    width: auto;
    height: auto;
  }

  .oeg-dao {
    width: 70px;
    height: auto;
  }

  .fomoin, .image-71-copy {
    width: auto;
    max-width: 100px;
    height: auto;
  }

  .btnmain--partnership {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.8;
    display: flex;
  }

  .btnmain--partnership.btnemail {
    font-size: 14px;
  }

  .section-become-a-partner-today {
    text-align: left;
    margin-top: 0;
    padding: 30px 10px;
  }

  .section-become-a-partner-today.footer {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-become-a-partner-today.imagebgsection {
    padding: 60px 10px 20px;
    position: static;
  }

  .section-become-a-partner-today.homebanner {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-become-a-partner-today.section-top-mg {
    padding-top: 30px;
  }

  .section-become-a-partner-today.sp-30.section-full {
    flex: 1;
  }

  .etherium {
    width: auto;
    height: auto;
  }

  .kommunitas {
    width: auto;
    max-width: 100px;
    height: auto;
  }

  .bankers-assos {
    width: auto;
    height: auto;
  }

  .firebase {
    width: auto;
    max-width: 100px;
    height: auto;
  }

  .wallet-connect {
    width: auto;
    height: auto;
  }

  .linux-foundation {
    width: 70px;
    height: auto;
  }

  .galaxy-lab, .listing-help {
    width: auto;
    max-width: 100px;
    height: auto;
  }

  .better-stack {
    width: 100px;
    height: auto;
  }

  .ipfs, .wanchain {
    width: auto;
    max-width: 100px;
    height: auto;
  }

  .content-copy {
    text-align: left;
    order: 0;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
  }

  .content-copy.hero {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 80px;
  }

  .content-copy.single-page {
    margin-top: auto;
    margin-bottom: 0;
  }

  .content-copy.single-page.remove-bg-color.content-viewport {
    height: 100vh;
  }

  .content-copy.single-sustainability {
    flex: 0 auto;
    align-self: stretch;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-copy.bannercontentleft {
    text-align: center;
    margin-top: 6vh;
    margin-bottom: 120px;
  }

  .content-copy.bannercontentleft.bannarcontentdemo {
    margin-top: 0;
  }

  .content-copy.main-title {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .content-copy.bgcontent {
    border-radius: 5px;
  }

  .list-copy {
    padding-left: 37px;
    font-size: 16px;
    line-height: 1.2;
  }

  .coin-cap {
    background-image: none;
    width: 35px;
    height: 35px;
    margin-right: 0;
    padding: 10px;
    display: block;
  }

  .coin-cap:hover {
    background-image: none;
    width: 35px;
    display: block;
  }

  .coin-cap.smbg-icon {
    margin-right: 0;
  }

  .coin-cap.smbg-icon:hover {
    margin-left: 0;
  }
}

#w-node-_8d2f32e8-0a01-1570-c881-8ee641d7cea4-d8a952a0, #w-node-_23bf3e94-fb2b-588f-56db-3be2e55a88cf-d8a952a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86649301-b3bf-a470-084f-c832dcc04618-d8a952a0 {
  place-self: auto;
}

#w-node-_135f39bd-2d4c-4741-ea7c-5a6a5364aa25-d8a952a0, #w-node-_8df6bfc7-8632-969b-bfb1-2b5ad4b56cef-d8a952a0, #w-node-_8ec5fd68-398e-bf5c-9b2a-d59599a9e5ae-d8a952a0, #w-node-_1f01954d-de00-d789-1d6b-d27d716d8f6b-d8a952a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1549f4ca-a299-5bf3-5b1a-360623ec3536-faf55912:hover {
  place-self: center;
}

#w-node-_81c84723-b799-6ee5-9fe8-4339b22811be-2cdb7f8e, #w-node-_81c84723-b799-6ee5-9fe8-4339b22811d0-2cdb7f8e, #w-node-_81c84723-b799-6ee5-9fe8-4339b22811dc-2cdb7f8e {
  place-self: start center;
}

#w-node-_5d90d470-fa17-1f16-14ad-fad48d39fb70-8d39fb67 {
  place-self: center end;
}

#w-node-_619f984a-cb9d-4d6b-0888-b14b07ec28d2-07ec28c9 {
  align-self: stretch;
}

#w-node-_585ee277-549e-cce8-0954-82570f4fb9d4-0f4fb9d1 {
  justify-self: auto;
}

#w-node-_585ee277-549e-cce8-0954-82570f4fb9d6-0f4fb9d1 {
  grid-area: 1 / 2 / 2 / 6;
  place-self: center stretch;
}

#w-node-_585ee277-549e-cce8-0954-82570f4fb9d9-0f4fb9d1 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center stretch;
}

#w-node-_585ee277-549e-cce8-0954-82570f4fb9dc-0f4fb9d1 {
  grid-area: 2 / 4 / 3 / 7;
  place-self: center stretch;
}

#w-node-_585ee277-549e-cce8-0954-82570f4fb9df-0f4fb9d1 {
  grid-area: 3 / 2 / 4 / 6;
  place-self: center stretch;
}

#w-node-b1e92ef5-d770-4407-8837-97a2d20f369c-ca02b20d:hover {
  place-self: center stretch;
}

#w-node-b1e92ef5-d770-4407-8837-97a2d20f369c-ca02b20d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c558a49b-ab2d-0e76-79bc-e897b00efcd6-c6a952d8, #w-node-_046845ae-5374-637b-7596-13fb24138acf-c6a952d8, #w-node-_61ce34d6-2582-8c27-34cc-c77ad419d150-c6a952d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd4100d9-e5ec-13f9-57d9-8d5c92daa82f-c6a952d8 {
  place-self: center;
}

#w-node-_456684d6-7cdc-ee2d-e1e1-2886197a24c7-c6a952d8 {
  place-self: center start;
}

#w-node-f541ce39-af07-1eaf-4f43-88874dd72f2b-c6a952d8, #w-node-f541ce39-af07-1eaf-4f43-88874dd72f2c-c6a952d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f541ce39-af07-1eaf-4f43-88874dd72f2d-c6a952d8 {
  place-self: center;
}

#w-node-f541ce39-af07-1eaf-4f43-88874dd72f2e-c6a952d8 {
  place-self: center start;
}

#w-node-f94fc0e5-d894-9fb8-66b0-dfe9d3efb4a9-c6a952d8, #w-node-d463f59f-5655-e237-095c-40cc6b415c30-c6a952d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d463f59f-5655-e237-095c-40cc6b415c31-c6a952d8 {
  place-self: center;
}

#w-node-d463f59f-5655-e237-095c-40cc6b415c32-c6a952d8 {
  place-self: center start;
}

#w-node-a3715381-2765-5486-bf5b-584ca0435cf5-c6a952d8, #w-node-ce66559f-fb3c-5c07-23e6-ec058b25adeb-c6a952d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce66559f-fb3c-5c07-23e6-ec058b25adec-c6a952d8 {
  place-self: center;
}

#w-node-ce66559f-fb3c-5c07-23e6-ec058b25aded-c6a952d8 {
  place-self: center start;
}

#w-node-ffc4c509-0237-75c7-737c-e73bd742f27a-c6a952d8, #w-node-a3316480-4fac-380c-535b-b1fb54156e35-c6a952d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3316480-4fac-380c-535b-b1fb54156e36-c6a952d8 {
  place-self: center;
}

#w-node-a3316480-4fac-380c-535b-b1fb54156e37-c6a952d8 {
  place-self: center start;
}

#w-node-d1e59db9-c8e7-b838-be3b-dad0d93d8daa-c6a952d8, #w-node-c6ecf086-325d-7aa9-0381-ba5f2780fca7-c6a952d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6ecf086-325d-7aa9-0381-ba5f2780fca8-c6a952d8 {
  place-self: center;
}

#w-node-c6ecf086-325d-7aa9-0381-ba5f2780fca9-c6a952d8 {
  place-self: center start;
}

#w-node-b32f6620-e726-3f33-29ea-33b6c5124371-c6a952d8, #w-node-_3216734e-6802-bdb1-7576-b654b0a4a13d-c6a952d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3216734e-6802-bdb1-7576-b654b0a4a13e-c6a952d8 {
  place-self: center;
}

#w-node-_3216734e-6802-bdb1-7576-b654b0a4a13f-c6a952d8 {
  place-self: center start;
}

#w-node-d545d2f0-1e30-8296-00a2-fce087e38131-c6a952d8, #w-node-_164a52b8-17d7-7233-e814-ce66c298fd1e-c6a952d8, #w-node-d5b91b99-e99a-84aa-c0fe-bd1bb0d24473-c6a952d8, #w-node-f0f69dff-f383-4ffb-5065-50f7782b02ec-c6a952d8, #w-node-_23128dc1-c579-3578-293e-b4b8d94bab2e-c6a952d8, #w-node-f50dc7ef-c04d-ea6d-8f62-0698b67eb392-c6a952d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b1966db-b119-78de-99b9-5c33c655e801-c6a952d8 {
  align-self: stretch;
}

#query-Type.w-node-_98c1f858-79f7-90fa-5700-91a0c8949013-3aa952d9, #w-node-c3abed4c-454e-20b5-1f03-8a6d2652d70b-caa952da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6795111-e44d-5e61-eb5b-1600d1e6cce9-aca952e0 {
  align-self: stretch;
}

#w-node-c4e7e7cd-da1f-17d2-42cb-71f761b51d88-08a952e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c4e7e7cd-da1f-17d2-42cb-71f761b51d88-08a952e1:hover {
  place-self: center;
}

#w-node-_1491e9a6-af8d-3f6f-4443-eba4ed8efcfd-08a952e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1491e9a6-af8d-3f6f-4443-eba4ed8efcfd-08a952e1:hover {
  place-self: auto;
}

#w-node-_0d62b344-1956-312f-d530-9860776ab871-08a952e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d62b344-1956-312f-d530-9860776ab871-08a952e1:hover {
  place-self: center;
}

#w-node-_02064035-005b-20d3-cc19-3656bd8b82a4-08a952e1 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_3f5f32dc-ddaa-e7e4-9106-c1de7dc4ad14-08a952e1 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_938ee921-41a5-f1d9-5d7e-3338bf9379cb-08a952e1 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-f198c28a-f776-8799-306f-bca23b2e4ab7-08a952e1 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-e6ce2b2d-4e1c-0c42-0ba4-f8af83cd7c0d-36a95336, #w-node-_666238df-a546-e638-4fcd-f426e435b539-36a95336, #w-node-cff260a7-42c6-6c74-494f-d023f2ae5568-f2ae5559, #w-node-_6ea11700-1dad-546c-e9e7-cd5a7c542d01-00a9533b, #w-node-c5404b61-e9ed-6576-366d-a795cc156644-00a9533b, #w-node-b6ac5277-18fe-4e27-e25d-07d2c75e87eb-00a9533b, #w-node-_1b2c7007-57a2-348c-e7bf-9ddd33fac562-00a9533b, #w-node-c07e3898-cf06-0c92-fc63-5c181a86d8a1-00a9533b, #w-node-c07e3898-cf06-0c92-fc63-5c181a86d8a5-00a9533b, #w-node-abb1dc5a-2df2-0ace-2879-e7051fca4a11-00a9533b, #w-node-abb1dc5a-2df2-0ace-2879-e7051fca4a15-00a9533b, #w-node-abb1dc5a-2df2-0ace-2879-e7051fca4a17-00a9533b, #w-node-abb1dc5a-2df2-0ace-2879-e7051fca4a1b-00a9533b, #w-node-_134240bd-fe46-a0b9-cbe8-38461da372c2-00a9533b, #w-node-d9685da8-a879-c543-03f4-0cf9dee1a60c-00a9533b, #w-node-d9685da8-a879-c543-03f4-0cf9dee1a610-00a9533b, #w-node-d9685da8-a879-c543-03f4-0cf9dee1a612-00a9533b, #w-node-d9685da8-a879-c543-03f4-0cf9dee1a616-00a9533b, #w-node-e57d5fd8-5d3e-5a8f-6df3-292903117160-00a9533b, #w-node-eb2bc35c-76c7-2329-c27f-3a64175d9562-00a9533b, #w-node-_67d1e5a0-768c-10fc-3bdd-73926a08b856-00a9533b, #w-node-d0f547e0-0d47-bebf-d34c-d87c2269c60d-00a9533b, #w-node-_004f0cd1-8974-9f36-a8e3-94c1af69d779-00a9533b, #w-node-_004f0cd1-8974-9f36-a8e3-94c1af69d77d-00a9533b, #w-node-_5885ff0e-1322-7061-2f3d-eecc715328d7-00a9533b, #w-node-_5885ff0e-1322-7061-2f3d-eecc715328db-00a9533b, #w-node-_5885ff0e-1322-7061-2f3d-eecc715328dd-00a9533b, #w-node-_5885ff0e-1322-7061-2f3d-eecc715328e1-00a9533b, #w-node-_28f16750-d077-b7ea-2664-d156307f8acc-00a9533b, #w-node-_28f16750-d077-b7ea-2664-d156307f8ad0-00a9533b, #w-node-_4362eac8-9500-e47d-f31d-e216536c7e45-00a9533b, #w-node-_4362eac8-9500-e47d-f31d-e216536c7e49-00a9533b, #w-node-_5053c85b-66b3-ca02-c8ad-eed1df210b9f-00a9533b, #w-node-_5053c85b-66b3-ca02-c8ad-eed1df210ba3-00a9533b, #w-node-_5053c85b-66b3-ca02-c8ad-eed1df210ba5-00a9533b, #w-node-_5053c85b-66b3-ca02-c8ad-eed1df210ba9-00a9533b, #w-node-_1813fcda-e2f0-68c8-f392-9a1c103631d0-00a9533b, #w-node-_1813fcda-e2f0-68c8-f392-9a1c103631d4-00a9533b, #w-node-cfba6605-47a3-3407-a3cd-b4e981cf0940-00a9533b, #w-node-cfba6605-47a3-3407-a3cd-b4e981cf0944-00a9533b, #w-node-_76658f73-4555-c5be-e449-b1135fca2270-00a9533b, #w-node-_76658f73-4555-c5be-e449-b1135fca2274-00a9533b, #w-node-_6ad7a370-992d-6322-0890-3b35e0e4e7ea-00a9533b, #w-node-_6ad7a370-992d-6322-0890-3b35e0e4e7ee-00a9533b, #w-node-_6ad7a370-992d-6322-0890-3b35e0e4e7f0-00a9533b, #w-node-_6ad7a370-992d-6322-0890-3b35e0e4e7f4-00a9533b, #w-node-c3f6560c-d418-e835-50b9-241b1a207735-00a9533b, #w-node-c3f6560c-d418-e835-50b9-241b1a207739-00a9533b, #w-node-_297c0074-d17c-c8c2-04ce-ff580d5ea0eb-00a9533b, #w-node-_297c0074-d17c-c8c2-04ce-ff580d5ea0ef-00a9533b, #w-node-_61b3898f-66c8-266a-a7e3-65c6b95aba5e-00a9533b, #w-node-_61b3898f-66c8-266a-a7e3-65c6b95aba62-00a9533b, #w-node-_18a76d93-33b3-3adb-eacf-c3cdecd53b63-00a9533b, #w-node-_18a76d93-33b3-3adb-eacf-c3cdecd53b67-00a9533b, #w-node-_7c230b7f-0571-f579-3e14-ddf570f36b3a-00a9533b, #w-node-_7c230b7f-0571-f579-3e14-ddf570f36b3e-00a9533b, #w-node-d4dfc86b-307d-25a4-8fd1-2f95b2cc9648-d3a9533d, #w-node-d4dfc86b-307d-25a4-8fd1-2f95b2cc964e-d3a9533d, #w-node-d4dfc86b-307d-25a4-8fd1-2f95b2cc9654-d3a9533d, #w-node-c278719c-6660-08f7-5890-08c213ca3478-d3a9533d, #w-node-_88647b92-1748-0af7-9169-807f848c1477-d3a9533d, #w-node-_16d9ff18-67d6-bb86-9aa8-3521ac73a641-d3a9533d, #w-node-_16d9ff18-67d6-bb86-9aa8-3521ac73a646-d3a9533d, #w-node-a3b4015a-f4ed-284b-13c7-33d41449f3d6-d3a9533d, #w-node-_6a1d8413-c333-4c63-b575-bbddf3c9a717-d3a9533d, #w-node-_6a1d8413-c333-4c63-b575-bbddf3c9a719-d3a9533d, #w-node-c5d798d0-f96e-e69a-9110-f651c0f18c80-d3a9533d, #w-node-c5d798d0-f96e-e69a-9110-f651c0f18c82-d3a9533d, #w-node-ea8caee5-e307-c42a-c4cf-b3aa4b9dcb53-d3a9533d, #w-node-_49ffcaef-9e77-cba5-68b1-9fcb7a364c8f-d3a9533d, #w-node-_70672359-20fb-bdc9-5abf-7a6e420c9646-d3a9533d, #w-node-c9503436-5e06-c514-2d2c-3d8538610a78-d3a9533d, #w-node-_8c278832-890d-3b4d-ecfa-556c4e62dadb-d3a9533d, #w-node-bd0541bc-5feb-cea0-4a05-28f69cdca871-d3a9533d, #w-node-_5ff76b54-a9b6-0895-bb2a-ec1e6c901334-d3a9533d, #w-node-_10a3855e-6ca3-addb-c454-18eee0d4e31b-d3a9533d, #w-node-_9f66cd4f-2b31-b67f-df8a-a59f77589290-d3a9533d, #w-node-_2cd3b2e9-7f1b-25a8-4786-ab79a2f37d47-d3a9533d, #w-node-db1ae4c7-f228-2ce0-ecba-b55cd7433ebf-29388a03, #w-node-d61f9ea2-632d-7e07-6fd8-84a9dec2bd92-29388a03, #w-node-cc407abd-4842-48eb-7a09-84cc4b612ed1-29388a03, #w-node-_9a196447-62b1-d365-6be5-fc24f848aecd-29388a03, #w-node-cc29a77b-14ce-8449-4197-730f80de57af-29388a03, #w-node-_8842be96-7601-6fb5-e76f-9105402e0d3b-29388a03, #w-node-_2dc271bd-463b-5a6a-e324-f89db155ee9d-29388a03, #w-node-_9ebb77d3-a2ea-3e8b-49f2-3aa74b428c1e-29388a03, #w-node-_26e14149-379b-478a-4295-bf52a9edb374-29388a03, #w-node-_3a6b87e1-8f92-af46-45ab-3d4112973a29-29388a03, #w-node-f036bb15-7dd2-d145-f940-5fa547d71f09-29388a03, #w-node-_1a5d4d9f-1d63-a33e-986f-b6ce00d35a8d-29388a03, #w-node-a8cd7a34-5b7e-8b7b-27d8-7303709aac06-29388a03, #w-node-ef2773f1-fc99-b7ff-7da5-ab371310c66b-29388a03, #w-node-_2476d500-e4e3-2c89-1369-f7756dd1d434-29388a03, #w-node-_95121afc-5dca-360b-16dd-07da1fa1c3b8-29388a03, #w-node-_5ee4bb1c-37d1-8a96-16d9-fe2ab28b248e-29388a03, #w-node-_45ef58f9-3491-4c2b-5c4c-e97733e04797-29388a03, #w-node-_6fdc4c27-ddc8-d166-a3b8-aab0906fe485-29388a03, #w-node-f9875450-1504-d4ae-0bf1-855ce720eb39-29388a03, #w-node-_5bd03160-875e-eff6-bfa6-84ad3ec6caf7-29388a03, #w-node-_9624e24b-ba4d-5ada-449c-9747f1ee68c5-29388a03, #w-node-_4a11b0c0-eb13-38af-16b7-255fe21f5ada-29388a03, #w-node-_3b1c84ed-2729-4b4b-6c8d-e5e033e88212-29388a03, #w-node-_03313b7d-e51f-5cb9-1410-e9002499ec82-29388a03, #w-node-_9b35060b-44b5-bd25-ceea-d48d07cd15ad-29388a03, #w-node-_6dd323fb-c7e9-7353-77a9-cdfb74b15106-29388a03, #w-node-_757e5ef7-17f2-12db-3e9f-67f47c39ae06-29388a03, #w-node-_28bdd87c-1994-2e1a-21ec-f5ce6cac0df4-29388a03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52f6c3fe-2a42-e411-2c0a-7a08ae16b777-d6acd510:hover {
  place-self: center stretch;
}

#w-node-_52f6c3fe-2a42-e411-2c0a-7a08ae16b777-d6acd510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d66d642d-f679-f32a-6bc3-3e5c5979c030-d6acd510:hover {
  place-self: center stretch;
}

#w-node-d66d642d-f679-f32a-6bc3-3e5c5979c030-d6acd510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_695e35b0-fde8-2a66-b242-caf1c7b0d6b8-b035f64c:hover {
  place-self: center stretch;
}

#w-node-_46647f4a-3910-7401-cfdd-8b9b8bb4d55d-b035f64c {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_0e123425-c429-6c46-58f1-0986e2204f0b-b035f64c:hover {
  place-self: center stretch;
}

#w-node-c3abed4c-454e-20b5-1f03-8a6d2652d70b-54b90ba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_95121afc-5dca-360b-16dd-07da1fa1c3b8-29388a03, #w-node-_6dd323fb-c7e9-7353-77a9-cdfb74b15106-29388a03, #w-node-_28bdd87c-1994-2e1a-21ec-f5ce6cac0df4-29388a03 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_5d90d470-fa17-1f16-14ad-fad48d39fb70-8d39fb67 {
    justify-self: end;
  }

  #w-node-_619f984a-cb9d-4d6b-0888-b14b07ec28d2-07ec28c9 {
    align-self: stretch;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9d6-0f4fb9d1 {
    grid-column: 2 / 5;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9d9-0f4fb9d1 {
    grid-column-end: 4;
    justify-self: start;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9dc-0f4fb9d1 {
    grid-column: 3 / 6;
    place-self: center end;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9df-0f4fb9d1 {
    grid-column-end: 5;
  }

  #w-node-b1e92ef5-d770-4407-8837-97a2d20f369c-ca02b20d {
    justify-self: stretch;
  }

  #w-node-e6795111-e44d-5e61-eb5b-1600d1e6cce9-aca952e0 {
    align-self: stretch;
  }

  #w-node-_28f16750-d077-b7ea-2664-d156307f8acc-00a9533b {
    align-self: start;
  }

  #w-node-_28f16750-d077-b7ea-2664-d156307f8acf-00a9533b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-f036bb15-7dd2-d145-f940-5fa547d71f09-29388a03, #w-node-_6fdc4c27-ddc8-d166-a3b8-aab0906fe485-29388a03, #w-node-_6dd323fb-c7e9-7353-77a9-cdfb74b15106-29388a03 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52f6c3fe-2a42-e411-2c0a-7a08ae16b777-d6acd510, #w-node-d66d642d-f679-f32a-6bc3-3e5c5979c030-d6acd510 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_135f39bd-2d4c-4741-ea7c-5a6a5364aa25-d8a952a0, #w-node-_64144c5e-e3fc-dee9-58f4-655168815832-d8a952a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6993f92b-5733-8dab-44cc-d46d9a411082-d8a952a0, #w-node-b40948cc-dc62-b45d-b584-6ea10c5c4f56-d8a952a0, #w-node-b40948cc-dc62-b45d-b584-6ea10c5c4f5c-d8a952a0, #w-node-_491a0eb5-84c6-3acd-fa91-567fc263d510-d8a952a0, #w-node-_3930e259-75dd-d066-e614-6fbbe9bf2ee4-d8a952a0 {
    order: -9999;
  }

  #subscribe-email.w-node-_5d90d470-fa17-1f16-14ad-fad48d39fb6f-8d39fb67, #serviceName.w-node-_10c08a5c-d76f-3a1a-3f63-83a324bb1463-8d39fb67 {
    justify-self: stretch;
  }

  #w-node-_619f984a-cb9d-4d6b-0888-b14b07ec28d2-07ec28c9 {
    align-self: stretch;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9d4-0f4fb9d1 {
    order: -9999;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9d6-0f4fb9d1 {
    grid-column: 2 / 4;
    justify-self: stretch;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9d9-0f4fb9d1 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: stretch stretch;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9dc-0f4fb9d1 {
    grid-area: 2 / 3 / 3 / 5;
    place-self: center stretch;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9df-0f4fb9d1 {
    grid-column: 2 / 4;
    justify-self: stretch;
  }

  #w-node-_23275bb7-d5e9-a7a1-9710-1ab7ed36fa20-51a952d4, #w-node-_0d5c3df4-3f2b-9431-c173-25f05eca2b61-51a952d4, #w-node-_0d5c3df4-3f2b-9431-c173-25f05eca2b67-51a952d4 {
    order: -9999;
  }

  #w-node-fd4100d9-e5ec-13f9-57d9-8d5c92daa82f-c6a952d8, #w-node-_456684d6-7cdc-ee2d-e1e1-2886197a24c7-c6a952d8, #w-node-f541ce39-af07-1eaf-4f43-88874dd72f2d-c6a952d8, #w-node-f541ce39-af07-1eaf-4f43-88874dd72f2e-c6a952d8, #w-node-d463f59f-5655-e237-095c-40cc6b415c31-c6a952d8, #w-node-d463f59f-5655-e237-095c-40cc6b415c32-c6a952d8, #w-node-ce66559f-fb3c-5c07-23e6-ec058b25adec-c6a952d8, #w-node-ce66559f-fb3c-5c07-23e6-ec058b25aded-c6a952d8, #w-node-a3316480-4fac-380c-535b-b1fb54156e36-c6a952d8, #w-node-a3316480-4fac-380c-535b-b1fb54156e37-c6a952d8, #w-node-c6ecf086-325d-7aa9-0381-ba5f2780fca8-c6a952d8, #w-node-c6ecf086-325d-7aa9-0381-ba5f2780fca9-c6a952d8, #w-node-_3216734e-6802-bdb1-7576-b654b0a4a13e-c6a952d8, #w-node-_3216734e-6802-bdb1-7576-b654b0a4a13f-c6a952d8 {
    justify-self: start;
  }

  #w-node-e6795111-e44d-5e61-eb5b-1600d1e6cce9-aca952e0 {
    align-self: stretch;
  }

  #w-node-_5713fedf-471c-a9c3-90d4-7d6642ea17a8-08a952e1, #w-node-_3930e259-75dd-d066-e614-6fbbe9bf2ee4-08a952e1, #w-node-_6993f92b-5733-8dab-44cc-d46d9a411082-b5a95337, #w-node-_491a0eb5-84c6-3acd-fa91-567fc263d510-b5a95337, #w-node-_3930e259-75dd-d066-e614-6fbbe9bf2ee4-b5a95337 {
    order: -9999;
  }

  #w-node-_46647f4a-3910-7401-cfdd-8b9b8bb4d55d-b035f64c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6993f92b-5733-8dab-44cc-d46d9a411082-d8a952a0, #w-node-b40948cc-dc62-b45d-b584-6ea10c5c4f56-d8a952a0, #w-node-_491a0eb5-84c6-3acd-fa91-567fc263d510-d8a952a0 {
    order: -9999;
  }

  #w-node-_1549f4ca-a299-5bf3-5b1a-360623ec3536-faf55912:hover {
    place-self: stretch stretch;
  }

  #w-node-_9a6e5994-391b-433e-9e0e-c9974e146894-2cdb7f8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5d90d470-fa17-1f16-14ad-fad48d39fb70-8d39fb67 {
    place-self: center stretch;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9d4-0f4fb9d1 {
    order: -9999;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9d6-0f4fb9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9d9-0f4fb9d1, #w-node-_585ee277-549e-cce8-0954-82570f4fb9dc-0f4fb9d1, #w-node-_585ee277-549e-cce8-0954-82570f4fb9df-0f4fb9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1e92ef5-d770-4407-8837-97a2d20f369c-ca02b20d:hover {
    place-self: stretch stretch;
  }

  #w-node-b1e92ef5-d770-4407-8837-97a2d20f369c-ca02b20d {
    justify-self: stretch;
  }

  #w-node-_375b0842-2d75-c038-d306-ec2ec96bd51d-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_76ae68ce-b8ea-4e6e-affe-5b82d092980c-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_76ae68ce-b8ea-4e6e-affe-5b82d092980e-51a952d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c31a35f4-2f42-f491-60ce-91a8aa4705f1-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c31a35f4-2f42-f491-60ce-91a8aa4705f8-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c31a35f4-2f42-f491-60ce-91a8aa4705fa-51a952d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4094bd3f-51c6-5db4-5fe2-3c7f2eff8beb-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4094bd3f-51c6-5db4-5fe2-3c7f2eff8bf2-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4094bd3f-51c6-5db4-5fe2-3c7f2eff8bf4-51a952d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63985cf9-5710-209a-cc6a-70c4691322bd-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_63985cf9-5710-209a-cc6a-70c4691322c4-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_63985cf9-5710-209a-cc6a-70c4691322c6-51a952d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edd61884-2b36-3bba-4a94-b06c7fbb27aa-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_86f75a2f-2ffe-33fc-9911-bd3f0cde7545-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_86f75a2f-2ffe-33fc-9911-bd3f0cde7547-51a952d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86a17f52-69f2-3b4a-1464-d1cea233dbe9-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_86a17f52-69f2-3b4a-1464-d1cea233dbed-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_86a17f52-69f2-3b4a-1464-d1cea233dbef-51a952d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_499fb014-119f-9318-6ec5-205e50dc1f97-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_499fb014-119f-9318-6ec5-205e50dc1f9b-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_499fb014-119f-9318-6ec5-205e50dc1f9d-51a952d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86e558a7-9973-5fdd-4ce0-36fe578fe386-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_86e558a7-9973-5fdd-4ce0-36fe578fe389-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_86e558a7-9973-5fdd-4ce0-36fe578fe399-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_86e558a7-9973-5fdd-4ce0-36fe578fe39c-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_86e558a7-9973-5fdd-4ce0-36fe578fe3b3-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_86e558a7-9973-5fdd-4ce0-36fe578fe3b6-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_86e558a7-9973-5fdd-4ce0-36fe578fe3cf-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_86e558a7-9973-5fdd-4ce0-36fe578fe3d2-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_86e558a7-9973-5fdd-4ce0-36fe578fe3ec-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_86e558a7-9973-5fdd-4ce0-36fe578fe3ef-51a952d4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_23275bb7-d5e9-a7a1-9710-1ab7ed36fa20-51a952d4, #w-node-_0d5c3df4-3f2b-9431-c173-25f05eca2b61-51a952d4 {
    order: -9999;
  }

  #w-node-_046845ae-5374-637b-7596-13fb24138acf-c6a952d8, #w-node-f541ce39-af07-1eaf-4f43-88874dd72f2b-c6a952d8, #w-node-f94fc0e5-d894-9fb8-66b0-dfe9d3efb4a9-c6a952d8, #w-node-a3715381-2765-5486-bf5b-584ca0435cf5-c6a952d8, #w-node-ffc4c509-0237-75c7-737c-e73bd742f27a-c6a952d8, #w-node-d1e59db9-c8e7-b838-be3b-dad0d93d8daa-c6a952d8 {
    justify-self: center;
  }

  #w-node-c6ecf086-325d-7aa9-0381-ba5f2780fca9-c6a952d8 {
    align-self: auto;
  }

  #w-node-b32f6620-e726-3f33-29ea-33b6c5124371-c6a952d8 {
    justify-self: center;
  }

  #w-node-_02064035-005b-20d3-cc19-3656bd8b82a4-08a952e1, #w-node-_3f5f32dc-ddaa-e7e4-9106-c1de7dc4ad14-08a952e1, #w-node-_938ee921-41a5-f1d9-5d7e-3338bf9379cb-08a952e1, #w-node-f198c28a-f776-8799-306f-bca23b2e4ab7-08a952e1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6993f92b-5733-8dab-44cc-d46d9a411082-b5a95337, #w-node-_491a0eb5-84c6-3acd-fa91-567fc263d510-b5a95337, #w-node-ea8caee5-e307-c42a-c4cf-b3aa4b9dcb55-d3a9533d, #w-node-_49ffcaef-9e77-cba5-68b1-9fcb7a364c91-d3a9533d, #w-node-_70672359-20fb-bdc9-5abf-7a6e420c9648-d3a9533d {
    order: -9999;
  }

  #w-node-_5ff76b54-a9b6-0895-bb2a-ec1e6c901334-d3a9533d {
    align-self: auto;
  }

  #w-node-_52f6c3fe-2a42-e411-2c0a-7a08ae16b777-d6acd510:hover {
    place-self: stretch stretch;
  }

  #w-node-_52f6c3fe-2a42-e411-2c0a-7a08ae16b777-d6acd510 {
    justify-self: stretch;
  }

  #w-node-d66d642d-f679-f32a-6bc3-3e5c5979c030-d6acd510:hover {
    place-self: stretch stretch;
  }

  #w-node-d66d642d-f679-f32a-6bc3-3e5c5979c030-d6acd510 {
    justify-self: stretch;
  }

  #w-node-_695e35b0-fde8-2a66-b242-caf1c7b0d6b8-b035f64c:hover {
    place-self: stretch stretch;
  }

  #w-node-_46647f4a-3910-7401-cfdd-8b9b8bb4d55d-b035f64c {
    grid-column: span 4 / span 4;
  }

  #w-node-_0e123425-c429-6c46-58f1-0986e2204f0b-b035f64c:hover {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_135f39bd-2d4c-4741-ea7c-5a6a5364aa25-d8a952a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6993f92b-5733-8dab-44cc-d46d9a411082-d8a952a0, #w-node-b40948cc-dc62-b45d-b584-6ea10c5c4f56-d8a952a0 {
    order: -9999;
  }

  #w-node-d837c98e-8ed0-5a81-0b73-79c8cfad71ca-d8a952a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_491a0eb5-84c6-3acd-fa91-567fc263d510-d8a952a0 {
    order: -9999;
  }

  #w-node-_1549f4ca-a299-5bf3-5b1a-360623ec3536-faf55912:hover {
    place-self: auto;
  }

  #w-node-_9a6e5994-391b-433e-9e0e-c9974e146894-2cdb7f8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_81c84723-b799-6ee5-9fe8-4339b22811be-2cdb7f8e {
    place-self: start center;
  }

  #w-node-_81c84723-b799-6ee5-9fe8-4339b22811d0-2cdb7f8e {
    align-self: start;
  }

  #w-node-_5d90d470-fa17-1f16-14ad-fad48d39fb70-8d39fb67 {
    justify-self: stretch;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9d4-0f4fb9d1 {
    order: -9999;
    place-self: auto;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9d6-0f4fb9d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_585ee277-549e-cce8-0954-82570f4fb9d9-0f4fb9d1, #w-node-_585ee277-549e-cce8-0954-82570f4fb9dc-0f4fb9d1, #w-node-_585ee277-549e-cce8-0954-82570f4fb9df-0f4fb9d1 {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-b1e92ef5-d770-4407-8837-97a2d20f369c-ca02b20d:hover {
    place-self: stretch stretch;
  }

  #w-node-_375b0842-2d75-c038-d306-ec2ec96bd51d-51a952d4, #w-node-c31a35f4-2f42-f491-60ce-91a8aa4705f1-51a952d4, #w-node-_4094bd3f-51c6-5db4-5fe2-3c7f2eff8beb-51a952d4, #w-node-_63985cf9-5710-209a-cc6a-70c4691322bd-51a952d4, #w-node-edd61884-2b36-3bba-4a94-b06c7fbb27aa-51a952d4 {
    grid-column: 2 / 3;
  }

  #w-node-_86a17f52-69f2-3b4a-1464-d1cea233dbe9-51a952d4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_23275bb7-d5e9-a7a1-9710-1ab7ed36fa20-51a952d4, #w-node-_0d5c3df4-3f2b-9431-c173-25f05eca2b61-51a952d4 {
    order: -9999;
  }

  #w-node-fd4100d9-e5ec-13f9-57d9-8d5c92daa82f-c6a952d8, #w-node-_456684d6-7cdc-ee2d-e1e1-2886197a24c7-c6a952d8, #w-node-f541ce39-af07-1eaf-4f43-88874dd72f2d-c6a952d8, #w-node-f541ce39-af07-1eaf-4f43-88874dd72f2e-c6a952d8, #w-node-d463f59f-5655-e237-095c-40cc6b415c31-c6a952d8, #w-node-ce66559f-fb3c-5c07-23e6-ec058b25adec-c6a952d8, #w-node-a3316480-4fac-380c-535b-b1fb54156e36-c6a952d8, #w-node-c6ecf086-325d-7aa9-0381-ba5f2780fca8-c6a952d8, #w-node-_3216734e-6802-bdb1-7576-b654b0a4a13e-c6a952d8 {
    justify-self: start;
  }

  #w-node-cff260a7-42c6-6c74-494f-d023f2ae5568-f2ae5559, #w-node-_6993f92b-5733-8dab-44cc-d46d9a411082-b5a95337, #w-node-_491a0eb5-84c6-3acd-fa91-567fc263d510-b5a95337, #w-node-d4dfc86b-307d-25a4-8fd1-2f95b2cc9654-d3a9533d {
    order: -9999;
  }

  #w-node-_52f6c3fe-2a42-e411-2c0a-7a08ae16b777-d6acd510:hover, #w-node-d66d642d-f679-f32a-6bc3-3e5c5979c030-d6acd510:hover, #w-node-_695e35b0-fde8-2a66-b242-caf1c7b0d6b8-b035f64c:hover, #w-node-_0e123425-c429-6c46-58f1-0986e2204f0b-b035f64c:hover {
    place-self: stretch stretch;
  }
}


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