.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-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -42px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 9px;
}

.logo {
  width: 225px;
  max-height: 102px;
  min-width: 0px;
  margin-top: -10px;
  margin-left: 0px;
  padding: 0px 3px 0px 19px;
}

.container {
  display: block;
  min-height: 0px;
  min-width: 0px;
  padding: 20px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  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;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  overflow: visible;
  height: 82px;
  min-height: 110px;
  margin-top: 0px;
  float: none;
  background-color: #181818;
  background-image: url('../images/kevlar.jpg');
  background-size: auto;
  box-shadow: inset 0 0 20px 2px #000, 19px 4px 20px -5px #000;
  color: rgba(51, 51, 51, 0.48);
}

.nav-link {
  margin-top: 10px;
  border: 0px none #000;
  border-radius: 13px;
  background-color: rgba(73, 73, 73, 0.14);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-style: normal;
  text-shadow: 4px -5px 9px #000;
}

.nav-link.w--current {
  color: #f6f6f6;
}

.body {
  margin-right: 0px;
  padding-top: 110px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #181818;
  font-size: 20px;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.div-block-3 {
  position: static;
  overflow: hidden;
  height: 200px;
  margin-bottom: 200px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3.coorperate1 {
  position: relative;
  top: -1146px;
  z-index: 5;
  overflow: hidden;
  height: 300px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 180px;
  padding-left: 180px;
  float: none;
  clear: both;
  border: 1px none #000;
  border-radius: 0px;
  text-shadow: 4px 4px 7px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3.coorperate1:hover {
  -webkit-transform: translate(0px, 0px) scale(1);
  -ms-transform: translate(0px, 0px) scale(1);
  transform: translate(0px, 0px) scale(1);
}

.div-block-3.lifestyle {
  position: relative;
  left: 0px;
  top: -200px;
  z-index: 2;
  overflow: hidden;
  width: 2899px;
  height: 280px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 180px;
  padding-left: 180px;
  float: none;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3.drones {
  position: relative;
  top: -1150px;
  z-index: 5;
  display: block;
  height: 290px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 180px;
  padding-left: 180px;
  clear: both;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3.weddings {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 290px;
  margin-top: -42px;
  padding-right: 180px;
  padding-left: 180px;
  clear: both;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -webkit-perspective: 1020px;
  perspective: 1020px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(1333px);
  transform: perspective(1333px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  text-shadow: 4px 4px 7px #000;
  mix-blend-mode: normal;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-3.weddings:hover {
  z-index: 7;
  -webkit-filter: brightness(124%);
  filter: brightness(124%);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: scale3d(1, 1, 1.1);
  transform: scale3d(1, 1, 1.1);
}

.image-11 {
  position: relative;
  left: 0px;
  top: -155px;
  z-index: 2;
  overflow: visible;
  width: 2996px;
  margin-top: 0px;
  margin-right: 64px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  clear: both;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: -webkit-filter 775ms ease;
  transition: -webkit-filter 775ms ease;
  transition: filter 775ms ease;
  transition: filter 775ms ease, -webkit-filter 775ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-11:hover {
  -webkit-filter: brightness(114%);
  filter: brightness(114%);
  -webkit-transform: translate3d(0px, 0px, 162px) perspective(1000px);
  transform: translate3d(0px, 0px, 162px) perspective(1000px);
}

.image-11.coorperate {
  top: -60px;
  z-index: 5;
  width: 3115px;
  margin-top: -3px;
  margin-right: 0px;
  margin-bottom: -113px;
  float: none;
  clear: both;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: -webkit-filter 775ms ease;
  transition: -webkit-filter 775ms ease;
  transition: filter 775ms ease;
  transition: filter 775ms ease, -webkit-filter 775ms ease;
}

.image-11.coorperate:hover {
  clear: both;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-perspective: 686px;
  perspective: 686px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.image-11.lifestyle {
  position: relative;
  left: 0px;
  top: -129px;
  display: inline-block;
  overflow: visible;
  width: 1920px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-11.weddings {
  top: -36px;
  z-index: 0;
  width: 3164px;
  margin-right: 128px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  -webkit-transition: -webkit-filter 750ms ease-out;
  transition: -webkit-filter 750ms ease-out;
  transition: filter 750ms ease-out;
  transition: filter 750ms ease-out, -webkit-filter 750ms ease-out;
}

.image-11.weddings:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-perspective: 667px;
  perspective: 667px;
  -webkit-transform: perspective(1059px);
  transform: perspective(1059px);
}

.image-11.yuh {
  position: relative;
  top: -91px;
  display: inline-block;
  overflow: visible;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -79px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  -webkit-transition: -webkit-filter 775ms ease;
  transition: -webkit-filter 775ms ease;
  transition: filter 775ms ease;
  transition: filter 775ms ease, -webkit-filter 775ms ease;
  white-space: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-11.yuh:hover {
  -webkit-filter: brightness(104%);
  filter: brightness(104%);
}

.link-3.heading-link {
  position: relative;
  top: 19px;
  z-index: 1;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-size: 52px;
  font-style: italic;
}

.link-4 {
  position: relative;
  top: -897px;
  padding-right: 100px;
  padding-left: 100px;
  color: #f6f6f6;
  font-size: 50px;
}

.link-4.heading-link {
  top: 127px;
  z-index: 2;
  width: 0px;
  height: 365px;
  padding-right: 1865px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-style: italic;
  text-align: left;
}

.link-5 {
  position: relative;
  top: -1233px;
  padding-right: 100px;
  padding-left: 100px;
  color: #f6f6f6;
  font-size: 50px;
}

.link-5.heading-link {
  position: relative;
  top: 110px;
  z-index: 3;
  clear: none;
}

.link-5.heading-link.drones {
  top: 120px;
  padding-right: 2120px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-style: italic;
  text-shadow: 4px 4px 7px #000;
}

.link-5.heading-link.lifestyle {
  left: 10px;
  top: 120px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: italic;
}

.section-4 {
  position: relative;
  top: 96px;
  margin-right: -189px;
  margin-bottom: 0px;
}

.section-5 {
  position: relative;
  z-index: 20;
  padding-right: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  direction: ltr;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-size: 53px;
  text-align: center;
  text-transform: capitalize;
}

.grid-3 {
  position: relative;
  top: 368px;
  height: 143px;
  max-height: 154px;
  margin-right: 9px;
  margin-left: 9px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px 344px;
  grid-template-rows: auto 344px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-6 {
  position: relative;
  top: -866px;
  margin: 0px 30px 0px 29px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #494949;
}

.div-block-9 {
  position: relative;
  top: 775px;
  height: 860px;
  background-color: #f6f6f6;
  color: #f6f6f6;
}

.heading-2 {
  margin-top: 0px;
  padding: 101px 50px;
  direction: ltr;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #494949;
  font-size: 59px;
  font-style: normal;
  text-align: center;
  letter-spacing: -4px;
  text-transform: capitalize;
  white-space: normal;
}

.container-3 {
  height: 827px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

.image-12 {
  width: 654px;
  height: auto;
  max-width: 150%;
  padding: 13px 2px 13px 9px;
}

.image-13 {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 0px;
  min-width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 17px 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-17 {
  overflow: visible;
  max-width: 92%;
  margin-right: 8px;
  margin-left: 8px;
  padding: 38px 51px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-19 {
  padding: 106px 21px;
}

.image-20 {
  padding: 83px 4px;
}

.image-21 {
  position: static;
  padding: 68px 5px;
}

.image-22 {
  max-width: 100%;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding: 100px 9px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.heading-4 {
  position: relative;
  top: 690px;
  margin-top: 67px;
  margin-bottom: 57px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-style: normal;
  text-align: center;
}

.heading-4.test {
  top: 721px;
  margin-top: 161px;
  margin-bottom: 161px;
  font-size: 53px;
}

.image-25 {
  max-width: 88%;
  padding: 12px 50px;
}

.grid-4 {
  margin-top: 100px;
  margin-bottom: 149px;
  padding: 0px 115px 0px 73px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-26 {
  max-width: 85%;
  margin-right: 5px;
  margin-left: 27px;
  padding-bottom: 13px;
  padding-left: 1px;
  text-transform: none;
}

.image-27 {
  max-width: 75%;
  margin-right: 6px;
  margin-bottom: 13px;
  margin-left: 6px;
}

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

.image-29 {
  margin-right: 5px;
  margin-bottom: 9px;
  margin-left: 5px;
}

.image-30 {
  margin-right: 5px;
  margin-bottom: 6px;
  margin-left: 5px;
  padding-right: 1px;
  padding-left: 1px;
}

.image-31 {
  margin: 174px 5px 1px;
}

.image-32 {
  width: 83px;
  margin-bottom: 10px;
  padding: 11px 5px;
}

.nav-menu {
  margin-top: -6px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(255, 41, 41, 0);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-8 {
  margin-top: 110px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #912828, #181818 57%);
}

.container-5 {
  height: 894px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 133px;
  padding-left: 133px;
  background-color: #f6f6f6;
  white-space: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-5.con5 {
  height: 1009px;
  border-radius: 20px;
  background-color: #f6f6f6;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-5.con1 {
  border-radius: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-5 {
  position: relative;
  top: 14px;
  margin-left: 7px;
  padding: 0px 21px 6px;
}

.image-35 {
  padding: 32px 365px;
  border-radius: 0px;
  text-align: center;
}

.paragraph-5 {
  height: 714px;
  margin: 38px 20px 8px;
  padding: 18px 3px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 43px;
  font-weight: 400;
  text-align: left;
}

.paragraph-5.p2 {
  line-height: 38px;
}

.body-2 {
  background-color: #181818;
}

.image-38 {
  margin-top: 0px;
  margin-bottom: 45px;
  padding: 40px 41px;
}

.image-39 {
  margin: 76px 38px 5px -221px;
  padding: 23px 23px 0px;
  mix-blend-mode: normal;
}

.link-8 {
  position: absolute;
  left: 1344px;
  top: 795px;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: 2px 10px 14px 6px #252525;
  font-family: Varela, sans-serif;
  color: #f6f6f6;
  font-size: 59px;
}

.heading-9 {
  position: relative;
  left: -895px;
  top: -190px;
  margin: 16px 1073px;
  padding: 0px 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-size: 73px;
  line-height: 84px;
  font-weight: 400;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-6 {
  max-height: 347px;
  padding-top: 0px;
}

.image-42 {
  position: absolute;
  top: 922px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #181818;
}

.container-8 {
  position: static;
  left: 0%;
  top: 1px;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #181818;
}

.image-43 {
  max-width: 22%;
  margin-right: 82px;
  margin-left: 82px;
  padding-right: 17px;
  padding-left: 17px;
}

.heading-12 {
  margin-top: 24px;
  margin-right: 98px;
  margin-left: 98px;
  padding-left: 0px;
  float: right;
}

.heading-13 {
  margin-right: 76px;
  margin-left: 76px;
  padding-right: 58px;
  padding-left: 58px;
  float: right;
  color: #f6f6f6;
  font-size: 17px;
}

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

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

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

.wrapper {
  overflow: hidden;
  width: 100vw;
  height: 125px;
  margin-top: 0px;
  margin-bottom: 100px;
}

.loop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 176%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  margin-right: 21px;
}

.textblock {
  width: 100%;
  margin-right: 74px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-size: 50px;
  line-height: 100%;
  white-space: nowrap;
}

.textblock.limited-avail {
  font-family: Varela, sans-serif;
  color: #f6f6f6;
  font-size: 48px;
}

.noise {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  overflow: visible;
  width: 100vw;
  height: 494vh;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.html-embed {
  position: relative;
  left: 0%;
  top: -3%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  overflow: hidden;
  height: 1135px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -o-object-fit: none;
  object-fit: none;
}

.body-3 {
  background-color: #f6f6f6;
  color: #181818;
  white-space: normal;
}

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

.body-5 {
  display: block;
  margin-top: 26px;
  margin-bottom: 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;
  background-color: #cebeae;
  color: #f6f6f6;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-6 {
  height: auto;
  clear: left;
  border-radius: 0px;
  background-color: #181818;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

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

.wedpic {
  position: relative;
  left: 25%;
  top: 11%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 50%;
  float: none;
  clear: none;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-10 {
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-10 {
  position: static;
  top: 132px;
  overflow: visible;
  margin: auto 212px 0px;
  padding: 0px;
  clear: both;
}

.image-44 {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  overflow: visible;
  height: auto;
  margin: 0px 60px;
  padding: 0px;
  clear: both;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-9 {
  position: relative;
  left: -358px;
  top: 287px;
}

.wedtxt {
  position: static;
  left: 0px;
  top: 0px;
  width: 416px;
  padding-right: 47px;
  padding-left: 47px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 62px;
  text-align: center;
  text-shadow: 1px 1px 13px #000;
}

.container-10 {
  position: static;
  left: 2%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-bottom: 0px;
  padding: 0px 25px 7px;
}

.heading-14 {
  position: absolute;
  left: 388px;
  top: 747px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  margin: 10px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 55px;
  text-align: left;
  text-shadow: 4px 4px 14px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-15 {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px auto;
  padding: 0px 0px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 58px;
  text-shadow: 5px 5px 12px #000;
}

.heading-16 {
  position: relative;
  left: -325px;
  top: 523px;
  right: auto;
  bottom: 0px;
  z-index: 42;
  display: inline;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 5px 100px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 56px;
  text-align: left;
  text-shadow: 1px 1px 16px #000;
}

.div-block-11 {
  position: relative;
  top: 8px;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: -4px;
  margin-left: -4px;
  padding-right: 130px;
  padding-left: 0px;
  clear: both;
  text-align: center;
}

.section-11 {
  position: relative;
  top: 141px;
  display: block;
  clear: both;
}

.image-45 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  clear: both;
  text-align: left;
}

.heading-17 {
  position: relative;
  left: 68px;
  top: -240px;
  display: inline;
  padding-right: 100px;
  padding-left: 100px;
  text-shadow: 1px 1px 14px #000;
}

.container-12 {
  clear: none;
}

.section-12 {
  position: absolute;
  left: auto;
  top: 113px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2323px;
  height: 1093px;
  max-width: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  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;
}

.container-13 {
  position: static;
  display: block;
  overflow: visible;
  height: 100%;
  max-height: 111px;
  max-width: 100%;
  min-height: 0px;
  clear: none;
  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;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-13 {
  position: absolute;
  left: 0%;
  top: -68px;
  right: 0%;
  bottom: 0%;
}

.div-block-12 {
  overflow: hidden;
  margin: 10px auto;
  padding: 0px;
}

.section-14 {
  position: absolute;
  left: 0%;
  top: 1192px;
  right: 0%;
  bottom: 0%;
  height: 257px;
  padding-right: 1281px;
  padding-left: 266px;
  font-size: 17px;
}

.div-block-13 {
  position: relative;
  left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 138px;
  height: 0px;
  min-width: 0px;
  padding-right: 8px;
  padding-left: 8px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #f6f6f6;
  border-radius: 10px;
}

.section-15 {
  position: absolute;
  top: 1318px;
  width: 100%;
  height: 602px;
}

.gallery-slider {
  position: relative;
  top: 1489px;
  bottom: auto;
  display: block;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  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;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.gallery-slide {
  height: auto;
  background-color: transparent;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin-bottom: 0px;
  color: #f5f7fa;
  line-height: 32px;
}

.gallery-slider-left {
  left: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.gallery-slider-left:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-left[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  right: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.gallery-slider-right:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-right[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slide-nav {
  display: none;
}

.section-16 {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  height: 1541px;
  margin-top: 1054px;
  margin-bottom: 0px;
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#181818), color-stop(12%, #fff), color-stop(65%, #fff), color-stop(77%, #181818));
  background-image: linear-gradient(180deg, #181818, #fff 12%, #fff 65%, #181818 77%);
}

.slider {
  top: -133px;
  height: 1080px;
}

.icon-2 {
  position: relative;
  top: 0px;
  display: block;
  overflow: visible;
  margin-top: auto;
  margin-bottom: auto;
  float: none;
  clear: none;
}

.slide1 {
  top: -92px;
}

.mask {
  top: 91px;
}

.slide {
  top: -91px;
}

.youtube {
  top: 1415px;
}

.image-46 {
  display: inline-block;
  margin-left: 89px;
  padding-left: 151px;
  text-align: center;
}

.slider-2 {
  height: 1358px;
  padding: 0px;
}

.section-17 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 2170px;
  margin-top: 0px;
  border-radius: 0px;
}

.div-block-14 {
  margin-top: 4px;
  padding-left: 0px;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1532px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-18 {
  position: static;
  left: 32%;
  top: -33%;
  right: auto;
  bottom: 0%;
  margin-top: 321px;
  margin-bottom: 206px;
  padding-right: 112px;
  padding-left: 112px;
  float: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 203px;
  text-align: center;
  text-shadow: 1px 1px 6px hsla(0, 0%, 96.5%, 0.61);
}

.slide-2 {
  height: 1248px;
}

.mask-2 {
  overflow: hidden;
  height: 1371px;
}

.video {
  height: 1373px;
  padding: 0px;
}

.image-47 {
  position: static;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: both;
  font-size: 35px;
  text-align: center;
}

.section-18 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  overflow: visible;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px;
  float: none;
  clear: right;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  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;
  text-align: left;
}

.image-48 {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 10px;
}

.grid-5 {
  position: static;
  left: 0px;
  top: 0px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . ."
    ". . Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.div-block-15 {
  position: absolute;
  top: 5270px;
  display: block;
  width: 1100px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-49 {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: 104px;
  margin-left: 104px;
}

.image-50 {
  max-width: 100%;
}

.heading-19 {
  position: absolute;
  left: 44%;
  top: -84%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  padding-right: 62px;
  padding-left: 62px;
  text-shadow: 1px 1px 6px #f6f6f6;
}

.section-19 {
  position: absolute;
  bottom: -4704px;
  width: 100%;
  height: 138px;
}

.heading-20 {
  position: relative;
  left: 400px;
  top: -502px;
  display: inline;
  overflow: hidden;
  padding-right: 24px;
  padding-left: 24px;
  float: none;
  clear: both;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 76px;
  text-shadow: 5px 5px 11px #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-16 {
  position: relative;
  left: 171px;
  top: 548px;
  display: inline;
  overflow: visible;
  width: 1100%;
  height: auto;
  max-width: 342px;
  clear: both;
  border: 1px solid #000;
  border-radius: 0px;
}

.div-block-17 {
  position: relative;
  left: 505px;
  top: 529px;
  width: 164px;
  height: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6f6;
  border-radius: 8px;
}

.section-20 {
  margin-top: 114px;
}

.video-2 {
  position: static;
  top: 0px;
}

.video-3 {
  position: static;
  top: 134px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1369px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-21 {
  display: inline;
}

.section-21 {
  position: relative;
  top: 25px;
}

.heading-22 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  overflow: visible;
  padding-right: 25px;
  padding-left: 25px;
  clear: none;
  color: #f6f6f6;
  font-size: 75px;
  text-align: left;
}

.section-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 113px;
  float: none;
  clear: both;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-15 {
  position: static;
  top: -604px;
  display: inline-block;
  height: 109px;
  padding-left: 0px;
  clear: both;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-23 {
  height: 100px;
}

.container-16 {
  height: 108px;
  margin-top: 127px;
  margin-bottom: 127px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-18 {
  display: block;
  width: 170px;
  height: 0px;
  margin-top: 69px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6f6;
  border-radius: 6px;
  color: #f6f6f6;
}

.heading-23 {
  display: inline;
  float: left;
  clear: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  text-shadow: 2px 2px 6px #000;
}

.slide-3 {
  overflow: visible;
  height: 1041px;
  float: none;
}

.slider-3 {
  overflow: visible;
  height: 1030px;
  margin-top: 50px;
  margin-bottom: 50px;
  float: none;
  clear: both;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-4 {
  position: relative;
  top: 382px;
  display: block;
  overflow: visible;
  height: 0px;
  margin-top: -817px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.heading-24 {
  position: absolute;
  left: 958.5px;
  display: inline;
  overflow: visible;
  padding-right: 125px;
  padding-left: 125px;
}

.mask-3 {
  position: relative;
  overflow: hidden;
  height: 1076px;
}

.slide-nav {
  position: static;
  left: 0%;
  top: 942px;
  right: 0%;
  bottom: 0%;
  padding-top: 0px;
}

.image-51 {
  position: relative;
  left: 0px;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
}

.container-17 {
  display: inline;
}

.grid-6 {
  grid-template-areas: ". Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-25 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  text-align: center;
}

.paragraph-6 {
  color: #f6f6f6;
}

.text-span {
  position: absolute;
  left: 1269px;
  top: 138px;
  margin-right: 29px;
  margin-left: 29px;
  padding: 12px 2px;
  float: left;
  clear: left;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
}

.section-24 {
  position: relative;
  top: 120px;
  height: 738px;
  padding-right: 300px;
  padding-left: 300px;
  float: right;
}

.heading-26 {
  position: relative;
  left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  clear: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-size: 42px;
  text-align: center;
}

.paragraph-7 {
  position: static;
  left: 1120.5px;
  top: 93px;
  overflow: visible;
  width: 313px;
  height: 166px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  clear: both;
  color: #f6f6f6;
  font-size: 22px;
  line-height: 45px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-52 {
  position: relative;
  left: 551px;
  top: 77px;
  display: inline-block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  clear: both;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-8 {
  padding-right: 15px;
  padding-left: 15px;
  float: none;
  color: #f6f6f6;
  font-size: 20px;
  line-height: 34px;
  text-align: right;
}

.image-53 {
  display: inline-block;
  padding-left: 0px;
  float: none;
  clear: none;
  text-align: center;
}

.container-18 {
  clear: none;
}

.columns {
  position: relative;
  left: -276px;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
}

.image-54 {
  float: right;
}

.section-25 {
  position: static;
  left: auto;
  top: 0px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 31%;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #252525;
  font-size: 59px;
}

.rich-text-block {
  padding-right: 323px;
  padding-left: 323px;
}

.image-55 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.image-56 {
  padding-right: 200px;
  padding-left: 200px;
  float: none;
  clear: both;
}

.columns-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  text-align: left;
}

.heading-27 {
  margin-top: 54px;
  color: #f6f6f6;
}

.paragraph-9 {
  margin-top: 32px;
  float: left;
  clear: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: hsla(0, 0%, 96.5%, 0.85);
  font-size: 23px;
  line-height: 35px;
  text-align: center;
}

.button {
  position: relative;
  top: 0px;
  display: block;
  margin-top: 15px;
  margin-right: 43px;
  margin-left: 1px;
  padding: 39px 348px;
  float: none;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 39, 39, 0.71);
  border-radius: 20px;
  background-color: rgba(204, 39, 39, 0);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  text-align: center;
}

.image-57 {
  position: static;
  left: 10px;
  top: 51px;
  margin-top: 47px;
  margin-left: 26px;
  border-radius: 7px;
}

.column {
  padding-top: 159px;
  padding-left: 43px;
}

.column-2 {
  position: relative;
  left: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.paragraph-10 {
  position: static;
  left: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  height: auto;
  margin: 10px auto 87px;
  padding-top: 54px;
  padding-right: 4px;
  padding-left: 4px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-size: 33px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
}

.image-58 {
  overflow: visible;
  max-width: 75%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 19px;
  float: left;
  clear: none;
}

.heading-28 {
  display: block;
  margin-top: 58px;
  padding-right: 16px;
  padding-left: 16px;
  float: none;
  color: #f6f6f6;
  font-size: 50px;
  text-align: center;
}

.section-26 {
  position: static;
  top: 678px;
  display: block;
  overflow: hidden;
  height: 1416px;
  margin-top: 0px;
  float: none;
  clear: none;
  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;
}

.slider-arrow {
  left: 0px;
  top: 0px;
  width: 72px;
  height: 72px;
  background-color: #fff;
}

.slider-arrow.right {
  left: auto;
  top: 0px;
  right: 0px;
}

.slide-4 {
  position: relative;
}

.slider-mask {
  display: block;
  overflow: visible;
  width: 25%;
  margin-right: auto;
  margin-left: auto;
}

.slider-wrap {
  top: 0px;
}

.extra-img-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  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;
}

.extra-img {
  position: absolute;
  left: -97.5%;
  top: 0px;
  bottom: 0px;
  width: 95%;
}

.extra-img.last-slide {
  left: auto;
  top: 0px;
  right: -97.5%;
  bottom: 0px;
}

.slider-arrow-icon {
  color: #000;
  font-size: 22px;
}

.main-img {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.slide-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.45);
}

.slide-overlay.extra-img-overlay {
  width: auto;
}

.slide-nav-2 {
  display: none;
}

.slider-4 {
  top: 0px;
  overflow: hidden;
  height: 50vh;
  background-color: transparent;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #181818;
}

.container-19 {
  position: relative;
  top: 516px;
}

.image-59 {
  margin-top: 240px;
  margin-bottom: 240px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5000px;
  margin-right: -20px;
  margin-left: -20px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-img._50-r-m {
  position: relative;
  display: block;
  margin-right: 200px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.content_wrapper {
  width: 100%;
  height: 100vh;
  margin-top: auto;
}

.section-heightt {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 500px;
}

.sticky-element {
  width: 100%;
  height: 100vh;
}

.track {
  height: 100%;
}

.track-flex {
  height: 100%;
}

.mask-4 {
  position: relative;
  overflow: visible;
  height: 175%;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.right-arrow {
  left: auto;
  top: 80%;
  right: 0%;
  bottom: 0%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.left-arrow {
  left: 0%;
  top: 80%;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide-nav-3 {
  top: 497px;
}

.slider-5 {
  height: 332px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-19 {
  position: relative;
  top: 286px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}

.heading-29 {
  position: relative;
  top: 0px;
  margin-top: 12px;
  color: #f6f6f6;
  text-align: center;
}

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

.container-20 {
  position: relative;
  top: auto;
  height: 33px;
  padding-top: 0px;
  clear: both;
  color: hsla(0, 0%, 96.5%, 0.94);
  font-size: 27px;
  line-height: 28px;
}

.container-21 {
  display: block;
  height: 486px;
  margin-top: auto;
  padding-top: 67px;
  padding-bottom: 67px;
  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;
}

.slider-6 {
  top: 100px;
  overflow: hidden;
  width: auto;
  height: 522px;
  clear: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-60 {
  margin-top: 0px;
}

.image-61 {
  width: 100%;
  margin-top: 0px;
}

.image-62 {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.image-63 {
  position: static;
  top: 0px;
  width: 100%;
  margin-top: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
}

.image-64 {
  width: 100%;
  margin-top: 0px;
}

.image-65 {
  margin-top: 0px;
}

.image-66 {
  width: 100%;
  margin-top: -602px;
}

.image-67 {
  position: static;
  width: 100%;
  margin-top: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-68 {
  position: static;
  top: auto;
  display: inline-block;
  overflow: visible;
  width: 100%;
  padding-top: 0px;
  padding-right: 50px;
  padding-left: 50px;
  float: none;
  clear: none;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-5 {
  top: -67px;
}

.slide-6 {
  position: static;
  top: 0px;
}

.slide-7 {
  position: static;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mask-5 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  height: 1256px;
  max-height: 100%;
  max-width: 100%;
  padding-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-8 {
  width: 100%;
  height: 100%;
}

.slide-9 {
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.list {
  list-style-type: disc;
}

.slider-7 {
  top: 407px;
}

.container-22 {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.container-22.pss {
  margin-top: auto;
  margin-bottom: 21px;
}

.testimonial-column-light {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

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

.testimonial-card-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e4ebf3;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f7fa;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.slide-10 {
  top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-28 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 151px;
  padding-bottom: 151px;
}

.section-29 {
  height: 16%;
  margin-top: 50px;
}

.container-24 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-image: url('../images/387A6406-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-size: 50px;
  line-height: 218px;
  text-shadow: 7px 7px 6px #000;
}

.bullets {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-size: 33px;
  line-height: 55px;
  text-align: left;
}

.slider-8 {
  width: 100%;
  height: 529px;
  box-shadow: 13px 13px 20px 0 #000;
}

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

.video-5 {
  top: auto;
  float: none;
}

.video-6 {
  top: -109px;
}

.mask-6 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.right-arrow-2 {
  margin-top: 99px;
  margin-bottom: 99px;
}

.left-arrow-2 {
  margin-top: 98px;
  margin-bottom: 98px;
}

.slide-nav-4 {
  margin-right: 357px;
  margin-left: 357px;
}

.image-69 {
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.image-70 {
  position: relative;
  width: 100%;
  height: 531px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-71 {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.image-72 {
  margin-top: -13px;
}

.image-73 {
  margin-top: -93px;
}

.image-74 {
  margin-top: -96px;
}

.slide-11 {
  margin-top: -94px;
}

.image-75 {
  margin-top: -97px;
}

.video-7 {
  margin-top: 0px;
}

.image-76 {
  margin-top: -88px;
}

.image-77 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  max-width: 100%;
  clear: none;
  text-align: left;
}

.container-25 {
  margin-top: 79px;
}

.container-26 {
  display: block;
  overflow: visible;
  padding-left: 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;
}

.section-31 {
  margin-top: 124px;
  margin-bottom: 124px;
}

.grid-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-span-2 {
  text-decoration: underline;
}

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

.div-block-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.text-block-2 {
  font-size: 25px;
}

.text-block-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 52px;
}

.text-block-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 115px;
}

.txt-with-bg {
  overflow: visible;
  width: 50%;
  height: 100%;
  background-image: url('../images/Wedding1.jpg');
  background-position: 0px 0px;
  background-size: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 166px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-8 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

.section-32 {
  height: 1900px;
}

.grid-9 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-33 {
  margin-top: 653px;
  margin-bottom: 653px;
}

.section-34 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 224px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #252525;
}

.contact {
  margin: auto;
  background-color: #252525;
}

.grid-10 {
  overflow: visible;
  margin-top: 0px;
  margin-right: 5px;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.txt-field {
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 30px;
}

.text-field {
  margin-top: 18px;
  margin-bottom: 18px;
}

.text-field-2 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.text-field-3 {
  position: static;
  height: 73px;
  margin-top: 18px;
  margin-bottom: 18px;
  clear: left;
  direction: rtl;
  font-size: 16px;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-field-4 {
  position: static;
  height: 354px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 50px 0px;
  float: none;
  clear: left;
  font-size: 20px;
  text-align: left;
  white-space: break-spaces;
}

.text-span-3 {
  font-style: italic;
}

.form {
  float: none;
  clear: none;
}

.text-field-5 {
  display: block;
  overflow: visible;
  height: 244px;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-top: 0px;
  padding-right: 38px;
  padding-bottom: 168px;
  clear: left;
  text-align: left;
  text-indent: 0px;
  text-transform: none;
  -webkit-column-count: 6;
  column-count: 6;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.html-embed-3 {
  overflow: visible;
  margin-bottom: 31px;
  padding: 10px 15px;
  text-align: center;
}

.heading-31 {
  overflow: visible;
  height: 838px;
  margin-top: auto;
  margin-bottom: 20px;
  padding: 69px 231px 40px;
  background-color: #252525;
  background-image: url('../images/ajcam-5.jpg');
  background-position: 0% 55%;
  background-size: cover;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-size: 64px;
  font-style: normal;
  text-align: center;
  text-shadow: 6px 6px 5px #000;
}

.image-79 {
  max-height: 100%;
  padding: 0px;
}

.grid-11 {
  justify-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-35 {
  height: 105px;
}

.section-36 {
  margin-top: 19px;
  margin-right: 15px;
  margin-left: 15px;
}

.button-2 {
  height: 357px;
}

.image-80 {
  padding-left: 16px;
}

.container-27 {
  padding: 5px 16px;
}

.section-37 {
  height: 107px;
}

.grid-12 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-81 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.section-38 {
  margin-right: 16px;
  margin-left: 16px;
}

.grid-13 {
  margin-top: 165px;
  margin-bottom: 101px;
  justify-items: center;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.heading-32 {
  margin-top: 81px;
  margin-bottom: 60px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
  font-size: 62px;
  text-align: center;
  text-decoration: none;
}

.div-block-24 {
  height: 1px;
  margin-right: 74px;
  margin-bottom: 0px;
  margin-left: 74px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6f6;
  border-radius: 20px;
  font-size: 0.5px;
  line-height: 0.5px;
  text-align: center;
}

.gallery-scroll {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #252525;
}

.container-28 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-wrapper-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 227px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
}

.gallery-link {
  margin-bottom: 35px;
  color: #f6f6f6;
  font-size: 33px;
  line-height: 55px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, 0.8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  margin-bottom: 0px;
  color: #f5f7fa;
}

.heading-33 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f6f6;
}

.gallaryimg {
  height: 100%;
}

.grid-14 {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-rows: minmax(auto, 1fr);
  -ms-grid-rows: minmax(auto, 1fr) minmax(500px, 1fr);
  grid-template-rows: minmax(auto, 1fr) minmax(500px, 1fr);
}

.section-39 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#252525));
  background-image: linear-gradient(180deg, #252525, #252525);
}

.container-30 {
  margin-top: auto;
}

.div-block-25 {
  height: 0.2px;
  margin: 55px 4px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6f6;
}

.nav-link-2 {
  margin-left: -205px;
  padding-right: 187px;
  padding-bottom: 43px;
}

.image-89 {
  position: static;
  bottom: 42px;
  overflow: hidden;
  width: 3115px;
  margin-top: -253px;
  margin-bottom: -464px;
}

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

.image-90 {
  margin-left: 4px;
  border-radius: 20px;
}

.image-91 {
  margin-top: 0px;
  border-radius: 20px;
}

.image-92 {
  width: 100%;
}

.image-93 {
  width: 100%;
}

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

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

.image-96 {
  height: auto;
}

.link-block {
  overflow: hidden;
  padding-right: 0px;
}

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

.image-97 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.image-98 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.image-99 {
  width: 100%;
  height: 100%;
}

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

.image-101 {
  width: 100%;
  height: 100%;
}

.image-102 {
  width: 100%;
  height: 100%;
}

.image-103 {
  width: 100%;
  height: 100%;
}

.image-104 {
  width: 100%;
  height: 100%;
}

.image-105 {
  width: 100%;
  height: 100%;
}

.image-106 {
  width: 100%;
  height: 100%;
}

.image-107 {
  width: 100%;
  height: 100%;
}

.image-108 {
  width: 100%;
  height: 100%;
}

.image-109 {
  width: 100%;
  height: 100%;
}

.image-110 {
  height: 100%;
}

.image-111 {
  width: 100%;
}

.image-112 {
  width: 100%;
}

.image-113 {
  width: 100%;
}

.image-114 {
  width: 100%;
}

.image-115 {
  width: 100%;
}

.image-116 {
  border-radius: 5px;
}

.div-block-27 {
  width: 128px;
  height: 115px;
  float: right;
}

.image-118 {
  border-radius: 20px;
  background-color: #f6f6f6;
}

.image-119 {
  width: 100%;
  height: 100%;
}

.image-120 {
  width: 100%;
  height: 100%;
}

.image-121 {
  width: 100%;
  height: 100%;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  .content-holder {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
  }

  .icon {
    color: #f6f6f6;
  }

  .navbar {
    margin-left: -17px;
    padding-right: 44px;
    padding-left: 44px;
  }

  .menu-button.w--open {
    background-color: #252525;
  }

  .body {
    overflow: visible;
    height: 0px;
    background-color: #252525;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .div-block-3 {
    position: relative;
    top: 0px;
  }

  .div-block-3.coorperate1 {
    position: relative;
    top: -1189px;
    height: 230px;
    max-height: 197px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 16px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-3.lifestyle {
    position: relative;
    top: -207px;
    height: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-3.drones {
    position: relative;
    top: -1189px;
    height: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-3.weddings {
    height: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-11 {
    top: -170px;
    background-color: #f6f6f6;
  }

  .image-11.coorperate {
    top: -249px;
    margin-top: 134px;
    margin-bottom: 134px;
    padding-bottom: 0px;
  }

  .image-11.lifestyle {
    top: -192px;
  }

  .image-11.yuh {
    margin-top: -89px;
  }

  .link-3 {
    position: relative;
    left: 84px;
    top: -350px;
    padding-right: 15px;
    padding-left: 15px;
    color: #f6f6f6;
    font-size: 32px;
  }

  .link-3.heading-link {
    left: 0px;
    top: -5px;
    font-size: 32px;
  }

  .link-4 {
    position: relative;
    left: 83px;
    top: -607px;
    padding-right: 15px;
    padding-left: 15px;
    color: #f6f6f6;
    font-size: 32px;
  }

  .link-4.heading-link {
    top: 91px;
  }

  .link-5 {
    position: relative;
    left: 83px;
    top: -474px;
    padding-right: 15px;
    padding-left: 15px;
    color: #f6f6f6;
    font-size: 32px;
  }

  .link-5.heading-link.drones {
    top: 95px;
  }

  .link-5.heading-link.lifestyle {
    top: 78px;
  }

  .heading {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 39px;
    padding: 39px 107px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    font-size: 55px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading.test {
    margin: 5px 102px 10px;
    padding: 30px 100px;
    font-size: 50px;
  }

  .grid-3 {
    position: relative;
    top: 270px;
    display: -ms-grid;
    display: grid;
    margin: 375px 120px 100px;
    padding: 0px 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto;
    color: #494949;
  }

  .section-6 {
    position: relative;
    top: -1153px;
    margin: 0px;
    padding-top: 58px;
    padding-bottom: 58px;
    background-color: rgba(37, 37, 37, 0.27);
  }

  .div-block-9 {
    top: 453px;
  }

  .image-12 {
    width: 1369px;
    height: 295px;
    max-width: 187%;
    min-width: 257px;
    padding: 15px 7px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-13 {
    height: 164px;
    max-height: 739px;
    max-width: 100%;
    padding: 39px 10px;
  }

  .image-17 {
    max-width: 72%;
    padding: 40px 28px;
  }

  .image-19 {
    padding: 80px 10px;
  }

  .image-21 {
    max-width: 137%;
    padding: 50px 5px;
  }

  .image-22 {
    position: static;
    padding: 11px 3px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .heading-4 {
    top: 700px;
  }

  .heading-4.test {
    left: -4px;
    top: 568px;
    margin-bottom: 228px;
  }

  .image-25 {
    padding: 5px 35px;
  }

  .grid-4 {
    margin-top: 101px;
    margin-right: 95px;
    margin-left: 95px;
    padding: 35px 0px;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-26 {
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 3px;
  }

  .image-27 {
    max-width: 100%;
  }

  .image-28 {
    max-width: 100%;
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-29 {
    max-width: 100%;
    margin-top: 2px;
  }

  .image-30 {
    max-width: 100%;
    margin-top: 2px;
  }

  .image-31 {
    max-width: 75%;
    margin-top: 110px;
    margin-right: 432px;
    margin-left: 432px;
  }

  .image-32 {
    width: 62px;
    padding-top: 2px;
  }

  .nav-menu {
    margin-right: 1px;
  }

  .section-8 {
    background-image: linear-gradient(231deg, #912828, #181818 32%, #181818 75%, #181818);
  }

  .container-5 {
    height: 530px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px 10px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .container-5.con5 {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .container-5.con1 {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .heading-5 {
    position: static;
    font-size: 30px;
  }

  .heading-5.head {
    position: static;
    overflow: visible;
    color: #fff;
    font-size: 25px;
  }

  .image-35 {
    padding-right: 200px;
    padding-left: 200px;
  }

  .paragraph-5 {
    position: static;
    top: -105px;
    display: inline-block;
    height: 349px;
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 14px;
    -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;
    font-size: 26px;
    line-height: 44px;
  }

  .paragraph-5.p2 {
    font-size: 18px;
  }

  .image-38 {
    position: relative;
    left: -28px;
    top: 87px;
    z-index: 1;
    margin-top: 219px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .image-39 {
    position: relative;
    left: 53px;
    z-index: 2;
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 99px;
    padding-left: 99px;
  }

  .heading-9 {
    left: -1010px;
    top: -82px;
    padding-right: 49px;
    padding-left: 49px;
    font-size: 35px;
  }

  .image-43 {
    margin-top: 17px;
  }

  .heading-13 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .wrapper {
    overflow: hidden;
    height: 144px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .loop-container {
    height: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .textblock {
    font-size: 30px;
  }

  .textblock.limited-avail {
    font-size: 30px;
  }

  .html-embed {
    position: static;
    float: none;
    clear: both;
    opacity: 0;
  }

  .body-5 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .body-6 {
    height: auto;
  }

  .heading-14 {
    position: relative;
    left: -50px;
    top: -298px;
    display: block;
    overflow: visible;
    margin-top: 10px;
    margin-left: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    text-align: center;
  }

  .section-14 {
    padding-right: 83px;
    padding-left: 83px;
  }

  .container-14 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-18 {
    border-radius: 20px;
    background-image: url('../images/weddings.jpg');
    background-position: 50% 0%;
    background-size: auto;
  }

  .section-25 {
    height: 1210px;
  }

  .button {
    margin-right: 0px;
    padding-right: 84px;
    padding-left: 84px;
  }

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

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

  .slider-4 {
    height: 24vh;
  }

  .container-23 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-30 {
    font-size: 45px;
  }

  .bullets {
    font-size: 30px;
  }

  .slider-8 {
    height: 399px;
  }

  .slide-nav-4 {
    margin-right: 248px;
    margin-left: 248px;
  }

  .image-72 {
    display: inline-block;
  }

  .heading-31 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .image-81 {
    width: 100%;
    height: 100%;
    margin-top: 95px;
  }

  .div-block-23 {
    height: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #f6f6f6;
    border-radius: 12px;
    font-size: 0.5px;
    line-height: 0.5px;
  }

  .text-span-4 {
    font-size: 26px;
  }

  .container-28 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0px;
  }

  .image-88 {
    overflow: visible;
  }

  .image-97 {
    border-radius: 0px;
  }

  .image-98 {
    height: 100%;
    border-radius: 0px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    margin-left: 0px;
  }

  .menu-button.w--open {
    background-image: url('../images/kevlar.jpg');
    background-position: 0px 0px;
    background-size: auto;
    background-clip: content-box;
    -webkit-text-fill-color: inherit;
  }

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

  .body {
    height: 2476px;
  }

  .div-block-3 {
    height: 208px;
  }

  .div-block-3.coorperate1 {
    top: -1192px;
    max-height: 202px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-3.lifestyle {
    top: -200px;
    height: 200px;
    margin-bottom: 0px;
  }

  .div-block-3.drones {
    top: -1229px;
    height: 172px;
    margin-top: 37px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-3.weddings {
    top: 4px;
    display: inline-block;
    overflow: hidden;
    height: 375px;
    margin-top: -46px;
    margin-bottom: 0px;
    clear: both;
    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;
    -webkit-transition-property: none;
    transition-property: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-11 {
    display: block;
  }

  .image-11.coorperate {
    top: -179px;
  }

  .image-11.lifestyle {
    top: -138px;
  }

  .image-11.weddings {
    top: -110px;
    display: inline-block;
    overflow: visible;
    margin-top: 0px;
    padding-bottom: 0px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .link-3.heading-link {
    top: 34px;
  }

  .link-4.heading-link {
    top: 80px;
    font-style: normal;
  }

  .link-5.heading-link {
    top: 74px;
  }

  .link-5.heading-link.drones {
    top: 76px;
  }

  .link-5.heading-link.lifestyle {
    top: 87px;
  }

  .section-4 {
    top: 62px;
  }

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

  .heading.test {
    position: static;
    top: -14%;
    margin: -212px 0px 0px;
    padding: 2px 8px 97px;
    clear: both;
  }

  .grid-3 {
    position: static;
    top: -40px;
    height: 0px;
    max-height: 0px;
    margin-top: 198px;
    margin-bottom: 0px;
    padding: 0px 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-rows: 120px;
    grid-column-gap: 89px;
    grid-row-gap: 89px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: minmax(0px, 1.25fr) 120px 120px 119px;
    grid-template-rows: minmax(0px, 1.25fr) 120px 120px 119px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-6 {
    position: relative;
    top: -890px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-9 {
    top: 1535px;
    height: 0px;
  }

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

  .image-12 {
    position: relative;
    top: 22px;
    width: 1330px;
    max-width: 100%;
    min-width: 27px;
    margin: -88px 0px;
    padding: 16px 25px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-13 {
    position: relative;
    top: -95px;
    width: 467px;
    height: 125px;
    max-height: 769px;
    margin-top: -21px;
    margin-right: 137px;
    margin-left: 137px;
    padding: 10px 108px;
  }

  .image-17 {
    position: relative;
    top: -1px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 73px;
  }

  .image-19 {
    position: relative;
    top: 85px;
    margin-top: 0px;
    padding: 11px 93px;
  }

  .image-20 {
    position: relative;
    top: 19px;
    margin-top: 0px;
    padding: 2px 25px;
  }

  .image-21 {
    position: relative;
    top: 123px;
    max-width: 100%;
    margin-top: 0px;
    padding: 4px 25px;
  }

  .image-22 {
    position: relative;
    top: 144px;
    margin-top: 34px;
    padding: 0px 25px;
  }

  .container-4 {
    position: relative;
    top: -83%;
  }

  .heading-4.test {
    top: 1593px;
  }

  .image-25 {
    position: relative;
    top: 44px;
    margin-top: 0px;
    padding-right: 86px;
    padding-left: 86px;
  }

  .grid-4 {
    display: -ms-grid;
    display: grid;
    margin: 0px 54px;
    padding: 119px 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". ."
      ". ."
      ". Area";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-26 {
    max-width: 78%;
    padding-top: 6px;
  }

  .image-27 {
    max-width: 75%;
    padding-top: 8px;
  }

  .image-28 {
    max-width: 84%;
    margin-top: 3px;
  }

  .image-29 {
    max-width: 75%;
    margin-top: 3px;
  }

  .image-30 {
    max-width: 75%;
    padding-top: 5px;
  }

  .image-31 {
    position: absolute;
    left: 200px;
    top: 916px;
    max-width: 70%;
    margin-top: 0px;
    margin-right: 69px;
    margin-left: 69px;
    padding-right: 6px;
    padding-left: 6px;
    float: none;
    clear: both;
  }

  .image-32 {
    width: auto;
    max-width: 69%;
    margin-bottom: 0px;
    padding: 0px;
  }

  .nav-menu {
    margin-left: 18px;
    border-style: dashed;
    border-width: 6px 5px;
    border-color: #f6f6f6;
    background-color: rgba(37, 37, 37, 0.88);
    text-align: right;
  }

  .container-5 {
    position: static;
    right: 0px;
    display: block;
    height: auto;
    margin: 11px auto 10px;
    padding: 9px 14px;
    clear: none;
    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;
    text-align: center;
  }

  .container-5.con5 {
    display: block;
    height: 711px;
    margin-bottom: 8px;
    padding: 15px 28px 49px;
    text-align: left;
  }

  .container-5.con1 {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-top: 9px;
  }

  .heading-5 {
    position: static;
    left: -98%;
    top: 72px;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: inline-block;
    overflow: visible;
    width: auto;
    margin: 6px 3px;
    padding-right: 14px;
    padding-left: 39px;
    float: none;
    clear: none;
    font-size: 26px;
    font-style: normal;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-5.head {
    position: relative;
    left: -15%;
    top: 25px;
    right: 0%;
    bottom: 0%;
    margin-top: -2px;
    margin-right: 151px;
    margin-left: -13px;
    padding: 25px 0px 15px 121px;
    float: none;
    clear: none;
  }

  .image-35 {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .paragraph-5 {
    position: static;
    left: 0px;
    top: 46px;
    display: block;
    width: auto;
    height: auto;
    margin: 3px 9px 13px;
    padding: 32px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 23px;
    line-height: 25px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .image-38 {
    position: absolute;
    left: 1.017px;
    top: 2061px;
  }

  .image-39 {
    position: absolute;
    left: -188px;
    top: 2130.3px;
    margin-top: 51px;
    margin-left: 121px;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
  }

  .heading-9 {
    left: -1079px;
    top: -128px;
    font-size: 34px;
  }

  .image-40 {
    position: static;
    left: 312px;
    display: inline-block;
    max-width: 100%;
    margin-top: -147px;
    padding: 0px 97px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 148px;
  }

  .container-7 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .image-41 {
    max-width: 59%;
    padding-top: 183px;
  }

  .container-8 {
    bottom: -17%;
    display: block;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-43 {
    max-width: 25%;
    margin-top: -90px;
    margin-bottom: 0px;
  }

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

  .body-5 {
    margin-bottom: 0px;
  }

  .body-6 {
    height: auto;
  }

  .body-7 {
    overflow: visible;
  }

  .image-45 {
    position: relative;
  }

  .heading-17 {
    position: relative;
    left: 165px;
    top: 0px;
    right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
    clear: both;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 22px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-18 {
    margin-top: 0px;
    margin-bottom: 111px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 25px;
  }

  .section-25 {
    height: 1048px;
  }

  .button {
    top: -26px;
    margin-right: 35px;
    margin-left: 35px;
    padding: 30px 25px;
    float: none;
    clear: left;
  }

  .slider-6 {
    height: 365px;
  }

  .container-22.pss {
    margin-top: -88px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slider-8 {
    position: relative;
    height: auto;
  }

  .section-30 {
    padding-bottom: 0px;
  }

  .mask-6 {
    height: auto;
  }

  .slide-1 {
    height: 100%;
  }

  .slide-nav-4 {
    margin-right: 128px;
    margin-left: 128px;
  }

  .image-70 {
    width: auto;
    height: auto;
  }

  .container-25 {
    margin-top: auto;
  }

  .html-embed-3 {
    text-align: center;
  }

  .heading-31 {
    padding-right: 26px;
    padding-left: 26px;
    line-height: 70px;
  }

  .container-27 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-37 {
    height: 99px;
  }

  .image-82 {
    padding-right: 7px;
    padding-left: 7px;
  }

  .text-span-4 {
    font-size: 20px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .container-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 269px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide-17 {
    height: auto;
  }

  .slide-18 {
    height: auto;
  }

  .slide-19 {
    height: auto;
  }

  .slide-1-4 {
    height: 100%;
  }

  .grid-14 {
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .div-block-25 {
    margin-right: 28px;
    margin-left: 28px;
  }

  .image-89 {
    margin-top: -202px;
    margin-bottom: -352px;
  }

  .image-97 {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .content-holder {
    height: 105px;
  }

  .logo {
    margin-top: -10px;
    margin-left: -5px;
    padding: 13px 42px;
    text-align: left;
  }

  .container {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 18px;
    padding-bottom: 0px;
    background-color: #181818;
    background-image: url('../images/kevlar.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .icon {
    color: #f6f6f6;
  }

  .menu-button {
    left: -36px;
    margin: 0px -24px 13px 28px;
    padding-top: 18px;
    padding-left: 17px;
    font-size: 25px;
    white-space: normal;
  }

  .menu-button.w--open {
    background-color: #1d1d1d;
    background-clip: content-box;
    -webkit-text-fill-color: inherit;
  }

  .nav-link {
    background-color: transparent;
    color: #f6f6f6;
    text-align: right;
  }

  .body {
    padding-top: 129px;
    padding-right: 0px;
  }

  .div-block-3.coorperate1 {
    top: -1116px;
    z-index: 1;
    height: 174px;
    margin-top: -35px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3.lifestyle {
    position: relative;
    left: 0px;
    display: inline-block;
    width: 479px;
    margin-right: 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;
  }

  .div-block-3.drones {
    top: -1155px;
    height: 144px;
    padding-bottom: 43px;
  }

  .div-block-3.weddings {
    left: -74px;
    top: -128px;
    z-index: 0;
    display: inline-block;
    overflow: hidden;
    width: 553px;
    height: 376px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    clear: none;
    -webkit-transition-property: none;
    transition-property: none;
    -o-object-fit: none;
    object-fit: none;
  }

  .div-block-3.weddings:hover {
    outline-color: #333;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    mix-blend-mode: normal;
  }

  .image-11 {
    top: -42px;
  }

  .image-11.coorperate {
    top: -175px;
    margin-top: 135px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-11.lifestyle {
    left: 0px;
    top: -47px;
    display: inline-block;
    width: auto;
    margin-right: 0px;
  }

  .image-11.weddings {
    left: 22px;
    top: -58px;
    bottom: 413px;
    display: inline-block;
    overflow: hidden;
    width: 538px;
    height: 271px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    float: none;
    clear: none;
  }

  .image-11.yuh {
    margin-top: -29px;
    margin-bottom: -616px;
  }

  .link-3.heading-link {
    left: 62px;
    top: 4px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .link-4.heading-link {
    left: 0px;
    top: 45px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 42px;
    line-height: 25px;
  }

  .link-4.heading-link.w--current {
    top: 31px;
  }

  .link-5.heading-link {
    left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-5.heading-link.drones {
    top: 53px;
    font-size: 42px;
  }

  .link-5.heading-link.lifestyle {
    top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading {
    position: relative;
    top: 26px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 25px;
  }

  .heading.test {
    margin-top: -103px;
    margin-bottom: -152px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 29px;
  }

  .grid-3 {
    position: relative;
    top: 29px;
    max-height: 191px;
    margin-right: 10px;
    margin-left: 10px;
    grid-auto-flow: row dense;
    grid-template-areas: "Area";
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
    -ms-grid-rows: minmax(0px, 1fr) 120px minmax(120px, 1fr) 119px;
    grid-template-rows: minmax(0px, 1fr) 120px minmax(120px, 1fr) 119px;
  }

  .section-6 {
    position: relative;
    top: -985px;
    height: 100px;
  }

  .div-block-9 {
    height: 600px;
  }

  .heading-2 {
    padding-right: 28px;
    padding-left: 28px;
  }

  .container-3 {
    height: 669px;
    background-color: #f6f6f6;
  }

  .image-12 {
    width: 242px;
    min-width: 389px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-13 {
    margin-top: 86px;
    margin-bottom: -25px;
    padding: 16px 121px;
  }

  .image-17 {
    padding-right: 81px;
    padding-left: 81px;
  }

  .image-19 {
    padding-right: 110px;
    padding-left: 110px;
  }

  .image-20 {
    padding-right: 64px;
    padding-left: 64px;
  }

  .image-21 {
    padding-right: 57px;
    padding-left: 57px;
  }

  .image-22 {
    padding-right: 36px;
    padding-left: 36px;
  }

  .heading-4.test {
    margin-top: 315px;
    margin-bottom: 110px;
  }

  .grid-4 {
    height: 456px;
    margin: 10px auto 95px;
    padding: 11px 8px;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-26 {
    margin-top: 0px;
    margin-right: 7px;
    margin-left: 7px;
  }

  .image-27 {
    margin-right: 7px;
    margin-left: 7px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-28 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .image-29 {
    margin-right: 4px;
    margin-left: 4px;
  }

  .image-30 {
    margin-top: -1px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .image-31 {
    max-width: 75%;
    margin-top: 3px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .nav-menu {
    border-style: dashed;
    border-width: 4px;
    border-color: #f6f6f6;
    background-color: rgba(37, 37, 37, 0.94);
  }

  .section-8 {
    margin-bottom: -97px;
    padding-bottom: 0px;
    font-size: 44px;
    line-height: 0px;
  }

  .container-5.con5 {
    height: 791px;
    padding-right: 12px;
    padding-bottom: 9px;
    padding-left: 12px;
  }

  .container-5.con1 {
    position: relative;
    top: -125px;
    height: 945px;
    margin: -163px 6px 6px;
  }

  .heading-5.head {
    left: -18%;
    margin-right: -18px;
    margin-left: 1px;
    padding-right: 13px;
    padding-left: 33px;
    font-size: 21px;
  }

  .image-35 {
    margin-top: 20px;
    padding: 15px 1px 11px;
  }

  .paragraph-5 {
    display: inline-block;
    height: auto;
    max-width: 100%;
    margin: 0px;
    padding: 119px 10px 10px;
    float: left;
    clear: none;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
  }

  .paragraph-5.p2 {
    font-size: 17px;
    line-height: 22px;
  }

  .image-38 {
    top: 1638px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .image-39 {
    left: -124px;
    top: 1473.3px;
    margin-right: 63px;
    margin-left: 126px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-6 {
    height: 117px;
    padding: 29px 10px;
  }

  .image-41 {
    padding-top: 101px;
  }

  .image-42 {
    position: absolute;
    left: 4%;
    top: 724px;
    right: 0%;
    bottom: 0%;
    max-width: 47%;
    margin-top: -40px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    background-color: transparent;
    font-size: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-10 {
    margin-right: -55px;
    margin-left: -55px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
  }

  .heading-11 {
    position: static;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    display: inline;
    margin: 26px 0px 0px;
    padding: 0px;
    float: right;
    clear: none;
    font-size: 11px;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-8 {
    bottom: -18%;
    margin-top: 242px;
    margin-bottom: 1px;
  }

  .image-43 {
    margin-top: 26px;
    margin-right: 28px;
    margin-left: 28px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-13 {
    margin-right: 18px;
    margin-left: 18px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .wrapper {
    height: 63px;
    margin-top: -15px;
    margin-bottom: 0px;
    background-color: #252525;
    background-image: linear-gradient(156deg, #252525 53%, #fff 92%);
  }

  .loop-container {
    height: 0%;
  }

  .textblock {
    height: 90px;
    margin-top: auto;
    margin-right: 25px;
  }

  .body-3 {
    overflow: visible;
    background-color: #181818;
  }

  .body-4 {
    height: 100%;
  }

  .body-5 {
    display: block;
    height: auto;
    margin-bottom: auto;
    clear: none;
  }

  .body-6 {
    height: auto;
  }

  .body-7 {
    height: auto;
  }

  .heading-16 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 34px;
  }

  .image-45 {
    top: -42px;
    max-height: 100%;
    padding: 30px 0px;
  }

  .heading-17 {
    position: absolute;
    left: 0%;
    top: 28%;
    right: 0%;
    bottom: auto;
    display: block;
    overflow: visible;
    margin: 0px auto;
    padding: 0px 35px;
    float: none;
    clear: both;
    font-size: 31px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-17.image-45 {
    overflow: visible;
    margin-bottom: 0px;
  }

  .container-11 {
    position: relative;
  }

  .container-14 {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .section-17 {
    height: 100%;
  }

  .html-embed-2 {
    position: relative;
    overflow: visible;
    height: 1412px;
    margin-right: 0px;
    margin-bottom: -230px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .heading-18 {
    margin-top: -15px;
    margin-bottom: 15px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 24px;
  }

  .container-16 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .heading-23 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 27px;
  }

  .section-25 {
    overflow: hidden;
    width: auto;
    height: auto;
  }

  .paragraph-10 {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 19px;
    text-align: center;
  }

  .image-58 {
    padding-right: 3px;
    padding-bottom: 32px;
    padding-left: 3px;
  }

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

  .container-22.pss {
    display: block;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .container-23 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .section-28 {
    margin-bottom: 93px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .heading-30 {
    margin-top: 10px;
    font-size: 30px;
  }

  .bullets {
    font-size: 20px;
  }

  .slider-8 {
    height: auto;
  }

  .mask-6 {
    width: auto;
    height: auto;
  }

  .slide-1 {
    height: auto;
  }

  .right-arrow-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .left-arrow-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .slide-nav-4 {
    margin-right: 2px;
    margin-left: 2px;
  }

  .image-70 {
    height: 100%;
  }

  .image-72 {
    height: 100%;
  }

  .slide-11 {
    height: auto;
  }

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

  .container-25 {
    display: inline;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 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;
  }

  .grid-7 {
    width: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .contact {
    overflow: visible;
    margin-right: 70px;
    margin-left: auto;
    background-color: #181818;
  }

  .grid-10 {
    justify-items: center;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }

  .html-embed-3 {
    position: relative;
    left: -657px;
    overflow: scroll;
    width: 400%;
    margin-left: 0px;
    padding: 0px 646px;
    background-color: #181818;
  }

  .heading-31 {
    padding: 124px 7px 97px;
    font-size: 57px;
    line-height: 53px;
  }

  .container-27 {
    background-color: #181818;
  }

  .section-37 {
    height: 111px;
    padding-right: 0px;
  }

  .image-81 {
    display: inline-block;
    margin-left: 31px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: left;
  }

  .image-83 {
    margin-bottom: 42px;
    padding-left: 0px;
  }

  .grid-13 {
    width: 100%;
    height: 100%;
  }

  .text-span-4 {
    font-size: 19px;
  }

  .container-28 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    margin-top: -158px;
    margin-bottom: 0px;
    padding-left: 5px;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-link {
    font-size: 23px;
  }

  .slide-12 {
    height: auto;
  }

  .slide-13 {
    height: auto;
  }

  .slide-14 {
    height: auto;
  }

  .slide-15 {
    height: auto;
  }

  .slide-1-2 {
    height: auto;
  }

  .slide-1-3 {
    height: auto;
  }

  .slide-16 {
    height: auto;
  }

  .image-84 {
    height: 100%;
  }

  .image-85 {
    height: 100%;
  }

  .gallaryimg {
    height: auto;
  }

  .image-86 {
    width: 100%;
    height: 100%;
    margin-top: 3px;
    padding-bottom: 0px;
  }

  .image-87 {
    margin-top: -17px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-30 {
    display: block;
    height: auto;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-25 {
    margin-left: 77px;
  }

  .image-89 {
    margin-top: -224px;
    margin-bottom: -336px;
  }

  .image-97 {
    width: auto;
    height: auto;
  }

  .image-98 {
    width: auto;
    height: auto;
  }

  .image-99 {
    height: auto;
    max-height: 100%;
  }

  .image-100 {
    height: auto;
    max-height: 100%;
  }

  .image-101 {
    height: auto;
    max-height: 100%;
  }

  .image-102 {
    height: auto;
    max-height: 100%;
  }

  .image-103 {
    height: auto;
    max-height: 100%;
  }

  .image-104 {
    height: auto;
    max-height: 100%;
  }

  .image-105 {
    height: auto;
    max-height: 100%;
  }

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

  .image-109 {
    width: auto;
    height: auto;
  }

  .image-110 {
    height: auto;
  }

  .image-112 {
    width: auto;
    height: auto;
  }

  .image-113 {
    width: auto;
    height: auto;
  }

  .image-114 {
    width: auto;
    height: auto;
  }

  .image-115 {
    width: auto;
    height: auto;
  }

  .link-block-2 {
    overflow: hidden;
  }

  .image-117 {
    max-width: 95%;
  }

  .link-block-3 {
    margin-right: 0px;
  }

  .image-119 {
    height: auto;
    max-height: 100%;
  }

  .image-120 {
    height: auto;
    max-height: 100%;
  }

  .image-121 {
    height: auto;
    max-height: 100%;
  }
}

#w-node-_10bd1a58-db82-f754-51c5-9c38fc51a927-b3c85016 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f5b77a2b-7a84-7eba-4e29-846802244219-b3c85016 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2c41347c-449b-e375-ba65-4337015e0c7c-b3c85016 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a49c1444-c040-0eab-f2b2-a9acb3e32edb-b3c85016 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d33c0169-65fa-f448-edda-04bfb4bb14b1-b3c85016 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a13e9553-9906-378f-5179-271b37d2f6f4-b3c85016 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cdc158b4-bee2-4b5b-361f-3ab863f17640-b3c85016 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_83beea32-983a-a0fb-2ad6-0016d739b223-b3c85016 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7e292ec3-9b50-e964-8bd5-1e4cc663d6c1-b3c85016 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_7ddff430-16ac-8c7d-2df8-6e6e1f988f9e-b3c85016 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_491e0230-053d-6cc0-c016-744e64b64f1a-b3c85016 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-b3e1ad74-5cac-b34f-3a10-5ece942b0887-77745a22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-af6c38be-3890-5d4a-6e1e-bea7b523c5d2-77745a22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28d32399-e1bf-6288-f00b-9057d96881db-77745a22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6ee36335-7bfc-5eb2-8fd7-00671f2abe21-6e6ae3d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_89edcf9a-aa48-f556-4ee5-7efe81099181-6e6ae3d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_903e4c0d-7c43-5cbf-0503-e32c1e2b0267-6e6ae3d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_2c56c0a5-f99a-87e2-4a5d-43aefbbf4c0e-6e6ae3d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_67d3fe74-399a-a796-b971-8c9a00cf8d3c-6e6ae3d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3cdb1622-f888-4ca9-902f-5a487191fcc4-6e6ae3d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_23ab107f-81f8-face-f54a-1ec9fe77658a-6e6ae3d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-deead60e-dcea-0ab6-4b7f-95f958d47a1b-6e6ae3d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-a55e310a-09ff-c1c8-aef1-1903c1373578-6e6ae3d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_43f418cd-d969-d4f1-6881-055e44d88f23-6e6ae3d7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_656df3ab-be81-b4c7-84ca-99b2e6ab376a-3d015c1a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_57656023-353d-1412-3e68-0c5ca5a82109-3d015c1a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_801b04b9-ccd3-0fac-892e-436bf2f11000-3d015c1a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2f14de0-a432-f141-babc-6a9cda1ece52-3d015c1a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_87fb160c-7a30-905c-5105-b767196f678a-3d015c1a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e517396d-759b-8588-c3da-5bc3e14b6188-3d015c1a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_83b43b6f-bbaf-ea5f-a2f4-e69f533fd90e-3d015c1a {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_4146f7b5-4a96-aa3f-73b4-f9d4c50091fa-3d015c1a {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_49f7baaa-e0c5-3cea-d295-0fb8e47a9d15-e8bf4e85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b2e2726c-b78e-130f-bc54-351855400534-e8bf4e85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f50813bf-267b-770e-139a-97037e70ad9e-e8bf4e85 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-f9afecab-4b2d-8beb-66bc-3b5e44f8b2ef-e8bf4e85 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-e995f4d2-be71-0744-40be-092c5b63770f-e8bf4e85 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_66f70c13-4784-3b37-42de-23df4c4cb5bd-e8bf4e85 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_14f0b7d8-e4d4-dce7-8d2f-b88c6d08fb5f-e8bf4e85 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e342be16-a69d-8c4b-5200-8754fa391153-e8bf4e85 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c8a6731b-c89d-6436-5997-e95ad7b26c27-e8bf4e85 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -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;
}

#w-node-_429c44fe-833b-f2da-f5f6-d6e062dd0f60-e8bf4e85 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_75cf8ae5-66a3-3cef-2669-aa49d74c3309-e8bf4e85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3ff271d3-0e30-cebe-3bb9-0e3fc3a82a1a-e8bf4e85 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-af75be6a-779c-3a05-f40a-b9410e538581-04227f53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_1c4cabaa-f37c-507b-10ff-a1a93c521a42-04227f53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-af75be6a-779c-3a05-f40a-b9410e538583-04227f53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-af75be6a-779c-3a05-f40a-b9410e538584-04227f53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_6b98dc94-ff1f-f8e6-672a-8714a762de66-04227f53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-bfb9bfa1-36c7-d7f4-3bab-5c6bd684ff16-04227f53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ccb48539-a95c-37f5-d46b-3722962989c1-04227f53 {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c106595f-99b6-4722-b697-3438f98aed2b-04227f53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21a14f77-a153-f6ea-e3f3-42f740d74f5d-04227f53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_90577a69-746f-ac66-f13b-cd8342aa0949-04227f53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-deadb2d1-d723-e9df-0214-c12cc53d43f4-04227f53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_10bd1a58-db82-f754-51c5-9c38fc51a927-b3c85016 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f5b77a2b-7a84-7eba-4e29-846802244219-b3c85016 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c41347c-449b-e375-ba65-4337015e0c7c-b3c85016 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a49c1444-c040-0eab-f2b2-a9acb3e32edb-b3c85016 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d33c0169-65fa-f448-edda-04bfb4bb14b1-b3c85016 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a13e9553-9906-378f-5179-271b37d2f6f4-b3c85016 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-cdc158b4-bee2-4b5b-361f-3ab863f17640-b3c85016 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_83beea32-983a-a0fb-2ad6-0016d739b223-b3c85016 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_49f7baaa-e0c5-3cea-d295-0fb8e47a9d15-e8bf4e85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b2e2726c-b78e-130f-bc54-351855400534-e8bf4e85 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f50813bf-267b-770e-139a-97037e70ad9e-e8bf4e85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f9afecab-4b2d-8beb-66bc-3b5e44f8b2ef-e8bf4e85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e995f4d2-be71-0744-40be-092c5b63770f-e8bf4e85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_66f70c13-4784-3b37-42de-23df4c4cb5bd-e8bf4e85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_14f0b7d8-e4d4-dce7-8d2f-b88c6d08fb5f-e8bf4e85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e342be16-a69d-8c4b-5200-8754fa391153-e8bf4e85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-c8a6731b-c89d-6436-5997-e95ad7b26c27-e8bf4e85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_429c44fe-833b-f2da-f5f6-d6e062dd0f60-e8bf4e85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_75cf8ae5-66a3-3cef-2669-aa49d74c3309-e8bf4e85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3ff271d3-0e30-cebe-3bb9-0e3fc3a82a1a-e8bf4e85 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-af75be6a-779c-3a05-f40a-b9410e538581-04227f53 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1c4cabaa-f37c-507b-10ff-a1a93c521a42-04227f53 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-af75be6a-779c-3a05-f40a-b9410e538583-04227f53 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-af75be6a-779c-3a05-f40a-b9410e538584-04227f53 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6b98dc94-ff1f-f8e6-672a-8714a762de66-04227f53 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-bfb9bfa1-36c7-d7f4-3bab-5c6bd684ff16-04227f53 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-ccb48539-a95c-37f5-d46b-3722962989c1-04227f53 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c106595f-99b6-4722-b697-3438f98aed2b-04227f53 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_21a14f77-a153-f6ea-e3f3-42f740d74f5d-04227f53 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_10bd1a58-db82-f754-51c5-9c38fc51a927-b3c85016 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f5b77a2b-7a84-7eba-4e29-846802244219-b3c85016 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_83beea32-983a-a0fb-2ad6-0016d739b223-b3c85016 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_49f7baaa-e0c5-3cea-d295-0fb8e47a9d15-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-b2e2726c-b78e-130f-bc54-351855400534-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f50813bf-267b-770e-139a-97037e70ad9e-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f9afecab-4b2d-8beb-66bc-3b5e44f8b2ef-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e995f4d2-be71-0744-40be-092c5b63770f-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_66f70c13-4784-3b37-42de-23df4c4cb5bd-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_14f0b7d8-e4d4-dce7-8d2f-b88c6d08fb5f-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e342be16-a69d-8c4b-5200-8754fa391153-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-c8a6731b-c89d-6436-5997-e95ad7b26c27-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_429c44fe-833b-f2da-f5f6-d6e062dd0f60-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_75cf8ae5-66a3-3cef-2669-aa49d74c3309-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ff271d3-0e30-cebe-3bb9-0e3fc3a82a1a-e8bf4e85 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c106595f-99b6-4722-b697-3438f98aed2b-04227f53 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_21a14f77-a153-f6ea-e3f3-42f740d74f5d-04227f53 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2c41347c-449b-e375-ba65-4337015e0c7c-b3c85016 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_7b276f7d-85df-95fe-af4d-c61535bc5f98-b3c85016 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_6ee36335-7bfc-5eb2-8fd7-00671f2abe21-6e6ae3d7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_89edcf9a-aa48-f556-4ee5-7efe81099181-6e6ae3d7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_903e4c0d-7c43-5cbf-0503-e32c1e2b0267-6e6ae3d7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_2c56c0a5-f99a-87e2-4a5d-43aefbbf4c0e-6e6ae3d7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_67d3fe74-399a-a796-b971-8c9a00cf8d3c-6e6ae3d7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_3cdb1622-f888-4ca9-902f-5a487191fcc4-6e6ae3d7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_23ab107f-81f8-face-f54a-1ec9fe77658a-6e6ae3d7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-deead60e-dcea-0ab6-4b7f-95f958d47a1b-6e6ae3d7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-a55e310a-09ff-c1c8-aef1-1903c1373578-6e6ae3d7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_43f418cd-d969-d4f1-6881-055e44d88f23-6e6ae3d7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_87fb160c-7a30-905c-5105-b767196f678a-3d015c1a {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-e517396d-759b-8588-c3da-5bc3e14b6188-3d015c1a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_83b43b6f-bbaf-ea5f-a2f4-e69f533fd90e-3d015c1a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_4146f7b5-4a96-aa3f-73b4-f9d4c50091fa-3d015c1a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e995f4d2-be71-0744-40be-092c5b63770f-e8bf4e85 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6b98dc94-ff1f-f8e6-672a-8714a762de66-04227f53 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-bfb9bfa1-36c7-d7f4-3bab-5c6bd684ff16-04227f53 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-ccb48539-a95c-37f5-d46b-3722962989c1-04227f53 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-c106595f-99b6-4722-b697-3438f98aed2b-04227f53 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_21a14f77-a153-f6ea-e3f3-42f740d74f5d-04227f53 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_90577a69-746f-ac66-f13b-cd8342aa0949-04227f53 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-deadb2d1-d723-e9df-0214-c12cc53d43f4-04227f53 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

