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

.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-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-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartquantityinput {
  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: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  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: -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;
}

.w-commerce-commercebuynowbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  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: inline-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-top: 10px;
}

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

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

.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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  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: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -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%;
  min-width: 0px;
}

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

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

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  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: -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-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

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

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

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

body {
  font-family: Montserrat, sans-serif;
  color: #474459;
  font-size: 18px;
  line-height: 1.778em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b091b;
  font-size: 58px;
  line-height: 1.172em;
  font-weight: 800;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b091b;
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 800;
  letter-spacing: -0.03em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b091b;
  font-size: 26px;
  line-height: 1.308em;
  font-weight: 800;
  letter-spacing: -0.03em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b091b;
  font-size: 22px;
  line-height: 1.364em;
  font-weight: 800;
  letter-spacing: -0.03em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b091b;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 800;
  letter-spacing: -0.03em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b091b;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: -0.03em;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fb0f5a;
  line-height: 1.222em;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: #770ffb;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 20px;
  line-height: 1em;
  font-weight: 500;
}

strong {
  color: #0b091b;
  font-weight: 700;
}

blockquote {
  margin-bottom: 0px;
  padding: 55px 62px 54px;
  border-left: 0px solid #000;
  border-radius: 25px;
  background-color: rgba(251, 15, 90, 0.04);
  color: #fb0f5a;
  font-size: 26px;
  line-height: 1.385em;
  font-weight: 800;
}

figcaption {
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-32px.container-540px-left {
  max-width: 540px;
}

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

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

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #fb0f5a;
}

.bg-secondary-1 {
  background-color: #f7f6ff;
}

.bg-secondary-2 {
  background-color: #f9f9fd;
}

.bg-shape-blue {
  background-color: #1bbaff;
}

.bg-shape-purple {
  background-color: #770ffb;
}

.bg-neutral-700 {
  background-color: #0b091b;
}

.bg-neutral-600 {
  background-color: #232046;
}

.bg-neutral-500 {
  background-color: #474459;
}

.bg-neutral-400 {
  background-color: #ceccdc;
}

.bg-neutral-300 {
  background-color: #bebdd4;
}

.bg-neutral-200 {
  background-color: #e5e5ef;
}

.bg-neutral-100 {
  background-color: #f7f7fb;
}

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

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.achievements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-default.follow-me {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 5;
}

.container-medium {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #fb0f5a;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  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;
  border-radius: 18px;
  background-color: #fb0f5a;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  color: #474459;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #f9f9fd;
  color: #fb0f5a;
}

.styleguide-link.w--current {
  background-color: #f9f9fd;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #fb0f5a;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5ef;
  color: #0b091b;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5ef;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-white.white {
  border-bottom: 1px solid #e5e5ef;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #0b091b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #232046;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e5e5ef;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  color: #fb0f5a;
  font-weight: 500;
}

.paragraph-large {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 36px;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #f7f7fb;
}

.styleguide-content-wrapper {
  padding: 110px 60px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 26px 44px;
  border-radius: 46px;
  background-color: #fb0f5a;
  background-image: linear-gradient(45deg, #ff5c00, #f4003e);
  box-shadow: 0 16px 34px 0 rgba(251, 15, 90, 0.25);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
}

.button-primary:hover {
  box-shadow: 0 8px 20px 0 rgba(251, 15, 90, 0.25);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-primary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  display: block;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: linear-gradient(45deg, #ff5c00, #f4003e);
}

.button-primary.full-width.cart {
  margin-right: 0px;
}

.button-primary.button-white {
  background-color: #fff;
  color: #fb0f5a;
}

.button-primary.header-button {
  padding: 18px 25px;
  background-color: #f4003e;
  background-image: linear-gradient(45deg, #ff5c00, #f4003e);
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
}

.button-primary.add-to-cart {
  padding: 18px 36px;
}

.button-primary.follow-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  background-image: linear-gradient(45deg, #ff5c00, #f4003e);
}

.button-primary.apply-button {
  margin-top: 17px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-secondary {
  padding: 26px 44px;
  border-radius: 164px;
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(251, 15, 90, 0.1);
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #f4003e;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.button-secondary:hover {
  background-color: #fb0f5a;
  background-image: linear-gradient(45deg, #ff5c00, #f4003e);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.buy-now {
  margin-top: 0px;
  padding: 24px 36px;
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.card-v1 {
  padding: 56px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 20px;
}

.card-title-v1 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.card-v2 {
  padding-right: 40px;
  padding-bottom: 56px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 20px;
}

.card-icon-v2 {
  margin-top: -44px;
}

.card-title-v2 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.card-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  border-radius: 20px;
}

.card-icon-v3 {
  margin-right: 24px;
}

.card-title-v3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 24px;
}

.card-description-v3 {
  margin-bottom: 0px;
}

.header {
  padding-top: 28px;
  padding-bottom: 10px;
  background-color: #fff;
}

.header-logo {
  position: relative;
  z-index: 1;
  color: #ff5c00;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  list-style-type: none;
}

.header-navigation.right-align {
  position: relative;
}

.nav-item-wrapper {
  margin-left: 32px;
}

.nav-link {
  -webkit-transition: font-size 350ms ease, color 350ms ease;
  transition: font-size 350ms ease, color 350ms ease;
  color: #0b091b;
  text-decoration: none;
}

.nav-link:hover {
  color: #fb0f5a;
}

.nav-link.w--current {
  position: relative;
}

.nav-link.dropdown {
  padding: 0px;
}

.nav-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer {
  overflow: hidden;
  padding-top: 77px;
  padding-bottom: 37px;
  border-top: 0px none #ceccdc;
  background-color: #fff;
}

.about-template-hero {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4003e;
  background-image: linear-gradient(45deg, #ff5c00, #f4003e);
}

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

.section.home-hero {
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 42px;
  letter-spacing: 0em;
}

.section.journey {
  overflow: hidden;
  padding-top: 180px;
}

.section.latest-videos-section {
  background-color: #f9f9fd;
}

.section.products-section {
  background-color: #f9f9fd;
}

.section.conferences-events {
  overflow: hidden;
  padding-top: 221px;
}

.section.follow-cta {
  background-color: #f9f9fd;
}

.section.blog-section {
  padding-top: 175px;
  padding-bottom: 175px;
}

.section.instagram-cta {
  padding-top: 42px;
  padding-bottom: 0px;
}

.section.achievements {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.about-section {
  overflow: hidden;
}

.section.about-hero {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.about-journey {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.about-videos {
  overflow: hidden;
  padding-top: 256px;
  padding-bottom: 234px;
}

.section.analytics {
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #f9f9fd;
}

.section.showreel {
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.sponsors {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #f9f9fd;
}

.section.popular-videos {
  padding-top: 60px;
  padding-bottom: 117px;
}

.section.latest-videos {
  background-color: #f9f9fd;
}

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

.section.instagram-cta-bg-secondary-2 {
  padding-bottom: 0px;
  background-color: #f9f9fd;
}

.section.blog-hero {
  padding-top: 63px;
  padding-bottom: 123px;
}

.section.latest-articles {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f9f9fd;
}

.section.blog-article {
  padding-top: 68px;
}

.section.blog-article-latest {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f9f9fd;
}

.section.events {
  padding-top: 63px;
}

.section.event-page {
  padding-top: 61px;
  padding-bottom: 115px;
}

.section.latest-events {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f9f9fd;
}

.section.store {
  padding-top: 60px;
  padding-bottom: 117px;
}

.section.product {
  padding-top: 62px;
}

.section.orders-include {
  background-color: #f9f9fd;
}

.section.contact {
  position: relative;
  overflow: hidden;
  padding-top: 77px;
}

.section.faqs {
  padding-top: 0px;
}

.section.blog-category {
  padding-top: 60px;
  padding-bottom: 140px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ceccdc;
}

.divider.footer-top {
  margin-top: 44px;
  margin-bottom: 0px;
}

.divider.footer-bottom {
  margin-top: 0px;
  margin-bottom: 20px;
}

.divider.analytics-card {
  margin-top: 32px;
  margin-bottom: 35px;
}

.divider.blog-article-about-divider {
  width: 1px;
  height: 26px;
  margin-right: 20px;
  margin-left: 20px;
}

.divider.product-description {
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider.product {
  margin-top: 100px;
  margin-bottom: 80px;
}

.divider.changelog {
  margin-top: 56px;
  margin-bottom: 56px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  max-height: 100%;
  padding: 60px 24px;
  -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: #f9f9fd;
}

.utility-page-wrap._404 {
  overflow: hidden;
  height: 1000px;
  background-color: transparent;
}

.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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #ceccdc;
  background-color: transparent;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
}

.input:hover {
  border-bottom-color: #fb0f5a;
}

.input:focus,
.input.-wfp-focus {
  border-bottom-color: #fb0f5a;
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
}

.input::-webkit-input-placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.input:-ms-input-placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.input::-ms-input-placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.input::placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.input.checkout {
  margin-bottom: 16px;
  border-radius: 0px;
}

.input.password {
  margin-bottom: 25px;
}

.utility-page-content-404 {
  position: relative;
  margin-bottom: 0px;
  text-align: center;
}

._404-title {
  margin-bottom: -15px;
  color: #f4003e;
  font-size: 180px;
  line-height: 0.889em;
  font-weight: 700;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.header-right {
  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;
}

.split-content.home-hero-left {
  z-index: 5;
  max-width: 48%;
  margin-top: 115px;
  margin-left: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.split-content.home-hero-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 570.109375px;
  max-width: 39.998%;
  -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;
}

.split-content.about-section-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 49%;
  margin-left: 60px;
  -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;
}

.split-content.about-section-right {
  max-width: 39%;
}

.split-content.conferences-events-left {
  max-width: 43%;
}

.split-content.conferences-events-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 44%;
  margin-right: 73px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.footer-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 476px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.split-content.about-videos-left {
  max-width: 48%;
}

.split-content.about-videos-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 44%;
  -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;
}

.split-content.video-left {
  max-width: 57%;
}

.split-content.events-left {
  position: relative;
  z-index: 5;
  max-width: 537px;
}

.split-content.product-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 727px;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.product-right {
  max-width: 34%;
}

.home-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 740px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accent-text-color {
  color: #f4003e;
}

.title.home-hero {
  margin-top: 28px;
  margin-bottom: 22px;
  font-size: 50px;
  letter-spacing: 0.02em;
}

.title.about-section {
  margin-bottom: 16px;
}

.title.products-section {
  margin-bottom: 14px;
}

.title.conferences-events {
  margin-bottom: 12px;
}

.title.follow-cta {
  margin-bottom: 12px;
}

.title.instagram-cta {
  margin-bottom: 12px;
  font-size: 36px;
}

.title.journey-card {
  margin-top: 32px;
  margin-bottom: 12px;
  color: #0b091b;
  font-size: 44px;
  line-height: 1.136em;
  font-weight: 800;
}

.title.blog-card {
  margin-bottom: 12px;
}

.title.blog-card:hover {
  color: #fb0f5a;
}

.title.video-title {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.title.video-title:hover {
  color: #fb0f5a;
}

.title.popular-video-sidebar {
  max-width: 210px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-size: 18px;
  line-height: 1.333em;
  letter-spacing: -0.02em;
}

.title.popular-video-sidebar:hover {
  color: #fb0f5a;
}

.title.product-card {
  margin-bottom: 9px;
  font-size: 22px;
}

.title.about-videos {
  max-width: 454px;
  margin-bottom: 14px;
}

.title.analytics {
  margin-bottom: 22px;
}

.title.analytics-card {
  margin-bottom: 8px;
}

.title.blog-featured-title {
  margin-bottom: 19px;
  color: #fff;
}

.title.blog-article {
  margin-bottom: 16px;
}

.title.events {
  margin-bottom: 37px;
}

.title.event {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.title.event:hover {
  color: #fb0f5a;
}

.title.event-page {
  margin-bottom: 21px;
}

.title.event-details {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.25em;
}

.title.store {
  margin-bottom: 12px;
}

.title.orders-include {
  margin-bottom: 16px;
}

.title.order-include {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.25em;
}

.title.more-products {
  text-align: center;
}

.title.contact {
  margin-bottom: 12px;
}

.title.faqs {
  margin-bottom: 16px;
}

.title.contact-form {
  margin-bottom: 32px;
}

.title.about-template {
  margin-bottom: 0px;
  color: #fff;
}

.title.changelog-version {
  margin-bottom: 10px;
}

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

.title._404 {
  margin-bottom: 20px;
}

.title.video-title-page {
  margin-bottom: 24px;
}

.title.photography {
  margin-bottom: 18px;
}

.title.licenses {
  margin-bottom: 18px;
}

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

.paragraph {
  padding-bottom: 12px;
}

.paragraph.home-hero {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 15px;
  text-align: left;
}

.paragraph.latest-videos-section {
  max-width: 527px;
}

.paragraph.about-section {
  margin-bottom: 40px;
}

.paragraph.conferences-events {
  margin-bottom: 40px;
}

.paragraph.follow-cta {
  max-width: 454px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.blog-section {
  max-width: 523px;
}

.paragraph.instagram-cta {
  margin-bottom: 32px;
}

.paragraph.blog-card {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.75em;
}

.paragraph.video {
  margin-bottom: 26px;
}

.paragraph.about-hero {
  max-width: 653px;
  margin: 19px auto 43px;
}

.paragraph.about-videos {
  margin-bottom: 40px;
}

.paragraph.sponsors {
  max-width: 507px;
}

.paragraph.blog-featured-paragraph {
  max-width: 570px;
  color: #fff;
  line-height: 1.778em;
}

.paragraph.blog-article-summary {
  max-width: 698px;
}

.paragraph.events {
  max-width: 40%;
}

.paragraph.event {
  margin-bottom: 20px;
}

.paragraph.events-mobile {
  display: none;
}

.paragraph.event-page {
  margin-bottom: 33px;
}

.paragraph.contact {
  margin-bottom: 20px;
}

.paragraph.dropdown {
  margin-bottom: 20px;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph._404 {
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph.product-card {
  line-height: 1.778em;
}

.paragraph.photography {
  max-width: 600px;
}

.space._2-buttons {
  min-width: 27px;
}

.space.dropdown {
  height: 16px;
}

.journey-wrapper {
  position: relative;
  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;
  text-align: center;
}

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

.top-content.analytics-slide-social-media {
  -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;
}

.top-content.popular-videos {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.video-top {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-content.blog-article-latest {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.events {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.latest-events {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-section-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 793px;
  -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;
}

.container-small-548px {
  max-width: 548px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.conferences-events-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 527.515625px;
  -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;
}

.container-medium-898px {
  max-width: 898px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-597px {
  max-width: 597px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-597px.text-center {
  position: relative;
  z-index: 5;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.bg-shape-yellow {
  background-color: #ffce22;
}

.bg-shape-orange {
  background-color: #ff971e;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.home-hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 20px 20px 200px;
}

.image-wrapper.about-section-1 {
  position: relative;
  left: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 50px;
}

.image-wrapper.about-section-2 {
  position: relative;
  left: -10px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 375px;
  margin-top: -307px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 50px 50px 200px;
}

.image-wrapper.conferences-events {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px 50px 150px;
}

.image-wrapper.instagram-cta {
  position: relative;
}

.image-wrapper.blog-card {
  margin-bottom: -10px;
}

.image-wrapper.video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
}

.image-wrapper.video-popular-sidebar {
  position: relative;
  max-width: 244px;
  margin-right: 22px;
  -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: 24px;
}

.image-wrapper.video-popular-sidebar:hover {
  color: #fb0f5a;
}

.image-wrapper.about-hero-1 {
  position: relative;
  z-index: 1;
  max-width: 483px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 50px 50px 50px 150px;
}

.image-wrapper.about-hero-2 {
  position: relative;
  z-index: 2;
  max-width: 518px;
  margin-top: -322px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 50px 50px 150px;
  box-shadow: 0 14px 64px 0 rgba(11, 9, 27, 0.1), 0 7px 84px 0 rgba(251, 15, 90, 0.12);
}

.image-wrapper.about-videos {
  position: relative;
  z-index: 1;
  border-radius: 50px 50px 150px;
}

.image-wrapper.blog-featured-image-wrapper {
  position: relative;
  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;
  border-radius: 28px;
}

.image-wrapper.blog-article-main-image {
  margin-bottom: 84px;
  border-radius: 28px;
}

.image-wrapper.blog-article-author {
  width: 64px;
  height: 64px;
  min-width: 64px;
  margin-right: 18px;
  border-radius: 1000px;
}

.image-wrapper.event {
  max-width: 47%;
  margin-right: 3vw;
  border-radius: 28px;
}

.image-wrapper.event-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  min-width: 30px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  box-shadow: 0 14px 14px 0 rgba(251, 15, 90, 0.13);
}

.image-wrapper.order-include {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 110px;
  margin-bottom: 33px;
  -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: 1000px;
  background-color: #fb0f5a;
  box-shadow: 0 14px 14px 0 rgba(251, 15, 90, 0.13);
}

.image-wrapper.product-main-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 553px;
  border-radius: 30px;
}

.image-wrapper.product-more-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 148px;
  border-radius: 21px;
}

.image-wrapper.contact-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  min-width: 56px;
  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;
  border-radius: 1000px;
  background-color: #f4003e;
  box-shadow: 0 14px 14px 0 rgba(251, 15, 90, 0.13);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.image-wrapper.contact-icon:hover {
  box-shadow: 0 4px 5px 0 rgba(251, 15, 90, 0.13);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.image-wrapper.product-order-image {
  border-radius: 10px;
}

.image-wrapper.video-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 46px;
  -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: 42px;
}

.shape {
  position: absolute;
}

.shape.home-hero-1 {
  left: -53px;
  top: -94px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.home-hero-2 {
  top: -27px;
  right: -54px;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.home-hero-3 {
  left: -65px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.home-hero-4 {
  right: -89px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.home-hero-5 {
  left: 39.5px;
  bottom: -100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.home-hero-6 {
  right: 23px;
  bottom: -23px;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.journey-1 {
  left: -211px;
  bottom: 217.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.journey-2 {
  top: 3px;
  right: -90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.journey-3 {
  right: -78px;
  bottom: -43px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.about-section-1 {
  left: -60px;
  top: 51.5px;
  margin-top: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.about-section-2 {
  left: 582px;
  bottom: 514px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.about-section-3 {
  left: 28.328px;
  top: 571px;
  right: -30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.about-section-4 {
  top: 21px;
  right: 69px;
  z-index: 3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.about-section-5 {
  right: -64px;
  bottom: -51.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.conferences-events-01 {
  left: -39px;
  top: -123px;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.conferences-events-02 {
  left: -83px;
  bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.conferences-events-03 {
  top: -80px;
  right: -82px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.conferences-events-04 {
  right: -74px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.conferences-events-05 {
  right: -25px;
  bottom: -30px;
  z-index: 2;
}

.shape.about-hero-1 {
  left: -131px;
  top: -70px;
}

.shape.about-hero-2 {
  left: -13px;
  bottom: 155px;
}

.shape.about-hero-3 {
  left: 197px;
  bottom: 77px;
}

.shape.about-hero-4 {
  top: 148px;
  right: 327px;
}

.shape.about-hero-5 {
  top: 81px;
  right: 60px;
}

.shape.about-hero-6 {
  right: -78px;
  bottom: 310px;
}

.shape.about-videos-1 {
  left: -57px;
  top: -51px;
  z-index: 2;
}

.shape.about-videos-2 {
  left: -57px;
  bottom: -43px;
  z-index: 2;
}

.shape.about-videos-3 {
  top: -80px;
  right: -23px;
}

.shape.about-videos-4 {
  top: 196px;
  right: -62px;
}

.shape.about-videos-5 {
  right: 14px;
  bottom: -59px;
}

.shape.showreel-1 {
  left: -74px;
  top: -69px;
}

.shape.showreel-2 {
  left: -89px;
  bottom: -90px;
}

.shape.showreel-3 {
  top: -168px;
  right: -82px;
}

.shape.showreel-4 {
  right: -41px;
  bottom: -79px;
}

.shape.contact-1 {
  left: -120px;
  top: -80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.contact-2 {
  left: -97px;
  bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.contact-3 {
  top: -65px;
  right: -113px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.contact-4 {
  right: -135px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.contact-5 {
  right: -78px;
  bottom: -34px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shape.not-found-1 {
  left: -82px;
  top: -81px;
}

.shape.not-found-2 {
  left: -91px;
  bottom: -36px;
}

.shape.not-found-3 {
  right: -48px;
  bottom: -34px;
}

.shape.not-found-4 {
  top: -64px;
  right: -68px;
}

.journey-grid {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.card {
  border-radius: 28px 28px 60px;
  background-color: #fff;
  box-shadow: 0 0 8px -4px rgba(251, 15, 90, 0.03), 0 14px 34px 0 rgba(251, 15, 90, 0.06), 0 24px 44px 0 rgba(11, 9, 27, 0.02);
}

.card.journey {
  padding: 47px 20px 56px;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  color: #474459;
}

.card.journey:hover {
  box-shadow: 0 0 4px -4px rgba(251, 15, 90, 0.03), 0 5px 24px 0 rgba(251, 15, 90, 0.06), 0 5px 34px 0 rgba(11, 9, 27, 0.02);
}

.card.blog-card {
  overflow: hidden;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #474459;
}

.card.blog-card:hover {
  box-shadow: 0 0 4px -4px rgba(251, 15, 90, 0.03), 0 4px 10px 0 rgba(251, 15, 90, 0.06), 0 4px 10px 0 rgba(11, 9, 27, 0.02);
  -webkit-transform: translate(0px, 14px);
  -ms-transform: translate(0px, 14px);
  transform: translate(0px, 14px);
}

.card.product-card {
  overflow: hidden;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #474459;
}

.card.product-card:hover {
  box-shadow: 0 0 4px -4px rgba(251, 15, 90, 0.03), 0 4px 8px 0 rgba(251, 15, 90, 0.06), 0 4px 8px 0 rgba(11, 9, 27, 0.02);
  -webkit-transform: translate(0px, 14px);
  -ms-transform: translate(0px, 14px);
  transform: translate(0px, 14px);
}

.card.follow-journey {
  padding: 70px 60px;
  text-align: center;
}

.card.analytics-slide-card {
  padding: 31px 44px 48px;
}

.card.sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 57px 39px;
  -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;
}

.card.events-details {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  max-width: 371px;
  padding: 52px 24px;
  border-radius: 20px;
}

.card.order-include {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 43px 29px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 8px -4px rgba(251, 15, 90, 0.03), 0 7px 22px 0 rgba(251, 15, 90, 0.06), 0 14px 32px 0 rgba(11, 9, 27, 0.02);
  text-align: center;
}

.card.contact {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 787px;
  padding: 55px 60px 58px;
  -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;
  border-radius: 42px;
  box-shadow: 0 7px 14px 0 rgba(16, 10, 52, 0.03), 0 14px 50px 0 rgba(102, 7, 255, 0.04);
}

.card.password {
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5ef;
  text-align: center;
}

.card._404 {
  position: relative;
  z-index: 1;
  padding: 100px 60px;
  border-radius: 40px 40px 120px;
}

.card.follow-dropdown {
  overflow: hidden;
  margin-top: 20px;
  padding: 40px 30px;
}

.card.follow-dropdown.header {
  right: 0px;
}

.card.follow-dropdown.center {
  left: -208px;
}

.image.about-section-1 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image.about-section-2 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image.instagram-cta {
  display: block;
}

.image.video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.home-hero {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-videos {
  -o-object-fit: cover;
  object-fit: cover;
}

.image.event-icon {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.event-page {
  margin-bottom: 41px;
  border-radius: 24px;
}

.image.product-more-images {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-social-media {
  max-height: 100px;
  max-width: 100px;
  border-radius: 25px;
}

.icon-social-media.facebook {
  box-shadow: 0 21px 28px 0 rgba(21, 116, 239, 0.21);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media.facebook:hover {
  box-shadow: 0 10px 14px 0 rgba(21, 116, 239, 0.21);
}

.icon-social-media.twitter {
  box-shadow: 0 21px 28px 0 rgba(27, 186, 255, 0.27);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media.twitter:hover {
  box-shadow: 0 10px 14px 0 rgba(27, 186, 255, 0.27);
}

.icon-social-media.instagram {
  box-shadow: 0 21px 28px 0 rgba(251, 15, 90, 0.14);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media.instagram:hover {
  box-shadow: 0 10px 14px 0 rgba(251, 15, 90, 0.14);
}

.icon-social-media.youtube {
  box-shadow: 0 21px 28px 0 rgba(255, 0, 0, 0.21);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media.youtube:hover {
  box-shadow: 0 10px 14px 0 rgba(255, 0, 0, 0.21);
}

.icon-social-media.twitch {
  box-shadow: 0 21px 28px 0 rgba(147, 15, 251, 0.14);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media.twitch:hover {
  box-shadow: 0 10px 14px 0 rgba(147, 15, 251, 0.14);
}

.icon-social-media.tiktok {
  box-shadow: 0 21px 28px 0 rgba(251, 15, 90, 0.14);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media.tiktok:hover {
  box-shadow: 0 10px 14px 0 rgba(251, 15, 90, 0.14);
}

.journey-subtitle {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.1em;
}

.bg {
  position: absolute;
  z-index: -1;
  border-radius: 70px;
  background-color: #fb0f5a;
  opacity: 0.03;
}

.bg.about-section {
  width: 89%;
  height: 514px;
}

.bg.conferences-events {
  right: 0px;
  width: 91%;
  height: 100%;
  max-height: 462px;
}

.bg.about-videos {
  top: 28px;
  right: 0px;
  width: 89%;
  height: 78%;
}

.bg.contact {
  left: 0px;
  top: 0px;
  right: 0px;
  height: 801px;
  border-bottom: 210px solid #fff;
  border-left: 100vw solid transparent;
  border-radius: 0px;
  background-color: #f9f9fd;
  opacity: 1;
}

.link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-weight: 800;
}

.link.journey {
  color: #fb0f5a;
}

.link.journey:hover {
  color: #770ffb;
}

.link.video {
  margin-top: auto;
}

.link.dropdown {
  line-height: 1em;
  font-weight: 700;
}

.link.white {
  color: #fff;
}

.link.white:hover {
  color: #0b091b;
}

.follow-cta-grid {
  margin-top: 40px;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.instagram-cta-grid {
  max-width: 100%;
  margin-top: 0px;
  justify-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-section-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 43px;
  margin-bottom: 56px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-card-content {
  padding: 48px 32px 64px;
}

.flex-vc {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.videos-popular-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 38px;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.videos-popular-grid.page {
  margin-top: 56px;
  margin-bottom: 0px;
}

.sidebar-popular-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video-title-link {
  margin-bottom: 16px;
}

.main-video-button-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 144px;
  height: 102px;
  -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: 28px;
  background-color: #fff;
  box-shadow: 0 28px 65px 0 rgba(11, 9, 27, 0.14);
  font-family: 'Icons Influencer Template', sans-serif;
  font-size: 45px;
  text-shadow: 0 6px 13px rgba(251, 15, 90, 0.28);
}

.main-video-button-wrapper:hover {
  color: #fb0f5a;
}

.main-video-button-wrapper.popular-video-sidebar {
  width: 66px;
  height: 47px;
  border-radius: 12px;
  font-size: 25px;
}

.main-video-button-wrapper.popular-video-sidebar:hover {
  color: #fb0f5a;
}

.main-video-button-wrapper.video-page-button {
  width: 251px;
  height: 178px;
  border-radius: 48px;
  font-size: 70px;
}

.video-popular-sidebar {
  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;
}

.my-products-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-card-content {
  padding: 38px 22px 54px;
}

.product-card-price {
  margin-bottom: 16px;
  color: #fb0f5a;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -0.03em;
}

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

.brand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.footer-brand {
  max-width: 215px;
  margin-bottom: 20px;
}

.footer-logo {
  position: relative;
  z-index: 1;
}

.footer-follow-title {
  margin-bottom: 25px;
  color: #0b091b;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

.footer-follow-grid {
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-media-link-block {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.social-media-link-block:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.social-media-link-block.footer-social-media {
  width: 48px;
  height: 48px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.social-media-link-block.footer-social-media:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.icon-social-media-footer {
  max-height: 100%;
  max-width: 100%;
  border-radius: 12px;
}

.icon-social-media-footer.facebook {
  box-shadow: 0 10px 13px 0 rgba(21, 116, 239, 0.21);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media-footer.facebook:hover {
  box-shadow: 0 4px 5px 0 rgba(21, 116, 239, 0.21);
}

.icon-social-media-footer.twitter {
  box-shadow: 0 10px 13px 0 rgba(27, 186, 255, 0.27);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media-footer.twitter:hover {
  box-shadow: 0 4px 5px 0 rgba(27, 186, 255, 0.27);
}

.icon-social-media-footer.instagram {
  box-shadow: 0 10px 13px 0 rgba(251, 15, 90, 0.14);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media-footer.instagram:hover {
  box-shadow: 0 4px 5px 0 rgba(251, 15, 90, 0.14);
}

.icon-social-media-footer.youtube {
  box-shadow: 0 10px 13px 0 rgba(255, 0, 0, 0.21);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media-footer.youtube:hover {
  box-shadow: 0 4px 5px 0 rgba(255, 0, 0, 0.21);
}

.icon-social-media-footer.twitch {
  box-shadow: 0 10px 13px 0 rgba(147, 15, 251, 0.14);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media-footer.twitch:hover {
  box-shadow: 0 4px 5px 0 rgba(147, 15, 251, 0.14);
}

.icon-social-media-footer.tiktok {
  box-shadow: 0 10px 13px 0 rgba(251, 15, 90, 0.14);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.icon-social-media-footer.tiktok:hover {
  box-shadow: 0 4px 5px 0 rgba(251, 15, 90, 0.14);
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 961px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.small-print {
  color: #0b091b;
  line-height: 1.556em;
  text-align: center;
}

.footer-links-title {
  color: #fb0f5a;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 800;
}

.spacer.links-footer {
  width: 3vw;
}

.footer-mobile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-footer {
  height: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-link {
  color: #0b091b;
  line-height: 1.111em;
  text-decoration: none;
  white-space: nowrap;
}

.footer-link:hover {
  color: #fb0f5a;
}

.footer-link.w--current {
  color: #0b091b;
  font-weight: 800;
}

.footer-link.large {
  white-space: normal;
}

.footer-content-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  padding-top: 31px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.links-block {
  margin-right: 4vw;
}

.achievements-wrapper {
  width: 100%;
  min-width: 950px;
  margin-right: 10%;
  padding-top: 71px;
  padding-bottom: 71px;
  border-radius: 0px 43px 43px 0px;
  box-shadow: 0 14px 64px 0 rgba(251, 15, 90, 0.03), 0 14px 114px 0 rgba(11, 9, 27, 0.04);
}

.achievements-grid {
  width: 100%;
  max-width: 990px;
  grid-template-areas: ". Area";
  -ms-grid-columns: auto 1.25fr;
  grid-template-columns: auto 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.achievement-number {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #0b091b;
  font-size: 36px;
  line-height: 1em;
  font-weight: 800;
}

.achievement-text {
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 18px;
  line-height: 1.28em;
  text-align: left;
}

.achievements-center {
  text-align: center;
}

.cart-button {
  padding: 0px;
  background-color: transparent;
  color: #0b091b;
  line-height: 1em;
}

.cart-button:hover {
  color: #fb0f5a;
}

.cart {
  margin-right: 28px;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #0b091b;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

.container-medium-959px {
  max-width: 959px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.about-images-wrapper {
  position: relative;
  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;
}

.about-video-wrapper {
  position: relative;
  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;
}

.follow-journey-grid {
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 72px;
  grid-row-gap: 34px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
}

.follow-journey-wrapper {
  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;
  color: #474459;
}

.follow-journey-wrapper:hover {
  color: #fb0f5a;
}

.icon-social-media-follow-journey {
  max-height: 60px;
  max-width: 60px;
  border-radius: 15px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-follow-journey:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.icon-social-media-follow-journey.twitter {
  box-shadow: 0 12px 17px 0 rgba(27, 186, 255, 0.27);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-follow-journey.twitter:hover {
  box-shadow: 0 4px 5px 0 rgba(27, 186, 255, 0.27);
}

.icon-social-media-follow-journey.instagram {
  box-shadow: 0 12px 17px 0 rgba(251, 15, 90, 0.14);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-follow-journey.instagram:hover {
  box-shadow: 0 4px 5px 0 rgba(251, 15, 90, 0.14);
}

.icon-social-media-follow-journey.youtube {
  box-shadow: 0 12px 17px 0 rgba(255, 0, 0, 0.21);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-follow-journey.youtube:hover {
  box-shadow: 0 4px 5px 0 rgba(255, 0, 0, 0.21);
}

.icon-social-media-follow-journey.twitch {
  box-shadow: 0 12px 17px 0 rgba(147, 15, 251, 0.14);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-follow-journey.twitch:hover {
  box-shadow: 0 4px 5px 0 rgba(147, 15, 251, 0.14);
}

.icon-social-media-follow-journey.tiktok {
  box-shadow: 0 12px 17px 0 rgba(251, 15, 90, 0.14);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-follow-journey.tiktok:hover {
  box-shadow: 0 4px 5px 0 rgba(251, 15, 90, 0.14);
}

.follow-journey-text {
  margin-left: 14px;
  font-size: 25px;
  line-height: 1.28em;
}

.analytics-slider {
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: transparent;
}

.analytics-slider-mask {
  overflow: visible;
  max-width: 579px;
}

.analytics-slide {
  max-width: 576px;
  margin-right: 24px;
}

.icon-social-media-analytics {
  max-height: 78px;
  max-width: 78px;
  border-radius: 15px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-analytics.facebook {
  box-shadow: 0 16px 22px 0 rgba(21, 116, 239, 0.21);
}

.icon-social-media-analytics.twitter {
  box-shadow: 0 16px 22px 0 rgba(27, 186, 255, 0.27);
}

.icon-social-media-analytics.instagram {
  box-shadow: 0 16px 22px 0 rgba(251, 15, 90, 0.14);
}

.analytics-card-top-content {
  margin-left: 24px;
}

.analytics-top-content-text {
  color: #fb0f5a;
  font-size: 20px;
  line-height: 1.1em;
}

.analytics-top-content-text:hover {
  color: #fb0f5a;
}

.analytics-card-grid {
  grid-column-gap: 66px;
  grid-row-gap: 22px;
}

.slide-nav {
  display: none;
}

.analytics-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.analytics-number {
  margin-right: 10px;
  color: #0b091b;
  font-size: 40px;
  line-height: 1em;
  font-weight: 800;
}

.analytics-text {
  line-height: 1.3em;
}

.analytics-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  height: 44px;
  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;
  border-radius: 1000px;
  background-color: #fb0f5a;
  box-shadow: 0 16px 16px 0 rgba(251, 15, 90, 0.13);
}

.analytics-tag-text {
  line-height: 1.3em;
}

.analytics-card-tag-wrapper {
  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;
}

.analytics-slider-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  height: 74px;
  -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: 1000px;
  background-color: #fb0f5a;
  box-shadow: 0 0 4px -2px rgba(251, 15, 90, 0.11), 0 16px 14px 0 rgba(251, 15, 90, 0.13);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-family: 'Icons Influencer Template', sans-serif;
  font-size: 30px;
}

.analytics-slider-arrow-wrapper:hover {
  box-shadow: 0 0 2px -4px rgba(251, 15, 90, 0.11), 0 6px 5px 0 rgba(251, 15, 90, 0.13);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.analytics-slider-arrow-wrapper.left {
  margin-left: -20px;
  padding-right: 5px;
}

.analytics-slider-arrow-wrapper.right {
  margin-right: -20px;
  padding-left: 5px;
}

.showreel-wrapper {
  position: relative;
  margin-top: 40px;
  margin-bottom: 37px;
}

.sponsors-grid {
  margin-top: 43px;
  margin-bottom: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.showreel-video-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: 42px;
  box-shadow: 0 24px 54px 0 rgba(251, 15, 90, 0.12);
}

.showreel-video-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(11, 9, 27, 0.49);
}

.latest-videos-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.latest-video-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video-date {
  margin-bottom: 21px;
  color: #fb0f5a;
  line-height: 1em;
}

.video-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 46px;
  -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: 42px;
}

.blog-featured {
  position: relative;
  margin-top: 33px;
}

.blog-featured-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.85));
}

.blog-featured-content {
  position: absolute;
  left: 64px;
  bottom: 87px;
  max-width: 750px;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-pagination {
  margin-top: 62px;
  padding: 26px 44px;
  border-width: 0px;
  border-radius: 164px;
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(251, 15, 90, 0.1);
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #fb0f5a;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.button-pagination:hover {
  background-color: #fb0f5a;
  color: #fff;
}

.blog-article-title-wrapper {
  max-width: 827px;
  margin-right: auto;
  margin-bottom: 44px;
  margin-left: auto;
}

.blog-article-author-wrapper {
  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;
}

.rich-text h2 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 32px;
  line-height: 1.5em;
}

.rich-text p {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
}

.rich-text h3 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 24px;
  line-height: 1.333em;
}

.rich-text h4 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text img {
  max-width: 824px;
  margin-top: 10px;
  margin-bottom: 24px;
  border-radius: 24px;
}

.rich-text figcaption {
  margin-top: 0px;
  margin-bottom: 60px;
}

.rich-text h5 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text h6 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text blockquote {
  max-width: 824px;
  margin: 20px auto;
}

.rich-text ul {
  max-width: 700px;
  margin: 10px auto 50px;
  padding-left: 20px;
}

.rich-text li {
  margin-bottom: 16px;
}

.rich-text ol {
  max-width: 700px;
  margin: 10px auto 50px;
  padding-left: 20px;
}

.blog-article-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-article-about-text {
  color: #0b091b;
  line-height: 1.111em;
}

.blog-article-category {
  line-height: 1.111em;
  font-weight: 700;
}

.events-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 86px;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.event-content {
  max-width: 512px;
}

.event-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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;
}

.event-location-wrapper {
  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;
}

.event-location-wrapper.page {
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event-location-wrapper.page-last {
  margin-bottom: 0px;
}

.event-detail-text {
  line-height: 1.556em;
}

.event-detail-text.time {
  text-transform: uppercase;
}

.event-detail-text.location-page {
  max-width: 182px;
}

.event-page-wrapper {
  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;
}

.event-page-content {
  max-width: 61%;
  margin-right: 20px;
}

.event-page-sidebar {
  position: relative;
  overflow: visible;
  width: 32%;
}

.latest-events-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 32px;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.store-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.product-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 27px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.compare-at-price-text {
  margin-right: 19px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.071em;
  font-weight: 400;
  text-decoration: line-through;
}

.price-text {
  color: #fb0f5a;
  font-size: 28px;
  line-height: 1.071em;
  font-weight: 800;
}

.orders-include-grid {
  margin-top: 40px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-description-tabs {
  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;
}

.product-description-tabs-menu {
  display: -ms-grid;
  display: grid;
  min-width: 280px;
  margin-right: 39px;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-description-tab-link {
  padding: 28px 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 18px 0 rgba(251, 15, 90, 0.09);
  -webkit-transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease;
  color: #474459;
  font-size: 20px;
  line-height: 1.1em;
}

.product-description-tab-link:hover {
  color: #fb0f5a;
}

.product-description-tab-link.w--current {
  background-color: #fb0f5a;
  color: #fff;
  font-weight: 800;
}

.product-description-tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 851px;
  min-height: 493px;
  padding: 59px 68px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  box-shadow: 0 14px 44px 0 rgba(11, 9, 27, 0.08);
}

.product-quantity-text {
  margin-bottom: 13px;
  color: #0b091b;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 800;
}

.product-add-to-cart-grid {
  grid-column-gap: 23px;
  grid-row-gap: 28px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-quantity {
  width: 108px;
  height: 58px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: #ceccdc;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  line-height: 1em;
}

.product-quantity:hover {
  border-color: #fb0f5a;
}

.product-quantity:focus {
  border-color: #fb0f5a;
  color: #0b091b;
}

.product-quantity::-webkit-input-placeholder {
  color: #474459;
}

.product-quantity:-ms-input-placeholder {
  color: #474459;
}

.product-quantity::-ms-input-placeholder {
  color: #474459;
}

.product-quantity::placeholder {
  color: #474459;
}

.product-default-state {
  margin-bottom: 0px;
}

.more-images-grid {
  display: -ms-grid;
  display: grid;
  min-width: 100px;
  margin-right: 2vw;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-email-wrapper {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b091b;
  font-size: 22px;
  line-height: 1em;
}

.contact-email-wrapper:hover {
  color: #fb0f5a;
}

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

.container-medium-672px {
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.contact-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.container-medium-1024px {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.faqs-grid {
  margin-top: 36px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-wrapper {
  overflow: hidden;
  padding: 33px 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #ceccdc;
  border-radius: 8px;
  cursor: pointer;
}

.contact-form-grid {
  margin-bottom: 32px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input-wrapper {
  overflow: hidden;
}

.select {
  height: 50px;
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #ceccdc;
  background-color: transparent;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.select:hover {
  border-bottom-color: #fb0f5a;
}

.select:focus {
  border-bottom-color: #fb0f5a;
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
}

.select::-webkit-input-placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.select:-ms-input-placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.select::-ms-input-placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.select::placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.message {
  max-height: 200px;
  max-width: 100%;
  min-height: 88px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #ceccdc;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.message:hover {
  border-bottom-color: #fb0f5a;
}

.message:focus {
  border-bottom-color: #fb0f5a;
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.message::-webkit-input-placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.message:-ms-input-placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.message::-ms-input-placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.message::placeholder {
  color: #0b091b;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
}

.dropdown-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-width: 48px;
  margin-right: 32px;
  -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: 1000px;
  background-color: #fb0f5a;
  box-shadow: 0 6px 14px 0 rgba(251, 15, 90, 0.13);
}

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

.dropdown-line-icon {
  position: absolute;
  width: 18px;
  height: 3px;
  border-radius: 1000px;
  background-color: #fff;
}

.dropdown-line-icon-2 {
  position: absolute;
  width: 3px;
  height: 18px;
  border-radius: 1000px;
  background-color: #fff;
}

.dropdown-content {
  display: none;
  margin-left: 79px;
}

.container-medium-760px {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.blog-latest-articles-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 43px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rich-text-events h2 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 32px;
  line-height: 1.5em;
}

.rich-text-events p {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.rich-text-events h3 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 24px;
  line-height: 1.333em;
}

.rich-text-events h4 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text-events img {
  max-width: 824px;
  margin-top: 10px;
  margin-bottom: 24px;
  border-radius: 24px;
}

.rich-text-events figcaption {
  margin-top: 0px;
  margin-bottom: 60px;
}

.rich-text-events h5 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text-events h6 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text-events blockquote {
  max-width: 824px;
  margin: 20px auto;
}

.rich-text-events ul {
  max-width: 700px;
  margin: 10px auto 25px;
  padding-left: 20px;
}

.rich-text-events li {
  margin-bottom: 16px;
}

.rich-text-events ol {
  max-width: 700px;
  margin: 10px auto 50px;
  padding-left: 20px;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-category-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkout-form {
  padding: 60px 0px 140px;
  background-color: #f9f9fd;
}

.block-header {
  padding: 26px 36px;
  border-width: 0px;
}

.block-content {
  padding: 40px 36px;
  border-width: 1px 0px 0px;
  border-top-style: solid;
  border-top-color: #e5e5ef;
  background-color: #fff;
}

.checkout-card {
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 1px 8px -4px rgba(251, 15, 90, 0.01), 0 14px 32px 0 rgba(11, 9, 27, 0.02);
}

.required-text {
  color: #fb0f5a;
}

.billing-address-toggle {
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  margin-bottom: 0px;
}

.checkbox {
  margin-top: 0px;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
}

.checkbox:active {
  border-style: solid;
  border-width: 1px;
  border-color: #fb0f5a;
}

.product-order-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.apple-pay {
  height: 65px;
  border-radius: 46px;
}

.apple-pay.cart-apple-pay {
  height: 60px;
}

.product-order-price {
  color: #0b091b;
}

.order-summary-subtotal {
  color: #0b091b;
}

.order-summary-total {
  color: #0b091b;
}

.product-order-title-link {
  color: #0b091b;
}

.product-order-title-link:hover {
  color: #fb0f5a;
}

.title-event-wrapper {
  margin-bottom: 12px;
}

.glow-logo {
  position: absolute;
  left: 7px;
  width: 25%;
  height: 80%;
  border-radius: 1000px;
  box-shadow: inset 0 0 26px 20px rgba(251, 15, 90, 0.26), 0 11px 26px 0 rgba(251, 15, 90, 0.26);
}

.cart-wrapper {
  z-index: 20;
  background-color: rgba(11, 9, 27, 0.6);
}

.cart-subtotal {
  color: #0b091b;
  font-size: 20px;
}

.cart-footer {
  min-height: 200px;
  border-top-color: #ceccdc;
}

.cart-header {
  border-bottom-color: #ceccdc;
}

.cart-container {
  max-width: 490px;
  box-shadow: -5px 1px 25px 0 rgba(11, 9, 27, 0.25);
}

.remove-button {
  margin-top: 10px;
  font-size: 16px;
}

.cart-empty-state {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-empty-text {
  margin-bottom: 20px;
  font-size: 20px;
}

.drop-div {
  padding: 40px 30px 40px 20px;
}

.drop-div.first {
  padding-right: 20px;
  padding-left: 38px;
}

.drop-div.last {
  padding-right: 38px;
  padding-left: 30px;
  background-color: #fff7fa;
}

.drop-title {
  margin-bottom: 20px;
  color: #fb0f5a;
  font-size: 20px;
  line-height: 1em;
  font-weight: 800;
  white-space: nowrap;
}

.drop-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: #474459;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;
}

.drop-link:hover {
  color: #fb0f5a;
}

.drop-link.w--current {
  color: #0b091b;
  font-weight: 700;
}

.drop-link.large {
  white-space: normal;
}

.drop-grid {
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-header {
  z-index: 1;
}

.icon-header-dropdown {
  position: relative;
  bottom: -1px;
  font-family: 'Icons Influencer Template', sans-serif;
  font-size: 7px;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2.25fr 1fr 1fr;
  grid-template-columns: 2.25fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-list {
  left: -156px;
  top: 60px;
  overflow: hidden;
  border-radius: 24px 24px 100px;
  background-color: #fff;
  box-shadow: 0 1px 8px -4px rgba(251, 15, 90, 0.03), 0 14px 34px 0 rgba(251, 15, 90, 0.06), 0 24px 44px 0 rgba(11, 9, 27, 0.02);
}

.drop-link-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: color 350ms ease, background-color 300ms ease;
  transition: color 350ms ease, background-color 300ms ease;
  color: #474459;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;
}

.drop-link-last:hover {
  color: #fb0f5a;
}

.drop-link-last.w--current {
  color: #1f2559;
  font-weight: 700;
}

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

.drop-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Icons Influencer Template', sans-serif;
  font-size: 14px;
}

.arrow-link {
  display: inline-block;
  font-family: 'Icons Influencer Template', sans-serif;
}

.footer-arrow {
  display: none;
}

.youtube-icon-font {
  font-family: 'Icons Influencer Template', sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ceccdc;
  border-radius: 20px;
  background-color: transparent;
  color: #bebdd4;
  font-weight: 700;
  text-align: center;
}

.success-message {
  border-radius: 20px;
  background-color: #ffcfde;
  color: #fb0f5a;
  font-size: 20px;
  font-weight: 700;
}

.error-message {
  margin-top: 40px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 20px;
  background-color: #ffdcdc;
  color: #ff0808;
  font-size: 20px;
  font-weight: 700;
}

.error-message.cart {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.event-details-content {
  margin-bottom: 32px;
}

.cart-product-quantity {
  margin-bottom: 0px;
  border-color: #ceccdc;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  line-height: 1em;
}

.cart-product-quantity:hover {
  border-color: #fb0f5a;
}

.cart-product-quantity:focus {
  border-color: #fb0f5a;
  color: #0b091b;
}

.cart-product-quantity::-webkit-input-placeholder {
  color: #474459;
}

.cart-product-quantity:-ms-input-placeholder {
  color: #474459;
}

.cart-product-quantity::-ms-input-placeholder {
  color: #474459;
}

.cart-product-quantity::placeholder {
  color: #474459;
}

.dropdown-follow {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-follow.header-follow {
  z-index: 0;
}

.follow-dropdown-grid {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
}

.icon-social-media-dropdown {
  max-height: 48px;
  max-width: 48px;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-dropdown:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.icon-social-media-dropdown.facebook {
  box-shadow: 0 10px 13px 0 rgba(21, 116, 239, 0.21);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-dropdown.facebook:hover {
  box-shadow: 0 4px 5px 0 rgba(21, 116, 239, 0.21);
}

.icon-social-media-dropdown.twitter {
  box-shadow: 0 10px 13px 0 rgba(27, 186, 255, 0.27);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-dropdown.twitter:hover {
  box-shadow: 0 4px 5px 0 rgba(27, 186, 255, 0.27);
}

.icon-social-media-dropdown.instagram {
  box-shadow: 0 10px 13px 0 rgba(251, 15, 90, 0.14);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-dropdown.instagram:hover {
  box-shadow: 0 4px 5px 0 rgba(251, 15, 90, 0.14);
}

.icon-social-media-dropdown.youtube {
  box-shadow: 0 10px 13px 0 rgba(255, 0, 0, 0.21);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-dropdown.youtube:hover {
  box-shadow: 0 4px 5px 0 rgba(255, 0, 0, 0.21);
}

.icon-social-media-dropdown.twitch {
  box-shadow: 0 10px 13px 0 rgba(147, 15, 251, 0.14);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-dropdown.twitch:hover {
  box-shadow: 0 4px 5px 0 rgba(147, 15, 251, 0.14);
}

.icon-social-media-dropdown.tiktok {
  box-shadow: 0 10px 13px 0 rgba(251, 15, 90, 0.14);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.icon-social-media-dropdown.tiktok:hover {
  box-shadow: 0 4px 5px 0 rgba(251, 15, 90, 0.14);
}

.follow-text-dropdown {
  margin-left: 10px;
}

.follow-me-text {
  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;
}

.blog-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fb0f5a;
  font-weight: 800;
}

.rich-text-product-description h2 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 32px;
  line-height: 1.5em;
}

.rich-text-product-description p {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.rich-text-product-description h3 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 25px;
  line-height: 1.333em;
}

.rich-text-product-description h4 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text-product-description img {
  max-width: 824px;
  margin-top: 10px;
  margin-bottom: 24px;
  border-radius: 24px;
}

.rich-text-product-description figcaption {
  margin-top: 0px;
  margin-bottom: 60px;
}

.rich-text-product-description h5 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text-product-description h6 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text-product-description blockquote {
  max-width: 824px;
  margin: 20px auto;
}

.rich-text-product-description ul {
  max-width: 700px;
  margin: 10px auto 50px;
  padding-left: 20px;
}

.rich-text-product-description li {
  margin-bottom: 16px;
}

.rich-text-product-description ol {
  max-width: 700px;
  margin: 10px auto 50px;
  padding-left: 20px;
}

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

.checkout-content {
  margin-right: 32px;
}

.discount-container {
  margin-top: 26px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
}

.bold {
  color: #0b091b;
  font-weight: 700;
}

.password-icon {
  border-radius: 50%;
  box-shadow: 0 14px 14px 0 rgba(251, 15, 90, 0.14);
}

.typograhy-h2-size {
  font-size: 40px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.button-primary-2 {
  padding: 26px 44px;
  border-radius: 46px;
  background-color: #fb0f5a;
  background-image: linear-gradient(45deg, #ff5c00, #f4003e);
  box-shadow: 0 16px 34px 0 rgba(251, 15, 90, 0.25);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.button-primary-2:hover {
  box-shadow: 0 8px 20px 0 rgba(251, 15, 90, 0.25);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-primary-2.smaller {
  position: relative;
  top: 0px;
  padding: 20px 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.form {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: 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;
}

.text-field {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #000;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area"
    ". Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.field-label {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.form-2 {
  display: -ms-grid;
  display: grid;
  margin-right: 40px;
  margin-left: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field-2 {
  border-bottom: 1px solid #000;
}

.button-primary-3 {
  padding: 26px 44px;
  border-radius: 46px;
  background-color: #fb0f5a;
  background-image: linear-gradient(45deg, #ff5c00, #f4003e);
  box-shadow: 0 16px 34px 0 rgba(251, 15, 90, 0.25);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.button-primary-3:hover {
  box-shadow: 0 8px 20px 0 rgba(251, 15, 90, 0.25);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-primary-3.smaller {
  position: relative;
  top: 0px;
  padding: 20px 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.button-primary-3.smaller.notify-btn {
  margin-right: 0px;
}

.paragraph-2 {
  margin-top: 4px;
}

.paragraph-2.sig {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading {
  margin-top: 10px;
}

.heading-2 {
  margin-top: 16px;
}

.heading-3 {
  padding-top: 14px;
  font-weight: 700;
}

.heading-4 {
  padding-top: 16px;
  font-weight: 700;
}

.heading-5 {
  margin-top: 16px;
  font-weight: 700;
}

.heading-6 {
  font-weight: 700;
}

.heading-7 {
  font-weight: 700;
}

.heading-8 {
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .container-default {
    max-width: 1300px;
  }

  .container-header {
    max-width: 1300px;
  }

  .image-wrapper.instagram-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .shape.about-section-3 {
    left: 75.328px;
    top: 569px;
  }

  .shape.about-section-4 {
    top: 55px;
    right: 125px;
  }

  .image.instagram-cta {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .instagram-cta-grid {
    max-width: 2570px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 33px;
  }

  blockquote {
    padding: 50px 60px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary.full-width {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .button-primary.header-button {
    padding-right: 36px;
    padding-left: 36px;
  }

  .header-navigation {
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nav-item-wrapper {
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    font-size: 36px;
  }

  .nav-link.w--current {
    font-weight: 700;
  }

  .nav-link.dropdown {
    display: block;
  }

  .menu-button {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 15px;
    -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: 1000px;
    background-color: #fb0f5a;
    box-shadow: 0 16px 34px 0 rgba(251, 15, 90, 0.25);
    -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease;
    transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    box-shadow: 0 8px 20px 0 rgba(251, 15, 90, 0.25);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .menu-button.w--open {
    background-color: #fb0f5a;
    box-shadow: 0 8px 20px 0 rgba(251, 15, 90, 0.25);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .nav-menu {
    min-width: 100%;
    padding-top: 133px;
    padding-right: 24px;
    padding-left: 24px;
    background-color: #fff;
    text-align: left;
  }

  .footer {
    padding-top: 60px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.home-hero {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .section.journey {
    padding-top: 100px;
  }

  .section.conferences-events {
    padding-top: 100px;
  }

  .section.blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-hero {
    padding-top: 40px;
  }

  .section.about-videos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.analytics {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.showreel {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .section.sponsors {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.popular-videos {
    padding-bottom: 100px;
  }

  .section.video {
    padding-top: 60px;
  }

  .section.blog-hero {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.latest-articles {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.blog-article {
    padding-top: 60px;
  }

  .section.blog-article-latest {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.events {
    padding-top: 40px;
  }

  .section.event-page {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.latest-events {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.store {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.product {
    padding-top: 40px;
  }

  .section.contact {
    padding-top: 60px;
  }

  .section.blog-category {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .divider.footer-top {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .divider.footer-bottom {
    margin-top: 20px;
  }

  .divider.product-description {
    width: 1px;
    height: auto;
    margin: 0px 2vw;
  }

  .divider.product {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  ._404-title {
    margin-bottom: -10px;
  }

  .split-content.header-right {
    position: relative;
  }

  .split-content.home-hero-left {
    max-width: 601px;
    margin-bottom: 120px;
    text-align: center;
  }

  .split-content.home-hero-right {
    max-height: none;
    max-width: 467px;
  }

  .split-content.about-section-left {
    max-width: 571px;
    margin-left: 0px;
  }

  .split-content.about-section-right {
    max-width: 571px;
    margin-bottom: 40px;
  }

  .split-content.conferences-events-left {
    max-width: 518px;
    margin-bottom: 120px;
  }

  .split-content.conferences-events-right {
    max-width: 518px;
    margin-right: 0px;
  }

  .split-content.about-videos-left {
    position: relative;
    z-index: 5;
    max-width: 566px;
    margin-bottom: 80px;
  }

  .split-content.about-videos-right {
    max-width: 566px;
  }

  .split-content.video-left {
    max-width: 676px;
    margin-bottom: 20px;
  }

  .split-content.events-left {
    max-width: 700px;
  }

  .split-content.product-left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.product-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }

  .home-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title.home-hero {
    margin-top: 0px;
  }

  .title.journey-card {
    font-size: 37px;
  }

  .title.video-title {
    max-width: 600px;
  }

  .title.events {
    margin-bottom: 20px;
  }

  .title.event-page {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .title.video-title-page {
    max-width: 600px;
  }

  .title.faq {
    font-size: 20px;
  }

  ._2-buttons.home {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph.latest-videos-section {
    max-width: 55%;
  }

  .paragraph.blog-section {
    max-width: 55%;
  }

  .paragraph.video {
    margin-bottom: 20px;
  }

  .paragraph.about-hero {
    margin-top: 10px;
    margin-bottom: 80px;
  }

  .paragraph.sponsors {
    max-width: 54%;
  }

  .paragraph.events {
    display: none;
  }

  .paragraph.events-mobile {
    display: block;
    margin-bottom: 40px;
  }

  .paragraph.event-page {
    max-width: 650px;
  }

  .paragraph.product-description {
    max-width: 396px;
  }

  .top-content.video-top {
    -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;
  }

  .top-content.events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .conferences-events-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper.home-hero {
    height: auto;
  }

  .image-wrapper.video {
    margin-bottom: 20px;
  }

  .image-wrapper.video-popular-sidebar {
    max-width: 53%;
    margin-right: 14px;
  }

  .image-wrapper.about-hero-2 {
    margin-top: -250px;
  }

  .image-wrapper.about-videos {
    width: 100%;
    height: auto;
  }

  .image-wrapper.blog-article-main-image {
    margin-bottom: 60px;
  }

  .image-wrapper.blog-article-author {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .image-wrapper.event {
    max-width: 100%;
    margin-right: 0vw;
    margin-bottom: 40px;
  }

  .image-wrapper.product-main-image {
    height: auto;
    max-width: none;
  }

  .shape.home-hero-1 {
    top: -71px;
  }

  .shape.home-hero-2 {
    top: -52px;
    right: -80px;
  }

  .shape.home-hero-3 {
    left: -113px;
  }

  .shape.home-hero-4 {
    right: -115px;
  }

  .shape.home-hero-5 {
    bottom: -97px;
  }

  .shape.home-hero-6 {
    right: -21px;
    bottom: -34px;
  }

  .shape.journey-1 {
    left: -99px;
    bottom: 291.5px;
  }

  .shape.about-hero-1 {
    max-width: 80%;
  }

  .shape.about-hero-2 {
    left: 107px;
    max-width: 80%;
  }

  .shape.about-hero-3 {
    left: 20px;
    bottom: -27px;
    max-width: 80%;
  }

  .shape.about-hero-4 {
    top: 217px;
    right: 147px;
    max-width: 80%;
  }

  .shape.about-hero-5 {
    top: -11px;
    right: -55px;
    max-width: 80%;
  }

  .shape.about-hero-6 {
    right: -49px;
    max-width: 80%;
  }

  .journey-grid {
    margin-top: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card.follow-journey {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.sponsor {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.events-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -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;
  }

  .card.order-include {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .card.follow-dropdown.center {
    left: -125px;
  }

  .image.home-hero {
    height: auto;
  }

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

  .icon-social-media {
    max-height: 80px;
    max-width: 80px;
    border-radius: 20px;
  }

  .icon-social-media.facebook {
    box-shadow: 0 18px 24px 0 rgba(21, 116, 239, 0.21);
  }

  .icon-social-media.twitter {
    box-shadow: 0 18px 24px 0 rgba(27, 186, 255, 0.27);
  }

  .icon-social-media.instagram {
    box-shadow: 0 18px 24px 0 rgba(251, 15, 90, 0.14);
  }

  .icon-social-media.youtube {
    box-shadow: 0 18px 24px 0 rgba(255, 0, 0, 0.21);
  }

  .icon-social-media.twitch {
    box-shadow: 0 18px 24px 0 rgba(147, 15, 251, 0.14);
  }

  .icon-social-media.tiktok {
    box-shadow: 0 18px 24px 0 rgba(251, 15, 90, 0.14);
  }

  .bg.about-section {
    top: 86px;
    width: 100%;
  }

  .bg.conferences-events {
    top: 86px;
    right: auto;
    width: 100%;
  }

  .bg.about-videos {
    top: 197px;
    right: auto;
    width: 100%;
  }

  .follow-cta-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 50px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .instagram-cta-grid {
    margin-top: 60px;
  }

  .blog-card-content {
    padding-right: 20px;
    padding-bottom: 55px;
    padding-left: 20px;
  }

  .videos-popular-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1.4fr;
    grid-template-columns: 1.4fr;
  }

  .sidebar-popular-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .main-video-button-wrapper.video-page-button {
    width: 22%;
    height: 28%;
    border-radius: 35px;
    font-size: 58px;
  }

  .my-products-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-card-content {
    padding: 20px 20px 40px;
  }

  .brand {
    z-index: 10;
  }

  .footer-follow-title {
    margin-bottom: 20px;
  }

  .footer-follow-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-links-title-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
  }

  .footer-links-title {
    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;
    color: #0b091b;
    font-size: 22px;
  }

  .spacer.links-footer {
    width: 36px;
  }

  .footer-mobile-content {
    overflow: hidden;
    text-align: left;
  }

  .footer-link {
    white-space: normal;
  }

  .footer-content-links {
    padding-top: 10px;
  }

  .links-block {
    margin-right: 0vw;
    border-bottom: 1px solid #ceccdc;
  }

  .links-block.last {
    border-bottom-width: 0px;
  }

  .achievements-wrapper {
    min-width: auto;
    margin-right: 0%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .achievements-grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
  }

  .achievement-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cart {
    margin-right: 20px;
  }

  .about-video-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .follow-journey-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .follow-journey-text {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 22px;
  }

  .analytics-slider-arrow-wrapper {
    font-size: 28px;
  }

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

  .latest-videos-grid {
    margin-top: 40px;
  }

  .video-date {
    margin-bottom: 10px;
  }

  .blog-featured-content {
    left: 20px;
    bottom: 40px;
    max-width: 570px;
  }

  .button-pagination {
    margin-top: 60px;
  }

  .blog-article-title-wrapper {
    margin-bottom: 40px;
  }

  .rich-text p {
    margin-bottom: 30px;
  }

  .rich-text img {
    margin-bottom: 20px;
  }

  .rich-text figcaption {
    margin-bottom: 40px;
  }

  .rich-text ul {
    margin-bottom: 40px;
  }

  .rich-text ol {
    margin-bottom: 40px;
  }

  .blog-article-about-wrapper {
    margin-bottom: 20px;
  }

  .events-grid {
    margin-top: 60px;
    grid-row-gap: 80px;
  }

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

  .event-content {
    max-width: 650px;
  }

  .event-details-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .event-location-wrapper {
    margin-right: 32px;
  }

  .event-location-wrapper.page-last {
    margin-bottom: 0px;
  }

  .event-detail-text.location-page {
    max-width: none;
  }

  .event-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-page-content {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .event-page-sidebar {
    width: auto;
  }

  .latest-events-grid {
    grid-row-gap: 80px;
  }

  .store-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .orders-include-grid {
    grid-column-gap: 20px;
  }

  .product-description-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-description-tabs-menu {
    margin-right: 0px;
    margin-bottom: 40px;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-description-tab-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    text-align: center;
  }

  .product-add-to-cart-grid {
    grid-column-gap: 15px;
  }

  .more-images-grid {
    margin-top: 20px;
    margin-right: 0vw;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-form-wrapper {
    margin-top: 80px;
  }

  .faq-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .blog-latest-articles-grid {
    margin-top: 40px;
  }

  .rich-text-events img {
    margin-bottom: 20px;
  }

  .rich-text-events figcaption {
    margin-bottom: 40px;
  }

  .rich-text-events li {
    margin-bottom: 10px;
  }

  .rich-text-events ol {
    margin-bottom: 40px;
  }

  .checkout-form {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    -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;
  }

  .drop-div {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .drop-div.first {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .drop-div.last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .drop-title {
    color: #0b091b;
    font-size: 22px;
  }

  .drop-title.last {
    display: block;
    color: #0b091b;
  }

  .dropdown-header {
    display: block;
  }

  .icon-header-dropdown {
    font-size: 14px;
  }

  .dropdown-grid {
    width: 100%;
    grid-column-gap: 20px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .dropdown-list.w--open {
    position: static;
    margin-left: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .drop-link-last:hover {
    background-color: transparent;
  }

  .dropdown-text {
    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;
    line-height: 1.222em;
  }

  .menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 20px;
    max-height: 20px;
    max-width: 26px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-line-top {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    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;
    border-radius: 999px;
    background-color: #fff;
  }

  .menu-line-middle {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    border-radius: 999px;
    background-color: #fff;
  }

  .menu-line-bottom {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    border-radius: 999px;
    background-color: #fff;
  }

  .arrow-link {
    font-size: 16px;
  }

  .footer-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Icons Influencer Template', sans-serif;
    font-size: 14px;
  }

  .event-details-content {
    margin-bottom: 0px;
  }

  .dropdown-follow.header-follow {
    margin-right: 20px;
  }

  .follow-text-dropdown {
    margin-top: 10px;
    margin-left: 0px;
  }

  .rich-text-product-description p {
    margin-bottom: 30px;
  }

  .rich-text-product-description img {
    margin-bottom: 20px;
  }

  .rich-text-product-description figcaption {
    margin-bottom: 40px;
  }

  .rich-text-product-description ul {
    margin-bottom: 40px;
  }

  .rich-text-product-description ol {
    margin-bottom: 40px;
  }

  .checkout-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .typograhy-h2-size {
    font-size: 33px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  blockquote {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 20px;
    font-size: 22px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

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

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

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

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

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .button-primary {
    box-shadow: 0 10px 20px 0 rgba(251, 15, 90, 0.25);
  }

  .button-primary:hover {
    box-shadow: 0 3px 15px 0 rgba(251, 15, 90, 0.25);
  }

  .button-secondary {
    box-shadow: 0 3px 15px 0 rgba(251, 15, 90, 0.1);
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-link {
    font-size: 29px;
  }

  .menu-button {
    padding: 15px 12px;
  }

  .nav-menu {
    padding-top: 110px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .about-template-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.home-hero {
    padding-top: 40px;
    padding-bottom: 100px;
  }

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

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

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

  .section.about-hero {
    padding-bottom: 80px;
  }

  .section.about-videos {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

  .section.popular-videos {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.video {
    padding-top: 40px;
  }

  .section.blog-hero {
    padding-bottom: 60px;
  }

  .section.latest-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blog-article {
    padding-top: 40px;
  }

  .section.event-page {
    padding-bottom: 80px;
  }

  .section.latest-events {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.store {
    padding-bottom: 80px;
  }

  .section.contact {
    padding-top: 40px;
  }

  .section.blog-category {
    padding-bottom: 80px;
  }

  .divider.footer-top {
    margin-top: 60px;
  }

  .divider.footer-bottom {
    margin-bottom: 20px;
  }

  .divider.blog-article-about-divider {
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider.product-description {
    width: 100%;
    height: 1px;
    margin: 35px 0vw;
  }

  .divider.product {
    margin-top: 60px;
  }

  .divider.changelog {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .utility-page-wrap {
    height: auto;
  }

  .utility-page-wrap._404 {
    height: 800px;
  }

  ._404-title {
    font-size: 150px;
  }

  .split-content.home-hero-left {
    margin-bottom: 100px;
  }

  .split-content.conferences-events-left {
    margin-bottom: 80px;
  }

  .split-content.footer-top-left {
    margin-bottom: 40px;
  }

  .split-content.about-videos-left {
    margin-bottom: 60px;
  }

  .split-content.product-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-content.product-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title.about-section {
    margin-bottom: 10px;
  }

  .title.products-section {
    margin-bottom: 10px;
  }

  .title.conferences-events {
    margin-bottom: 10px;
  }

  .title.follow-cta {
    margin-bottom: 10px;
  }

  .title.journey-card {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 31px;
  }

  .title.popular-video-sidebar {
    max-width: none;
    line-height: 1.5em;
  }

  .title.about-videos {
    max-width: 400px;
    margin-bottom: 10px;
  }

  .title.analytics {
    margin-bottom: 10px;
  }

  .title.popular-videos {
    margin-bottom: 20px;
  }

  .title.blog-featured-title {
    margin-bottom: 0px;
    font-size: 25px;
  }

  .title.blog-article {
    margin-bottom: 10px;
  }

  .title.events {
    margin-bottom: 10px;
  }

  .title.event-page {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .title.store {
    margin-bottom: 10px;
  }

  .title.contact {
    margin-bottom: 10px;
  }

  .title.faqs {
    margin-bottom: 10px;
  }

  .title.about-template {
    margin-bottom: 10px;
  }

  .title._404 {
    margin-bottom: 10px;
  }

  .title.video-title-page {
    margin-bottom: 20px;
  }

  .title.faq {
    font-size: 18px;
  }

  ._2-buttons.full-width-landscape {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph.home-hero {
    margin-bottom: 40px;
  }

  .paragraph.latest-videos-section {
    max-width: 527px;
    margin-top: 10px;
  }

  .paragraph.blog-section {
    max-width: 523px;
    margin-top: 10px;
  }

  .paragraph.about-hero {
    margin-bottom: 60px;
  }

  .paragraph.about-videos {
    margin-bottom: 30px;
  }

  .paragraph.sponsors {
    max-width: 507px;
    margin-top: 10px;
  }

  .paragraph.blog-featured-paragraph {
    font-size: 16px;
  }

  .paragraph.contact {
    font-size: 17px;
  }

  .space._2-buttons.full-width-landscape {
    height: 20px;
  }

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

  .top-content.analytics-slide-social-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .top-content.blog-article-latest {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .top-content.latest-events {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-wrapper.home-hero {
    border-bottom-right-radius: 150px;
  }

  .image-wrapper.about-section-1 {
    max-width: 79%;
    border-radius: 34px;
  }

  .image-wrapper.about-section-2 {
    max-width: 74%;
    margin-top: -236px;
    border-radius: 34px 34px 100px;
  }

  .image-wrapper.conferences-events {
    border-radius: 34px 34px 120px;
  }

  .image-wrapper.video-popular-sidebar {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 18px;
  }

  .image-wrapper.about-hero-1 {
    max-width: 67%;
    border-radius: 24px 24px 24px 80px;
  }

  .image-wrapper.about-hero-2 {
    max-width: 72%;
    margin-top: -176px;
    border-radius: 24px 24px 80px;
  }

  .image-wrapper.about-videos {
    border-radius: 34px 34px 100px;
  }

  .image-wrapper.blog-article-main-image {
    margin-bottom: 40px;
    border-radius: 20px;
  }

  .image-wrapper.blog-article-author {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 10px;
  }

  .image-wrapper.event {
    margin-bottom: 30px;
    border-radius: 20px;
  }

  .image-wrapper.event-icon {
    box-shadow: 0 8px 8px 0 rgba(251, 15, 90, 0.13);
  }

  .image-wrapper.product-main-image {
    border-radius: 25px;
  }

  .image-wrapper.product-more-images {
    height: 132px;
    max-width: 132px;
    border-radius: 18px;
  }

  .image-wrapper.contact-icon {
    margin-right: 10px;
  }

  .image-wrapper.product-order-image {
    border-radius: 8px;
  }

  .image-wrapper.video-page {
    margin-top: 40px;
    border-radius: 25px;
  }

  .shape.home-hero-1 {
    top: -60px;
    max-width: 60%;
  }

  .shape.home-hero-2 {
    top: -31px;
    right: -55px;
    max-width: 30%;
  }

  .shape.home-hero-3 {
    left: -46px;
  }

  .shape.home-hero-4 {
    right: -49px;
    max-width: 20%;
  }

  .shape.home-hero-5 {
    left: -36.5px;
    bottom: -57px;
    max-width: 40%;
  }

  .shape.home-hero-6 {
    right: 0px;
    max-width: 28%;
  }

  .shape.journey-1 {
    left: -62px;
    bottom: 249.5px;
    max-width: 30%;
  }

  .shape.journey-2 {
    top: 12px;
    right: -66px;
    max-width: 30%;
  }

  .shape.journey-3 {
    right: -49px;
    max-width: 25%;
  }

  .shape.about-section-1 {
    left: 0px;
    max-width: 40%;
  }

  .shape.about-section-2 {
    left: 0px;
    bottom: -10px;
    max-width: 30%;
  }

  .shape.about-section-3 {
    top: 7px;
    right: 14px;
    max-width: 30%;
  }

  .shape.about-section-4 {
    top: 82px;
    right: 16px;
    max-width: 30%;
  }

  .shape.about-section-5 {
    right: -30px;
    bottom: -38.5px;
    max-width: 30%;
  }

  .shape.conferences-events-01 {
    top: -76px;
    max-width: 30%;
  }

  .shape.conferences-events-02 {
    max-width: 30%;
  }

  .shape.conferences-events-03 {
    top: -60px;
    right: -63px;
    max-width: 50%;
  }

  .shape.conferences-events-04 {
    max-width: 30%;
  }

  .shape.conferences-events-05 {
    max-width: 30%;
  }

  .shape.about-hero-1 {
    left: -85px;
    top: -50px;
    max-width: 30%;
  }

  .shape.about-hero-2 {
    left: 0px;
    bottom: 131px;
    max-width: 15%;
  }

  .shape.about-hero-3 {
    left: -7px;
    bottom: -13px;
    max-width: 40%;
  }

  .shape.about-hero-4 {
    top: 149px;
    right: 0px;
    max-width: 20%;
  }

  .shape.about-hero-5 {
    top: 16px;
    right: -34px;
    max-width: 40%;
  }

  .shape.about-hero-6 {
    right: -41px;
    bottom: 177px;
    max-width: 10%;
  }

  .shape.about-videos-1 {
    top: -25px;
    max-width: 40%;
  }

  .shape.about-videos-2 {
    left: -32px;
    max-width: 30%;
  }

  .shape.about-videos-3 {
    top: -31px;
    max-width: 30%;
  }

  .shape.about-videos-4 {
    right: -53px;
    max-width: 10%;
  }

  .shape.about-videos-5 {
    right: -18px;
    bottom: -31px;
    max-width: 30%;
  }

  .shape.showreel-1 {
    left: -63px;
    top: -51px;
    max-width: 30%;
  }

  .shape.showreel-2 {
    left: -68px;
    bottom: -88px;
    max-width: 30%;
  }

  .shape.showreel-3 {
    top: -71px;
    max-width: 30%;
  }

  .shape.showreel-4 {
    right: -27px;
    bottom: -49px;
    max-width: 10%;
  }

  .shape.contact-1 {
    left: -98px;
    top: -65px;
    max-width: 40%;
  }

  .shape.contact-2 {
    max-width: 30%;
  }

  .shape.contact-3 {
    top: -59px;
    right: -111px;
    max-width: 40%;
  }

  .shape.contact-4 {
    right: -105px;
    max-width: 30%;
  }

  .shape.contact-5 {
    max-width: 30%;
  }

  .shape.not-found-1 {
    left: -66px;
    top: -64px;
    max-width: 30%;
  }

  .shape.not-found-2 {
    left: -65px;
    bottom: -57px;
    max-width: 40%;
  }

  .shape.not-found-3 {
    right: -37px;
    bottom: -62px;
    max-width: 30%;
  }

  .shape.not-found-4 {
    right: -33px;
    max-width: 40%;
  }

  .journey-grid {
    grid-column-gap: 20px;
  }

  .card.journey {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.follow-journey {
    padding: 40px;
  }

  .card.analytics-slide-card {
    padding: 30px 60px 40px;
  }

  .card.sponsor {
    padding: 40px 30px;
    border-radius: 20px 20px 40px;
  }

  .card.events-details {
    padding: 40px 34px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.order-include {
    padding-right: 60px;
    padding-left: 60px;
  }

  .card.contact {
    padding: 50px 40px;
    border-radius: 35px;
  }

  .card._404 {
    padding: 60px 40px;
    border-radius: 20px 20px 80px;
  }

  .card.follow-dropdown.center {
    left: -64px;
  }

  .image.blog-featured-image {
    min-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.event-page {
    margin-bottom: 30px;
    border-radius: 20px;
  }

  .icon-social-media {
    max-height: 70px;
    max-width: 70px;
    border-radius: 18px;
  }

  .icon-social-media.facebook {
    box-shadow: 0 10px 14px 0 rgba(21, 116, 239, 0.21);
  }

  .icon-social-media.twitter {
    box-shadow: 0 10px 14px 0 rgba(27, 186, 255, 0.27);
  }

  .icon-social-media.instagram {
    box-shadow: 0 10px 14px 0 rgba(251, 15, 90, 0.14);
  }

  .icon-social-media.youtube {
    box-shadow: 0 10px 14px 0 rgba(255, 0, 0, 0.21);
  }

  .icon-social-media.twitch {
    box-shadow: 0 10px 14px 0 rgba(147, 15, 251, 0.14);
  }

  .icon-social-media.tiktok {
    box-shadow: 0 10px 14px 0 rgba(251, 15, 90, 0.14);
  }

  .journey-subtitle {
    font-size: 18px;
  }

  .bg {
    border-radius: 50px;
  }

  .bg.about-section {
    top: 77px;
    width: 110%;
  }

  .bg.conferences-events {
    top: 77px;
    width: 110%;
  }

  .bg.about-videos {
    top: 179px;
    width: 110%;
    border-radius: 35px;
  }

  .follow-cta-grid {
    grid-row-gap: 40px;
  }

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

  .blog-section-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-card-content {
    padding-bottom: 40px;
  }

  .videos-popular-grid.page {
    margin-top: 40px;
  }

  .video-title-link {
    margin-bottom: 10px;
  }

  .main-video-button-wrapper {
    width: 25%;
    height: 30%;
    border-radius: 20px;
    font-size: 40px;
  }

  .main-video-button-wrapper.popular-video-sidebar {
    width: 35%;
    height: 40%;
  }

  .main-video-button-wrapper.video-page-button {
    width: 150px;
    height: 100px;
    border-radius: 23px;
    font-size: 48px;
  }

  .video-popular-sidebar {
    -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;
  }

  .my-products-grid {
    max-width: 530px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .brand {
    max-width: 200px;
  }

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

  .small-print {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
  }

  .achievements-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 20vw;
    grid-row-gap: 32px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .achievement-number {
    font-size: 50px;
  }

  .achievement-text {
    font-size: 20px;
  }

  .follow-journey-grid {
    grid-column-gap: 60px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .icon-social-media-follow-journey {
    max-height: 50px;
    max-width: 50px;
    border-radius: 10px;
  }

  .follow-journey-text {
    margin-left: 10px;
    font-size: 18px;
  }

  .icon-social-media-analytics {
    max-height: 70px;
    max-width: 70px;
  }

  .icon-social-media-analytics.twitter {
    box-shadow: 0 10px 18px 0 rgba(27, 186, 255, 0.27);
  }

  .analytics-card-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .analytics-card-wrapper {
    -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;
  }

  .analytics-number {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 33px;
  }

  .analytics-icon-wrapper {
    margin-bottom: 10px;
  }

  .analytics-card-tag-wrapper {
    -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;
  }

  .analytics-slider-arrow-wrapper {
    width: 60px;
    height: 60px;
    font-size: 23px;
  }

  .sponsors-grid {
    margin-top: 40px;
    grid-column-gap: 20px;
  }

  .showreel-video-wrapper {
    border-radius: 30px;
  }

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

  .video-page {
    margin-top: 40px;
    border-radius: 28px;
  }

  .blog-featured {
    margin-top: 20px;
  }

  .blog-featured-content {
    right: 20px;
    bottom: 30px;
    max-width: 400px;
  }

  .blog-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .blog-article-title-wrapper {
    margin-bottom: 30px;
  }

  .rich-text h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .rich-text p {
    margin-bottom: 25px;
  }

  .rich-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .rich-text h4 {
    margin-bottom: 10px;
  }

  .rich-text img {
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .rich-text figcaption {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .rich-text h5 {
    margin-bottom: 10px;
  }

  .rich-text h6 {
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .rich-text li {
    margin-bottom: 10px;
  }

  .rich-text ol {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .blog-article-about-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-article-about-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .blog-article-category {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .events-grid {
    grid-row-gap: 60px;
  }

  .event-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-details-wrapper {
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .event-location-wrapper {
    margin-right: 24px;
    margin-bottom: 10px;
  }

  .event-location-wrapper.page {
    margin-bottom: 10px;
  }

  .latest-events-grid {
    grid-row-gap: 60px;
  }

  .store-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .compare-at-price-text {
    font-size: 24px;
  }

  .price-text {
    font-size: 24px;
  }

  .orders-include-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-description-tabs-menu {
    display: -ms-grid;
    display: grid;
    min-width: 100%;
    grid-auto-columns: 1fr;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .product-description-tab-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .product-description-tabs-content {
    padding: 50px 40px;
  }

  .contact-email-wrapper {
    font-size: 20px;
  }

  .contact-form-wrapper {
    margin-top: 60px;
  }

  .faqs-grid {
    margin-top: 30px;
    grid-row-gap: 28px;
  }

  .faq-wrapper {
    padding: 30px 20px;
  }

  .dropdown-icon {
    height: 43px;
    min-width: 43px;
    margin-right: 20px;
  }

  .dropdown-content {
    margin-left: 63px;
  }

  .blog-latest-articles-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rich-text-events h2 {
    margin-bottom: 10px;
    font-size: 27px;
  }

  .rich-text-events h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .rich-text-events h4 {
    margin-bottom: 10px;
  }

  .rich-text-events img {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .rich-text-events figcaption {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .rich-text-events h5 {
    margin-bottom: 10px;
  }

  .rich-text-events h6 {
    margin-bottom: 10px;
  }

  .rich-text-events ul {
    margin-top: 5px;
  }

  .rich-text-events ol {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .blog-category-grid {
    margin-top: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-bottom: 80px;
  }

  .title-event-wrapper {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .drop-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-div.first {
    padding-top: 30px;
  }

  .drop-div.last {
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .drop-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .drop-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-header-dropdown {
    font-size: 12px;
  }

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

  .arrow-link {
    font-size: 14px;
  }

  .empty-state {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .event-details-content {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .dropdown-follow.header-follow {
    display: none;
  }

  .follow-dropdown-grid {
    grid-column-gap: 60px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .rich-text-product-description h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .rich-text-product-description p {
    margin-bottom: 25px;
  }

  .rich-text-product-description h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .rich-text-product-description h4 {
    margin-bottom: 10px;
  }

  .rich-text-product-description img {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .rich-text-product-description figcaption {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .rich-text-product-description h5 {
    margin-bottom: 10px;
  }

  .rich-text-product-description h6 {
    margin-bottom: 10px;
  }

  .rich-text-product-description ul {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .rich-text-product-description li {
    margin-bottom: 10px;
  }

  .rich-text-product-description ol {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .checkout-content {
    width: 100%;
  }

  .typograhy-h2-size {
    font-size: 28px;
  }

  .button-primary-2 {
    box-shadow: 0 10px 20px 0 rgba(251, 15, 90, 0.25);
  }

  .button-primary-2:hover {
    box-shadow: 0 3px 15px 0 rgba(251, 15, 90, 0.25);
  }

  .button-primary-3 {
    box-shadow: 0 10px 20px 0 rgba(251, 15, 90, 0.25);
  }

  .button-primary-3:hover {
    box-shadow: 0 3px 15px 0 rgba(251, 15, 90, 0.25);
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 18px;
  }

  blockquote {
    padding: 40px 20px;
    border-radius: 15px;
    font-size: 19px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium {
    padding-right: 16px;
    padding-left: 16px;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .button-primary {
    display: block;
    padding: 22px 26px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    box-shadow: 0 8px 13px 0 rgba(251, 15, 90, 0.25);
    font-size: 16px;
  }

  .button-primary:hover {
    box-shadow: 0 3px 8px 0 rgba(251, 15, 90, 0.25);
  }

  .button-primary.full-width {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-primary.full-width.cart {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .button-primary.add-to-cart {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-primary.follow-me {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-primary.apply-button {
    height: auto;
  }

  .button-secondary {
    padding: 22px 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    box-shadow: 0 3px 10px 0 rgba(251, 15, 90, 0.1);
  }

  .card-v1 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-v2 {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .card-icon-v3 {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-item-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    font-size: 24px;
  }

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

  .nav-menu {
    padding-top: 98px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer {
    padding-top: 40px;
  }

  .about-template-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .section.journey {
    padding-top: 60px;
  }

  .section.conferences-events {
    padding-top: 60px;
  }

  .section.blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-hero {
    padding-bottom: 60px;
  }

  .section.about-videos {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .section.analytics {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.showreel {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section.sponsors {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.popular-videos {
    padding-bottom: 60px;
  }

  .section.blog-hero {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section.latest-articles {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-article {
    padding-top: 30px;
  }

  .section.events {
    padding-top: 30px;
  }

  .section.event-page {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.latest-events {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.store {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.product {
    padding-top: 30px;
  }

  .section.contact {
    padding-top: 30px;
  }

  .section.blog-category {
    padding-bottom: 60px;
  }

  .divider.footer-top {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .divider.analytics-card {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .divider.product {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider.changelog {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input {
    width: 100%;
  }

  ._404-title {
    margin-bottom: -8px;
    font-size: 95px;
  }

  .container-header {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .split-content.home-hero-left {
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .split-content.conferences-events-left {
    margin-bottom: 60px;
  }

  .split-content.footer-top-left {
    margin-bottom: 30px;
  }

  .split-content.about-videos-left {
    margin-bottom: 40px;
  }

  .split-content.product-left {
    margin-bottom: 30px;
  }

  .title.home-hero {
    margin-bottom: 20px;
    font-size: 44px;
    text-align: center;
  }

  .title.follow-cta {
    font-size: 21px;
  }

  .title.instagram-cta {
    font-size: 32px;
  }

  .title.journey-card {
    margin-top: 20px;
    font-size: 26px;
  }

  .title.blog-featured-title {
    font-size: 22px;
  }

  .title.event-page {
    font-size: 34px;
  }

  .title.latest-events {
    margin-bottom: 20px;
  }

  .title.order-include {
    margin-bottom: 10px;
  }

  .title.latest-articles {
    margin-bottom: 20px;
  }

  .title.faq {
    font-size: 16px;
  }

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

  .paragraph.home-hero {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  .paragraph.about-section {
    margin-bottom: 30px;
  }

  .paragraph.conferences-events {
    margin-bottom: 30px;
  }

  .paragraph.instagram-cta {
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
  }

  .paragraph.about-hero {
    margin-bottom: 40px;
  }

  .paragraph.about-videos {
    margin-bottom: 20px;
  }

  .paragraph.blog-featured-paragraph {
    display: none;
  }

  .paragraph.events-mobile {
    margin-bottom: 30px;
  }

  .paragraph.event-page {
    margin-bottom: 30px;
  }

  .space._2-buttons {
    height: 20px;
  }

  .top-content.blog-article-latest {
    -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;
    text-align: center;
  }

  .top-content.latest-events {
    -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;
    text-align: center;
  }

  .container-small-548px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-898px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-597px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-597px.text-center {
    z-index: 11;
  }

  .image-wrapper.home-hero {
    border-bottom-right-radius: 100px;
  }

  .image-wrapper.about-section-1 {
    border-radius: 24px;
  }

  .image-wrapper.about-section-2 {
    margin-top: -99px;
    border-radius: 24px 24px 80px;
  }

  .image-wrapper.conferences-events {
    border-radius: 24px 24px 100px;
  }

  .image-wrapper.video {
    border-radius: 18px;
  }

  .image-wrapper.video-popular-sidebar {
    margin-bottom: 10px;
  }

  .image-wrapper.about-hero-1 {
    border-bottom-left-radius: 50px;
  }

  .image-wrapper.about-hero-2 {
    margin-top: -103px;
    border-bottom-right-radius: 50px;
  }

  .image-wrapper.about-videos {
    border-radius: 24px 24px 80px;
  }

  .image-wrapper.blog-featured-image-wrapper {
    border-radius: 20px;
  }

  .image-wrapper.blog-article-main-image {
    border-radius: 15px;
  }

  .image-wrapper.blog-article-author {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .image-wrapper.event {
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .image-wrapper.event-icon {
    min-height: 30px;
    min-width: 30px;
    box-shadow: 0 6px 6px 0 rgba(251, 15, 90, 0.13);
  }

  .image-wrapper.order-include {
    width: 100px;
    height: 100px;
  }

  .image-wrapper.product-main-image {
    border-radius: 20px;
  }

  .image-wrapper.product-more-images {
    height: auto;
    max-width: none;
    border-radius: 15px;
  }

  .image-wrapper.product-order-image {
    border-radius: 5px;
  }

  .image-wrapper.video-page {
    border-radius: 15px;
  }

  .shape.home-hero-1 {
    left: -41px;
    top: -43px;
  }

  .shape.home-hero-2 {
    top: -21px;
    right: -37px;
  }

  .shape.home-hero-3 {
    left: -35px;
  }

  .shape.home-hero-4 {
    right: -37px;
  }

  .shape.home-hero-5 {
    left: -21.5px;
    bottom: -51px;
  }

  .shape.home-hero-6 {
    right: -1px;
    bottom: -23px;
  }

  .shape.journey-1 {
    bottom: 242.5px;
  }

  .shape.journey-2 {
    top: 299px;
  }

  .shape.journey-3 {
    bottom: -23px;
  }

  .shape.about-section-1 {
    left: -10px;
    max-width: 30%;
  }

  .shape.about-section-2 {
    left: -10px;
    bottom: 73px;
    max-width: 30%;
  }

  .shape.about-section-3 {
    left: 197.328px;
    top: -19px;
    right: 0px;
    max-width: 30%;
  }

  .shape.about-section-5 {
    right: 4px;
    bottom: -25.5px;
    max-width: 30%;
  }

  .shape.conferences-events-01 {
    left: -27px;
    top: -40px;
    max-width: 30%;
  }

  .shape.conferences-events-02 {
    left: -53px;
    max-width: 30%;
  }

  .shape.conferences-events-03 {
    top: -25px;
    right: -27px;
    max-width: 30%;
  }

  .shape.conferences-events-04 {
    right: -51px;
    max-width: 30%;
  }

  .shape.conferences-events-05 {
    right: -15px;
    bottom: -6px;
    max-width: 30%;
  }

  .shape.about-hero-1 {
    left: -61px;
  }

  .shape.about-hero-2 {
    bottom: 87px;
  }

  .shape.about-hero-3 {
    left: 3px;
    bottom: -32px;
  }

  .shape.about-hero-4 {
    top: 82px;
  }

  .shape.about-hero-5 {
    top: -13px;
  }

  .shape.about-hero-6 {
    right: -23px;
    bottom: 131px;
  }

  .shape.about-videos-1 {
    left: -35px;
    top: -21px;
  }

  .shape.about-videos-2 {
    left: -18px;
  }

  .shape.about-videos-3 {
    top: -23px;
  }

  .shape.showreel-1 {
    left: -47px;
    top: -30px;
  }

  .shape.showreel-2 {
    left: -53px;
    bottom: -54px;
  }

  .shape.showreel-3 {
    top: -50px;
    right: -37px;
  }

  .shape.showreel-4 {
    right: -15px;
    bottom: -29px;
  }

  .shape.contact-1 {
    left: -81px;
    top: -38px;
    max-width: 50%;
  }

  .shape.contact-2 {
    left: -85px;
    max-width: 40%;
  }

  .shape.contact-3 {
    top: -41px;
    right: -94px;
    max-width: 50%;
  }

  .shape.contact-4 {
    right: -91px;
    max-width: 40%;
  }

  .shape.contact-5 {
    right: -44px;
  }

  .shape.not-found-1 {
    left: -60px;
    top: -58px;
    max-width: 40%;
  }

  .shape.not-found-2 {
    left: -53px;
    bottom: -67px;
    max-width: 40%;
  }

  .shape.not-found-3 {
    right: -46px;
    bottom: -54px;
    max-width: 40%;
  }

  .shape.not-found-4 {
    top: -31px;
    right: -34px;
    max-width: 40%;
  }

  .journey-grid {
    margin-top: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card {
    border-radius: 20px 20px 50px;
  }

  .card.follow-journey {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.analytics-slide-card {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card.sponsor {
    padding: 30px 15px;
  }

  .card.events-details {
    width: 100%;
    padding: 40px 20px;
  }

  .card.order-include {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.contact {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .card.password {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card._404 {
    padding-right: 30px;
    padding-left: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 40px;
  }

  .card.follow-dropdown.center {
    left: auto;
  }

  .image.blog-featured-image {
    min-height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.event-page {
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .icon-social-media {
    max-height: 60px;
    max-width: 60px;
    border-radius: 15px;
  }

  .icon-social-media.facebook {
    box-shadow: 0 8px 12px 0 rgba(21, 116, 239, 0.21);
  }

  .icon-social-media.twitter {
    box-shadow: 0 8px 12px 0 rgba(27, 186, 255, 0.27);
  }

  .icon-social-media.instagram {
    box-shadow: 0 8px 12px 0 rgba(251, 15, 90, 0.14);
  }

  .icon-social-media.youtube {
    box-shadow: 0 8px 12px 0 rgba(255, 0, 0, 0.21);
  }

  .icon-social-media.twitch {
    box-shadow: 0 8px 12px 0 rgba(147, 15, 251, 0.14);
  }

  .icon-social-media.tiktok {
    box-shadow: 0 8px 12px 0 rgba(251, 15, 90, 0.14);
  }

  .journey-subtitle {
    margin-bottom: 10px;
  }

  .bg {
    border-radius: 40px;
  }

  .bg.about-section {
    top: 64px;
    width: 115%;
  }

  .bg.conferences-events {
    top: 64px;
    width: 115%;
  }

  .bg.about-videos {
    top: 156px;
    border-radius: 25px;
  }

  .follow-cta-grid {
    grid-column-gap: 8vw;
    grid-row-gap: 30px;
  }

  .instagram-cta-grid {
    margin-top: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .blog-section-grid {
    margin-top: 30px;
    margin-bottom: 40px;
    grid-row-gap: 30px;
  }

  .blog-card-content {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .videos-popular-grid {
    margin-top: 30px;
    margin-bottom: 40px;
    grid-row-gap: 40px;
  }

  .videos-popular-grid.page {
    grid-row-gap: 48px;
  }

  .sidebar-popular-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-video-button-wrapper {
    width: 100px;
    height: 70px;
    border-radius: 15px;
    font-size: 30px;
  }

  .main-video-button-wrapper.popular-video-sidebar {
    width: 100px;
    height: 70px;
    font-size: 30px;
  }

  .main-video-button-wrapper.video-page-button {
    width: 32%;
    height: 41%;
    border-radius: 20px;
    font-size: 40px;
  }

  .my-products-grid {
    margin-top: 30px;
    grid-row-gap: 30px;
  }

  .brand {
    max-width: 150px;
  }

  .brand.footer-brand {
    margin-bottom: 10px;
  }

  .footer-follow-title {
    margin-bottom: 10px;
  }

  .footer-follow-grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    grid-column-gap: 3vw;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-follow-grid.right-align {
    margin-left: 45px;
    text-align: left;
  }

  .social-media-link-block.footer-social-media {
    width: 40px;
    height: 40px;
  }

  .small-print {
    max-width: 320px;
    font-size: 14px;
  }

  .footer-links-title-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-links-title {
    font-size: 20px;
  }

  .footer-mobile-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-content-links.last {
    padding-top: 0px;
  }

  .links-block {
    border: 1px none #000;
  }

  .achievements-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .achievements-grid {
    padding: 20px;
    grid-column-gap: 10vw;
  }

  .achievement-number {
    padding-top: 0px;
    font-size: 32px;
  }

  .achievement-text {
    font-size: 15px;
  }

  .cart {
    margin-right: 10px;
  }

  .container-medium-959px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .follow-journey-grid {
    margin-top: 30px;
    grid-column-gap: 8vw;
  }

  .icon-social-media-follow-journey {
    max-height: 45px;
    max-width: 45px;
  }

  .follow-journey-text {
    font-size: 16px;
  }

  .analytics-slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .icon-social-media-analytics {
    max-height: 60px;
    max-width: 60px;
    border-radius: 15px;
  }

  .analytics-card-top-content {
    margin-left: 10px;
  }

  .analytics-top-content-text {
    font-size: 18px;
  }

  .analytics-card-grid {
    grid-column-gap: 3vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .analytics-number {
    font-size: 28px;
  }

  .analytics-slider-arrow-wrapper {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .analytics-slider-arrow-wrapper.left {
    margin-left: -13px;
  }

  .analytics-slider-arrow-wrapper.right {
    margin-right: -13px;
  }

  .showreel-wrapper {
    margin-top: 30px;
  }

  .sponsors-grid {
    margin-top: 30px;
    margin-bottom: 30px;
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .showreel-video-wrapper {
    border-radius: 20px;
  }

  .latest-videos-grid {
    margin-top: 30px;
    grid-row-gap: 40px;
  }

  .video-page {
    border-radius: 25px;
  }

  .blog-featured-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .blog-grid {
    margin-top: 30px;
    grid-row-gap: 30px;
  }

  .button-pagination {
    margin-top: 30px;
  }

  .blog-article-title-wrapper {
    margin-bottom: 20px;
  }

  .rich-text h2 {
    font-size: 25px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text img {
    border-radius: 15px;
  }

  .blog-article-about-wrapper {
    margin-bottom: 10px;
  }

  .events-grid {
    margin-top: 40px;
    grid-row-gap: 40px;
  }

  .event-details-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .latest-events-grid {
    margin-top: 30px;
    grid-row-gap: 40px;
  }

  .store-grid {
    margin-top: 30px;
    grid-row-gap: 30px;
  }

  .product-price-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .compare-at-price-text {
    margin-right: 10px;
    font-size: 20px;
  }

  .price-text {
    font-size: 20px;
  }

  .orders-include-grid {
    grid-row-gap: 30px;
  }

  .product-description-tabs-menu {
    margin-bottom: 30px;
    grid-auto-columns: 1fr;
  }

  .product-description-tab-link {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .product-description-tabs-content {
    padding: 40px 30px;
  }

  .product-add-to-cart-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .more-images-grid {
    margin-top: 10px;
  }

  .contact-email-wrapper {
    font-size: 18px;
  }

  .container-medium-672px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-form-wrapper {
    margin-top: 40px;
  }

  .container-medium-1024px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .faqs-grid {
    grid-row-gap: 18px;
  }

  .faq-wrapper {
    padding: 20px 15px;
  }

  .dropdown-icon {
    height: 38px;
    min-width: 38px;
    margin-right: 10px;
  }

  .dropdown-content {
    margin-left: 0px;
  }

  .container-medium-760px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-latest-articles-grid {
    margin-top: 30px;
    margin-bottom: 40px;
    grid-row-gap: 30px;
  }

  .rich-text-events h2 {
    font-size: 22px;
  }

  .rich-text-events p {
    margin-bottom: 20px;
  }

  .rich-text-events img {
    border-radius: 20px;
  }

  .category-title-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .blog-category-grid {
    margin-top: 30px;
    grid-row-gap: 30px;
  }

  .checkout-form {
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .block-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .block-content {
    padding: 21px 16px;
  }

  .product-order-item {
    -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;
  }

  .apple-pay.cart-apple-pay {
    height: 55px;
  }

  .product-order-price {
    margin-top: 12px;
    font-size: 16px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-empty-state {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-product-details {
    margin-right: 10px;
    margin-left: 10px;
  }

  .cart-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .drop-div {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .drop-div.first {
    padding-top: 20px;
  }

  .drop-div.last {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .drop-title {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .icon-header-dropdown {
    font-size: 10px;
  }

  .arrow-link {
    font-size: 13px;
  }

  .footer-arrow {
    font-size: 11px;
  }

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

  .event-details-content {
    margin-right: 0px;
  }

  .dropdown-follow {
    display: block;
  }

  .follow-dropdown-grid {
    grid-column-gap: 8vw;
  }

  .follow-text-dropdown {
    font-size: 16px;
  }

  .rich-text-product-description h2 {
    font-size: 25px;
  }

  .rich-text-product-description p {
    margin-bottom: 20px;
  }

  .rich-text-product-description img {
    border-radius: 20px;
  }

  .product-order-content {
    margin-top: 10px;
    margin-left: 0px;
  }

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

  .password-icon {
    width: 100px;
  }

  .typograhy-h2-size {
    font-size: 25px;
  }

  .button-primary-2 {
    display: block;
    padding: 22px 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    box-shadow: 0 8px 13px 0 rgba(251, 15, 90, 0.25);
    font-size: 16px;
  }

  .button-primary-2:hover {
    box-shadow: 0 3px 8px 0 rgba(251, 15, 90, 0.25);
  }

  .button-primary-2.smaller {
    padding: 15px;
    font-size: 12px;
  }

  .form-2 {
    margin-right: 10px;
    margin-left: 10px;
    grid-column-gap: 0px;
  }

  .button-primary-3 {
    display: block;
    padding: 22px 26px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    box-shadow: 0 8px 13px 0 rgba(251, 15, 90, 0.25);
    font-size: 16px;
  }

  .button-primary-3:hover {
    box-shadow: 0 3px 8px 0 rgba(251, 15, 90, 0.25);
  }

  .button-primary-3.smaller {
    padding: 15px;
    font-size: 12px;
  }
}

#w-node-3c6f7a6c9e51-abb94604 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: start;
  justify-self: start;
}

#mce-EMAIL.w-node-3c6f7a6c9e58-abb94604 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3c6f7a6c9e59-abb94604 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a292ddc46c10-e6b9462a {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-6d578a17f715-e6b9462a {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-93ac609e0d7c-e6b9462a {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-89854bb46816-e6b9462a {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-56f0f0bd8dd5-e6b9462a {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-8bedfd5278bc-e6b9462a {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-fefe71524dc3-28b946a5 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-fefe71524dc4-28b946a5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-fefe71524dc3-28b946a5 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-fefe71524dc4-28b946a5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Icons Influencer Template';
  src: url('../fonts/icon-fonts-influencer-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}