:root {
  --black: black;
  --sandy-brown: #f8c740;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.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-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-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-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-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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .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 {
    font-size: 16px;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  padding: 48px 10px 29px;
  position: sticky;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-bottom: 4px solid #69b9ff;
  height: 15%;
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 0;
  display: block;
}

.hero-heading {
  opacity: 1;
  color: #fecc00;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Angrybirds, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  display: block;
}

.hero-subheading {
  color: #fecc00;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: var(--sandy-brown);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: -162px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  transition: opacity .2s;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: var(--black);
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: #006aa7;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #fff;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.heading, .heading-2, .heading-3, .paragraph, .paragraph-2, .paragraph-3 {
  color: #000;
}

.image {
  height: auto;
}

.grid {
  grid-template-columns: .25fr .25fr;
}

.image-2 {
  margin-top: 5px;
  margin-bottom: 0;
}

.image-3 {
  margin-top: 5px;
}

.image-4 {
  margin-top: 5px;
  margin-bottom: 0;
}

.image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
  margin-top: 5px;
}

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

.bold-text {
  color: #000;
}

.text-block {
  color: #000;
  text-align: left;
}

.text-block-2 {
  color: var(--black);
  font-weight: 700;
}

.bold-text-2 {
  color: var(--black);
}

.grid-3 {
  grid-template: ". ."
                 ". Area"
                 ". ."
                 / minmax(200px, 1fr) minmax(200px, 1fr);
}

.text-block-3 {
  color: #000;
  text-align: left;
}

.text-block-4 {
  color: #000;
  text-align: left;
  font-style: normal;
}

.bold-text-3, .bold-text-4 {
  color: #f0f0f0;
}

.heading-4 {
  color: #f0f0f0;
  font-weight: 700;
}

.paragraph-4 {
  color: #fff;
  font-weight: 600;
}

.text-block-5 {
  color: #000;
  background-color: #0000;
  margin-top: 60px;
}

.section-2 {
  color: #0000;
  object-fit: fill;
  background-color: #fff;
  margin-bottom: 35px;
  position: static;
}

.image-16 {
  object-fit: fill;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: -50px;
  position: static;
  overflow: scroll;
}

.body {
  background-color: #fff;
}

.video {
  box-shadow: 1px 1px 3px #000;
}

.navbar {
  z-index: 2147483647;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.nav-link {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link-2 {
  border: 0 solid #000;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link-3 {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link-4 {
  margin-top: 20px;
}

.section-3 {
  color: #000;
  background-color: #fff;
}

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

.image-17 {
  float: none;
  text-align: left;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: static;
}

.body-2 {
  color: #000;
  background-color: #fff;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area-2 Area";
}

.container {
  margin-bottom: 34px;
}

.image-18 {
  max-width: 20%;
}

.image-19 {
  max-width: 20%;
  position: static;
}

.image-20 {
  max-width: 20%;
}

.columns {
  margin-bottom: 47px;
  position: static;
}

.grid-5 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". Area-3"
                       "Area Area-2";
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: .25fr 6.75fr;
  grid-template-areas: "Area Area-2";
}

.grid-7 {
  grid-template-columns: .25fr 1fr;
  grid-template-areas: ". ."
                       ". Area";
}

.section-4 {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.image-21 {
  text-align: center;
  border-right: 2px solid #000;
  margin: 50px auto;
  display: block;
  position: static;
}

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

.text-block-7 {
  color: #fff;
  text-align: center;
}

.section-6 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 0;
  position: relative;
  inset: 0;
}

.body-3 {
  background-color: #fff;
}

.text-block-8 {
  color: #000;
  text-align: center;
}

.section-7 {
  background-color: #fff;
}

.text-block-9 {
  color: #000;
  margin-top: 48px;
}

.list-item, .list-item-2 {
  color: #000;
}

.image-22 {
  text-align: center;
}

.heading-5, .paragraph-5 {
  color: #000;
}

.section-8, .html-embed {
  background-color: #fff;
}

.dropdown-toggle {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-10 {
  mix-blend-mode: normal;
}

.dropdown-link {
  background-color: #fff;
  border-radius: 1px;
  inset: auto;
}

.dropdown-link-2 {
  background-color: #fff;
  border: 1px solid #000;
}

.html-embed-2 {
  text-align: left;
  background-color: #fff;
  margin-top: 0;
  display: block;
}

.body-4 {
  background-color: #fff;
}

.body-5 {
  color: #4e6375;
}

.div-block {
  margin-bottom: 52px;
}

.column, .column-2, .column-3 {
  position: static;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 40px;
}

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

.section-9 {
  background-color: #fff;
}

.section-10 {
  margin-top: 50px;
  padding-top: 0;
}

.container-2 {
  opacity: 1;
  outline-offset: 0px;
  outline: 0 #4e6375;
}

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

.section-11, .section-12, .slide {
  background-color: #fff;
}

.image-23 {
  text-align: center;
}

.slider {
  background-color: #fff;
}

.image-24 {
  text-align: center;
  width: 35%;
  height: auto;
  max-height: 300px;
  margin-left: -10%;
  margin-right: 0%;
  padding-left: 0;
  position: absolute;
  inset: auto auto 1% 40%;
}

.dropdown-toggle-2 {
  border-radius: 1px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-toggle-2.w--open, .dropdown-link-3 {
  background-color: #fff;
  border: 1px solid #000;
}

.dropdown-link-4, .dropdown-link-5 {
  background-color: #fff;
}

.image-25 {
  width: 100%;
  max-width: 11%;
  max-height: 300px;
  margin-left: 220px;
}

.section-13 {
  background-color: #fff;
  margin-bottom: 0;
}

.container-3 {
  background-color: #fff;
}

.text-block-12 {
  color: #000;
}

.text-block-13 {
  color: #000;
  margin-bottom: 0;
}

.text-block-14 {
  color: #000;
  position: static;
}

.heading-6 {
  color: #000;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.html-embed-4 {
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.html-embed-5 {
  max-width: 100%;
  margin-top: 100px;
}

.iframe-policy {
  width: 1000px;
  max-width: 100%;
  height: 1000px;
}

.iframe-policy1 {
  width: 100%;
  height: 950px;
}

.iframe-policy2 {
  width: 100%;
  height: 3200px;
}

.container-5 {
  margin-top: 0;
}

.paragraph-6 {
  color: #000;
  text-align: left;
}

.bold-text-5, .heading-7, .heading-8, .heading-goal {
  color: #000;
  font-weight: 700;
}

.paragraph-goal {
  color: #000;
  text-align: left;
}

.success-icon {
  font-size: 55px;
}

.rbl {
  z-index: 2;
  position: relative;
}

.form-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 15px 7px;
  display: flex;
  position: relative;
}

.field {
  z-index: 1;
  border: 1px #000;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #d0d0d0;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
}

.field.email {
  display: none;
}

.field.dummy {
  z-index: 0;
  width: 100%;
}

.field.hidden {
  z-index: -1;
  width: 0;
  display: none;
}

.text-block-15 {
  color: #dbdbdb;
  margin-left: 12px;
  font-size: 13px;
}

.chat-bubble {
  background-color: #f2f2f3;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 9px;
  padding: 12px 25px;
  display: flex;
  overflow: hidden;
}

.chat-bubble.response--1, .chat-bubble.response--3 {
  display: none;
}

.chat-bubble.reply {
  color: #fff;
  background-color: #3b40f8;
  align-self: flex-end;
  display: flex;
}

.chat-bubble.reply.reply--service {
  display: none;
}

.chat-bubble.reply.reply--email {
  max-width: 100%;
  display: none;
  overflow: visible;
}

.chat-bubble.reply.reply--name {
  display: none;
}

.chat-bubble.response--2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: none;
}

.chat-bubble.response--4 {
  display: none;
}

.chat-bubble-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 27px;
  padding: 15px 10px;
  display: flex;
}

.div-block-3 {
  width: 100%;
  height: 40%;
  position: absolute;
  inset: 5% 0% 0%;
}

.text-block-16 {
  color: #fff;
  font-weight: 600;
}

.field-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.submit {
  display: none;
}

.input-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.radio-button-field {
  color: #3b3ff9;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #3b3ff9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 8px;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.radio-button-field:hover {
  color: #fff;
  background-color: #7275f6;
}

.chat-wrapper {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  height: 550px;
  margin-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 3% 3% auto;
  overflow: hidden;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.response--name {
  color: #fff;
}

.radio--button {
  z-index: 0;
  border-style: none;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio--button.w--redirected-checked {
  z-index: 0;
  color: #fff;
  background-color: #c1d4ff;
  border-color: #0000;
  border-radius: 4px;
}

.chat-top {
  background-color: #3b3ff9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.success {
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.heading-9 {
  color: #000;
  margin: 34px 20px 95px;
  font-weight: 400;
}

.section-14 {
  color: #fff;
  background-color: #fff;
  margin-top: 0;
}

.body-6 {
  color: #fff;
  background-color: #fff;
}

.section-15 {
  color: #fff;
  background-color: #fff;
  padding-top: 0;
}

.container-6 {
  object-fit: fill;
  background-color: #fff;
  padding-top: 100px;
}

.slide-2 {
  color: #000;
  background-image: url('../images/biometric.jpg');
  background-position: 0 0;
  background-size: auto;
  height: auto;
}

.slide-nav {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/ring.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.slide-3 {
  background-image: url('../images/ring.jpg');
  background-position: 0 0;
  background-size: auto;
}

.cell {
  background-image: url('../images/biometric.jpg');
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/biometric.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-nav-2 {
  background-image: url('../images/ring.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/ring.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
}

.slide-6, .slide-7, .slide-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-9 {
  background-image: url('../images/ring.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/zettle.jpg');
  background-position: 50%;
  background-size: contain;
}

.youtube {
  -webkit-text-stroke-color: #fff;
  margin-top: 40px;
}

.navbar-copy {
  z-index: 2147483647;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.text-block-17, .heading-10 {
  color: #000;
  text-align: center;
}

.image-30 {
  text-align: center;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}

.text-block-18 {
  color: #000;
  text-align: center;
}

.section-16 {
  -webkit-text-stroke-color: #fff;
}

.html-embed-6 {
  margin-left: 40%;
  margin-right: 40%;
}

.image-31 {
  width: 50%;
  max-width: 75%;
  margin-left: 25%;
  margin-right: 25%;
}

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

.text-block-19 {
  color: #000;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 40px;
}

.html-embed-7 {
  text-align: center;
  margin-bottom: 220px;
  margin-left: 0%;
  margin-right: 0%;
}

.text-block-20 {
  color: #000;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slide-11 {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  opacity: 1;
  object-fit: fill;
  background-image: url('../images/biometric.jpg');
  background-position: 50%;
  background-size: auto;
  margin-top: 0;
  margin-bottom: auto;
  position: relative;
  overflow: visible;
}

.slide-nav-3 {
  background-image: url('../images/ring.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-12 {
  background-image: url('../images/ring.jpg');
  background-position: 50%;
  background-size: contain;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-13 {
  background-image: url('../images/zettle.jpg');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.youtube-2 {
  width: auto;
  margin-top: 40px;
  margin-bottom: auto;
}

.section-17 {
  margin-top: 0;
  margin-bottom: 200px;
  padding-bottom: 200px;
}

.html-embed-8 {
  text-align: center;
  padding-bottom: 40px;
}

.youtube-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.html-embed-9 {
  text-align: center;
  margin-bottom: 40px;
}

.list-item-3 {
  color: #000;
  margin-top: 0;
}

.list-item-4, .list-item-5 {
  color: #000;
}

.list-2 {
  padding-top: 20px;
  padding-left: 30px;
}

.section-18 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
}

.body-8 {
  color: #fff;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.code-embed {
  background-color: #fff;
  margin-top: 0;
}

.section-19 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-11 {
  color: #000;
}

.code-embed-2 {
  margin-top: 0;
  padding-top: 0;
}

.link {
  font-size: 20px;
}

.body-9 {
  color: #fff;
  background-color: #fff;
}

.body-10 {
  background-color: #fff;
}

.slide-14 {
  float: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/eu-identity.jpg');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  position: relative;
  left: auto;
}

.slide-15 {
  background-image: url('../images/eu-identity.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
}

.mask {
  float: none;
  clear: none;
  object-fit: fill;
  width: auto;
  height: auto;
  overflow: hidden;
}

.slide-nav-4 {
  object-fit: fill;
}

.slide-16 {
  background-image: url('../images/biometric.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-17, .slide-18, .slide-19, .slide-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-21 {
  background-image: url('../images/ring.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-22 {
  background-image: url('../images/zettle.jpg');
  background-position: 0 0;
  background-size: contain;
}

.slide-23 {
  background-image: url('../images/eu-identity.png');
  background-position: 0 0;
  background-size: contain;
}

.slide-24 {
  background-image: url('../images/biometric.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/ring.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-26 {
  background-image: url('../images/zettle.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-27 {
  background-image: url('../images/eu-identity.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-28 {
  background-image: url('../images/smart-watch.jpg');
  background-position: 50%;
  background-size: contain;
}

.cryptoimage {
  max-width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

.header {
  color: #000;
  text-align: center;
  text-transform: none;
  mix-blend-mode: normal;
  object-fit: fill;
  width: auto;
  max-width: 100ch;
  margin-top: 36px;
  margin-bottom: 40px;
  margin-left: 0;
  font-size: 50px;
  font-weight: 400;
}

.column-6 {
  padding-left: 48px;
  padding-right: 0;
}

.section-subtitle {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 0;
  padding: 20px 0 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  overflow: auto;
}

.heading-product {
  opacity: 1;
  color: #fff;
  background-color: #006aa7;
  border: 1px solid #000;
  width: auto;
  max-width: none;
  padding-right: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
  position: static;
  left: 0;
  right: 60px;
}

.heading-product:active {
  opacity: 1;
}

.modal-wrapper {
  z-index: 9999;
  opacity: 1;
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #4731310d;
  height: 300px;
  margin-top: 200px;
  padding-top: 0;
  position: fixed;
  inset: 0%;
}

.signup-wrapper {
  background-color: #fff;
  width: 450px;
  min-width: 100%;
  margin: auto;
  padding: 20px;
}

.signup-wrapper:active {
  opacity: 1;
  background-color: #fff;
}

.image-32 {
  border-radius: 0;
  width: 54%;
  height: 0%;
  position: relative;
  left: auto;
}

.buttondetails {
  background-color: #006aa7;
  width: 200px;
  margin-top: 20px;
  margin-left: 30px;
}

.buttondetails:active {
  opacity: 1;
  background-color: #6100ff;
}

.section-20 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-20.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  object-fit: fill;
  background-color: #7c60c9;
  margin: 0;
  padding: 50px 0 0;
  overflow: visible;
}

.text-block-21, .text-block-22 {
  color: #000;
}

.txtswish {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: #000;
  object-fit: fill;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: sticky;
  left: auto;
  right: auto;
}

.field-label {
  color: #000;
  justify-content: center;
  display: none;
}

.text-field {
  color: #000;
}

.field-label-2 {
  color: #fff;
}

.form-block-2 {
  background-color: #006aa7;
  justify-content: center;
  height: 300px;
  margin-top: -36px;
  padding-top: 55px;
  display: flex;
}

.container-7 {
  background-color: #852525;
}

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

.text-field-2 {
  margin-top: 0;
}

.text-block-23 {
  color: #000;
  margin-top: 50px;
}

.text-block-24 {
  color: #000;
  margin-top: 60px;
}

.error-message {
  background-color: #fff;
}

.text-field-3, .text-field-4 {
  width: 25%;
}

.labelswish {
  color: #000;
  text-align: left;
}

.field-label-4 {
  color: #000;
}

.form-4 {
  margin-left: 25%;
  margin-right: 25%;
}

.text-block-25 {
  color: #000;
  text-align: center;
}

.text-block-26 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 144px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-heading.centered {
    margin-top: -120px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .image-2, .image-3 {
    margin-top: 0;
  }

  .image-16 {
    margin-top: -25px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2, .nav-link-3 {
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-9 {
    padding-left: 40px;
  }

  .dropdown-toggle {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .menu-button {
    color: var(--black);
  }

  .nav-menu {
    color: #fff;
    background-color: #fff;
  }

  .image-24 {
    width: 45%;
    margin-left: -15%;
  }

  .dropdown-toggle-2 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-toggle-2.w--open {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .iframe-policy {
    max-width: 100%;
    height: 1000px;
  }

  .chat-wrapper {
    z-index: 99;
  }

  .div-block-4 {
    margin-top: 0;
  }

  .cryptoimage {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-subtitle {
    text-align: left;
    margin-bottom: 0;
  }

  .section-20.main {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    aspect-ratio: auto;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: none;
    background-clip: border-box;
    padding-top: 119px;
    padding-bottom: 0;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .hollow-button.all-caps {
    transition-property: none;
  }

  .section-subheading.center {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .image-3 {
    margin-top: 5px;
  }

  .grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-16 {
    margin-top: -25px;
  }

  .nav-link {
    margin-top: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-2, .nav-link-3 {
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-9 {
    padding-left: 40px;
    padding-right: 20px;
  }

  .dropdown-toggle {
    padding-bottom: 10px;
  }

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

  .menu-button {
    color: #000;
  }

  .image-24 {
    width: 55%;
    margin-left: -20%;
  }

  .dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-13, .heading-6, .html-embed-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list {
    padding-right: 40px;
  }

  .column-4 {
    padding-left: 20px;
  }

  .iframe-policy1 {
    width: 100%;
    height: 1100px;
  }

  .iframe-policy2 {
    height: 3400px;
  }

  .image-26, .image-27, .image-28, .image-29 {
    margin-top: 5px;
  }

  .chat-wrapper {
    z-index: 99;
    display: flex;
  }

  .text-block-20, .bold-text-7 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .cryptoimage {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-subtitle {
    text-align: left;
    margin-bottom: 44px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-32 {
    margin-top: 0;
    padding-top: 20px;
  }

  .section-20 {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section-20.main {
    margin-top: 51px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-heading.centered {
    margin-top: 30px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .grid-3 {
    grid-template-areas: ".";
  }

  .image-16 {
    margin-top: 0;
  }

  .navbar {
    background-color: #7e3535;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2, .nav-link-3 {
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block {
    margin-bottom: 50px;
  }

  .image-24 {
    width: 90%;
    margin-left: -125px;
    margin-right: 10%;
    padding-left: 0%;
  }

  .dropdown-toggle-2, .dropdown-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-link-5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .column-4 {
    padding-right: 20px;
  }

  .column-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: #000;
  }

  .container-4 {
    background-color: #fff;
  }

  .iframe-policy1 {
    height: 1500px;
  }

  .iframe-policy2 {
    height: 4800px;
  }

  .chat-wrapper {
    width: 285px;
    bottom: 9%;
  }

  .navbar-copy {
    background-color: #7e3535;
  }

  .image-31 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .bold-text-6 {
    line-height: 40px;
  }

  .text-block-20 {
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .youtube-3 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cryptoimage {
    width: auto;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2em;
  }

  .section-subtitle {
    text-align: left;
  }

  .heading-product {
    white-space: normal;
  }

  .section-20 {
    padding-left: 0;
  }

  .section-20.main {
    margin-right: 0;
    padding-right: 0;
  }

  .form-block-2 {
    margin-top: -51px;
  }

  .form-3 {
    margin-top: 25px;
  }

  .code-embed-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-9 {
    text-align: left;
  }

  .left-arrow {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-_780ad734-0ee8-63c2-15ec-5800c8dcf343-c1921e8d, #w-node-_5a0de69b-4f6b-b07b-ccba-cb3d1d01af03-c1921e8d, #w-node-be1bbc78-4b62-4167-8d00-569f7fad62a0-c1921e8d, #w-node-be1bbc78-4b62-4167-8d00-569f7fad62a1-c1921e8d, #w-node-_1759ec33-9d81-7217-52cf-7d5ac145655a-c1921e8d, #w-node-_1759ec33-9d81-7217-52cf-7d5ac145655b-c1921e8d, #w-node-_780ad734-0ee8-63c2-15ec-5800c8dcf343-2c08321e, #w-node-_5a0de69b-4f6b-b07b-ccba-cb3d1d01af03-2c08321e, #w-node-be1bbc78-4b62-4167-8d00-569f7fad62a0-2c08321e, #w-node-be1bbc78-4b62-4167-8d00-569f7fad62a1-2c08321e, #w-node-_1759ec33-9d81-7217-52cf-7d5ac145655a-2c08321e, #w-node-_1759ec33-9d81-7217-52cf-7d5ac145655b-2c08321e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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