:root {
  --gray-1: #222525;
  --baf-blue: #0069ff;
  --light-yellow: #fdf5e0;
  --royal-blue-2: #283dfa;
  --white: white;
  --black: black;
  --primary-2: #fc9f5b;
  --royal-blue: #283dfa;
  --gray-2: #62636b;
  --gray-3: #ecebea;
  --primary-1: #068466;
  --gray-4: #f8f6f4;
  --primary-3: #001e42;
  --success: #57a773;
  --warning: #f19953;
  --error: #ed6a5e;
  --baf-yellow: #ffd501;
  --white-2: #836f02;
  --dark-yellow: #ecc600;
  --dark-blue: #050c46;
  --midnight-blue-2: #474858;
  --baf-grey: #363638;
  --dark-blue-2: #050b46;
  --black-2: #474858;
  --dark-baf-blue: #005de2;
  --light-steel-blue: #96a5ba;
  --midnight-blue: #96a5ba;
  --baf-blue-2: #0040dd;
  --white-smoke: #f8f9fa;
}

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutadditionaltextarea {
  height: 76px;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

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

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

body {
  color: var(--gray-1);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Zilla Slab, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Zilla Slab, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Zilla Slab, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--baf-blue);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 24px;
  padding: 0;
  font-family: Zilla Slab, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  opacity: .5;
  text-align: left;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.section {
  padding-top: 80px;
  padding-bottom: 0;
  font-family: Hind Vadodara, sans-serif;
  position: relative;
}

.section.bg-gray-4 {
  background-color: var(--light-yellow);
  background-image: linear-gradient(140deg, var(--royal-blue-2), var(--baf-blue));
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: DM Sans, sans-serif;
}

.section.bg-primary-1 {
  background-color: var(--white);
}

.section.section-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.image-bg-section {
  background-color: var(--black);
  color: var(--white);
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section.no-bottom-space {
  padding-bottom: 0;
}

.section.no-bottom-space.bg-gray-4 {
  background-color: var(--light-yellow);
}

.section.no-bottom-space.bg-blue {
  background-color: var(--baf-blue);
}

.section.bg-primary-2 {
  background-color: var(--primary-2);
}

.section.bottom-space-small {
  padding-bottom: 48px;
}

.section.bottom-space-small.bg-gradient {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.top-space-small {
  padding-top: 48px;
}

.section.bg-blue-gradient {
  background-color: var(--light-yellow);
  background-image: linear-gradient(140deg, var(--royal-blue-2), var(--baf-blue));
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: DM Sans, sans-serif;
}

.section.bg-yellow {
  background-color: var(--light-yellow);
}

.section.bg-blue {
  background-color: var(--baf-blue);
}

.section.container-copy {
  padding-left: 0;
  padding-right: 0;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  margin: 40px auto 60px;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}

.container.container-narrow {
  max-width: 1084px;
}

.container.container-narrow.new {
  background-color: var(--royal-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.bg-gray-1 {
  background-color: var(--gray-1);
  color: var(--white);
}

.bg-gray-2 {
  background-color: var(--gray-2);
  color: var(--white);
}

.text-large {
  color: var(--black);
  letter-spacing: .3px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-large.footer-text {
  max-width: 294px;
}

.card {
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card:hover {
  text-decoration: none;
}

.card.bg-white {
  max-width: 506px;
}

.card.style-guide-color-card {
  min-width: 150px;
}

.card.form-input-card {
  border-radius: 5px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  transition: border-color .2s;
}

.card.form-input-card:focus {
  border-color: var(--primary-1);
}

.card.form-input-card.search-card {
  padding-right: 6px;
}

.card.no-border {
  position: relative;
}

.card.no-border.image-caption-overlay {
  max-width: 265px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.card.no-border.blog-card {
  height: 100%;
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}

.card.no-border.blog-card:hover {
  transform: translate(0, -12px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.card.link-card {
  width: 100%;
  color: var(--gray-1);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  transition: box-shadow .2s, transform .2s, background-color .2s;
  transform: translate(0);
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0);
}

.card.link-card:hover {
  background-color: var(--white);
  text-decoration: none;
  transform: translate(0, -4px);
  box-shadow: 0 6px 4px rgba(0, 0, 0, .05);
}

.card.form-overlap-card {
  width: 100%;
  margin-top: -96px;
  margin-bottom: 0;
}

.card.fullscreen-card {
  width: 100%;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
}

.card.job-card {
  color: var(--gray-1);
  transition: transform .2s;
}

.card.job-card:hover {
  text-decoration: none;
  transform: translate(12px);
}

.card.help-article-link {
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
}

.card.help-article-link:hover {
  transform: translate(0, -8px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
}

.card.case-study-card {
  height: 100%;
}

.card.password-card {
  width: 100%;
  max-width: 400px;
  margin-top: 36px;
}

.card.page-demo-card {
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
}

.card.page-demo-card:hover {
  transform: translate(0, -6px)scale(1.02);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
}

.text-small {
  color: var(--gray-1);
  font-size: 14px;
  line-height: 20px;
}

.text-small.text-muted.margin-top {
  margin-top: 24px;
}

.text-small.form-hint-text {
  opacity: .75;
  margin-top: 6px;
}

.text-caps {
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-right: -.25em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bg-primary-1 {
  background-color: var(--primary-1);
  color: var(--white);
}

.bg-gray-4 {
  background-color: var(--gray-4);
}

.row {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.row.style-guide-content-row {
  margin-bottom: 12px;
}

.row.row-align-center {
  align-items: center;
}

.row.row-split-content {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  display: grid;
}

.row.row-split-content.direction-reverse {
  direction: rtl;
  flex-direction: row-reverse;
}

.row.row-split-content.row-align-top, .row.row-split-content.large-orders {
  align-items: start;
}

.row.row-split-content.row-sample {
  margin-right: auto;
  padding-right: 60px;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.no-wrap {
  flex-wrap: nowrap;
}

.row.row-justify-center {
  justify-content: center;
}

.row.row-no-wrap {
  flex-wrap: nowrap;
}

.row.icon-row {
  align-items: center;
}

.row.margin-top {
  justify-content: flex-start;
}

.row.price-row {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 12px;
}

.row.row-justify-end {
  justify-content: flex-end;
}

.row.breadcrumb-row {
  border-top: 1px solid var(--gray-3);
  align-items: center;
  padding-top: 12px;
}

.row.justify-content-center {
  margin-top: 40px;
  margin-right: auto;
  padding-right: 100px;
}

.row.utility-row-right {
  justify-content: flex-end;
}

.row.utility-row-left, .row.row-align-center-copy {
  align-items: center;
}

.style-guide-title {
  width: 336px;
  background-color: var(--gray-4);
  border-radius: 10px;
  margin-right: 48px;
  padding: 36px;
  position: relative;
}

.style-guide-content {
  flex: 1;
}

.style-guide-content.row {
  align-items: flex-start;
}

.style-guide-content.row.justify-between {
  justify-content: space-between;
}

.button {
  border: 2px solid var(--primary-1);
  background-color: var(--primary-1);
  color: var(--white);
  border-radius: 5px;
  padding: 10px 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0);
}

.button:hover {
  text-decoration: none;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .2);
}

.button.button-small {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

.button.button-small.bg-gray-4 {
  margin-left: 12px;
}

.button.button-large {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.button.button-outline {
  border-color: var(--primary-1);
  box-shadow: none;
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
  transition: color .2s, background-color .2s;
}

.button.button-outline:hover {
  background-color: var(--primary-1);
  color: var(--white);
}

.button.button-white {
  border-color: var(--white);
  background-color: var(--white);
  box-shadow: none;
  color: var(--gray-1);
  transition: border-color .2s, background-color .2s;
}

.button.button-white:hover {
  border-color: var(--gray-3);
  background-color: var(--gray-3);
}

.button.bg-gray-1 {
  border-color: var(--gray-1);
  background-color: var(--gray-1);
  transition: background-color .2s, border .2s;
}

.button.bg-gray-1:hover {
  border-color: var(--gray-2);
  background-color: var(--gray-2);
  box-shadow: none;
}

.button.bg-gray-4 {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
  color: var(--gray-1);
  transition: border-color .2s, background-color .2s;
}

.button.bg-gray-4:hover {
  border-color: var(--gray-3);
  background-color: var(--gray-3);
}

.button.bg-gray-4.button-block {
  display: flex;
}

.button.bg-primary-2:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1);
}

.button.bg-primary-3 {
  border-color: var(--primary-3);
}

.button.bg-gray-2 {
  border-color: var(--gray-2);
  background-color: var(--gray-2);
  box-shadow: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.bg-gray-2:hover {
  border-color: var(--gray-1);
  background-color: var(--gray-1);
}

.button.bg-gray-3 {
  border-color: var(--gray-3);
  background-color: var(--gray-3);
  box-shadow: none;
  color: var(--gray-1);
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.bg-gray-3:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
}

.button.bg-white {
  border-color: var(--white);
  box-shadow: none;
  color: var(--gray-1);
  transition: border-color .2s, color .2s, background-color .2s;
}

.button.bg-white:hover {
  border-color: var(--gray-3);
  background-color: var(--gray-3);
}

.button.bg-white.search-button {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  font-weight: 500;
}

.button.bg-white.search-button:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.button.bg-success {
  border-color: var(--success);
}

.button.bg-warning {
  border-color: var(--warning);
}

.button.bg-error {
  border-color: var(--error);
}

.button.form-search-button {
  margin-left: 12px;
}

.button.button-outline-white {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .1);
  transition: border-color .2s;
}

.button.button-outline-white:hover {
  box-shadow: none;
  border-color: rgba(255, 255, 255, .75);
}

.button.button-row-last, .button.horizontal-form-button {
  margin-left: 12px;
}

.button.button-block {
  width: 100%;
  border-color: var(--baf-yellow);
  background-color: var(--baf-yellow);
  color: var(--white-2);
  text-align: center;
  font-weight: 600;
}

.button.button-block:hover {
  border-color: var(--dark-yellow);
  background-color: var(--dark-yellow);
  color: #726000;
}

.button.button-block.bg-gray-4 {
  text-align: center;
  justify-content: center;
}

.button.no-wrap {
  white-space: nowrap;
}

.style-guide-content-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.card-head {
  border-bottom: 1px solid var(--gray-3);
  padding: 16px 24px;
}

.card-head.no-border {
  padding-bottom: 0;
}

.card-body {
  flex: 1;
  padding: 24px;
  overflow: visible;
}

.card-body.card-body-large {
  padding: 36px;
}

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

.card-body.card-body-small {
  padding: 16px;
}

.card-body.card-body-small.team-member-card-overlay-body {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-body.justify-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-body.pricing-icon-card-body {
  text-align: center;
  padding: 36px 46px 48px 36px;
}

.card-body.blog-card-body {
  flex: 1;
}

.card-body.job-card-body {
  justify-content: space-between;
  display: flex;
}

.card-body.featured-case-study-card-body {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
}

.card-body.case-study-card-body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.card-body.border-bottom {
  border-bottom: 1px solid var(--gray-3);
}

.card-body.page-demo-card-body {
  border-top: 1px solid var(--gray-3);
  text-align: center;
  padding: 16px;
}

.card-body.notification-card-body {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-body.large-orders-card {
  margin-bottom: 10px;
}

.card-body.card-body-large-copy {
  padding: 36px;
}

.card-body.border-bottom {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ecebea;
}

.card-foot {
  border-top: 1px solid var(--gray-3);
  padding: 16px 24px;
}

.card-foot.bg-gray-4 {
  align-items: center;
  display: flex;
}

.card-foot.no-border.text-small {
  font-family: Hind Vadodara, sans-serif;
}

.card-foot.help-article-card-foot {
  color: var(--gray-1);
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.text-space-left {
  margin-left: 12px;
}

.text-space-left.text-muted {
  font-family: Hind Vadodara, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-space-left.text-muted._2 {
  font-size: 18px;
  line-height: 28px;
}

.card-image-head {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.text-primary-1 {
  color: var(--primary-1);
}

.content-width-small {
  width: 400px;
  direction: ltr;
  flex: none;
}

.content-width-small.card-tabs {
  flex-direction: column;
  display: flex;
}

.content-width-small.expandable-tabs-vertical {
  border-left: 2px solid var(--gray-3);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-width-small.team-member-bio {
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.subheading {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.subheading.text-primary-1 {
  color: var(--baf-blue);
  margin-bottom: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.subheading.text-primary-1.yellow {
  color: var(--baf-yellow);
}

.subheading.text-primary-1.text-left {
  margin-bottom: 0;
}

.subheading.text-primary-1 {
  color: var(--dark-yellow);
  color: #0069ff;
  margin-bottom: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.content-width-large {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: ltr;
}

.content-width-large.tabs-row-content {
  background-color: var(--gray-3);
  margin-left: 24px;
  margin-right: 24px;
}

.content-width-large.horizontal {
  max-width: 55%;
}

.section-title {
  max-width: 612px;
  text-align: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.section-title-wide {
  margin-left: 0;
}

.section-title.section-title-wide.no-bottom-space {
  margin-bottom: 0;
}

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

.grid-thirds.gapless-columns {
  grid-column-gap: 0px;
}

.grid-thirds.gapless-columns.gapless-rows {
  grid-row-gap: 0px;
}

.grid-thirds.grid-thirds-narrow {
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
}

.grid-thirds.grid-align-bottom {
  align-items: end;
}

.circle {
  width: 48px;
  height: 48px;
  background-color: var(--gray-2);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.circle.list-circle {
  margin-right: 24px;
}

.bg-primary-2 {
  background-color: var(--primary-2);
  color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0);
}

.text-white {
  color: var(--white);
}

.circle-number {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: 11px;
}

.centered-grid-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.margin-top {
  margin-top: 36px;
}

.style-guide-icons {
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-left: 12px;
  display: flex;
}

.icon-list-item {
  border-bottom: 1px solid var(--gray-3);
  border-radius: 1px;
  flex-direction: row;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.icon-list-item.icon-list-item-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.icon-list-item.align-center {
  align-items: center;
}

.icon-list-item.align-center.bg-white {
  border: 1px #000;
  border-radius: 5px;
  padding: 25px 24px 25px 25px;
}

.icon-list-item.no-bottom-space {
  padding-bottom: 0;
}

.bg-white {
  background-color: var(--white);
}

.shadow-small {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .05);
}

.handwriting {
  letter-spacing: -.03em;
  font-family: Caveat, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.handwriting.rotate {
  white-space: nowrap;
  transform: translate(0, -16px)rotate(-15deg);
}

.handwriting.text-gray-1 {
  color: var(--gray-1);
}

.handwriting-arrow {
  margin-top: 6px;
}

.handwriting-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.handwriting-contents {
  position: absolute;
  top: -4px;
  transform: translate(0, -100%);
}

.handwriting-contents.handwriting-below {
  top: auto;
  bottom: -90px;
  right: -34px;
}

.handwriting-contents.pricing-tabbed-handwriting-contents {
  min-width: 110px;
  transform: rotate(-10deg)translate(100%, -110%);
}

.handwriting-contents.coming-soon-handwriting-contents {
  right: -72px;
}

.handwriting-contents.pricing-plans-handwriting-contents {
  top: 12px;
}

.handwriting-contents.pricing-table-handwriting-contents {
  left: 100%;
}

.hidden-on-mobile {
  display: block;
}

.content-width-medium {
  width: 100%;
  max-width: 506px;
  direction: ltr;
}

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

.content-width-medium.image-overlap-wrapper {
  position: relative;
}

.no-bottom-space {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-weight: 700;
}

.h6-small {
  font-size: 16px;
  line-height: 24px;
}

.h6-small.dropdown-heading {
  white-space: nowrap;
  margin-bottom: 4px;
}

.h6-small.no-bottom-space {
  color: var(--midnight-blue-2);
  color: var(--baf-grey);
  letter-spacing: .3px;
  font-family: Hind Vadodara, sans-serif;
  font-weight: 500;
}

.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.icon-grid-list-item {
  border-bottom: 1px solid var(--gray-3);
  border-radius: 1px;
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 16px;
  display: flex;
}

.content-text-block {
  max-width: 480px;
}

.icon-list {
  margin-bottom: 24px;
  padding-left: 0;
}

.icon-list.icon-list-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: var(--dark-blue-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.no-border {
  border: 1px #000;
}

.dot-list-item {
  align-items: center;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list-dot {
  width: 6px;
  height: 6px;
  background-color: var(--gray-2);
  border-radius: 50%;
  flex: none;
  margin-right: 12px;
}

.list-dot.bg-primary-1 {
  background-color: var(--primary-1);
}

.text-muted {
  opacity: .5;
}

.style-guide-color {
  width: 100%;
  height: 72px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.style-guide-color.bg-warning {
  background-color: var(--warning);
}

.style-guide-color.bg-error {
  background-color: var(--error);
}

.bg-primary-3 {
  background-color: var(--primary-3);
  color: var(--white);
}

.bg-gray-3 {
  background-color: #ecebea;
}

.bg-success {
  background-color: var(--success);
  color: var(--white);
}

.bg-warning {
  background-color: var(--warning);
  color: var(--white);
}

.bg-error {
  background-color: var(--error);
  color: var(--white);
}

.style-guide-content-group {
  width: 100%;
  margin-bottom: 48px;
}

.form-input {
  height: 48px;
  border: 1px solid var(--gray-3);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: var(--primary-1);
}

.form-input::-ms-input-placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input::placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input.form-input-small {
  height: 36px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 20px;
}

.form-input.form-input-large {
  height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}

.form-input.form-input-naked {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.form-input.horizontal-form-input {
  min-width: 294px;
  margin-right: 12px;
}

.form-input.text-area-input {
  height: auto;
  min-height: 156px;
  padding-top: 16px;
}

.style-guide-content-heading {
  margin-bottom: 24px;
}

.form-label {
  color: var(--black-2);
  margin-bottom: 8px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.form-input-icon {
  flex: none;
  margin-left: 12px;
}

.form-feedback {
  text-align: center;
  border-radius: 5px;
  margin-top: 12px;
  padding: 12px;
}

.form-feedback.bg-success {
  width: auto;
  background-color: var(--royal-blue);
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
}

.form-feedback.bg-error {
  width: auto;
  clear: none;
  color: var(--baf-grey);
  text-align: left;
  letter-spacing: .3px;
  background-color: rgba(108, 108, 122, .3);
  margin-top: 10px;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.form-feedback.bg-success {
  width: auto;
  color: #fff;
  text-align: left;
  background-color: #283dfa;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
}

.form-feedback.bg-error-cta-middle {
  width: 100%;
  clear: none;
  color: #363638;
  text-align: center;
  letter-spacing: .3px;
  background-color: rgba(108, 108, 122, .3);
  margin-top: 40px;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.badge {
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.badge.page-demos-badge {
  margin-bottom: 24px;
}

.badge-bg {
  width: 100%;
  height: 100%;
  opacity: .1;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.badge-bg.badge-bg-link {
  cursor: pointer;
  transition: opacity .2s;
}

.badge-bg.badge-bg-link:hover {
  opacity: .2;
}

.badge-bg.badge-bg-link.bg-primary-1 {
  z-index: 2;
  background-color: var(--baf-blue);
  font-family: Hind Vadodara, sans-serif;
}

.badge-bg.badge-bg-link.bg-primary-1:hover {
  background-color: var(--dark-baf-blue);
}

.badge-bg.badge-solid {
  opacity: 1;
}

.badge-text {
  white-space: nowrap;
  position: relative;
}

.badge-text.text-primary-1 {
  color: var(--baf-blue);
}

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

.text-primary-3 {
  color: var(--primary-3);
}

.text-success {
  color: var(--success);
}

.text-warning {
  color: var(--warning);
}

.text-error {
  color: var(--error);
}

.shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
}

.shadow-large {
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.grid-quarters {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top.sticky-heading {
  top: 24px;
}

.dropdown-icon {
  margin-right: -4px;
}

.dropdown-list {
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  border-radius: 6px;
}

.dropdown-link {
  opacity: .75;
  padding: 6px 0;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.dropdown-link:hover {
  opacity: 1;
  color: var(--primary-1);
  text-decoration: none;
}

.dropdown-link.w--current {
  opacity: 1;
  color: var(--primary-1);
}

.dropdown-menu {
  min-width: 167px;
  padding: 8px 24px;
}

.dropdown-menu.no-space {
  min-width: 130px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding: 0;
}

.dropdown-foot {
  padding: 12px 24px;
}

.dropdown-foot.bg-gray-4 {
  border-top: 1px solid var(--gray-3);
  display: flex;
}

.dropdown-link-block {
  min-width: 222px;
  opacity: .5;
  color: var(--gray-1);
  transition: opacity .2s;
}

.dropdown-link-block:hover {
  opacity: 1;
  text-decoration: none;
}

.dropdown-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-halves.team-grid-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.avatar.avatar-small {
  width: 48px;
  height: 48px;
  flex: none;
}

.avatar.avatar-large {
  width: 216px;
  height: 216px;
}

.avatar.avatar-large.team-member-avatar {
  margin-bottom: 24px;
  transition: transform .2s;
}

.avatar.avatar-large.team-member-avatar:hover {
  transform: scale(1.03);
}

.avatar.avatar-large.horizontal-quote-avatar {
  flex: none;
  margin-right: 36px;
}

.avatar.avatar-group-item {
  border: 2px solid var(--white);
  margin-right: -24px;
}

.avatar.margin-bottom {
  width: 135px;
  height: 135px;
  margin-bottom: 10px;
}

.avatar.team-member-avatar {
  margin-bottom: 24px;
}

.avatar-group {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.navigation-container {
  z-index: 99;
  position: relative;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-link {
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0 12px;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--primary-1);
}

.avatar-container {
  display: block;
  position: relative;
}

.avatar-indicator {
  width: 25%;
  height: 25%;
  border: 2px solid var(--white);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper.justify-end {
  justify-content: flex-end;
}

.nav-links {
  display: flex;
}

.nav-links.nav-links-1 {
  flex-direction: row;
  justify-content: center;
  margin-left: 36px;
}

.nav-functions {
  align-items: center;
  display: flex;
}

.nav-menu-button-wrapper {
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.background {
  z-index: 0;
  opacity: .15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal {
  z-index: 1001;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 10vh;
  left: 50%;
  transform: translate(-50%);
}

.modal-screen {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-search-form {
  width: 100vw;
  max-width: 600px;
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  border-radius: 6px;
  margin-bottom: 0;
  padding: 24px 24px 24px 12px;
  display: flex;
  position: relative;
}

.comparison-row {
  max-width: 824px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, .1);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.comparison-row.no-border {
  border-bottom-style: none;
}

.comparison-row.no-border.no-bottom-space {
  padding-bottom: 0;
}

.comparison-text {
  width: 100%;
  font-family: Hind Vadodara, sans-serif;
}

.circle-small {
  width: 24px;
  height: 24px;
  background-color: var(--primary-1);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.circle-small.comparison-circle {
  background-color: var(--primary-2);
  margin-right: 0;
}

.circle-small.margin-right {
  margin-right: 24px;
}

.circle-small.bg-primary-2 {
  background-color: var(--primary-2);
}

.h2 {
  margin-bottom: 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 40px;
  line-height: 42px;
}

.h2.margin-bottom {
  margin-bottom: 36px;
}

.h2.blog-post-heading {
  color: #050c46;
  text-align: center;
  margin-top: 24px;
  font-size: 50px;
  font-weight: 500;
  line-height: 56px;
}

.h2.no-bottom-space {
  margin-bottom: 0;
}

.h2.no-bottom-space.white {
  color: var(--white);
}

.h2.blue {
  color: var(--dark-blue);
  font-weight: 700;
}

.footer {
  padding-top: 96px;
  padding-bottom: 48px;
}

.row-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-row-heading {
  max-width: 506px;
  margin-bottom: 0;
}

.horizontal-rule {
  width: 100%;
  height: 1px;
}

.horizontal-rule.bg-white {
  background-color: rgba(255, 255, 255, .1);
}

.footer-logo, .footer-logo.w--current {
  margin-bottom: 24px;
}

.footer-row {
  justify-content: space-between;
  margin-bottom: 96px;
  display: flex;
}

.footer-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.link-list {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.hover-link {
  opacity: .75;
  color: var(--gray-1);
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: 1;
  text-decoration: none;
}

.hover-link.text-white {
  color: var(--white);
}

.footer-menu-column {
  margin-left: 60px;
}

.footer-lower-row {
  font-size: 14px;
  line-height: 20px;
}

.button-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.button-circle:hover {
  transform: scale(1.1);
}

.button-circle.bg-primary-1 {
  background-color: var(--baf-yellow);
}

.button-circle.bg-primary-1:hover {
  background-color: var(--dark-yellow);
}

.button-circle.button-small {
  width: 36px;
  height: 36px;
}

.button-circle.button-small.bg-white {
  width: 36px;
  height: 36px;
  max-height: 100%;
  max-width: 100%;
  min-height: 36px;
  min-width: 36px;
  border-radius: 50%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.button-circle.button-small.bg-white.ga-event {
  background-color: #7c7c80;
}

.button-circle.bg-white {
  background-color: rgba(255, 255, 255, .2);
  transition: background-color .2s, transform .2s;
}

.button-circle.bg-white:hover {
  background-color: rgba(255, 255, 255, .25);
}

.button-circle.slider-arrow-button {
  border: 4px solid var(--white);
}

.button-circle.button-circle-large {
  width: 120px;
  height: 120px;
}

.button-circle.button-circle-large.bg-primary-1 {
  box-shadow: 4px 4px 5px -2px var(--baf-yellow);
}

.button-circle.button-circle-large.bg-primary-1:hover {
  text-decoration: none;
}

.social-icon {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.social-icon.social-icon-dark {
  opacity: .75;
}

.social-icons-list {
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  display: flex;
}

.list-item {
  margin-left: 4px;
  margin-right: 4px;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.h1 {
  color: var(--dark-blue-2);
  text-align: center;
  margin-bottom: 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.h1.text-primary-1 {
  color: var(--royal-blue);
  font-family: Hind Vadodara, sans-serif;
  font-weight: 700;
}

.h1.no-bottom-space {
  margin-bottom: 0;
}

.navbar-centered {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.nav-search-form {
  margin-bottom: 0;
  margin-left: 36px;
  display: flex;
}

.nav-search-form.sidebar-form {
  margin-left: 0;
}

.bordered-list-item {
  border-bottom: 1px solid var(--gray-3);
  padding-bottom: 24px;
}

.bordered-list-item.bordered-list-item-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.bordered-list {
  padding-left: 0;
}

.bordered-list.margin-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-grid-item {
  border-bottom: 1px solid var(--white);
  padding-bottom: 48px;
}

.text-grid-item.no-border-bottom {
  border-bottom-style: none;
}

.navbar-demos {
  flex-flow: column-reverse wrap;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.overlapped-illustration-section {
  z-index: 2;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  margin-top: -96px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.overlap-image-left {
  max-width: 28vw;
  transform: translate(-35%);
}

.overlap-image-right {
  max-width: 28vw;
  transform: translate(35%);
}

.opacity-50 {
  opacity: .5;
}

.logo-row-image {
  margin: 12px 24px;
}

.logo-row-image.no-left-space {
  opacity: 1;
  filter: invert(95%);
  margin-left: 0;
}

.section-title-wide {
  max-width: 720px;
  text-align: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wide.no-bottom-space {
  margin-bottom: 0;
}

.icon-large {
  width: 96px;
  flex: none;
  margin-bottom: 12px;
}

.restricted-grid-item {
  padding-left: 36px;
  padding-right: 36px;
}

.restricted-grid-item.border-sides-white {
  border-left: 2px solid rgba(255, 255, 255, .5);
  border-right: 2px solid rgba(255, 255, 255, .5);
}

.restricted-grid-item.border-sides-white-thick {
  border-left: 4px solid rgba(255, 255, 255, .7);
  border-right: 4px solid rgba(255, 255, 255, .7);
}

.subscribe-form {
  display: flex;
}

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

.footer-2-header {
  justify-content: center;
  margin-bottom: 36px;
  display: flex;
}

.footer-2-subscribe-text {
  text-align: center;
  margin-bottom: 36px;
}

.footer-2-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-2-left {
  display: flex;
}

.menu-column-left {
  margin-right: 36px;
}

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

.search-results-wrapper {
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
}

.search-result-item {
  margin-bottom: 48px;
}

.search-result-text {
  margin-top: 12px;
  margin-bottom: 0;
}

.form-header {
  width: 100%;
  max-width: 515px;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search-form {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.section-subtitle {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle.text-large {
  max-width: 512px;
}

.grid-rows {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.grid-rows.grid-rows-compact {
  grid-row-gap: 12px;
}

.modal-button-wrapper {
  cursor: pointer;
}

.padded-grid-item {
  padding: 36px;
}

.padded-grid-item.border-bottom-white-thick {
  border-bottom: 4px solid rgba(255, 255, 255, .5);
}

.padded-grid-item.border-bottom-white-thick.border-sides-white-thick, .padded-grid-item.border-sides-white-thick {
  border-left: 4px solid rgba(255, 255, 255, .5);
  border-right: 4px solid rgba(255, 255, 255, .5);
}

.text-space-left-large {
  margin-left: 24px;
}

.icon {
  flex: none;
}

.icon-extra-large {
  width: 120px;
  height: 120px;
  flex: none;
}

.bordered-image {
  border: 10px solid var(--white);
}

.rotate-image-left {
  transform: rotate(-2deg);
}

.rotate-image-right {
  transform: rotate(2deg);
}

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

.slider {
  height: auto;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider.slider-large {
  max-width: 824px;
}

.display-none {
  display: none;
}

.slide-nav {
  border: 1px solid var(--gray-3);
  background-color: var(--gray-4);
  border-radius: 800px;
  margin-top: 24px;
  padding: 12px 16px 0;
  font-size: 8px;
  display: inline-block;
  position: relative;
}

.card-slide {
  padding: 12px;
}

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

.image-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-background.bg-image-1 {
  opacity: .8;
  background-image: url('../images/hero-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-background.bg-image-2 {
  background-image: url('../images/hero-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-background.bg-image-3 {
  background-image: url('../images/hero-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.background-scrim-left {
  width: 50%;
  height: 100%;
  opacity: .5;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.slider-arrow {
  z-index: 9;
  width: 48px;
  align-items: center;
  display: flex;
  left: -24px;
  overflow: visible;
}

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

.lightbox-image {
  transition: transform .2s;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
}

.lightbox-image:hover {
  z-index: 2;
  transform: scale(1.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
}

.gallery-stack-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.gallery-stack-link {
  max-width: 294px;
}

.gallery-stack-link.gallery-stack-link-b {
  z-index: 1;
  align-self: flex-end;
  position: absolute;
}

.gallery-stack-link.gallery-stack-link-c {
  margin-top: -48px;
  margin-left: 48px;
}

.captioned-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

.section-small {
  flex: 1;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-small.cta-contained-content {
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.full-bleed-image {
  width: 100vh;
  height: auto;
  margin-left: auto;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
}

.full-bleed-image.rounded-left {
  border-top-left-radius: 25vw;
  border-bottom-left-radius: 25vw;
}

.section-halves {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(135deg, #feffca, #fbf6d7 69%);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-halves.full-height {
  height: 100vh;
  align-items: stretch;
}

.section-halves.direction-reverse {
  direction: rtl;
}

.section-halves-content {
  max-width: 506px;
  direction: ltr;
  margin-left: 60px;
  margin-right: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.form-grid-halves {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-group {
  margin-bottom: 12px;
}

.form-wrapper {
  margin-bottom: 0;
}

.form-wrapper.margin-top {
  margin-top: 24px;
}

.form {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.no-top-space {
  margin-top: 0;
  padding-top: 0;
}

.text-divider {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.text-divider-text {
  z-index: 1;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.text-divider-line {
  width: 100%;
  height: 1px;
  position: absolute;
}

.cta-image-right {
  position: absolute;
  bottom: -48px;
  right: -48px;
}

.horizontal-form {
  width: auto;
  justify-content: center;
  align-items: center;
  font-family: Hind Vadodara, sans-serif;
  display: flex;
}

.free-guide-form-download {
  width: auto;
  max-width: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.free-guide-form-download.margin-top {
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.cta-contained {
  border-radius: 6px;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.cta-contained-image {
  width: 480px;
}

.video-lightbox-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-lightbox-button-wrapper {
  position: absolute;
}

.bordered-list-item-small {
  border-bottom: 1px solid var(--gray-3);
  padding-top: 6px;
  padding-bottom: 6px;
}

.bordered-list-item-small.bordered-list-item-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.card-label {
  width: 100%;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: -6px;
  padding: 6px;
}

.h5 {
  font-family: Zilla Slab, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.price-description {
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.tooltip-circle {
  width: 18px;
  height: 18px;
  background-color: var(--primary-1);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.tooltip-container {
  position: relative;
}

.tooltip-container.text-space-left {
  margin-left: 6px;
}

.tooltip-message {
  min-width: 200px;
  background-color: var(--gray-1);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 16px;
  transform: translate(-50%);
}

.h3 {
  margin-bottom: 16px;
  font-family: Zilla Slab, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.pricing-quarters {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-quarters.grid-align-bottom {
  align-items: end;
}

.pricing-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding: 16px 12px 16px 24px;
  display: grid;
}

.pricing-row.pricing-header {
  z-index: 3;
  border-bottom: 2px solid var(--primary-2);
  background-color: var(--gray-4);
  padding: 12px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pricing-thirds {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.pricing-label {
  align-items: center;
  display: flex;
}

.pricing-table-section {
  margin-bottom: 48px;
}

.tab-link-switch {
  color: var(--primary-1);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  padding: 6px 16px;
  transition: color .2s, background-color .2s;
}

.tab-link-switch:hover {
  text-decoration: none;
}

.tab-link-switch.w--current {
  background-color: var(--primary-1);
  color: var(--white);
}

.pricing-switches-tabs {
  justify-content: center;
  margin-bottom: 36px;
  display: flex;
}

.form-overlap-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-overlap-card-wrapper {
  width: 100%;
  max-width: 400px;
}

.tabs-underline-menu {
  border-bottom: 2px solid var(--gray-3);
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.tab-underline {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  margin-left: 18px;
  margin-right: 18px;
  padding: 12px 0;
  transition: opacity .2s, border-color .2s;
  top: 2px;
}

.tab-underline:hover {
  opacity: 1;
  text-decoration: none;
}

.tab-underline:active {
  background-color: rgba(0, 0, 0, 0);
}

.tab-underline.w--current {
  border-bottom-color: var(--primary-1);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tab-underline.tab-underline-last {
  margin-right: 0;
}

.tab-underline.tab-underline-last.w--current {
  opacity: 1;
}

.tab-underline.tab-underline-first {
  margin-left: 0;
}

.tabs-underline-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.expandable-text {
  margin-top: 8px;
}

.expandable-text.expandable-accordion-text {
  margin-top: 24px;
}

.expandable-heading {
  cursor: pointer;
  margin-bottom: 0;
  transition: color .2s;
}

.expandable-heading:hover {
  color: var(--primary-1);
}

.expandable-heading.h6-small {
  margin-bottom: 0;
}

.expandable.expandable-card {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 12px 24px;
  transition: transform .2s, border-color .2s, background-color .2s;
}

.expandable.expandable-card:hover {
  text-decoration: none;
  transform: translate(8px);
}

.expandable.expandable-card.w--current {
  border-color: var(--gray-3);
  background-color: var(--white);
  padding-top: 24px;
  padding-bottom: 24px;
}

.expandable.expandable-card.w--current:hover {
  transform: none;
}

.expandable.expandable-tab-vertical {
  opacity: .75;
  background-color: rgba(0, 0, 0, 0);
  border-left: 2px solid rgba(0, 0, 0, 0);
  padding: 12px 0 12px 16px;
  transition: opacity .2s, border-color .2s;
  right: 2px;
}

.expandable.expandable-tab-vertical:hover {
  opacity: 1;
  text-decoration: none;
}

.expandable.expandable-tab-vertical.w--current {
  border-left-color: var(--primary-1);
  opacity: 1;
}

.tabs-row {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.content-width-extra-large {
  width: 100%;
  max-width: 720px;
}

.expandable-arrow {
  margin-left: 12px;
  display: block;
}

.accordion-title {
  letter-spacing: .3px;
  justify-content: space-between;
  align-items: center;
  font-family: Hind Vadodara, sans-serif;
  font-weight: 500;
  display: flex;
}

.vertical-tabs-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-member-image-large {
  margin-bottom: 24px;
  transition: transform .2s;
}

.team-member-image-large:hover {
  transform: scale(1.02);
}

.team-member-link {
  color: var(--gray-1);
  margin-bottom: 16px;
}

.team-member-link:hover {
  text-decoration: none;
}

.team-member-row {
  align-items: center;
  display: flex;
}

.team-member-row-heading {
  margin-bottom: 6px;
}

.team-member-row-image {
  max-width: 17vw;
  margin-right: 36px;
  transition: transform .2s;
}

.team-member-row-image:hover {
  transform: scale(1.02);
}

.team-member-row-text {
  margin-bottom: 24px;
}

.team-member-row-content-wrapper {
  flex-direction: column;
  display: flex;
}

.team-member-link-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-member-overlay-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.team-member-overlay-card-wrapper {
  width: 100%;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
}

.team-member-overlay-text {
  min-width: 190px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 12px;
}

.section-fullscreen {
  height: 100vh;
  max-height: 900px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-fullscreen.bg-gray-4 {
  flex-direction: column;
  align-items: stretch;
}

.section-fullscreen.utility-page-section {
  max-height: none;
}

.card-form {
  width: 100%;
}

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

.illustration-bottom-right {
  max-width: 25vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 24px;
  right: auto;
}

.fullscreen-section-content {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.utility-page-content {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.article {
  color: var(--gray-1);
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.article h4 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-family: Hind Vadodara, sans-serif;
}

.article ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.article li {
  padding-top: 12px;
  padding-bottom: 12px;
}

.article blockquote {
  background-color: var(--white);
  color: var(--primary-1);
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 36px;
  font-size: 28px;
  line-height: 36px;
}

.article figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.coming-soon-row {
  width: 100%;
  align-items: center;
  display: flex;
}

.section-halves-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-halves-content-wrapper.bg-primary-3 {
  position: relative;
  overflow: hidden;
}

.coming-soon-image-a {
  max-width: 340px;
  position: absolute;
  top: -24px;
}

.coming-soon-image-a.bordered-image.rotate-image-right {
  left: 50%;
}

.coming-soon-image-b {
  max-width: 340px;
  position: absolute;
  top: auto;
  bottom: -72px;
  left: 10%;
  right: auto;
}

.rounded {
  border-radius: 6px;
}

.navbar-sticky {
  z-index: 998;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.back-to-top-button-wrapper {
  z-index: 99;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.back-to-top-container {
  display: none;
}

.post-meta-left {
  align-items: center;
  display: flex;
}

.post-meta-right {
  display: flex;
}

.card-blog-link {
  color: var(--gray-1);
  font-family: Hind Vadodara, sans-serif;
}

.category-link {
  color: var(--baf-blue);
  margin-left: 12px;
  margin-right: 12px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.category-links-section {
  padding-bottom: 0;
}

.team-member-heading {
  margin-bottom: 12px;
}

.card-blog-category-head {
  color: var(--white);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 36px;
  display: flex;
}

.breadcrumb-section {
  padding-bottom: 12px;
}

.avatar-with-name {
  color: var(--gray-1);
  align-items: center;
  display: flex;
}

.avatar-with-name:hover {
  text-decoration: none;
}

.article-tags-wrapper {
  border-top: 1px solid var(--gray-3);
  padding-top: 48px;
}

.text-space-right, .tag-link {
  margin-right: 12px;
}

.tag-link:hover {
  text-decoration: none;
}

.tag-link.tag-list-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.empty-state {
  background-color: var(--gray-3);
  text-align: center;
  border-radius: 6px;
  padding: 24px;
}

.blog-post-category-placeholder {
  min-height: 408px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-post-category-placeholder.sidebar-blog-post-category-placeholder {
  min-height: 257px;
}

.featured-blog-post-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  transition: transform .2s, box-shadow .2s;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}

.featured-blog-post-grid:hover {
  transform: translate(0, -12px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.featured-blog-post-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
}

.featured-blog-post-content.featured-blog-post-content-small {
  padding: 24px;
}

.text-gray-1 {
  color: var(--gray-1);
}

.blog-vertical-grid {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-layout {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.sidebar-layout.case-study-layout {
  grid-template-columns: 1fr 2.25fr;
}

.sidebar {
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.widget {
  margin-bottom: 48px;
}

.widget.footer-menu-column {
  max-width: 320px;
}

.widget.no-bottom-space {
  margin-bottom: 0;
}

.blog-post-small {
  color: var(--gray-1);
  align-items: center;
  font-weight: 500;
  display: flex;
}

.blog-post-small.text-white {
  color: var(--white);
}

.blog-post-small.text-white.hover-link {
  align-items: center;
  margin-bottom: 24px;
  transition: none;
}

.sidebar-blog-post-image {
  width: 50px;
  flex: none;
  margin-right: 12px;
}

.widget-heading {
  margin-bottom: 24px;
}

.categories-widget {
  border-top: 1px solid var(--gray-3);
}

.categories-widget-item {
  width: 100%;
  border-bottom: 1px solid var(--gray-3);
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.tag-list {
  flex-wrap: wrap;
  display: flex;
}

.blog-tags-list {
  justify-content: center;
  margin-bottom: 18px;
  display: flex;
}

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

.horizontal-tag-link {
  margin-left: 6px;
  margin-right: 6px;
}

.horizontal-tag-link:hover {
  text-decoration: none;
}

.horizontal-quote {
  align-items: center;
  display: flex;
}

.blog-link-bg-wrapper {
  color: var(--white);
  border-radius: 6px;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-link-bg-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.blog-link-bg-content {
  background-color: rgba(34, 37, 37, .75);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-link-bg-content:hover {
  background-color: rgba(34, 37, 37, .5);
}

.footer-3-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 72px;
  display: flex;
}

.footer-3-row-lower {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-3-links {
  align-items: center;
  display: flex;
}

.footer-columns-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.job-list {
  width: 100%;
  max-width: 1036px;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.job-details {
  align-items: center;
  display: flex;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.checkbox-field {
  margin-top: 12px;
  margin-bottom: 24px;
}

.gallery-stack-duo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-stack-duo-b {
  z-index: 1;
  max-width: 400px;
  margin-left: -96px;
  position: relative;
}

.image-overlap-small {
  width: 250px;
  position: absolute;
  top: auto;
  bottom: -24px;
  left: -24px;
  right: auto;
}

.map {
  height: 540px;
}

.tags-horizontal-wrapper {
  align-items: center;
  display: flex;
}

.tags-horizontal {
  flex-wrap: wrap;
  display: flex;
}

.popular-tags-wrapper {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.help-article-heading {
  margin-top: 24px;
}

.case-study-logo {
  margin-bottom: 36px;
}

.case-study-card-excerpt {
  flex: 1;
}

.case-study-cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.modal-close-cross {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.page-demos-grid {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.page-demos-sidebar {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.overlap-section-below {
  margin-bottom: -130px;
}

.notification-wrapper {
  z-index: 999;
  max-width: 610px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.dismiss-notification-cross {
  opacity: .5;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  top: 12px;
  right: 12px;
}

.dismiss-notification-cross:hover {
  opacity: 1;
}

.notification-dismiss-wrapper {
  margin-top: 12px;
}

.ipad-hero-image {
  max-width: 55vw;
  border-radius: 2.5vw;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.utility-bar {
  border-bottom: 1px solid var(--gray-3);
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.utility-bar.bg-primary-3 {
  border-bottom-style: none;
}

.utility-bar-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.utility-bar-row.justify-content-center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.utility-bar-dismiss {
  opacity: .5;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  right: 24px;
}

.utility-bar-dismiss:hover {
  opacity: 1;
}

.radio-checkbox-custom {
  width: 20px;
  height: 20px;
  border-color: var(--gray-3);
  background-color: var(--white);
  margin-top: 0;
  transition: background-color .2s, border-color .2s;
}

.radio-checkbox-custom.w--redirected-checked {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  background-image: url('../images/icon-check-small.svg');
  background-size: 14px 14px;
}

.radio-checkbox-custom.radio-button.w--redirected-checked {
  border-color: var(--primary-1);
  background-size: 12px;
}

.radio-checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: 500;
}

.radio-checkbox-with-label {
  align-items: center;
  display: flex;
}

.h3-2 {
  color: #96a5ba;
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.h3-2.gray.center {
  text-align: left;
  line-height: 32px;
}

.heading {
  color: var(--black);
  margin-bottom: 16px;
  margin-right: 20px;
  padding-right: 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

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

.heading.centered._02 {
  text-align: center;
  margin-bottom: 20px;
  margin-right: auto;
}

.heading.text-white {
  color: var(--white);
}

.div-block-56 {
  width: 50%;
  float: none;
  clear: none;
  position: static;
}

.service-intro-section {
  height: 470px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Hero-Graphic.svg');
  background-position: 80% 80%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-attachment: scroll;
  padding-top: 0;
  display: flex;
}

.service-intro-section.masks {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Bookairfreight-protect-business-coronavirus.png');
  background-position: 90% 80%;
  margin-top: 30px;
  padding-top: 0;
}

.button-2 {
  color: #fff;
  background-color: #0069ff;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 0 0 100px 100px rgba(0, 0, 0, 0);
}

.button-2:hover {
  text-decoration: none;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .2);
}

.button-2.blue {
  transform-origin: 50%;
  color: #fff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-2.blue:hover {
  background-color: #96a5ba;
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-2.blue:active {
  background-color: #96a5ba;
}

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1248px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 75px;
  padding-right: 75px;
  position: static;
  top: auto;
  bottom: auto;
}

.div-block-35 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-35.center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.text-block {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.text-block.white {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.text-block.blue {
  color: #0069ff;
  padding: 10px 24px;
  font-size: 20px;
}

.image-25, .image-30, .image-29 {
  width: 90%;
}

.all-h4-heading {
  color: #96a5ba;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}

.all-h4-heading.gray {
  color: #0069ff;
  margin-bottom: 0;
}

.all-h4-heading.gray.center {
  color: #96a5ba;
  text-align: center;
  font-size: 20px;
}

.supplier-section {
  margin-bottom: 40px;
}

.div-block-52 {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-31 {
  width: 40%;
}

.grid-7 {
  height: auto;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin-top: 24px;
}

.nav-functions-2 {
  flex: 0 auto;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.nav-link-2 {
  color: #62636b;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0 12px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #0069ff;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2:active, .nav-link-2.w--current {
  color: #0069ff;
}

.nav-menu-wrapper-2 {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-2.justify-end {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
}

.button-3 {
  color: #fff;
  background-color: #0069ff;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 5px 0 15px -2px rgba(0, 0, 0, 0);
}

.button-3:hover {
  text-decoration: none;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .2);
}

.button-3.form-search-button {
  margin-left: 12px;
}

.button-3.button-ghost-blue {
  box-shadow: none;
  color: #0069ff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0069ff;
  border-radius: 5px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition-property: none;
}

.button-3.button-ghost-blue:hover {
  border-color: var(--dark-baf-blue);
  color: var(--dark-baf-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button-3.yellow {
  transform-origin: 50%;
  color: var(--white);
  background-color: #ffd600;
  margin-top: 0;
  font-family: Hind Vadodara, sans-serif;
  transition-property: transform;
  box-shadow: 0 5px 15px -2px #ffd600;
}

.button-3.yellow:hover {
  background-color: var(--light-steel-blue);
  color: var(--white);
  text-transform: none;
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px #ffd600;
}

.button-3.blue {
  background-color: var(--baf-blue);
  transform-origin: 50%;
  color: #fff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-3.blue:hover {
  background-color: #005adb;
  background-image: linear-gradient(to bottom, var(--dark-baf-blue), var(--dark-baf-blue));
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-3.blue:active {
  background-color: #96a5ba;
}

.button-3.blue.yellow-button {
  background-color: var(--baf-yellow);
  box-shadow: 0 5px 15px -2px var(--dark-yellow);
}

.button-3.blue.yellow-button:active {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
}

.button-3.blue.ga-event {
  background-color: var(--baf-blue-2);
}

.button-3.blue {
  transform-origin: 50%;
  color: #fff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-3.blue:hover {
  background-color: #005adb;
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-3.blue:active {
  background-color: #96a5ba;
}

.button-3.button-blue {
  margin-top: 0;
  margin-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-3.blue {
  transform-origin: 50%;
  color: #fff;
  background-color: #0069ff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-3.blue:hover {
  background-color: var(--gray-2);
  background-image: linear-gradient(to bottom, var(--light-steel-blue), var(--light-steel-blue));
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-3.blue:active {
  background-color: #96a5ba;
}

.button-3.blue {
  transform-origin: 50%;
  color: #fff;
  background-color: #0069ff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-3.blue:hover {
  background-color: #005adb;
  background-image: linear-gradient(#005de2, #005de2);
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-3.blue:active {
  background-color: #96a5ba;
}

.modal-search-form-2 {
  width: 100vw;
  max-width: 600px;
  background-color: #fff;
  border: 1px solid #ecebea;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 24px 24px 24px 12px;
  display: flex;
  position: relative;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #ecebea;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card-2:hover {
  text-decoration: none;
}

.card-2.form-input-card {
  border-radius: 5px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  transition: border-color .2s;
}

.card-2.form-input-card:focus {
  border-color: #068466;
}

.card-2.no-border {
  position: relative;
}

.card-2.no-border.shadow-small.large-order-card {
  margin-bottom: 30px;
}

.card-2.shadow-small {
  margin-top: 40px;
  margin-left: 60px;
  margin-right: auto;
}

.nav-menu-button-wrapper-2 {
  align-items: center;
  margin-left: 0;
  display: flex;
}

.form-input-2 {
  height: 48px;
  border: 1px solid #ecebea;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input-2:focus {
  border-color: #068466;
}

.form-input-2::-ms-input-placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input-2::placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input-2.form-input-naked {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.form-input-2.paragraph {
  font-size: 18px;
}

.navigation-container-2 {
  z-index: 99;
  color: #fff;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-row-2 {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #62636b;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0 12px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  transition: all .35s;
}

.nav-link-3:hover {
  color: #0069ff;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-3:active, .nav-link-3.w--current {
  color: #0069ff;
}

.top-banner {
  z-index: 5;
  background-color: var(--royal-blue-2);
  color: var(--white);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: none;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.row-2 {
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.row-2.no-wrap {
  flex-wrap: nowrap;
}

.row-2.no-wrap.row-justify-center {
  justify-content: flex-start;
  font-family: Lato-custom, sans-serif;
}

.h5-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.navigation-container-3 {
  z-index: 99;
  color: #fff;
  margin-bottom: -25px;
  position: relative;
}

.heading-2 {
  font-family: Hind Vadodara, sans-serif;
}

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

.heading-4 {
  color: var(--light-steel-blue);
  text-align: center;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-5 {
  color: #474858;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.offers-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  top: 30px;
  bottom: 30px;
}

.offers-section.top-space-small {
  background-image: linear-gradient(145deg, #283dfa, #0069ff 85%), linear-gradient(#fff, #fff);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.offer-card {
  width: 100%;
  height: 300px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  padding: 60px 35px;
}

.h2-2 {
  color: #050b46;
  text-align: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.h2-2.white {
  text-align: center;
}

.h2-2.white.center {
  color: var(--white);
  margin-bottom: 16px;
  font-family: Hind Vadodara, sans-serif;
}

.h2-2.blue {
  color: #050b46;
  text-align: left;
  margin-bottom: 16px;
}

.h2-2.blue.left {
  margin-bottom: 16px;
  font-family: Hind Vadodara, sans-serif;
}

.h2-2.blue.center {
  text-align: left;
  margin-bottom: 16px;
}

.h3-3 {
  color: #96a5ba;
  text-align: left;
  margin-bottom: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.h3-3.dark-blue.bold {
  color: #050b46;
  font-weight: 700;
}

.h3-3.dark-blue.bold.center {
  text-align: center;
}

.h3-3.gray {
  text-align: left;
}

.h3-3.gray.center {
  text-align: center;
  line-height: 32px;
}

.h3-3.gray.left {
  color: var(--gray-2);
  text-align: left;
  color: var(--baf-grey);
  letter-spacing: .3px;
  align-self: flex-start;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.h3-3.blue {
  color: #050b46;
}

.h3-3.white {
  color: var(--white);
}

.h3-3.white.bold {
  margin-bottom: 10px;
  font-weight: 700;
}

.section-title-2 {
  max-width: 612px;
  text-align: center;
  align-self: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-2.wide {
  max-width: 750px;
}

.all-h4-heading-2 {
  color: #96a5ba;
  font-family: Hind Vadodara, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}

.all-h4-heading-2.yellow {
  color: #ffd600;
  margin-bottom: 0;
  font-size: 18px;
}

.all-h4-heading-2.yellow.center {
  margin-bottom: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.all-h4-heading-2.blue {
  color: #0069ff;
  margin-bottom: 0;
}

.all-h4-heading-2.blue.left {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}

.all-h4-heading-2.blue.center {
  margin-bottom: 0;
  font-size: 18px;
}

.text-block-2 {
  color: #7a6702;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.text-block-2.white {
  color: var(--white);
  text-align: center;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-2.blue {
  color: #0069ff;
  padding: 10px 24px;
  font-size: 18px;
}

.text-block-2.white {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.text-block-2.blue {
  color: #0069ff;
  padding: 10px 24px;
  font-size: 20px;
}

.text-block-2.white {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.container-3 {
  z-index: 2;
  width: 100%;
  max-width: 1248px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 18px;
  align-self: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
  top: auto;
  bottom: auto;
}

.container-3.masks {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  padding-top: 0;
  display: flex;
}

.centered-grid-item-2 {
  color: #fff;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-thirds-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-14 {
  width: auto;
  max-width: 100%;
  position: absolute;
}

.image-15 {
  height: 75%;
  margin-top: 60px;
  position: absolute;
  left: auto;
  right: 6%;
}

.image-23 {
  max-width: 100%;
  display: block;
}

.secret-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  top: 30px;
  bottom: 30px;
}

.secret-section.top-space-small {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  top: 30px;
  bottom: 30px;
}

.div-block-42 {
  height: 350px;
  position: relative;
}

.div-block-41 {
  max-height: 600px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: center;
  padding-left: 40px;
  display: block;
  position: static;
}

.grid {
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 99px;
  grid-template-rows: 1fr 1fr 1fr;
  align-items: baseline;
}

.image-16 {
  align-self: center;
  margin-top: 3px;
  margin-bottom: 0;
}

.rates-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  top: 30px;
  bottom: 30px;
}

.rates-section.top-space-small {
  background-color: #fdf5e0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-block {
  width: auto;
  height: 100px;
  color: #050b46;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  box-shadow: 0 0 10px #96a5ba;
}

.link-block.country {
  box-shadow: none;
  transition: box-shadow .3s;
}

.link-block.country:hover {
  transform: translate(0);
  box-shadow: 0 0 15px #96a5ba;
}

.grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: 1fr 1fr 1fr;
  align-items: center;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.flag-logo {
  height: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-45 {
  flex: 1;
  align-self: center;
  margin-left: 40px;
  padding-bottom: 10px;
}

.paragraph {
  color: #474858;
  margin-bottom: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.gray {
  color: #96a5ba;
  margin-left: 0;
}

.paragraph.gray.left {
  font-size: 18px;
}

.paragraph.bold {
  font-weight: 700;
}

.paragraph.bold.blue {
  color: #050b46;
  flex: 0 auto;
  align-self: center;
  margin-left: 8px;
}

.paragraph.white {
  color: #e0e0e0;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}

.div-block-44 {
  width: auto;
  height: auto;
  flex: 0 auto;
  align-self: center;
}

.avatar-2 {
  width: 55px;
  height: 55px;
  background-color: #96a5ba;
  background-image: url('../images/5da2b0b14981199b5670a7fd_5cc825e12d982e24508fa14d_Karma-and-luck.png');
  background-position: -1%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.carousel {
  width: auto;
  justify-content: space-between;
  display: block;
}

.slide {
  width: 200px;
  height: auto;
  justify-content: center;
  padding-top: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.profile {
  margin-top: 16px;
  display: flex;
}

.client-logo-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.testimonials-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  top: 30px;
  bottom: 30px;
}

.testimonials-section.top-space-small {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 80px;
  padding-bottom: 0;
}

.div-block-46 {
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
}

.div-block-55 {
  height: 150px;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.client-logo-top {
  height: 150px;
  align-items: flex-start;
  display: flex;
}

.image-32 {
  width: 85%;
  height: auto;
  max-width: none;
  flex: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

.image-17 {
  width: 55px;
  border: 1px #96a5ba;
  border-radius: 100%;
}

.testimonial-card {
  width: 100%;
  display: flex;
}

.testimonial-card.image {
  width: 45%;
  height: 235px;
  background-color: #96a5ba;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.testimonial-card.image._1 {
  width: 45%;
  height: 100%;
  background-image: url('../images/Linjer-womens-assortment.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-card.image._4 {
  background-image: url('../images/DrinkMorning.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-card.image._2 {
  background-image: url('../images/KarmaLuck.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-card.image._3 {
  background-image: url('../images/Rimbaworks_EcoPest.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-19-copy {
  height: 30px;
  float: none;
  text-align: left;
  display: block;
}

.services-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  top: 30px;
  bottom: 30px;
}

.services-section.top-space-small {
  background-image: linear-gradient(145deg, #283dfa, #0069ff 85%);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
}

.service-card {
  width: 100%;
}

.heading-5 {
  color: #050b46;
  font-family: Hind Vadodara, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.heading-5.white {
  color: #fff;
  text-align: left;
  font-size: 24px;
}

.risk-section-02 {
  height: 80vh;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-59 {
  width: 50%;
  height: 100%;
  background-image: url('../images/Login-right-meow---saved-quotes-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-59._2 {
  background-image: url('../images/Login-right-meow---saved-quotes-1.png');
  background-position: 0%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.top-margin._5-pixels {
  margin-top: 10px;
}

.footer-column {
  width: auto;
  max-width: none;
  min-width: 120px;
  clear: none;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-links-menu {
  width: 50%;
  flex-flow: row-reverse;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0%;
  padding-left: 0;
  display: flex;
}

.footer-about-box {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  display: flex;
}

.div-block-34 {
  font-family: Lato-custom, sans-serif;
}

.footer-flex {
  z-index: 1;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.footer-left-2 {
  flex-direction: column;
  margin-right: 36px;
  padding-right: 0;
  font-size: 15px;
  display: flex;
}

.text-large-2 {
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Lato-custom, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-large-2.footer-text {
  max-width: 294px;
  color: var(--white);
  flex: 1;
  padding-top: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.div-block-49 {
  justify-content: flex-start;
  margin-top: 10px;
  display: flex;
}

.footer-logo-2 {
  margin-bottom: 16px;
}

.footer-logo-2.w--current {
  margin-bottom: 24px;
}

.footer-horizontal-link {
  color: var(--gray-3);
  margin-bottom: 10px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
}

.footer-horizontal-link:hover {
  opacity: 1;
  color: var(--white);
}

.footer-2 {
  background-color: #09f;
  padding-top: 40px;
  padding-bottom: 0;
}

.footer-2.button.yellow {
  height: auto;
  max-height: none;
  border-color: var(--baf-yellow);
  box-shadow: none;
  color: #7a6702;
  background-color: #ffd600;
  border-radius: 5px;
  margin-left: 8px;
  padding-top: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.footer-2.button.yellow:hover {
  transform: none;
}

.footer-2.button.yellow {
  height: auto;
  max-height: none;
  box-shadow: none;
  color: #7a6702;
  background-color: #ffd600;
  border-color: #ffd501;
  border-radius: 5px;
  margin-left: 8px;
  padding-top: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.footer-2.button.yellow:hover {
  transform: none;
}

.footer-2.bg-primary-3 {
  background-color: #0069ff;
  padding-top: 50px;
  padding-bottom: 80px;
}

.footer-right-2 {
  width: 320px;
  height: auto;
  max-height: none;
  max-width: 320px;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-left: 24px;
  display: flex;
}

.footer-title {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  overflow: hidden;
}

.footer-2-copy {
  background-color: #09f;
  padding-top: 40px;
  padding-bottom: 0;
}

.footer-2-copy.button.yellow {
  height: 48px;
  max-height: 48px;
  box-shadow: none;
  color: #7a6702;
  background-color: #ffd600;
  border-radius: 5px;
  margin-left: 8px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.footer-2-copy.button.yellow:hover {
  transform: none;
}

.footer-2-copy.bg-primary-3 {
  background-color: #0069ff;
  padding-top: 50px;
  padding-bottom: 80px;
}

.button-h3 {
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-h3.blue {
  color: var(--baf-blue);
  cursor: pointer;
  padding: 10px 24px;
  font-family: Hind Vadodara, sans-serif;
  line-height: 28px;
}

.button-h3.blue.service-page {
  margin-left: 20px;
}

.button-h3.blue {
  color: #0069ff;
  cursor: pointer;
  padding: 10px 24px;
  font-family: Hind Vadodara, sans-serif;
  line-height: 28px;
}

.div-block-60 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  position: relative;
}

.link {
  color: var(--baf-blue);
  font-family: Hind Vadodara, sans-serif;
}

.text-block-3, .heading-6 {
  font-family: Hind Vadodara, sans-serif;
}

.link-2 {
  color: var(--baf-blue);
  font-family: Hind Vadodara, sans-serif;
}

.text-block-4, .text-block-5 {
  font-family: Hind Vadodara, sans-serif;
}

.button-3-copy {
  box-shadow: 0 5px 15px -2px var(--baf-blue);
  color: #fff;
  background-color: #0069ff;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 0;
  padding: 10px 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: transform .3s;
  position: relative;
}

.button-3-copy:hover {
  background-color: var(--dark-baf-blue);
  box-shadow: 0 0 22px -2px var(--baf-blue);
  text-decoration: none;
  transform: translate(0, 2px);
}

.button-3-copy.form-search-button {
  margin-left: 12px;
}

.button-3-copy.button-ghost-blue {
  color: #0069ff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0069ff;
  border-radius: 5px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s;
}

.button-3-copy.button-ghost-blue:hover {
  color: #f8f6f4;
  background-color: #0069ff;
}

.button-3-copy.yellow {
  transform-origin: 50%;
  color: #001e42;
  background-color: #ffd600;
  margin-top: 0;
  transition-property: transform;
  box-shadow: 0 5px 15px -2px #ffd600;
}

.button-3-copy.yellow:hover {
  color: #474858;
  text-transform: none;
  background-color: #ecc600;
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px #ffd600;
}

.button-3-copy.blue {
  background-color: var(--baf-blue);
  transform-origin: 50%;
  color: #fff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-3-copy.blue:hover {
  background-color: #005adb;
  background-image: linear-gradient(to bottom, var(--dark-baf-blue), var(--dark-baf-blue));
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-3-copy.blue:active {
  background-color: #96a5ba;
}

.button-3-copy.blue {
  transform-origin: 50%;
  color: #fff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-3-copy.blue:hover {
  background-color: #005adb;
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-3-copy.blue:active {
  background-color: #96a5ba;
}

.link-3 {
  color: var(--light-steel-blue);
  font-family: Hind Vadodara, sans-serif;
}

.link-4 {
  color: var(--light-steel-blue);
  font-family: Hind Vadodara, sans-serif;
  font-weight: 500;
}

.link-5 {
  color: var(--baf-blue);
  text-align: left;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-6 {
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-7 {
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.heading-7 {
  font-family: Hind Vadodara, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

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

.link-6 {
  color: var(--baf-blue);
}

.text-block-9 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-9:hover {
  color: var(--white);
}

.grid-thirds-3 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-59-copy {
  width: 50%;
  height: 100%;
  background-image: url('../images/Login-right-meow---saved-quotes-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-13 {
  font-family: Hind Vadodara, sans-serif;
}

.link-7 {
  color: var(--baf-blue);
}

.button-3-copy {
  box-shadow: 0 5px 15px -2px var(--baf-blue);
  color: #fff;
  background-color: #0069ff;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: transform .3s;
  position: relative;
  transform: translate(0);
}

.button-3-copy:hover {
  box-shadow: 0 0 22px -2px var(--baf-blue);
  text-decoration: none;
}

.button-3-copy.form-search-button {
  margin-left: 12px;
}

.button-3-copy.button-ghost-blue {
  color: #0069ff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0069ff;
  border-radius: 5px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s;
}

.button-3-copy.button-ghost-blue:hover {
  color: #f8f6f4;
  background-color: #0069ff;
}

.button-3-copy.yellow {
  transform-origin: 50%;
  color: #001e42;
  background-color: #ffd600;
  margin-top: 0;
  transition-property: transform;
  box-shadow: 0 5px 15px -2px #ffd600;
}

.button-3-copy.yellow:hover {
  color: #474858;
  text-transform: none;
  background-color: #ecc600;
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px #ffd600;
}

.button-3-copy.blue {
  background-color: var(--baf-blue);
  transform-origin: 50%;
  color: #fff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-3-copy.blue:hover {
  background-color: #005adb;
  background-image: linear-gradient(to bottom, var(--dark-baf-blue), var(--dark-baf-blue));
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-3-copy.blue:active {
  background-color: #96a5ba;
}

.button-3-copy.blue {
  transform-origin: 50%;
  color: #fff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-3-copy.blue:hover {
  background-color: #005adb;
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-3-copy.blue:active {
  background-color: #96a5ba;
}

.heading-14 {
  font-family: Hind Vadodara, sans-serif;
}

.grid-8 {
  height: auto;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin-top: 24px;
}

.offers-section-copy {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  top: 30px;
  bottom: 30px;
}

.offers-section-copy.top-space-small {
  background-image: linear-gradient(145deg, #283dfa, #0069ff 85%), linear-gradient(#fff, #fff);
  padding-top: 80px;
  padding-bottom: 80px;
}

.button-3-copy-copy {
  box-shadow: 0 5px 15px -2px var(--baf-blue);
  color: #fff;
  background-color: #0069ff;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 0;
  padding: 10px 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: transform .3s;
  position: relative;
}

.button-3-copy-copy:hover {
  background-color: var(--dark-baf-blue);
  box-shadow: 0 0 22px -2px var(--baf-blue);
  text-decoration: none;
  transform: translate(0, 2px);
}

.button-3-copy-copy.form-search-button {
  margin-left: 12px;
}

.button-3-copy-copy.button-ghost-blue {
  color: #0069ff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0069ff;
  border-radius: 5px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s;
}

.button-3-copy-copy.button-ghost-blue:hover {
  color: #f8f6f4;
  background-color: #0069ff;
}

.button-3-copy-copy.yellow {
  transform-origin: 50%;
  color: #001e42;
  background-color: #ffd600;
  margin-top: 0;
  transition-property: transform;
  box-shadow: 0 5px 15px -2px #ffd600;
}

.button-3-copy-copy.yellow:hover {
  color: #474858;
  text-transform: none;
  background-color: #ecc600;
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px #ffd600;
}

.button-3-copy-copy.blue {
  background-color: var(--baf-blue);
  transform-origin: 50%;
  color: #fff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-3-copy-copy.blue:hover {
  background-color: #005adb;
  background-image: linear-gradient(to bottom, var(--dark-baf-blue), var(--dark-baf-blue));
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-3-copy-copy.blue:active {
  background-color: #96a5ba;
}

.button-3-copy-copy.blue {
  transform-origin: 50%;
  color: #fff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-3-copy-copy.blue:hover {
  background-color: #005adb;
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-3-copy-copy.blue:active {
  background-color: #96a5ba;
}

.button-3-copy-copy.ga-event {
  color: var(--white);
}

.button-4 {
  height: auto;
  max-height: none;
  color: #fff;
  background-color: #0069ff;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  flex: 0 auto;
  margin-top: 10px;
  padding: 10px 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.button-4:hover {
  background-color: var(--dark-baf-blue);
  text-decoration: none;
}

.button-4.form-search-button {
  margin-left: 12px;
}

.button-4.button-ghost-blue {
  color: #0069ff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0069ff;
  border-radius: 5px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s;
}

.button-4.button-ghost-blue:hover {
  color: #f8f6f4;
  background-color: #0069ff;
}

.button-4.yellow {
  transform-origin: 50%;
  color: var(--white-2);
  background-color: #ffd600;
  margin-top: 10px;
  font-weight: 500;
}

.button-4.yellow:hover {
  color: #474858;
  text-transform: none;
  background-color: #ecc600;
}

.button-4.blue {
  background-color: var(--baf-blue);
  transform-origin: 50%;
  color: #fff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-4.blue:hover {
  background-color: #005adb;
  background-image: linear-gradient(to bottom, var(--dark-baf-blue), var(--dark-baf-blue));
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-4.blue:active {
  background-color: #96a5ba;
}

.button-4.blue {
  transform-origin: 50%;
  color: #fff;
  margin-top: 0;
  transition: transform .3s;
  box-shadow: 0 5px 15px -2px rgba(0, 105, 255, .75);
}

.button-4.blue:hover {
  background-color: #005adb;
  transform: translate(0, 2px);
  box-shadow: 0 0 22px -2px rgba(0, 105, 255, .75);
}

.button-4.blue:active {
  background-color: #96a5ba;
}

.service {
  width: 85%;
  height: 685px;
  float: right;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7.5px;
  position: relative;
  overflow: hidden;
}

.service.development {
  background-image: url('../images/mockup1-03.png');
  background-size: 820px;
}

.heading-15 {
  font-family: Hind Vadodara, sans-serif;
}

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

.collection-list {
  display: flex;
}

.heading-16 {
  font-family: Hind Vadodara, sans-serif;
}

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

.image-14-copy {
  width: auto;
  max-width: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-15-copy {
  height: 15%;
  margin-top: 60px;
  position: absolute;
  left: auto;
  right: 110px;
}

.hero-image-medium {
  width: 65%;
}

.div-block-62 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.image-34 {
  color: var(--white-2);
}

.risk-section-03 {
  height: 80vh;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-56-copy {
  width: 50%;
  float: none;
  clear: none;
  position: static;
}

.full-image-left {
  width: 50%;
  height: 100%;
  background-image: url('../images/Login-right-meow---saved-quotes-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-block-right {
  width: 40%;
  float: none;
  clear: none;
  position: static;
}

.full-image-right {
  width: 50%;
  height: 100%;
  background-image: url('../images/Login-right-meow---saved-quotes-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-63 {
  padding-right: 40px;
}

.avatar-3 {
  width: 55px;
  height: 55px;
  background-color: #96a5ba;
  background-image: url('../images/Rimbaworks_02.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.div-block-64 {
  position: fixed;
}

.div-block-65 {
  z-index: 99;
  background-color: var(--black);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-10 {
  color: var(--white);
  font-family: Hind Vadodara, sans-serif;
}

.button-5 {
  background-color: #0069ff;
}

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

.button-6.cookiebtn {
  display: inline-block;
}

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

.row-2.no-wrap.row-justify-center {
  font-family: Lato-custom, sans-serif;
}

.form-input-3 {
  height: 48px;
  border: 1px solid #ecebea;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .2s;
}

.form-input-3:focus {
  border-color: #068466;
}

.form-input-3::-ms-input-placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input-3::placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input-3.text-area-input {
  height: auto;
  min-height: 156px;
  padding-top: 16px;
}

.form-input-3.reopening-kit-num-employees {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button---no-results-shown {
  color: #fff;
  background-color: #068466;
  border: 2px solid #068466;
  border-radius: 5px;
  padding: 10px 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0);
}

.button---no-results-shown:hover {
  text-decoration: none;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .2);
}

.button---no-results-shown.button-block {
  width: 100%;
  color: #836f02;
  text-align: center;
  background-color: #ffd501;
  border-color: #ffd501;
  font-family: Hind Vadodara, sans-serif;
  font-weight: 600;
}

.button---no-results-shown.button-block:hover {
  color: #726000;
  background-color: #ecc600;
  border-color: #ecc600;
}

.button---no-results-shown.bg-white {
  box-shadow: none;
  color: #222525;
  border-color: #fff;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button---no-results-shown.bg-white:hover {
  background-color: #ecebea;
  border-color: #ecebea;
}

.button---no-results-shown.button-outline-white {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .1);
  transition: border-color .2s;
}

.button---no-results-shown.button-outline-white:hover {
  box-shadow: none;
  border-color: rgba(255, 255, 255, .75);
}

.button---no-results-shown.button-row-last {
  margin-left: 12px;
}

.button---no-results-shown.horizontal-form-button {
  background-color: var(--baf-blue-2);
  box-shadow: 15px 0 15px -2px var(--gray-3);
  letter-spacing: .3px;
  border-style: none;
  margin-left: 12px;
}

.button---no-results-shown.horizontal-form-button:active {
  background-color: var(--black);
}

.button---no-results-shown.horizontal-form-button.ga-event {
  width: auto;
  height: 48px;
  color: var(--white);
  text-align: justify;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.button---no-results-shown.form-search-button {
  margin-left: 12px;
}

.button---no-results-shown.horizontal-form-button {
  letter-spacing: .3px;
  background-color: #0040dd;
  border-style: none;
  margin-left: 12px;
  box-shadow: 15px 0 15px -2px #ecebea;
}

.button---no-results-shown.horizontal-form-button:active {
  background-color: #000;
}

.button---no-results-shown.horizontal-form-button.ga-event {
  color: #fff;
  font-family: Hind Vadodara, sans-serif;
}

.button---no-results-shown.horizontal-form-button---no-results-shown {
  height: 48px;
  box-shadow: 0 10px 20px -10px var(--baf-blue-2);
  letter-spacing: .3px;
  background-color: #0040dd;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.button---no-results-shown.horizontal-form-button---no-results-shown:active {
  background-color: #000;
}

.button---no-results-shown.horizontal-form-button---no-results-shown.ga-event {
  color: #fff;
  font-family: Hind Vadodara, sans-serif;
}

.heading-17 {
  color: var(--dark-blue-2);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.circle-2 {
  width: 48px;
  height: 48px;
  background-color: #62636b;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.circle-2.list-circle {
  margin-right: 24px;
}

.circle-2.list-circle.bg-white {
  background-color: var(--light-yellow);
}

.section-2 {
  padding: 80px 0;
}

.icon-list-item-2 {
  border-bottom: 1px solid #ecebea;
  border-radius: 1px;
  flex-direction: row;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.icon-list-item-2.icon-list-item-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.circle-small-2 {
  width: 24px;
  height: 24px;
  background-color: #068466;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.circle-small-2.margin-right {
  margin-right: 24px;
}

.circle-small-2.bg-primary-2 {
  background-color: #fc9f5b;
}

.circle-small-2.bg-primary-2.margin-right.yellow {
  background-color: var(--baf-yellow);
}

.circle-small-2.comparison-circle {
  background-color: var(--royal-blue);
  margin-right: 0;
}

.h2-3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.h2-3.margin-bottom {
  margin-bottom: 36px;
}

.h3-3-copy {
  color: #96a5ba;
  text-align: left;
  margin-bottom: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.h3-3-copy.dark-blue.bold {
  color: #050b46;
  font-weight: 700;
}

.h3-3-copy.dark-blue.bold.center {
  text-align: center;
}

.h3-3-copy.gray.center {
  text-align: center;
  line-height: 32px;
}

.h3-3-copy.gray.left {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.h3-3-copy.blue {
  color: #050b46;
}

.h3-3-copy.white {
  color: var(--white);
}

.h3-3-copy.white.bold {
  margin-bottom: 10px;
  font-weight: 700;
}

.heading-18, .heading-19 {
  color: #050b46;
  font-family: Hind Vadodara, sans-serif;
  font-weight: 700;
}

.text-block-11 {
  color: var(--midnight-blue-2);
  font-family: Hind Vadodara, sans-serif;
}

.heading-20 {
  color: #050b46;
  font-family: Hind Vadodara, sans-serif;
  font-weight: 700;
}

.text-block-12 {
  color: var(--midnight-blue-2);
  font-family: Hind Vadodara, sans-serif;
  font-weight: 500;
}

.text-block-13 {
  color: var(--midnight-blue-2);
  font-family: Hind Vadodara, sans-serif;
}

.image-36 {
  border-radius: 8px;
}

.text-block-14 {
  color: #050b46;
  font-family: Hind Vadodara, sans-serif;
}

.text-block-15, .text-block-16 {
  color: var(--dark-blue-2);
  font-family: Montserrat, sans-serif;
}

.section-3 {
  background-color: var(--light-yellow);
  padding-top: 80px;
  padding-bottom: 80px;
}

.no-bottom-space-2 {
  color: var(--light-yellow);
  margin-bottom: 0;
  font-family: Hind Vadodara, sans-serif;
  font-weight: 700;
}

.no-bottom-space-2.bookairfreight {
  color: var(--baf-yellow);
  font-family: Hind Vadodara, sans-serif;
}

.section-4 {
  background-color: var(--success);
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-17 {
  color: var(--midnight-blue-2);
  font-family: Montserrat, sans-serif;
}

.image-37 {
  color: var(--midnight-blue-2);
}

.text-small-2 {
  color: var(--midnight-blue-2);
  font-family: Hind Vadodara, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.card-head-2 {
  border-bottom: 1px solid #ecebea;
  padding: 16px 24px;
}

.card-head-2.no-border {
  padding-bottom: 0;
}

.form-label-2 {
  color: var(--midnight-blue-2);
  margin-bottom: 8px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.h1-2 {
  color: var(--dark-blue-2);
  margin-bottom: 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.section-5 {
  background-color: var(--gray-4);
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-18 {
  color: var(--midnight-blue-2);
  font-family: Montserrat, sans-serif;
}

.flex {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  display: flex;
}

.flex.mobile-center {
  height: auto;
  justify-content: center;
  top: 0;
}

.category-item-page {
  width: 31.3%;
  background-color: #fff;
  border-radius: 7.5px;
  margin-bottom: 50px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 60px 5%;
  transition: transform .3s, box-shadow .3s;
}

.category-item-page:hover {
  transform: translate(0, -5px);
  box-shadow: 0 30px 65px rgba(177, 181, 197, .8);
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.keep-shopping-button-wrap {
  margin-top: 16px;
}

.text-field {
  width: 100%;
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.cart-input {
  width: 60px;
  color: #fff;
  text-align: center;
  background-color: #18181d;
  border-style: solid;
  border-color: #2c2c33;
  border-radius: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cart {
  margin-left: 15px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-footer {
  border-top-color: #2c2c33;
  padding: 16px 32px 32px;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.cart-product-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.cart-button:hover {
  opacity: .7;
}

.cart-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.error-message {
  width: 100%;
  max-width: 1200px;
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(219, 75, 104, .05);
  border-bottom: 3px solid #db4b68;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.option-list {
  margin-bottom: 5px;
}

.cart-wrap {
  color: #fff;
  background-color: rgba(24, 24, 29, .3);
}

.cart-line-item {
  text-transform: none;
}

.empty-state-2 {
  width: 100%;
  max-width: 1200px;
  color: #18181d;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.empty-state-2.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  font-weight: 600;
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.paypal {
  border-radius: 0;
  margin-bottom: 15px;
}

.cart-header {
  border-bottom-color: #2c2c33;
  padding: 25px 32px;
}

.cart-remove-link {
  color: #fff;
}

.web-payment-button {
  height: 48px;
  border-radius: 0;
  margin-bottom: 15px;
}

.cart-container {
  min-width: 440px;
  background-color: #18181d;
  box-shadow: 0 2px 6px rgba(24, 24, 29, .1);
}

.cart-list {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-product-name {
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.close-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-close-icon {
  opacity: .5;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #18181d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 26px;
}

.cart-product-image {
  width: 80px;
}

.home-category-card {
  height: 400px;
  background-color: var(--baf-blue);
  color: #fff;
  border-radius: 16px;
  flex: 1;
  align-self: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 40px;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.home-category-card.red {
  height: 400px;
  border: 3px solid var(--royal-blue);
  background-color: var(--white);
  justify-content: flex-end;
  margin-left: 40px;
  padding-left: 15px;
}

.home-category-info-2 {
  text-align: right;
  margin-right: 220px;
  padding-left: 0;
}

.home-category-info-1 {
  margin-left: 180px;
}

.home-categories {
  width: 100%;
  justify-content: center;
  padding-top: 32px;
  display: flex;
}

.home-category-image-1 {
  width: 220px;
  position: absolute;
  bottom: 40px;
  left: 10px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.nav-bar-wrapper {
  height: 72px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrapper.nav-top-wrapper {
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.button-8 {
  height: 48px;
  color: #fff;
  text-align: center;
  background-color: #a5c926;
  border-radius: 24px;
  justify-content: center;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button-8:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px rgba(165, 201, 38, .5);
}

.button-8.small {
  height: 40px;
  border-radius: 20px;
  padding: 8px 24px;
  font-size: 13px;
  line-height: 24px;
}

.button-8.small.white {
  background-color: var(--baf-yellow);
  box-shadow: 4px 4px 5px 0 var(--baf-yellow);
  border: 0 solid #000;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.button-8.small.white:hover {
  background-color: var(--light-steel-blue);
}

.home-category-image-2 {
  width: 220px;
  position: absolute;
  bottom: 17px;
  right: 21px;
}

.section-6 {
  margin-left: 60px;
  margin-right: 40px;
  padding: 80px 24px;
}

.heading-21 {
  font-family: Hind Vadodara, sans-serif;
  font-weight: 700;
}

.heading-22 {
  color: var(--royal-blue);
  font-family: Hind Vadodara, sans-serif;
  font-weight: 700;
}

.button-9 {
  height: 48px;
  color: #fff;
  text-align: center;
  background-color: #a5c926;
  border-radius: 24px;
  justify-content: center;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button-9:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px rgba(165, 201, 38, .5);
}

.button-9.small {
  height: 40px;
  border-radius: 20px;
  padding: 8px 24px;
  font-size: 13px;
  line-height: 24px;
}

.button-9.small.white {
  background-color: var(--royal-blue-2);
  box-shadow: 4px 4px 5px 0 var(--midnight-blue);
  background-color: #283dfa;
  border: 0 solid #000;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  box-shadow: 4px 4px 5px #96a5ba;
}

.link-8 {
  color: #111;
  border-bottom: 2px solid #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-block;
}

.link-8:hover {
  border-bottom-color: #a5c926;
}

.link-8.arrow-link {
  background-image: url('../images/arrow-right-mini-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 11px;
  margin-top: 4px;
  padding-right: 20px;
}

.shop-header-line {
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  margin-top: 32px;
}

.full-width {
  width: 100%;
}

.shop-header {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.no-margin {
  margin: 0;
}

.products {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.product-card-wrapper {
  width: 25%;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.shop-header-color {
  width: 136px;
  height: 100%;
  background-color: #a5c926;
}

.shop-header-color.green {
  background-color: #a5c926;
}

.nav-top-social {
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.navigation {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-error {
  color: #fb416b;
  background-color: rgba(251, 65, 107, .1);
  border-radius: 16px;
  margin-top: 12px;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
}

.form-error.product-error {
  margin-top: 0;
  display: inline-block;
}

.nav-menu {
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.social-link {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: rgba(0, 0, 0, .08);
}

.cart-icon {
  width: 32px;
  margin-left: 10px;
}

.cart-remove-link-2 {
  color: #fb416b;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}

.nav-top {
  height: 32px;
  color: #fff;
  background-color: #a5c926;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.cart-button-2 {
  color: #111;
  background-color: rgba(0, 0, 0, 0);
}

.cart-container-2 {
  border-radius: 16px;
}

.cart-header-2 {
  padding: 24px 32px;
}

.nav-main {
  height: 72px;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .12);
}

.nav-top-info {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.input {
  height: 48px;
  background-color: #f8f8f8;
  border: 2px solid #e5e5e5;
  border-radius: 24px;
  margin-bottom: 24px;
  padding-left: 28px;
  padding-right: 28px;
  transition: border-color .3s, background-color .3s;
}

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

.input:focus {
  background-color: #fff;
  border-color: #a5c926;
}

.input.quantity-input {
  width: 88px;
  margin-bottom: 0;
  margin-right: 12px;
}

.link-white {
  color: #fff;
  text-decoration: underline;
}

.cart-pay-button {
  height: 45px;
  border-radius: 24px;
  margin-bottom: 12px;
}

.cart-footer-2 {
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.nav-top-text {
  margin-right: 16px;
}

.cart-list-2 {
  padding: 16px 32px;
}

.nav-link-4 {
  color: #111;
  border-radius: 16px;
  padding: 12px 18px;
  transition: color .3s, background-color .3s, box-shadow .3s;
}

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

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

.item-count {
  height: 20px;
  min-width: 20px;
  color: #fff;
  background-color: #a5c926;
  border-radius: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 12px;
  font-weight: 600;
}

.breadcrumbs {
  width: 100%;
  height: 48px;
  color: #999;
  border: 2px solid #e5e5e5;
  border-radius: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  margin-bottom: -8px;
  padding: 8px 28px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.link-grey {
  color: #999;
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.breadcrumbs-arrow {
  width: 9px;
  opacity: .2;
  margin-left: 10px;
  margin-right: 10px;
}

.product-table {
  width: 270px;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  margin-top: 24px;
  margin-left: 60px;
  margin-right: 15px;
  padding: 16px 32px;
}

.product-table-cell {
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.product-table-cell.no-border-bottom {
  border-bottom-style: none;
}

.add-to-cart {
  background-color: var(--baf-blue-2);
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.product-details-wrapper {
  width: 100%;
  flex-flow: wrap;
  align-items: flex-start;
  padding-top: 80px;
  display: flex;
}

.product-table-info {
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.label {
  width: 100%;
  color: #111;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}

.product-price {
  color: #a5c926;
  margin-bottom: 32px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.sku {
  color: #999;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.product-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.product-info {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 10%;
  display: flex;
}

.product-details {
  flex: 1;
  margin-top: 24px;
  margin-left: 15px;
}

.text-grey {
  color: #999;
}

.product {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  margin-top: 56px;
  padding: 80px;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.out-of-stock {
  color: #fb416b;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 15px 15px 15px 0;
  display: inline-block;
}

.text-block-19 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-19-copy {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-20 {
  color: #fa282b;
  margin-left: -40px;
  padding-bottom: 10px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.h2-3-copy {
  color: var(--royal-blue);
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.h2-3-copy.margin-bottom {
  margin-bottom: 36px;
}

.uppercase-text {
  color: var(--royal-blue-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.cart-close-icon-2 {
  margin-top: 2px;
  margin-bottom: 4px;
}

.cart-item-info-2 {
  padding: 0 25px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap.cc-menu {
  z-index: 900;
  width: auto;
  max-width: 1248px;
  clear: none;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0 10px 50px;
  display: flex;
}

.wrap.cc-subscribe-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-item-remove-link {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: color .4s;
}

.cart-item-remove-link:hover {
  color: var(--black);
}

.empty-cart-icon {
  margin: 0 auto;
  display: block;
}

.item-count-2 {
  height: auto;
  background-color: var(--royal-blue-2);
  color: #fff;
}

.logo-image {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.brand-3 {
  border-bottom-style: none;
  transition: opacity .4s;
}

.brand-3:hover {
  opacity: .8;
}

.brand-3.ga-event.w--current {
  clear: none;
}

.white-button {
  z-index: 50;
  box-shadow: 0 2px 6px 0 var(--white);
  color: #1d1f2e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 5px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.white-button:hover {
  opacity: .96;
  color: #161724;
  background-color: #fafafa;
  box-shadow: 0 3px 8px rgba(29, 31, 46, .15);
}

.white-button.cc-product-button {
  width: 100%;
  background-color: var(--royal-blue-2);
  color: var(--white);
}

.white-button.cc-product-button:hover {
  opacity: .96;
}

.cart-product-price-2 {
  color: var(--gray-1);
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.cart-header-3 {
  background-color: var(--baf-blue);
  border-bottom-color: rgba(210, 210, 213, .1);
  padding: 30px 40px;
}

.cart-heading-2 {
  color: rgba(255, 255, 255, .7);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.cart-icon-2 {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.empty-cart-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.cart-wrapper {
  z-index: auto;
  background-color: rgba(29, 31, 46, .15);
}

.cart-item-2 {
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-line-item-2 {
  color: #fff;
  margin-bottom: 20px;
}

.cart-container-3 {
  min-width: 440px;
  color: #fff;
  background-color: #1d1f2e;
  box-shadow: 0 2px 6px rgba(29, 31, 46, .1);
}

.cart-footer-3 {
  background-color: var(--white);
  border-top-style: solid;
  border-top-color: rgba(210, 210, 213, .1);
  padding: 30px 40px 40px;
}

.nav-menu-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.menu-item {
  opacity: 1;
  color: var(--midnight-blue-2);
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item.menu-item-wrap.mask-dropdown {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.menu-item.invisible {
  opacity: 0;
}

.menu-item.ga-event {
  color: #474858;
  display: block;
}

.menu-item.ga-event.button-3 {
  background-color: var(--baf-blue-2);
  color: var(--white);
}

.menu-item.ga-event.button-3.login-mobile {
  border-width: 2px;
  border-color: var(--baf-blue-2);
  background-color: var(--white);
  box-shadow: none;
  color: var(--baf-blue-2);
  border-radius: 5px;
  transition-property: none;
}

.menu-item.ga-event.services {
  display: none;
}

.cart-button-3 {
  z-index: auto;
  opacity: .6;
  color: #1d1f2e;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  padding: 4px 0;
  line-height: 100%;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cart-button-3:hover {
  opacity: 1;
  color: #1d1f2e;
}

.cart-button-3.invisible-cart {
  opacity: 0;
  cursor: default;
  transition-property: none;
}

.cart-total {
  color: var(--royal-blue);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paypal-2 {
  margin-bottom: 8px;
}

.paragraph-6 {
  color: rgba(29, 31, 46, .7);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.paragraph-6.cc-empty-cart {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 30px;
  line-height: 16px;
}

.paragraph-6.cc-premium-block-paragraph {
  color: rgba(255, 255, 255, .7);
}

.close-button-2 {
  width: auto;
  height: auto;
  opacity: .7;
  align-items: center;
  transition: opacity .4s;
  display: flex;
}

.close-button-2:hover {
  opacity: 1;
}

.error-state {
  text-align: center;
  background-color: #a25f4b;
  margin: -30px 40px 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.empty-cart-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.remove-button-2 {
  text-decoration: none;
}

.cart-order-value {
  color: var(--royal-blue-2);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.cart-list-3 {
  background-color: var(--white);
  color: #fff;
  padding: 30px 40px 0;
}

.text-field-dark {
  width: auto;
  height: 54px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2f303e;
  border-radius: 0;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-field-dark.cc-quantity {
  width: 60px;
  height: 42px;
  color: var(--gray-1);
  margin-top: 19px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  transition: border .4s;
}

.text-field-dark.cc-quantity:hover, .text-field-dark.cc-quantity:active, .text-field-dark.cc-quantity:focus {
  border-color: var(--black);
}

.text-field-dark.cc-subscribe-input {
  width: 350px;
  text-align: left;
  border-radius: 5px;
  margin-right: 10px;
  font-family: Hind Vadodara, sans-serif;
  transition: border .4s;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: rgba(255, 255, 255, .5);
}

.text-field-dark.cc-subscribe-input:active {
  border-color: rgba(255, 255, 255, .6);
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: rgba(255, 255, 255, .5);
}

.menu-item-wrap {
  opacity: .6;
  cursor: default;
  align-self: center;
  align-items: center;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: opacity .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover, .menu-item-wrap.w--current {
  opacity: 1;
}

.menu-item-wrap.ga-event {
  align-self: center;
}

.menu-item-wrap.ga-event.login {
  opacity: 1;
  transition-property: none;
}

.menu-item-deco-line {
  width: 100%;
  height: 2px;
  opacity: 0;
  background-color: rgba(162, 95, 75, .3);
  align-items: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cart-product-name-2 {
  color: var(--gray-2);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.error-message-2 {
  color: #fff;
  background-color: #a25f4b;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.product-price-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.details-section {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.product-price-detail {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
}

.product-dimension-text {
  opacity: .7;
  color: var(--gray-1);
  margin-right: 5px;
  display: inline-block;
}

.product-price-category {
  color: rgba(29, 31, 46, .7);
  display: inline-block;
}

.product-price-category.older-price-category {
  color: rgba(29, 31, 46, .4);
  text-decoration: line-through;
}

.category-tag {
  z-index: 80;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.big-paragraph {
  color: rgba(29, 31, 46, .7);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: #fff;
  align-self: start;
  margin-bottom: 30px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.dark-button {
  z-index: 50;
  border-style: solid;
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.dark-button:hover {
  background-color: var(--light-steel-blue);
  opacity: .96;
  color: #fff;
  box-shadow: 0 3px 8px rgba(29, 31, 46, .15);
}

.dark-button.expand {
  background-color: var(--royal-blue);
  border-radius: 5px;
  display: block;
}

.dark-button.expand:active {
  background-color: var(--midnight-blue-2);
  box-shadow: none;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
}

.dark-button.expand {
  display: block;
}

.label-2 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label-2.cc-product-details {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.label-2.cc-subheadline {
  color: var(--black);
  margin-left: 15px;
  margin-right: 15px;
  font-family: Hind Vadodara, sans-serif;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.discounted-price-product {
  color: var(--royal-blue);
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.product-image {
  width: 460px;
  height: 460px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 20px;
  position: relative;
}

.out-of-stock-message {
  color: #fff;
  background-color: #1d1f2e;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.product-dimension-text-value {
  display: inline-block;
}

.category-tag-text {
  color: #a25f4b;
  font-weight: 700;
}

.category-tag-text.cc-sale {
  color: var(--royal-blue-2);
}

.category-tag-text.cc-new {
  color: #1d1f2e;
}

.product-dimensions-list {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  list-style-type: disc;
}

.default-state {
  margin-bottom: 10px;
}

.add-to-cart-2 {
  margin-top: 20px;
}

.content {
  border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
}

.content.cc-subscribe-form {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.product-head-section {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.text-field-2 {
  height: 54px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-2:hover {
  border-color: rgba(29, 31, 46, .5);
}

.text-field-2:active, .text-field-2:focus {
  border-color: #1d1f2e;
}

.text-field-2::-ms-input-placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field-2::placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field-2.cc-product-quantity {
  width: 100px;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.premium-block-content-wrap {
  width: 470px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  display: inline-block;
}

.premium-block {
  height: auto;
  background-color: var(--royal-blue);
  align-items: stretch;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.premium-content-icon-wrap {
  width: 50px;
  height: 28px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.premium-content-span {
  color: var(--white);
  font-family: Hind Vadodara, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.premium-block-wrap {
  width: 50%;
  cursor: pointer;
  background-image: none;
  background-size: auto;
  padding-right: 10px;
  display: inline-block;
}

.premium-content-item {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.premium-image {
  width: 100%;
  height: 100%;
  min-height: 350px;
  background-image: url('../images/PPE-ready-back-to-work.jpg');
  background-size: cover;
}

.premium-image.large-orders, .premium-image.product-page {
  background-image: url('../images/Bookairfreight-shipping-face-masks.jpg');
}

.premium-content-headline-wrap {
  margin-bottom: 30px;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.you-might-also-like-items {
  text-align: center;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.empty-message {
  color: rgba(29, 31, 46, .3);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.subheadline-deco-line {
  width: 30px;
  height: 1px;
  background-color: #ececed;
  display: inline-block;
}

.product-pic-wrap {
  width: 33%;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.products-grid {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 40px;
}

.footer-subheadline {
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter-success-text {
  text-align: left;
  line-height: 24px;
  display: inline-block;
}

.subscribe-form-deco-line {
  width: 30px;
  height: 1px;
  background-color: rgba(210, 210, 213, .1);
  display: inline-block;
}

.form-block {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.newsletter-success-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.success-message-wrap {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.subscribe-headline {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.subscribe-wrap {
  max-width: 1440px;
  min-width: 880px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/subscrible.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 85px;
  display: flex;
}

.subscribe-wrap.large-orders {
  margin-top: 0;
}

.form-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

.page-headline-wrap {
  width: 70%;
  text-align: center;
  margin: 100px auto;
  display: block;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  width: 60%;
  margin-top: 0;
  margin-bottom: 100px;
}

.wrap-overlayed {
  z-index: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.deco-block {
  z-index: 0;
  max-width: 1440px;
  min-width: 940px;
  background-color: #f6f6f6;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.section-7 {
  color: var(--midnight-blue-2);
  font-family: Montserrat, sans-serif;
}

.heading-23 {
  color: var(--midnight-blue-2);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.heading-24 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.heading-25 {
  color: var(--dark-blue-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

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

.text-block-21 {
  line-height: 28px;
}

.heading-26 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.text-block-22 {
  line-height: 28px;
}

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

.field-label-style-pricing {
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.checkout-header-style {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-block-23 {
  line-height: 28px;
}

.pricing, .text-block-24 {
  color: var(--royal-blue);
}

.country-2 {
  font-size: 14px;
}

.country-3 {
  margin-bottom: 16px;
  font-size: 14px;
}

.cart-2 {
  margin-top: 5px;
}

.checkout-form {
  padding-top: 0;
}

.field-label {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.big-paragraph-2 {
  color: rgba(29, 31, 46, .7);
  font-size: 18px;
  line-height: 30px;
}

.page-headline-wrap-copy {
  width: 70%;
  text-align: center;
  margin: 100px auto;
  display: block;
}

.page-headline-wrap-copy.cc-overlayed-headline {
  width: 60%;
  width: 60%;
  margin-top: 0;
  margin-bottom: 100px;
}

.page-headline-wrap-copy.cc-overlayed-headline-copy {
  width: 60%;
  margin-top: 0;
  margin-bottom: 60px;
}

.block-header-2 {
  border-radius: 2px;
}

.deco-block-2 {
  z-index: 0;
  max-width: 1440px;
  min-width: 940px;
  background-color: #f6f6f6;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.order-confirmation {
  padding-top: 0;
}

.text-block-26 {
  color: var(--royal-blue);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.text-block-27 {
  color: var(--royal-blue-2);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.container-4 {
  margin-bottom: 0;
}

.line-item-3 {
  flex-direction: row;
}

.line-item-4 {
  color: var(--royal-blue);
  font-weight: 500;
}

.field-label-style-pricing-copy {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.required {
  font-size: 14px;
  line-height: 28px;
}

.heading-27 {
  color: var(--dark-blue-2);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.field-label-2 {
  clear: left;
  color: var(--dark-blue-2);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-28 {
  color: var(--white);
  font-family: Hind Vadodara, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-28 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.button-10 {
  font-size: 20px;
}

.image-38 {
  max-height: 100%;
  min-height: 50px;
  min-width: 50px;
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook-icon-white.svg');
  background-position: 0 0;
  background-size: 125px;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.paragraph-8 {
  color: var(--gray-1);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.image-39, .image-39-copy {
  font-family: Montserrat, sans-serif;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  color: rgba(29, 31, 46, .7);
}

.paragraph-9 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.list-item-9, .list-item-10, .list-item-11, .list-item-12 {
  color: rgba(29, 31, 46, .7);
}

.wrap-2 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.heading-29 {
  color: #283dfa;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.home-category-card-2 {
  color: #fff;
  background-color: #0069ff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.home-category-card-2.red {
  background-color: #fff;
  border: 3px solid #283dfa;
  justify-content: flex-end;
}

.home-category-card-2-copy {
  color: #fff;
  background-color: #0069ff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.home-category-card-2-copy.red {
  background-color: #fff;
  border: 3px solid #283dfa;
  justify-content: flex-end;
}

.heading-29-copy {
  color: #283dfa;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-20-copy {
  color: #fa282b;
  margin-left: -40px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: static;
}

.paragraph-6-copy {
  color: rgba(29, 31, 46, .7);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.paragraph-6-copy.cc-empty-cart {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 30px;
  line-height: 16px;
}

.paragraph-6-copy.cc-premium-block-paragraph {
  color: rgba(255, 255, 255, .7);
}

.container-5-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: static;
}

.home-category-card-2-copy {
  color: #fff;
  background-color: #0069ff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.home-category-card-2-copy.red {
  background-color: #fff;
  border: 3px solid #283dfa;
  justify-content: flex-end;
}

.home-category-card-2-copy.red-copy {
  background-color: #fff;
  border: 3px solid #283dfa;
  justify-content: flex-end;
  margin-right: 0;
  padding-left: 20px;
}

.home-category-card-2-copy {
  color: #fff;
  background-color: #0069ff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.home-category-card-2-copy.red {
  background-color: #fff;
  border: 3px solid #283dfa;
  justify-content: flex-end;
}

.button-11 {
  border-radius: 5px;
}

.heading-29-copy {
  color: #283dfa;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.home-category-info-2-copy {
  text-align: right;
  margin-right: 180px;
  padding-left: 0;
}

.home-category-image-2-copy {
  width: 50%;
  padding-left: 0;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 0%;
}

.heading-21-copy {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button-11-copy {
  color: var(--white);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-9-copy {
  height: 48px;
  color: #fff;
  text-align: center;
  background-color: #a5c926;
  border-radius: 24px;
  justify-content: center;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button-9-copy:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px rgba(165, 201, 38, .5);
}

.button-9-copy.small {
  height: 40px;
  border-radius: 20px;
  padding: 8px 24px;
  font-size: 13px;
  line-height: 24px;
}

.button-9-copy.small.white {
  background-color: var(--royal-blue-2);
  box-shadow: 4px 4px 5px 0 var(--midnight-blue);
  background-color: #283dfa;
  border: 0 solid #000;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  box-shadow: 4px 4px 5px #96a5ba;
}

.button-9-copy.small-copy {
  height: 40px;
  border-radius: 20px;
  padding: 8px 24px;
  font-size: 13px;
  line-height: 24px;
}

.button-9-copy.small-copy.white {
  background-color: var(--royal-blue-2);
  box-shadow: 4px 4px 5px 0 var(--midnight-blue);
  background-color: #283dfa;
  border: 0 solid #000;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  box-shadow: 4px 4px 5px #96a5ba;
}

.button-9-copy.small-copy.white-copy {
  background-color: var(--baf-yellow);
  box-shadow: 4px 4px 5px 0 var(--white);
  border: 0 solid #000;
  border-radius: 5px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 14px;
}

.paragraph-9-copy {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.top-banner-2 {
  z-index: 5;
  color: #fff;
  text-align: center;
  background-color: #283dfa;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h5-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-67 {
  background-image: linear-gradient(#fff, #fff);
  position: relative;
}

.field-label-style-pricing-copy {
  color: var(--royal-blue);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}

.field-label-style-pricing-copy-2 {
  color: #283dfa;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

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

.text-block-29 {
  margin-left: 10px;
}

.text-block-29.price {
  clear: none;
  margin-left: 0;
  margin-right: 0;
}

.text-block-30.ga-event {
  color: #474858;
}

.field-label-3 {
  clear: left;
  color: var(--royal-blue-2);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.rich-text-block.paragraph-6-copy {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.paragraph-10y {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.image-40, .image-41, .image-42, .image-43 {
  margin-bottom: 40px;
}

.product-image-copy {
  width: 460px;
  height: 460px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 20px;
  position: relative;
}

.bold-text {
  color: var(--royal-blue);
}

.image-39-copy {
  font-family: Montserrat, sans-serif;
}

.image-43-copy {
  margin-bottom: 40px;
}

.block-content {
  padding-right: 0;
}

.shipping-method {
  border: 0 solid #e6e6e6;
  border-top-color: #000;
  border-bottom-width: 1px;
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-68 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

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

.div-block-69.shipping-price {
  margin-top: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.shipping-price {
  border-left-width: 1px;
  border-right-width: 1px;
}

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

.dropdown-link-2 {
  color: var(--black);
}

.dropdown-link-3 {
  color: var(--gray-3);
}

.dropdown-link-3.w--current, .dropdown-link-3.navigation {
  color: var(--black);
}

.ga-event {
  color: var(--baf-blue-2);
}

.text-block-31 {
  margin-right: 10px;
}

.reopening-kit-text {
  margin-top: 20px;
}

.num-months-safety, .is-essential-business {
  font-family: Montserrat, sans-serif;
}

.text-num-masks {
  margin-top: 30px;
  font-size: 18px;
}

.text-shipment, .text-shipment-option {
  margin-top: 20px;
}

.state-location {
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.text-state {
  margin-top: 20px;
}

.div-block-70 {
  font-family: Montserrat, sans-serif;
}

.text-field-3 {
  min-height: 48px;
  border: 1px solid #ecebea;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.kind-of-masks {
  font-family: Montserrat, sans-serif;
}

.offer-header {
  z-index: 1000;
  box-shadow: 1px 1px 3px 0 var(--baf-yellow);
  color: #050b46;
  text-align: center;
  background-color: #ffd600;
  padding: 10px 75px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  padding-top: 25px;
  padding-bottom: 0;
}

.heading-copy {
  color: #050b46;
  margin-bottom: 16px;
  margin-right: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.heading-copy.centered, .heading-copy.centered._02 {
  text-align: center;
}

.heading-copy.text-white {
  color: var(--white);
}

.mask {
  color: #050b46;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.mask.gray {
  color: #0069ff;
  margin-bottom: 0;
}

.mask.gray.center {
  color: #96a5ba;
  text-align: center;
  font-size: 20px;
}

.body-2, .body-3, .body-4 {
  padding-top: 0;
}

.body-5 {
  padding-top: 25px;
}

.body-5.blog {
  padding-top: 0;
}

.home-categories-copy {
  width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h2-3-copy-copy {
  color: var(--royal-blue);
  text-align: center;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.h2-3-copy-copy.margin-bottom {
  margin-bottom: 36px;
}

.container-copy {
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}

.container-copy.container-narrow {
  max-width: 1084px;
}

.container-copy.container-narrow.new {
  background-color: var(--royal-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.container---import-guide {
  z-index: 2;
  width: 100%;
  max-width: 1248px;
  border-radius: 18px;
  align-self: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 75px;
  position: relative;
  top: auto;
  bottom: auto;
}

.div-block-52-copy {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-copy {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Hind Vadodara, sans-serif;
  position: relative;
}

.section-copy.bg-gray-4 {
  background-color: var(--light-yellow);
  background-image: linear-gradient(140deg, var(--royal-blue-2), var(--baf-blue));
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: DM Sans, sans-serif;
}

.section-copy.bg-primary-1 {
  background-color: var(--white);
}

.section-copy.section-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-copy.image-bg-section {
  background-color: var(--black);
  color: var(--white);
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section-copy.no-bottom-space {
  padding-bottom: 0;
}

.section-copy.no-bottom-space.bg-gray-4 {
  background-color: var(--light-yellow);
}

.section-copy.no-bottom-space.bg-blue {
  background-color: var(--baf-blue);
}

.section-copy.bg-primary-2 {
  background-color: var(--primary-2);
}

.section-copy.bottom-space-small {
  padding-bottom: 48px;
}

.section-copy.bottom-space-small.bg-gradient {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-copy.top-space-small {
  padding-top: 48px;
}

.section-copy.bg-blue-gradient {
  background-color: var(--light-yellow);
  background-image: linear-gradient(140deg, var(--royal-blue-2), var(--baf-blue));
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: DM Sans, sans-serif;
}

.section-copy.bg-yellow {
  background-color: var(--light-yellow);
}

.section-copy.bg-blue {
  background-color: var(--baf-blue);
}

.section-copy.container-copy {
  background-color: rgba(0, 105, 255, .18);
  padding-left: 75px;
  padding-right: 75px;
}

.text-block-32 {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.link-9 {
  color: var(--baf-yellow);
}

.link-10 {
  color: var(--dark-yellow);
}

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

.h1-3 {
  color: #050b46;
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.expandable-heading-2 {
  cursor: pointer;
  margin-bottom: 0;
  font-family: Hind Vadodara, sans-serif;
  transition: color .2s;
}

.expandable-heading-2:hover {
  color: #068466;
}

.heading-30 {
  text-align: left;
  letter-spacing: .3px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-33, .text-block-34, .text-block-35, .text-block-36 {
  letter-spacing: .3px;
  font-family: Hind Vadodara, sans-serif;
  font-weight: 400;
}

.row---qa-2 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.row---qa-2.style-guide-content-row {
  margin-bottom: 12px;
}

.row---qa-2.row-align-center {
  align-items: center;
}

.row---qa-2.row-split-content {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  display: grid;
}

.row---qa-2.row-split-content.direction-reverse {
  direction: rtl;
  flex-direction: row-reverse;
}

.row---qa-2.row-split-content.row-align-top, .row---qa-2.row-split-content.large-orders {
  align-items: start;
}

.row---qa-2.row-split-content.row-sample {
  margin-right: auto;
  padding-right: 60px;
}

.row---qa-2.row-justify-between {
  justify-content: space-between;
}

.row---qa-2.no-wrap {
  flex-wrap: nowrap;
}

.row---qa-2.row-justify-center {
  justify-content: center;
  margin-top: 15px;
}

.row---qa-2.row-no-wrap {
  flex-wrap: nowrap;
}

.row---qa-2.icon-row {
  align-items: center;
}

.row---qa-2.margin-top {
  justify-content: flex-start;
}

.row---qa-2.price-row {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 12px;
}

.row---qa-2.row-justify-end {
  justify-content: flex-end;
}

.row---qa-2.breadcrumb-row {
  border-top: 1px solid var(--gray-3);
  align-items: center;
  padding-top: 12px;
}

.row---qa-2.utility-row-right {
  justify-content: flex-end;
}

.row---qa-2.utility-row-left, .row---qa-2.row-align-center-copy {
  align-items: center;
}

.icon-large--ts {
  width: 96px;
  flex: none;
  margin-bottom: 12px;
}

.bold-text-2 {
  cursor: default;
  font-weight: 500;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 500;
}

.bold-text-7 {
  font-family: Hind Vadodara, sans-serif;
  font-weight: 500;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-weight: 500;
}

.heading-30-copy {
  text-align: center;
  letter-spacing: .3px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.empty-state-3 {
  text-align: center;
  background-color: #ecebea;
  border-radius: 6px;
  padding: 24px;
}

.text-small-3 {
  color: #222525;
  font-size: 14px;
  line-height: 20px;
}

.form-input-4 {
  width: auto;
  height: 48px;
  border: 1px solid var(--gray-1);
  letter-spacing: .3px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  transition: border-color .2s;
  display: inline-block;
}

.form-input-4:focus {
  border-width: 2px;
  border-color: var(--baf-blue-2);
  background-color: var(--white);
}

.form-input-4::-ms-input-placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input-4::placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input-4.form-input-naked {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.heading-31 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.link-11 {
  color: var(--black);
  font-size: 52px;
}

.link-12 {
  color: var(--black);
  letter-spacing: .3px;
  font-family: Hind Vadodara, sans-serif;
}

.article-2 {
  color: #222525;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.heading-32 {
  color: var(--black);
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.5em;
}

.bold-text-13 {
  color: var(--baf-grey);
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-14 {
  color: var(--baf-grey);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.bold-text-14.h6-small {
  letter-spacing: .3px;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-15 {
  color: var(--baf-grey);
  text-transform: capitalize;
  font-family: Hind Vadodara, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-37 {
  color: var(--baf-grey);
  letter-spacing: .3px;
  margin-top: 20px;
  padding-top: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.grid-9 {
  grid-template-columns: .5fr 1fr;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-33 {
  color: var(--baf-blue-2);
  letter-spacing: .3px;
  align-self: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.horizontal-form-copy {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  font-family: Hind Vadodara, sans-serif;
  display: flex;
}

.image-44 {
  align-self: flex-start;
  margin-bottom: 40px;
}

.heading-34 {
  color: var(--baf-blue-2);
  text-align: left;
  align-self: flex-start;
  margin-bottom: 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.heading-35 {
  align-self: flex-start;
  font-family: Hind Vadodara, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.bold-text-16 {
  color: var(--baf-grey);
  letter-spacing: .3px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.heading-36 {
  color: var(--baf-grey);
  letter-spacing: .3px;
  text-indent: 1px;
  column-count: auto;
  flex: 2 auto;
  align-self: flex-start;
  margin-bottom: 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-17, .bold-text-18, .bold-text-19 {
  color: var(--baf-blue-2);
}

.heading-37 {
  color: var(--black);
  text-align: left;
  align-self: flex-start;
  margin-bottom: 40px;
  font-family: Hind Vadodara, sans-serif;
}

.image-45 {
  align-self: flex-start;
  margin-bottom: 20px;
}

.heading-38 {
  color: var(--baf-blue-2);
  text-align: left;
  letter-spacing: .3px;
  align-self: flex-start;
  margin-bottom: 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.heading-39 {
  color: var(--black);
  letter-spacing: .3px;
  margin-top: auto;
  padding-top: 40px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3em;
}

.container-3-copy {
  z-index: 2;
  width: 100%;
  max-width: 1248px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 18px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
  top: auto;
  bottom: auto;
}

.footer-horizontal-link-2 {
  color: #ecebea;
  margin-bottom: 10px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
}

.footer-horizontal-link-2:hover {
  opacity: 1;
  color: #fff;
}

.section-9 {
  background-color: var(--light-yellow);
  margin-top: 60px;
  padding-bottom: 60px;
}

.list {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.section-10 {
  background-color: rgba(248, 249, 250, .1);
  padding-top: 40px;
  padding-bottom: 60px;
}

.risk-section-02-copy {
  height: 80vh;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-text-20 {
  color: var(--baf-blue-2);
}

.bold-text-21, .bold-text-22 {
  font-family: Open Sans, sans-serif;
}

.subtitle {
  color: var(--baf-blue-2);
  letter-spacing: .3px;
  align-self: flex-start;
  margin-bottom: 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.heading-36-copy {
  color: var(--baf-grey);
  letter-spacing: .3px;
  align-self: flex-start;
  margin-bottom: 40px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.body-copy {
  padding-top: 0;
  padding-bottom: 0;
}

.container---rate-card {
  z-index: 2;
  width: 100%;
  max-width: 1248px;
  border-radius: 18px;
  align-self: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 75px;
  position: relative;
  top: auto;
  bottom: auto;
}

.container---b-og {
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  margin: 40px auto 100px;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}

.container---b-og.container-narrow {
  max-width: 1084px;
}

.container---b-og.container-narrow.new {
  background-color: var(--royal-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.container---b-og.text-center {
  text-align: center;
}

.container-2---mask-copy {
  z-index: 5;
  width: 100%;
  max-width: 1248px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 75px;
  padding-right: 75px;
  position: static;
  top: auto;
  bottom: auto;
}

.container--large-order {
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  margin: auto;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}

.container--large-order.container-narrow {
  max-width: 1084px;
}

.container--large-order.container-narrow.new {
  background-color: var(--royal-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.container--large-order.text-center {
  text-align: center;
}

.text-block-38, .text-block-39, .bold-text-23 {
  font-family: Hind Vadodara, sans-serif;
}

.text-block-40 {
  font-family: Hind Vadodara, sans-serif;
  position: static;
}

.text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46 {
  font-family: Hind Vadodara, sans-serif;
}

.div-block-52-mask-page {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-13 {
  color: #000;
  letter-spacing: .3px;
  font-family: Hind Vadodara, sans-serif;
}

.form-input-5 {
  height: 48px;
  letter-spacing: .3px;
  border: 1px solid #222525;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: border-color .2s;
}

.form-input-5:focus {
  background-color: #fff;
  border-width: 2px;
  border-color: #0040dd;
}

.form-input-5::-ms-input-placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input-5::placeholder {
  color: rgba(34, 37, 37, .5);
}

.text-large-3 {
  color: #000;
  letter-spacing: .3px;
  font-family: Hind Vadodara, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.coupon-field {
  height: 64px;
  color: #9ccd65;
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 12px;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  box-shadow: inset 0 0 0 1px #d2dfe8;
}

.coupon-field::-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field::placeholder {
  color: #9ccd65;
}

.form-block-2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.coupon-body-wrap {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.coupon-img-wrap {
  background-image: url('../images/fogg-coffee-break.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
}

.copy-btn {
  z-index: 5;
  width: 100%;
  text-align: center;
  background-color: #ec4609;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
}

.coup-container {
  width: 100%;
  max-width: none;
  background-color: #fff;
  border: 1px solid #ffd1e8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 7px 40px rgba(236, 70, 9, .31);
}

.coupon-title {
  color: #4e342e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.coupon-card-subtext {
  color: #aaa;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.section---quotes-not-shown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(135deg, #feffca, #fbf6d7 69%);
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 75px;
  display: grid;
}

.section---quotes-not-shown.full-height {
  height: 100vh;
  align-items: stretch;
}

.section---quotes-not-shown.direction-reverse {
  direction: rtl;
}

.coupon-body-wrap-copy {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.coupon-body-wrap-copy.not-quote-shown {
  margin-left: 75px;
}

.heading-40 {
  color: #242426;
  letter-spacing: .3px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.text_link {
  color: #0040dd;
  letter-spacing: .3px;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s;
}

.text_link:hover {
  color: #6c6c70;
  padding-left: 5px;
  font-weight: 700;
}

.baf-h2 {
  color: #242426;
  text-align: left;
  letter-spacing: .3px;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 60px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
}

.paragraph-10 {
  color: #363638;
  letter-spacing: .3px;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-72 {
  letter-spacing: .3px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

._2_col_grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  margin-bottom: 0;
}

.paragraph-11 {
  color: #363638;
  letter-spacing: .3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.image-46 {
  padding-top: 0;
}

.paragraph-12 {
  color: #363638;
  letter-spacing: .3px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.section-11 {
  padding: 40px 6%;
}

.heading-41 {
  color: #363638;
  letter-spacing: .3px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.icon-large--no-results-shown {
  width: 100px;
  flex: none;
  margin-bottom: 20px;
}

.form-input---no-results-show {
  width: 250px;
  height: 48px;
  letter-spacing: .3px;
  border: 1px solid #222525;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  transition: border-color .2s;
}

.form-input---no-results-show:focus {
  background-color: #fff;
  border-width: 2px;
  border-color: #0040dd;
}

.form-input---no-results-show::-ms-input-placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input---no-results-show::placeholder {
  color: rgba(34, 37, 37, .5);
}

.text-block-47 {
  letter-spacing: .3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.heading-42 {
  width: auto;
  color: var(--baf-grey);
  letter-spacing: .3px;
  text-indent: 0;
  column-count: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}

.section-12 {
  background-color: var(--baf-grey);
  background-image: none;
  padding: 60px 6%;
}

.paragraph---results-not-shown {
  color: #363638;
  letter-spacing: .3px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.bold-text-25, .bold-text-26 {
  color: var(--royal-blue);
}

.div-block-73 {
  text-align: center;
  display: block;
}

.tabs-3 {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-65 {
  color: #333;
  text-transform: uppercase;
  margin: 0 20px;
  padding-top: 30px;
  font-size: 28px;
}

.text-block-122 {
  font-weight: 700;
}

.text-block-119 {
  color: rgba(0, 0, 0, 0);
}

.more-info-button-2 {
  width: 100%;
  height: 40px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ffc400;
  border-radius: 10px;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.more-info-button-2:active {
  background-color: rgba(51, 51, 51, .5);
}

.list-heading-2 {
  color: #000;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.dashboard-section {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 0;
  padding: 0;
  font-size: 14px;
  position: relative;
}

.saved-quotes-results {
  margin-left: 12%;
  margin-right: 12%;
}

.quotation {
  margin-top: 0;
  margin-left: 12%;
  margin-right: 12%;
}

.load-more--blue {
  width: 25%;
  height: 40px;
  text-align: center;
  background-color: #09f;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 10px;
}

.load-more--blue:active {
  background-color: rgba(51, 51, 51, .5);
}

.tab-link-tab-3-5 {
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tab-link-tab-3-5.w--current {
  color: #fff;
  background-color: rgba(51, 51, 51, .5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.input03 {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(236, 241, 248, .8);
  border-radius: 10px;
  font-size: 15px;
}

.tab-link-tab-2-4 {
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin-right: 5px;
}

.tab-link-tab-2-4.w--current {
  color: #fff;
  background-color: #09f;
  border-radius: 10px 10px 0 0;
  box-shadow: 1px 1px 3px #7f8893;
}

.tab-link-tab-2-4.tab-phone-header.w--current {
  background-color: #09f;
  box-shadow: 1px 1px 3px #7f8893;
}

.tab-pane-tab-2-2 {
  border: 1px solid #09f;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 1px 1px 3px #7f8893;
}

.tab-scheduled {
  color: #fff;
  background-color: rgba(51, 51, 51, .1);
  margin-right: 5px;
}

.tab-scheduled.w--current {
  color: #fff;
  background-color: #ffc400;
  border-radius: 10px 10px 0 0;
  margin-right: 5px;
}

.tab-scheduled.tab-angel {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tab-scheduled.tab-angel.tab-phone-header.w--current {
  background-color: #00f;
}

.quote-form {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: auto;
  padding: 0 0 40px;
  display: block;
}

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

.navigation-menu {
  z-index: 3;
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  box-shadow: 0 1px 10px rgba(51, 51, 51, .1);
}

.quote-card {
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  box-shadow: 3px 3px 17px 4px rgba(236, 241, 248, .8);
}

.quote-card._01 {
  box-shadow: none;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.text-block-68 {
  color: #333;
}

.full-container--grey {
  width: 100%;
  max-width: 1500px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 60px 100px;
  display: block;
}

.text-block-100 {
  align-self: center;
  font-size: 14px;
}

.text-block-66 {
  color: #333;
  text-transform: none;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
}

.table-row-3 {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
}

.table-row-3.footer-row {
  color: #414142;
  background-color: #fff;
  border-bottom-style: solid;
  border-bottom-color: #ffc400;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
}

.table-row-3.footer-row.orange {
  border-top: 1px #000;
  border-bottom: 1px solid #ffc400;
  border-left: 1px #000;
  border-right: 1px #00f;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-row-3.footer-row.grey {
  border-bottom-color: rgba(51, 51, 51, .5);
}

.table-row-3.footer-row.blue {
  border-bottom-color: #09f;
}

.table-row-3.footer-row-copy {
  color: #414142;
  background-color: #fff;
  border-bottom-style: solid;
  border-bottom-color: #09f;
  border-radius: 0;
  padding: 15px 20px 20px;
  font-size: 14px;
}

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

.text-block-67.bold {
  font-weight: 700;
}

.table-row-3-copy {
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #09f;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
}

.table-row-3-copy.grey {
  border-bottom-color: rgba(51, 51, 51, .5);
}

.more-info-blue-button {
  width: 100%;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  background-color: #09f;
  border-radius: 10px;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.more-info-blue-button:active {
  background-color: rgba(51, 51, 51, .5);
}

.link-14 {
  color: #09f;
  font-weight: 700;
}

.navigation-item {
  z-index: 2;
  height: 40px;
  opacity: .6;
  color: #000;
  background-color: #fff;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1875f0;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px 0 20px;
  font-weight: 600;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.tab-pane-tab-1-3 {
  border: 1px solid #00f;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 1px 1px 3px #f2f3f3;
}

.navigation-icon-dollar-2 {
  width: auto;
  text-align: right;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}

.tab-pane-tab-3-copy {
  border: 1px solid rgba(51, 51, 51, .5);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, .5);
}

.container-6 {
  max-width: 1200px;
  background-color: #f2f3f3;
  margin-left: auto;
  margin-right: auto;
}

.dash-tab-wrapper {
  min-height: 100vh;
  background-color: rgba(51, 51, 51, .35);
  padding-bottom: 0;
}

.shipment-card {
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: -40px;
  margin-bottom: 10px;
  box-shadow: 3px 3px 17px 4px rgba(236, 241, 248, .8);
}

.more-info-button--grey {
  width: 100%;
  height: 35px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(51, 51, 51, .5);
  border-radius: 10px;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.more-info-button--grey:active {
  background-color: rgba(51, 51, 51, .8);
}

.calc_total {
  display: none;
  position: static;
  overflow: visible;
}

.load-more {
  width: 25%;
  height: 40px;
  text-align: center;
  background-color: #00f;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.load-more:active {
  background-color: rgba(51, 51, 51, .5);
}

.saved-quotes--card--step-1 {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}

.column-10 {
  padding-left: 0;
}

.table-col {
  padding-top: 0;
  line-height: 25px;
}

.text-block-125 {
  width: 120px;
  height: 20px;
  color: #7f8893;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-icon {
  width: auto;
  text-align: right;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.load-more--grey {
  width: 25%;
  height: 40px;
  text-align: center;
  background-color: rgba(51, 51, 51, .5);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.load-more--grey:active {
  background-color: rgba(51, 51, 51, .8);
}

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

.navigation-item-2 {
  z-index: 2;
  height: 40px;
  opacity: .6;
  color: #000;
  background-color: #fff;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.navigation-item-2:hover {
  opacity: .9;
}

.navigation-item-2:active {
  opacity: .8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #1875f0;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px 0 20px;
  font-weight: 600;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.signup-label-3 {
  z-index: -1;
  width: 100%;
  opacity: 1;
  color: rgba(51, 51, 51, .8);
  text-align: left;
  margin-bottom: 5px;
  padding-left: 5px;
  font-size: 15px;
  font-weight: 700;
}

.text-block-158 {
  color: rgba(51, 51, 51, .8);
  text-align: right;
  letter-spacing: .3px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  display: inline;
  overflow: hidden;
}

.white-box-2-copy {
  width: 45%;
  height: auto;
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 2px solid #00f;
  border-radius: 10px;
  margin: 40px auto auto;
  box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, .1);
}

.signup-field-3 {
  height: 48px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  align-items: center;
  margin: 10px 5px 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
}

.signup-field-3:focus {
  border: 1px solid #1875f0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 4px #1875f0;
}

.signup-field-3::-ms-input-placeholder {
  color: rgba(51, 51, 51, .3);
}

.signup-field-3::placeholder {
  color: rgba(51, 51, 51, .3);
}

.bold-text-27 {
  text-align: right;
  padding-right: 10px;
}

.text-block-159 {
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.large-number-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.6;
  display: inline-block;
}

.image-47 {
  width: auto;
  height: 30px;
  max-width: none;
  text-align: left;
  display: block;
}

.box-padding-3 {
  padding: 1.6em;
}

.login-button-1-2-copy {
  width: 100%;
  height: 48px;
  background-color: #00f;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  box-shadow: 0 10px 20px -10px #00f;
}

.login-button-1-2-copy:hover {
  color: #333;
  background-color: #f1f6fd;
  border: 2px solid #00f;
  box-shadow: 0 10px 20px -2px #f1f6fd;
}

.columns-71 {
  text-align: right;
  margin-bottom: 10px;
  display: block;
}

.column-109, .column-2, .column-108 {
  padding-left: 0;
  padding-right: 0;
}

.no-results-card {
  width: 650px;
  height: auto;
  border: 2px none var(--light-yellow);
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, .1);
}

.div-block-74 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

.columns---header-no-results-shown {
  text-align: right;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-span-2 {
  font-family: "Fa solid 900", sans-serif;
}

.text-block-160 {
  color: var(--baf-grey);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.columns-72 {
  border-top: 1px solid #aeaeb2;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0;
}

.text-block-161 {
  color: var(--baf-grey);
  text-align: right;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.column-111 {
  text-align: right;
}

.columns-73 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.column-112 {
  padding-left: 0;
  padding-right: 138px;
}

.column-113 {
  text-align: left;
}

.column-114 {
  color: var(--baf-grey);
  text-align: right;
}

.text_link---right {
  color: #0040dd;
  letter-spacing: .3px;
  padding-top: 14px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s;
}

.text_link---right:hover {
  color: #6c6c70;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.heading---results-not-show {
  color: #242426;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

.bold-text-28, .bold-text-29 {
  color: var(--royal-blue);
}

.bold-text-30 {
  color: var(--baf-blue-2);
  font-weight: 700;
}

.bold-text-31, .bold-text-32, .bold-text-33 {
  color: var(--baf-blue-2);
}

.text-block-162 {
  color: var(--baf-grey);
  font-size: 16px;
  line-height: 1.5em;
}

.text-block-163, .text-block-164, .text-block-165, .text-block-166 {
  font-size: 16px;
  line-height: 1.5em;
}

.free-guide-download {
  width: 500px;
  letter-spacing: .3px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
  display: flex;
}

.free-download-button-and-form {
  width: 500px;
  letter-spacing: .3px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
  display: inline-block;
}

.section-halves-content-copy {
  max-width: 506px;
  direction: ltr;
  margin-left: 60px;
  margin-right: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.form-block-3 {
  display: block;
}

.form-block-3-copy {
  flex-direction: column;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.body-6 {
  background-color: var(--gray-1);
}

.section-nav-mega {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  position: static;
}

.scroll_indicator {
  z-index: 2147483647;
  width: 100%;
  height: 5px;
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #0040dd;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form-7 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-feedback-copy {
  text-align: center;
  border-radius: 5px;
  margin-top: 12px;
  padding: 12px;
}

.form-feedback-copy.bg-error-copy {
  width: 100%;
  clear: none;
  color: #363638;
  text-align: left;
  letter-spacing: .3px;
  background-color: rgba(108, 108, 122, .3);
  margin-top: 20px;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.full-bleed-image---terms {
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
  padding: 64px 0 0;
}

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

.div-block-111 {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  display: flex;
}

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

.form-input--email-capture---full-size {
  width: 300px;
  height: 55px;
  text-align: center;
  letter-spacing: .3px;
  border: 1.5px solid #222525;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: border-color .2s;
  display: block;
}

.form-input--email-capture---full-size:focus {
  background-color: #ebebf0;
  border-width: 2px;
  border-color: #0040dd;
}

.form-input--email-capture---full-size::-ms-input-placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input--email-capture---full-size::placeholder {
  color: rgba(34, 37, 37, .5);
}

.link-15 {
  width: 100%;
  align-self: center;
  text-decoration: none;
  display: block;
}

.wrapper-dictionary {
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.bold-text-39-copy {
  color: #363638;
  text-align: left;
  letter-spacing: .3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.blog-banner-title-headings {
  color: #242426;
  text-align: left;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.section-halves---terms {
  height: auto;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  background-color: #bcbcc0;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 4.5fr) minmax(500px, .5fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 6%;
  padding-right: 6%;
  display: grid;
}

.section-halves-content-3 {
  width: 100%;
  height: auto;
  max-width: none;
  direction: ltr;
  background-color: #fff;
  border: 1px #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 40px;
  display: flex;
  transform: translate(0);
}

.text-block-168 {
  text-align: center;
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 1.5em;
}

.flex-wrapper {
  align-items: center;
  display: flex;
}

.flex-wrapper.vertical {
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

.form-block---download-glossary {
  margin-bottom: 0;
}

.button---no-results-shown-copy {
  color: #fff;
  background-color: #068466;
  border: 2px solid #068466;
  border-radius: 5px;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0);
}

.button---no-results-shown-copy:hover {
  text-decoration: none;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .2);
}

.button---no-results-shown-copy.horizontal-form-button-copy {
  letter-spacing: .3px;
  background-color: #0040dd;
  border-style: none;
  margin-left: 12px;
  box-shadow: 15px 0 15px -2px #ecebea;
}

.button---no-results-shown-copy.horizontal-form-button-copy:active {
  background-color: #000;
}

.button---no-results-shown-copy.horizontal-form-button-copy.ga-event-copy {
  width: 300px;
  height: 55px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-31 {
  color: #363638;
  margin-bottom: 0;
  padding-bottom: 0;
}

.glossary-intro-text {
  width: auto;
  color: #363638;
  letter-spacing: .3px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.search-terms---small-3-copy-copy {
  width: auto;
  height: 55px;
  max-width: none;
  min-width: auto;
  color: #fff;
  text-align: left;
  letter-spacing: .3px;
  background-color: #242426;
  border: 2px #363638;
  border-radius: 5px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding: 20px 60px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
}

.search-terms---small-3-copy-copy:hover {
  border-width: 2px;
  border-color: #0040dd;
}

.grid-9-copy {
  width: 100%;
  height: auto;
  max-width: 1200px;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  color: #363638;
  letter-spacing: .3px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .25fr;
  align-content: center;
  justify-content: stretch;
  align-self: center;
  align-items: center;
  justify-items: start;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.bold-text-39 {
  color: #363638;
  text-align: left;
  letter-spacing: .3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.form-block-terms {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 18px;
  display: block;
}

.error-message-3 {
  letter-spacing: .3px;
  background-color: #ebebf0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5em;
}

.submit-button-4-copy {
  width: auto;
  height: 50px;
  float: none;
  color: #fff;
  letter-spacing: .3px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-top: 0;
  padding: 0 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.link-16 {
  color: #0040dd;
}

.text-block-169 {
  letter-spacing: .3px;
  font-family: Open Sans, sans-serif;
}

.div-block-122 {
  width: 300px;
  font-size: 18px;
  position: relative;
}

.success-message-3 {
  width: 150%;
  text-align: left;
  letter-spacing: .3px;
  background-color: #fff8e0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5em;
  overflow: hidden;
}

.div-block-123 {
  z-index: auto;
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: -20px;
  padding-right: 0;
  display: inline;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section---search-terms-bottom {
  width: auto;
  max-width: none;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 6% 60px;
  display: flex;
}

.submit-button-3 {
  opacity: 1;
  display: none;
}

.text-block-170 {
  color: #242426;
  letter-spacing: .3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.dictionary-wrapper-1200 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.dictionary-wrapper-1200._75 {
  width: 75%;
}

.social-icons-list---glossary {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section---content---blog-copy {
  width: auto;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 6% 60px;
  display: flex;
}

.rich-text-block-2 {
  width: auto;
  color: #242426;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0%;
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.container---blog-contents {
  width: 75%;
  max-width: none;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container---blog-contents._75 {
  width: 75%;
}

.submit-button-8 {
  width: 300px;
  height: 55px;
  letter-spacing: .3px;
  background-color: #0040dd;
  border-radius: 5px;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.submit-button-8:active {
  background-color: #242426;
}

.submit-button-8.ga-event {
  width: 225px;
  color: var(--gray-4);
  width: 225px;
  margin-left: 16px;
  padding-left: 0;
  padding-right: 0;
}

.section-halves-content---subscrible-cta {
  width: auto;
  height: auto;
  max-width: none;
  direction: ltr;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 5px;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin: 0;
  padding: 0;
  display: block;
}

.section-halves---subscrible-cta {
  height: auto;
  background-color: #fff5c4;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin: 0 0%;
  padding: 100px 6%;
  display: block;
}

.margin-top---middle {
  max-width: none;
  color: #242426;
  text-align: center;
  letter-spacing: .3px;
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
}

.text-large---cta-middle {
  color: #444446;
  text-align: center;
  letter-spacing: .3px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.form-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-input--blog-download-cta-bottom-copy {
  width: 300px;
  height: 55px;
  text-align: center;
  letter-spacing: .3px;
  border: 1.5px solid #222525;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: border-color .2s;
  display: inline-block;
}

.form-input--blog-download-cta-bottom-copy:focus {
  background-color: #ebebf0;
  border-width: 2px;
  border-color: #0040dd;
}

.form-input--blog-download-cta-bottom-copy::-ms-input-placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input--blog-download-cta-bottom-copy::placeholder {
  color: rgba(34, 37, 37, .5);
}

.display-h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
}

.text-block-171 {
  text-align: center;
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 1.5em;
}

.form-block-cta-middle {
  text-align: center;
  justify-content: center;
  display: block;
}

.grid-30 {
  width: 450px;
  height: auto;
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-29 {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
  padding-top: 0;
}

.heading-63 {
  color: #fff;
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
}

.image-70 {
  width: auto;
  height: 30px;
  max-width: none;
}

.wrapper-2 {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.new-body-2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.new-body-2.white {
  color: #fff;
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
}

.new-body-2.grey {
  color: #8e8e93;
  margin-bottom: 32px;
}

.section-26 {
  background-color: #000;
  padding: 60px 6%;
  display: block;
}

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

.bold-text-64.terms {
  color: var(--gray-4);
}

.button-35 {
  width: 250px;
  height: auto;
  text-align: center;
  letter-spacing: .3px;
  background-color: #0040dd;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.5em;
}

.button-35:active {
  color: #242426;
  background-color: #ebebf0;
}

.button-35.w--current:active {
  width: 250px;
  color: #242426;
  background-color: #ebebf0;
}

.button-35.ga-event {
  width: 225px;
  font-family: Roboto, sans-serif;
}

.container-17 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
}

.link-17 {
  color: #ecc600;
}

.div-block-124 {
  z-index: 99;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-147 {
  color: #fff;
}

.link-18 {
  color: #ffd501;
}

.button-31 {
  background-color: #000;
}

.button-31.cookiebtn {
  display: inline-block;
}

.form-dictionary-banner {
  width: auto;
  height: auto;
  flex-direction: row;
  align-items: flex-start;
  display: block;
}

.full-bleed-image---dictionary {
  width: 100%;
  height: auto;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  padding: 60px 0 0;
}

.div-block-60-copy {
  z-index: auto;
  width: 40px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: -20px;
  padding-right: 0;
  display: inline;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.submit-button-4 {
  width: auto;
  height: 55px;
  float: none;
  color: #aeaeb2;
  letter-spacing: .3px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-112 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-halves---dictionary-with-white {
  height: auto;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  background-color: #7a7af9;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 6%;
  padding-right: 6%;
  display: grid;
}

.dictionary-search {
  width: auto;
  height: 55px;
  max-width: 100%;
  min-width: 100%;
  float: none;
  color: #242426;
  text-align: left;
  letter-spacing: .3px;
  background-color: #242426;
  border: 2px #0040dd;
  border-radius: 5px;
  margin-bottom: auto;
  margin-left: 0;
  padding: 20px 60px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
}

.dictionary-search:hover {
  background-color: #d8d8c8;
  border: 2px solid #444446;
}

.div-block---freight-dictionary-banner {
  width: auto;
  height: 55px;
  margin-left: 0;
  position: relative;
}

.text-large-5 {
  color: #444446;
  letter-spacing: .3px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.error-message---dictionary-banner {
  letter-spacing: .3px;
  background-color: #ebebf0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5em;
}

.success-message---dictionary-banner {
  width: 100%;
  text-align: left;
  letter-spacing: .3px;
  background-color: #ffeede;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5em;
  overflow: hidden;
}

.grid-40 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(500px, 4.25fr);
}

.section-halves---dictionary {
  width: 500px;
  height: auto;
  max-width: none;
  direction: ltr;
  background-color: #fff;
  border: 1px #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 40px 60px;
  overflow: auto;
}

.section-18 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}

.columns-68 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.link-a {
  color: #bcbcc0;
  margin-right: 15px;
  font-size: 50px;
  line-height: 26px;
  text-decoration: none;
}

.link-a.link-hover {
  color: #8e8e93;
  font-size: 32px;
  line-height: 40px;
}

.link-a.link-hover:hover {
  color: #0040dd;
  text-decoration: underline;
}

.section-14 {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 6%;
}

.div-block-118 {
  max-width: 1200px;
}

.letter {
  color: #363638;
  text-align: left;
  letter-spacing: .3px;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

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

.link-19 {
  color: #363638;
  letter-spacing: .3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
}

.letter-2 {
  color: #363638;
}

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

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

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

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

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

.grid---h, .grid---i, .grid---l, .grid---m, .grid---n, .grid---o, .grid---p, .grid---s, .grid---r {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.form-input--blog-download-cta-bottom-copy-2 {
  width: 300px;
  height: 55px;
  text-align: center;
  letter-spacing: .3px;
  border: 1.5px solid #222525;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: border-color .2s;
  display: inline-block;
}

.form-input--blog-download-cta-bottom-copy-2:focus {
  background-color: #ebebf0;
  border-width: 2px;
  border-color: #0040dd;
}

.form-input--blog-download-cta-bottom-copy-2::-ms-input-placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input--blog-download-cta-bottom-copy-2::placeholder {
  color: rgba(34, 37, 37, .5);
}

.div-block-119 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-halves-content---cta-bottom {
  width: auto;
  height: auto;
  max-width: 1200px;
  direction: ltr;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 60px;
  display: block;
}

.section-halves---buttom-cta {
  height: auto;
  background-color: #ffb340;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 6%;
  display: block;
}

.form-9 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.full-bleed-image---bottom {
  width: auto;
  height: auto;
  margin: 40px 0 0 auto;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1280px) {
  .form-7 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-feedback-copy.bg-error-copy {
    margin-top: 30px;
    padding-top: 10px;
  }

  .form-input--email-capture---full-size {
    height: 50px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .blog-banner-title-headings {
    font-weight: 500;
  }

  .section-halves---terms {
    grid-column-gap: 9px;
    grid-template-columns: minmax(500px, 1fr) minmax(500px, 2fr);
  }

  .section-halves-content-3 {
    width: auto;
  }

  .button---no-results-shown-copy.horizontal-form-button-copy.ga-event-copy {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .grid-9-copy {
    width: 100%;
  }

  .section---search-terms-bottom {
    padding-left: 6%;
    padding-right: 6%;
  }

  .dictionary-wrapper-1200._75 {
    width: 75%;
  }

  .section---content---blog-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container---blog-contents {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }

  .container---blog-contents._75 {
    width: 75%;
  }

  .submit-button-8 {
    width: 400px;
  }

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

  .form-8 {
    display: flex;
  }

  .grid-30 {
    width: auto;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-29 {
    width: auto;
    grid-column-gap: 40px;
    justify-items: start;
  }

  .heading-63 {
    margin-top: 0;
  }

  .image-70 {
    height: 35px;
  }

  .wrapper-2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .new-body-2 {
    font-size: 16px;
  }

  .section-26 {
    background-color: #000;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 6%;
    display: block;
  }

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

  .button-35 {
    width: 300px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-35.ga-event {
    height: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .full-bleed-image---dictionary {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
    display: block;
  }

  .submit-button-4 {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-halves---dictionary-with-white {
    height: auto;
    grid-column-gap: 40px;
    object-fit: none;
    padding-bottom: 100px;
  }

  .dictionary-search {
    height: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-halves---dictionary {
    height: auto;
    padding-top: 100px;
    padding-left: 40px;
  }

  .section-18 {
    margin-top: 100px;
  }

  .link-a.link-hover.w--current {
    letter-spacing: .3px;
    font-size: 44px;
    line-height: 55px;
  }

  .link-19.ga-event {
    font-size: 18px;
  }

  .letter-2 {
    font-size: 44px;
    line-height: 55px;
  }

  .form-input--blog-download-cta-bottom-copy-2 {
    width: 400px;
  }
}

@media screen and (min-width: 1440px) {
  .form-7 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-feedback-copy.bg-error-copy {
    letter-spacing: .5px;
    margin-top: 40px;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .full-bleed-image---terms {
    height: auto;
  }

  .form-input--email-capture---full-size {
    width: 300px;
    height: 60px;
    letter-spacing: .5px;
    border-color: #444446;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .wrapper-dictionary {
    height: auto;
    padding-bottom: 0;
  }

  .blog-banner-title-headings {
    width: auto;
    font-size: 32px;
    font-weight: 500;
  }

  .section-halves---terms {
    height: auto;
    max-height: 800px;
    min-height: auto;
    grid-column-gap: 16px;
    grid-template-columns: minmax(500px, 2.25fr) minmax(500px, 2.5fr);
  }

  .section-halves-content-3 {
    width: 550px;
    height: 100%;
    padding: 100px 60px 80px;
  }

  .form-block---download-glossary {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button---no-results-shown-copy.horizontal-form-button-copy.ga-event-copy {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .section---search-terms-bottom {
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
  }

  .section---content---blog-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container---blog-contents {
    width: 75%;
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .submit-button-8 {
    width: 400px;
    height: 60px;
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 1.8em;
  }

  .submit-button-8.ga-event {
    font-size: 18px;
  }

  .section-halves---subscrible-cta {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .margin-top---middle {
    font-size: 42px;
  }

  .text-large---cta-middle {
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 1.8em;
  }

  .form-8 {
    display: flex;
  }

  .form-input--blog-download-cta-bottom-copy {
    height: 60px;
    letter-spacing: .5px;
    margin-left: 0;
    font-size: 20px;
    line-height: 1.8em;
  }

  .form-input--blog-download-cta-bottom-copy.dictionary-tablet {
    font-size: 18px;
  }

  .text-block-172 {
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 1.8em;
  }

  .display-h1 {
    font-size: 42px;
    font-weight: 700;
  }

  .text-block-171 {
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 1.8em;
  }

  .grid-30 {
    grid-row-gap: 40px;
  }

  .grid-29 {
    grid-column-gap: 40px;
  }

  .image-70 {
    height: 40px;
  }

  .wrapper-2 {
    width: 100%;
  }

  .new-body-2 {
    font-size: 18px;
  }

  .new-body-2.white {
    font-size: 16px;
  }

  .section-26 {
    background-color: #000;
    padding: 100px 6%;
  }

  .bold-text-64 {
    letter-spacing: .5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
  }

  .button-35 {
    width: 300px;
    height: auto;
  }

  .button-35.w--current {
    height: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-35.ga-event {
    width: 225px;
  }

  .div-block-84 {
    margin-bottom: 0;
  }

  .full-bleed-image---dictionary {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .submit-button-4 {
    height: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dictionary-search {
    height: 65px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-large-5 {
    letter-spacing: .5px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.8em;
  }

  .grid-40 {
    max-width: 1200px;
  }

  .section-halves---dictionary {
    width: 650px;
    height: auto;
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .link-a.link-hover.w--current {
    letter-spacing: .3px;
    font-size: 44px;
    line-height: 55px;
  }

  .section-14, .div-block-118 {
    margin-left: auto;
    margin-right: auto;
  }

  .letter {
    font-size: 44px;
    line-height: 55px;
  }

  .link-19.ga-event {
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 1.8em;
  }

  .form-input--blog-download-cta-bottom-copy-2 {
    width: 400px;
    height: 60px;
    letter-spacing: .5px;
    margin-left: 0;
    font-size: 20px;
    line-height: 1.8em;
  }

  .section-halves-content---cta-bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .full-bleed-image---bottom {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .button-circle.button-small.bg-white.ga-event {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .form-7 {
    align-items: center;
  }

  .form-feedback-copy.bg-error-copy {
    margin-top: 40px;
    margin-left: auto;
  }

  .full-bleed-image---terms {
    height: auto;
    padding-right: 0;
  }

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

  .text-block-167 {
    font-size: 24px;
    line-height: 1.8em;
  }

  .form-input--email-capture---full-size {
    width: 300px;
    height: 55px;
    text-align: center;
    letter-spacing: .5px;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }

  .link-15 {
    width: 100%;
  }

  .bold-text-39-copy {
    width: 450px;
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 1.8em;
  }

  .blog-banner-title-headings {
    letter-spacing: .5px;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .section-halves---terms {
    height: auto;
    max-height: none;
    min-height: auto;
    grid-column-gap: 16px;
    grid-template-columns: minmax(500px, 2.75fr) minmax(500px, 2.5fr);
  }

  .section-halves-content-3 {
    width: 600px;
  }

  .text-block-168 {
    letter-spacing: .5px;
    font-size: 24px;
    line-height: 1.8em;
  }

  .flex-wrapper.vertical {
    display: block;
  }

  .button---no-results-shown-copy.horizontal-form-button-copy.ga-event-copy {
    height: 55px;
    align-self: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .glossary-intro-text {
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 1.8em;
  }

  .search-terms---small-3-copy-copy {
    width: 500px;
    height: 55px;
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 1.8em;
  }

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

  .bold-text-39 {
    width: 400px;
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 24px;
  }

  .submit-button-4-copy {
    width: auto;
    height: 80px;
    letter-spacing: .5px;
    margin-top: 0;
    padding-top: 26px;
    font-size: 24px;
    line-height: 1.8em;
  }

  .div-block-123 {
    width: auto;
    height: auto;
  }

  .section---search-terms-bottom {
    align-items: center;
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
  }

  .dictionary-wrapper-1200._75 {
    max-width: 1200px;
  }

  .container---blog-contents {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-8 {
    width: 400px;
    height: 80px;
    font-size: 26px;
  }

  .submit-button-8.ga-event {
    height: 55px;
    height: 55px;
    font-size: 18px;
  }

  .section-halves-content---subscrible-cta {
    padding: 60px;
  }

  .section-halves---subscrible-cta {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .margin-top---middle {
    font-size: 42px;
    line-height: 60px;
  }

  .text-large---cta-middle {
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 1.8em;
  }

  .form-8 {
    display: flex;
  }

  .form-input--blog-download-cta-bottom-copy {
    height: 80px;
    letter-spacing: .5px;
    margin-top: 0;
    margin-left: 0;
    font-size: 24px;
    line-height: 1.8em;
  }

  .form-input--blog-download-cta-bottom-copy.dictionary-tablet {
    width: 400px;
    font-size: 18px;
  }

  .text-block-172 {
    font-size: 26px;
  }

  .display-h1 {
    letter-spacing: .5px;
    font-size: 42px;
    font-weight: 700;
  }

  .text-block-171 {
    font-size: 26px;
  }

  .form-block-cta-middle {
    width: 100%;
  }

  .grid-29 {
    width: auto;
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    padding-top: 0;
  }

  .image-70 {
    height: 55px;
  }

  .wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .new-body-2 {
    font-size: 20px;
  }

  .new-body-2.white, .new-body-2.grey {
    font-size: 18px;
  }

  .section-26 {
    background-color: #000;
    padding: 100px 6%;
  }

  .bold-text-64 {
    font-size: 18px;
    font-weight: 400;
  }

  .button-35 {
    width: 400px;
    height: auto;
    letter-spacing: .5px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 1.8em;
  }

  .button-35.w--current {
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-35.ga-event {
    width: 225px;
    height: 55px;
    font-size: 18px;
  }

  .container-17 {
    height: 100%;
    max-width: none;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
    position: static;
  }

  .div-block-84 {
    width: 100%;
    margin-bottom: 0;
  }

  .full-bleed-image---dictionary {
    height: auto;
    margin-left: 0;
  }

  .submit-button-4 {
    width: auto;
    height: 80px;
    letter-spacing: .5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 1.8em;
  }

  .section-halves---dictionary-with-white {
    height: auto;
    grid-column-gap: 60px;
  }

  .dictionary-search {
    height: 80px;
    letter-spacing: .5px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 26px;
    line-height: 1.8em;
  }

  .text-large-5 {
    letter-spacing: .5px;
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 1.8em;
  }

  .grid-40 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-halves---dictionary {
    width: 750px;
    height: auto;
    padding-bottom: 100px;
  }

  .section-18 {
    margin-top: 100px;
  }

  .link-a.link-hover {
    letter-spacing: .3px;
    font-size: 55px;
    line-height: 65px;
  }

  .section-14 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .letter {
    font-size: 55px;
    line-height: 65px;
  }

  .link-19.ga-event {
    letter-spacing: .5px;
    font-size: 26px;
    line-height: 1.8em;
  }

  .form-input--blog-download-cta-bottom-copy-2 {
    width: 400px;
    height: 75px;
    letter-spacing: .5px;
    margin-top: 0;
    margin-left: 0;
    font-size: 26px;
    line-height: 1.8em;
  }

  .section-halves-content---cta-bottom {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 28px;
    line-height: 32px;
  }

  .section, .section.bg-blue-gradient {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    margin-bottom: 40px;
  }

  .container.container-narrow.new {
    margin-left: 0;
  }

  .row.style-guide-row {
    flex-direction: column;
  }

  .row.row-split-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.row-split-content.direction-reverse {
    direction: ltr;
    flex-direction: column;
  }

  .row.row-split-content.large-orders {
    padding-left: 0;
    padding-right: 0;
  }

  .row.row-split-content.row-sample {
    padding-left: 40px;
    padding-right: 40px;
  }

  .row.justify-content-center {
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: auto;
    padding-right: 40px;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 36px;
    margin-right: 0;
    padding: 24px;
  }

  .style-guide-content {
    max-width: 100%;
  }

  .card-body {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-body.card-body-large, .card-body.case-study-card-body, .card-body.card-body-large-copy {
    padding: 24px;
  }

  .card-body.border-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .content-width-small {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .subheading.text-primary-1 {
    text-align: center;
  }

  .subheading.text-primary-1.yellow.text-left, .subheading.text-primary-1.text-left {
    text-align: left;
  }

  .subheading.text-primary-1 {
    text-align: center;
    text-align: center;
  }

  .content-width-large {
    margin-left: 0;
    margin-right: 0;
  }

  .content-width-large.tabs-row-content {
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
  }

  .content-width-large.horizontal {
    padding-left: 0;
  }

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

  .section-title.no-bottom-space {
    margin-bottom: 0;
  }

  .grid-thirds {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-thirds.grid-align-bottom {
    align-items: stretch;
  }

  .grid-thirds.team-grid-thirds {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.blog-grid-thirds, .grid-thirds.blog-link-bg-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .circle.bg-primary-2 {
    align-items: stretch;
  }

  .text-white {
    color: var(--white);
    flex: 0 auto;
    align-self: auto;
  }

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

  .icon-list-item.align-center.bg-white {
    margin-bottom: 12px;
  }

  .handwriting-arrow {
    right: 107px;
  }

  .handwriting-contents.pricing-tabbed-handwriting-contents {
    transform: rotate(-10deg)translate(100%, -100%);
  }

  .content-width-medium {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-list.icon-list-vertical {
    grid-row-gap: 36px;
  }

  .form-input {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  }

  .form-input.horizontal-form-input {
    min-width: 250px;
  }

  .form-label {
    text-align: left;
  }

  .form-feedback {
    margin-top: 12px;
  }

  .form-feedback.bg-success {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-feedback.bg-error {
    width: auto;
    text-align: center;
    align-self: center;
    margin-top: 20px;
  }

  .form-feedback.bg-success {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form-feedback.bg-error-cta-middle {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .grid-quarters.cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-quarters.team-member-avatar-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .avatar {
    width: 72px;
    height: 72px;
  }

  .avatar.avatar-large {
    width: 180px;
    height: 180px;
  }

  .avatar.avatar-large.team-member-avatar {
    margin-bottom: 12px;
  }

  .avatar.avatar-large.horizontal-quote-avatar {
    margin-right: 24px;
  }

  .navbar {
    justify-content: space-around;
  }

  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
  }

  .nav-menu-wrapper {
    border: 1px solid var(--gray-3);
    background-color: var(--white);
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links.nav-links-1 {
    flex-direction: column;
    margin-left: 0;
  }

  .nav-menu-button-wrapper {
    flex: 1;
    justify-content: flex-end;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 12px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-cross-icon {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .comparison-row {
    grid-template-columns: 2.5fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2.margin-bottom {
    margin-bottom: 24px;
  }

  .footer {
    padding-top: 72px;
  }

  .row-cta {
    text-align: center;
    flex-direction: column;
  }

  .cta-row-heading {
    margin-bottom: 24px;
  }

  .horizontal-rule {
    background-color: rgba(0, 0, 0, .1);
  }

  .footer-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    display: flex;
  }

  .footer-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 72px;
  }

  .footer-menu-column {
    margin-left: 24px;
    margin-right: 24px;
  }

  .footer-lower-row {
    text-align: center;
  }

  .navbar-centered {
    display: flex;
  }

  .nav-search-form {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .overlapped-illustration-section {
    display: none;
  }

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

  .restricted-grid-item.border-sides-white, .restricted-grid-item.border-sides-white-thick {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-2-right {
    align-items: center;
  }

  .footer-2-left {
    margin-bottom: 24px;
  }

  .footer-2-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .search-result-item {
    margin-bottom: 36px;
  }

  .search-form {
    margin-top: 12px;
  }

  .padded-grid-item {
    padding: 24px;
  }

  .icon-extra-large {
    width: 96px;
    height: 96px;
  }

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

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

  .full-bleed-image {
    width: auto;
    max-width: 65%;
    margin-right: auto;
  }

  .full-bleed-image.rounded-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .full-bleed-image.tall-image {
    width: auto;
    max-height: 612px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-halves {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .section-halves-content {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-image-right {
    bottom: -96px;
    right: -96px;
  }

  .horizontal-form {
    min-width: 500px;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .free-guide-form-download {
    width: auto;
  }

  .free-guide-form-download.margin-top {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-contained {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }

  .cta-contained.bg-primary-1 {
    flex-direction: column;
    align-items: center;
  }

  .pricing-quarters {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-row {
    flex-direction: column-reverse;
  }

  .vertical-tabs-row {
    flex-direction: column;
    align-items: center;
  }

  .team-member-row {
    text-align: center;
    flex-direction: column;
  }

  .team-member-row-image {
    max-width: 30vw;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .team-member-row-content-wrapper {
    align-items: center;
  }

  .section-fullscreen.utility-page-section {
    height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .article {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .article h4 {
    margin-top: 36px;
  }

  .article ul {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .article li {
    padding-top: 6px;
  }

  .coming-soon-row {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .coming-soon-image {
    margin-top: 48px;
  }

  .coming-soon-image-a, .coming-soon-image-b {
    display: none;
  }

  .featured-blog-post-grid {
    max-width: 506px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-layout {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .sidebar-layout.case-study-layout {
    grid-column-gap: 36px;
  }

  .footer-3-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }

  .footer-3-row-lower {
    flex-direction: column;
  }

  .footer-3-links {
    margin-bottom: 24px;
  }

  .case-study-cards-grid {
    grid-template-columns: 1fr;
  }

  .page-demos-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .page-demos-sidebar {
    max-width: 506px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .overlap-section-below {
    margin-bottom: -120px;
  }

  .ipad-hero-image {
    max-width: 65vw;
  }

  .h3-2.gray.center {
    text-align: left;
  }

  .heading {
    text-align: left;
    margin-right: 0;
    padding-right: 0;
  }

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

  .div-block-56 {
    width: 50%;
    flex-direction: column;
    padding-top: 10px;
    display: flex;
  }

  .service-intro-section {
    height: 56vh;
    background-position: 100%;
    background-size: auto 70%;
    padding-top: 5vh;
  }

  .container-2 {
    max-width: none;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-35 {
    flex-wrap: wrap;
  }

  .div-block-35.center {
    flex-direction: column;
    align-self: flex-start;
    align-items: center;
  }

  .all-h4-heading.gray {
    text-align: left;
  }

  .all-h4-heading.gray.center {
    text-align: center;
  }

  .supplier-section {
    margin-top: 40px;
  }

  .div-block-52 {
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-7 {
    height: 50px;
    grid-template-rows: 1fr;
    grid-template-areas: ".";
    align-items: center;
    justify-items: center;
  }

  .nav-functions-2 {
    flex-direction: column;
    display: flex;
  }

  .navbar-2 {
    justify-content: space-around;
  }

  .nav-link-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
    border: 1px solid #ecebea;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
  }

  .button-3.button-blue {
    margin-top: 12px;
    margin-left: 0;
  }

  .card-2.no-border.shadow-small {
    margin-left: auto;
    padding-left: 0;
  }

  .card-2.shadow-small {
    margin-left: 40px;
  }

  .nav-menu-button-wrapper-2 {
    flex: 1;
    justify-content: flex-end;
  }

  .form-input-2 {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  }

  .button-row-2 {
    align-content: center;
    justify-content: center;
  }

  .nav-link-3 {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
  }

  .top-banner {
    text-align: center;
    white-space: normal;
    flex-direction: column;
  }

  .row-2.no-wrap.row-justify-center {
    justify-content: center;
    align-items: center;
  }

  .h5-2 {
    margin-top: -25px;
    position: relative;
  }

  .heading-4 {
    margin-bottom: auto;
  }

  .offers-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .offers-section.top-space-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .offer-card {
    height: 100%;
    align-self: auto;
    padding: 40px 20px;
  }

  .h2-2, .h2-2.blue.center, .h3-3.gray.center, .h3-3.gray.left {
    text-align: center;
  }

  .h3-3.gray.left {
    text-align: left;
  }

  .h3-3.blue.left {
    line-height: 32px;
  }

  .section-title-2 {
    margin-bottom: 48px;
  }

  .all-h4-heading-2.yellow.center {
    font-size: 15px;
  }

  .all-h4-heading-2.blue {
    text-align: left;
  }

  .all-h4-heading-2.blue.left {
    font-size: 15px;
  }

  .all-h4-heading-2.blue.center {
    text-align: center;
    font-size: 15px;
  }

  .container-3 {
    max-width: none;
    text-align: center;
    padding: 40px;
  }

  .container-3.masks-copy {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-39 {
    margin-top: 40px;
  }

  .grid-thirds-2 {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-14 {
    position: absolute;
    top: 25%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-15 {
    height: 55%;
    top: 20%;
    right: 7%;
  }

  .image-23 {
    width: 100%;
  }

  .secret-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .secret-section.top-space-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-42 {
    height: 100%;
  }

  .rates-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .rates-section.top-space-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block.country {
    width: 100%;
    height: 90px;
  }

  .grid-4 {
    grid-row-gap: 24px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-template-columns: 2fr 1fr;
  }

  .div-block-45 {
    margin-left: 20px;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.gray {
    text-align: left;
    line-height: 15px;
  }

  .avatar-2 {
    width: 72px;
    height: 72px;
  }

  .client-logo-bottom {
    grid-row-gap: 24px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .testimonials-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonials-section.top-space-small {
    padding-top: 40px;
  }

  .testimonial-card.image, .testimonial-card.image._1 {
    width: 40%;
  }

  .testimonial-card.image._4 {
    height: 100%;
  }

  .services-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .services-section.top-space-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .risk-section-02 {
    height: auto;
    background-position: 146%;
    background-size: contain;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-59 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .div-block-59._2 {
    display: none;
  }

  .footer-column {
    width: 100%;
    text-align: left;
    flex: 0 auto;
    align-self: flex-start;
    margin-right: 0;
  }

  .footer-links-menu {
    width: 100%;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0%;
    padding-left: 0;
  }

  .footer-about-box {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .footer-flex {
    flex-direction: column;
    justify-content: center;
  }

  .footer-left-2 {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
    display: flex;
  }

  .text-large-2 {
    padding-bottom: 0;
  }

  .text-large-2.footer-text {
    text-align: left;
  }

  .footer-2 {
    padding-top: 72px;
  }

  .footer-right-2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .footer-title {
    margin-top: 0;
  }

  .footer-2-copy {
    padding-top: 72px;
  }

  .footer-2-copy.bg-primary-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-h3.blue {
    align-self: auto;
  }

  .grid-thirds-3 {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-59-copy {
    background-image: url('../images/Login-right-meow---saved-quotes-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .grid-8 {
    height: 50px;
    grid-template-rows: 1fr;
    grid-template-areas: ".";
    align-items: center;
    justify-items: center;
  }

  .offers-section-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .service.development {
    background-size: cover;
  }

  .image-14-copy {
    width: Infinity% ;
    max-width: 100%;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-15-copy {
    z-index: 1;
    height: 13%;
    position: absolute;
    top: 45%;
    bottom: auto;
    left: auto;
    right: 11%;
  }

  .div-block-62 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .risk-section-03 {
    height: auto;
    background-position: 146%;
    background-size: contain;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-56-copy {
    width: 50%;
    flex-direction: column;
    display: flex;
  }

  .full-image-left {
    background-image: url('../images/Login-right-meow---saved-quotes-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .text-block-right {
    width: 40%;
    flex-direction: column;
    margin-left: auto;
    display: flex;
  }

  .full-image-right {
    background-image: url('../images/Login-right-meow---saved-quotes-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .avatar-3 {
    width: 72px;
    height: 72px;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .form-input-3 {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  }

  .button---no-results-shown.button-block {
    margin-top: 40px;
  }

  .button---no-results-shown.horizontal-form-button---no-results-shown {
    margin-left: 20px;
  }

  .h2-3.margin-bottom {
    margin-bottom: 24px;
  }

  .h3-3-copy.gray.center, .h3-3-copy.gray.left {
    text-align: center;
  }

  .h3-3-copy.gray.left {
    text-align: left;
  }

  .h3-3-copy.blue.left {
    line-height: 32px;
  }

  .section-4.bg-primary-1 {
    padding: 40px;
  }

  .form-label-2 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .h1-2 {
    color: var(--dark-blue-2);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .section-5 {
    padding: 40px;
  }

  .text-block-18 {
    color: var(--midnight-blue-2);
    font-family: Montserrat, sans-serif;
  }

  .flex {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .error-message, .empty-state-2 {
    max-width: 738px;
  }

  .home-category-card {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 32px;
  }

  .home-category-card.red {
    margin-top: 64px;
  }

  .home-category-info-2 {
    margin-right: 182px;
  }

  .home-category-info-1 {
    margin-left: 176px;
  }

  .home-categories {
    max-width: 480px;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .home-category-image-1 {
    width: 176px;
    left: 10px;
  }

  .wrapper.nav-bar-wrapper {
    height: auto;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-8:hover {
    transform: none;
  }

  .home-category-image-2 {
    width: 176px;
  }

  .section-6 {
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 0;
  }

  .button-9:hover {
    transform: none;
  }

  .shop-header {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-margin {
    margin: 0;
  }

  .products {
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-card-wrapper {
    width: 50%;
    padding: 20px;
  }

  .nav-top-social {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navigation {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

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

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-top {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-main {
    height: 64px;
    padding-left: 8px;
    padding-right: 0;
  }

  .brand-2 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .nav-bar {
    position: absolute;
  }

  .nav-top-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-button-2 {
    height: 100%;
    border-left: 1px solid #e5e5e5;
    padding: 20px;
  }

  .menu-button-2.w--open {
    color: #111;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-4 {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 16px 24px;
  }

  .breadcrumbs {
    height: 40px;
    margin-top: 20px;
  }

  .product-table {
    width: 50%;
    margin-top: -32px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .product-image-wrapper {
    order: -1;
    padding: 48px;
  }

  .product-info {
    width: 100%;
    margin-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-details {
    width: 100%;
    flex: 0 auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .product {
    padding: 56px;
  }

  .h2-3-copy.margin-bottom {
    margin-bottom: 24px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.cc-menu {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 30px;
  }

  .wrap.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cart-item-remove-link {
    transition: color .4s;
  }

  .cart-item-remove-link:hover {
    color: rgba(255, 255, 255, .8);
  }

  .item-count-2 {
    margin-left: 0;
  }

  .brand-3 {
    flex: 1;
  }

  .cart-heading-2 {
    font-weight: 700;
  }

  .cart-icon-2 {
    margin-right: 4px;
  }

  .menu-icon-2 {
    margin-top: -4px;
    margin-bottom: 0;
    display: inline-block;
  }

  .nav-menu-2 {
    z-index: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px rgba(29, 31, 46, .05);
  }

  .cart-button-3 {
    margin-right: 30px;
  }

  .paragraph-6 {
    align-self: center;
  }

  .menu-button-3 {
    opacity: .6;
    padding: 0;
    transition: opacity .4s;
  }

  .menu-button-3:hover {
    opacity: 1;
  }

  .menu-button-3:active {
    opacity: .8;
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    display: block;
  }

  .menu-item-wrap {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-deco-line {
    display: none;
  }

  .error-message-2 {
    width: auto;
  }

  .details-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-dimensions-wrap {
    width: 70%;
    padding-left: 0;
  }

  .product-details-wrap {
    width: 70%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .product-image {
    z-index: auto;
    width: 65%;
    height: 460px;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin: auto 0 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: relative;
  }

  .out-of-stock-message {
    width: auto;
  }

  .product-dimensions-list {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
  }

  .content.cc-subscribe-form {
    padding-left: 0;
    padding-right: 0;
  }

  .product-main-details {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .product-head-section {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 80px;
  }

  .premium-block-content-wrap {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    display: block;
  }

  .premium-block {
    flex-direction: column;
  }

  .premium-content-icon-wrap {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .premium-content-span {
    font-size: 32px;
    line-height: 36px;
  }

  .premium-block-wrap {
    width: 100%;
    padding-right: 0;
  }

  .premium-content-item {
    flex-direction: column;
    align-items: center;
  }

  .premium-image {
    height: auto;
    min-height: 280px;
  }

  .product-pic-wrap {
    width: 50%;
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .products-grid {
    text-align: center;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .subscribe-wrap {
    max-width: none;
    min-width: auto;
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
    width: 80%;
  }

  .wrap-overlayed {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-overlayed.checkout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .deco-block {
    max-width: none;
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .page-headline-wrap-copy.cc-overlayed-headline {
    width: 80%;
    width: 80%;
  }

  .page-headline-wrap-copy.cc-overlayed-headline-copy {
    width: 80%;
  }

  .deco-block-2 {
    max-width: none;
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-category-card-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 32px;
  }

  .home-category-card-2.red {
    margin-top: 64px;
  }

  .home-category-card-2-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 32px;
  }

  .home-category-card-2-copy.red {
    margin-top: 0;
  }

  .paragraph-6-copy {
    align-self: center;
  }

  .home-category-card-2-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 32px;
  }

  .home-category-card-2-copy.red, .home-category-card-2-copy.red-copy {
    margin-top: 64px;
  }

  .home-category-card-2-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 32px;
  }

  .home-category-card-2-copy.red {
    margin-top: 64px;
  }

  .home-category-info-2-copy {
    margin-right: 182px;
  }

  .home-category-image-2-copy {
    width: 176px;
  }

  .button-9-copy:hover {
    transform: none;
  }

  .top-banner-2 {
    text-align: center;
    white-space: normal;
    flex-direction: column;
  }

  .h5-3 {
    margin-top: -25px;
    position: relative;
  }

  .product-image-copy {
    z-index: auto;
    width: 65%;
    height: 460px;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin: auto 0 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: relative;
  }

  .heading-copy {
    text-align: left;
    margin-right: 0;
    padding-right: 0;
  }

  .heading-copy.centered {
    text-align: center;
  }

  .mask.gray {
    text-align: left;
  }

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

  .home-categories-copy {
    max-width: 480px;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .h2-3-copy-copy.margin-bottom {
    margin-bottom: 24px;
  }

  .container-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy.container-narrow.new {
    margin-left: 0;
  }

  .container---import-guide {
    max-width: none;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container---import-guide.masks-copy {
    padding: 40px;
  }

  .div-block-52-copy {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.container-copy {
    padding: 40px;
  }

  .row---qa-2.style-guide-row {
    flex-direction: column;
  }

  .row---qa-2.row-split-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row---qa-2.row-split-content.direction-reverse {
    direction: ltr;
    flex-direction: column;
  }

  .form-input-4 {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  }

  .article-2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .horizontal-form-copy {
    min-width: 380px;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-8 {
    display: block;
  }

  .container-3-copy {
    max-width: none;
    text-align: center;
    padding: 0 40px 60px;
  }

  .container-3-copy.masks-copy {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .risk-section-02-copy {
    height: auto;
    background-position: 146%;
    background-size: contain;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container---rate-card {
    max-width: none;
    text-align: center;
    padding: 40px;
  }

  .container---rate-card.masks-copy {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container---b-og.container-narrow.new {
    margin-left: 0;
  }

  .container-2---mask-copy {
    max-width: none;
    text-align: center;
    margin-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container--large-order {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container--large-order.container-narrow.new {
    margin-left: 0;
  }

  .div-block-52-mask-page {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-input-5 {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  }

  .section---quotes-not-shown {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-input---no-results-show {
    width: 250px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  }

  .text-block-85 {
    color: #fff;
  }

  .text-block-65 {
    margin-left: 20px;
    padding-top: 0;
  }

  .more-info-button-2 {
    height: 61%;
    font-size: 12px;
  }

  .dashboard-section {
    margin-bottom: 0;
    padding: 0 0;
  }

  .saved-quotes-results {
    height: 100%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .load-more--blue {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-3-5 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .tab-link-tab-2-4 {
    border-radius: 10px 10px 0 0;
  }

  .tab-link-tab-2-4.w--current {
    margin-bottom: 10px;
  }

  .form-3 {
    height: 100%;
  }

  .tab-scheduled {
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .tab-scheduled.tab-angel, .tab-scheduled.tab-angel.w--current {
    margin-bottom: 0;
  }

  .quote-form {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-123 {
    width: auto;
    align-self: center;
  }

  .navigation-menu {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: flex;
  }

  .quote-card {
    margin-top: 0;
  }

  .text-block-68 {
    width: 134.23%;
    display: inline;
  }

  .full-container--grey {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-100 {
    align-self: center;
  }

  .text-block-66 {
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .table-row-3 {
    padding-left: 10px;
  }

  .table-row-3.footer-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-row-3.footer-row.orange {
    border-style: none none solid;
  }

  .table-row-3.footer-row.grey {
    border-bottom-color: rgba(51, 51, 51, .5);
  }

  .table-row-3.footer-row-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-124 {
    align-self: center;
  }

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

  .table-row-3-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-row-3-copy.grey {
    border-bottom-color: rgba(51, 51, 51, .5);
  }

  .more-info-blue-button {
    height: 61%;
    font-size: 12px;
  }

  .navigation-item {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current {
    z-index: auto;
    opacity: 1;
    color: #1875f0;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 20px;
    transition-property: none;
  }

  .navigation-icon-dollar-2 {
    width: auto;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .dash-tab-wrapper {
    min-height: auto;
    padding-bottom: 0;
  }

  .shipment-card {
    margin-top: -10px;
  }

  .more-info-button--grey {
    height: 61%;
    font-size: 12px;
  }

  .load-more {
    margin-bottom: 20px;
  }

  .saved-quotes--card--step-1 {
    margin-top: -10px;
  }

  .table-col {
    padding-left: 0;
  }

  .text-block-125 {
    margin-left: auto;
  }

  .navigation-icon {
    width: auto;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-126 {
    width: auto;
    align-self: center;
  }

  .navigation-item-2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .navigation-item-2.w--current {
    padding-left: 0;
    padding-right: 20px;
  }

  .white-box-2-copy {
    width: 65%;
    margin-top: 20px;
    margin-bottom: 21%;
    margin-left: auto;
  }

  .text-span {
    font-weight: 700;
  }

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

  .large-number-2 {
    font-size: 26px;
    line-height: 1.6;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-73 {
    margin-bottom: 20px;
  }

  .free-guide-download {
    min-width: 500px;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .free-download-button-and-form {
    width: 500px;
    min-width: auto;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .section-halves-content-copy {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .form-block-3-copy {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .form-7 {
    flex-direction: column;
    display: flex;
  }

  .form-feedback-copy {
    margin-top: 12px;
  }

  .form-feedback-copy.bg-error-copy {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .full-bleed-image---terms {
    width: auto;
    max-width: 65%;
    object-fit: fill;
    margin-right: auto;
    display: none;
    overflow: hidden;
  }

  .form-input--email-capture---full-size {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  }

  .link-15 {
    margin-bottom: 20px;
    display: flex;
  }

  .blog-banner-title-headings {
    margin-left: 0;
  }

  .section-halves---terms {
    height: auto;
    max-height: none;
    min-height: auto;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .section-halves-content-3 {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

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

  .button---no-results-shown-copy.horizontal-form-button-copy.ga-event-copy {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .search-terms---small-3-copy-copy {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
  }

  .grid-9-copy {
    width: 100%;
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-self: center;
    align-items: center;
    justify-items: start;
    margin-top: 0;
    padding-left: 0%;
    display: grid;
  }

  .bold-text-39 {
    align-self: center;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .form-block-terms {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0;
    display: block;
  }

  .error-message-3 {
    width: 400px;
  }

  .div-block-121 {
    padding-right: 0;
  }

  .text-block-169 {
    color: #444446;
  }

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

  .success-message-3 {
    width: 100%;
    margin-left: 20px;
  }

  .div-block-123 {
    margin-right: 0;
  }

  .section---search-terms-bottom {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
    padding: 60px 6%;
  }

  .form-5 {
    margin-left: 0;
  }

  .section---content---blog-copy {
    width: auto;
    margin-top: 0;
    padding-top: 60px;
    display: block;
  }

  .rich-text-block-2 {
    width: auto;
    flex-direction: row;
    align-self: center;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .container---blog-contents {
    width: 100%;
    max-width: 1400px;
    text-align: left;
    flex-direction: column;
    flex: 1;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container---blog-contents._75 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button-8 {
    width: 100%;
    margin-left: 0;
  }

  .submit-button-8.ga-event {
    width: 300px;
    height: 55px;
    width: 300px;
    height: 55px;
  }

  .section-halves-content---subscrible-cta {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: block;
  }

  .section-halves---subscrible-cta {
    height: auto;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .margin-top---middle {
    margin-top: 0;
    font-weight: 700;
  }

  .text-large---cta-middle {
    font-size: 16px;
  }

  .form-8 {
    width: 45%;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form-input--blog-download-cta-bottom-copy {
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  }

  .form-input--blog-download-cta-bottom-copy.dictionary-tablet {
    width: 300px;
    margin-right: 0;
  }

  .display-h1 {
    width: 100%;
    font-size: 32px;
    line-height: 60px;
  }

  .form-block-cta-middle {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: block;
  }

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

  .grid-29 {
    display: block;
  }

  .new-body-2.white, .new-body-2.grey {
    font-size: 16px;
  }

  .button-35 {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-35.ga-event {
    height: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-84 {
    margin-bottom: 40px;
  }

  .div-block-124 {
    flex-direction: column;
  }

  .full-bleed-image---dictionary {
    width: auto;
    max-width: 65%;
    object-fit: fill;
    margin-right: auto;
    display: none;
    overflow: hidden;
  }

  .div-block-60-copy {
    margin-right: 0;
  }

  .section-halves---dictionary-with-white {
    height: auto;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .dictionary-search {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
  }

  .div-block---freight-dictionary-banner {
    margin-left: 0;
  }

  .error-message---dictionary-banner {
    width: 100%;
  }

  .success-message---dictionary-banner {
    width: 100%;
    margin-left: 0;
  }

  .section-halves---dictionary {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .section-18 {
    margin-top: 60px;
  }

  .form-input--blog-download-cta-bottom-copy-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  }

  .section-halves-content---cta-bottom {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
    display: block;
  }

  .section-halves---buttom-cta {
    height: auto;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-9 {
    flex-direction: row;
    align-items: baseline;
    display: flex;
  }

  .full-bleed-image---bottom {
    width: auto;
    max-width: 65%;
    object-fit: fill;
    margin-right: auto;
    display: none;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 32px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 20px;
  }

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

  .card.no-border.blog-card {
    margin-bottom: 24px;
  }

  .row.row-split-content {
    grid-row-gap: 36px;
  }

  .row.icon-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .row.justify-content-center {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.utility-row-right {
    justify-content: center;
  }

  .row.utility-row-left {
    justify-content: center;
    margin-bottom: 12px;
  }

  .row.row-align-center-copy {
    text-align: left;
  }

  .button.horizontal-form-button {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }

  .card-head {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-body {
    padding: 16px;
  }

  .card-body.card-body-large {
    padding: 24px;
  }

  .card-body.card-body-large.justify-center {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-body.card-body-large-copy {
    padding: 24px;
  }

  .card-body.card-body-large-copy.justify-center {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-width-small {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .subheading.text-primary-1 {
    text-align: center;
  }

  .subheading.text-primary-1.yellow.text-left, .subheading.text-primary-1.text-left {
    text-align: left;
  }

  .subheading.text-primary-1 {
    text-align: center;
    text-align: center;
  }

  .content-width-large {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .content-width-large.tabs-row-content {
    margin-top: 36px;
  }

  .content-width-large.horizontal {
    max-width: 100%;
    padding-left: 0;
  }

  .section-title {
    margin-bottom: 48px;
  }

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

  .grid-thirds.grid-thirds-narrow.link-card-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.blog-grid-thirds {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .circle {
    margin-right: 0;
    padding-right: 0;
  }

  .circle.bg-primary-2 {
    flex-direction: row;
    align-items: stretch;
  }

  .centered-grid-item {
    max-width: 480px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .icon-list-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .icon-list-item.icon-list-item-last {
    padding-bottom: 0;
  }

  .icon-list-item.align-center.bg-white {
    margin-bottom: 24px;
  }

  .handwriting {
    font-size: 28px;
    line-height: 32px;
  }

  .handwriting-contents.pricing-plans-handwriting-contents, .handwriting-contents.pricing-table-handwriting-contents, .hidden-on-mobile {
    display: none;
  }

  .content-width-medium {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-grid-list-item {
    padding-bottom: 16px;
  }

  .icon-list.icon-list-vertical {
    grid-row-gap: 24px;
  }

  .style-guide-content-group {
    margin-bottom: 36px;
  }

  .form-input.horizontal-form-input {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .form-label {
    text-align: left;
  }

  .form-feedback.bg-success {
    width: auto;
  }

  .form-feedback.bg-error {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .form-feedback.bg-success {
    width: auto;
  }

  .form-feedback.bg-error-cta-middle {
    width: 100%;
    flex: 1;
    align-self: center;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .grid-quarters {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

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

  .grid-halves.team-grid-halves {
    grid-row-gap: 36px;
  }

  .grid-halves.screenshots-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .avatar {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-large {
    width: 120px;
    height: 120px;
  }

  .avatar.avatar-group-item {
    margin-right: -12px;
  }

  .nav-functions {
    display: none;
  }

  .modal-search-form {
    padding: 12px;
  }

  .comparison-row {
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .circle-small.margin-right {
    margin-right: 12px;
  }

  .h2 {
    color: var(--dark-blue);
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .h2.blog-post-heading {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .footer-row {
    margin-bottom: 48px;
  }

  .footer-right {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-menu-column {
    width: 50%;
    margin-bottom: 36px;
    margin-left: 0;
    margin-right: 0;
  }

  .button-circle.button-circle-large {
    width: 96px;
    height: 96px;
  }

  .h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .text-grid-item {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .section-title-wide {
    margin-bottom: 48px;
  }

  .icon-large {
    width: 82px;
  }

  .restricted-grid-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .restricted-grid-item.border-sides-white, .restricted-grid-item.border-sides-white-thick {
    border-left-style: none;
    border-right-style: none;
  }

  .search-result-item {
    margin-bottom: 24px;
  }

  .padded-grid-item.border-bottom-white-thick {
    border-bottom-style: none;
  }

  .padded-grid-item.border-bottom-white-thick.border-sides-white-thick {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .padded-grid-item.border-sides-white-thick {
    border-left-style: none;
    border-right-style: none;
  }

  .bordered-image {
    text-transform: capitalize;
  }

  .slider {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav {
    margin-top: 12px;
  }

  .background-scrim-left {
    width: 100%;
  }

  .gallery-stack-link {
    max-width: 270px;
  }

  .grid-fifths.margin-top {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .full-bleed-image {
    max-width: 80%;
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
  }

  .section-halves {
    justify-items: center;
  }

  .section-halves-content {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .cta-image-right {
    display: none;
  }

  .horizontal-form {
    width: 100%;
    min-width: 100%;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .free-guide-form-download {
    width: 500px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .free-guide-form-download.margin-top {
    max-width: none;
  }

  .card-label {
    position: relative;
    top: 0;
  }

  .price-description {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .h3 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 32px;
  }

  .pricing-row {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    justify-items: center;
  }

  .pricing-label {
    width: 100%;
    border-bottom: 1px solid var(--gray-3);
    justify-content: center;
    margin-bottom: 6px;
    padding-bottom: 6px;
  }

  .tabs-underline-menu {
    margin-bottom: 36px;
  }

  .tab-underline {
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
  }

  .team-member-image-large {
    max-width: 294px;
    margin-bottom: 12px;
  }

  .team-member-link {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-member-row-image {
    max-width: 294px;
    margin-bottom: 12px;
  }

  .team-member-row-text {
    margin-bottom: 12px;
  }

  .article {
    text-align: left;
  }

  .article h4 {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .article blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 24px;
  }

  .article figure {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .card-blog-category-head {
    padding: 24px;
  }

  .blog-post-category-placeholder {
    min-height: 240px;
  }

  .featured-blog-post-content {
    padding: 24px;
  }

  .sidebar-layout.case-study-layout {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .widget.footer-menu-column {
    width: 100%;
    text-align: left;
  }

  .blog-tags-list {
    flex-wrap: wrap;
  }

  .horizontal-quote {
    align-items: flex-start;
  }

  .footer-columns-wrapper.footer-4-columns-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .image-overlap-small {
    bottom: -48px;
    left: 24px;
  }

  .image-overlap-small.bordered-image.rotate-image-right {
    width: 320px;
    bottom: -85px;
  }

  .help-article-heading {
    margin-bottom: 24px;
  }

  .case-study-cards-grid {
    grid-row-gap: 16px;
  }

  .overlap-section-below {
    margin-bottom: -96px;
  }

  .notification-wrapper {
    max-width: 100%;
  }

  .utility-bar-row {
    flex-direction: column;
  }

  .h3-2 {
    text-align: left;
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 32px;
  }

  .h3-2.gray.center {
    width: 100%;
    text-align: left;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  .heading {
    width: 100%;
    color: var(--black);
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-bottom: 32px;
    padding-left: 0;
    font-size: 50px;
    line-height: 56px;
  }

  .heading.centered {
    margin-bottom: auto;
  }

  .div-block-56 {
    width: 100%;
    align-items: flex-start;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .service-intro-section {
    height: 40vh;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    align-items: flex-start;
    padding-top: 40px;
    display: block;
  }

  .service-intro-section.masks {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .container-2 {
    max-width: none;
    margin-top: auto;
    padding: 40px 25px;
  }

  .div-block-35 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-35.center {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .text-block.white {
    font-size: 16px;
  }

  .text-block.blue {
    margin-top: 0;
    font-size: 16px;
  }

  .image-25, .image-30, .image-29 {
    width: 75%;
  }

  .all-h4-heading.gray.center {
    width: 100%;
    font-size: 16px;
  }

  .supplier-section {
    margin-top: 120px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-52 {
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-31 {
    width: 25%;
  }

  .grid-7 {
    height: auto;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .nav-functions-2 {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    display: flex;
  }

  .button-3.button-ghost-blue {
    margin-top: 8px;
  }

  .button-3.button-blue {
    margin-top: 12px;
    margin-left: 0;
  }

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

  .modal-search-form-2 {
    padding: 12px;
  }

  .card-2.shadow-small {
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .row-2.no-wrap.row-justify-center {
    text-align: center;
    justify-content: center;
  }

  .offers-section.top-space-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2-2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .h2-2.white.center {
    font-size: 36px;
    line-height: 44px;
  }

  .h2-2.blue.left {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }

  .h2-2.blue.center {
    font-size: 40px;
    line-height: 46px;
  }

  .h3-3 {
    text-align: left;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3.dark-blue.bold.center {
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3.gray.center {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3.gray.left {
    width: 100%;
    text-align: left;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3.blue.left {
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .section-title-2 {
    margin-bottom: 48px;
  }

  .all-h4-heading-2.yellow {
    font-size: 16px;
  }

  .all-h4-heading-2.yellow.center {
    font-size: 15px;
  }

  .all-h4-heading-2.blue.left {
    font-size: 16px;
    line-height: 28px;
  }

  .all-h4-heading-2.blue.center, .text-block-2.white {
    font-size: 16px;
  }

  .text-block-2.blue {
    margin-top: 0;
    font-size: 16px;
  }

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

  .text-block-2.blue {
    margin-top: 0;
    font-size: 16px;
  }

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

  .container-3 {
    max-width: none;
    padding: 0 20px;
  }

  .container-3.masks-copy {
    padding-top: 20px;
  }

  .centered-grid-item-2 {
    width: 75%;
    max-width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .grid-thirds-2 {
    grid-template-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    justify-items: start;
  }

  .image-14 {
    width: 100%;
    height: auto;
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-15 {
    width: 18%;
    height: auto;
    max-width: none;
    margin-top: 0;
    top: 60px;
    right: 18%;
  }

  .image-23 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .secret-section.top-space-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-21 {
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-42 {
    height: auto;
    display: block;
    position: relative;
  }

  .div-block-41 {
    padding-left: 0;
    position: static;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: .75fr 1fr .75fr 1fr .75fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rates-section.top-space-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .div-block-45 {
    margin-left: 10px;
  }

  .paragraph.white {
    text-align: left;
  }

  .avatar-2 {
    width: 60px;
    height: 60px;
  }

  .testimonials-section.top-space-small {
    padding-top: 20px;
  }

  .service-card {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .heading-5.white {
    text-align: left;
  }

  .risk-section-02 {
    background-position: 1240%;
  }

  .div-block-59 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    overflow: hidden;
  }

  .div-block-59._2 {
    display: none;
  }

  .footer-column {
    width: 100%;
  }

  .footer-links-menu {
    width: 100%;
    margin-left: 0%;
  }

  .footer-about-box {
    width: 100%;
    flex-direction: column;
    margin-bottom: 48px;
  }

  .text-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-large-2.footer-text {
    text-align: left;
  }

  .footer-right-2 {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }

  .button-h3.blue {
    margin-top: 20px;
  }

  .heading-6 {
    color: var(--dark-blue);
  }

  .grid-thirds-3 {
    grid-template-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    justify-items: center;
  }

  .div-block-59-copy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    overflow: hidden;
  }

  .grid-8 {
    height: auto;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .button-4 {
    width: 100%;
  }

  .service {
    height: 550px;
  }

  .service.development {
    width: 85%;
    border-radius: 10px;
    margin-right: 0;
  }

  .collection-list {
    flex-flow: column;
  }

  .div-block-61 {
    flex-direction: column;
  }

  .image-14-copy {
    width: 100%;
    height: auto;
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-15-copy {
    width: 18%;
    height: auto;
    max-width: none;
    margin-top: 0;
    top: 56%;
    right: 18%;
  }

  .image-21-copy {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-62 {
    justify-content: center;
    display: flex;
  }

  .risk-section-03 {
    background-position: 1240%;
  }

  .div-block-56-copy {
    width: 100%;
    align-items: center;
  }

  .full-image-left {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    overflow: hidden;
  }

  .text-block-right {
    width: 100%;
    align-items: center;
  }

  .full-image-right {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    overflow: hidden;
  }

  .avatar-3 {
    width: 60px;
    height: 60px;
  }

  .button---no-results-shown.button-block {
    margin-top: 20px;
  }

  .button---no-results-shown.horizontal-form-button {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }

  .button---no-results-shown.horizontal-form-button.ga-event {
    width: 350px;
    margin-left: 0;
    display: inline-block;
  }

  .button---no-results-shown.horizontal-form-button, .button---no-results-shown.horizontal-form-button---no-results-shown {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }

  .circle-2 {
    margin-right: 0;
    padding-right: 0;
  }

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

  .icon-list-item-2 {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .icon-list-item-2.icon-list-item-last {
    padding-bottom: 0;
  }

  .circle-small-2.margin-right {
    margin-right: 12px;
  }

  .h2-3 {
    color: var(--white);
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .h3-3-copy {
    text-align: left;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3-copy.dark-blue.bold.center {
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3-copy.gray.center {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3-copy.gray.left {
    width: 100%;
    text-align: left;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3-copy.blue.left {
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

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

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

  .section-4.bg-primary-1 {
    padding: 40px 24px;
  }

  .card-head-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-label-2 {
    text-align: left;
  }

  .h1-2 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

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

  .category-item-page {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cart-product-price {
    font-size: 14px;
    line-height: 22px;
  }

  .error-message, .empty-state-2 {
    width: 100%;
    max-width: none;
  }

  .cart-container {
    max-width: 420px;
    min-width: 360px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .cart-product-image {
    width: 56px;
  }

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

  .link-8.arrow-link {
    margin-top: 0;
  }

  .no-margin {
    margin: 0;
  }

  .products {
    padding-left: 0;
    padding-right: 0;
  }

  .product-card-wrapper {
    padding: 8px;
  }

  .nav-top-social {
    padding-left: 0;
    padding-right: 0;
  }

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

  .breadcrumbs {
    height: 32px;
    border-width: 1px;
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .product-table {
    width: 66.66%;
  }

  .product-image-wrapper {
    width: 100%;
  }

  .product {
    padding: 32px 32px 48px;
  }

  .h2-3-copy {
    color: #050c46;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-icon-2 {
    margin-top: 0;
  }

  .cart-button-3 {
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-field-dark.cc-subscribe-input {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .error-message-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .product-dimensions-wrap, .product-details-wrap {
    width: 100%;
  }

  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }

  .product-main-details {
    width: 100%;
  }

  .product-head-section {
    margin-top: 20px;
  }

  .text-field-2 {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-2::-ms-input-placeholder {
    text-align: center;
  }

  .text-field-2::placeholder {
    text-align: center;
  }

  .text-field-2.cc-product-quantity {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .premium-block-content-wrap {
    width: 100%;
    padding: 30px 4%;
  }

  ._3-col-wrap {
    margin-bottom: 90px;
  }

  .product-pic-wrap {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .subscribe-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .page-headline-wrap {
    width: 90%;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: auto;
    max-width: none;
    width: auto;
    max-width: none;
  }

  .wrap-overlayed, .deco-block {
    padding-left: 4%;
    padding-right: 4%;
  }

  .cart-2 {
    margin-top: 10px;
    padding-right: 10px;
  }

  .page-headline-wrap-copy {
    width: 90%;
  }

  .page-headline-wrap-copy.cc-overlayed-headline {
    width: auto;
    max-width: none;
    width: auto;
    max-width: none;
  }

  .page-headline-wrap-copy.cc-overlayed-headline-copy {
    width: auto;
    max-width: none;
  }

  .deco-block-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .order-confirmation {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .product-image-copy {
    clear: none;
  }

  .heading-copy {
    width: 100%;
    text-align: left;
    white-space: normal;
    margin-bottom: 32px;
    padding-left: 20px;
    font-size: 50px;
    line-height: 56px;
  }

  .mask.gray.center {
    width: 100%;
    font-size: 16px;
  }

  .h2-3-copy-copy {
    color: #050c46;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .container-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-copy.container-narrow.new {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container---import-guide {
    max-width: none;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container---import-guide.masks-copy {
    padding-top: 20px;
  }

  .div-block-52-copy {
    margin-top: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-3 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .row---qa-2.row-split-content {
    grid-row-gap: 36px;
  }

  .row---qa-2.icon-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .row---qa-2.utility-row-right {
    justify-content: center;
  }

  .row---qa-2.utility-row-left {
    justify-content: center;
    margin-bottom: 12px;
  }

  .row---qa-2.row-align-center-copy {
    text-align: left;
  }

  .icon-large--ts {
    width: 82px;
  }

  .form-input-4 {
    width: 350px;
  }

  .article-2 {
    text-align: left;
  }

  .horizontal-form-copy {
    width: auto;
    min-width: 450px;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .heading-39 {
    font-size: 40px;
  }

  .container-3-copy {
    max-width: none;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-3-copy.masks-copy {
    padding-top: 20px;
  }

  .list {
    padding-left: 0;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .risk-section-02-copy {
    padding: 60px 40px 0;
  }

  .container---rate-card {
    max-width: none;
    padding: 20px 25px 0;
  }

  .container---rate-card.masks-copy {
    padding-top: 20px;
  }

  .container---b-og.container-narrow.new {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-2---mask-copy {
    max-width: none;
    margin-top: auto;
    padding: 40px 25px;
  }

  .container--large-order {
    padding-left: 0;
    padding-right: 0;
  }

  .container--large-order.container-narrow.new {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-52-mask-page {
    margin-top: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .section---quotes-not-shown {
    justify-items: center;
  }

  ._2_col_grid {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .image-46 {
    max-width: 80%;
  }

  .icon-large--no-results-shown {
    width: 120px;
  }

  .form-input---no-results-show {
    width: 100%;
    text-align: center;
  }

  .heading-42 {
    line-height: 2em;
  }

  .tabs-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-65 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .more-info-button-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: -10px;
    font-size: 14px;
  }

  .column-56 {
    display: none;
  }

  .list-heading-2 {
    display: block;
  }

  .columns-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dashboard-section {
    padding: 0 20px;
  }

  .column-58 {
    padding-left: 0;
  }

  .saved-quotes-results {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
    overflow: visible;
  }

  .quotation {
    margin-left: 5%;
    margin-right: 5%;
  }

  .load-more--blue {
    width: 78%;
    margin-left: 20px;
  }

  .tab-link-tab-3-5.w--current {
    background-color: rgba(51, 51, 51, .5);
    margin-top: 0;
  }

  .columns-31 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-2-4.tab-phone-header {
    margin-bottom: 10px;
  }

  .form-3 {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }

  .tab-scheduled {
    margin-right: 5px;
  }

  .tab-scheduled.w--current {
    margin-bottom: 0;
  }

  .tab-scheduled.tab-angel.w--current {
    margin-bottom: 10px;
  }

  .quote-form {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-123 {
    width: auto;
    font-size: 13px;
    line-height: 15px;
  }

  .navigation-menu {
    height: 50px;
    justify-content: space-around;
    padding: 0 1em;
  }

  .columns-27 {
    display: none;
  }

  .column-54 {
    padding-left: 0;
  }

  .full-container--grey {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-100 {
    flex: 0 auto;
    align-self: center;
    font-size: 13px;
    line-height: 15px;
  }

  .columns-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-66 {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .table-row-3 {
    width: 150%;
    padding-left: 0;
  }

  .table-row-3.footer-row {
    width: 100%;
    border-bottom-style: none;
    border-bottom-color: rgba(51, 51, 51, .5);
    padding-left: 20px;
  }

  .table-row-3.footer-row.orange {
    padding-left: 20px;
  }

  .table-row-3.footer-row.grey {
    border: 1px #000;
    border-bottom: 1px solid rgba(51, 51, 51, .5);
  }

  .table-row-3.footer-row.blue {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .table-row-3.footer-row-copy {
    width: 100%;
    border-bottom-style: none;
    border-bottom-color: rgba(51, 51, 51, .5);
    padding-left: 20px;
  }

  .text-block-124 {
    flex: 0 auto;
    align-self: center;
    font-size: 13px;
    line-height: 15px;
  }

  .table-row-3-copy {
    width: 150%;
    padding-left: 0;
    display: none;
  }

  .more-info-blue-button {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: -10px;
    font-size: 14px;
  }

  .navigation-item {
    height: auto;
    opacity: 1;
    flex-direction: column;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    transition-property: none;
  }

  .navigation-item.w--current {
    height: auto;
    margin-top: 0;
    padding: 0 0 0;
  }

  .navigation-icon-dollar-2 {
    min-height: 20px;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: 15px;
  }

  .container-6 {
    display: inline;
  }

  .dash-tab-wrapper {
    background-color: #fff;
  }

  .more-info-button--grey {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -10px;
    font-size: 14px;
  }

  .calc_total {
    display: block;
  }

  .load-more {
    width: 78%;
    margin-left: 40px;
  }

  .saved-quotes--card--step-1 {
    margin-top: -20px;
  }

  .table-col {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-125 {
    margin-left: 0;
  }

  .navigation-icon {
    min-height: 20px;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: 15px;
  }

  .load-more--grey {
    width: 80%;
    margin-left: 40px;
    margin-right: 0;
  }

  .text-block-126 {
    font-size: 13px;
    line-height: 15px;
  }

  .navigation-item-2 {
    height: 40px;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 14px;
  }

  .navigation-item-2.w--current {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0 0 0;
  }

  .signup-label-3 {
    margin-bottom: 2px;
  }

  .text-block-158 {
    margin-bottom: 0;
  }

  .white-box-2-copy {
    width: 80%;
    border-width: 2px;
    border-color: #09f;
    margin: 20px auto auto;
  }

  .column-110 {
    text-align: right;
  }

  .signup-field-3 {
    height: 50px;
  }

  .image-47 {
    width: auto;
    max-width: none;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .columns-61 {
    display: flex;
  }

  .box-padding-3 {
    margin-left: 0;
  }

  .login-button-1-2-copy {
    margin-top: 15px;
  }

  .columns-71 {
    text-align: center;
    display: flex;
  }

  .column-109 {
    text-align: left;
  }

  .no-results-card {
    width: 100%;
    height: auto;
    display: block;
  }

  .columns---header-no-results-shown {
    text-align: center;
    display: flex;
  }

  .columns-72 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .columns-73 {
    margin-bottom: 40px;
    display: flex;
  }

  .free-guide-download {
    width: auto;
    min-width: 450px;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .free-download-button-and-form {
    width: 100%;
    min-width: auto;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .section-halves-content-copy {
    width: auto;
    max-width: none;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .form-feedback-copy.bg-error-copy {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .full-bleed-image---terms {
    max-width: 80%;
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
  }

  .form-input--email-capture---full-size {
    width: 100%;
    margin-bottom: 20px;
  }

  .link-15 {
    margin-bottom: 40px;
  }

  .blog-banner-title-headings {
    margin-left: 0;
    font-size: 24px;
  }

  .section-halves---terms {
    height: auto;
    max-height: none;
    min-height: auto;
    justify-items: center;
  }

  .section-halves-content-3 {
    width: auto;
    height: auto;
    opacity: 1;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .button---no-results-shown-copy.horizontal-form-button-copy {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }

  .glossary-intro-text {
    font-size: 16px;
  }

  .search-terms---small-3-copy-copy {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .grid-9-copy {
    width: 100%;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    justify-items: start;
    margin-bottom: 0;
    margin-right: auto;
    display: block;
  }

  .form-block-terms {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .error-message-3 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-121 {
    padding-right: 20px;
  }

  .div-block-122 {
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .success-message-3 {
    margin-left: 0;
  }

  .section---search-terms-bottom {
    width: auto;
    height: auto;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    padding: 60px 6%;
    display: block;
  }

  .form-5 {
    margin-left: 0;
  }

  .social-icons-list---glossary {
    align-self: center;
  }

  .section---content---blog-copy {
    width: auto;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    justify-items: start;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .rich-text-block-2 {
    width: 100%;
    text-align: left;
    flex-flow: column wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .submit-button-8.ga-event {
    font-size: 16px;
  }

  .section-halves-content---subscrible-cta {
    width: auto;
    height: auto;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .section-halves---subscrible-cta {
    height: auto;
    justify-items: center;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .margin-top---middle {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 32px;
  }

  .text-large---cta-middle {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .form-input--blog-download-cta-bottom-copy {
    width: 100%;
  }

  .display-h1 {
    font-size: 32px;
  }

  .form-block-cta-middle {
    width: 100%;
    display: block;
  }

  .grid-30 {
    width: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-29 {
    display: block;
  }

  .heading-63 {
    font-size: 32px;
  }

  .wrapper-2 {
    margin-bottom: -140px;
  }

  .new-body-2.white, .new-body-2.grey {
    text-align: center;
  }

  .bold-text-64 {
    font-size: 16px;
  }

  .div-block-84 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .full-bleed-image---dictionary {
    max-width: 80%;
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
  }

  .section-halves---dictionary-with-white {
    height: auto;
    justify-items: center;
    display: block;
  }

  .dictionary-search {
    width: 250px;
    margin-right: auto;
  }

  .div-block---freight-dictionary-banner {
    width: auto;
    margin-left: auto;
  }

  .text-large-5 {
    margin-bottom: 40px;
  }

  .error-message---dictionary-banner {
    width: auto;
    margin-top: 20px;
  }

  .success-message---dictionary-banner {
    margin-left: 0;
  }

  .section-halves---dictionary {
    width: auto;
    height: auto;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
  }

  .section-18 {
    margin-top: 60px;
  }

  .column-90 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-input--blog-download-cta-bottom-copy-2 {
    width: 100%;
  }

  .section-halves-content---cta-bottom {
    width: auto;
    height: auto;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }

  .section-halves---buttom-cta {
    height: auto;
    justify-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .full-bleed-image---bottom {
    max-width: 80%;
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h5 {
    line-height: 26px;
  }

  blockquote {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  .section {
    padding: 40px 25px;
  }

  .section.section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.no-bottom-space.bg-blue {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.bg-blue-gradient {
    justify-content: center;
    display: flex;
  }

  .section.bg-blue {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .card.no-border.image-caption-overlay {
    max-width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .card.no-border.shadow-small {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .card.link-card {
    color: var(--gray-1);
  }

  .card.form-overlap-card {
    margin-top: 12px;
  }

  .card.fullscreen-card.margin-top {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .row {
    justify-content: center;
  }

  .row.row-split-content {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 0;
    padding-right: 0;
  }

  .row.row-split-content._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .row.row-split-content.row-sample {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.icon-row {
    flex-direction: row;
    align-items: center;
  }

  .row.margin-top {
    justify-content: center;
  }

  .row.justify-content-center {
    width: 100%;
    padding-bottom: 40px;
  }

  .style-guide-title {
    border-radius: 5px;
    margin-bottom: 24px;
  }

  .button.form-search-button, .button.button-row-last {
    margin-top: 12px;
    margin-left: 0;
  }

  .card-body {
    max-width: 100.014%;
    padding: 40px 0 20px;
  }

  .card-body.card-body-large.justify-center {
    padding: 20px 0;
  }

  .card-body.blog-card-body {
    flex: 0 auto;
  }

  .card-body.job-card-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-body.card-body-large-copy.justify-center {
    padding: 20px 0;
  }

  .card-foot {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-foot.no-border.text-small {
    font-family: Hind Vadodara, sans-serif;
  }

  .card-image-head.icon-extra-large {
    margin-bottom: 48px;
  }

  .content-width-small {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .subheading {
    margin-bottom: 12px;
  }

  .subheading.text-primary-1 {
    text-align: center;
  }

  .subheading.text-primary-1.yellow {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .subheading.text-primary-1.text-left, .subheading.text-primary-1, .subheading.text-primary-1 {
    text-align: center;
  }

  .content-width-large {
    grid-template-columns: 1fr;
  }

  .content-width-large.tabs-row-content {
    margin-top: 24px;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .grid-thirds, .grid-thirds.gapless-columns {
    grid-row-gap: 24px;
  }

  .grid-thirds.blog-grid-thirds {
    grid-template-columns: 1fr;
  }

  .grid-thirds.blog-link-bg-thirds {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .circle {
    margin-right: 12px;
  }

  .centered-grid-item {
    flex-direction: column;
  }

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

  .style-guide-icons {
    justify-content: space-around;
  }

  .icon-list-item.align-center.bg-white {
    flex-wrap: wrap;
    justify-content: center;
  }

  .handwriting-wrapper {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .handwriting-contents.handwriting-below {
    right: 0;
  }

  .handwriting-contents.pricing-tabbed-handwriting-contents {
    transform: translate(80%, -110%);
  }

  .handwriting-contents.coming-soon-handwriting-contents.hide-on-mobile {
    display: none;
  }

  .content-width-medium {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h6-small {
    font-family: Hind Vadodara, sans-serif;
    font-weight: 700;
  }

  .list-grid.margin-top {
    grid-template-columns: 1fr;
  }

  .icon-grid-list-item {
    border-bottom-style: none;
    padding-bottom: 8px;
  }

  .style-guide-content-group {
    margin-bottom: 24px;
  }

  .form-input {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .form-input.form-input-large {
    height: 48px;
    font-size: 16px;
  }

  .form-input.horizontal-form-input {
    min-width: 270px;
  }

  .form-label {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .form-feedback.bg-success {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .form-feedback.bg-error {
    width: 100%;
    margin-top: 20px;
  }

  .form-feedback.bg-success {
    width: auto;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .form-feedback.bg-error-cta-middle {
    width: auto;
    margin-top: 20px;
  }

  .grid-quarters {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .grid-quarters.cards-grid, .grid-quarters.team-member-avatar-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-grid {
    grid-row-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }

  .grid-halves {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-halves.screenshots-grid {
    grid-template-columns: 1fr;
  }

  .avatar.avatar-large.horizontal-quote-avatar {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-wrapper {
    padding: 12px;
  }

  .menu-button {
    overflow: hidden;
  }

  .modal-search-form {
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px;
  }

  .footer {
    padding-top: 48px;
  }

  .footer-row {
    margin-bottom: 24px;
  }

  .footer-right {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .footer-menu-column {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  .button-row {
    flex-direction: column;
  }

  .bordered-list-item {
    padding-bottom: 12px;
  }

  .bordered-list.margin-top {
    grid-row-gap: 12px;
  }

  .section-title-wide {
    margin-bottom: 36px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .icon-large {
    width: 72px;
    margin-left: 12px;
  }

  .restricted-grid-item {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-form {
    flex-direction: column;
  }

  .footer-2-header {
    margin-bottom: 24px;
  }

  .footer-2-left {
    margin-bottom: 12px;
  }

  .search-form {
    flex-direction: column;
  }

  .padded-grid-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-space-left-large {
    margin-left: 12px;
  }

  .icon-extra-large {
    width: 72px;
    height: 72px;
  }

  .bordered-image {
    border-width: 1.5vw;
  }

  .quotes-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    left: 6px;
  }

  .slider-arrow.slider-arrow-right {
    right: 6px;
  }

  .lightbox-image.gallery-stack-link.gallery-stack-link-c {
    margin-top: -36px;
  }

  .gallery-stack-link {
    max-width: 55%;
  }

  .grid-fifths.margin-top {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-small.cta-contained-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .full-bleed-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-halves-content {
    width: auto;
    max-width: none;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-halves-content.content-width-small {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-grid-halves {
    grid-template-columns: 1fr;
  }

  .horizontal-form {
    min-width: auto;
    flex-direction: column;
  }

  .free-guide-form-download {
    width: 320px;
  }

  .free-guide-form-download.margin-top {
    width: auto;
  }

  .cta-contained {
    padding-bottom: 0;
  }

  .pricing-quarters {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .pricing-table-section, .tabs-underline-menu {
    margin-bottom: 24px;
  }

  .tab-underline {
    margin-left: 6px;
    margin-right: 6px;
  }

  .expandable-text.expandable-accordion-text {
    margin-top: 12px;
  }

  .team-member-image-large {
    max-width: 75vw;
    margin-bottom: 12px;
  }

  .team-member-link {
    margin-bottom: 12px;
  }

  .team-member-row-image {
    max-width: 75vw;
  }

  .team-member-link-wrapper {
    margin-bottom: 24px;
  }

  .section-fullscreen.utility-page-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .illustration-bottom-right {
    display: none;
  }

  .article {
    text-align: left;
  }

  .article ul {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .article blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
  }

  .article figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .article-tags-wrapper {
    padding-top: 36px;
  }

  .tag-link.tag-horizontal-item {
    margin-bottom: 12px;
  }

  .blog-post-category-placeholder {
    min-height: 180px;
  }

  .featured-blog-post-content {
    padding: 16px;
  }

  .widget {
    margin-bottom: 36px;
  }

  .blog-post-small.text-white.hover-link.corona {
    text-align: center;
    display: inline;
  }

  .horizontal-quote {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-3-row {
    margin-bottom: 24px;
  }

  .image-overlap-small {
    width: 80%;
    margin-top: 12px;
    position: absolute;
    bottom: -48px;
    left: 24px;
  }

  .image-overlap-small.bordered-image.rotate-image-right {
    width: 100%;
  }

  .image-overlap-small.rotate-image-right.bordered-image {
    width: 80%;
  }

  .map {
    height: 320px;
  }

  .tags-horizontal-wrapper {
    align-items: flex-start;
  }

  .case-study-logo {
    margin-bottom: 24px;
  }

  .page-demos-grid {
    grid-row-gap: 36px;
  }

  .overlap-section-below {
    margin-bottom: -72px;
    display: none;
  }

  .notification-wrapper {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ipad-hero-image {
    max-width: 90vw;
  }

  .h3-2 {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .h3-2.gray.center {
    text-align: left;
    font-size: 20px;
  }

  .heading {
    text-align: center;
    column-count: auto;
    align-self: flex-start;
    margin-right: 0;
    font-size: 32px;
    line-height: 42px;
    display: block;
  }

  .heading.centered {
    text-align: center;
    overflow: visible;
  }

  .heading.centered._02, .heading.subscrible {
    text-align: center;
  }

  .div-block-56 {
    width: 100%;
    align-items: center;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-intro-section {
    height: 50vh;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 40px;
  }

  .service-intro-section.masks {
    background-image: none;
    margin-top: 0;
  }

  .service-intro-section.mobile-view {
    margin-left: 25px;
    margin-right: 25px;
  }

  .button-2 {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .button-2.blue {
    flex: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-2 {
    margin-top: 40px;
    padding: 0 25px;
  }

  .div-block-35 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    display: block;
  }

  .div-block-35.center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
  }

  .text-block.blue {
    text-align: center;
    flex: none;
    margin-top: 10px;
    padding-left: 24px;
  }

  .image-25 {
    width: 76%;
  }

  .image-30 {
    width: 65%;
    max-width: none;
  }

  .image-29 {
    width: 55%;
    max-width: none;
  }

  .all-h4-heading.gray.center {
    text-align: center;
  }

  .supplier-section {
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-52 {
    height: 100%;
    margin-top: 80px;
    padding-bottom: 20px;
  }

  .image-31 {
    width: 25%;
    max-width: none;
  }

  .grid-7 {
    width: 100%;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .nav-functions-2 {
    align-self: auto;
    display: flex;
  }

  .navbar-2 {
    justify-content: space-around;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-wrapper-2 {
    padding: 12px;
  }

  .button-3 {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .button-3.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button-3.yellow {
    flex: none;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
  }

  .button-3.blue {
    flex: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-3.blue.ga-event {
    align-self: center;
    margin-right: auto;
    font-family: Hind Vadodara, sans-serif;
  }

  .button-3.blue {
    flex: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-3.button-blue {
    margin-top: 12px;
  }

  .button-3.blue {
    flex: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brand {
    padding-left: 0;
  }

  .modal-search-form-2 {
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px;
  }

  .card-2.text-gray-1 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .card-2.no-border.shadow-small {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .card-2.no-border.shadow-small.large-order-card {
    margin-right: auto;
  }

  .card-2.shadow-small {
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-input-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-input-2.paragraph {
    text-align: center;
    align-self: center;
  }

  .button-row-2 {
    flex-direction: column;
  }

  .top-banner {
    justify-content: flex-start;
    position: relative;
  }

  .row-2.no-wrap.row-justify-center {
    justify-content: center;
  }

  .h5-2 {
    margin-top: -25px;
    padding-top: 5px;
    font-size: 14px;
  }

  .heading-4 {
    margin-bottom: 10px;
  }

  .paragraph-5, .paragraph-5.text-left {
    text-align: center;
  }

  .offers-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .offers-section.top-space-small {
    padding: 40px 25px;
  }

  .h2-2 {
    text-align: left;
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .h2-2.white.center {
    text-align: center;
    text-align: center;
    margin-top: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .h2-2.blue.left {
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .h2-2.blue.center {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
    line-height: 46px;
  }

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

  .h3-3 {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3.dark-blue.bold {
    text-align: center;
  }

  .h3-3.dark-blue.bold.center {
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3.gray {
    text-align: center;
  }

  .h3-3.gray.center {
    text-align: center;
    font-size: 22px;
  }

  .h3-3.gray.left {
    text-align: center;
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
    display: inline;
  }

  .h3-3.blue.left {
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3.white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline;
  }

  .h3-3.white.bold {
    text-align: center;
  }

  .section-title-2, .section-title-2.wide {
    margin-bottom: 48px;
  }

  .all-h4-heading-2.yellow {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .all-h4-heading-2.yellow.center {
    text-align: center;
    font-size: 16px;
  }

  .all-h4-heading-2.blue.left {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .all-h4-heading-2.blue.center {
    text-align: center;
    font-size: 16px;
  }

  .text-block-2.blue {
    text-align: center;
    text-align: center;
    flex: none;
    margin-top: 10px;
    padding-left: 24px;
  }

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

  .container-3.masks-copy {
    padding-top: 0;
  }

  .centered-grid-item-2 {
    width: 100%;
    flex-direction: column;
  }

  .grid-thirds-2 {
    grid-row-gap: 24px;
  }

  .image-14 {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15 {
    width: 20%;
    right: 14%;
  }

  .image-23 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .secret-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .secret-section.top-space-small {
    padding: 40px 25px;
  }

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

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

  .div-block-41 {
    padding-left: 0;
  }

  .grid {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-57 {
    margin-top: 32px;
  }

  .rates-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rates-section.top-space-small {
    padding-top: 40px;
    padding-bottom: 40px;
    top: 0;
    bottom: 0;
  }

  .div-block-45 {
    padding-bottom: 0;
  }

  .paragraph {
    text-align: center;
    flex: 1;
  }

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

  .profile {
    justify-content: center;
    align-items: center;
  }

  .client-logo-bottom {
    grid-row-gap: 32px;
  }

  .testimonials-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testimonials-section.top-space-small {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-46 {
    align-items: flex-start;
    margin-left: 0;
    padding-top: 24px;
    display: block;
  }

  .testimonial-card {
    flex-direction: column;
  }

  .testimonial-card.image {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }

  .testimonial-card.image._1 {
    width: 100%;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .testimonial-card.image._4 {
    height: 100%;
  }

  .testimonial-card.image._2 {
    background-position: 50% 65%;
  }

  .image-19-copy {
    text-align: left;
  }

  .services-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .services-section.top-space-small {
    text-align: left;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .service-card {
    text-align: center;
    align-self: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .heading-5.white {
    text-align: left;
  }

  .risk-section-02 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 40px 25px;
    position: relative;
  }

  .div-block-59 {
    overflow: hidden;
  }

  .div-block-59._2 {
    display: none;
  }

  .top-margin._5-pixels {
    text-align: left;
  }

  .footer-column {
    text-align: center;
    flex-direction: column;
    align-self: auto;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .footer-links-menu {
    width: 100%;
    text-align: left;
    flex-direction: column-reverse;
    flex: none;
    align-items: center;
    margin-top: 0;
    margin-left: 0%;
    padding-left: 0;
  }

  .footer-about-box {
    width: 100%;
    margin-bottom: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34 {
    text-align: center;
  }

  .footer-flex {
    padding-top: 0;
  }

  .footer-left-2 {
    width: 100%;
    align-items: center;
    margin-bottom: 24px;
  }

  .text-large-2 {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .text-large-2.footer-text, .image-33 {
    text-align: left;
  }

  .div-block-49 {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-horizontal-link {
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-2 {
    padding-top: 48px;
  }

  .footer-2.button.yellow {
    height: 45px;
    height: 45px;
    border-radius: 5px;
    align-self: auto;
    margin-top: 8px;
    margin-left: 0;
    font-family: Hind Vadodara, sans-serif;
  }

  .footer-right-2 {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-2-copy {
    padding-top: 48px;
  }

  .footer-2-copy.button.yellow {
    height: 45px;
    border-radius: 5px;
    align-self: auto;
    margin-top: 8px;
    margin-left: 0;
  }

  .button-h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .button-h3.blue {
    align-self: center;
    margin-top: 10px;
    margin-left: 10px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 30px;
  }

  .button-3-copy {
    box-shadow: 0 5px 15px -2px var(--baf-blue);
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    transition-property: transform;
    transition-duration: .3s;
  }

  .button-3-copy:hover {
    background-color: var(--dark-baf-blue);
    box-shadow: 0 0 22px -2px var(--baf-blue);
    transform: translate(0, 2px);
  }

  .button-3-copy.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button-3-copy.yellow, .button-3-copy.blue, .button-3-copy.blue {
    flex: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-7 {
    font-family: Hind Vadodara, sans-serif;
  }

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

  .grid-thirds-3 {
    grid-row-gap: 24px;
  }

  .div-block-59-copy {
    overflow: hidden;
  }

  .heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
    font-family: Hind Vadodara, sans-serif;
  }

  .button-3-copy {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .button-3-copy.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button-3-copy.yellow, .button-3-copy.blue, .button-3-copy.blue {
    flex: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-8 {
    width: 100%;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .offers-section-copy {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .button-3-copy-copy {
    box-shadow: 0 5px 15px -2px var(--baf-blue);
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    transition-property: transform;
    transition-duration: .3s;
  }

  .button-3-copy-copy:hover {
    background-color: var(--dark-baf-blue);
    box-shadow: 0 0 22px -2px var(--baf-blue);
    transform: translate(0, 2px);
  }

  .button-3-copy-copy.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button-3-copy-copy.yellow, .button-3-copy-copy.blue, .button-3-copy-copy.blue {
    flex: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-4 {
    box-shadow: 0 5px 15px -2px var(--baf-blue);
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    transition-property: transform;
    transition-duration: .3s;
  }

  .button-4:hover {
    background-color: var(--dark-baf-blue);
    box-shadow: 0 0 22px -2px var(--baf-blue);
    transform: translate(0, 2px);
  }

  .button-4.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button-4.yellow, .button-4.blue, .button-4.blue {
    flex: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .service.development {
    display: none;
  }

  .image-14-copy {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15-copy {
    width: 20%;
    top: 61%;
    right: 14%;
  }

  .image-21-copy {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-62 {
    flex-flow: wrap;
    align-content: center;
    align-items: center;
    display: inline-block;
  }

  .image-35 {
    display: none;
  }

  .risk-section-03 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 40px 25px;
    position: relative;
  }

  .div-block-56-copy {
    width: 100%;
  }

  .full-image-left {
    overflow: hidden;
  }

  .text-block-right {
    width: 100%;
  }

  .full-image-right {
    overflow: hidden;
  }

  .div-block-63 {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0;
  }

  .div-block-65 {
    flex-direction: column;
    padding: 0 5px 5px;
  }

  .text-block-10 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .button-5.cookiebtn, .button-6.cookiebtn {
    font-size: 12px;
  }

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

  .form-input-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-input-3.text-area-input {
    margin-top: 10px;
    padding: 20px 10px;
  }

  .button---no-results-shown.button-block {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button---no-results-shown.button-row-last {
    margin-top: 12px;
    margin-left: 0;
  }

  .button---no-results-shown.horizontal-form-button.ga-event {
    width: 250px;
    font-family: Hind Vadodara, sans-serif;
  }

  .button---no-results-shown.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button---no-results-shown.horizontal-form-button.ga-event, .button---no-results-shown.horizontal-form-button---no-results-shown.ga-event {
    font-family: Hind Vadodara, sans-serif;
  }

  .circle-2 {
    margin-right: 12px;
  }

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

  .section-2.mask-page-section {
    padding: 60px 25px;
  }

  .h2-3 {
    color: var(--white);
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-3-copy {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3-copy.dark-blue.bold.center {
    font-size: 20px;
    line-height: 28px;
  }

  .h3-3-copy.gray.center {
    text-align: left;
    font-size: 22px;
  }

  .h3-3-copy.gray.left {
    text-align: left;
    text-align: left;
    align-self: center;
    margin-bottom: 0;
    font-size: 20px;
  }

  .h3-3-copy.blue.left {
    font-size: 20px;
    line-height: 28px;
  }

  .section-3, .section-4.bg-primary-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-4.bg-primary-1.mask-page-section {
    padding: 60px 25px;
  }

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

  .form-label-2 {
    text-align: center;
    margin-bottom: 10px;
    font-family: Hind Vadodara, sans-serif;
  }

  .h1-2 {
    text-align: center;
    margin-top: 40px;
    font-family: Hind Vadodara, sans-serif;
    font-size: 32px;
  }

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

  .section-5.large-orders {
    margin-top: 40px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .flex {
    flex-flow: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .flex.mobile-center {
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .category-item-page {
    width: 100%;
    max-width: 370px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-field.cart-input {
    color: #fff;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
  }

  .cart-container {
    max-width: 320px;
    min-width: 240px;
  }

  .cart-product-image {
    width: 56px;
  }

  .home-category-card {
    width: 264px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .home-category-card.red {
    margin-top: 40px;
    margin-right: 40px;
  }

  .home-category-info-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .home-category-info-1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .home-category-image-1 {
    width: 80%;
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: -8px;
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
  }

  .home-category-image-2 {
    margin-top: 0;
    margin-bottom: 12px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .section-6 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 0;
  }

  .no-margin {
    margin: 0;
  }

  .product-card-wrapper {
    width: 100%;
  }

  .cart-container-2 {
    border-radius: 0;
  }

  .product-table {
    width: 100%;
  }

  .add-to-cart {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image-wrapper {
    padding: 8px;
  }

  .product-info {
    margin-top: 40px;
  }

  .product {
    padding: 16px 16px 40px;
  }

  .text-block-20 {
    margin-left: 0;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo-image {
    margin-right: 0;
    padding-right: 0;
  }

  .brand-3.ga-event {
    padding-left: 0;
  }

  .brand-3.ga-event.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-product-price-2 {
    font-size: 14px;
  }

  .cart-container-3 {
    min-width: 320px;
  }

  .menu-item.ga-event.button-3.login-mobile {
    background-color: var(--white);
    box-shadow: none;
    color: #474858;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition-property: none;
  }

  .menu-item.ga-event.button-3.login-mobile:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-item.ga-event.button-3.login-mobile:active {
    background-color: var(--white);
    opacity: 1;
  }

  .error-state {
    font-size: 14px;
    line-height: 22px;
  }

  .menu-item-wrap.ga-event.login {
    background-color: var(--white);
    opacity: .6;
  }

  .cart-product-name-2 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .big-paragraph {
    margin-bottom: 0;
  }

  .dark-button.expand {
    box-shadow: none;
    border-radius: 5px;
  }

  .product-image {
    width: 100%;
    height: 360px;
  }

  .product-head-section {
    margin-top: 40px;
  }

  .premium-block-content-wrap {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .premium-content-span {
    font-family: Hind Vadodara, sans-serif;
    font-size: 32px;
    line-height: 42px;
  }

  .premium-content-headline-wrap {
    margin-top: 20px;
  }

  .subscribe-headline {
    font-size: 32px;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-headline-wrap.cc-overlayed-headline {
    margin-bottom: 40px;
  }

  .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-overlayed.checkout {
    padding-left: 5%;
    padding-right: 5%;
  }

  .deco-block {
    padding: 60px 0% 0;
  }

  .heading-23.checkout-header-style, .heading-24 {
    font-size: 18px;
  }

  .heading-25 {
    margin-top: 0;
  }

  .block-header {
    font-size: 12px;
  }

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

  .heading-26.checkout-header-style {
    font-size: 18px;
  }

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

  .checkout-header-style {
    font-size: 18px;
  }

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

  .cart-2 {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 5px;
  }

  .checkout-form {
    padding-top: 0;
  }

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

  .line-item {
    color: var(--royal-blue);
    font-family: Montserrat, sans-serif;
  }

  .line-item-2, .field-label {
    font-family: Montserrat, sans-serif;
  }

  .page-headline-wrap-copy.cc-overlayed-headline, .page-headline-wrap-copy.cc-overlayed-headline-copy {
    margin-bottom: 40px;
  }

  .deco-block-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .wrap-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .home-category-card-2 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .home-category-card-2.red {
    margin-top: 40px;
  }

  .home-category-card-2-copy {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .home-category-card-2-copy.red {
    margin-top: 40px;
  }

  .text-block-20-copy {
    margin-left: 0;
  }

  .home-category-card-2-copy {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .home-category-card-2-copy.red, .home-category-card-2-copy.red-copy {
    margin-top: 40px;
  }

  .home-category-card-2-copy {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .home-category-card-2-copy.red {
    margin-top: 40px;
  }

  .home-category-info-2-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .home-category-image-2-copy {
    margin-top: 0;
    margin-bottom: 12px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .top-banner-2 {
    justify-content: flex-start;
    position: relative;
  }

  .h5-3 {
    margin-top: -25px;
    padding-top: 5px;
    font-size: 14px;
  }

  .order-item {
    display: flex;
  }

  .text-block-30 {
    text-align: center;
    display: block;
  }

  .product-image-copy {
    width: 100%;
    height: 360px;
    position: relative;
  }

  .offer-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body {
    padding-top: 80px;
  }

  .heading-copy {
    text-align: left;
    column-count: auto;
    margin-right: 0;
    font-size: 32px;
    line-height: 42px;
    display: block;
  }

  .heading-copy.centered {
    text-align: center;
    overflow: visible;
  }

  .heading-copy.centered._02 {
    text-align: left;
  }

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

  .body-2, .body-3, .body-4 {
    padding-top: 0;
  }

  .body-5 {
    padding-top: 80px;
  }

  .container-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy.container-narrow.new {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container---import-guide {
    padding: 40px 20px;
  }

  .container---import-guide.masks-copy {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-52-copy {
    height: 100%;
    margin-top: 140px;
    padding-bottom: 20px;
  }

  .section-copy, .section-copy.section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-copy.container-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-copy.container-copy.mask-page-section {
    padding: 60px 25px;
  }

  .heading-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row---qa-2.row-split-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .row---qa-2.icon-row {
    flex-direction: row;
    align-items: center;
  }

  .icon-large--ts {
    width: 72px;
    margin-left: 12px;
  }

  .heading-30-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-input-4 {
    width: 250px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Hind Vadodara, sans-serif;
    line-height: 26px;
  }

  .link-11 {
    font-size: 40px;
  }

  .link-12 {
    font-family: Hind Vadodara, sans-serif;
  }

  .article-2 {
    text-align: left;
  }

  .bold-text-13, .bold-text-14.h6-small, .bold-text-15, .text-block-37 {
    font-family: Hind Vadodara, sans-serif;
  }

  .horizontal-form-copy {
    min-width: auto;
    flex-direction: column;
  }

  .bold-text-16, .heading-36, .heading-37, .heading-38 {
    font-family: Hind Vadodara, sans-serif;
  }

  .heading-39 {
    padding-top: 12px;
    font-family: Hind Vadodara, sans-serif;
    font-size: 40px;
  }

  .container-3-copy {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3-copy.masks-copy {
    padding-top: 0;
  }

  .footer-horizontal-link-2 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-10 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .risk-section-02-copy {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 60px 20px;
    position: relative;
  }

  .subtitle, .heading-36-copy {
    font-family: Hind Vadodara, sans-serif;
  }

  .body-copy {
    padding-top: 0;
  }

  .container---rate-card {
    padding: 40px 25px;
  }

  .container---rate-card.masks-copy {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container---b-og {
    padding-left: 0;
    padding-right: 0;
  }

  .container---b-og.container-narrow.new {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-2---mask-copy {
    margin-top: 140px;
    padding: 0 20px;
  }

  .collection-item, .container--large-order {
    padding-left: 0;
    padding-right: 0;
  }

  .container--large-order.container-narrow.new {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text-23, .bold-text-24 {
    font-family: Hind Vadodara, sans-serif;
  }

  .div-block-52-mask-page {
    height: 100%;
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .link-13 {
    font-family: Hind Vadodara, sans-serif;
  }

  .form-input-5 {
    padding-left: 16px;
    padding-right: 16px;
    font-family: Hind Vadodara, sans-serif;
    line-height: 26px;
  }

  .text-large-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .coupon-title {
    font-size: 28px;
  }

  .coupon-card-subtext {
    font-size: 12px;
  }

  .heading-40 {
    font-size: 30px;
    line-height: 40px;
  }

  ._2_col_grid {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .icon-large--no-results-shown {
    width: 120px;
    margin-left: 12px;
  }

  .form-input---no-results-show {
    padding-left: 16px;
    padding-right: 16px;
    font-family: Hind Vadodara, sans-serif;
    line-height: 26px;
  }

  .heading-42 {
    line-height: 2em;
  }

  .text-block-85 {
    color: #fff;
  }

  .text-block-65 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    font-size: 24px;
  }

  .more-info-button-2 {
    margin-bottom: 20px;
    margin-left: -10px;
  }

  .columns-33 {
    padding-left: 10px;
  }

  .dashboard-section {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-58 {
    padding-left: 0;
  }

  .saved-quotes-results, .quotation {
    margin-left: 5%;
    margin-right: 5%;
  }

  .load-more--blue {
    width: 82%;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-3-5 {
    border-top-left-radius: 10px;
  }

  .tab-link-tab-3-5.w--current {
    background-color: rgba(51, 51, 51, .5);
    border-top-right-radius: 10px;
  }

  .columns-31 {
    padding-left: 10px;
  }

  .tab-link-tab-2-4 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .tab-link-tab-2-4.w--current {
    width: 100%;
    margin-left: 0;
  }

  .tab-link-tab-2-4.tab-phone-header {
    width: 100%;
    margin-right: 0;
  }

  .tab-scheduled {
    width: 94%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .tab-scheduled.w--current {
    margin-bottom: 10px;
  }

  .tab-scheduled.tab-angel {
    width: 100%;
  }

  .tab-scheduled.tab-angel.w--current {
    margin-bottom: 10px;
  }

  .tab-scheduled.tab-angel.tab-phone-header {
    width: 100%;
    margin-bottom: 10px;
  }

  .quote-form {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
    line-height: 1.2;
  }

  .text-block-123 {
    width: 100%;
    padding-top: 1px;
    font-size: 10px;
    display: block;
  }

  .navigation-menu {
    height: 45px;
    border-top: .5px solid rgba(51, 51, 51, .5);
    padding: 0 0 0 .25em;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 -1px 10px 1px rgba(51, 51, 51, .1);
  }

  .full-container--grey {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .text-block-100 {
    font-size: 10px;
    display: block;
  }

  .tabs {
    z-index: 999;
  }

  .columns-35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-66 {
    margin: 10px 10px 25px;
  }

  .table-row-3 {
    width: 250%;
  }

  .table-row-3.footer-row {
    border: 1px #000;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-row-3.footer-row.orange {
    margin-left: auto;
    padding-bottom: 0;
  }

  .table-row-3.footer-row.grey {
    border-color: rgba(51, 51, 51, .5);
  }

  .table-row-3.footer-row.blue {
    margin-left: 0;
  }

  .table-row-3.footer-row-copy {
    border: 1px #000;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-124 {
    padding-top: 1px;
    font-size: 10px;
    display: block;
  }

  .table-row-3-copy {
    width: 250%;
    display: none;
  }

  .more-info-blue-button {
    margin-bottom: 10px;
    margin-left: -10px;
  }

  .navigation-item {
    width: 20%;
    height: 25px;
    margin: 0 auto 10px .125em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .navigation-item.w--current {
    height: 25px;
    margin-top: 0;
    margin-left: .25em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-icon-dollar-2 {
    z-index: 999;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    font-size: 16px;
  }

  .tab-pane-tab-3-copy {
    border: 0 #000;
  }

  .container-6 {
    display: inline;
  }

  .dash-tab-wrapper {
    background-color: #fff;
    margin-left: auto;
    padding-bottom: 40px;
  }

  .more-info-button--grey {
    margin-bottom: 10px;
    margin-left: -10px;
  }

  .load-more {
    width: 75%;
    margin-left: 20px;
  }

  .column-63 {
    padding-left: 0;
  }

  .text-block-125 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .navigation-icon {
    z-index: 999;
    width: 80%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 16px;
    display: flex;
  }

  .load-more--grey {
    width: 75%;
    margin-top: 10px;
    margin-left: 20px;
    padding-top: 10px;
  }

  .text-block-126 {
    padding-top: 3px;
    font-size: 10px;
    font-style: normal;
    display: block;
  }

  .navigation-item-2 {
    width: 20%;
    height: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .navigation-item-2.w--current {
    height: 25px;
    margin-top: 5px;
    margin-left: .25em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .signup-label-3 {
    font-size: 14px;
  }

  .text-block-158 {
    width: auto;
    text-align: right;
    justify-content: flex-end;
    font-size: 14px;
    display: flex;
  }

  .white-box-2-copy {
    width: 100%;
    margin: 40px 0 auto;
  }

  .column-110 {
    text-align: right;
  }

  .image-47 {
    width: auto;
    max-width: none;
    margin-left: 0;
  }

  .box-padding-3 {
    margin-left: 0;
  }

  .column-109 {
    padding-left: 0;
  }

  .no-results-card {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns---header-no-results-shown {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-72 {
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .column-111 {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-73 {
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .column-112 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-113 {
    border-top: 1px solid #aeaeb2;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-114 {
    text-align: left;
  }

  .heading---results-not-show {
    font-size: 32px;
    line-height: 1.5em;
  }

  .free-guide-download {
    min-width: auto;
    flex-direction: column;
  }

  .free-download-button-and-form {
    width: 300px;
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .section-halves-content-copy {
    width: auto;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    padding: 48px 20px;
    overflow: hidden;
  }

  .section-halves-content-copy.content-width-small {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-7 {
    width: 100%;
  }

  .form-feedback-copy.bg-error-copy {
    width: auto;
    margin-top: 30px;
  }

  .full-bleed-image---terms {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .div-block-120 {
    opacity: 1;
  }

  .form-input--email-capture---full-size {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .bold-text-39-copy {
    font-size: 16px;
    line-height: 1.5em;
  }

  .blog-banner-title-headings {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .section-halves---terms {
    height: auto;
    max-height: none;
    min-height: auto;
    grid-template-rows: auto;
    padding-bottom: 0;
  }

  .section-halves-content-3 {
    width: auto;
    height: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 20px;
  }

  .flex-wrapper {
    flex-direction: column;
  }

  .flex-wrapper.vertical {
    letter-spacing: .3px;
    margin-bottom: 20px;
    padding-top: 24px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .form-block---download-glossary {
    width: auto;
    margin-bottom: 0;
  }

  .button---no-results-shown-copy.horizontal-form-button-copy.ga-event-copy {
    font-size: 16px;
  }

  .glossary-intro-text {
    margin-top: auto;
    font-size: 16px;
    line-height: 1.5em;
  }

  .search-terms---small-3-copy-copy {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    padding-left: 40px;
    display: block;
  }

  .grid-9-copy {
    width: 100%;
    height: auto;
    max-width: none;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin: 40px 0 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .form-block-terms {
    width: auto;
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .error-message-3 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-121 {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-4-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-169 {
    color: #444446;
  }

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

  .section---search-terms-bottom {
    height: auto;
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
    padding: 60px 7%;
    display: block;
  }

  .social-icons-list---glossary {
    align-self: center;
    padding-left: 7%;
    padding-right: 7%;
  }

  .section---content---blog-copy {
    margin-top: 20px;
    padding: 0 7% 20px;
  }

  .rich-text-block-2 {
    width: 100%;
    height: auto;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .container---blog-contents {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container---blog-contents._75 {
    width: 100%;
  }

  .submit-button-8.ga-event {
    width: 225px;
    width: 225px;
    margin-left: 0;
  }

  .section-halves-content---subscrible-cta {
    width: auto;
    height: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: inline-block;
  }

  .section-halves---subscrible-cta {
    height: auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7%;
    padding-right: 7%;
    display: flex;
  }

  .margin-top---middle {
    margin: 0 auto 40px;
    line-height: 55px;
  }

  .text-large---cta-middle {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .form-8 {
    width: 100%;
    align-items: center;
  }

  .form-input--blog-download-cta-bottom-copy {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 26px;
  }

  .form-input--blog-download-cta-bottom-copy.dictionary-tablet {
    width: 225px;
  }

  .display-h1 {
    text-align: center;
    font-size: 32px;
    line-height: 55px;
  }

  .form-block-cta-middle {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .grid-30 {
    grid-column-gap: 5px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-29 {
    display: block;
  }

  .heading-63 {
    display: flex;
  }

  .wrapper-2 {
    margin-bottom: 0;
  }

  .new-body-2 {
    font-size: 16px;
  }

  .section-26 {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .button-35 {
    width: 250px;
    object-fit: cover;
  }

  .button-35.ga-event {
    width: 225px;
  }

  .div-block-84 {
    align-items: center;
  }

  .div-block-124 {
    flex-direction: column;
    padding: 0 5px 5px;
  }

  .text-block-147 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .button-31.cookiebtn {
    font-size: 12px;
  }

  .full-bleed-image---dictionary {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-halves---dictionary-with-white {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .dictionary-search {
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    padding-left: 60px;
  }

  .div-block---freight-dictionary-banner {
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }

  .text-large-5 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .error-message---dictionary-banner {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-halves---dictionary {
    width: auto;
    height: auto;
    max-width: none;
    text-align: left;
    object-fit: contain;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 20px 40px;
    display: block;
  }

  .section-18 {
    margin-top: 60px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .link-a.link-hover {
    font-size: 32px;
    line-height: 1.5em;
  }

  .section-14 {
    padding-top: 60px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .letter {
    font-size: 32px;
    line-height: 1.5em;
  }

  .link-19 {
    width: 70px;
  }

  .grid---d-2 {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    display: grid;
  }

  .form-input--blog-download-cta-bottom-copy-2 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 26px;
  }

  .section-halves-content---cta-bottom {
    width: auto;
    height: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    text-decoration: none;
  }

  .section-halves---buttom-cta {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .full-bleed-image---bottom {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-ed78ac9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8a-ed78ac9f {
  align-self: auto;
}

#w-node-_1d00d756-60c0-1047-59c5-ae77ef7370ca-c378acc8, #w-node-_421a8bc5-47cb-4315-9ead-36153126b167-c378acc8 {
  align-self: center;
  justify-self: center;
}

#w-node-a3908c01-c3ae-be02-f6f5-2098f9d5fd90-f9d5fd8c {
  justify-self: start;
}

#w-node-a3908c01-c3ae-be02-f6f5-2098f9d5fdaa-f9d5fd8c {
  justify-self: end;
}

#w-node-_260be3b3-0696-8a13-ecef-d513893fe621-9378ad39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a3d66f4-d31b-3312-3faa-7a6b67eef034-9378ad39 {
  justify-self: start;
}

#w-node-b468fb9c-5719-98cf-2c24-acedbdf5c129-5b78ad41, #w-node-b0aff062-d339-2453-1de9-9990938a1375-5b78ad41, #w-node-cdb5e8a4-b7d7-c910-4b1e-eff7189f89b4-5b78ad41, #w-node-b0c54be1-bc59-51a5-13ce-6a8c6c14999e-5b78ad41 {
  align-self: center;
  justify-self: center;
}

#w-node-b0c54be1-bc59-51a5-13ce-6a8c6c1499a8-5b78ad41 {
  align-self: center;
}

#w-node-faed957c-6962-c039-5220-19f7c74ec8f6-d678ad47 {
  align-self: center;
  justify-self: center;
}

#w-node-_82228ed3-e8c8-57b4-15a3-951d2439ed5c-fb78ad4e, #w-node-_82228ed3-e8c8-57b4-15a3-951d2439ed5c-9778ad50 {
  justify-self: center;
}

#w-node-e4af891c-e9d1-ebcf-ceb5-14f16c08c4d7-5878ad58 {
  justify-self: end;
}

#w-node-dcef0765-03d4-03ec-f1eb-461c6bd848ea-9d78ad59, #w-node-_13dfd958-1770-8299-6a18-9361608206a4-f978ad67 {
  align-self: center;
  justify-self: center;
}

#w-node-_13dfd958-1770-8299-6a18-9361608206bc-f978ad67 {
  align-self: center;
}

#w-node-_8ab06d89-ca11-f81a-a239-02ea4fdcacc2-3278ad69, #w-node-_9824db43-c24e-0ef8-1b68-5f74aa4b3306-d478ad6c {
  align-self: center;
  justify-self: center;
}

#w-node-_2b6316b3-e9ff-5bf1-4dc5-64fac05445d1-d478ad6c {
  justify-self: start;
}

#w-node-_5f89bf18-d135-c05c-c937-19c518115319-c478ad6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89f827ba-6eb3-317b-b173-5944f142d611-db78ad6f {
  align-self: center;
  justify-self: center;
}

#w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-3878ad7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8a-3878ad7c {
  align-self: auto;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-3878ad7c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-3878ad7c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-3878ad7c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-3878ad7c {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-3878ad7c {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-3878ad7c {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e21-3878ad7c {
  align-self: center;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e2f-3878ad7c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e5e-3878ad7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a1b-1c78ad7e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a1f-1c78ad7e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a24-1c78ad7e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a26-1c78ad7e {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a2b-1c78ad7e {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a2d-1c78ad7e {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-ce78ad7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8a-ce78ad7f {
  align-self: auto;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-ce78ad7f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-ce78ad7f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-ce78ad7f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-ce78ad7f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-ce78ad7f {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-ce78ad7f {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e21-ce78ad7f {
  align-self: center;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e2f-ce78ad7f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e5e-ce78ad7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-8d6b71ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8a-8d6b71ad {
  align-self: auto;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-8d6b71ad {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-8d6b71ad {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-8d6b71ad {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-8d6b71ad {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-8d6b71ad {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-8d6b71ad {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e21-8d6b71ad {
  align-self: center;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e2f-8d6b71ad {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e5e-8d6b71ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5d4fc73-8928-da8d-5aae-229fac828f48-7c94cb36 {
  align-self: center;
  justify-self: center;
}

#w-node-_8ad3df4a-ec17-5359-aede-0940b5a19c0c-26e6f33b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8ad3df4a-ec17-5359-aede-0940b5a19c0e-26e6f33b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#Email.w-node-_8ad3df4a-ec17-5359-aede-0940b5a19c1c-26e6f33b, #w-node-_8ad3df4a-ec17-5359-aede-0940b5a19c1d-26e6f33b {
  justify-self: start;
}

#w-node-_8ad3df4a-ec17-5359-aede-0940b5a19c24-26e6f33b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b0a36b0b-5b6f-ae69-5e34-e10fad468095-26e6f33b {
  align-self: start;
  justify-self: center;
}

#Email-2.w-node-b0a36b0b-5b6f-ae69-5e34-e10fad46809e-26e6f33b, #w-node-b0a36b0b-5b6f-ae69-5e34-e10fad46809f-26e6f33b {
  justify-self: start;
}

#w-node-_17277454-c5dd-9242-f74b-0e364516df53-066e8337 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17277454-c5dd-9242-f74b-0e364516df55-066e8337 {
  align-self: start;
  justify-self: center;
}

#w-node-_17277454-c5dd-9242-f74b-0e364516df72-066e8337 {
  align-self: auto;
  justify-self: auto;
}

#w-node-aa9abe45-239e-6e15-efea-ca20f6adb4d5-066e8337 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_012c966e-607d-08bf-9522-cff0f6fe2b4c-066e8337 {
  align-self: start;
  justify-self: center;
}

#email.w-node-_012c966e-607d-08bf-9522-cff0f6fe2b51-066e8337, #w-node-_012c966e-607d-08bf-9522-cff0f6fe2b52-066e8337 {
  justify-self: start;
}

#w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-c88d704d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8a-c88d704d {
  align-self: auto;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-c88d704d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-c88d704d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-c88d704d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-c88d704d {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-c88d704d {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-c88d704d {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e21-c88d704d {
  align-self: center;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e2f-c88d704d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a89077d3-d098-019a-b047-d178a3810e5e-c88d704d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_8129770c-1782-7cc6-0e0c-741b7b81f727-26e6f33b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8129770c-1782-7cc6-0e0c-741b7b81f733-26e6f33b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_17277454-c5dd-9242-f74b-0e364516df53-066e8337 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17277454-c5dd-9242-f74b-0e364516df55-066e8337 {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-3878ad7c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-3878ad7c, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-3878ad7c, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-3878ad7c, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-3878ad7c {
    align-self: center;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e31-3878ad7c, #w-node-a89077d3-d098-019a-b047-d178a3810e3a-3878ad7c, #w-node-a89077d3-d098-019a-b047-d178a3810e43-3878ad7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a1b-1c78ad7e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a24-1c78ad7e, #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a26-1c78ad7e, #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a2b-1c78ad7e, #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a2d-1c78ad7e {
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-ce78ad7f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-ce78ad7f, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-ce78ad7f, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-ce78ad7f, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-ce78ad7f {
    align-self: center;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e31-ce78ad7f, #w-node-a89077d3-d098-019a-b047-d178a3810e3a-ce78ad7f, #w-node-a89077d3-d098-019a-b047-d178a3810e43-ce78ad7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-8d6b71ad {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-8d6b71ad, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-8d6b71ad, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-8d6b71ad, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-8d6b71ad {
    align-self: center;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e31-8d6b71ad, #w-node-a89077d3-d098-019a-b047-d178a3810e3a-8d6b71ad, #w-node-a89077d3-d098-019a-b047-d178a3810e43-8d6b71ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c575deaf-974a-4aa0-9f65-9ece44a81461-26e6f33b {
    align-self: center;
  }

  #w-node-b0a36b0b-5b6f-ae69-5e34-e10fad468095-26e6f33b, #w-node-_17277454-c5dd-9242-f74b-0e364516df55-066e8337, #w-node-_012c966e-607d-08bf-9522-cff0f6fe2b4c-066e8337 {
    align-self: start;
    justify-self: start;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-c88d704d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-c88d704d, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-c88d704d, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-c88d704d, #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-c88d704d {
    align-self: center;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e31-c88d704d, #w-node-a89077d3-d098-019a-b047-d178a3810e3a-c88d704d, #w-node-a89077d3-d098-019a-b047-d178a3810e43-c88d704d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c86-ed78ac9f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c87-ed78ac9f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c88-ed78ac9f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-ed78ac9f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8b-ed78ac9f {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8c-ed78ac9f {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c86-3878ad7c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c87-3878ad7c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c88-3878ad7c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-3878ad7c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8b-3878ad7c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8c-3878ad7c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-3878ad7c {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-3878ad7c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-3878ad7c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-3878ad7c {
    grid-row: 3 / 4;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-3878ad7c {
    grid-row: 6 / 7;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-3878ad7c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e21-3878ad7c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e2f-3878ad7c {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-_48888938-dbef-98cd-26fd-1c3c4f4ce507-3878ad7c {
    justify-self: auto;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a1b-1c78ad7e {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a1f-1c78ad7e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a24-1c78ad7e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a26-1c78ad7e {
    grid-row: 3 / 4;
    align-self: center;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a2b-1c78ad7e {
    grid-row: 6 / 7;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a2d-1c78ad7e {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c86-ce78ad7f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c87-ce78ad7f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c88-ce78ad7f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-ce78ad7f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8b-ce78ad7f {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8c-ce78ad7f {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-ce78ad7f {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-ce78ad7f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-ce78ad7f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-ce78ad7f {
    grid-row: 3 / 4;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-ce78ad7f {
    grid-row: 6 / 7;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-ce78ad7f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e21-ce78ad7f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e2f-ce78ad7f {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-_48888938-dbef-98cd-26fd-1c3c4f4ce507-ce78ad7f {
    justify-self: auto;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c86-8d6b71ad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c87-8d6b71ad {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c88-8d6b71ad {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-8d6b71ad {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8b-8d6b71ad {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8c-8d6b71ad {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-8d6b71ad {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-8d6b71ad {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-8d6b71ad {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-8d6b71ad {
    grid-row: 3 / 4;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-8d6b71ad {
    grid-row: 6 / 7;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-8d6b71ad {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e21-8d6b71ad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e2f-8d6b71ad {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-_48888938-dbef-98cd-26fd-1c3c4f4ce507-8d6b71ad {
    justify-self: auto;
  }

  #w-node-_8ad3df4a-ec17-5359-aede-0940b5a19c0e-26e6f33b, #w-node-_8ad3df4a-ec17-5359-aede-0940b5a19c24-26e6f33b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_17277454-c5dd-9242-f74b-0e364516df55-066e8337 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: start;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c86-c88d704d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c87-c88d704d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c88-c88d704d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-c88d704d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8b-c88d704d {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8c-c88d704d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-c88d704d {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-c88d704d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-c88d704d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-c88d704d {
    grid-row: 3 / 4;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-c88d704d {
    grid-row: 6 / 7;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-c88d704d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e21-c88d704d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e2f-c88d704d {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-_48888938-dbef-98cd-26fd-1c3c4f4ce507-c88d704d {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c88-ed78ac9f {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-ed78ac9f {
    grid-column: 2 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8b-ed78ac9f {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8c-ed78ac9f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c88-3878ad7c {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-3878ad7c {
    grid-column: 2 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8b-3878ad7c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8c-3878ad7c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-3878ad7c {
    grid-row: 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-3878ad7c {
    grid-row: 1 / 2;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-3878ad7c {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-3878ad7c {
    grid-row: 3 / 4;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-3878ad7c {
    grid-row: 6 / 7;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-3878ad7c {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: auto;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e21-3878ad7c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e2f-3878ad7c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a1b-1c78ad7e {
    grid-row: 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a1f-1c78ad7e {
    grid-row: 1 / 2;
    align-self: center;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a24-1c78ad7e {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a26-1c78ad7e {
    grid-row: 3 / 4;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a2b-1c78ad7e {
    grid-row: 6 / 7;
  }

  #w-node-_7d8e10c3-a4d2-3755-9246-2ea6450e4a2d-1c78ad7e {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: auto;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c88-ce78ad7f {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-ce78ad7f {
    grid-column: 2 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8b-ce78ad7f {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8c-ce78ad7f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-ce78ad7f {
    grid-row: 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-ce78ad7f {
    grid-row: 1 / 2;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-ce78ad7f {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-ce78ad7f {
    grid-row: 3 / 4;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-ce78ad7f {
    grid-row: 6 / 7;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-ce78ad7f {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: auto;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e21-ce78ad7f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e2f-ce78ad7f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c88-8d6b71ad {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-8d6b71ad {
    grid-column: 2 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8b-8d6b71ad {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8c-8d6b71ad {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-8d6b71ad {
    grid-row: 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-8d6b71ad {
    grid-row: 1 / 2;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-8d6b71ad {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-8d6b71ad {
    grid-row: 3 / 4;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-8d6b71ad {
    grid-row: 6 / 7;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-8d6b71ad {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: auto;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e21-8d6b71ad {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e2f-8d6b71ad {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8ad3df4a-ec17-5359-aede-0940b5a19c0e-26e6f33b, #w-node-_8ad3df4a-ec17-5359-aede-0940b5a19c24-26e6f33b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c88-c88d704d {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c89-c88d704d {
    grid-column: 2 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8b-c88d704d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_8872db66-00c4-cc4e-ac5a-a32791f93c8c-c88d704d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba034d-c88d704d {
    grid-row: 2 / 3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0351-c88d704d {
    grid-row: 1 / 2;
    align-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0356-c88d704d {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba0358-c88d704d {
    grid-row: 3 / 4;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035d-c88d704d {
    grid-row: 6 / 7;
  }

  #w-node-_60a1d5a1-3f04-36eb-1295-27ea66ba035f-c88d704d {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: auto;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e21-c88d704d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-a89077d3-d098-019a-b047-d178a3810e2f-c88d704d {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind Vadodara';
  src: url('../fonts/HindVadodara-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind Vadodara';
  src: url('../fonts/HindVadodara-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind Vadodara';
  src: url('../fonts/HindVadodara-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind Vadodara';
  src: url('../fonts/HindVadodara-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Hind Vadodara';
  src: url('../fonts/HindVadodara-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato-custom';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato-custom';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato-custom';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato-custom';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato-custom';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato-custom';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato-custom';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato-custom';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato-custom';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato-custom';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}