.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.container {
  position: relative;
  height: 100%;
  max-width: 1200px;
  padding: 0px 12px 12px;
  background-color: #0a0a0a;
}

.column {
  height: 100px;
  background-color: #993030;
}

.column-2 {
  height: 100px;
  clear: none;
  background-color: #c3e93a;
}

.column-3 {
  height: 100px;
  background-color: #160000;
}

.header_wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 88px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a0a0a;
}

.header_wrapper._w--current {
  height: 58px;
}

.container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.wrp_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #0a0a0a;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-transform: none;
}

.wrp_header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 88px;
  padding-top: 0px;
  background-color: #0a0a0a;
}

.nav-link {
  display: block;
  height: auto;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}

.nav-link-3 {
  overflow: visible;
  padding: 0px 20px;
  color: #fff;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.ticker_block {
  height: auto;
  max-width: 1200px;
  margin: 4px auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 1px;
}

.wrp_header_top {
  height: 56px;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-height: 100%;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.pro_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  padding: 8px 32px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-style: none;
  border-width: 1px;
  border-color: #824ce6;
  border-radius: 8px;
  background-color: #824ce6;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.image {
  overflow: visible;
}

.brand {
  display: block;
  overflow: visible;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 100%;
  max-width: 100%;
  min-height: auto;
  padding: 0px 0px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.div-block.block {
  display: block;
}

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

.div-block-2 {
  position: static;
  top: 88px;
  width: 25%;
  height: auto;
  padding: 0px 12px 12px;
  background-color: transparent;
}

.div-block-3 {
  display: block;
  width: 50%;
  height: auto;
  max-width: 100%;
  min-height: 100%;
  margin-bottom: 56px;
  padding: 0px 12px 15px;
  background-color: #0a0a0a;
}

.div-block-3.pp-10 {
  margin-top: 11px;
}

.div-block-3.mt-24 {
  margin-top: 0px;
}

.div-block-3.mt-1222 {
  margin-top: 14px;
}

.div-block-3.mt-1233 {
  margin-top: 10px;
}

.div-block-4 {
  position: static;
  top: 88px;
  width: 25%;
  height: 1900px;
  min-height: 100%;
  padding: 0px 12px 12px;
  background-color: #0a0a0a;
}

.body {
  background-color: #0a0a0a;
}

.heading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 24px;
  font-weight: 700;
}

.heading.heading_tags {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading.heading_tags.margin-bot-20.news_head {
  color: #fff;
}

.heading.heading_tags.margin-bot-20-copy.news_head {
  color: #fff;
}

.heading.heading_tags.news_head {
  padding-right: 16px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: none;
}

.heading-2 {
  max-width: 99%;
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.heading-2.line-height-20 {
  margin-top: 8px;
  margin-bottom: 16px;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.heading-2.line-height-20.heading_allnews {
  color: hsla(0, 0%, 100%, 0.97);
}

.heading-2.line-height-20.guide {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.text-block {
  position: static;
  display: inline-block;
  overflow: hidden;
  height: 61px;
  margin-bottom: 12px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 20px;
  text-align: justify;
  -webkit-column-count: auto;
  column-count: auto;
}

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

.collection-item {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.image-2 {
  width: 290px;
  height: auto;
  max-width: none;
  border-radius: 0px;
}

.image-2.img_100 {
  width: auto;
  height: 72%;
}

.collection-list {
  overflow: visible;
  width: 10000px;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.stories {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.1);
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.collection-list-wrapper {
  width: 2000px;
}

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

.collection-item-3 {
  width: 62px;
  height: 62px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
}

.heading-3 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.image-4 {
  border-radius: 50%;
}

.light_box {
  position: fixed;
  z-index: 2;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 0 -1px 0 1px rgba(0, 0, 0, 0.43);
}

.collection-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77px;
  height: auto;
  margin-right: 4px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.collection-list-3 {
  position: relative;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 16px;
}

.collection-list-wrapper-2 {
  position: relative;
  display: block;
  width: 972px;
  height: 120px;
  background-color: transparent;
}

.collection-list-wrapper-3 {
  height: 100%;
}

.collection-list-4 {
  height: 100%;
}

.collection-item-5 {
  height: 100%;
}

.div-block-5 {
  position: relative;
  display: block;
  width: 704px;
  height: 1252px;
  max-height: 100%;
  max-width: 100%;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.link {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 0px solid transparent;
  font-family: Roboto, sans-serif;
  color: #cdf25f;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.slide {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
  height: 100%;
}

.slider {
  height: 100%;
}

.slide-nav {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.button {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 24px;
  display: block;
  width: 156px;
  margin-right: 0px;
  margin-left: -78px;
  padding: 10px 24px;
  clear: none;
  border-radius: 8px;
  background-color: #e6f800;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-5 {
  display: block;
  width: auto;
  height: 100%;
}

.collection-item-6 {
  height: 100%;
}

.collection-list-5 {
  height: 100%;
}

.collection-list-wrapper-4 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.image-6 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0%;
}

.heading-4 {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  text-align: center;
}

.container-3 {
  position: relative;
  height: 100%;
  max-width: 1200px;
}

.navbar-2 {
  width: 100%;
  height: 100%;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 8px;
  background-color: #000;
}

.brand-2 {
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.container-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu-2 {
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link-4 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-4.none {
  height: 48px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-4.none._1 {
  border-bottom: 1px none #e6f800;
  color: #e6f800;
}

.div-block-6 {
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
}

.div-block-7 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 3;
  -webkit-flex: 3 3 3px;
  -ms-flex: 3 3 3px;
  flex: 3 3 3px;
  background-color: transparent;
  text-align: center;
}

.div-block-8 {
  display: block;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.heading-5 {
  color: snow;
}

.paragraph {
  color: #fff;
}

.div-block-9 {
  width: 100%;
  min-height: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #0a0a0a;
  border-radius: 0px;
}

.text-block-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 14px;
  text-align: center;
}

.image-7 {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12px;
  text-align: center;
}

.social_buttons {
  margin-top: 24px;
  padding: 24px 12px 12px;
  border-radius: 8px;
  background-color: #141414;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 12px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #007aff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-2.none {
  display: none;
}

.link-3 {
  display: block;
  background-color: #000;
}

.image-8 {
  text-align: right;
}

.image-9 {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 24px;
  float: left;
  clear: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #141414;
}

.div-block-10.div-10 {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #141414;
}

.div-block-10.div-10.ruslan {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.textblock3 {
  display: none;
  overflow: hidden;
  height: 56px;
  padding-right: 4px;
  opacity: 0.97;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.97);
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
}

.heading-6 {
  margin-top: 0px;
  padding-right: 4px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.heading-6.heading_allnews {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: hsla(0, 0%, 100%, 0.97);
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-11 {
  position: relative;
  display: block;
  padding-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-12 {
  width: auto;
  height: auto;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.text-block-3 {
  text-align: right;
}

.text-block-4 {
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #838383;
  font-size: 12px;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.hero-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.centered-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.authorization_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  max-width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5dfb79), color-stop(100%, #09b927), to(#fff));
  background-image: linear-gradient(180deg, #5dfb79, #09b927 100%, #fff);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-13 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 475px;
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.close {
  position: absolute;
  left: auto;
  top: 8px;
  right: 8px;
  bottom: auto;
  z-index: 10000000;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50%;
  background-color: #070707;
}

.image-10 {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-weight: 700;
}

.heading-7 {
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-2 {
  display: block;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-11 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.text-block-5 {
  display: inline-block;
  overflow: hidden;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.collection-list-wrapper-5 {
  display: block;
}

.body-2 {
  background-color: #0a0a0a;
}

.collection-list-wrapper-6 {
  margin-top: 100px;
}

.multi-ref-target {
  width: 100px;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.preload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #5f1616;
  background-color: #e71515;
}

.link_back {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5px;
  margin-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #e6f800;
  font-weight: 500;
  text-decoration: none;
}

.link_back.mt-1144 {
  margin-top: 18px;
}

.link_back.mt-5 {
  margin-top: 8px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}

.image-12 {
  margin-right: 6px;
}

.collection-list-wrapper-7 {
  display: none;
  margin-top: 24px;
}

.all_tags_bl {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #3d3d3d;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
}

.text-block-6 {
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  color: #e6f800;
  font-size: 14px;
  font-weight: 500;
  white-space: normal;
}

.collection_tag {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.blog-tags-list {
  display: -ms-grid;
  display: grid;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.collection-list-wrapper-8 {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.link-block-3 {
  width: 100%;
  text-decoration: none;
}

.collection-item-7 {
  display: block;
  width: 100%;
  margin-right: 0%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.watch-tags {
  margin-bottom: 24px;
}

.collection-list-6 {
  display: block;
}

.collection-item-8 {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
  padding: 2px;
  border-radius: 4px;
  background-color: rgba(230, 248, 0, 0.08);
  color: #e6f800;
  font-weight: 400;
}

.text-block-7 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 16px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #222;
  border-radius: 0px;
  background-color: transparent;
  text-decoration: none;
}

.image-13 {
  max-width: none;
  margin-left: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.div-block-14.right_blbbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #141414;
  color: #333;
  text-align: left;
}

.text-block-8 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Roboto, sans-serif;
  color: #e6f800;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.tab-link-tab-1 {
  width: 102px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid #3d3d3d;
  background-color: #3d3d3d;
}

.tab-link-tab-1.w--current {
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #e6f800;
  border-radius: 0px;
  background-color: rgba(61, 61, 61, 0.7);
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-2 {
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
}

.tab-link-tab-2.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #e6f800;
  background-color: #3d3d3d;
  opacity: 1;
}

.tab-link-tab-3 {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(61, 61, 61, 0.7);
  background-color: #3d3d3d;
}

.tab-link-tab-3.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #e6f800;
  background-color: #3d3d3d;
}

.text-block-9 {
  border-bottom: 2px none #e6f800;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.text-block-10 {
  text-align: center;
  text-transform: uppercase;
}

.text-block-11 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.collection-list-wrapper-9 {
  display: block;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: #838383;
  font-size: 12px;
  font-weight: 400;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

.image-14 {
  display: block;
  overflow: visible;
  height: 100%;
  max-height: none;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 0px;
}

.description_all_news {
  color: hsla(0, 0%, 100%, 0.95);
  line-height: 140%;
}

.description_all_news.text-block {
  height: 51px;
  color: hsla(0, 0%, 100%, 0.97);
}

.link-block-6 {
  display: block;
  width: auto;
  text-decoration: none;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-17 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-7 {
  width: 100%;
  margin-bottom: 16px;
  text-decoration: none;
}

.trending_titl {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.97);
  font-weight: 500;
  text-transform: none;
}

.trending_titl.description_all_news.description_all_news1 {
  margin-bottom: 4px;
  color: hsla(0, 0%, 100%, 0.97);
  line-height: 20px;
}

.paragraph-3 {
  display: none;
  margin-bottom: 0px;
  color: rgba(230, 248, 0, 0.6);
  font-size: 12px;
}

.heading-9 {
  height: 56px;
  margin-top: 0px;
  margin-bottom: 17px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 56px;
  font-weight: 900;
}

.text-block-12 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
}

.div-block-18 {
  margin-bottom: 16px;
}

.text-block-13 {
  padding-top: 4px;
  border: 1px none #000;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-bot-20.heading {
  margin-top: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block-14 {
  display: block;
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.div-block-21 {
  margin-bottom: 24px;
}

.div-block-21.mt-14 {
  margin-top: 19px;
}

.sourse {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: right;
}

.link-4 {
  font-family: Roboto, sans-serif;
  color: #e6f800;
  text-decoration: none;
}

.watch_button {
  display: none;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: rgba(230, 248, 0, 0.16);
  font-family: Roboto, sans-serif;
  color: #e6f800;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.watch_button.watched {
  font-weight: 500;
}

.watch_button.watch_button2 {
  width: 31%;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22.margin-bot-20 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  display: none;
}

.collection-list-wrapper-10 {
  display: block;
}

.tab-link-tab-1-2 {
  padding-top: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
}

.tab-link-tab-1-2.w--current {
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-width: 0px 0px 2px;
  border-bottom-style: solid;
  border-bottom-color: #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
  color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.tab-link-tab-2-2 {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-2-2.w--current {
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
}

.tab-link-tab-3-2 {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-3-2.w--current {
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
}

.tabs {
  margin-top: 24px;
}

.text-block-15 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.link-5 {
  display: block;
}

.link-5.w--current {
  display: block;
}

.div-block-24 {
  display: none;
}

.link-block-8 {
  width: auto;
  text-decoration: none;
}

.div-block-25 {
  display: none;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  border-radius: 0%;
  background-color: transparent;
  text-align: center;
}

.text-block-16 {
  font-family: 'Fa 400', sans-serif;
  color: #e6f800;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.image-16 {
  width: 86px;
  height: 86px;
  border-radius: 0%;
}

.heading-10 {
  margin-left: 16px;
  padding-right: 2px;
  padding-left: 2px;
  border-radius: 4px;
  background-color: rgba(230, 248, 0, 0.08);
  color: #e6f800;
  font-size: 14px;
  font-weight: 500;
}

.div-block-26 {
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
}

.div-block-27 {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 3;
  -webkit-flex: 3 3 3px;
  -ms-flex: 3 3 3px;
  flex: 3 3 3px;
}

.star_bl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #000;
  text-decoration: none;
}

.star_bl.watch_button {
  display: none;
}

.star_bl.watch_button.watched {
  background-color: #000;
}

.text-block-17 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.tag_page_watchlist {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 16px;
  border-radius: 8px;
  background-color: rgba(230, 248, 0, 0.16);
  font-family: Roboto, sans-serif;
  color: #e6f800;
}

.watch_button2 {
  display: block;
  width: 33%;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: rgba(230, 248, 0, 0.16);
  font-family: Roboto, sans-serif;
  color: #e6f800;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.watch_button2.none {
  display: none;
}

.div-block-28 {
  display: none;
}

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

.div-block-29 {
  display: none;
  margin-top: 24px;
}

.tag_bl_main {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-30 {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #ff1616;
}

.collection-item-9 {
  width: auto;
  height: 100%;
  max-height: none;
  max-width: none;
  background-color: transparent;
}

.collection-item-9.stories_bg {
  max-height: 100%;
}

.collection-list-7 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.all_newss.mobile.margin-top-24._2 {
  width: 50%;
}

.all_newss.margin-top-2 {
  display: none;
}

.body-3 {
  background-color: #0a0a0a;
}

.guide_title {
  display: block;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 24px;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  text-align: center;
}

.guide_title.margin-bot-20 {
  display: block;
  margin-top: 42px;
  margin-bottom: 50px;
  color: #838383;
  font-size: 54px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.paragraph-4 {
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-4.mt-24 {
  margin-top: 24px;
}

.mt-234 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mt-234.middle_text {
  display: block;
  width: 800px;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 13px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
  text-indent: 0px;
}

.mt-234.middle_text.none {
  display: none;
}

.mt-234.margin-bot-20 {
  margin-top: 16px;
}

.div-block-31 {
  width: 800px;
  padding-right: 12px;
  padding-left: 12px;
}

.div-800 {
  max-width: 100%;
}

.tab-link-tab-1-3 {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-1-3.w--current {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid #e6f800;
  border-radius: 0px;
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab-link-tab-2-3 {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-2-3.w--current {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
}

.tab-link-tab-3-3 {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-3-3.w--current {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #b34646 #b34646 #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
}

.text-block-18 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-19 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block-20 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-32 {
  padding-top: 12px;
}

.text-block-21 {
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
}

.select-field {
  padding-left: 0px;
  border: 0px none #000;
  border-radius: 0px;
  background-color: #0a0a0a;
  font-family: Roboto, sans-serif;
  color: #e6f800;
  font-weight: 400;
}

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

.tabs-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab-link-tab-1-4 {
  padding: 16px 0px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-1-4.w--current {
  padding: 16px 0px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 1px;
  -ms-flex-preferred-size: 1px;
  flex-basis: 1px;
  border-bottom: 2px solid #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-2-4 {
  padding: 16px 0px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-2-4.w--current {
  border-bottom-color: #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
}

.tab-link-tab-3-4 {
  padding: 16px 0px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-3-4.w--current {
  border-bottom-color: #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
}

.text-block-22 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.empty-state {
  background-color: transparent;
}

.text-block-23 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.text-block-24 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.link-block-11 {
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 400;
}

.text-block-25 {
  color: #7a7a7a;
  font-size: 12px;
}

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

.div-block-10 {
  width: 90%;
  max-width: 100%;
  min-width: auto;
  padding: 16px;
}

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

.div-block-12 {
  margin-right: 16px;
}

.image-17 {
  width: auto;
  height: 100%;
  max-width: none;
  border-radius: 50%;
}

.rich-text-block {
  overflow: visible;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  -o-object-fit: fill;
  object-fit: fill;
}

.rich-text-block.righ_hidden {
  margin-bottom: 16px;
  color: hsla(0, 0%, 100%, 0.97);
}

.heading-12 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 18px;
  font-weight: 700;
}

.rich-text-block-2 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.rich-text-block-2.mt-24 {
  display: block;
}

.rich-text-block-2.mt-16 {
  margin-top: 16px;
}

.div-block-33 {
  position: absolute;
  left: 8px;
  top: 8px;
  right: auto;
  bottom: auto;
  z-index: 10000;
  display: none;
  width: auto;
  height: 40px;
  background-color: transparent;
}

.image-18 {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
}

.link-block-13 {
  position: static;
  display: inline-block;
  width: auto;
  height: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  text-decoration: none;
}

.collection-item-10 {
  height: 40px;
}

.text-block-26 {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
}

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

.tabs-menu-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-link-tab-1-5 {
  padding: 16px 0px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-1-5.w--current {
  padding: 16px 0px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 1px;
  -ms-flex-preferred-size: 1px;
  flex-basis: 1px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-2-5 {
  padding: 16px 0px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-2-5.w--current {
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
}

.tab-link-tab-3-5 {
  padding: 16px 0px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-3-5.w--current {
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
}

.text-block-27 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-28 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block-29 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.tabs-content {
  padding-top: 16px;
}

.link-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
}

.tabs-content-2 {
  padding-top: 16px;
}

.body-4 {
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #0a0a0a;
}

.div-block-34 {
  width: 1170px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block-35 {
  position: relative;
  width: 800px;
  max-width: 94%;
  margin-right: auto;
  margin-left: auto;
}

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

.guide-wrp.mt-24 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-15 {
  width: 100%;
  margin-right: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border: 1px none #000;
  text-decoration: none;
}

.link-block-16 {
  width: 100%;
  margin-right: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  text-decoration: none;
}

.link-block-17 {
  width: 100%;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  text-decoration: none;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  padding: 48px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 16px;
  background-color: #141414;
  text-align: center;
}

.heading-13 {
  display: block;
  width: 91%;
  min-height: 82px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  text-transform: none;
}

.text-block-30 {
  width: 72%;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.but_guide {
  width: 200px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 8px;
  background-color: #e6f800;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.but_guide.mt-24 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.text-block-31 {
  margin-bottom: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #7a7a7a;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.mt-24 {
  display: block;
  padding: 0px;
  border-radius: 8px;
  background-color: transparent;
}

.tabs-menu-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab-link-tab-1-6 {
  padding: 16px 0px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-1-6.w--current {
  padding: 16px 0px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 1px;
  -ms-flex-preferred-size: 1px;
  flex-basis: 1px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-2-6 {
  padding: 16px 0px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-2-6.w--current {
  border-bottom: 2px solid #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
}

.text-block-32 {
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 17px;
  font-weight: 400;
}

.text-block-33 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.text-block-34 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.div-block-37 {
  display: none;
  margin-top: 56px;
}

.tabs-menu-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-link-tab-1-7 {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-1-7.w--current {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 1px;
  -ms-flex-preferred-size: 1px;
  flex-basis: 1px;
  border-bottom: 2px solid #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-2-7 {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-2-7.w--current {
  border-bottom-color: #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
}

.tab-link-tab-3-6 {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-bottom: 2px solid rgba(61, 61, 61, 0.7);
  background-color: rgba(61, 61, 61, 0.7);
  text-align: center;
}

.tab-link-tab-3-6.w--current {
  border-style: none none solid solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #e6f800;
  background-color: rgba(61, 61, 61, 0.7);
}

.text-block-35 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.text-block-36 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.text-block-37 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.form_bl {
  width: 800px;
  max-width: 94%;
  margin-right: auto;
  margin-left: auto;
}

.html-embed {
  display: none;
}

.collection-list-wrapper-11 {
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.link-6 {
  display: block;
  margin-top: 16px;
  color: #e6f800;
  font-weight: 400;
  text-decoration: none;
}

.div-block-38 {
  display: none;
}

.collection-list-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.collection-item-11 {
  display: block;
  width: 50%;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 96px;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #1f1f1f;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
}

.empty-state-2 {
  display: none;
}

.html-embed-2 {
  font-size: 16px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 96px;
  height: 96px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.div-block-42 {
  overflow: hidden;
  width: 96px;
  height: 96px;
  border-radius: 8px;
}

.div-block-43 {
  display: none;
}

.div-block-44 {
  overflow: hidden;
  width: 96px;
  height: 96px;
  border-radius: 8px;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 96px;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.div-block-46 {
  width: 96px;
  height: 96px;
}

.image-19 {
  display: block;
}

.div-block-47 {
  overflow: hidden;
  width: 96px;
  height: 96px;
  border-radius: 8px;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 96px;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.image-20 {
  height: 100%;
}

.collection-list-wrapper-12 {
  display: block;
}

.div-block-49 {
  width: 96px;
  height: 96px;
}

.image-21 {
  margin-bottom: 8px;
  border-radius: 8px;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 184px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #131313;
}

.div-block-50.pd-24 {
  height: 240px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.html-embed-3 {
  display: none;
}

.height {
  width: 60%;
}

.image-22 {
  width: 80%;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 270px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.bottom_bar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10000000;
  display: none;
  width: 100%;
  height: 72px;
  background-color: red;
}

.source-bl {
  padding: 16px;
  border-radius: 8px;
  background-color: #141414;
}

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

.source_bl_flex_b {
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.source_bl_flex_b2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 96px;
  height: 96px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-18 {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.04);
  border-radius: 0px;
  background-color: transparent;
  text-decoration: none;
}

.flex_symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #141414;
  box-shadow: 1px 1px 3px 0 #000;
}

.text-block-38 {
  color: #fff;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}

.text-block-39 {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  color: #51c384;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
}

.div-block-57 {
  margin-right: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 2;
  -webkit-flex: 2 2 auto;
  -ms-flex: 2 2 auto;
  flex: 2 2 auto;
  line-height: 16px;
  text-align: left;
}

.text-block-40 {
  margin-top: 4px;
  padding-bottom: 4px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.text-block-41 {
  display: none;
  margin-right: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 32px;
  -webkit-flex: 32px;
  -ms-flex: 32px;
  flex: 32px;
}

.rich-text-block-3 {
  padding-right: 16px;
  opacity: 0.97;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 16px;
  line-height: 24px;
}

.text-block-42 {
  margin-top: 8px;
  color: #7a7a7a;
  font-size: 12px;
}

.image_source {
  position: relative;
  display: block;
  margin-bottom: 24px;
  color: #7a7a7a;
  font-size: 12px;
  font-style: italic;
  text-align: right;
}

.body-5 {
  background-color: #0a0a0a;
}

.heading-14 {
  margin-top: 100px;
  color: #fff;
}

.link-7 {
  color: #e6f800;
  font-size: 28px;
  text-align: center;
}

.heading-15 {
  color: hsla(0, 0%, 100%, 0.8);
}

.rich-text-block-4 {
  color: hsla(0, 0%, 100%, 0.95);
}

.rich-text-block-4.description_all_news {
  height: 61px;
  opacity: 0.97;
  font-size: 16px;
  line-height: 21px;
}

.html-embed-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
}

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

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #222;
}

.image-23 {
  margin-right: 8px;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-24 {
  margin-right: 8px;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-25 {
  margin-right: 8px;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-26 {
  margin-right: 8px;
}

.body-7 {
  background-color: #000;
}

.body-8 {
  background-color: #000;
}

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

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

.collection-list-9 {
  margin-top: 24px;
}

.line {
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
  background-color: #222;
  color: #222;
}

.divider {
  margin-top: 16px;
}

.text-block-43 {
  margin-top: 8px;
  color: #838383;
  font-size: 12px;
}

.text-block-44 {
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.next {
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: none;
  border-width: 0px;
  border-radius: 4px;
  background-color: #e6f800;
}

.icon-2 {
  display: none;
  color: #000;
}

.previous {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: none;
  border-width: 0px;
  border-radius: 4px;
  background-color: #e6f800;
  color: #000;
  font-weight: 500;
}

.icon-3 {
  display: none;
}

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

.collection-list-wrapper-13 {
  margin-top: 16px;
}

.pagination {
  display: none;
}

.button-2 {
  display: block;
  width: 240px;
  margin: 32px auto;
  border: 2px solid #828282;
  border-radius: 8px;
  background-color: transparent;
  color: #828282;
  font-weight: 500;
  text-align: center;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-color: transparent;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #141414;
}

.link-block-19 {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  text-decoration: none;
}

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

.paragraph-5 {
  margin-bottom: 5px;
  padding-right: 0px;
  opacity: 0.97;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 14px;
  font-weight: 400;
}

.paragraph-5.bold {
  margin-top: 4px;
  margin-bottom: 8px;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-69 {
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-27 {
  width: 100%;
}

.div-block-70 {
  width: auto;
  margin-right: 8px;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  margin-bottom: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.link-block-20 {
  width: 100%;
  text-decoration: none;
}

.collection-list-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area"
    "Area-2 Area-2"
    "Area-3 Area-3"
    "Area-4 Area-4";
  -ms-grid-columns: minmax(112px, auto) minmax(112px, auto);
  grid-template-columns: minmax(112px, auto) minmax(112px, auto);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 8px;
  background-color: #141414;
}

.collection-item-12 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-28 {
  margin-bottom: 0px;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-73 {
  margin-top: 56px;
}

.image-29 {
  height: 96px;
  max-width: none;
}

.div-block-74 {
  display: block;
  margin-top: 24px;
}

.collection-list-wrapper-14 {
  background-color: #0a0a0a;
}

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

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

.image-30 {
  margin-top: 0px;
  margin-right: 16px;
}

.paragraph-7 {
  width: 80%;
  max-width: 100%;
  color: #838383;
  font-size: 20px;
  line-height: 28px;
}

.pagination-2 {
  margin-top: 24px;
  margin-bottom: 56px;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #141414;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #141414;
}

.link-block-21 {
  width: 100%;
  margin-bottom: 24px;
  text-decoration: none;
}

.div-block-77 {
  overflow: hidden;
  width: 96px;
  height: 96px;
  background-color: #141414;
}

.image-31 {
  height: 100%;
}

.heading-16 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.heading-17 {
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
}

.heading-17.ligh {
  line-height: 25px;
}

.slide-2 {
  margin-top: 24px;
  background-color: #000;
  text-align: center;
}

.div-block-78 {
  overflow: visible;
  width: 84%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-45 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.slide-nav-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  padding-top: 10px;
  line-height: 20px;
}

.div-block-79 {
  height: auto;
  padding-top: 24px;
  background-color: #000;
}

.image-32 {
  width: auto;
  height: 200px;
  margin-bottom: 24px;
}

.slider-2 {
  position: static;
  height: auto;
  padding-top: 32px;
  background-color: #000;
}

.div-block-80 {
  width: 90%;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 16px;
  border-radius: 8px;
  background-color: #141414;
  text-align: center;
}

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

.slide-3 {
  width: 100%;
  height: auto;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-4 {
  font-size: 20px;
}

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

.text-block-46 {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #646464;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

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

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-86 {
  overflow: hidden;
  width: 96px;
  margin-right: 8px;
  border-radius: 50%;
}

.div-block-89 {
  width: 100%;
  height: 2100px;
  padding-top: 50px;
}

.div-block-89.bl_768 {
  width: 768px;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-91 {
  width: 75%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-92 {
  width: 25%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.qr_block {
  /*width: 170px;*/
  width: 230px;
  /*height: 170px;*/
  height: 230px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
}

.heading-18 {
  margin-bottom: 20px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.link-block-22 {
  display: block;
}

.text-block-47 {
  padding-top: 8px;
  padding-bottom: 8px;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 18px;
}

.apple_bl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
}

.image-34 {
  width: 50px;
}

.text-block-48 {
  margin-bottom: 8px;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 16px;
  font-weight: 700;
}

.text-block-49 {
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 16px;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.block_soc_app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
}

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

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

  .menu-button {
    float: left;
  }

  .div-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

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

  .div-block-3 {
    width: 100%;
    padding-top: 24px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .heading-2.line-height-20.guide {
    margin-right: 24px;
  }

  .image-2 {
    width: 100%;
    height: auto;
  }

  .light_box {
    display: none;
  }

  .collection-list-wrapper-2 {
    width: 972px;
    margin-top: 0px;
  }

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

  .nav-menu-2 {
    width: 100%;
    height: 100vh;
    background-color: #000;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 2;
    -webkit-flex: 2 2 2px;
    -ms-flex: 2 2 2px;
    flex: 2 2 2px;
  }

  .div-block-7 {
    display: block;
    height: auto;
  }

  .menu-button-2 {
    padding-left: 0px;
  }

  .menu-button-2.w--open {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #000;
  }

  .icon {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 400;
  }

  .footer {
    display: block;
  }

  .textblock3 {
    font-size: 16px;
  }

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

  .hero-overlay {
    display: none;
  }

  .trending_titl {
    font-size: 16px;
  }

  .div-block-23 {
    display: block;
  }

  .all_newss {
    display: block;
  }

  .all_newss.mobile {
    display: block;
  }

  .all_newss.mobile.margin-top-24._2 {
    width: auto;
    max-width: none;
  }

  .all_newss.margin-top-2 {
    margin-top: 24px;
  }

  .collection-item-11 {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-40 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-50.pd-24 {
    margin-top: 0px;
    margin-right: 16px;
  }

  .bottom_bar {
    display: none;
  }

  .div-block-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-64 {
    margin-top: 16px;
    margin-right: 8px;
  }

  .div-block-90 {
    width: auto;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-92 {
    width: auto;
    margin-top: 0px;
  }

  .image-34 {
    width: 40px;
  }

  .div-block-93 {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    min-height: 100%;
    background-clip: border-box;
  }

  .column {
    direction: ltr;
    white-space: normal;
    background-clip: border-box;
  }

  .column-2 {
    position: relative;
    clear: both;
    direction: ltr;
  }

  .columns {
    position: relative;
  }

  .header_wrapper {
    background-color: #250202;
  }

  .image-2 {
    width: auto;
    height: auto;
    max-width: 400px;
  }

  .light_box {
    display: none;
  }

  .brand-2.w--current {
    padding-left: 0px;
  }

  .nav-link-4.none {
    display: none;
  }

  .hero-overlay {
    display: none;
    padding: 0px;
  }

  .div-block-13 {
    width: 100%;
    height: 100vh;
    min-height: 100%;
  }

  .close {
    top: 16px;
    right: 16px;
  }

  .heading-7 {
    position: relative;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

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

  .div-block-33 {
    left: 16px;
    top: 16px;
  }

  .guide-wrp.mt-24 {
    grid-auto-flow: row;
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .link-block-15 {
    width: 94%;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }

  .link-block-16 {
    width: 94%;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }

  .link-block-17 {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }

  .collection-item-11 {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .div-block-50 {
    height: 220px;
  }

  .bottom_bar {
    z-index: 1;
    display: block;
    background-color: #000;
  }

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }

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

  .div-block-54 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .link-bar-text {
    font-family: Roboto, sans-serif;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  .link-bar-img {
    display: none;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    background-color: transparent;
    font-family: 'Fa 400', sans-serif;
    color: hsla(0, 0%, 100%, 0.97);
    font-size: 24px;
    font-weight: 400;
    text-align: center;
  }

  .link-bar-img.link-bold {
    display: none;
    font-family: 'Fa solid 900', sans-serif;
  }

  .heading-17 {
    font-size: 28px;
  }

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

  .div-block-79 {
    height: 617px;
  }

  .image-32 {
    width: 60%;
  }

  .image-33 {
    width: auto;
    height: 17px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .apple_bl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .block_soc_app {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .header_wrapper._w--current {
    background-color: transparent;
  }

  .pro_button {
    font-size: 14px;
  }

  .heading-2.line-height-20.guide {
    margin-right: 24px;
  }

  .image-2 {
    width: auto;
    height: auto;
    max-width: 500px;
  }

  .stories {
    margin-top: 0px;
  }

  .collection-list-3 {
    padding-top: 8px;
  }

  .brand-2.w--current {
    padding-left: 0px;
  }

  .div-block-6 {
    -webkit-box-flex: 3;
    -webkit-flex: 3 3 3px;
    -ms-flex: 3 3 3px;
    flex: 3 3 3px;
  }

  .div-block-7 {
    display: none;
    -webkit-box-flex: 1px;
    -webkit-flex: 1px;
    -ms-flex: 1px;
    flex: 1px;
  }

  .menu-button-2 {
    padding-right: 8px;
  }

  .menu-button-2.w--open {
    padding-right: 8px;
  }

  .div-block-11 {
    padding-right: 0px;
  }

  .hero-overlay {
    display: none;
  }

  .centered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .authorization_button {
    width: 90%;
  }

  .div-block-13 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .paragraph-2 {
    text-align: center;
  }

  .centered-container-2 {
    text-align: left;
  }

  .link_back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-link-tab-1.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-15 {
    height: 40px;
  }

  .tab-link-tab-1-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-2-2.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-3-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-16 {
    width: 80px;
    height: 80px;
  }

  .div-block-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 72px;
    -ms-flex: 0 72px;
    flex: 0 72px;
  }

  .watch_button2 {
    width: 30.3%;
    margin-right: 4px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    text-align: center;
  }

  .guide_title {
    font-size: 46px;
  }

  .mt-234.middle_text {
    font-size: 17px;
    line-height: 22px;
    text-align: center;
  }

  .mt-234.button_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mt-234.button_flex.mt-24 {
    width: 100%;
  }

  .div-block-10.div-12.source-bl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-11.source_b {
    width: 100%;
  }

  .div-block-12.source_bl_b {
    overflow: hidden;
    width: 48px;
    height: 48px;
  }

  .image-17 {
    border-radius: 0%;
  }

  .rich-text-block.righ_hidden {
    width: 100%;
  }

  .text-block-30 {
    color: hsla(0, 0%, 100%, 0.9);
  }

  .collection-item-11 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 24px;
    margin-left: 0%;
  }

  .div-block-39 {
    width: 64px;
    height: 64px;
  }

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

  .div-block-50 {
    height: 220px;
  }

  .bottom_bar {
    height: 56px;
    padding-bottom: 8px;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .link-bar-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .link-bar-img {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .link-bar-img.link-bold {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 20px;
  }

  .source-bl {
    padding: 16px;
    border-radius: 8px;
    background-color: #141414;
  }

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

  .div-block-55 {
    width: 72px;
    height: 72px;
    border-radius: 50%;
  }

  .div-block-59 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .collection-list-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-auto-flow: row;
    -ms-grid-columns: 40% 1fr;
    grid-template-columns: 40% 1fr;
  }

  .heading-17 {
    font-size: 22px;
  }

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

  .text-block-45 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-79 {
    height: auto;
  }

  .image-32 {
    width: 76%;
  }

  .right-arrow {
    width: 78px;
  }

  .div-block-81 {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-87 {
    width: 96px;
    height: 96px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .div-block-88 {
    width: auto;
    padding-right: 8px;
  }
}

#w-node-_6a4d7c90-acbc-14cc-4aba-caa75aac3b2c-9a35cba4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}