:root {
  --alice-blue: #f4f8fc;
  --light-slate-grey: #9196ad;
  --tomato: #ff5252;
  --slate-blue: #3f51b5;
  --dark-slate-blue: #004190;
  --white: white;
  --yellow: #ebff52;
  --black: black;
  --dark-slate-blue-2: #004190;
}

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutcustomerinfosummarywrapper {
  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-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

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

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

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

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

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 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-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-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-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-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  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-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-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-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-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

@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-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--alice-blue);
  color: #121217;
  font-family: Dosis, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--light-slate-grey);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

ul {
  color: var(--light-slate-grey);
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 400;
}

ol {
  color: var(--light-slate-grey);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

blockquote {
  border-left: 1px solid var(--tomato);
  color: var(--tomato);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner {
  min-height: 100vh;
  background-color: var(--slate-blue);
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  position: relative;
}

.banner.sub-banner {
  min-height: 450px;
  background-color: #002552;
  background-image: linear-gradient(#002552, #002552);
  padding-left: 20px;
  padding-right: 20px;
}

.banner.sub-banner.with-image {
  background-color: #002552;
  background-image: linear-gradient(rgba(116, 116, 116, .2), rgba(116, 116, 116, .2));
}

.banner.sub-banner.with-image._2 {
  background-image: none;
  background-position: 0 0;
}

.banner.sub-banner.with-image._3 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.banner.sub-banner.with-image._4 {
  background-image: none;
  background-position: 0 0;
}

.banner.sub-banner.with-image._5 {
  background-image: none;
  background-size: auto;
}

.banner.sub-banner.gray {
  background-color: var(--alice-blue);
  background-image: none;
}

.banner.second {
  background-color: #000;
  background-image: none;
}

.banner.third {
  background-color: var(--alice-blue);
  background-image: none;
}

.banner.fourth {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bla-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.coming-soon {
  background-image: linear-gradient(rgba(116, 116, 116, .2), rgba(116, 116, 116, .2)), url('../images/coming.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.five {
  min-height: 750px;
}

.banner.intro {
  min-height: 80vh;
  background-image: linear-gradient(to top, rgba(0, 27, 179, .98), rgba(27, 57, 219, .9)), url('../images/pres.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 2%;
  padding-right: 2%;
}

.section {
  background-color: #fff;
  padding: 120px 30px;
}

.section.gray {
  width: auto;
  background-color: var(--alice-blue);
}

.section.gray.clients {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.gray.darker {
  background-color: #eaf0f6;
}

.section.normal {
  min-height: 750px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.section.normal.less {
  min-height: 700px;
}

.section.color {
  background-color: #002552;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.color.funfacts {
  background-color: var(--dark-slate-blue);
  display: flex;
}

.section.video {
  min-height: 450px;
  background-image: url('../images/banner-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.works {
  padding: 0;
}

.section.with-z-index {
  z-index: 1;
  padding-bottom: 80px;
  position: relative;
}

.section.more-top {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 320px;
}

.section.line-below {
  border-bottom: 1px solid #e1e1e1;
}

.section.top {
  background-image: linear-gradient(#002552 18%, rgba(255, 255, 255, 0)), url('../images/topmain.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container {
  max-width: 1200px;
  flex: 1;
}

.container.center {
  z-index: 1;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.container.center.for-sub-page {
  top: 60%;
}

.container.center.coming {
  top: 40%;
}

.container.info {
  border: 1px none var(--light-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 60px;
}

.navigation-wrapper {
  z-index: 9998;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-wrapper.white-version {
  border-bottom-color: rgba(145, 150, 173, .22);
}

.navigation-item {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-item.center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-item.center.make-center {
  justify-content: center;
}

.navigation-item.left {
  justify-content: flex-start;
}

.navigation-item.intro {
  height: 100px;
  justify-content: center;
}

.brand-logo {
  width: 280px;
  height: 80px;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-image: url('../images/logo_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 25px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.brand-logo.no-left-margin {
  margin-left: 0;
}

.hamburger-wrapper {
  width: 30px;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.first-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  overflow: hidden;
}

.first-line.black {
  background-color: #111;
}

.page-content {
  overflow: hidden;
}

.page-content.no-hidden {
  overflow: visible;
}

.menu-text {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: 15px;
  font-size: 13px;
  font-weight: 600;
}

.menu-text.black {
  color: #111;
}

.text-block {
  background-color: var(--tomato);
  padding: 10px 13px 10px 15px;
}

.divider-block {
  width: 150px;
  height: 100px;
  border-left: 1px solid rgba(255, 255, 255, .2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-block.gray-line {
  border-left-color: rgba(145, 150, 173, .22);
}

.divider-block.right {
  border-left-style: none;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.menu-wrapper {
  z-index: 9997;
  perspective: 50%;
  transform: ;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, .1);
  margin-top: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-content {
  height: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-link-wrapper {
  opacity: 0;
  justify-content: center;
  display: flex;
}

.navigation-link {
  color: #121217;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.navigation-link.w--current {
  color: var(--tomato);
  display: block;
}

.navigation-line {
  width: 100%;
  height: 2px;
  background-color: var(--tomato);
}

.navigation-text {
  letter-spacing: 3px;
  font-size: 24px;
}

.follow-wrapper {
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0%;
  right: 0%;
}

.follow-text {
  color: #919197;
  font-size: 15px;
}

.follow-flex {
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.follow-line {
  width: 20px;
  height: 1px;
  background-color: #afafb6;
  margin-left: 15px;
}

.social-icon {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.social-icon.no-margin {
  margin-right: 0;
}

.section-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.top-title-wrapper {
  text-align: center;
  margin-bottom: 100px;
}

.top-title-wrapper.flex {
  justify-content: space-between;
  display: flex;
}

.top-title-wrapper.flex.half {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.top-title-wrapper.flex.half.about {
  margin-bottom: 30px;
}

.top-title-wrapper.flex.footer-space {
  margin-bottom: 30px;
  font-weight: 400;
}

.top-title-wrapper.flex.zero-margin {
  margin-bottom: 0;
}

.top-title-wrapper.half {
  margin-bottom: 40px;
}

.top-title-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 46px;
}

.top-title-text.white {
  z-index: 2;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  position: relative;
}

.top-title-text.white.in-footer {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.top-title-text.with-bottom-margin {
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-weight: 400;
}

.top-title-text.in-sub-banner {
  z-index: 100;
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  position: relative;
}

.top-title-text.in-sub-banner.dark {
  color: #121217;
}

.top-title-text.in-sub-banner.for-blog {
  line-height: 70px;
}

.top-title-text.smaller {
  font-size: 2vw;
  font-weight: 700;
  line-height: 2vw;
  display: none;
}

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

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

.services-wrapper {
  display: flex;
}

.services-number {
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-color: var(--tomato);
  color: var(--tomato);
  border-radius: 100%;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 147px;
  margin-right: 50px;
  font-size: 22px;
  line-height: 30px;
  display: flex;
}

.services-content {
  flex: 1;
  padding-right: 45px;
}

.services-icon {
  height: 120px;
  max-width: 120px;
  border: 1px solid var(--dark-slate-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.services-icon.simple {
  height: auto;
  max-width: none;
  filter: grayscale();
  border-style: none;
  border-radius: 0%;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.services-title {
  z-index: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.services-title.smaller {
  z-index: 1;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.services-title.more-bigger {
  z-index: 1;
  font-size: 30px;
  line-height: 40px;
  position: relative;
}

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

.top-margin.more {
  margin-top: 50px;
}

.top-margin.double {
  margin-top: 120px;
}

.top-margin.flex {
  align-items: center;
  display: flex;
}

.top-margin.flex.center.right-force {
  justify-content: flex-end;
}

.top-margin.flex.center.left-force {
  justify-content: flex-start;
}

.top-margin.flex.make-center {
  justify-content: center;
  align-items: center;
}

.top-margin.flex.make-center.less {
  margin-top: 10px;
}

.top-margin.flex.right {
  justify-content: flex-end;
}

.top-margin.flex.smaller, .top-margin.slider-testimonials {
  margin-top: 15px;
}

.top-margin.in-home-5 {
  margin-top: 100px;
}

.top-margin.less {
  margin-top: 15px;
}

.top-margin.echizenippin {
  width: 325px;
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top-margin.echizenippin.reskill {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.paragraph-text {
  margin-bottom: 0;
  line-height: 22px;
}

.service-margin {
  margin-top: 120px;
}

.preloader {
  z-index: 9999;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-line, .preloader-second-line {
  height: 100%;
  background-color: #fff;
  flex: 1;
}

.button {
  background-color: var(--dark-slate-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 13px 23px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  transition: all .25s;
  display: flex;
}

.button:hover {
  background-color: #5667c7;
}

.button.color {
  background-color: var(--yellow);
  color: #2c2c2c;
  line-height: 24px;
}

.button.color:hover {
  background-color: #f66f6f;
}

.button.full {
  flex: 1;
}

.button.cs {
  height: 55px;
}

.button.left-margin {
  height: 38px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  left: 10px;
}

.button.white {
  color: var(--slate-blue);
  background-color: #fff;
}

.project-collection {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.project-item {
  padding-left: 0;
  padding-right: 0;
}

.project-wrapper {
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.project-content {
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 90px 20px 30px;
}

.project-title {
  color: #121217;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.project-title.absolute {
  width: 80%;
  color: #fff;
  text-align: center;
  font-size: 22px;
  position: absolute;
}

.project-overlay {
  position: relative;
  overflow: hidden;
}

.testimonials-part {
  width: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 100px;
  display: flex;
  position: relative;
}

.testimonials-part.with-photo {
  background-image: url('../images/client.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  flex: 1;
  align-content: center;
  padding-left: 70px;
  padding-right: 70px;
}

.testimonials-part.with-photo.second {
  background-image: url('../images/designer.jpg');
  background-position: 50%;
}

.testimonials-part.with-photo.third {
  background-image: url('../images/bl1.jpg');
  background-position: 50%;
}

.testimonials-part.with-photo.fourth {
  background-image: url('../images/contact-baner.jpg');
}

.testimonials-part.with-photo.five {
  background-image: url('../images/contact-baner-2.jpg');
  background-position: 50%;
}

.testimonials-part.with-photo.six {
  background-image: url('../images/contact-baner.jpg');
}

.testimonials-part.in-cotact {
  align-items: center;
  padding-left: 20px;
  padding-right: 0;
}

.testi-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-image {
  z-index: 1;
  width: 140px;
  margin: 5px;
  position: relative;
}

.funfacts-wrapper {
  flex: 1;
}

.funfacts-wrapper.in-entrust {
  background-color: var(--tomato);
  padding: 27px 20px;
  position: absolute;
  top: -12%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.fun-content {
  border-right-width: 1px;
  border-right-color: #deedf8;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.fun-number {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.right-fun-divider {
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, .19);
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fun-paragraph {
  color: #fff;
  margin-bottom: 0;
}

.testimonials-name {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.testimonials-name.in-team {
  margin-top: 0;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  font-size: 15px;
}

.testimonials-name.in-team.about {
  text-align: left;
  font-size: 14px;
}

.slide-navigation {
  z-index: 1;
  float: none;
  opacity: .41;
  text-align: right;
  margin-top: 30px;
  font-size: 10px;
  display: inline-block;
  position: relative;
}

.slide-navigation.less-margin {
  margin-top: 10px;
}

.top-left-text {
  color: #767676;
  margin-right: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.top-left-text.in-testimonials {
  color: #b4b9cc;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.top-left-text.in-testimonials.in-top-banner {
  font-size: 13px;
}

.top-left-text.in-testimonials.in-top-banner.make-white {
  color: #fff;
  font-size: 1vw;
  font-weight: 400;
}

.top-left-text.in-testimonials.in-top-banner.make-white.big-top {
  margin-bottom: 20px;
  font-size: 16px;
}

.top-left-text.in-testimonials {
  margin-right: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.testimonials-photo {
  width: 80px;
  height: 80px;
  float: none;
  background-image: url('../images/client-2.jpg');
  background-position: 50% 56%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-bottom: 20px;
  margin-left: 2px;
  margin-right: 20px;
}

.testimonials-photo.photo-2 {
  background-image: url('../images/client-1.jpg');
  background-size: cover;
}

.testimonials-photo.photo-3 {
  background-image: url('../images/client-3.jpg');
  background-size: cover;
}

.testimonials-photo.center {
  width: 100px;
  height: 100px;
  background-image: url('../images/iziraegg09-p-2000.jpeg');
  margin-left: auto;
  margin-right: auto;
}

.testimonials-photo.center.photo-2 {
  background-image: url('../images/image03.jpg');
}

.testimonials-photo.center.photo-3 {
  background-image: url('../images/zinanbo.jpeg');
}

.slider-testimonials {
  height: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
}

.testimonials-content {
  padding-right: 120px;
  position: relative;
  overflow: hidden;
}

.testimonials-content._0-padding {
  padding-right: 0;
}

.testimonials-paragraph {
  color: #9196ad;
  font-size: 15px;
  line-height: 26px;
}

.team-photo {
  width: 370px;
  height: 250px;
  background-image: url('../images/team-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}

.team-photo.right-margin {
  margin-left: 30px;
  margin-right: 0;
}

.team-photo.right-margin._3 {
  background-image: url('../images/team-2.jpg');
  background-size: cover;
}

.team-photo.right-margin._4 {
  background-image: url('../images/team-4.jpg');
  background-size: cover;
}

.team-photo._2 {
  background-image: url('../images/team-1.jpg');
  background-size: cover;
}

.team-wrapper-third {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.team-wrapper-third.reverse {
  flex-direction: row-reverse;
  padding-right: 20px;
}

.social-icon-2 {
  width: 30px;
  height: 30px;
  float: right;
  border-radius: 5px;
}

.social-icon-2.in-team {
  width: 36px;
  height: 36px;
  float: none;
  opacity: 1;
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.social-icon-2.in-team.insta {
  background-color: #9542a6;
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none-1_1font-awesome_4-7-0_instagram_100_0_ffffff_none-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-2.in-team.twitter {
  background-color: #55acee;
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_ffffff_none-1_1font-awesome_4-7-0_twitter_100_0_ffffff_none-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-2.in-team.facebook {
  background-color: #3b5998;
  background-image: url('../images/font-awesome_4-7-0_facebook_100_0_ffffff_none-1_1font-awesome_4-7-0_facebook_100_0_ffffff_none-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-2.in-team {
  width: 40px;
  height: 40px;
  float: none;
  opacity: 1;
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.social-icon-2.in-team.insta {
  background-color: #e95950;
}

.social-icon-2.in-team.twitter {
  background-color: #55acee;
}

.social-icon-2.in-team.facebook {
  background-color: #3b5998;
}

.top-margin-2 {
  margin-top: 40px;
}

.top-margin-2.less {
  margin-top: 20px;
}

.div-block {
  flex: 0 auto;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  margin-right: 100px;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
}

.video-wrapper.center {
  margin-right: 0;
  position: absolute;
}

.circle-play {
  z-index: 1;
  width: 80px;
  height: 80px;
  background-color: var(--tomato);
  background-image: url('../images/icons8-play.svg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100%;
  position: relative;
}

.circle-overlay {
  width: 140px;
  height: 140px;
  background-color: rgba(255, 82, 82, .4);
  border-radius: 100%;
  position: absolute;
}

.circle-overlay-2 {
  width: 200px;
  height: 200px;
  background-color: rgba(255, 82, 82, .3);
  border-radius: 100%;
  position: absolute;
}

.circle-overlay-3 {
  width: 260px;
  height: 260px;
  background-color: rgba(255, 82, 82, .2);
  border-radius: 100%;
  position: absolute;
}

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

.align-center {
  justify-content: center;
  align-items: center;
  font-family: a-otf-ryumin-pr6n, sans-serif;
  display: flex;
}

.align-center.for-blog-page {
  flex-direction: column;
}

.service-title {
  color: #a0cd4e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 13px;
  font-weight: 500;
}

.service-title.pricing {
  color: var(--light-slate-grey);
  letter-spacing: 2px;
  font-size: 13px;
}

.paragraph {
  color: var(--light-slate-grey);
}

.pricing-style-wrapper {
  width: 95%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 30px;
  display: block;
}

.pricing-style-wrapper.featured {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .03);
}

.biger {
  color: #121217;
  letter-spacing: 2px;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
  position: relative;
}

.pricing-line {
  height: 1px;
  background-color: #d7dae6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.with-line {
  color: #c0c5da;
  text-decoration: line-through;
}

.dollar {
  font-size: 30px;
  line-height: 40px;
  position: relative;
  top: -28px;
  right: 11px;
}

.link {
  color: #313131;
  cursor: pointer;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.half-section {
  width: 35%;
  min-height: 650px;
  float: left;
  position: relative;
}

.half-section.full {
  width: 65%;
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(rgba(0, 37, 82, .85), rgba(0, 37, 82, .85)), url('../images/footer01.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 80px 30px 80px 120px;
  display: flex;
}

.paragraph-white {
  color: #fff;
}

.map-form {
  height: 650px;
  filter: grayscale();
  position: absolute;
}

.footer-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.footer-nav {
  opacity: .7;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-nav:hover, .footer-nav.w--current {
  opacity: 1;
}

.second-part {
  min-width: 250px;
}

.paragraph-tiny {
  color: #b7b7c7;
  font-size: 15px;
  line-height: 20px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2.left {
  margin-left: 15px;
}

.logo-tiny {
  width: 13px;
  opacity: .9;
  margin-right: 4px;
}

.left-copyright-flex {
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  margin-top: 0;
  margin-left: 10px;
}

.copyright {
  color: #b7b7c7;
  margin-bottom: 0;
  font-size: 12px;
}

.category-design {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 5px 12px;
  font-size: 13px;
  display: inline-block;
}

.category-design.second-design {
  color: #919197;
  background-color: #fff;
  border-style: none;
  font-size: 12px;
}

.category-design.second-design.no-left {
  padding-left: 0;
}

.category-design.smaller {
  border-style: none;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-size: 11px;
}

.blog-gray-content {
  text-align: center;
  background-color: #fff;
  border-width: 1px;
  border-color: #ededed;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.blog-title {
  color: #fff;
  margin-top: 0;
}

.blog-title.blog-title-dark {
  color: #121217;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.blog-title.blog-title-dark.whiter {
  color: #fff;
  font-size: 16px;
}

.date-second {
  height: 40px;
  color: #919197;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  font-size: 13px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 60px;
}

.date-second.top {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.date-second.bottom-center {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow-blog-second {
  width: 60px;
  height: 40px;
  background-color: var(--tomato);
  background-image: url('../images/arrow-right-w_1arrow-right-w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.blog-image.second-version {
  width: 250px;
  height: 280px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  position: relative;
}

.blog-wrapper-second {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.first-photo {
  width: 500px;
  height: 100%;
  float: left;
  background-image: url('../images/photo.jpg');
  background-position: 66%;
  background-size: cover;
  margin-right: 20px;
}

.left-padding {
  margin-right: 30px;
}

.left-padding.flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.third-photo {
  width: 500px;
  height: 320px;
  float: left;
  background-image: url('../images/banner-6.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 10px;
}

.second-photo {
  width: 500px;
  height: 320px;
  float: left;
  background-image: url('../images/banner-7.jpg');
  background-position: 100%;
  background-size: cover;
  margin-bottom: 10px;
}

.about-wrapper {
  width: 1080px;
  height: 660px;
  max-height: 100%;
  max-width: none;
}

.margin-page {
  margin-top: 140px;
}

.margin-page.half {
  margin-top: 70px;
}

.social-long {
  width: 25%;
  min-height: 180px;
  float: left;
  border-bottom-width: 1px;
  border-bottom-color: #ededed;
  border-right: 1px solid #ededed;
  transition: all .25s;
}

.social-long.facebook {
  background-image: url('../images/font-awesome_4-7-0_facebook_100_0_313131_none-2_1font-awesome_4-7-0_facebook_100_0_313131_none-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.social-long.facebook:hover {
  background-color: #3b5998;
  background-image: url('../images/font-awesome_4-7-0_facebook_100_0_ffffff_none-1_1font-awesome_4-7-0_facebook_100_0_ffffff_none-1.png');
  background-size: 26px;
}

.social-long.twitter {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_313131_none-1_1font-awesome_4-7-0_twitter_100_0_313131_none-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.social-long.twitter:hover {
  background-color: #2aa9e6;
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_ffffff_none-1_1font-awesome_4-7-0_twitter_100_0_ffffff_none-1.png');
  background-size: 26px;
}

.social-long.insta {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_313131_none_1font-awesome_4-7-0_instagram_100_0_313131_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.social-long.insta:hover {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none-1_1font-awesome_4-7-0_instagram_100_0_ffffff_none-1.png'), linear-gradient(45deg, #112be9, #6736e6 28%, #ee9e54);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 26px, auto;
}

.social-long.dribbble {
  background-image: url('../images/line_black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-right-style: none;
}

.social-long.dribbble:hover {
  background-color: #41b44c;
  background-image: url('../images/line_white.svg');
  background-size: 35px;
}

.section-social {
  background-color: #fff;
  border-top: 1px solid #ededed;
}

.section-social.absolute {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shape-1 {
  z-index: 3;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: auto;
  right: 0%;
  transform: rotate(-180deg);
}

.scroll-down-wrapper {
  z-index: 1;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.mouse-scroll {
  width: 24px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mouse-scroll.dark {
  border-color: var(--light-slate-grey);
}

.mouse-dots {
  width: 2px;
  height: 5px;
  background-color: #fff;
  margin-top: 10px;
}

.mouse-dots.dark {
  background-color: var(--light-slate-grey);
}

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

.shape-2 {
  width: 600px;
  opacity: .1;
  position: absolute;
}

.shape-3 {
  z-index: 1;
  width: 600px;
  position: relative;
}

.shape-5 {
  z-index: 5;
  width: 40px;
  height: 40px;
  background-color: var(--yellow);
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 150px;
  right: auto;
}

.shape-5.line {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  top: 150px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.shape-5.line.blue {
  border-color: var(--slate-blue);
  top: 222px;
  bottom: auto;
  left: 247px;
  right: auto;
}

.shape-5.line.gray {
  border-color: rgba(145, 150, 173, .5);
}

.shape-5.blur {
  width: 60px;
  height: 60px;
  filter: blur(7px);
}

.shape-6 {
  z-index: 5;
  position: absolute;
  top: 200px;
  bottom: auto;
  left: 30px;
  right: auto;
  transform: rotate(20deg);
}

.left-banner-wrapper.make-center {
  z-index: 1;
  position: relative;
}

.big-title {
  color: var(--yellow);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 48px;
  line-height: 60px;
  text-decoration: underline;
  display: inline-block;
}

.big-title.normal {
  text-decoration: none;
}

.big-title.normal.white {
  color: #fff;
  letter-spacing: 2px;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}

.big-title.intro-title {
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 500;
}

.dark-color {
  color: #fff;
  line-height: 30px;
}

.dark-color.darker {
  color: #121217;
}

.text-block-2 {
  color: var(--dark-slate-blue);
}

.radio-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d7dae6;
  margin-top: 5px;
  padding: 30px;
}

.radio-wrapper:hover {
  border-color: var(--slate-blue);
}

.field-label {
  color: #717177;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 500;
}

.top-margin-3 {
  margin-top: 20px;
}

.top-margin-3.small {
  margin-top: 15px;
}

.top-margin-3.in-blog-page {
  margin-top: 50px;
}

.text-field {
  height: 55px;
  background-image: url('../images/icons8-user.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 26px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #d7dae6;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 14px;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  border-bottom-color: var(--slate-blue);
}

.text-field::-ms-input-placeholder {
  color: var(--light-slate-grey);
}

.text-field::placeholder {
  color: var(--light-slate-grey);
}

.text-field.area {
  height: auto;
  background-image: url('../images/paper-plane-1.svg');
  background-position: 15px 17px;
  background-size: 18px;
  padding-top: 15px;
  padding-bottom: 50px;
}

.text-field.area.more-padding {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-bottom: 100px;
}

.text-field.week {
  background-image: url('../images/icons8-calendar.svg');
  background-size: 21px;
}

.text-field._2 {
  background-image: url('../images/icons8-new-post.svg');
  background-size: 21px;
}

.text-field.budget {
  background-image: url('../images/icons8-online-money-transfer.svg');
  background-size: 25px;
}

.text-field.password {
  padding-left: 12px;
}

.text-field.normal {
  width: 90%;
  float: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 12px;
}

.text-field.normal.in-checkout {
  width: 100%;
  height: 40px;
}

.error-message {
  color: #fc493e;
  text-align: center;
  font-weight: 500;
}

.error-message.out-stock {
  color: #3592a8;
  background-color: #b5effd;
}

.radio-button-field {
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
}

.submit-project-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-project-wrapper.full {
  width: 100%;
}

.submit-project-wrapper.less {
  width: 70%;
}

.services-title-2 {
  margin-bottom: 15px;
}

.services-title-2.radio-text {
  color: var(--light-slate-grey);
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.radio-1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label-2 {
  display: none;
}

.radio-button {
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 0;
  display: block;
}

.success-message {
  color: #fff;
  background-color: #47eb7d;
  font-weight: 500;
}

.slider {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.slider.project {
  height: auto;
  min-height: auto;
}

.display-none {
  display: none;
}

.left-arrow {
  width: 50px;
  height: 80px;
  background-color: var(--alice-blue);
  font-size: 18px;
  transition: all .2s;
  display: none;
}

.left-arrow:hover {
  background-color: #fd6969;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-client {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  display: flex;
}

.logo-client.second {
  padding-left: 20px;
  padding-right: 20px;
}

.logo-client.second.move {
  padding-top: 22px;
}

.features-wrapper {
  width: 95%;
  min-height: 350px;
  text-align: center;
  background-color: #f5f8fc;
  border: 1px solid rgba(145, 150, 173, .11);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 57px;
  display: flex;
}

.circle-features {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid rgba(145, 150, 173, .11);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.mockup-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mockup-wrapper.other {
  display: flex;
  position: static;
}

.founder {
  color: #111;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}

.founder._10px-margin {
  margin-bottom: 10px;
}

.founder.e-daihyo {
  margin-bottom: 0;
  margin-left: 10px;
}

.top-text {
  background-color: var(--light-slate-grey);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 5px 12px 5px 14px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.relative-div {
  position: relative;
}

.relative-div.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-wrapper {
  padding-right: 30px;
}

.number {
  color: rgba(210, 216, 223, .23);
  letter-spacing: 3px;
  font-size: 80px;
  line-height: 60px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slide {
  width: 33.3333%;
}

.project-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gradient-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.author-photo {
  width: 160px;
  height: 160px;
  background-image: url('../images/team-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #fff;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.author-photo._2 {
  background-image: url('../images/team-1.jpg');
}

.author-photo._1 {
  background-image: url('../images/team-4.jpg');
}

.author-photo._3 {
  background-image: url('../images/team-3.jpg');
}

.author-wrapper {
  width: 97%;
  text-align: center;
  background-color: #f5f8fc;
  border-radius: 8px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 55px 40px;
  text-decoration: none;
  display: block;
}

.author-wrapper.whiter {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.author-wrapper.about {
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.lightbox-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-none {
  display: none;
}

.lightbox-video {
  width: 47px;
  height: 47px;
  border: 2px solid #dadbe2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  display: flex;
}

.what-video {
  color: var(--light-slate-grey);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.image {
  position: relative;
  left: 2px;
}

.left-pixel {
  max-width: 480px;
  padding-right: 46px;
}

.left-pixel.for-contact {
  width: 480px;
  padding-right: 0;
}

.list-item-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.circle-list {
  width: 10px;
  height: 10px;
  border: 2px solid var(--tomato);
  border-radius: 100%;
  margin-right: 7px;
}

.paragraph-no-margin {
  margin-bottom: 0;
}

.pricing-image {
  margin-bottom: 20px;
}

.slider-testimonials-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonials-wrapper {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonials-content-2 {
  position: relative;
  overflow: hidden;
}

.start-wrapper {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.start-wrapper.smaller {
  justify-content: center;
  margin: 10px auto 15px;
}

.star-image {
  width: 17px;
  margin-right: 5px;
}

.blog-content {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-post-wrapper {
  width: 97%;
  min-height: 400px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.overlay {
  background-image: linear-gradient(to top, rgba(33, 33, 39, .6), rgba(33, 33, 39, .2) 59%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.blog-button {
  margin-top: 20px;
}

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

.slide-2 {
  background-image: linear-gradient(rgba(0, 37, 82, .85), #002552), url('../images/header02.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-bottom-width: 2px;
  border-bottom-color: #000;
}

.slide-2.second {
  background-image: linear-gradient(rgba(0, 37, 82, .85), #002552), url('../images/header01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-content {
  width: 51%;
}

.slide-content.right {
  width: 58%;
  float: right;
  text-align: right;
}

.slide-content.coming-center {
  width: 100%;
  text-align: center;
}

.slide-content.add-left {
  z-index: 100;
  width: 60%;
  text-align: left;
  position: relative;
}

.with-bottom-line {
  border-bottom: 4px solid var(--yellow);
  display: inline-block;
}

.laptop-image {
  margin-bottom: -241px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.laptop-image.mockup-second {
  margin-bottom: 0;
  position: relative;
  left: 0%;
  transform: none;
}

.shape-7 {
  opacity: .3;
  position: absolute;
  top: auto;
  bottom: -61px;
  left: auto;
  right: -15px;
}

.right-part {
  padding-left: 90px;
}

.right-part._0-right.make-right {
  text-align: right;
}

.isometric-image {
  max-width: none;
  float: right;
  position: relative;
  top: 44px;
}

.about-image {
  margin-left: 10px;
  margin-right: 10px;
}

.about-image.down {
  margin-top: 100px;
}

.about-image.up {
  margin-bottom: 100px;
}

.card-col-2 {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 15px;
  display: flex;
  position: relative;
  top: 30px;
}

.card-base {
  width: 100%;
  min-height: 270px;
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 54px 38px;
  position: relative;
}

.card-base.no-bottom-margin {
  margin-bottom: 0;
}

.card-row {
  width: 100%;
  justify-content: space-between;
  padding: 10px 0;
  display: flex;
}

.card-col-1 {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
  display: flex;
}

.features-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
}

.paragraph-features {
  color: var(--light-slate-grey);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.iphone-mockup {
  position: relative;
  left: 20px;
}

.process-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.step-wrapper-2 {
  margin-bottom: 70px;
  display: flex;
}

.step-wrapper-2.reverse {
  flex-direction: row-reverse;
}

.step-icon {
  z-index: 1;
  width: 70px;
  height: 70px;
  background-color: var(--slate-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.step-icon.green {
  background-color: #34e678;
}

.step-icon.left {
  margin-left: 30px;
  margin-right: 0;
}

.line-divider-step {
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #ced5da, var(--alice-blue));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 35px;
  right: auto;
}

.line-divider-step.on-left {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 35px;
}

.step-content {
  width: 65%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.step-content.left-flex {
  text-align: right;
  align-items: flex-end;
}

.step-title {
  color: #919197;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(145, 150, 173, .32);
  margin-bottom: 15px;
  padding: 7px 10px 6px;
  font-size: 12px;
  font-weight: 600;
}

.arrow-step {
  transform: rotate(180deg);
}

.arrow-step.normal {
  transform: none;
}

.step-initial {
  position: relative;
}

.tab-testimonials {
  text-align: center;
  margin-top: 50px;
}

.testimonials-author {
  width: 70px;
  height: 70px;
  opacity: .7;
  background-image: url('../images/client-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .4s;
}

.testimonials-author:hover, .testimonials-author.w--current {
  opacity: 1;
}

.testimonials-author.photo-4 {
  background-image: url('../images/client-4.jpg');
}

.testimonials-author.photo-3 {
  background-image: url('../images/client-1.jpg');
}

.testimonials-author.photo-2 {
  background-image: url('../images/client-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.testimonials-author.photo-5 {
  background-image: url('../images/client-5.jpg');
}

.blog-wrapper {
  width: 97%;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-wrapper.second {
  flex-direction: column;
}

.blog-image-second {
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-gradient {
  z-index: 1;
  opacity: .1;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .25));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.date-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.date-number {
  z-index: 1;
  width: 65px;
  height: 65px;
  background-color: var(--tomato);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.text-block-3 {
  width: 100%;
  color: #a1a1b4;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 6px 5px;
  font-size: 12px;
}

.top-margin-4 {
  margin-top: 40px;
}

.top-margin-4.in-team {
  margin-top: 20px;
}

.blog-content-second {
  background-color: #fff;
  padding: 25px 42px;
}

.cart-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}

.cart-quantity {
  width: 24px;
  height: 24px;
  min-width: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  padding-right: 0;
  display: flex;
}

.text-block-4 {
  color: var(--alice-blue);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 350px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.video-overlay {
  background-image: linear-gradient(rgba(116, 116, 116, .55), rgba(116, 116, 116, .55));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.banner-centerize.add-center-align {
  text-align: center;
}

.promise-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.promise-icon {
  margin-bottom: 15px;
}

.promise-text-wrapper {
  min-height: 60px;
  align-items: center;
  display: flex;
  position: relative;
}

.number-absolute {
  color: #f1f1fc;
  letter-spacing: 3px;
  font-size: 46px;
  line-height: 60px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -23%;
}

.faq-header {
  color: #121217;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.faq-col-left {
  padding-right: 25px;
}

.faq-content {
  background-color: #fff;
  overflow: hidden;
}

.faq-paragraph {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 30px;
  padding-top: 5px;
  padding-bottom: 20px;
}

.faq-main-wrapper {
  margin-bottom: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .03);
}

.faq-icon-wrapper {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  display: flex;
}

.faq-block {
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  padding: 10px 30px 10px 15px;
  transition: all .2s;
  display: flex;
}

.utility-flex {
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.utility-image {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.utility-image.more-margin {
  margin-bottom: 30px;
}

.logo-center {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.subscribe-form {
  width: 70%;
  float: right;
  margin-bottom: 0;
}

.subscribe-form.left {
  width: 50%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.form-coming {
  align-items: flex-start;
  display: flex;
}

.image-2 {
  width: 100%;
}

.team-wrapper {
  width: 80%;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 20px 20px;
  display: block;
  position: relative;
  top: 70px;
  box-shadow: 0 10px 12px -7px rgba(71, 114, 217, .2);
}

.team-wrapper.style-2 {
  width: 100%;
  border-radius: 0;
  padding: 15px;
  top: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}

.team-photo-2 {
  margin-bottom: 20px;
}

.sub-title-project {
  color: #121217;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

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

.inline-block.with-margin {
  margin-right: 5px;
}

.meta-info {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}

.meta-info.darker {
  color: #121217;
  font-weight: 500;
}

.meta-info.darker:hover {
  text-decoration: underline;
}

.partners-wrapper {
  width: 95%;
  border-left: 1px solid #e1e1e1;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 30px;
}

.map-icon-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-icon.ico-7 {
  background-image: url('../images/icons8-location.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.features-icon.ico-9 {
  background-image: url('../images/icons8-email.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.features-icon.ico-8 {
  background-image: url('../images/icons8-phone-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

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

.features-wrapper-2 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

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

.line-divider {
  width: 15%;
  height: 2px;
  background-color: #4253ff;
  margin: 15px auto;
  display: block;
}

.line-divider.gray-line {
  height: 1px;
  background-color: #e1e1e1;
}

.apple-pay {
  height: 40px;
}

.required {
  color: rgba(255, 255, 255, .68);
}

.block-header {
  background-color: var(--slate-blue);
  color: #fff;
  border-style: none;
}

.checkout-title {
  font-size: 16px;
}

.block-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.customer-info {
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.row {
  width: 100%;
  margin-right: 0;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.flat-rate {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.flat-rate.small {
  font-size: 13px;
}

.price {
  color: var(--light-slate-grey);
  font-size: 15px;
}

.price.subtotal {
  font-size: 17px;
  font-weight: 600;
}

.checkbox-label {
  color: var(--light-slate-grey);
}

.column-2 {
  padding-right: 0;
}

.billing-address-toggle {
  margin-top: 10px;
}

.line-item {
  margin-bottom: 0;
}

.order-confirmation-container {
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.product-photo {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}

.product-wrapper {
  width: 100%;
  color: #212127;
  text-decoration: none;
}

.product-wrapper.with-margin {
  margin-bottom: 20px;
}

.product-wrapper.with-margin.more {
  margin-bottom: 50px;
}

.product-price {
  color: #919197;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.product-price.compare {
  color: #bebec7;
  margin-right: 10px;
  text-decoration: line-through;
}

.product-price.big-one {
  font-size: 22px;
}

.product-image-2 {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-tag {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #29c982;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-tag.featured {
  background-color: #ea8465;
}

.product-title {
  color: #121217;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.product-image-1 {
  z-index: 2;
  position: relative;
}

.product-content {
  text-align: center;
  margin-top: 30px;
}

.product-title-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.compare-price {
  justify-content: center;
  align-items: center;
  display: flex;
}

.compare-price.left {
  justify-content: flex-start;
}

.sale-circle {
  z-index: 4;
  width: 45px;
  height: 45px;
  background-color: var(--tomato);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.cart-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.cart-container {
  box-shadow: none;
}

.remove-button {
  color: var(--tomato);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 600;
}

.cart-quantity-2 {
  background-color: var(--alice-blue);
  border-style: none;
}

.cart-quantity-2.whiter {
  float: left;
  background-color: #fff;
  margin-top: 15px;
}

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

.cart-header {
  border-bottom-color: rgba(145, 150, 173, .11);
}

.cart-footer {
  border-top-color: rgba(145, 150, 173, .11);
}

.product-big-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 600;
}

.categories-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.collection-item {
  display: inline-block;
}

.categories-link {
  color: var(--light-slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.categories-link:hover {
  color: #484b57;
}

.categories-link.w--current {
  color: var(--slate-blue);
}

.flex-product {
  align-items: flex-start;
  display: flex;
}

.image-product {
  flex: 1;
  padding-right: 100px;
  position: relative;
}

.wrapper-product {
  border-bottom-color: rgba(145, 150, 173, .21);
  flex: 0 35%;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.product-second-image {
  margin-bottom: 20px;
  position: relative;
}

.with-line-below {
  border-bottom: 1px solid rgba(145, 150, 173, .25);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.add-to-cart {
  margin-top: 30px;
}

.rich-text-open-tab {
  padding: 20px;
}

.product-title-page {
  margin-top: 0;
}

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

.section-2 {
  z-index: 1;
  background-color: #fff;
  padding: 120px 30px;
  position: relative;
}

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

.intro-features-wrapper {
  width: 90%;
  padding-top: 10px;
}

.intro-features-title {
  margin-top: 0;
  font-size: 16px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 25px;
}

.tab-intro {
  width: 33.333%;
  float: left;
  border: 3px solid var(--alice-blue);
  opacity: .7;
  padding: 0;
  transition: opacity .2s;
}

.tab-intro:hover, .tab-intro.w--current {
  opacity: 1;
}

.link-block {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.demo-title {
  color: var(--light-slate-grey);
  margin-right: 11px;
  font-size: 15px;
}

.cms-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.cms-circle {
  width: 30px;
  height: 30px;
  background-color: #7d75da;
  background-image: url('../images/5c0822aeb728804d6303f878_cms.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100%;
  margin-right: 5px;
}

.cms-circle.shop {
  background-color: #2fc2a2;
  background-image: url('../images/5c0822aeb728800a7d03f877_ecommerce.svg');
}

.tabs-menu {
  margin-top: 3px;
  margin-left: -3px;
  margin-right: -3px;
}

.intro-product {
  width: 97%;
}

.intro-margin {
  margin-top: 50px;
}

.team-flex {
  display: flex;
}

.features-wrapper-second {
  width: 99%;
  text-align: center;
  background-color: #fff;
  border-width: 1px;
  border-color: #deedf8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 46px 40px;
  display: flex;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, .02);
}

.features-wrapper-second.for-intro-page {
  min-height: 340px;
  padding-left: 70px;
  padding-right: 70px;
}

.features-title-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

.top-margin-5 {
  margin-top: 30px;
}

.top-margin-5.features {
  margin-top: 25px;
}

.circle-absolute {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.no-product {
  color: var(--light-slate-grey);
  font-size: 15px;
}

.empty-state {
  flex-direction: column;
}

.button-style-wrapper {
  height: 200px;
  border: 1px solid #deedf8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-style-wrapper.dark {
  background-color: var(--slate-blue);
  border-style: none;
}

.list-second {
  list-style-type: lower-roman;
}

.top-margin-6 {
  margin-top: 50px;
}

.top-margin-6.half {
  margin-top: 25px;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-percent {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.algin-center {
  text-align: center;
  position: relative;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 15%;
  margin-bottom: 10px;
  margin-right: 15px;
}

.paypal {
  text-align: center;
  background-color: #eee;
  margin-bottom: 5px;
}

.big {
  color: var(--tomato);
  font-size: 26px;
}

.logo-client-wrapper-2 {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client-2 {
  opacity: .7;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  transition: all .2s;
  display: none;
}

.logo-client-2:hover {
  opacity: 1;
}

.body {
  font-family: a-otf-ryumin-pr6n, sans-serif;
}

.text-block-5, .text-block-6 {
  color: var(--dark-slate-blue);
}

.lottie-animation {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  font-family: ryo-text-plusn;
  font-weight: 400;
}

.paragraph-2 {
  text-align: left;
  font-size: 16px;
  line-height: 32px;
}

.icon, .icon-2 {
  color: var(--dark-slate-blue);
}

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

.e-day-text {
  color: var(--dark-slate-blue);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  display: inline-block;
}

.e-descri-text {
  color: var(--black);
  font-size: 12px;
}

.e-category {
  background-color: var(--dark-slate-blue);
  color: var(--alice-blue);
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.e-columns {
  border-bottom: 1px none var(--light-slate-grey);
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lottie-animation-2 {
  z-index: 90;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.list-item-3 {
  border-bottom: 1px dashed #000;
  padding-bottom: 2px;
}

.e-link {
  color: var(--tomato);
}

.e-sns {
  clear: none;
  margin-left: auto;
}

.lottie-animation-3 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -73px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lottie-animation-4 {
  width: 100%;
}

.image-3 {
  width: 40px;
}

.e-margin {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-4 {
  width: 30px;
}

.b-link {
  color: var(--slate-blue);
}

.bold-text-2 {
  color: #6b6b6b;
}

.bold-text-3 {
  color: #56440f;
  font-size: 14px;
  line-height: 30px;
}

.service-blcok, .ec-div {
  margin-bottom: 100px;
}

.work-list {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.work-list-item {
  width: 33.3%;
  margin-bottom: 0;
}

.list {
  display: flex;
}

.blog-list {
  width: 33.3%;
}

.columns {
  flex-direction: row;
  justify-content: center;
  display: block;
}

.column-5 {
  display: block;
  overflow: visible;
}

.paragraph-3 {
  font-size: 14px;
  line-height: 34px;
}

.paragraph-4 {
  font-size: 14px;
  line-height: 32px;
}

.paragraph-5 {
  font-size: 16px;
  line-height: 32px;
}

.paragraph-6 {
  line-height: 30px;
}

.image-5 {
  width: 300px;
}

.collection-item-2 {
  border-bottom: 1px dashed #d8d8d8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.empty-state-2 {
  background-color: #e0e0e0;
}

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

.collection-item-3 {
  padding-left: 0;
  padding-right: 0;
}

.link-block-2 {
  color: var(--black);
}

.section-3 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.section-3.after-banner {
  padding-top: 84px;
}

.container-2 {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-heading-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.blog-tittle {
  font-size: 36px;
  font-weight: 600;
}

.blog-cat-flex-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

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

.columns-5, .list-div {
  width: 100%;
}

.check {
  filter: invert(0%);
  color: #31404b;
}

.check-icon {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--slate-blue), var(--slate-blue));
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 5px;
  display: flex;
}

.quote {
  color: #182455;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 600;
}

.text-block-51 {
  width: 100%;
  text-align: right;
  font-size: 14px;
}

.list-item-4 {
  height: 41px;
  opacity: 1;
  color: #14100e;
  border-bottom: 1px solid #e4e4e4;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.list-item-4.wide {
  height: 125px;
  font-size: 15px;
}

.list-item-4.middle {
  height: 80px;
}

.service-block {
  width: 100%;
}

.price-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px 40px 40px;
  display: flex;
}

.price-wrapper.lines {
  width: 100%;
  height: auto;
  border: 1px solid #cecece;
  justify-content: center;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 40px;
}

.text-block-52 {
  margin-top: 40px;
  font-size: 20px;
}

.heading {
  border-left: 5px solid var(--slate-blue);
  margin-top: 40px;
  padding-left: 10px;
  font-size: 20px;
}

.left-culomns {
  color: #fff;
  background-color: #c0b184;
  padding-left: 20px;
  padding-right: 0;
}

.left-culomns.service {
  background-color: #fff;
}

.right-culomns {
  padding-left: 20px;
  padding-right: 0;
}

.table {
  width: 80%;
  border-bottom: 1px solid #eee;
}

.table.service {
  border-bottom-style: none;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: auto;
}

.full-div {
  width: 100%;
  color: #156634;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.experience-steps {
  width: 80%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.hospital-title {
  color: #14100e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
}

.text-block-48 {
  color: #797979;
  font-size: .8em;
}

.icon-3 {
  width: 24px;
  height: 24px;
  color: #d8eeff;
  background-color: #c7e7ff;
  background-image: url('../images/icons8-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.icon-3.smaller {
  width: 10px;
  height: 10px;
  background-color: #4a5cc1;
  background-image: none;
}

.text-block-53 {
  width: auto;
  height: auto;
  background-color: var(--dark-slate-blue-2);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 10px;
  font-size: 16px;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/4192977_m.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .check-icon {
    background-image: linear-gradient(to bottom, var(--slate-blue), var(--slate-blue));
  }

  .list-item-4 {
    color: #14100e;
    font-weight: 500;
  }

  .list-item-4.wide {
    font-weight: 500;
  }

  .price-wrapper.lines {
    border-right-style: solid;
    margin-bottom: 220px;
  }

  .left-culomns.service {
    background-color: #fff;
    border: 1px solid #fffdfd;
  }

  .right-culomns.service {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
  }

  .table.service {
    width: 70%;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: auto;
  }

  .full-div {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .experience-steps {
    width: 420px;
  }

  .icon-3.smaller {
    background-color: var(--slate-blue);
  }

  .text-block-53 {
    width: 70%;
    height: 50px;
    background-color: var(--dark-slate-blue);
    color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0 10px;
    font-family: a-otf-ryumin-pr6n, sans-serif;
    font-size: 30px;
    font-weight: 300;
    display: flex;
    position: static;
    top: 74%;
    bottom: 0%;
    left: 19px;
    right: auto;
  }

  .div-block-2 {
    width: 100%;
    height: 300px;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/4192977_m.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 40px;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    min-height: 1000px;
  }

  .banner.second {
    min-height: 700px;
  }

  .banner.third {
    min-height: 900px;
  }

  .banner.fourth, .banner.coming-soon, .banner.intro {
    min-height: 800px;
  }

  .section.normal {
    flex-direction: column;
  }

  .section.normal.less.reverse {
    flex-direction: column-reverse;
  }

  .section.normal.contact {
    min-height: auto;
    flex-direction: column;
    display: block;
  }

  .section.color.funfacts {
    padding-left: 0;
    padding-right: 0;
  }

  .section.video {
    min-height: 400px;
  }

  .section.more-top {
    padding-top: 220px;
    padding-bottom: 70px;
  }

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

  .container {
    flex-direction: column;
  }

  .navigation-link-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .navigation-link {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .section-wrapper {
    width: 100%;
  }

  .top-title-text {
    font-size: 34px;
  }

  .top-title-text.white {
    font-size: 26px;
    line-height: 36px;
  }

  .top-title-text.white.for-video {
    margin-bottom: 50px;
  }

  .top-title-text.with-bottom-margin {
    font-size: 22px;
  }

  .top-title-text.in-sub-banner {
    font-size: 50px;
    line-height: 50px;
  }

  .row-flex.vertical {
    width: 75%;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .row-flex.vertical.reverse {
    flex-direction: column-reverse;
  }

  .row-flex.process {
    align-items: flex-start;
  }

  .services-wrapper {
    margin-bottom: 30px;
  }

  .services-content.second {
    margin-bottom: 50px;
  }

  .services-title.more-bigger {
    font-size: 17px;
    line-height: 26px;
  }

  .top-margin.double {
    margin-top: 70px;
  }

  .top-margin.flex.center {
    justify-content: center;
    align-items: center;
  }

  .top-margin.flex.center.right-force, .top-margin.flex.center.left-force, .top-margin.flex.right {
    justify-content: center;
  }

  .top-margin.in-home-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .project-collection {
    width: 100%;
  }

  .project-item {
    width: 50%;
  }

  .testimonials-part {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonials-part.with-photo.fourth {
    min-height: 600px;
  }

  .testimonials-part.in-cotact {
    padding-right: 20px;
  }

  .testimonials-name.in-team.about, .top-left-text.in-testimonials.in-top-banner.make-white {
    font-size: 14px;
  }

  .team-photo {
    height: 180px;
  }

  .video-wrapper {
    margin-right: 0;
  }

  .circle-overlay-2, .circle-overlay-3 {
    display: none;
  }

  .video-flex {
    flex-direction: column;
  }

  .pricing-style-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .biger {
    font-size: 60px;
    line-height: 70px;
  }

  .half-section {
    width: 100%;
    min-height: 450px;
  }

  .half-section.full {
    width: 100%;
    min-height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .map-form {
    height: 450px;
  }

  .second-part {
    padding-left: 140px;
  }

  .link-2.left {
    margin-left: 0;
  }

  .left-copyright-flex {
    flex-direction: row;
    padding-left: 10px;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .copyright {
    margin-bottom: 0;
  }

  .blog-gray-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-title.blog-title-dark {
    font-size: 16px;
  }

  .blog-image.second-version {
    width: 100%;
    height: 300px;
  }

  .blog-wrapper-second {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .first-photo {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .left-padding {
    flex-direction: column;
    margin-right: 0;
  }

  .left-padding.add-margin {
    margin-bottom: 30px;
  }

  .left-padding.flex {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100px;
  }

  .left-padding.in-choose {
    margin-bottom: 30px;
  }

  .third-photo, .second-photo {
    width: 100%;
    height: 400px;
  }

  .about-wrapper {
    width: auto;
    max-height: none;
    max-width: 100%;
  }

  .margin-page {
    margin-top: 80px;
  }

  .shape-1 {
    bottom: 71px;
    right: -45%;
  }

  .shape-2, .shape-3 {
    width: 450px;
  }

  .shape-5 {
    left: 44px;
  }

  .shape-5.line {
    top: 139px;
    right: 39px;
  }

  .left-banner-wrapper.make-center {
    text-align: center;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-title {
    font-size: 40px;
    line-height: 50px;
    display: block;
  }

  .big-title.normal.white {
    font-size: 30px;
    line-height: 50px;
  }

  .big-title.intro-title {
    text-align: center;
    font-size: 51px;
    line-height: 70px;
  }

  .submit-project-wrapper, .submit-project-wrapper.less {
    width: 100%;
  }

  .slider {
    min-height: 700px;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-client {
    flex: 0 25%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .logo-client.second {
    flex-basis: 33.333%;
  }

  .features-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .mockup-wrapper {
    margin-top: 30px;
  }

  .relative-div.center {
    margin-bottom: 50px;
  }

  .author-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-pixel.for-contact {
    width: 100%;
    max-width: 100%;
  }

  .testimonials-wrapper {
    width: 90%;
  }

  .blog-post-wrapper {
    min-height: 250px;
  }

  .slide-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-content.right {
    width: 445px;
    float: none;
    text-align: center;
  }

  .slide-content.add-left {
    text-align: center;
  }

  .with-bottom-line {
    border-bottom-width: 2px;
  }

  .laptop-image {
    margin-bottom: -115px;
  }

  .right-part._0-right {
    padding-left: 0;
  }

  .right-part._0-right.make-right {
    text-align: center;
  }

  .isometric-image {
    width: 80%;
    max-width: 100%;
    float: none;
    top: 0;
  }

  .about-image {
    width: 33.333%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .card-col-2 {
    padding-right: 0;
  }

  .card-row {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .card-col-1 {
    padding-left: 0;
  }

  .process-title {
    font-size: 13px;
  }

  .top-margin-4 {
    margin-top: 30px;
  }

  .blog-content-second {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .column {
    display: none;
  }

  .testimonials-wrapper-tab {
    margin-top: 50px;
  }

  .utility-page-wrap {
    height: 800px;
  }

  .promise-wrapper {
    align-content: space-between;
  }

  .faq-col-left {
    width: 100%;
    padding-right: 0;
  }

  .faq-main-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .subscribe-form, .team-wrapper {
    width: 100%;
  }

  .team-wrapper.style-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .map-icon-wrapper {
    width: 100%;
  }

  .sticky-item {
    width: 100%;
    flex-basis: 0;
    position: relative;
    top: 0;
  }

  .order-confirmation-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .order-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .flex-product {
    flex-direction: column-reverse;
  }

  .image-product {
    padding-right: 0;
  }

  .wrapper-product {
    flex: 0 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }

  .product-title-page {
    font-size: 26px;
    line-height: 30px;
  }

  .intro-features-wrapper {
    margin-top: 15px;
  }

  .features-wrapper-second {
    margin-top: 20px;
  }

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

  .rich-text-wrapper, .paragraph-percent {
    width: 100%;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .logo-client-wrapper-2 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-client-2 {
    flex: 0 25%;
  }

  .e-columns {
    border-bottom-style: none;
  }

  .lottie-animation-2 {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    top: -59%;
    left: 0%;
  }

  .column-3 {
    text-align: left;
    flex-direction: column;
    display: block;
  }

  .column-4 {
    margin-top: 100px;
  }

  .work-list {
    flex-direction: column;
  }

  .work-list-item {
    width: 100%;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 34px;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 28px;
  }

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

  .section-3.after-banner {
    padding-top: 60px;
  }

  .blog-heading-wrap {
    margin-bottom: 30px;
  }

  .blog-tittle {
    font-size: 32px;
  }

  .blog-cat-flex-wrap {
    grid-column-gap: 8px;
  }

  .course-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .columns-5 {
    width: 700px;
  }

  .service-block {
    width: 100%;
    overflow: scroll;
  }

  .price-wrapper.lines, .info-div, .experience-steps {
    width: 100%;
  }

  .text-block-53 {
    flex-direction: row;
    font-size: 16px;
  }

  .div-block-2 {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .banner.sub-banner {
    min-height: 360px;
  }

  .banner.fourth {
    min-height: 650px;
  }

  .banner.five {
    min-height: 600px;
  }

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

  .section.gray.darker {
    padding-bottom: 50px;
  }

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

  .section.color.funfacts {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.more-top {
    padding-top: 136px;
  }

  .menu-wrapper {
    margin-top: 0;
  }

  .navigation-link-wrapper {
    opacity: 0;
  }

  .navigation-link {
    font-size: 24px;
    line-height: 30px;
  }

  .top-title-text {
    font-size: 22px;
    line-height: 30px;
  }

  .top-title-text.white {
    font-size: 20px;
    line-height: 30px;
  }

  .top-title-text.with-bottom-margin {
    font-size: 24px;
  }

  .top-title-text.in-sub-banner {
    font-size: 50px;
    line-height: 40px;
  }

  .top-title-text.in-sub-banner.for-blog {
    font-size: 30px;
    line-height: 36px;
  }

  .row-flex.process {
    flex-direction: column;
  }

  .top-margin.more.in-team {
    margin-top: 0;
  }

  .top-margin.double {
    margin-top: 40px;
  }

  .top-margin.echizenippin {
    top: -50px;
  }

  .service-margin {
    margin-top: 100px;
  }

  .project-content {
    padding-right: 30px;
  }

  .fun-content {
    flex: 0 50%;
    margin-bottom: 30px;
  }

  .top-left-text.in-testimonials.in-top-banner.make-white {
    font-size: 12px;
  }

  .team-photo.right-margin._3, .team-photo.right-margin._4 {
    margin-left: 0;
    margin-right: 30px;
  }

  .team-wrapper-third {
    margin-bottom: 20px;
  }

  .team-wrapper-third.reverse {
    flex-direction: row;
    padding-right: 0;
  }

  .circle-play {
    width: 70px;
    height: 70px;
  }

  .circle-overlay {
    width: 130px;
    height: 130px;
  }

  .circle-overlay-2 {
    width: 220px;
    height: 220px;
  }

  .circle-overlay-3 {
    width: 280px;
    height: 280px;
  }

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

  .pricing-style-wrapper {
    margin-bottom: 30px;
  }

  .half-section.full {
    width: 100%;
  }

  .second-part {
    margin-top: 50px;
    padding-left: 0;
  }

  .blog-gray-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .blog-title {
    font-size: 1.5em;
  }

  .left-padding.flex {
    margin-bottom: 50px;
  }

  .about-wrapper {
    height: 400px;
  }

  .shape-1 {
    right: -72%;
  }

  .shape-2, .shape-3 {
    width: 400px;
  }

  .shape-6 {
    top: 137px;
  }

  .big-title {
    font-size: 30px;
    line-height: 40px;
  }

  .big-title.intro-title {
    font-size: 40px;
    line-height: 50px;
  }

  .radio-wrapper {
    margin-bottom: 15px;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-client {
    flex-basis: 33.3333%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-client.second {
    padding-left: 28px;
    padding-right: 28px;
  }

  .slide {
    width: 50%;
  }

  .author-wrapper {
    width: 80%;
    margin-bottom: 20px;
  }

  .author-wrapper.about {
    width: 100%;
  }

  .blog-post-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .slide-content {
    width: 70%;
  }

  .slide-content.right {
    width: 380px;
  }

  .slide-content.add-left {
    width: 376px;
  }

  .laptop-image {
    margin-bottom: -82px;
  }

  .about-image.down {
    margin-top: 0;
  }

  .about-image.up {
    margin-bottom: 0;
  }

  .card-col-2 {
    width: 100%;
    padding-left: 0;
  }

  .card-row {
    flex-direction: column;
  }

  .card-col-1 {
    width: 100%;
    padding-right: 0;
  }

  .step-wrapper-2.reverse {
    flex-direction: row;
  }

  .step-icon.left {
    margin-left: 0;
    margin-right: 30px;
  }

  .line-divider-step.on-left {
    top: 0%;
    bottom: auto;
    left: 35px;
    right: auto;
  }

  .step-content.left-flex {
    text-align: left;
    align-items: flex-start;
  }

  .testimonials-author {
    width: 65px;
    height: 65px;
  }

  .blog-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .blog-content-second {
    width: 100%;
    margin-bottom: 30px;
  }

  .subscribe-form.left {
    width: 90%;
  }

  .team-wrapper {
    margin-top: 120px;
    top: 0;
  }

  .team-wrapper.style-2 {
    margin-top: 0;
  }

  .features-icon {
    margin-top: 15px;
  }

  .intro-product {
    margin-bottom: 50px;
  }

  .team-flex {
    flex-flow: column wrap;
    align-content: stretch;
  }

  .features-wrapper-second {
    padding-bottom: 40px;
  }

  .button-style-wrapper {
    margin-bottom: 30px;
  }

  .logo-client-wrapper-2 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-client-2 {
    flex-basis: 33.3333%;
  }

  .lottie-animation-2 {
    width: 400px;
    top: -17%;
  }

  .e-sns {
    margin-left: 0;
  }

  .list {
    flex-direction: column;
  }

  .blog-list {
    width: 100%;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 34px;
  }

  .blog-heading-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .blog-tittle {
    font-size: 28px;
  }

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

  .columns-5 {
    width: 700px;
    overflow: visible;
  }

  .text-block-51 {
    font-size: 12px;
  }

  .list-item-4.wide {
    font-size: 14px;
  }

  .experience-steps {
    width: 100%;
  }

  .text-block-53 {
    height: auto;
    flex-direction: column;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    min-height: 800px;
  }

  .banner.sub-banner {
    min-height: 260px;
  }

  .banner.second {
    min-height: 600px;
  }

  .banner.third {
    min-height: 650px;
  }

  .banner.five {
    min-height: 500px;
  }

  .banner.intro {
    min-height: 600px;
  }

  .section {
    padding: 60px 15px;
  }

  .section.color.funfacts {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section.top {
    padding-top: 20px;
  }

  .container.center.for-sub-page {
    top: 64%;
  }

  .container.center.coming {
    top: 35%;
  }

  .container.center.coming.five {
    top: 54%;
  }

  .container.info {
    background-color: rgba(255, 255, 255, .91);
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-logo {
    width: 170px;
    height: 50px;
    margin-left: 15px;
    font-size: 16px;
  }

  .menu-text {
    margin-left: 10px;
    font-size: 12px;
  }

  .menu-text.hide {
    display: none;
  }

  .divider-block {
    width: auto;
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation-link-wrapper {
    opacity: 0;
    padding-top: 0;
  }

  .navigation-link {
    line-height: 30px;
  }

  .top-title-wrapper {
    margin-bottom: 40px;
  }

  .top-title-wrapper.flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-title-text {
    font-size: 20px;
    line-height: 30px;
  }

  .top-title-text.white {
    font-family: a-otf-ryumin-pr6n, sans-serif;
    font-size: 18px;
    line-height: 36px;
  }

  .top-title-text.white.in-footer {
    font-size: 17px;
    line-height: 26px;
  }

  .top-title-text.with-bottom-margin {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 34px;
  }

  .top-title-text.in-sub-banner {
    font-size: 30px;
    line-height: 38px;
  }

  .top-title-text.in-sub-banner.for-blog {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 24px;
    line-height: 32px;
  }

  .row-flex.vertical {
    width: 100%;
    flex-direction: column;
  }

  .services-number {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  .services-content {
    padding-right: 0;
  }

  .services-icon {
    width: 120px;
  }

  .services-title.smaller, .services-title.more-bigger {
    font-size: 16px;
  }

  .top-margin.slider-testimonials {
    max-width: none;
  }

  .top-margin.echizenippin {
    width: 100%;
    top: -86px;
  }

  .button {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 12px;
  }

  .button.color {
    font-size: 12px;
    line-height: 24px;
  }

  .project-item {
    width: 100%;
  }

  .testimonials-part {
    padding-left: 25px;
    padding-right: 25px;
  }

  .testimonials-part.with-photo.fourth {
    min-height: 350px;
  }

  .fun-content {
    flex-basis: 100%;
    align-items: center;
  }

  .fun-number {
    font-size: 30px;
    line-height: 35px;
  }

  .right-fun-divider.remove-mobile {
    display: none;
  }

  .testimonials-name.in-team {
    text-align: left;
  }

  .testimonials-name.in-team.about {
    font-size: 12px;
    line-height: 6vw;
  }

  .top-left-text.in-testimonials.in-top-banner.make-white {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  .top-left-text.in-testimonials.in-top-banner.make-white.big-top {
    font-size: 11px;
  }

  .slider-testimonials {
    max-width: 260px;
  }

  .testimonials-content {
    padding-right: 0;
  }

  .testimonials-paragraph {
    font-size: 14px;
  }

  .team-photo {
    width: 260px;
    height: 260px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .team-photo.right-margin._3 {
    margin-right: 0;
  }

  .team-wrapper-third {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-wrapper-third.reverse {
    flex-direction: column;
  }

  .circle-play {
    width: 60px;
    height: 60px;
  }

  .circle-overlay {
    width: 120px;
    height: 120px;
  }

  .circle-overlay-2 {
    width: 180px;
    height: 180px;
  }

  .circle-overlay-3 {
    width: 240px;
    height: 240px;
  }

  .half-section {
    min-height: 350px;
  }

  .half-section.full {
    padding-bottom: 15px;
  }

  .map-form {
    height: 350px;
  }

  .logo-tiny {
    width: 15px;
    margin-top: 5px;
  }

  .left-copyright-flex {
    flex-direction: row;
    align-items: flex-start;
  }

  .copyright {
    font-size: 10px;
  }

  .category-design {
    padding: 2px 9px;
    font-size: 10px;
  }

  .category-design.second-design {
    font-size: 10px;
  }

  .blog-gray-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-title {
    font-size: 1em;
    line-height: 20px;
  }

  .blog-title.blog-title-dark {
    font-size: 1em;
  }

  .blog-image.second-version {
    width: 100%;
    height: 240px;
  }

  .blog-wrapper-second {
    flex-direction: column;
  }

  .third-photo, .second-photo {
    height: 200px;
    background-size: cover;
  }

  .about-wrapper {
    height: 200px;
  }

  .margin-page {
    margin-top: 70px;
  }

  .social-long {
    width: 50%;
    min-height: 150px;
    border-bottom-style: solid;
  }

  .shape-1 {
    bottom: 42px;
    right: -66%;
  }

  .shape-2, .shape-3 {
    width: 280px;
  }

  .shape-5 {
    width: 30px;
    height: 30px;
    bottom: 19px;
    left: 19px;
  }

  .shape-5.line {
    width: 20px;
    height: 20px;
    top: 93px;
  }

  .shape-6 {
    top: 87px;
    left: 11px;
  }

  .big-title {
    font-size: 20px;
    line-height: 30px;
  }

  .big-title.normal.white {
    font-size: 24px;
    line-height: 40px;
  }

  .big-title.intro-title {
    font-size: 24px;
    line-height: 36px;
  }

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

  .slider {
    min-height: 600px;
  }

  .left-arrow {
    width: 30px;
    height: 50px;
    font-size: 14px;
  }

  .logo-client {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-client.second {
    flex-basis: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .founder {
    font-size: 13px;
  }

  .slide, .author-wrapper {
    width: 100%;
  }

  .author-wrapper.about {
    padding: 20px;
    display: block;
  }

  .testimonials-wrapper, .blog-post-wrapper {
    width: 100%;
  }

  .slide-content.right {
    width: 180px;
  }

  .slide-content.add-left {
    width: 90%;
  }

  .shape-7 {
    display: none;
  }

  .card-base {
    padding: 30px 25px;
  }

  .step-icon {
    flex: none;
  }

  .step-content {
    width: 100%;
  }

  .tab-testimonials {
    text-align: center;
    display: inline-block;
  }

  .testimonials-author {
    width: 80px;
    height: 80px;
    float: left;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 10px;
    display: block;
  }

  .cart-quantity {
    margin-left: 0;
  }

  .text-block-4 {
    display: none;
  }

  .utility-page-wrap {
    height: 650px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .promise-wrapper {
    padding-right: 0;
  }

  .faq-paragraph {
    margin-left: 15px;
  }

  .faq-icon-wrapper {
    margin-bottom: 9px;
  }

  .faq-block {
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-wrapper-second {
    padding: 30px 20px 20px;
  }

  .features-wrapper-second.for-intro-page {
    min-height: 280px;
    padding: 15px 20px 5px;
  }

  .top-margin-5 {
    margin-top: 15px;
  }

  .button-style-wrapper {
    height: 100px;
    margin-bottom: 10px;
  }

  .top-margin-6 {
    margin-top: 30px;
  }

  .rich-text-wrapper {
    width: 100%;
  }

  .logo-client-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .e-day-text {
    padding-left: 0;
  }

  .e-descri-text {
    margin-top: 10px;
  }

  .lottie-animation-2 {
    width: 80%;
    top: -3%;
  }

  .lottie-animation-3 {
    width: 150px;
    top: -60px;
  }

  .image-3 {
    width: 30px;
  }

  .column-4 {
    margin-top: 125px;
  }

  .work-list {
    flex-direction: column;
  }

  .work-list-item {
    width: 100%;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 32px;
  }

  .paragraph-4, .paragraph-5 {
    line-height: 28px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .blog-tittle {
    font-size: 24px;
  }

  .blog-cat-flex-wrap {
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .columns-5 {
    width: 700px;
    object-fit: fill;
    display: block;
    position: relative;
    overflow: visible;
  }

  .list-div {
    width: auto;
    color: #156634;
    padding-left: 0;
  }

  .check-icon {
    margin-bottom: 10px;
  }

  .quote {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 28px;
  }

  .list-item-4 {
    width: auto;
  }

  .service-block {
    width: 100%;
    overflow: scroll;
  }

  .price-wrapper.lines {
    margin-bottom: 60px;
    padding: 40px 20px;
  }

  .heading {
    font-size: 16px;
  }

  .left-culomns {
    padding-left: 10px;
  }

  .info-div {
    width: 100%;
  }

  .right-culomns {
    padding-left: 10px;
  }

  .table {
    width: 90%;
  }

  .table.service {
    width: 100%;
    margin-left: 0;
  }

  .icon-3 {
    margin-right: 20px;
  }

  .icon-3.smaller {
    clear: none;
  }

  .text-block-53 {
    height: auto;
    flex-direction: column;
    font-size: 17px;
  }

  .text-span {
    display: inline-block;
  }
}


